:root {
  --ivory: #f4eee4;
  --paper: #fffaf2;
  --paper-strong: #fffdf8;
  --olive: #273016;
  --olive-2: #3b4523;
  --olive-soft: #68714e;
  --gold: #b38b4f;
  --brown: #704725;
  --ink: #171912;
  --text: #37382f;
  --muted: #707067;
  --line: rgba(39, 48, 22, 0.16);
  --white-line: rgba(255, 255, 255, 0.18);
  --shadow: 0 28px 80px rgba(50, 39, 24, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --max: 1220px;
  --font-h1: clamp(3.5rem, 5.6vw, 5.25rem);
  --font-h2: clamp(2.15rem, 3.4vw, 3.4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.nav-open,
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
p { margin: 0 0 1rem; }
h1, h2, h3 { color: var(--ink); font-weight: 700; letter-spacing: -0.045em; margin: 0; }
h1 { font-size: var(--font-h1); line-height: 1.02; }
h2 { font-size: var(--font-h2); line-height: 1.08; }
h3 { font-size: 1.25rem; line-height: 1.2; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 108px 0; }
.section-warm { background: var(--ivory); }
.section-olive { background: var(--olive); color: rgba(255,255,255,.82); }
.section-olive h2, .section-olive h3 { color: #fff; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 14px; background: #fff; border: 2px solid var(--olive); border-radius: 8px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,250,242,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 222px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 220px; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 29px); }
.site-nav a { position: relative; padding: 28px 0 25px; color: var(--ink); font-size: .76rem; font-weight: 600; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--gold); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 20px; background: var(--olive); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; padding: 13px 19px; border: 1px solid transparent; border-radius: 12px; font-size: .78rem; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--olive); color: #fff; box-shadow: 0 14px 34px rgba(39,48,22,.18); }
.button-dark:hover { background: var(--olive-2); }
.button-light { background: #fff; color: var(--olive); }
.button-outline-light { border-color: rgba(255,255,255,.4); color: #fff; }
.button-quiet { border-color: var(--line); background: var(--paper-strong); color: var(--olive); }
.button-full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.arrow { display: inline-block; font-size: 1rem; transition: transform .2s ease; }
.button:hover .arrow, .inline-link:hover .arrow { transform: translate(2px,-2px); }
.inline-link { display: inline-flex; align-items: center; gap: 8px; color: var(--olive); font-size: .8rem; font-weight: 700; }
.light-link { color: #fff; }

.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin: 0 0 18px; color: var(--olive); font-size: .69rem; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; flex: 0 0 34px; background: var(--gold); }
.eyebrow-light { color: #e6cf9f; }
.hero, .inner-hero { overflow: hidden; background: radial-gradient(circle at 76% 10%, rgba(179,139,79,.16), transparent 34%), linear-gradient(120deg, var(--paper-strong), var(--ivory)); }
.hero { padding: 76px 0 68px; }
.inner-hero { padding: 72px 0; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 6vw, 86px); align-items: center; }
.hero-copy h1 span { display: block; color: var(--brown); }
.hero-lead { max-width: 650px; margin: 26px 0 30px; color: #45463d; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; }
.hero-media { position: relative; min-height: 565px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: #d8cfbf; }
.hero-media img { width: 100%; height: 100%; min-height: 565px; object-fit: cover; }
.portrait-focus img { object-position: center 42%; }
.image-note { position: absolute; left: 22px; bottom: 22px; display: grid; gap: 2px; max-width: 260px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.5); border-radius: 13px; background: rgba(255,250,242,.9); color: var(--muted); font-size: .68rem; backdrop-filter: blur(12px); }
.image-note b { color: var(--olive); font-size: .76rem; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0 0; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.6); overflow: hidden; }
.hero-facts div { padding: 18px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts dt { color: var(--olive); font-size: 1.45rem; font-weight: 700; line-height: 1.1; }
.hero-facts dd { margin: 6px 0 0; color: var(--muted); font-size: .66rem; font-weight: 600; line-height: 1.45; }

.section-heading { max-width: 820px; margin: 0 auto 46px; text-align: center; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); }
.section-heading.align-left { margin-left: 0; text-align: left; }
.heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; text-align: left; }
.heading-row > div { max-width: 780px; }
.heading-row > p { max-width: 380px; }
.editorial-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 120px); align-items: start; }
.large-copy { color: var(--text); font-size: clamp(1.12rem, 1.8vw, 1.42rem); line-height: 1.75; }
.large-copy .inline-link { margin-top: 12px; }
.service-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.image-card { position: relative; min-height: 0; aspect-ratio: 4/3; overflow: hidden; border-radius: 26px; box-shadow: 0 18px 46px rgba(50,39,24,.09); }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.image-card:hover img { transform: scale(1.025); }
.image-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(17,22,12,.88)); }
.card-overlay { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 23px; display: grid; gap: 4px; color: #fff; }
.card-overlay small { color: #e6cf9f; font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.card-overlay strong { font-size: 1.4rem; letter-spacing: -.035em; }
.section-footnote { margin: 24px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }
.process-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.process-copy > p:not(.eyebrow) { margin: 22px 0 26px; color: var(--muted); }
.step-list { list-style: none; margin: 0; padding: 0; }
.step-list li { display: flex; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.step-list li:first-child { border-top: 1px solid var(--line); }
.step-list li > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; background: var(--olive); color: #fff; font-size: .69rem; font-weight: 700; }
.step-list b { color: var(--ink); }
.step-list p { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }
.factory-feature { display: grid; grid-template-columns: .92fr 1.08fr; gap: 0; align-items: stretch; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 36px; background: rgba(255,255,255,.055); }
.factory-feature-media { overflow: hidden; border-radius: var(--radius-lg); }
.factory-feature-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.factory-feature-copy { display: grid; align-content: center; padding: clamp(38px, 6vw, 82px); }
.factory-feature-copy p:not(.eyebrow) { margin: 22px 0 28px; }

.story-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 9vw, 150px); }
.sticky-heading { position: sticky; top: 125px; }
.story-copy > p:not(.large-copy) { color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-grid article { min-height: 240px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper-strong); }
.value-grid article > span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 42px; border-radius: 50%; background: var(--olive); color: #fff; font-size: .68rem; font-weight: 700; }
.value-grid h3 { margin-bottom: 10px; }
.value-grid p { margin: 0; color: var(--muted); font-size: .79rem; }
.image-copy-split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.feature-image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.feature-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.image-copy-split > div:last-child > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); }
.tick-list { display: grid; gap: 11px; margin: 22px 0 26px; padding: 0; list-style: none; }
.tick-list li { position: relative; padding-left: 25px; font-size: .85rem; }
.tick-list li::before { content: ""; position: absolute; left: 1px; top: .72em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.service-area { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.service-area p:last-child { margin: 0; font-size: 1.05rem; }

.section-nav { position: sticky; top: 82px; z-index: 30; border-block: 1px solid var(--line); background: rgba(255,250,242,.95); backdrop-filter: blur(14px); }
.section-nav-inner { display: flex; gap: 26px; overflow-x: auto; scrollbar-width: none; }
.section-nav-inner::-webkit-scrollbar { display: none; }
.section-nav a { flex: 0 0 auto; padding: 16px 0 14px; color: var(--olive); font-size: .7rem; font-weight: 700; white-space: nowrap; }
.services-list { padding-top: 76px; }
.services-list .container { display: grid; gap: 38px; }
.service-detail { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 540px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper-strong); box-shadow: 0 20px 55px rgba(50,39,24,.08); scroll-margin-top: 150px; }
.service-detail.reverse { grid-template-columns: .95fr 1.05fr; }
.service-detail.reverse .service-detail-media { order: 2; }
.service-detail.reverse .service-detail-copy { order: 1; }
.service-detail-media { min-height: 540px; overflow: hidden; }
.service-detail-media img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.service-detail-copy { display: grid; align-content: center; padding: clamp(34px, 5vw, 68px); }
.service-detail-copy > p:not(.eyebrow) { margin: 20px 0 4px; color: var(--muted); }
.materials-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.materials-layout > div:first-child > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); }
.brand-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.brand-list span { display: grid; place-items: center; min-height: 100px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper-strong); color: var(--olive); font-size: 1.1rem; font-weight: 700; }

.hero-collage { min-height: 560px; display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.hero-collage > div { min-height: 0; overflow: hidden; border-radius: 24px; box-shadow: 0 15px 45px rgba(50,39,24,.1); }
.hero-collage > div:first-child { grid-row: span 2; }
.hero-collage img { width: 100%; height: 100%; object-fit: cover; }
.work-section { scroll-margin-top: 142px; }
.completed-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 360px; gap: 18px; }
.project-card { position: relative; min-height: 0; overflow: hidden; border-radius: 24px; }
.project-card-large { grid-column: span 2; grid-row: span 2; }
.project-card-wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; }
.project-card::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(13,17,9,.85)); }
.project-card figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: grid; color: #fff; }
.project-card small { color: #e6cf9f; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-card strong { font-size: .9rem; }
.work-stage-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.stage-intro { position: sticky; top: 155px; }
.stage-intro > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); }
.active-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.active-work-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 22px; }
.active-work-grid figcaption, .installation-pair figcaption { margin-top: 8px; color: var(--muted); font-size: .7rem; }
.light-stage .stage-intro > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.installation-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.installation-pair img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 22px; }
.installation-pair figcaption { color: rgba(255,255,255,.68); }
.production-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.production-grid figure { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper-strong); }
.production-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.production-grid figcaption { display: grid; gap: 3px; padding: 18px; }
.production-grid figcaption b { color: var(--ink); font-size: .85rem; }
.production-grid figcaption span { color: var(--muted); font-size: .68rem; }

.process-timeline { padding-top: 76px; }
.process-timeline .container { display: grid; gap: 26px; }
.timeline-row { display: grid; grid-template-columns: 70px .92fr 1.08fr; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--paper-strong); }
.timeline-row.reverse { grid-template-columns: 70px 1.08fr .92fr; }
.timeline-row.reverse .timeline-media { order: 3; }
.timeline-row.reverse .timeline-copy { order: 2; }
.timeline-row.reverse .timeline-number { order: 1; }
.timeline-number { display: grid; place-items: center; writing-mode: vertical-rl; background: var(--olive); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.timeline-media { min-height: 430px; overflow: hidden; }
.timeline-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.timeline-copy { display: grid; align-content: center; padding: clamp(35px, 5vw, 70px); }
.timeline-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); }
.quality-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .75fr); gap: 16px; align-items: stretch; }
.quality-grid > div { padding-right: 35px; }
.quality-grid article { padding: 24px; border: 1px solid var(--white-line); border-radius: 20px; }
.quality-grid article p { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: .75rem; }

.factory-story .large-copy p:last-child { color: var(--muted); font-size: .95rem; }
.factory-gallery { display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.factory-gallery figure { position: relative; min-height: 300px; overflow: hidden; border-radius: 22px; }
.factory-gallery-main { grid-row: span 2; }
.factory-gallery img { width: 100%; height: 100%; object-fit: cover; }
.factory-gallery figure::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(15,18,10,.88)); }
.factory-gallery figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; display: grid; color: #fff; }
.factory-gallery figcaption b { font-size: .8rem; }
.factory-gallery figcaption span { color: rgba(255,255,255,.72); font-size: .65rem; }
.visit-panel { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; padding: 46px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper-strong); }
.visit-panel > div:first-child > p:last-child { margin: 20px 0 0; color: var(--muted); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; align-content: center; }

.contact-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 28px; }
.contact-form-panel, .contact-details { padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper-strong); box-shadow: 0 18px 55px rgba(50,39,24,.07); }
.contact-form-panel > p:not(.eyebrow) { margin: 18px 0 28px; color: var(--muted); }
.form-stack { display: grid; gap: 15px; }
.form-stack label { display: grid; gap: 7px; color: var(--ink); font-size: .7rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); font-size: .82rem; font-weight: 500; outline: none; }
input, select { min-height: 50px; padding: 0 14px; }
textarea { resize: vertical; min-height: 125px; padding: 13px 14px; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(179,139,79,.12); }
.form-status { min-height: 1.25em; margin: 0; color: var(--olive); font-size: .7rem; }
.detail-list { display: grid; gap: 0; margin-top: 26px; }
.detail-list > div { display: grid; padding: 20px 0; border-bottom: 1px solid var(--line); }
.detail-list > div:first-child { border-top: 1px solid var(--line); }
.detail-list span { margin-bottom: 6px; color: var(--brown); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.detail-list a { width: fit-content; color: var(--ink); font-size: .83rem; font-weight: 600; }
.detail-list p { margin: 0 0 8px; color: var(--muted); font-size: .8rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.dark-social { margin-top: 3px; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-strong); }
.faq-list summary { cursor: pointer; color: var(--ink); font-size: .82rem; font-weight: 700; }
.faq-list details p { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }

.closing-cta { padding: 32px 0; background: var(--ivory); }
.closing-panel { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 42px; border-radius: 28px; background: linear-gradient(120deg, #18200d, #3b4523); color: rgba(255,255,255,.75); box-shadow: 0 24px 65px rgba(39,48,22,.2); }
.closing-panel h2 { max-width: 800px; color: #fff; }
.closing-panel .button-row { justify-content: flex-end; }
.site-footer { background: #151d0b; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .9fr 1fr; gap: 48px; padding: 72px 0 48px; border-bottom: 1px solid var(--white-line); }
.footer-logo { display: inline-flex; width: 230px; padding: 10px 12px; border-radius: 10px; background: var(--paper); }
.footer-logo img { width: 100%; height: auto; }
.footer-intro p { max-width: 370px; margin: 20px 0; font-size: .75rem; }
.footer-intro .social-links a { color: #fff; font-size: .68rem; font-weight: 700; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h3 { margin-bottom: 18px; color: #fff; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0 0 10px; color: rgba(255,255,255,.65); font-size: .7rem; line-height: 1.65; }
.footer-column a:hover { color: #fff; }
.footer-address .inline-link { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; font-size: .62rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a:hover { color: #fff; }
.floating-contact { position: fixed; right: 20px; bottom: 20px; z-index: 70; min-width: 70px; height: 54px; padding: 0 15px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.65); border-radius: 999px; background: var(--olive); color: #fff; box-shadow: 0 14px 36px rgba(39,48,22,.3); font-size: .7rem; font-weight: 700; }

.legal-hero-copy { max-width: 900px; }
.legal-hero h1 span { color: var(--brown); }
.legal-updated { margin: 24px 0 0; color: var(--muted); font-size: .75rem; font-weight: 600; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.legal-index { position: sticky; top: 125px; display: grid; gap: 11px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper-strong); }
.legal-index .eyebrow { margin-bottom: 8px; }
.legal-index a { color: var(--muted); font-size: .75rem; font-weight: 600; }
.legal-index a:hover { color: var(--olive); }
.legal-content { display: grid; gap: 56px; }
.legal-content section { scroll-margin-top: 125px; padding-bottom: 56px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { padding-bottom: 0; border-bottom: 0; }
.legal-content h2 { margin-bottom: 22px; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--olive); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(12,15,9,.68); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 1; width: min(520px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: clamp(28px, 5vw, 46px); border-radius: 26px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.modal-card .muted { margin: 15px 0 24px; color: var(--muted); font-size: .82rem; }
.modal-close { position: absolute; right: 16px; top: 13px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.8rem; line-height: 1; cursor: pointer; }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 205px 1fr auto; gap: 18px; }
  .brand img { width: 202px; }
  .site-nav { gap: 16px; }
  .header-cta { display: none; }
  .hero-grid, .editorial-split, .process-intro, .factory-feature, .story-layout, .image-copy-split, .service-area, .materials-layout, .contact-layout, .faq-layout { gap: 50px; }
  .hero-media, .hero-media img { min-height: 510px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .completed-grid { grid-auto-rows: 310px; }
  .active-work-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid > div { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1.3fr .7fr 1fr; }
  .footer-address { grid-column: span 3; }
}

@media (max-width: 900px) {
  .section-pad { padding: 82px 0; }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .brand img { width: 198px; }
  .site-nav { position: fixed; left: 0; right: 0; top: 74px; display: none; max-height: calc(100vh - 74px); overflow-y: auto; padding: 14px 24px 24px; background: var(--paper-strong); border-bottom: 1px solid var(--line); box-shadow: 0 20px 50px rgba(50,39,24,.12); }
  .site-nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .menu-toggle { display: block; }
  .section-nav { top: 74px; }
  .hero, .inner-hero { padding: 56px 0; }
  .hero-grid, .editorial-split, .process-intro, .factory-feature, .story-layout, .image-copy-split, .service-area, .materials-layout, .contact-layout, .faq-layout, .work-stage-layout, .visit-panel { grid-template-columns: 1fr; }
  .hero-media, .hero-media img { min-height: 520px; }
  .sticky-heading, .stage-intro { position: static; }
  .service-preview-grid { grid-template-columns: 1fr 1fr; }
  .service-detail, .service-detail.reverse { grid-template-columns: 1fr; }
  .service-detail.reverse .service-detail-media, .service-detail.reverse .service-detail-copy { order: initial; }
  .service-detail-media, .service-detail-media img { min-height: 460px; }
  .hero-collage { min-height: 520px; }
  .completed-grid { grid-template-columns: 1fr 1fr; }
  .project-card-large { grid-column: span 2; grid-row: span 1; }
  .project-card-wide { grid-column: span 2; }
  .production-grid { grid-template-columns: 1fr 1fr; }
  .production-grid figure:last-child { grid-column: span 2; }
  .timeline-row, .timeline-row.reverse { grid-template-columns: 54px 1fr; }
  .timeline-row .timeline-media, .timeline-row.reverse .timeline-media { order: 2; }
  .timeline-row .timeline-copy, .timeline-row.reverse .timeline-copy { order: 3; grid-column: span 2; }
  .timeline-row .timeline-number, .timeline-row.reverse .timeline-number { order: 1; grid-row: span 1; }
  .factory-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .factory-gallery-main { grid-column: span 2; grid-row: auto; min-height: 450px !important; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-index { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: span 2; }
  .footer-address { grid-column: span 2; }
  .closing-panel { flex-direction: column; align-items: flex-start; }
  .closing-panel .button-row { justify-content: flex-start; }
}

@media (max-width: 620px) {
  :root {
    --font-h1: clamp(2.75rem, 12vw, 3.5rem);
    --font-h2: clamp(2rem, 8vw, 2.5rem);
  }
  .container { width: min(100% - 30px, var(--max)); }
  .section-pad { padding: 68px 0; }
  .brand img { width: 183px; }
  .hero, .inner-hero { padding: 44px 0; }
  .hero-grid { gap: 38px; }
  .hero-lead { margin: 20px 0 24px; font-size: .93rem; }
  .button { width: 100%; }
  .button-row { width: 100%; }
  .hero-media, .hero-media img { min-height: 390px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-facts div:last-child { border-bottom: 0; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .section-heading { margin-bottom: 34px; }
  .service-preview-grid { grid-template-columns: 1fr; }
  .image-card { min-height: 0; }
  .value-grid, .brand-list, .active-work-grid, .installation-pair, .production-grid, .quality-grid, .field-row { grid-template-columns: 1fr; }
  .value-grid article { min-height: 210px; }
  .value-grid article > span { margin-bottom: 28px; }
  .service-area { gap: 25px; }
  .section-nav-inner { gap: 20px; }
  .service-detail { min-height: 0; }
  .service-detail-media, .service-detail-media img { min-height: 350px; }
  .service-detail-copy { padding: 30px 24px 34px; }
  .hero-collage { min-height: 450px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr .7fr; }
  .hero-collage > div:first-child { grid-column: span 2; grid-row: auto; }
  .completed-grid { grid-template-columns: 1fr; grid-auto-rows: 430px; }
  .project-card-large, .project-card-wide { grid-column: auto; }
  .production-grid figure:last-child { grid-column: auto; }
  .timeline-row, .timeline-row.reverse { grid-template-columns: 46px 1fr; }
  .timeline-media, .timeline-media img { min-height: 330px; }
  .timeline-copy { padding: 30px 24px 36px; }
  .timeline-number { font-size: .62rem; }
  .quality-grid > div { grid-column: auto; }
  .factory-gallery { grid-template-columns: 1fr; }
  .factory-gallery-main { grid-column: auto; min-height: 360px !important; }
  .factory-gallery figure { min-height: 360px; }
  .visit-panel { padding: 28px 22px; gap: 30px; }
  .contact-form-panel, .contact-details { padding: 28px 22px; }
  .closing-panel { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding: 58px 0 38px; }
  .footer-intro, .footer-address { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .factory-feature { padding: 10px; }
  .factory-feature-media img { min-height: 360px; }
  .factory-feature-copy { padding: 32px 18px 26px; }
  .floating-contact { right: 13px; bottom: 13px; min-width: 66px; height: 50px; padding-inline: 13px; }
  .modal { padding: 10px; }
  .modal-card { max-height: calc(100vh - 20px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
