@font-face{font-family:Cormorant;src:url('/assets/cormorant.woff2') format('woff2');font-weight:300 700;font-display:swap}@font-face{font-family:Cormorant;src:url('/assets/cormorant-italic.woff2') format('woff2');font-style:italic;font-weight:300 700;font-display:swap}@font-face{font-family:Jost;src:url('/assets/jost.woff2') format('woff2');font-weight:200 700;font-display:swap}
:root{--ink:#163b41;--paper:#faf9f5;--white:#fff;--muted:#52686a;--line:#d8deda;--sun:#ecd39b;--serif:Cormorant,Georgia,serif;--sans:Jost,Arial,sans-serif;--space:clamp(24px,5vw,88px)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;object-fit:cover}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}::selection{background:var(--sun);color:var(--ink)}:focus-visible{outline:2px solid currentColor;outline-offset:6px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:400}em{font-weight:400}.skip{position:fixed;top:-80px;left:20px;padding:14px 20px;background:white;z-index:100}.skip:focus{top:15px}.header{height:100px;padding:0 var(--space);display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:20}.logo{font:500 39px/1 var(--serif);letter-spacing:7px}.logo span{display:block;font:400 10px/1 var(--sans);letter-spacing:6px;margin-top:7px;text-align:center}.header nav{display:flex;gap:34px;font-size:14px}.header nav a{padding:8px 0;position:relative}.header nav a:after{content:'';position:absolute;bottom:3px;left:0;width:0;height:1px;background:var(--ink);transition:width .25s}.header nav a:hover:after{width:100%}.header-shop{font-size:14px;border-bottom:1px solid var(--ink);padding:6px 0}.header-shop span{margin-left:26px}.hero{display:grid;grid-template-columns:47% 53%;min-height:720px}.hero-copy{padding:64px var(--space) 32px;display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:500;line-height:1.6}.hero h1{font:400 clamp(82px,8.5vw,142px)/.86 var(--serif);letter-spacing:-.045em;margin:40px 0 30px}.hero h1 em{font-style:italic}.hero-copy>p{max-width:330px;color:var(--muted);font-size:17px;line-height:1.65;margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;padding:16px 24px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);font-size:14px;transition:background .25s,color .25s;cursor:pointer}.button:hover{background:#29535a}.button span{font-size:22px;line-height:1}.hero-note{display:flex;gap:22px;font-size:10px;letter-spacing:.11em;margin-top:auto;padding-top:45px}.hero-photo{position:relative;overflow:hidden;min-height:720px}.hero-photo>img{position:absolute;width:100%;height:100%;object-position:50% 48%}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:65px 30px 25px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.45));font-size:10px;letter-spacing:.13em;display:flex;justify-content:space-between;gap:20px}.intro{padding:100px var(--space) 50px;display:grid;grid-template-columns:1fr 1fr;gap:22px 100px;align-items:end}.intro .eyebrow{grid-column:1/-1}.intro h2{font:400 clamp(42px,4.4vw,72px)/1.02 var(--serif);letter-spacing:-.025em}.intro p{max-width:365px;margin-left:auto;color:var(--muted);font-size:17px}.collection-grid{padding:0 var(--space) 100px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.collection-card{min-width:0}.collection-card>img{width:100%;height:440px;background:#e9e8e4;transition:filter .3s}.collection-card:hover>img{filter:brightness(.93)}.collection-card>div{padding:22px 0;border-bottom:1px solid var(--line)}.collection-card span{font-size:11px;letter-spacing:.13em}.collection-card h3{font:400 39px/1.3 var(--serif);margin-top:7px;display:flex;justify-content:space-between;align-items:center}.collection-card b{font:400 26px var(--sans)}
/* Shared navigation and editorial components */
.header{position:sticky;top:0}.header-actions{display:flex;align-items:center;gap:25px}.header nav a[aria-current=page],.header nav summary.active{border-bottom:1px solid var(--ink)}.nav-collection summary{cursor:pointer;list-style:none;padding:8px 0;font-size:14px}.nav-collection summary::-webkit-details-marker{display:none}.nav-collection summary>span{padding-left:7px}.collection-menu{position:absolute;top:85px;width:300px;padding:27px 30px;background:var(--paper);border:1px solid var(--line);box-shadow:0 16px 30px #163b4110;display:flex;flex-direction:column;gap:14px}.collection-menu>a{display:flex;justify-content:space-between;align-items:center;font-family:var(--serif);font-size:27px}.collection-menu .eyebrow{font-size:11px;margin-bottom:6px}.collection-menu .all-collection{font:400 14px var(--sans);border-top:1px solid var(--line);padding-top:16px}.menu-toggle{display:none;border:0;background:transparent;width:36px;height:40px;padding:8px 2px;cursor:pointer;color:var(--ink)}.menu-toggle span{display:block;width:26px;height:1px;background:currentColor;margin:6px 0;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.header .mobile-menu{display:none}.button.light{background:var(--sun);color:var(--ink);border-color:var(--sun)}.button.light:hover{background:#f7e2b7}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid currentColor;padding:5px 0;font-size:15px;transition:opacity .2s}.text-link:hover{opacity:.65}.text-link span{font-size:21px;line-height:1}.hero .hero-note{font-size:12px;letter-spacing:.06em}.hero-photo figcaption{font-size:12px;letter-spacing:.08em}.collection-card .card-image{position:relative;border:none;padding:0;overflow:hidden}.card-image img{height:440px;width:100%;transition:transform .65s ease}.collection-card:nth-child(2) .card-image img,.collection-card:nth-child(3) .card-image img{object-fit:contain;background:#eae9e6}.collection-card:hover .card-image img{transform:scale(1.035)}.image-link{position:absolute;right:18px;bottom:18px;width:45px;height:45px;border:1px solid #ffffff8f;background:#ffffffd9;backdrop-filter:blur(6px);display:grid;place-items:center;font-size:23px!important;letter-spacing:0!important;border-radius:50%;color:var(--ink)}.collection-card .card-copy{padding:22px 0 20px}.card-copy p{font-size:15px;color:var(--muted);margin-top:6px}.collection-card span{font-size:12px}.collection-grid{gap:28px}.craft-section{margin:0 var(--space) 100px;display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center}.craft-photo{position:relative;padding-bottom:25px}.craft-photo>img{height:650px;width:100%}.craft-photo figcaption{font-size:13px;color:var(--muted);margin-top:14px}.craft-copy h2{font:400 clamp(46px,4.5vw,76px)/1 var(--serif);letter-spacing:-.025em;margin:26px 0}.craft-copy>p{font-size:17px;color:var(--muted);max-width:420px}.craft-points{margin:30px 0}.craft-points>div{display:flex;gap:24px;border-top:1px solid var(--line);padding:15px 0}.craft-points>div>span{font-size:12px;color:var(--muted);padding-top:4px}.craft-points p{font-size:14px;color:var(--muted)}.craft-points strong{display:block;font-size:16px;font-weight:400;color:var(--ink);margin-bottom:2px}.client-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:38px var(--space);display:flex;gap:60px;align-items:center}.client-strip>p{font-size:12px;letter-spacing:.09em;min-width:240px}.client-strip>p>span{font-size:14px;letter-spacing:0;color:var(--muted);display:block;margin-top:5px}.client-strip>div{display:flex;align-items:center;justify-content:space-between;gap:30px;flex:1}.client-strip img{object-fit:contain;max-width:100px;width:100%;height:44px;filter:grayscale(1);opacity:.67;mix-blend-mode:multiply}.client-strip img:nth-child(2){max-width:55px}.business-feature,.business-hero{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--paper)}.business-copy{padding:85px var(--space) 65px}.business-copy>.eyebrow,.business-hero .eyebrow{color:var(--sun)}.business-copy h2{font:400 clamp(58px,6vw,100px)/.98 var(--serif);letter-spacing:-.03em;margin:30px 0}.business-copy>p{max-width:395px;color:#e1e9e4;font-size:17px;margin-bottom:30px}.business-meta{display:flex;flex-direction:column;gap:7px;margin-top:45px;font-size:12px;letter-spacing:.09em;color:#dbe3dc}.business-feature>figure,.business-hero>figure{position:relative;overflow:hidden}.business-feature>figure>img,.business-hero>figure>img{width:100%;height:100%;position:absolute;object-position:center}.business-feature>figure>figcaption,.business-hero>figure>figcaption{position:absolute;bottom:0;padding:60px 26px 22px;width:100%;font-size:12px;background:linear-gradient(transparent,#0006);letter-spacing:.06em}.editorial{padding:110px var(--space) 50px}.editorial-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:45px}.editorial-head h2{font:400 clamp(50px,5vw,80px)/1 var(--serif);letter-spacing:-.025em;min-width:50%}.editorial-images{display:grid;grid-template-columns:1.12fr 1fr;gap:70px;align-items:start}.editorial-images figure:first-child{margin-top:100px}.editorial-images img{width:100%;height:600px;object-position:center 55%}.editorial-images figure:last-child img{height:490px}.editorial-images figcaption{margin-top:14px;font-size:14px;color:var(--muted)}.end-cta{text-align:center;padding:90px var(--space) 100px}.end-cta h2{font:400 clamp(45px,5vw,80px)/1.05 var(--serif);letter-spacing:-.025em;margin:25px auto}.end-cta>p{max-width:450px;font-size:17px;color:var(--muted);margin:0 auto 30px}.end-cta>div{display:flex;align-items:center;justify-content:center;gap:35px;flex-wrap:wrap}.footer{background:var(--ink);color:var(--paper);padding:70px var(--space) 24px;overflow:hidden}.footer-top{display:grid;grid-template-columns:1.65fr 1fr 1fr 1.4fr;gap:40px}.footer h2{font-size:13px;font-family:var(--sans);font-weight:500;margin-bottom:20px;letter-spacing:.04em}.footer-top>div:not(.footer-brand)>a{display:block;font-size:14px;color:#d9e1dc;margin:8px 0}.footer-top a:hover{color:var(--sun)}.footer .eyebrow{color:var(--sun)}.footer-brand>p{font:400 28px/1.2 var(--serif);margin:20px 0 24px}.footer .text-link{font-size:14px;color:var(--paper)}.footer-contact p{font-size:14px;color:#d9e1dc;margin-bottom:15px}.footer-wordmark{font:400 clamp(155px,31.3vw,520px)/.85 var(--serif);letter-spacing:.06em;text-align:center;margin:75px -20px 36px;color:var(--paper);user-select:none;white-space:nowrap}.footer-bottom{border-top:1px solid #ffffff35;padding-top:23px;display:flex;gap:30px;align-items:center;font-size:12px;color:#d9e1dc}.footer-bottom>span{margin-right:auto}.footer-bottom>a:last-child{margin-left:25px}
/* Collection detail pages */
.product-hero{display:grid;grid-template-columns:1fr 1fr;min-height:710px}.product-copy{padding:35px var(--space) 40px;display:flex;flex-direction:column;align-items:flex-start}.breadcrumb{display:flex;gap:13px;font-size:13px;color:var(--muted);margin-bottom:55px;align-items:center}.breadcrumb a:hover{text-decoration:underline}.product-copy h1{font:400 clamp(70px,6.8vw,110px)/.95 var(--serif);letter-spacing:-.035em;margin:28px 0}.product-copy>p{max-width:390px;font-size:18px;color:var(--muted);margin-bottom:30px}.hero-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:24px}.hero-buttons .text-link{font-size:14px}.product-down{display:flex;gap:60px;align-items:center;font-size:14px;margin-top:auto;padding-top:45px}.product-down span{font-size:23px}.product-photo{position:relative;overflow:hidden}.product-photo>img{position:absolute;width:100%;height:100%;object-position:center}.product-photo.studio{background:#eae9e6}.product-photo.studio>img{object-fit:contain}.product-photo figcaption{position:absolute;bottom:0;padding:60px 25px 20px;width:100%;font-size:12px;color:white;letter-spacing:.1em;background:linear-gradient(transparent,#0006)}.product-photo.studio figcaption{color:var(--ink);background:none}.product-description{padding:95px var(--space);display:grid;grid-template-columns:1fr 1fr;gap:9vw}.product-description h2{font:400 clamp(44px,4.4vw,68px)/1.04 var(--serif);letter-spacing:-.025em;margin:22px 0}.product-description>div>p{font-size:17px;color:var(--muted)}.specs{margin:30px 0 0}.specs>div{padding:17px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:130px 1fr;gap:20px}.specs dt{font-size:14px;font-weight:500}.specs dd{margin:0;font-size:15px;color:var(--muted)}.models{background:#edf0eb;padding:90px var(--space)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:40px}.section-heading h2{font:400 clamp(44px,4.5vw,68px)/1.04 var(--serif);letter-spacing:-.02em;margin-top:20px}.section-heading>p{max-width:345px;font-size:16px;color:var(--muted)}.sizes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.size-card{border-top:1px solid #879b96;padding:28px 0 0}.size-card .eyebrow{font-size:12px;color:var(--muted)}.size-card h3{font:400 80px/1.1 var(--serif);letter-spacing:-.04em;margin:15px 0}.size-card p{font-size:16px;margin-bottom:12px}.size-material{display:block;font-size:14px;color:var(--muted)}.size-card .text-link{font-size:14px;margin-top:27px}.spec-note{font-size:13px;color:var(--muted);margin-top:38px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:9vw;margin:90px var(--space);align-items:center}.product-detail figure>img{height:610px;width:100%}.product-detail h2{font:400 clamp(47px,4.6vw,72px)/1.02 var(--serif);letter-spacing:-.025em;margin:25px 0}.product-detail p{font-size:17px;color:var(--muted);max-width:390px;margin-bottom:30px}.gallery-section{padding:0 var(--space) 95px}.gallery-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:24px}.gallery-title p{font-size:14px;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.gallery-item{padding:0;position:relative;border:0;background:#eae9e6;cursor:zoom-in;overflow:hidden}.gallery-item img{width:100%;height:420px;object-fit:cover;transition:transform .6s}.gallery-item:hover img{transform:scale(1.025)}.gallery-item span{position:absolute;right:14px;bottom:14px;width:38px;height:38px;display:grid;place-items:center;background:var(--paper);color:var(--ink);font-size:25px;border-radius:50%;font-weight:300}.related{border-top:1px solid var(--line);padding:70px var(--space) 0}.related-grid{grid-template-columns:repeat(2,1fr);padding:0}.related .card-image img{height:360px;object-fit:contain}.related .collection-card:nth-child(1) .card-image img{object-fit:cover}.related .card-copy{border:none}.lightbox{background:#102629;color:var(--paper);border:0;max-width:calc(100vw - 40px);max-height:calc(100dvh - 40px);width:min(1080px,94vw);padding:58px 24px 20px;box-shadow:0 20px 100px #0005}.lightbox::backdrop{background:#071719dd;backdrop-filter:blur(8px)}.lightbox[open]{display:flex;flex-direction:column;align-items:center}.lightbox-image{max-height:70dvh;max-width:100%;width:auto;object-fit:contain}.lightbox-caption{font-size:14px;margin:14px 0 10px;text-align:center;max-width:680px}.lightbox-close{position:absolute;right:18px;top:10px;color:var(--paper);background:transparent;border:0;cursor:pointer;padding:10px;font-size:15px}.lightbox-controls{display:flex;align-items:center;gap:30px;font-size:13px}.lightbox-controls button{border:1px solid #ffffff70;background:transparent;color:white;width:44px;height:40px;cursor:pointer;font-size:20px}.lightbox-controls button:hover{background:#ffffff20}
/* Custom work and corporate */
.custom-methods{padding:0 var(--space) 90px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.custom-methods img{width:100%;height:410px;margin-bottom:25px}.custom-methods article:nth-child(2) img{object-fit:contain;background:#ece8e2}.custom-methods h3{font:400 37px/1.15 var(--serif);margin:12px 0}.custom-methods p{font-size:16px;color:var(--muted);max-width:350px}.process{background:var(--ink);color:var(--paper);padding:85px var(--space)}.process .eyebrow{color:var(--sun)}.process .section-heading>p{color:#d9e1dc}.process-steps{list-style:none;margin:55px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.process-steps li{border-top:1px solid #ffffff45;padding-top:22px}.process-steps li>span{font:italic 38px var(--serif);color:var(--sun)}.process-steps h3{font:400 28px/1.15 var(--serif);margin:16px 0 12px}.process-steps p{font-size:15px;color:#d9e1dc}.business-hero>div{padding:70px var(--space) 50px}.business-hero h1{font:400 clamp(70px,6.8vw,110px)/.98 var(--serif);letter-spacing:-.035em;margin:25px 0}.business-hero p{color:#d9e1dc;font-size:18px;max-width:390px;margin-bottom:30px}.segments{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;padding:0 var(--space) 90px}.segments article{border-top:1px solid var(--line);padding-top:25px}.segments h3{font:400 35px/1.12 var(--serif);margin:18px 0}.segments p{font-size:16px;color:var(--muted);margin-bottom:22px;max-width:345px}.segments .text-link{font-size:14px;gap:14px}.brand-gallery{background:#eef0ec;padding:80px var(--space)}.brand-work{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.brand-work img{width:100%;height:365px;object-fit:contain;background:#e9e7e2}.brand-work figure:last-child img{object-fit:cover;object-position:65% center}.brand-work figcaption{margin-top:16px;display:flex;flex-direction:column;gap:4px}.brand-work figcaption>span:first-child{font-size:17px}.brand-work figcaption>span:last-child{font-size:13px;color:var(--muted)}.business-promise{text-align:center;padding:95px var(--space) 10px}.business-promise h2{font:400 clamp(44px,5vw,75px)/1.05 var(--serif);letter-spacing:-.025em;margin:25px 0 40px}.business-promise>div{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;max-width:1050px;margin:0 auto 35px}.business-promise article{border-top:1px solid var(--line);padding-top:25px}.business-promise h3{font:400 43px/1.1 var(--serif);margin-bottom:12px}.business-promise p{font-size:16px;max-width:255px;color:var(--muted);margin:auto}
/* Contact */
.contact-heading{padding:65px var(--space) 55px;text-align:center;border-bottom:1px solid var(--line)}.contact-heading h1{font:400 clamp(60px,6vw,98px)/1.02 var(--serif);letter-spacing:-.035em;margin:25px 0}.contact-heading>p{font-size:17px;color:var(--muted)}.contact-layout{padding:70px var(--space) 95px;display:grid;grid-template-columns:1.3fr .8fr;gap:8vw}.form-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:35px}.form-heading h2{font:400 40px/1.1 var(--serif)}.form-heading>span{font-size:12px;letter-spacing:.06em;color:var(--muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:25px}.field{margin-bottom:27px;min-width:0}.field label{display:block;font-size:15px;margin-bottom:11px}.optional{color:var(--muted);font-size:13px}.field input,.field select,.field textarea{width:100%;min-width:0;border:1px solid #afbfba;background:transparent;color:var(--ink);padding:13px 14px;font-size:16px;border-radius:0;min-height:52px}.field select{padding-right:30px}.field textarea{resize:vertical;min-height:145px}.field input::placeholder,.field textarea::placeholder{color:#5a706f;opacity:1}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--ink);outline-offset:2px}.field input:user-invalid,.field select:user-invalid{border-color:#a23925}.form-note{color:var(--muted);font-size:14px;max-width:450px;margin:0 0 24px}.form-privacy{font-size:13px;color:var(--muted);margin-top:20px}.form-privacy>a{text-decoration:underline}.form-status:not(:empty){font-size:14px;padding:18px;background:#e9eee7;margin-top:20px}.form-status a{text-decoration:underline;display:block;margin-top:8px}.contact-aside{padding-left:40px;border-left:1px solid var(--line)}.contact-phone{display:flex;justify-content:space-between;gap:15px;align-items:center;font:400 clamp(25px,2.5vw,35px)/1.2 var(--serif);letter-spacing:-.025em;margin:18px 0 12px;white-space:nowrap}.contact-phone span{font:400 25px var(--sans)}.contact-email{font-size:16px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.contact-office{margin-top:32px}.contact-office h2{font-size:16px;font-weight:500}.contact-office h2 span{color:var(--muted);font-size:13px;font-weight:400;margin-left:12px}.contact-office p{font-size:15px;color:var(--muted);margin-top:8px}.contact-aside figure{margin-top:34px}.contact-aside figure img{height:230px;width:100%;object-position:center 30%}.contact-aside figcaption{font-size:13px;color:var(--muted);margin-top:12px}.simple-page{max-width:880px;padding:80px var(--space) 110px;margin:auto}.simple-page h1,.not-found h1{font:400 clamp(58px,6vw,92px)/1.02 var(--serif);letter-spacing:-.025em;margin:25px 0}.simple-page .lead{font-size:20px;margin-bottom:40px}.simple-page h2{font:400 32px/1.2 var(--serif);margin:32px 0 12px}.simple-page p{font-size:17px;color:var(--muted)}.simple-page a{text-decoration:underline}.simple-page .text-link{margin-top:30px;text-decoration:none}.not-found{text-align:center;padding:90px var(--space) 110px}.not-found p{max-width:430px;margin:25px auto;color:var(--muted)}
/* Small screens and motion preferences */
@media(min-width:1600px){.hero,.hero-photo{min-height:810px}.hero-copy{padding-top:75px}.card-image img{height:510px}.craft-photo>img{height:720px}.product-hero{min-height:790px}}
@media(max-width:1150px){.header nav{gap:22px}.hero-copy{padding-top:50px}.hero h1{font-size:clamp(78px,9.2vw,118px)}.hero .hero-note{flex-direction:column;gap:5px}.hero,.hero-photo{min-height:710px}.card-image img{height:360px}.collection-card h3{font-size:32px}.collection-grid{gap:22px}.craft-section,.product-detail{gap:55px}.craft-photo>img{height:610px}.client-strip{gap:35px}.client-strip>div{gap:22px}.client-strip>p{min-width:180px}.business-copy{padding-top:65px}.editorial-images{gap:40px}.editorial-images img{height:520px}.editorial-images figure:last-child img{height:440px}.footer-top{grid-template-columns:1.3fr 1fr 1fr;gap:35px}.footer-contact{grid-column:1/-1;display:flex;gap:20px 45px;flex-wrap:wrap;align-items:start;border-top:1px solid #ffffff30;padding-top:25px}.footer-contact h2{width:100%;margin:0}.footer-contact p{margin:0}.footer-top .footer-contact>a{margin:0}.product-copy h1{font-size:80px}.product-copy>p{font-size:17px}.product-hero{min-height:700px}.product-description{gap:55px}.gallery-item img{height:340px}.custom-methods img{height:345px}.custom-methods h3{font-size:32px}.contact-layout{gap:50px}.contact-aside{padding-left:30px}.contact-phone{font-size:28px}.contact-email{font-size:14px}.form-row{gap:16px}.form-heading{align-items:start;flex-direction:column;gap:12px}.form-heading h2{font-size:36px}.form-heading>span{order:-1}}
@media(max-width:900px){.header nav{gap:18px}.header-shop span{margin-left:16px}.header{gap:25px}.hero-copy{padding-right:30px}.hero h1{font-size:91px}.hero,.hero-photo{min-height:710px}.hero .hero-note{font-size:11px}.hero-photo figcaption{flex-direction:column;gap:5px}.intro{gap:25px 45px}.collection-card h3{font-size:29px}.card-image img{height:300px}.card-copy p{font-size:14px}.craft-section{gap:42px}.craft-photo>img{height:570px}.client-strip{flex-direction:column;align-items:stretch;gap:25px}.client-strip>p{text-align:center}.client-strip>p br{display:none}.client-strip>p>span{display:inline;margin-left:12px}.client-strip>div{justify-content:space-around}.business-copy{padding-right:32px}.business-copy h2{font-size:74px}.business-copy>p{font-size:16px}.business-meta{font-size:11px}.product-copy h1{font-size:70px}.product-hero{min-height:740px}.breadcrumb{margin-bottom:40px}.hero-buttons{gap:18px}.hero-buttons .button{gap:25px}.product-copy>p{font-size:16px}.product-description{gap:35px}.specs>div{grid-template-columns:1fr;gap:6px}.section-heading{gap:30px}.section-heading>p{max-width:270px}.sizes-grid{gap:20px}.size-card h3{font-size:66px}.size-card .text-link{font-size:13px;gap:15px}.product-detail{gap:42px}.product-detail figure>img{height:520px}.gallery-item img{height:280px}.custom-methods{gap:20px}.custom-methods img{height:290px}.custom-methods h3{font-size:30px}.process-steps{grid-template-columns:repeat(2,1fr);gap:40px}.segments{gap:25px}.segments h3{font-size:29px}.segments .text-link{font-size:13px}.brand-work{gap:20px}.brand-work img{height:275px}.business-hero h1{font-size:80px}.business-hero>div{padding-top:50px;padding-right:35px}.contact-layout{grid-template-columns:1.2fr .85fr;gap:35px}.form-row{grid-template-columns:1fr;gap:0}.contact-aside{padding-left:25px}.contact-phone{font-size:25px}.contact-office h2 span{display:block;margin-left:0;margin-top:4px}}
@media(max-width:760px){:root{--space:24px}.header{height:80px;padding:0 24px;gap:16px}.header .desktop-nav{display:none}.logo{font-size:31px}.logo span{font-size:9px}.header-actions{gap:19px}.header-shop{font-size:13px}.header-shop span{margin-left:12px}.menu-toggle{display:block}.header .mobile-menu:not([hidden]){display:flex;position:absolute;top:80px;left:0;right:0;flex-direction:column;gap:0;background:var(--paper);padding:28px 24px 35px;border-bottom:1px solid var(--line);box-shadow:0 12px 25px #163b4112;max-height:calc(100dvh - 80px);overflow-y:auto}.mobile-menu>.eyebrow{margin-bottom:16px}.header .mobile-menu>a{font:400 34px/1.35 var(--serif);padding:7px 0}.mobile-secondary{border-top:1px solid var(--line);padding-top:16px;margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.mobile-secondary a{font-size:16px!important}.header .mobile-menu>.mobile-contact{font:400 15px/1.3 var(--sans);border-top:1px solid var(--line);padding-top:22px;margin-top:20px;display:flex;justify-content:space-between}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:38px 24px 30px}.eyebrow{font-size:12px;letter-spacing:.12em}.hero h1{font-size:clamp(84px,21vw,125px);margin:24px 0;line-height:.9}.hero h1 br{display:initial}.hero-copy>p{font-size:16px;max-width:360px;line-height:1.65;margin-bottom:23px}.hero .hero-note{flex-direction:row;font-size:11px;letter-spacing:.02em;gap:20px;padding-top:26px}.hero-photo{min-height:560px}.hero-photo>img{object-position:50% 46%}.hero-photo figcaption{padding:60px 22px 20px;font-size:11px;flex-direction:row;gap:20px}.hero-photo figcaption>span:last-child{display:none}.button{padding:15px 21px;min-height:54px;font-size:14px;gap:38px}.intro{padding:65px 24px 33px;grid-template-columns:1fr;gap:20px}.intro h2{font-size:48px}.intro p{margin:0;font-size:16px;max-width:370px}.collection-grid{padding:0 24px 60px;grid-template-columns:1fr;gap:35px}.card-image img{height:auto;aspect-ratio:4/4.3}.collection-card h3{font-size:38px}.collection-card .card-copy{padding:20px 0 18px}.card-copy p{font-size:15px}.craft-section{margin:10px 24px 64px;grid-template-columns:1fr;gap:28px}.craft-photo{padding:0}.craft-photo>img{height:auto;aspect-ratio:4/4.6;object-position:center 60%}.craft-photo figcaption{font-size:13px}.craft-copy h2{font-size:55px;margin:22px 0}.craft-copy>p{font-size:16px}.craft-points{margin:25px 0}.craft-points strong{font-size:17px}.craft-points p{font-size:15px}.client-strip{padding:28px 24px;gap:24px}.client-strip>p{font-size:12px}.client-strip>p>span{display:block;margin:5px 0 0}.client-strip>div{flex-wrap:wrap;gap:20px 25px;justify-content:center}.client-strip img{height:35px;max-width:70px}.client-strip img:nth-child(2){max-width:42px}.business-feature,.business-hero{grid-template-columns:1fr}.business-copy{padding:50px 24px 42px}.business-copy h2{font-size:75px;margin:24px 0}.business-copy>p{font-size:16px;max-width:365px;margin-bottom:25px}.business-meta{margin-top:28px;font-size:11px;letter-spacing:.055em}.business-feature>figure{min-height:430px}.business-feature>figure>img{object-position:50% 50%}.editorial{padding:64px 24px 0}.editorial-head{flex-direction:column;gap:24px;margin-bottom:30px}.editorial-head h2{font-size:56px}.editorial-images{gap:30px;grid-template-columns:1fr}.editorial-images figure:first-child{margin:0}.editorial-images img{height:460px}.editorial-images figure:last-child{margin-left:50px}.editorial-images figure:last-child img{height:360px}.editorial-images figcaption{font-size:13px}.end-cta{padding:70px 24px}.end-cta h2{font-size:46px;line-height:1.07;margin:22px auto}.end-cta>p{font-size:16px;max-width:360px}.end-cta>div{gap:24px;flex-direction:column}.footer{padding:48px 24px 25px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 24px}.footer-brand{grid-column:1/-1}.footer-brand>p{font-size:29px;margin:15px 0 18px}.footer-top>div:not(.footer-brand)>a{font-size:15px;margin:10px 0}.footer h2{font-size:14px;margin-bottom:16px}.footer-contact{gap:0;flex-direction:column;padding-top:25px}.footer-contact h2{margin-bottom:14px}.footer-contact p{font-size:15px;margin-bottom:12px}.footer-top .footer-contact>a{margin:5px 0!important}.footer-wordmark{font-size:31.4vw;letter-spacing:.035em;margin:45px -5px 26px}.footer-bottom{gap:18px 22px;flex-wrap:wrap;font-size:12px}.footer-bottom>span{width:100%;margin:0}.footer-bottom>a:last-child{margin-left:auto}.product-hero{grid-template-columns:1fr;min-height:0}.product-copy{padding:25px 24px 32px}.breadcrumb{font-size:13px;margin-bottom:35px}.product-copy h1{font-size:clamp(68px,16.5vw,95px);margin:22px 0;line-height:.98}.product-copy>p{font-size:17px;max-width:390px;margin-bottom:24px}.hero-buttons{gap:22px;align-items:center}.product-down{margin-top:30px;padding:0;font-size:14px;gap:35px}.product-photo{min-height:520px}.product-photo.studio{min-height:420px}.product-photo figcaption{font-size:12px}.product-description{padding:60px 24px;grid-template-columns:1fr;gap:25px}.product-description h2{font-size:47px;margin:20px 0 0}.product-description>div>p{font-size:16px}.specs{margin-top:24px}.specs>div{grid-template-columns:100px 1fr;gap:15px}.specs dd{font-size:15px}.models{padding:58px 24px}.section-heading{flex-direction:column;gap:24px;align-items:flex-start;margin-bottom:32px}.section-heading h2{font-size:47px;margin-top:20px}.section-heading>p{font-size:16px;max-width:360px}.sizes-grid{grid-template-columns:1fr;gap:35px}.size-card{padding-top:22px}.size-card h3{font-size:75px;margin:8px 0 15px}.size-card .text-link{font-size:15px;margin-top:22px}.size-material{font-size:15px}.spec-note{font-size:13px;line-height:1.55;margin-top:28px}.product-detail{margin:60px 24px;grid-template-columns:1fr;gap:30px}.product-detail figure>img{height:450px}.product-detail h2{font-size:50px;margin:20px 0}.product-detail p{font-size:16px}.gallery-section{padding:0 24px 55px}.gallery-title{align-items:start;flex-direction:column;gap:10px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px}.gallery-item img{height:auto;aspect-ratio:3/4}.gallery-item:first-child{grid-column:1/-1}.gallery-item:first-child img{aspect-ratio:4/4.3;max-height:480px;object-fit:contain}.related{padding:55px 24px 0}.related-grid{padding:0;grid-template-columns:1fr;gap:30px}.related .card-image img{height:350px}.lightbox{max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px);padding:60px 15px 20px}.lightbox-image{max-height:60dvh}.lightbox-caption{font-size:14px}.personalization-hero .hero-note{font-size:12px;padding-top:25px}.custom-methods{padding:0 24px 60px;grid-template-columns:1fr;gap:42px}.custom-methods img{height:420px;margin-bottom:20px}.custom-methods h3{font-size:37px}.custom-methods p{font-size:16px;max-width:380px}.process{padding:60px 24px}.process-steps{grid-template-columns:1fr;gap:28px;margin-top:30px}.process-steps li{display:grid;grid-template-columns:45px 1fr;gap:10px 20px}.process-steps li>span{grid-row:span 2;font-size:35px}.process-steps h3{font-size:29px;margin:0}.process-steps p{font-size:16px;grid-column:2}.business-hero>div{padding:45px 24px 38px}.business-hero h1{font-size:clamp(70px,17vw,100px);margin:22px 0}.business-hero p{font-size:17px}.business-hero>figure{min-height:460px}.segments{grid-template-columns:1fr;gap:35px;padding:0 24px 60px}.segments h3{font-size:37px;margin:18px 0 12px}.segments p{font-size:16px;max-width:380px}.segments .text-link{font-size:15px}.brand-gallery{padding:60px 24px}.brand-work{grid-template-columns:1fr;gap:35px}.brand-work img{height:auto;aspect-ratio:1/1}.brand-work figcaption{margin-top:15px;flex-direction:row;align-items:baseline;justify-content:space-between;gap:15px}.brand-work figcaption>span:last-child{text-align:right}.business-promise{padding:60px 24px 0}.business-promise h2{font-size:44px;margin:22px 0 30px}.business-promise>div{grid-template-columns:1fr;gap:27px;max-width:340px}.business-promise article{padding-top:25px}.business-promise h3{font-size:43px}.contact-heading{padding:45px 24px 38px;text-align:left}.contact-heading h1{font-size:clamp(51px,12vw,82px);margin:22px 0;line-height:1.02}.contact-heading>p{font-size:16px;max-width:360px}.contact-heading p>br{display:none}.contact-layout{padding:42px 24px 60px;grid-template-columns:1fr;gap:45px}.form-heading{margin-bottom:30px;gap:13px}.form-heading h2{font-size:37px}.form-row{grid-template-columns:1fr}.field{margin-bottom:25px}.field label{font-size:16px}.field input,.field select,.field textarea{font-size:16px}.form-note{font-size:14px}.contact-form-panel .button{width:100%;gap:16px}.contact-aside{padding:32px 0 0;border-left:0;border-top:1px solid var(--line)}.contact-phone{font-size:35px;margin:20px 0 15px;max-width:400px}.contact-email{font-size:17px}.contact-office{margin-top:28px}.contact-office h2 span{display:inline;margin-left:15px}.contact-office h2{font-size:17px}.contact-office p{font-size:16px}.contact-aside figure img{height:300px}.simple-page{padding:55px 24px 75px}.simple-page h1,.not-found h1{font-size:61px}.simple-page h2{font-size:32px}.simple-page p{font-size:16px}.simple-page .lead{font-size:19px}.not-found{padding:70px 24px 85px}}
@media(max-width:380px){.header{padding:0 20px}.header-actions{gap:13px}.logo{font-size:28px;letter-spacing:5px}.header-shop span{margin-left:6px}.hero h1{font-size:85px}.hero .hero-note{flex-direction:column;gap:5px}.hero-photo{min-height:500px}.collection-card h3{font-size:36px}.craft-copy h2{font-size:49px}.business-copy h2{font-size:69px}.hero-buttons{align-items:flex-start;flex-direction:column}.product-copy h1{font-size:66px}.end-cta h2{font-size:40px}.contact-phone{font-size:30px}.brand-work figcaption{flex-direction:column;gap:4px}.brand-work figcaption>span:last-child{text-align:left}}
@media(prefers-reduced-motion:no-preference){.hero-copy>.eyebrow,.hero h1,.hero-copy>p,.hero-copy>.button{animation:enter .85s both}.hero h1{animation-delay:.08s}.hero-copy>p{animation-delay:.15s}.hero-copy>.button{animation-delay:.22s}@keyframes enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.header,.footer,.button,.gallery-item span,.end-cta,.menu-toggle{display:none!important}body{background:white;color:#111}.hero,.product-hero,.product-description{display:block}.hero-photo,.product-photo{height:500px}.business-feature,.business-hero,.process{background:white;color:#111}a{color:inherit}.product-copy,.hero-copy{padding:25px 0}}

/* Client marks: original colors, normalized transparent bounds, generous visible size. */
.client-strip{display:grid;grid-template-columns:minmax(180px,.9fr) minmax(0,3.1fr);gap:48px;padding-top:42px;padding-bottom:42px}
.client-strip>p{min-width:0}.client-strip>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;align-items:center;justify-items:center;min-width:0}
.client-strip .client-logo{display:block;width:100%;height:78px;max-width:180px;overflow:hidden;filter:none;opacity:1;mix-blend-mode:normal}
.client-strip .client-logo:nth-child(1),.client-strip .client-logo:nth-child(2),.client-strip .client-logo:nth-child(4){max-width:88px}
@media(max-width:1100px){.client-strip{grid-template-columns:1fr;gap:30px}.client-strip>p{text-align:center}.client-strip>p br{display:none}.client-strip>p>span{display:inline;margin-left:12px}}
@media(max-width:640px){.client-strip{padding:34px 24px;gap:30px}.client-strip>p>span{display:block;margin:5px 0 0}.client-strip>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 28px}.client-strip .client-logo{height:72px;max-width:160px}.client-strip .client-logo:last-child{grid-column:1/-1;max-width:210px;height:42px}}
