:root {
  --ink: #24231f;
  --paper: #f4f1ea;
  --warm: #c8793f;
  --sage: #65715f;
  --line: rgba(36, 35, 31, .18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img { display: block; width: 100%; }
a { color: inherit; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; background: white; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 86px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--paper); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { font-size: 2rem; font-weight: 900; letter-spacing: -.08em; }
.brand-copy { font-weight: 700; line-height: 1; }
.brand-copy small { display: block; margin-top: 5px; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.navigation { display: flex; align-items: center; gap: 32px; font-size: .9rem; }
.navigation a { text-decoration: none; }
.navigation a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { border: 1px solid var(--ink); padding: 11px 18px; }
.menu-button { display: none; border: 0; background: none; font: inherit; }

.hero { min-height: calc(100svh - 86px); color: white; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(23,21,18,.85) 0%, rgba(23,21,18,.52) 42%, rgba(23,21,18,.1) 78%), linear-gradient(0deg, rgba(23,21,18,.72), transparent 43%); }
.hero-content { width: min(100% - 48px, var(--max)); margin: auto auto 70px; position: relative; }
.eyebrow { margin: 0 0 16px; font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.4rem, 8.7vw, 7.8rem); line-height: .85; letter-spacing: -.065em; }
.hero-intro { max-width: 610px; margin: 30px 0; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 12px 22px; border: 0; text-decoration: none; font: inherit; font-weight: 700; cursor: pointer; }
.button-light { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.hero-facts { position: relative; display: flex; justify-content: center; gap: clamp(26px, 7vw, 100px); padding: 20px 24px; border-top: 1px solid rgba(255,255,255,.35); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: clamp(85px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px 60px; margin-bottom: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .craft-copy h2, .contact-intro h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.1rem); line-height: .95; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 520px; margin: 0; align-self: end; font-size: 1.07rem; }
.model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.model-card { background: #e7e2d8; }
.model-card img { height: 430px; object-fit: cover; }
.model-card-large, .model-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.45fr 1fr; }
.model-card-large img, .model-card-wide img { height: 620px; }
.model-card-wide { grid-template-columns: 1.25fr 1fr; }
.model-copy { padding: clamp(28px, 4vw, 55px); display: flex; flex-direction: column; align-items: flex-start; }
.model-number { margin: 0 0 auto; color: #5a574f; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 800; letter-spacing: .04em; }
.model-copy h3 { margin: 18px 0 12px; font-size: clamp(1.65rem, 3vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.model-copy p { max-width: 430px; }
.model-copy .model-price { margin: 8px 0 18px; color: #8a431d; font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; }
.model-copy dl { width: 100%; margin: 22px 0; border-top: 1px solid var(--line); }
.model-copy dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.model-copy dd { margin: 0; text-align: right; }
.product-link { margin-top: auto; font-weight: 700; text-decoration: none; border-bottom: 1px solid; padding-bottom: 4px; }
.pricing-note { max-width: 900px; margin: 26px 0 0; color: #68655d; font-size: .82rem; }

.availability-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 9vw, 140px); padding: clamp(80px, 9vw, 130px) max(24px, calc((100vw - var(--max)) / 2)); color: white; background: var(--ink); }
.availability-section h2 { max-width: 720px; margin: 0; font-size: clamp(2.7rem, 5.6vw, 5.7rem); line-height: .94; letter-spacing: -.055em; }
.availability-action { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-left: clamp(35px, 5vw, 75px); border-left: 1px solid rgba(255,255,255,.28); }
.availability-action > p:first-child { max-width: 560px; margin: 0 0 28px; font-size: 1.08rem; }
.availability-action .button { align-self: flex-start; gap: 12px; }
.external-note { margin: 13px 0 0; color: #c9c5bc; font-size: .72rem; }

.craft-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--sage); color: white; }
.craft-image img { height: 100%; object-fit: cover; }
.craft-copy { padding: clamp(60px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.craft-copy > p:not(.eyebrow) { max-width: 560px; margin: 28px 0; font-size: 1.08rem; }
.feature-list { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid rgba(255,255,255,.3); }
.feature-list li { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.feature-list span { color: #f4f1ea; }

.section-heading.compact { display: block; }
.process-section { background: #ddd4c6; }
.process-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.process-grid li { padding: 24px 30px 10px 0; border-right: 1px solid var(--line); }
.process-grid li + li { padding-left: 30px; }
.process-grid span { color: #4b4942; font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 800; letter-spacing: .04em; }
.process-grid h3 { margin: 55px 0 12px; font-size: 1.3rem; }
.process-grid p { margin: 0; font-size: .92rem; }

.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 140px); padding: clamp(85px, 10vw, 145px) max(24px, calc((100vw - var(--max)) / 2)); background: #914824; color: white; }
.contact-intro > p:not(.eyebrow) { max-width: 480px; margin: 28px 0; }
.direct-contact { display: flex; flex-direction: column; gap: 6px; margin-top: 40px; font-size: 1.05rem; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label:not(.consent) { display: flex; flex-direction: column; gap: 7px; font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.65); border-radius: 0; background: rgba(255,255,255,.08); color: white; padding: 14px; font: inherit; }
.contact-form select option { color: var(--ink); }
.contact-form textarea { resize: vertical; }
.contact-form ::placeholder { color: rgba(255,255,255,.7); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: .78rem; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; }
.honeypot { position: absolute !important; left: -9999px; }
.form-note { margin: -8px 0 0; font-size: .75rem; opacity: .8; }
.contact-form .button { align-self: flex-start; }
.contact-email-card { align-self: center; padding: clamp(30px, 5vw, 62px); color: var(--ink); background: #f4f1ea; }
.contact-email-card h3 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: .98; letter-spacing: -.05em; }
.contact-email-card > p:not(.eyebrow) { max-width: 560px; }
.contact-email-card .button { margin-top: 18px; }
.contact-email-card .email-fallback { margin: 18px 0 0; font-size: .8rem; }

.site-footer { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 35px; padding: 60px max(24px, calc((100vw - var(--max)) / 2)) 30px; background: var(--ink); color: white; }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer p { margin: 5px 0; max-width: 360px; color: rgba(255,255,255,.7); }
.site-footer a { text-decoration: none; color: rgba(255,255,255,.72); }
.site-footer a:hover { color: white; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); font-size: .78rem; }

.legal-page { max-width: 820px; min-height: calc(100vh - 86px); margin: 0 auto; padding: 80px 24px 120px; }
.legal-page h1 { font-size: clamp(2.8rem, 7vw, 5rem); letter-spacing: -.05em; }
.legal-page h2 { margin-top: 45px; }
.legal-notice { padding: 18px; background: #e7e2d8; border-left: 4px solid var(--warm); }

.product-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; background: #e7e2d8; }
.product-hero-image img { height: 100%; min-height: 700px; object-fit: cover; }
.product-hero-copy { padding: clamp(60px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.product-hero h1 { margin: 0; max-width: 650px; font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: .88; letter-spacing: -.065em; }
.product-lead { max-width: 600px; margin: 28px 0; font-size: 1.12rem; }
.product-breadcrumb { margin-bottom: 45px; font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; }
.product-meta { width: 100%; margin: 12px 0 32px; border-top: 1px solid var(--line); }
.product-meta div { display: flex; justify-content: space-between; gap: 25px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.product-meta dt { font-weight: 700; }
.product-meta dd { margin: 0; text-align: right; }
.product-price-note { margin: -18px 0 28px; color: #5a574f; font-size: .78rem; }
.gallery-section { padding: clamp(80px, 10vw, 140px) max(24px, calc((100vw - var(--max)) / 2)); }
.gallery-heading { max-width: 700px; margin-bottom: 45px; }
.gallery-heading h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.05em; }
.product-gallery { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(2, minmax(280px, 420px)); gap: 18px; }
.product-gallery figure { margin: 0; overflow: hidden; background: #ddd4c6; }
.product-gallery figure:first-child { grid-row: 1 / 3; }
.product-gallery img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-gallery figure:hover img { transform: scale(1.025); }
.product-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: clamp(80px, 10vw, 140px) max(24px, calc((100vw - var(--max)) / 2)); background: #ddd4c6; }
.product-story h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; letter-spacing: -.05em; }
.product-story-copy p:first-child { margin-top: 0; }
.product-story-copy ul { padding-left: 1.15rem; }
.measure-section { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(35px, 7vw, 90px); align-items: center; padding: clamp(80px, 10vw, 140px) max(24px, calc((100vw - var(--max)) / 2)); background: white; }
.measure-sheet { margin: 0; }
.measure-sheet a { display: block; border: 1px solid var(--line); background: white; }
.measure-sheet img { width: 100%; height: auto; }
.measure-sheet figcaption { margin-top: 10px; color: #68655d; font-size: .76rem; }
.measure-copy h2 { margin: 0 0 22px; font-size: clamp(2.3rem, 4vw, 4.3rem); line-height: .96; letter-spacing: -.05em; }
.measure-copy p { max-width: 480px; }
.measure-dimensions { margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.measure-dimensions li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.measure-dimensions strong { font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; }
.drawing-link { font-weight: 700; text-underline-offset: 4px; }
.concept-card { background: #d9ddd5; }
.concept-card > img { object-fit: contain; background: #e7e7e5; }
.concept-label { display: inline-flex; margin-bottom: 22px; padding: 7px 10px; color: white; background: var(--sage); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-cta { padding: clamp(80px, 9vw, 125px) 24px; color: white; background: var(--sage); text-align: center; }
.product-cta h2 { max-width: 820px; margin: 0 auto 24px; font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: .95; letter-spacing: -.055em; }
.product-cta p { max-width: 620px; margin: 0 auto 30px; }

@media (max-width: 860px) {
  .menu-button { display: none; }
  .navigation { display: flex; position: static; padding: 0; gap: 12px; background: transparent; border: 0; }
  .navigation > a:not(.nav-cta) { display: none; }
  .section-heading, .availability-section, .craft-section, .contact-section { grid-template-columns: 1fr; }
  .availability-action { padding: 38px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .model-card-large, .model-card-wide { grid-template-columns: 1fr; }
  .model-card-large img, .model-card-wide img { height: 480px; }
  .craft-image img { height: 520px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .product-hero, .product-story { grid-template-columns: 1fr; }
  .measure-section { grid-template-columns: 1fr; }
  .product-hero-image img { min-height: 520px; height: 65vw; }
  .product-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 500px 320px; }
  .product-gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 580px) {
  .hero-content { margin-bottom: 45px; }
  .hero-facts { justify-content: flex-start; overflow-x: auto; }
  .hero-facts span { white-space: nowrap; }
  .model-grid, .form-row, .process-grid { grid-template-columns: 1fr; }
  .model-card-large, .model-card-wide { grid-column: auto; display: block; }
  .model-card img, .model-card-large img, .model-card-wide img { height: 360px; }
  .process-grid li, .process-grid li + li { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin-top: 25px; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
  .product-hero-image img { min-height: 420px; height: 110vw; }
  .product-hero-copy { padding: 55px 24px 70px; }
  .product-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .product-gallery figure:first-child { grid-column: auto; }
  .product-gallery figure { height: 360px; }
  .product-story { gap: 30px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
