:root{--navy:#151515;--ink:#202020;--cream:#fcfbf8;--muted:#68645c;--line:#e1ded6;--accent:#8a6b2d;--sage:#c6ad73;--white:#fff;--serif:Georgia,'Times New Roman',serif;--sans:'Segoe UI',Arial,sans-serif}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #9a7938;outline-offset:5px}
img{display:block;max-width:100%}
h1,h2,h3,p{margin:0}
h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.055em;line-height:1.08}
h1{font-size:clamp(48px,4.7vw,76px)}
h2{font-size:clamp(38px,3.5vw,54px)}
h3{font-size:20px;line-height:1.35;font-weight:600;letter-spacing:-.025em}
em{font-weight:400}
p{color:var(--muted)}
.container{width:min(1280px,calc(100% - 96px));margin:auto}
.eyebrow{text-transform:uppercase;font-size:10px;font-weight:650;letter-spacing:.16em;color:var(--muted);line-height:1.6}
.section{padding-block:96px}
.skip-link{position:fixed;top:-80px;left:20px;padding:12px;background:white;z-index:20}
.skip-link:focus{top:12px}
.announcement{background:var(--navy);color:#d0b87d;text-align:center;padding:11px 16px;font-size:10px;letter-spacing:.16em;border-bottom:1px solid #3d3527}
.site-header{position:sticky;top:0;z-index:10;background:rgba(252,251,248,.98);border-bottom:1px solid var(--line)}
.nav-row{display:flex;align-items:center;justify-content:space-between;height:90px;gap:24px}
.brand{display:inline-flex;align-items:center;gap:12px;font-size:25px;font-weight:500;letter-spacing:-.7px;line-height:1}
.brand-dot{color:var(--accent)}
.brand svg{width:31px;height:34px;fill:none;stroke:var(--accent);stroke-width:1.3}
.desktop-nav{display:flex;gap:34px;font-size:13px}
.desktop-nav a:hover,.footer-nav a:hover{color:var(--accent)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:54px;padding:14px 22px;background:var(--navy);color:white;border:1px solid var(--navy);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}
.button:hover{background:#353126;transform:translateY(-2px)}
.button span{font-size:20px;line-height:1}
.button-small{min-height:43px;padding:9px 17px;font-size:12px;gap:25px}
.button-cream{background:transparent;color:#e0c994;border-color:#9a804b}
.button-cream:hover{background:#e7d6af;color:#171717}
.text-link{font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:18px;border-bottom:1px solid currentColor;padding-bottom:4px}
.text-link:hover{color:var(--accent)}
.hero-stage{background:#151515;color:#fcfbf8;border-bottom:1px solid #50442c}
.hero{padding-block:76px 80px;display:grid;grid-template-columns:1.05fr 1fr;gap:58px;align-items:center}
.hero h1{font-size:clamp(48px,4.8vw,76px);line-height:1.09;letter-spacing:-.045em}
.hero-copy>.eyebrow{color:#d0b87d}
.hero .button{background:#d0b87d;border-color:#d0b87d;color:#171717;font-weight:600}
.hero .button:hover{background:#e4cea0;border-color:#e4cea0}
.hero .text-link{color:#eee8db;border-color:#756344}
.hero .text-link:hover{color:#d0b87d}
.hero-copy>.eyebrow{display:flex;gap:10px;align-items:center;margin-bottom:24px;font-size:9px;letter-spacing:.12em}
.little-line{width:22px;height:1px;background:var(--accent);flex-shrink:0}
.hero h1 em{color:#d0b87d}
.hero-description{max-width:415px;font-size:14px;line-height:1.95;margin-top:27px;color:#c1bcb3}
.hero-actions{margin-top:32px;display:flex;gap:25px;align-items:center;flex-wrap:wrap}
.hero-notes{margin-top:33px;display:flex;gap:22px;font-size:10px;color:#c3bcaf}
.hero-notes span span{color:#b89a58;margin-right:5px}
.hero-visual{position:relative;background:#24221e;align-self:center;min-height:0;display:flex;flex-direction:column;justify-content:center;overflow:hidden;border:1px solid #6e5b37;padding:10px}
.hero-visual>img{width:100%;height:auto;aspect-ratio:1.2;object-fit:cover;min-height:0}
.image-label{position:absolute;top:25px;left:25px;display:flex;align-items:center;gap:8px;background:rgba(21,21,21,.88);color:#eee2c8;padding:9px 12px;font-size:8px;letter-spacing:.14em;font-weight:500}
.status-dot{height:5px;width:5px;background:#c6ad73;border-radius:50%}
.hero-caption{background:#24221e;display:flex;align-items:center;justify-content:space-between;padding:22px 12px 10px;border-top:1px solid #4c4330}
.hero-caption .eyebrow{color:#c5b184}
.hero-caption .eyebrow{font-size:8px;display:block;margin-bottom:3px}
.hero-caption strong{font-family:var(--serif);font-size:22px;font-weight:400;letter-spacing:-.03em}
.hero-caption>a{display:flex;align-items:center;justify-content:center;width:37px;height:37px;border:1px solid #8f7950;font-size:22px;color:#d0b87d}
.category-strip{border-block:1px solid var(--line)}
.category-strip>.container{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px;font-size:13px;font-weight:500}
.strip-label{text-transform:uppercase;font-size:9px;letter-spacing:.12em;color:var(--muted)}
.strip-dot{color:#94783c;font-size:13px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:38px}
.section-heading .eyebrow{margin-bottom:15px}
.section-heading>p{max-width:310px;font-size:14px;line-height:1.8;padding-bottom:4px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px 28px}
.product-image{display:block;position:relative;aspect-ratio:1.18;background:#f1eee8;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-image:hover img{transform:scale(1.035)}
.product-tag{position:absolute;top:14px;left:14px;padding:5px 9px;background:rgba(252,251,248,.95);font-size:9px;font-weight:500}
.image-arrow{position:absolute;right:13px;bottom:13px;display:flex;align-items:center;justify-content:center;background:var(--cream);border-radius:50%;width:34px;height:34px;font-size:20px}
.product-description{display:flex;gap:14px;margin-top:20px;border-top:1px solid #d7c9ab;padding-top:17px}
.product-number{font-size:10px;color:#8a6b2d;padding-top:5px}
.product-description h3{font-family:var(--serif);font-weight:400;font-size:24px}
.product-description p{margin-top:6px;font-size:12px}
.range-note{margin-top:37px;text-align:center;font-size:12px}
.range-note a{text-decoration:underline;text-underline-offset:4px;color:var(--ink);margin-left:6px}
.custom-section{background:var(--navy);color:var(--cream);padding-block:96px;border-block:1px solid #54472d}
.custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}
.custom-section p{color:#c9c5bd}
.custom-intro .eyebrow{color:#d0b87d}
.custom-intro h2{margin-top:20px;font-size:clamp(40px,4vw,62px)}
.custom-intro h2 em{color:#d0b87d}
.custom-intro>p:not(.eyebrow){max-width:360px;margin-top:25px;font-size:14px;line-height:1.9}
.custom-intro .button{margin-top:31px}
.detail-list article{display:flex;gap:20px;padding:24px 0;border-top:1px solid #494235}
.detail-list article:last-child{border-bottom:1px solid #494235}
.detail-list article>span:first-child{color:#d0b87d;font-size:11px;padding-top:4px}
.detail-list h3{font-size:19px}
.detail-list p{font-size:12px;line-height:1.9;margin-top:8px;max-width:340px}
.detail-mark{font-size:20px;margin-left:auto}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin:48px 0}
.steps article{border-top:1px solid #c5b58f;padding-top:21px}
.step-number{font-family:var(--serif);font-size:34px;color:#8a6b2d;line-height:1;display:block;margin-bottom:22px}
.steps h3{font-size:17px}
.steps p{font-size:12px;line-height:1.9;margin-top:11px;max-width:235px}
.production-panel{display:grid;grid-template-columns:1.1fr 1fr;background:#f1eee7}
.production-panel>img{width:100%;height:340px;object-fit:cover}
.production-panel>div{padding:42px 48px;align-self:center}
.production-panel h3{font-family:var(--serif);font-size:36px;font-weight:400;letter-spacing:-.04em;line-height:1.12;margin-top:13px}
.production-panel p:not(.eyebrow){font-size:13px;line-height:1.9;margin-top:17px;max-width:350px}
.production-panel .text-link{margin-top:22px;font-size:12px}
.inquiry-section{background:#f4f1eb;padding-block:82px}
.inquiry-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:74px;align-items:start}
.inquiry-intro h2{font-size:clamp(42px,4.3vw,65px);margin-top:22px}
.inquiry-intro h2 em{color:#8a6b2d}
.inquiry-intro>p:not(.eyebrow){font-size:14px;line-height:1.85;max-width:345px;margin-top:24px}
.inquiry-expect{margin-top:37px;border-top:1px solid #d2c9b5;padding-top:25px;max-width:345px}
.inquiry-expect h3{font-size:14px;margin-bottom:17px}
.inquiry-expect p{font-size:12px;margin-top:12px;display:flex;gap:13px}
.inquiry-expect p span{font-size:10px;color:#8a6b2d}
.inquiry-intro .small-note{font-size:11px!important}
.quote-form{background:#fff;padding:38px 34px;border:1px solid #d6ccb9;box-shadow:none;border-top:3px solid #a58748}
.form-title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:27px}
.form-title h3{font-size:19px}
.form-title>span{color:var(--muted);font-size:9px;white-space:nowrap}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.form-grid label{font-size:11px;font-weight:600;display:flex;flex-direction:column;gap:7px}
.form-grid input,.form-grid select,.form-grid textarea{width:100%;min-width:0;border:1px solid #d8d2c7;border-radius:0;background:#fff;color:var(--ink);padding:11px 10px;min-height:43px;font-size:12px;font-weight:400}
.form-grid input::placeholder,.form-grid textarea::placeholder{color:#706b62;opacity:1}
.form-grid select{padding-right:4px}
.form-grid textarea{resize:vertical;min-height:105px}
.full-width{grid-column:1/-1}
.consent{display:flex;gap:9px;align-items:flex-start;font-size:10px;color:var(--muted);margin-top:21px;line-height:1.7;cursor:pointer}
.consent input{accent-color:var(--navy);flex-shrink:0;margin:2px 0 0;width:14px;height:14px}
.consent a{text-decoration:underline;text-underline-offset:3px}
.submit-button{width:100%;margin-top:20px;justify-content:space-between}
.submit-button:disabled{opacity:.65;cursor:wait;transform:none}
.form-footnote{text-align:center;font-size:9px;margin-top:11px}
.form-status{font-size:12px;line-height:1.8;margin:0}
.form-status:not(:empty){padding:14px;margin-top:18px;border:1px solid currentColor}
.form-status.success{color:#365f3f;background:#eff5eb}
.form-status.error{color:#913c30;background:#fff1ed}
.faq-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:65px}
.faq-grid h2{margin-top:15px;font-size:42px}
.faq-list details{border-bottom:1px solid var(--line);padding:21px 0}
.faq-list details:first-child{border-top:1px solid var(--line)}
summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:24px;font-size:14px;font-weight:500}
summary::-webkit-details-marker{display:none}
summary span{font-size:20px;line-height:1;transition:transform .2s}
details[open] summary span{transform:rotate(45deg)}
details p{padding-top:16px;font-size:13px;line-height:1.85;max-width:500px}
.site-footer{background:var(--navy);color:var(--cream);padding:60px 0 25px;border-top:1px solid #6e5b37}
.footer-top{display:flex;justify-content:space-between;gap:30px;padding-bottom:40px}
.footer-top .brand{font-size:28px}
.footer-top p{font-size:12px;line-height:1.9;margin-top:18px;color:#c2bdb3}
.footer-nav{display:flex;flex-direction:column;gap:13px;font-size:12px;padding-top:6px}
.footer-location{display:flex;flex-direction:column;gap:10px;font-size:11px;padding-top:6px;color:#c2bdb3}
.footer-location .eyebrow{color:#cdb376;font-size:9px;margin-bottom:5px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #484032;padding-top:20px;font-size:9px;color:#b9b2a4}
.privacy-main{max-width:760px;padding-block:70px 90px}
.privacy-main h1{font-size:54px;margin-bottom:20px}
.privacy-main h2{font-family:var(--sans);font-size:23px;letter-spacing:-.02em;margin-top:33px}
.privacy-main p{margin-top:13px;font-size:15px}
.privacy-main a{text-decoration:underline;text-underline-offset:3px}

@media(min-width:1500px){.hero{padding-block:68px 76px;gap:55px}
.hero-visual{min-height:0}
.hero-description{font-size:16px}
}

@media(max-width:1100px){.container{width:calc(100% - 64px)}
.hero{gap:28px}
.hero-visual{min-height:0}
.hero-actions{gap:18px}
.hero-actions .button{font-size:12px;padding-inline:15px;gap:14px}
.hero-actions .text-link{font-size:11px}
.hero-notes{gap:10px;font-size:9px}
.desktop-nav{gap:23px}
.custom-grid{gap:50px}
.inquiry-grid{gap:40px}
.quote-form{padding:28px 24px}
.production-panel>div{padding:30px}
.category-strip>.container{gap:12px;font-size:11px}
.strip-label{font-size:8px}
.form-title h3{font-size:16px}
}

@media(max-width:800px){.container{width:calc(100% - 40px)}
.nav-row{height:72px}
.brand{font-size:23px}
.brand svg{width:26px}
.desktop-nav{display:none}
.hero{grid-template-columns:1fr;gap:35px;padding-block:40px}
.hero-copy{max-width:620px}
.hero h1{font-size:clamp(47px,7.6vw,66px)}
.hero-description{max-width:490px}
.hero-visual{min-height:0;display:block}
.hero-visual>img{height:auto;max-height:520px;object-fit:cover}
.hero-actions .button{font-size:13px;padding-inline:21px}
.hero-actions .text-link{font-size:12px}
.hero-notes{font-size:10px;gap:22px}
.category-strip>.container{flex-wrap:wrap;justify-content:center;padding-block:20px;gap:10px 18px;font-size:12px}
.strip-label{width:100%;text-align:center}
.strip-dot{display:none}
.section{padding-block:62px}
.section-heading{align-items:start;flex-direction:column;gap:19px}
.section-heading>p{max-width:430px}
.product-grid{grid-template-columns:repeat(2,1fr);gap:28px 20px}
.product-tag{font-size:8px;top:10px;left:10px}
.product-description{gap:9px}
.product-description h3{font-size:16px}
.custom-grid{grid-template-columns:1fr;gap:40px}
.custom-section{padding-block:60px}
.custom-intro>p:not(.eyebrow){max-width:500px}
.detail-list p{max-width:none}
.steps{grid-template-columns:repeat(2,1fr);gap:32px}
.steps p{max-width:none}
.production-panel{grid-template-columns:1fr}
.production-panel>img{height:300px}
.production-panel>div{padding:32px}
.production-panel p:not(.eyebrow){max-width:500px}
.inquiry-section{padding-block:60px}
.inquiry-grid{grid-template-columns:1fr;gap:35px}
.inquiry-intro>p:not(.eyebrow){max-width:480px}
.inquiry-expect,.small-note{display:none}
.form-title h3{font-size:20px}
.quote-form{padding:30px}
.faq-grid{grid-template-columns:1fr;gap:32px}
.footer-location{display:none}
.footer-bottom{flex-direction:column;gap:8px}
.form-grid input,.form-grid select,.form-grid textarea{font-size:16px}
}

@media(max-width:480px){.announcement{font-size:9px;padding-inline:12px}
.container{width:calc(100% - 36px)}
.brand{font-size:21px;gap:7px}
.brand svg{width:25px}
.button-small{font-size:11px;padding:8px 11px;gap:12px;min-height:39px}
.nav-row{gap:12px}
.hero-copy>.eyebrow{font-size:8px;letter-spacing:.075em;gap:7px}
.little-line{width:15px}
.hero-description{font-size:14px}
.hero-actions{align-items:flex-start;flex-direction:column;gap:20px;margin-top:26px}
.hero-notes{margin-top:25px;font-size:9px;gap:14px}
.hero-caption{padding:15px}
.hero-caption strong{font-size:20px}
.hero-caption .eyebrow{font-size:7px}
.hero-caption>a{width:31px;height:31px}
.image-label{top:13px;left:13px;font-size:7px}
.product-grid{gap:27px 14px}
.product-image{aspect-ratio:1}
.product-tag{font-size:7px;padding:4px 6px;top:7px;left:7px;max-width:calc(100% - 14px)}
.image-arrow{width:27px;height:27px;right:9px;bottom:9px;font-size:17px}
.product-number{display:none}
.product-description h3{font-size:15px}
.product-description p{font-size:11px;line-height:1.6}
.range-note{font-size:11px}
.range-note a{display:block;margin-top:6px}
.quote-form{padding:25px 20px}
.form-title{align-items:flex-start}
.form-title h3{font-size:18px;max-width:200px}
.form-grid{grid-template-columns:1fr}
.consent{font-size:11px}
.form-grid label{font-size:12px}
.inquiry-intro h2{font-size:49px}
.steps{gap:25px 20px}
.steps h3{font-size:16px}
.production-panel>img{height:235px}
.production-panel>div{padding:27px}
.production-panel h3{font-size:33px}
.faq-grid h2{font-size:38px}
.footer-top{gap:23px}
.footer-top .brand{font-size:24px}
.footer-nav{font-size:11px}
.footer-bottom{font-size:8px}
.privacy-main h1{font-size:43px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{transition:none!important}
}
