:root {
  --cream:#f6f0e5;--paper:#fffaf2;--ink:#201712;--brown:#3b241b;--red:#9e2f2b;--red-dark:#7d211f;--green:#244b36;--green-dark:#172f23;--gold:#c99b49;--muted:#6f6259;--line:rgba(59,36,27,.15);--shadow:0 24px 70px rgba(41,25,18,.16);--serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--sans:"Avenir Next",Avenir,"Segoe UI",system-ui,sans-serif
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.65;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit}
h1,h2,h3,p,figure{margin-top:0}
h1,h2,h3{color:var(--brown);font-family:var(--serif);font-weight:500;line-height:.98;letter-spacing:-.045em}
h1{font-size:clamp(4rem,8vw,8rem)}
h2{font-size:clamp(3rem,5.8vw,5.8rem)}
h3{font-size:clamp(1.8rem,3vw,2.8rem)}
em{color:var(--red);font-weight:500}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.section{padding:clamp(84px,10vw,150px) 0}
.skip-link{position:fixed;top:12px;left:12px;z-index:999;transform:translateY(-160%);padding:10px 16px;border-radius:4px;background:var(--ink);color:#fff;text-decoration:none}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line);background:rgba(246,240,229,.93);backdrop-filter:blur(18px);transition:box-shadow .2s ease}
.site-header.is-scrolled{box-shadow:0 8px 30px rgba(32,23,18,.09)}
.nav-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-mark{width:48px;height:48px;border:1px solid rgba(201,155,73,.55);border-radius:50%;object-fit:cover}
.brand-copy{display:grid;gap:1px}.brand-copy strong{font-family:var(--serif);font-size:1.08rem;letter-spacing:-.01em}.brand-copy small{color:var(--muted);font-size:.64rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.site-nav{display:flex;align-items:center;gap:30px;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.site-nav a{text-decoration:none}.site-nav a:not(.header-order)::after{display:block;width:0;height:1px;margin-top:4px;background:var(--red);content:"";transition:width .2s ease}.site-nav a:not(.header-order):hover::after,.site-nav a[aria-current="page"]::after{width:100%}
.header-order{padding:12px 18px;border-radius:999px;background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(126,33,31,.18)}
.mobile-toggle{display:none;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:50%;background:transparent}.mobile-toggle span{display:block;width:18px;height:1.5px;margin:5px auto;background:var(--brown);transition:transform .2s ease}.site-header.open .mobile-toggle span:first-child{transform:translateY(3.25px) rotate(45deg)}.site-header.open .mobile-toggle span:last-child{transform:translateY(-3.25px) rotate(-45deg)}
.kicker{display:flex;align-items:center;gap:12px;margin:0 0 26px;color:var(--green);font-size:.7rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.kicker::before{width:34px;height:1px;background:var(--gold);content:""}.kicker-light{color:#f4d897}.kicker-light::before{background:#f4d897}
.hero-lede,.section-lede{color:var(--muted);font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.75}
.btn{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:14px 24px;border:1px solid transparent;border-radius:999px;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-decoration:none;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-red{background:var(--red);color:#fff;box-shadow:0 14px 30px rgba(126,33,31,.2)}.btn-red:hover{background:var(--red-dark)}.btn-outline{border-color:var(--brown);color:var(--brown)}.btn-cream{background:var(--cream);color:var(--brown)}.btn-outline-light{border-color:rgba(255,255,255,.65);color:#fff}
.text-link{display:inline-flex;align-items:center;gap:10px;padding-bottom:4px;border-bottom:1px solid currentColor;color:var(--red);font-size:.82rem;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.text-link span{transition:transform .2s ease}.text-link:hover span{transform:translate(3px,-3px)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal-delay{transition-delay:.12s}.js .reveal.is-visible{opacity:1;transform:none}

/* Home */
.home-hero{padding:34px 0 78px;overflow:hidden}.home-hero-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(480px,1.14fr);align-items:stretch;min-height:700px;gap:clamp(28px,4vw,62px)}.home-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:54px 0 34px}.home-hero h1{max-width:700px;margin:0;font-size:clamp(4rem,7.4vw,7.7rem);line-height:.86}.home-hero .hero-lede{max-width:590px;margin:32px 0 0}.hero-facts{display:flex;flex-wrap:wrap;gap:0;margin:46px 0 0;padding:0;list-style:none}.hero-facts li{display:grid;gap:3px;min-width:128px;padding:0 24px;border-left:1px solid var(--line)}.hero-facts li:first-child{padding-left:0;border-left:0}.hero-facts strong{color:var(--brown);font-family:var(--serif);font-size:1.45rem;font-weight:600}.hero-facts span{color:var(--muted);font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home-hero-visual{position:relative;min-height:700px;margin:0;border-radius:6px 90px 6px 6px;overflow:hidden;box-shadow:var(--shadow)}.home-hero-visual::after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(28,19,14,.62));content:""}.home-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center 58%}.hero-caption{position:absolute;right:30px;bottom:28px;left:30px;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:20px;color:#fff}.hero-caption strong{display:block;font-family:var(--serif);font-size:1.4rem;font-weight:600}.hero-caption span{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-caption .caption-number{color:#f4d897;font-family:var(--serif);font-size:2.2rem;line-height:1}
.origin-section{background:var(--paper)}.origin-grid{display:grid;grid-template-columns:.75fr 1.1fr .58fr;align-items:center;gap:clamp(24px,4vw,64px)}.origin-photo{margin:0;overflow:hidden}.origin-photo img{width:100%;height:100%;object-fit:cover}.origin-photo-main{height:650px;border-radius:80px 4px 4px 4px}.origin-photo-detail{height:420px;align-self:end;border-radius:4px 4px 70px 4px}.origin-copy h2{margin-bottom:30px}.origin-copy .section-lede{max-width:610px}.origin-details{display:grid;grid-template-columns:repeat(3,1fr);margin:40px 0 0;border-top:1px solid var(--line)}.origin-details div{padding:20px 14px 0;border-left:1px solid var(--line)}.origin-details div:first-child{padding-left:0;border-left:0}.origin-details dt{color:var(--muted);font-size:.64rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.origin-details dd{margin:3px 0 0;color:var(--brown);font-family:var(--serif);font-size:1.2rem}
.product-section{background:var(--green-dark);color:#fff}.product-showcase{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(44px,7vw,100px)}.product-stage{position:relative;height:760px;border-radius:4px 80px 4px 4px;overflow:hidden;background:#ddd;box-shadow:0 28px 80px rgba(0,0,0,.24)}.product-stage img{width:100%;height:100%;object-fit:cover;object-position:center 70%}.product-stage img.product-mockup{object-position:center}.photo-label{position:absolute;top:24px;left:24px;z-index:1;padding:9px 13px;border-radius:999px;background:rgba(255,250,242,.92);color:var(--brown);font-size:.62rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-order h2{color:#fff}.product-order h2 em{color:#f4d897}.product-order .section-lede{max-width:590px;color:rgba(255,255,255,.72)}.offer-list{margin-top:36px;border-top:1px solid rgba(255,255,255,.18)}.offer-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:24px;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.18)}.offer-size{display:block;font-family:var(--serif);font-size:2.1rem}.offer-note{display:block;color:rgba(255,255,255,.58);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.offer-price{font-family:var(--serif);font-size:2rem;font-weight:500}.offer-price small{font-family:var(--sans);font-size:.6rem;letter-spacing:.1em}.order-note{margin:24px 0 0;color:rgba(255,255,255,.55);font-size:.75rem}
.story-preview{background:var(--cream)}.story-preview-grid{display:grid;grid-template-columns:.9fr 1.2fr .65fr;grid-template-rows:auto 260px;gap:20px}.story-copy{align-self:center;padding-right:40px}.story-copy h2{margin-bottom:28px}.story-copy .text-link{margin-top:12px}.story-photo-wide{grid-column:2/4;height:470px;margin:0;border-radius:4px 76px 4px 4px;overflow:hidden}.story-photo-tall{grid-column:1;grid-row:2;height:400px;margin:0;border-radius:4px 4px 4px 70px;overflow:hidden}.story-photo-detail{grid-column:2/4;grid-row:2;height:260px;margin:0;overflow:hidden}.story-preview figure img{width:100%;height:100%;object-fit:cover}.story-photo-wide img{object-position:center 35%}
.wholesale-preview{padding-top:40px}.wholesale-panel{position:relative;min-height:620px;border-radius:5px 90px 5px 5px;overflow:hidden}.wholesale-panel>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wholesale-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,47,35,.96) 0%,rgba(23,47,35,.8) 45%,rgba(23,47,35,.22) 100%)}.wholesale-copy{position:relative;z-index:1;max-width:650px;padding:clamp(70px,9vw,120px);color:#fff}.wholesale-copy h2{color:#fff}.wholesale-copy p:not(.kicker){max-width:560px;color:rgba(255,255,255,.75);font-size:1.05rem}.wholesale-tags{position:absolute;right:36px;bottom:32px;z-index:1;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.wholesale-tags span{padding:8px 12px;border:1px solid rgba(255,255,255,.5);border-radius:999px;color:#fff;font-size:.63rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}

/* Shared inner-page heroes */
.page-intro{padding:54px 0 110px}.page-intro-grid{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:clamp(40px,7vw,100px)}.page-intro h1,.story-hero h1,.contact-hero h1{margin:0}.page-intro .hero-lede{max-width:650px;margin-top:30px}.inline-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.inline-facts span,.feature-pills li{padding:9px 13px;border-radius:999px;background:rgba(36,75,54,.09);color:var(--green);font-size:.65rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.section-heading{display:grid;grid-template-columns:1fr minmax(280px,.56fr);align-items:end;gap:40px;margin-bottom:54px}.section-heading .kicker{grid-column:1/-1;margin-bottom:-16px}.section-heading h2{margin:0}.section-heading>p:last-child{margin:0;color:var(--muted)}

/* Catalog */
.catalog-hero-photo{position:relative;height:670px;margin:0;border-radius:4px 90px 4px 4px;overflow:hidden;background:var(--paper);box-shadow:var(--shadow)}.catalog-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 72%}.catalog-hero-photo img.product-mockup{object-position:center}.catalog-hero-photo figcaption{position:absolute;right:20px;bottom:20px;padding:9px 12px;border-radius:999px;background:rgba(255,250,242,.9);color:var(--brown);font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.catalog-orders{background:var(--paper)}.catalog-offers{display:grid;grid-template-columns:1fr 1fr;gap:22px}.catalog-card{position:relative;min-height:470px;padding:44px;border:1px solid var(--line);border-radius:4px 56px 4px 4px;background:var(--cream);overflow:hidden}.catalog-card-featured{background:var(--green-dark);color:#fff}.catalog-card-featured h3{color:#fff}.catalog-number{position:absolute;top:20px;right:24px;color:rgba(59,36,27,.18);font-family:var(--serif);font-size:5rem;line-height:1}.catalog-card-featured .catalog-number{color:rgba(255,255,255,.14)}.catalog-card .eyebrow{margin-bottom:24px;color:var(--red);font-size:.67rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.catalog-card-featured .eyebrow{color:#f4d897}.catalog-card h3{margin-bottom:20px}.catalog-card>p:not(.eyebrow){max-width:460px;color:var(--muted)}.catalog-card-featured>p:not(.eyebrow){color:rgba(255,255,255,.68)}.feature-pills{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0 0;padding:0;list-style:none}.catalog-card-featured .feature-pills li{background:rgba(255,255,255,.1);color:#fff}.catalog-card-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:70px}.catalog-card-footer strong{font-family:var(--serif);font-size:2.7rem;font-weight:500}.catalog-card-footer small{font-family:var(--sans);font-size:.65rem;letter-spacing:.1em}.package-section{background:var(--cream)}.package-grid{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(44px,8vw,120px)}.package-grid figure{height:660px;margin:0;border-radius:80px 4px 4px 4px;overflow:hidden}.package-grid figure img{width:100%;height:100%;object-fit:cover}.package-copy h2{margin-bottom:28px}.package-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:38px}.package-points span{display:grid;gap:2px;padding:18px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem}.package-points b{color:var(--brown);font-family:var(--serif);font-size:1.12rem}.quote-note{background:var(--brown);color:#fff}.quote-note-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.quote-note h2{max-width:760px;margin:0;color:#fff}.quote-note p:not(.kicker){max-width:700px;color:rgba(255,255,255,.65)}

/* Wholesale */
.media-hero{position:relative;min-height:720px;display:flex;align-items:end;overflow:hidden}.media-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.media-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(23,47,35,.96),rgba(23,47,35,.78) 46%,rgba(23,47,35,.18))}.media-hero-content{position:relative;z-index:1;padding-bottom:90px;color:#fff}.media-hero h1{max-width:900px;margin:0;color:#fff}.media-hero h1 em{color:#f4d897}.media-hero-content>p:not(.kicker){max-width:660px;margin:30px 0 0;color:rgba(255,255,255,.75);font-size:1.08rem}.wholesale-options{background:var(--paper)}.wholesale-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.wholesale-card{display:grid;grid-template-columns:.78fr 1.22fr;min-height:610px;border:1px solid var(--line);background:var(--cream)}.wholesale-card figure{height:100%;min-height:610px;margin:0;overflow:hidden}.wholesale-card figure img{width:100%;height:100%;object-fit:cover}.wholesale-card:first-child figure{background:#0b120d}.wholesale-card:first-child figure img.product-mockup{position:relative;left:50%;width:145%;max-width:none;object-fit:contain;object-position:center;transform:translateX(-50%)}.wholesale-card>div{padding:42px}.card-index{display:block;margin-bottom:34px;color:var(--red);font-size:.65rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.wholesale-card h3{margin-bottom:20px}.wholesale-card p{color:var(--muted)}.wholesale-card ul{display:grid;gap:8px;margin:26px 0 34px;padding:0;list-style:none}.wholesale-card li{padding-top:8px;border-top:1px solid var(--line);font-size:.78rem;font-weight:800}.quote-process{background:var(--cream)}.quote-process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,9vw,140px)}.quote-process-intro{position:sticky;top:130px;align-self:start}.quote-process-intro p:last-child{max-width:480px;color:var(--muted)}.quote-steps{margin:0;padding:0;list-style:none}.quote-steps li{display:grid;grid-template-columns:72px 1fr;gap:24px;padding:34px 0;border-top:1px solid var(--line)}.quote-steps li:last-child{border-bottom:1px solid var(--line)}.quote-steps>li>span{color:var(--red);font-family:var(--serif);font-size:1.6rem}.quote-steps h3{margin-bottom:8px}.quote-steps p{margin:0;color:var(--muted)}.wholesale-contact{padding-top:30px}.contact-band{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:58px;border-radius:4px 60px 4px 4px;background:var(--green-dark);color:#fff}.contact-band h2{margin:0;color:#fff}.contact-band-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}

/* Story */
.story-hero{padding:54px 0 120px}.story-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(46px,7vw,100px)}.story-hero-copy .hero-lede{max-width:560px;margin-top:30px}.story-hero figure{height:690px;margin:0;position:relative;border-radius:4px 90px 4px 4px;overflow:hidden}.story-hero figure img{width:100%;height:100%;object-fit:cover}.story-hero figcaption{position:absolute;right:20px;bottom:20px;padding:9px 12px;border-radius:999px;background:rgba(255,250,242,.9);color:var(--brown);font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.story-origin{background:var(--paper)}.story-origin-grid{display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:clamp(50px,9vw,140px)}.story-origin figure{height:650px;margin:0;border-radius:80px 4px 4px 4px;overflow:hidden}.story-origin figure img{width:100%;height:100%;object-fit:cover}.story-origin blockquote{max-width:620px;margin:44px 0 0;padding:26px 0 0;border-top:1px solid var(--line);color:var(--brown);font-family:var(--serif);font-size:1.55rem;font-style:italic}.elevation-story{background:var(--brown);color:#fff}.elevation-grid{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:clamp(50px,9vw,140px)}.elevation-copy .big-number{display:block;color:#f4d897;font-family:var(--serif);font-size:clamp(6rem,13vw,13rem);letter-spacing:-.07em;line-height:.7}.elevation-copy .kicker{margin-top:36px}.elevation-copy h2{color:#fff}.elevation-copy>p:last-child{max-width:620px;color:rgba(255,255,255,.68)}.elevation-grid figure{height:620px;margin:0;border-radius:4px 80px 4px 4px;overflow:hidden}.elevation-grid figure img{width:100%;height:100%;object-fit:cover;object-position:center 58%}.process-story{background:var(--cream)}.process-track{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.process-item figure{height:350px;margin:0 0 22px;overflow:hidden}.process-item:nth-child(1) figure,.process-item:nth-child(3) figure,.process-item:nth-child(5) figure{border-radius:48px 4px 4px 4px}.process-item figure img{width:100%;height:100%;object-fit:cover}.process-item>span{color:var(--red);font-size:.62rem;font-weight:900;letter-spacing:.12em}.process-item h3{margin:8px 0;font-size:1.55rem}.process-item p{margin:0;color:var(--muted);font-size:.78rem}.people-story{background:var(--green-dark);color:#fff}.people-grid{display:grid;grid-template-columns:1fr .72fr .48fr;align-items:center;gap:20px}.people-copy{padding-right:54px}.people-copy h2{color:#fff}.people-copy>p:not(.kicker){color:rgba(255,255,255,.68)}.people-main,.people-detail{margin:0;overflow:hidden}.people-main{height:650px;border-radius:4px 70px 4px 4px}.people-detail{height:470px}.people-grid figure img{width:100%;height:100%;object-fit:cover}

/* Contact */
.contact-hero{padding:54px 0 120px}.contact-hero-grid{display:grid;grid-template-columns:1fr .72fr;align-items:center;gap:clamp(48px,8vw,120px)}.contact-hero-copy .hero-lede{max-width:620px;margin-top:30px}.contact-hero figure{height:650px;margin:0;border-radius:4px 90px 4px 4px;overflow:hidden}.contact-hero figure img{width:100%;height:100%;object-fit:cover}.contact-options{background:var(--paper)}.contact-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-card{position:relative;min-height:430px;padding:50px;border:1px solid var(--line);border-radius:4px 58px 4px 4px;background:var(--cream);overflow:hidden}.contact-card-primary{background:var(--red);color:#fff}.contact-card-primary h2{color:#fff}.contact-card h2{max-width:700px;font-size:clamp(2rem,3.7vw,3.7rem);overflow-wrap:anywhere}.contact-card p:not(.kicker){max-width:500px;color:var(--muted)}.contact-card-primary p:not(.kicker){color:rgba(255,255,255,.72)}.contact-icon{position:absolute;top:28px;right:30px;color:rgba(59,36,27,.16);font-family:var(--serif);font-size:4rem}.contact-card-primary .contact-icon{color:rgba(255,255,255,.2)}.inquiry-types{background:var(--cream)}.inquiry-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}.inquiry-grid .section-heading{display:block;margin-right:44px}.inquiry-card{padding:32px;border-top:1px solid var(--line)}.inquiry-card>span{color:var(--red);font-family:var(--serif);font-size:1.4rem}.inquiry-card h3{margin:38px 0 16px}.inquiry-card p{color:var(--muted)}

/* Footer */
.site-footer{padding:76px 0 24px;background:#14251c;color:#fff}.footer-main{display:grid;grid-template-columns:1.2fr .55fr 1fr;gap:70px;padding-bottom:62px}.brand-light .brand-copy small{color:rgba(255,255,255,.55)}.footer-brand>p{max-width:430px;margin:28px 0 0;color:rgba(255,255,255,.56)}.footer-column{display:grid;align-content:start;gap:10px}.footer-column h2{margin:4px 0 14px;color:#f4d897;font-family:var(--sans);font-size:.64rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.footer-column a{color:rgba(255,255,255,.72);font-size:.84rem;text-decoration:none}.footer-column a:hover{color:#fff}.footer-base{display:flex;justify-content:space-between;gap:30px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.44);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

@media(max-width:1100px){.origin-grid{grid-template-columns:.7fr 1fr}.origin-photo-detail{display:none}.process-track{grid-template-columns:repeat(3,1fr)}.process-item:nth-child(4),.process-item:nth-child(5){margin-top:24px}.wholesale-card{grid-template-columns:1fr}.wholesale-card figure{height:360px;min-height:0}.wholesale-card>div{padding:34px}.people-grid{grid-template-columns:1fr 1fr}.people-detail{display:none}.inquiry-grid{grid-template-columns:1fr 1fr}.inquiry-grid .section-heading{grid-column:1/-1}}
@media(max-width:980px){.home-hero-grid,.page-intro-grid,.story-hero-grid,.contact-hero-grid{grid-template-columns:1fr}.home-hero-grid{min-height:0}.home-hero-copy{padding-top:34px}.home-hero-visual,.catalog-hero-photo,.story-hero figure,.contact-hero figure{min-height:620px;height:620px}.product-showcase,.package-grid,.story-origin-grid,.elevation-grid,.quote-process-grid{grid-template-columns:1fr}.product-stage{height:680px}.story-preview-grid{grid-template-columns:1fr 1fr}.story-copy{grid-column:1/-1;padding:0 0 30px}.story-photo-wide{grid-column:1/3}.story-photo-tall{grid-column:1}.story-photo-detail{grid-column:2}.quote-process-intro{position:static}.contact-band{align-items:flex-start;flex-direction:column}.contact-band-actions{justify-content:flex-start}.process-track{grid-template-columns:repeat(2,1fr)}.people-copy{padding:0 24px 0 0}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.contact-card h2{font-size:2.2rem}}
@media(max-width:900px){.mobile-toggle{display:block}.site-nav{display:none}.site-header.open .site-nav{display:flex;position:absolute;top:84px;right:0;left:0;align-items:stretch;padding:22px 24px 28px;border-bottom:1px solid var(--line);background:var(--paper);box-shadow:0 18px 30px rgba(32,23,18,.12);flex-direction:column}.site-header.open .site-nav a{width:100%;padding:10px 0}.site-header.open .site-nav .header-order{padding:14px 18px;text-align:center}.catalog-offers,.wholesale-card-grid,.contact-card-grid{grid-template-columns:1fr}.catalog-card{min-height:430px}.section-heading{grid-template-columns:1fr}.section-heading .kicker{grid-column:auto;margin-bottom:0}.wholesale-card{grid-template-columns:.78fr 1.22fr}.wholesale-card figure{height:auto;min-height:520px}.quote-note-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:700px){.container{width:min(100% - 30px,1180px)}.section{padding:78px 0}.nav-inner{height:72px}.site-header.open .site-nav{top:72px}.brand-mark{width:42px;height:42px}.brand-copy small{display:none}.brand-copy strong{font-size:.98rem}.home-hero{padding:20px 0 54px}.home-hero h1{font-size:clamp(3.7rem,18vw,5.6rem)}.home-hero .hero-lede{margin-top:24px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.btn{padding-inline:16px}.hero-facts{margin-top:38px}.hero-facts li{min-width:33.333%;padding:0 10px}.hero-facts strong{font-size:1.05rem}.hero-facts span{font-size:.52rem}.home-hero-visual{min-height:520px;height:520px;border-radius:4px 58px 4px 4px}.hero-caption{right:20px;bottom:20px;left:20px}.origin-grid{grid-template-columns:1fr}.origin-photo-main{height:520px}.origin-copy{padding-top:22px}.origin-details{grid-template-columns:1fr}.origin-details div{padding:14px 0;border-left:0;border-top:1px solid var(--line)}.product-stage{height:600px;border-radius:4px 58px 4px 4px}.offer-row{grid-template-columns:1fr auto;gap:14px}.offer-row .btn{grid-column:1/-1;width:100%}.story-preview-grid{grid-template-columns:1fr;grid-template-rows:auto}.story-photo-wide,.story-photo-tall,.story-photo-detail{grid-column:1;grid-row:auto}.story-photo-wide{height:360px}.story-photo-tall{height:480px}.story-photo-detail{height:280px}.wholesale-panel{min-height:650px;border-radius:4px 58px 4px 4px}.wholesale-copy{padding:46px 28px}.wholesale-tags{right:22px;bottom:20px;left:22px;justify-content:flex-start}.page-intro,.story-hero,.contact-hero{padding:30px 0 80px}.page-intro h1,.story-hero h1,.contact-hero h1{font-size:clamp(3.7rem,17vw,5.5rem)}.catalog-hero-photo,.story-hero figure,.contact-hero figure{height:520px;min-height:520px;border-radius:4px 58px 4px 4px}.catalog-card{padding:30px}.catalog-card-footer{align-items:flex-start;flex-direction:column;margin-top:50px}.catalog-card-footer .btn{width:100%}.package-grid figure{height:520px}.package-points{grid-template-columns:1fr}.quote-note-inner .btn{width:100%}.media-hero{min-height:680px}.media-hero-content{padding-bottom:60px}.media-hero h1{font-size:clamp(3.7rem,17vw,5.5rem)}.media-hero-content .hero-actions{grid-template-columns:1fr}.wholesale-card{grid-template-columns:1fr}.wholesale-card figure{height:360px;min-height:0}.quote-steps li{grid-template-columns:48px 1fr}.contact-band{padding:38px 26px}.contact-band-actions{display:grid;width:100%}.story-origin figure,.elevation-grid figure{height:520px}.elevation-copy .big-number{font-size:30vw}.process-track{grid-template-columns:1fr 1fr}.process-item figure{height:290px}.people-grid{grid-template-columns:1fr}.people-copy{padding:0 0 28px}.people-main{height:540px}.contact-card{min-height:380px;padding:34px}.contact-card h2{font-size:1.75rem}.inquiry-grid{grid-template-columns:1fr}.inquiry-grid .section-heading{margin-right:0}.footer-main{grid-template-columns:1fr;gap:38px}.footer-brand{grid-column:auto}.footer-base{align-items:flex-start;flex-direction:column}}
@media(max-width:460px){.hero-actions{grid-template-columns:1fr}.hero-facts span{letter-spacing:.04em}.process-track{grid-template-columns:1fr}.process-item figure{height:380px}.contact-card h2{font-size:1.45rem}.footer-column a{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
