:root{--ink:#151821;--muted:#626a78;--blue:#173f78;--blue-dark:#0b2c59;--line:#e5e8ee;--soft:#f7f8fb;--paper:#fff;--max:1180px;--shadow:0 20px 60px rgba(25,42,75,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,Arial,sans-serif;line-height:1.65;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit}.shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.narrow{max-width:960px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 max(20px,calc((100vw - var(--max))/2));background:rgba(255,255,255,.96);border-bottom:1px solid rgba(229,232,238,.95);backdrop-filter:blur(14px)}.wordmark{color:var(--blue-dark);font-family:"Libre Baskerville",Georgia,serif;font-size:1.17rem;font-weight:700;text-decoration:none}
.logo-wordmark{display:inline-flex;align-items:center;line-height:1}.brand-logo{display:block;height:58px;width:auto;max-width:min(46vw,280px);object-fit:contain}
@media(max-width:900px){.brand-logo{height:50px;max-width:58vw}}
@media(max-width:560px){.brand-logo{height:44px;max-width:62vw}}
.site-header nav{display:flex;gap:25px}.site-header nav a{color:#3e4655;font-size:.91rem;font-weight:600;text-decoration:none}.site-header nav a:hover,.site-header nav a[aria-current="page"]{color:var(--blue)}.menu-toggle{display:none;width:42px;height:42px;padding:10px;border:0;background:transparent}.menu-toggle span{display:block;height:2px;margin:5px 0;background:var(--ink)}
.hero{display:flex;justify-content:center;align-items:center;padding:34px 0 24px;min-height:calc(75vh + 40px)}.hero-art{margin:0;display:flex;justify-content:center;width:100%}.hero-art img{width:auto;height:auto;max-width:100%;max-height:75vh;object-fit:contain}.intro{padding:48px 0 88px;text-align:center}.eyebrow{margin:0 0 13px;color:var(--blue);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.intro h1,.section-heading h2,.split h2,.retail h2,.shop-header h1{margin:0;font-family:"Libre Baskerville",Georgia,serif;font-weight:400;line-height:1.1;letter-spacing:-.035em}.intro h1{font-size:clamp(2.6rem,6vw,5.25rem)}.intro>p:last-child{max-width:800px;margin:25px auto 0;color:var(--muted);font-size:1.12rem}.band{padding:86px 0;background:var(--soft);border-block:1px solid var(--line)}.band-light{padding:86px 0;background:#fbfcfe;border-block:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.section-heading h2,.split h2,.retail h2{font-size:clamp(2rem,4.3vw,3.8rem)}.section-copy{max-width:470px;margin:0;color:var(--muted)}
.news-carousel{position:relative;min-height:250px}.news-card{display:none;padding:38px;background:white;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.news-card.active{display:block}.news-card h3{margin:8px 0 12px;font-family:"Libre Baskerville",Georgia,serif;font-size:clamp(1.45rem,3vw,2.2rem);font-weight:400}.news-card p:last-child{max-width:780px;margin:0;color:var(--muted);font-size:1.05rem}.status{margin:0;color:var(--blue);font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.carousel-controls{display:flex;gap:8px}.carousel-button{width:43px;height:43px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--blue);font-size:1.1rem;cursor:pointer}.carousel-button:hover{border-color:var(--blue)}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.carousel-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#cbd1da;cursor:pointer}.carousel-dot.active{background:var(--blue)}
.projects{padding:96px 0}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.project-card{overflow:hidden;background:white;border:1px solid var(--line);border-radius:22px}.project-card.featured{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.placeholder-art{min-height:230px;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#eef1f6,#fafbfd);border-bottom:1px solid var(--line);color:#8a93a2;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-align:center;text-transform:uppercase}.featured .placeholder-art{min-height:330px;border-right:1px solid var(--line);border-bottom:0}.project-copy{padding:28px}.featured .project-copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.project-copy h3{margin:8px 0 10px;font-family:"Libre Baskerville",Georgia,serif;font-size:1.45rem;font-weight:400}.project-copy p:not(.status){margin:0;color:var(--muted)}.project-copy a,.shop-link{display:inline-block;margin-top:18px;color:var(--blue);font-weight:700;text-decoration:none}.split-inner,.retail{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(42px,8vw,110px);align-items:start}.split-inner p,.retail p{margin:0 0 22px;color:var(--muted);font-size:1.05rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border:1px solid var(--blue);border-radius:999px;font-weight:700;text-decoration:none}.primary{color:white;background:var(--blue)}.primary:hover{background:var(--blue-dark)}.retail{padding-top:92px;padding-bottom:92px}.text-link{color:var(--blue);font-weight:700;text-decoration:none}
.shop-header{padding:90px 0 55px;text-align:center}.shop-header h1{font-size:clamp(2.7rem,6vw,5rem)}.shop-header>p:last-child{max-width:760px;margin:24px auto 0;color:var(--muted);font-size:1.08rem}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding-bottom:96px}.shop-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:white}.shop-card>div:last-child{padding:24px}.shop-card h2{margin:8px 0 8px;font-family:"Libre Baskerville",Georgia,serif;font-size:1.25rem;font-weight:400}.shop-card p:not(.status){margin:0 0 16px;color:var(--muted)}.shop-state{display:inline-block;padding:7px 11px;border-radius:999px;background:var(--soft);color:#727b8a;font-size:.78rem;font-weight:700}
footer{display:flex;justify-content:space-between;gap:24px;padding-top:34px;padding-bottom:40px;color:var(--muted);font-size:.9rem;border-top:1px solid var(--line)}footer div{display:flex;flex-wrap:wrap;gap:18px}footer a{text-decoration:none}footer a:hover{color:var(--blue)}
@media(max-width:900px){.menu-toggle{display:block}.site-header nav{position:absolute;inset:72px 20px auto;display:none;flex-direction:column;gap:0;padding:10px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.site-header nav.open{display:flex}.site-header nav a{padding:12px}.project-grid{grid-template-columns:1fr}.project-card.featured{grid-column:auto;display:block}.featured .placeholder-art{min-height:240px;border-right:0;border-bottom:1px solid var(--line)}.featured .project-copy{padding:28px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-inner,.retail{grid-template-columns:1fr;gap:28px}.section-heading{align-items:start;flex-direction:column}.carousel-controls{align-self:flex-end}}
@media(max-width:560px){.shell{width:min(calc(100% - 28px),var(--max))}.hero{min-height:auto;padding-top:22px}.hero-art img{max-height:70vh}.intro{padding-top:36px}.project-grid,.shop-grid{grid-template-columns:1fr}.news-card{padding:26px}.shop-header{padding-top:64px}.button{width:100%}footer{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Product artwork and calls to action */
.intro-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:13px;margin-top:30px}
.secondary{color:var(--blue);background:#fff}.secondary:hover{background:var(--soft)}
.card-action{display:inline-block;margin-top:18px;color:var(--blue);font-weight:700;text-decoration:none}
.product-art{overflow:hidden;background:#fff;border-bottom:1px solid var(--line)}
.product-art img{width:100%;height:230px;object-fit:cover}
.project-card.featured .product-art{border-right:1px solid var(--line);border-bottom:0}
.project-card.featured .product-art img{height:100%;min-height:330px;object-fit:cover}
.project-actions{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:18px}.project-actions a{margin-top:0}
.shop-card{display:flex;flex-direction:column}.shop-card>div:last-child{display:flex;flex:1;flex-direction:column}.shop-card .product-art img{height:210px}.shop-card p:not(.status){flex:1}.shop-button{width:100%;margin-top:auto;text-align:center;padding-inline:16px}
@media(max-width:900px){.project-card.featured .product-art{border-right:0;border-bottom:1px solid var(--line)}.project-card.featured .product-art img{height:260px;min-height:0}}
@media(max-width:560px){.intro-actions{align-items:stretch}.intro-actions .button{width:100%}.product-art img,.shop-card .product-art img{height:auto;aspect-ratio:16/9}.project-card.featured .product-art img{height:auto;aspect-ratio:16/9}}
