:root {
  --ink: #18231e;
  --forest: #29372e;
  --copper: #a45f42;
  --amber: #e6a43c;
  --paper: #f6f3ec;
  --sand: #e8e0d2;
  --white: #fff;
  --muted: #667067;
  --line: #d7d0c3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: clip; }
body:has(dialog[open]) { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 5.5vw; background: #fff; position: relative; z-index: 5; border-bottom: 1px solid #ece8e0; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: clamp(180px, 15vw, 226px); height: auto; }
.nav nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-size: 14px; }
.nav nav a, .nav-cta { transition: color .2s ease; }
.nav nav a:hover, .nav-cta:hover { color: var(--copper); }
.nav nav a.active { color: var(--copper); font-weight: 700; }
.nav-cta { font-size: 14px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; white-space: nowrap; }
.nav-cta span { margin-left: 8px; }

.hero { height: min(700px, calc(100vh - 84px)); min-height: 590px; position: relative; isolation: isolate; color: #fff; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,24,20,.87) 0%, rgba(19,30,24,.58) 40%, rgba(20,28,20,.05) 76%), linear-gradient(0deg, rgba(5,12,8,.45), transparent 46%); }
.hero-copy { position: relative; z-index: 1; padding: clamp(82px, 12vh, 128px) 9vw; max-width: none; }
.hero h1, h2 { font-family: "Playfair Display", Georgia, serif; letter-spacing: -.045em; line-height: .98; font-weight: 500; margin: 0; }
.hero h1 { max-width: 900px; font-size: clamp(52px, 5.5vw, 82px); }
em { font-style: italic; color: #d79736; }
.eyebrow { font-size: 12px; letter-spacing: .18em; font-weight: 700; color: #98661a; margin: 0 0 22px; }
.eyebrow.light { color: #efbd66; }
.hero-text { max-width: 535px; font-size: 18px; margin: 29px 0 33px; color: #eef1ee; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { border: 0; padding: 15px 20px; display: inline-flex; justify-content: space-between; min-width: 218px; align-items: center; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-amber { background: var(--amber); color: var(--ink); }
.button-amber:hover { background: #f3bd63; }
.button-dark { background: var(--ink); color: #fff; }
.text-link { font-size: 14px; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.hero-note { position: absolute; z-index: 1; bottom: 28px; right: 5vw; font-size: 12px; letter-spacing: .05em; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #e6ae42; display: inline-block; margin-right: 7px; }

.proof-strip { padding: 34px 8vw; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; background: #fff; }
.proof-strip div { border-left: 1px solid #d9d6ce; padding-left: 24px; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font: 600 clamp(26px, 1.65vw, 38px) "Playfair Display", Georgia, serif; line-height: 1.05; }
.proof-strip span { font-size: clamp(14px, .78vw, 17px); color: var(--muted); margin-top: 7px; }

.section { padding: 105px 8vw; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 6vw; margin-bottom: 52px; }
.section-head h2, .process h2, .why h2, .factory-story h2, .factory-film h2 { font-size: clamp(42px, 4.5vw, 67px); }
.section-side { max-width: 430px; }
.section-side p { color: var(--muted); font-size: 16px; margin: 0 0 24px; }
.arrow-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.arrow-link span { margin-left: 18px; }

.factory-overview { background: #fff; display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(44px, 7vw, 110px); align-items: stretch; padding-bottom: 165px; }
.factory-intro, .factory-visual, .factory-evidence, .collection-visual, .collection-directory, .contact-copy, .inquiry-form { min-width: 0; }
.factory-intro h2 { font-size: clamp(42px, 4.5vw, 67px); }
.factory-intro > p:not(.eyebrow) { color: var(--muted); margin: 28px 0 30px; max-width: 500px; }
.factory-lines { margin: 0 0 31px; border-top: 1px solid var(--line); }
.factory-lines span { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.factory-lines span::before { content: "•"; color: var(--copper); margin-right: 12px; }
.factory-visual { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(210px, .75fr); gap: 10px; align-self: stretch; min-height: 0; overflow: hidden; }
.factory-visual-frame { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #d8d4cc; }
.factory-visual-frame img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.factory-visual-panorama img { object-position: center; }
.factory-visual-entrance img { object-position: center 72%; }
.factory-visual-entrance::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(0deg, rgba(13,23,19,.7), transparent); pointer-events: none; }
.factory-visual-entrance figcaption { position: absolute; z-index: 1; left: 13px; bottom: 13px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.factory-location { position: absolute; top: 18px; right: 18px; background: rgba(24,35,30,.87); color: #fff; padding: 8px 11px; font-size: 11px; letter-spacing: .13em; }
.factory-intro .arrow-link { display: inline-block; }
.factory-video-inset { position: relative; width: 100%; margin: 0; background: var(--ink); color: #fff; box-shadow: 0 24px 55px rgba(21,27,23,.2); }
.factory-video-inset video { display: block; width: 100%; object-fit: cover; background: #090d0b; }
.factory-video-inset figcaption { padding: 12px 15px; display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.factory-video-inset figcaption span { color: #ddb366; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.factory-video-inset figcaption strong { font-size: 13px; }
.factory-evidence { grid-column: 1 / -1; margin-top: 88px; }
.factory-evidence-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 8vw, 120px); align-items: end; margin-bottom: 34px; }
.factory-evidence-head h3 { font: 500 clamp(34px, 3.7vw, 54px)/1.03 "Playfair Display", Georgia, serif; letter-spacing: -.02em; }
.factory-evidence-head h3 em { color: var(--copper); }
.factory-evidence-head > p { color: var(--muted); max-width: 560px; margin: 0 0 4px; }
.factory-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; align-items: stretch; }
.factory-media-video { grid-column: 1 / span 7; aspect-ratio: 16 / 9; display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: 0; overflow: hidden; align-self: start; box-shadow: none; }
.factory-media-video video { min-height: 0; height: 100%; }
.factory-media-stack { grid-column: 8 / -1; display: grid; grid-template-rows: 1fr 1fr; gap: 10px; min-width: 0; }
.factory-media-stack .factory-shot { min-height: 0; }
.factory-media-quarter { grid-column: span 3; aspect-ratio: 4 / 3; }
.factory-shot { position: relative; overflow: hidden; margin: 0; background: #cfc8bb; }
.factory-shot::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(12,18,15,.78), transparent); pointer-events: none; }
.factory-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.factory-shot:hover img { transform: scale(1.025); }
.factory-shot figcaption { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 16px; color: #fff; }
.factory-shot figcaption strong, .factory-shot figcaption span { display: block; }
.factory-shot figcaption strong { font: 500 20px "Playfair Display", Georgia, serif; }
.factory-shot figcaption span { color: rgba(255,255,255,.78); font-size: 11px; margin-top: 2px; }
.factory-shot-document img { object-position: center; }

.collection-editorial { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(44px, 7vw, 110px); align-items: stretch; }
.collection-visual { min-height: 730px; position: relative; overflow: hidden; background: #d9d0c2; }
.collection-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease; }
.collection-visual span { position: absolute; left: 24px; bottom: 24px; background: rgba(24,35,30,.9); color: #fff; padding: 10px 14px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.collection-directory { align-self: center; }
.collection-directory h2 { font-size: clamp(42px, 4.5vw, 67px); }
.collection-lead { color: var(--muted); max-width: 500px; margin: 24px 0 30px; }
.collection-list { margin: 0 0 30px; border-top: 1px solid #bfb6a7; }
.collection-list a { display: grid; grid-template-columns: 38px 1fr 24px; gap: 12px; align-items: center; padding: 15px 0; border-bottom: 1px solid #bfb6a7; transition: padding .2s ease, color .2s ease; }
.collection-list a:hover, .collection-list a:focus-visible { color: var(--copper); padding-left: 8px; outline: none; }
.collection-list a > span { font-size: 11px; color: #9b7a52; }
.collection-list strong, .collection-list small { display: block; }
.collection-list strong { font: 500 23px "Playfair Display", Georgia, serif; }
.collection-list small { color: var(--muted); font-size: 12px; margin-top: 1px; }
.collection-list b { font-size: 18px; text-align: right; }
.featured-link { margin-top: 35px; text-align: right; }

.collections { background: #eee8dc; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { min-height: 340px; position: relative; overflow: hidden; color: #fff; padding: 27px; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.category-card.category-wide { grid-column: span 2; }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .55s ease; }
.category-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(12,18,15,.82), rgba(12,18,15,.06) 68%); }
.category-card:hover img { transform: scale(1.035); }
.category-count { font-size: 12px; letter-spacing: .15em; text-transform: uppercase; color: #efbd66; }
.category-card h3 { font: 500 clamp(25px, 2.2vw, 36px) "Playfair Display", Georgia, serif; margin: 5px 0 15px; line-height: 1.08; }
.category-card b { font-size: 13px; }

.featured { background: #fff; }
.section-head.compact { margin-bottom: 40px; }
.preview-note { max-width: 410px; background: #f4eee4; border-left: 3px solid var(--copper); padding: 14px 16px; color: #705747; font-size: 13px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 18px; }
.product-card button { width: 100%; border: 0; padding: 0; background: transparent; text-align: left; color: inherit; cursor: pointer; }
.product-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #e5ddd1; position: relative; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-image.crop-left img { object-position: 28% center; transform: scale(1.2); }
.product-image.crop-right img { object-position: 78% center; transform: scale(1.18); }
.product-card button:hover .product-image img { transform: scale(1.04); }
.product-card button:hover .crop-left img { transform: scale(1.24); }
.product-card button:hover .crop-right img { transform: scale(1.22); }
.product-image i { position: absolute; top: 12px; left: 12px; background: rgba(24,35,30,.85); color: #fff; padding: 6px 8px; font-style: normal; font-size: 10px; letter-spacing: .12em; }
.product-meta { display: block; padding: 18px 0 12px; border-bottom: 1px solid var(--line); }
.product-meta small, .product-meta strong, .product-meta span { display: block; }
.product-meta small { color: #8b6335; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.product-meta strong { font: 500 25px "Playfair Display", Georgia, serif; margin: 5px 0 3px; }
.product-meta span { color: var(--muted); font-size: 13px; }
.product-card button > b { display: block; font-size: 13px; margin-top: 11px; }
.catalogue-cta { margin-top: 64px; padding: 28px 32px; background: var(--sand); display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.catalogue-cta span, .catalogue-cta strong { display: block; }
.catalogue-cta span { color: #825c34; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.catalogue-cta strong { font: 500 24px "Playfair Display", Georgia, serif; margin-top: 4px; }

.catalog-hero { min-height: 420px; padding: 90px 8vw 72px; background: var(--ink); color: #fff; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 8vw; }
.catalog-hero h1 { font: 500 clamp(50px, 6vw, 82px)/.98 "Playfair Display", Georgia, serif; letter-spacing: -.045em; margin: 0; }
.catalog-hero > p { max-width: 470px; margin: 0 0 8px; color: #c6d0c9; }
.catalog { background: #fff; }
.catalog-toolbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.catalog-toolbar button { border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 10px 15px; font-size: 13px; font-weight: 700; cursor: pointer; }
.catalog-toolbar button:hover, .catalog-toolbar button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.catalog-grid .product-card[hidden] { display: none; }

.factory-story { display: grid; grid-template-columns: 1.42fr .58fr; min-height: 630px; background: #2a1d18; color: #fff; }
.factory-image { position: relative; min-height: 630px; overflow: hidden; }
.factory-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.factory-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(42,29,24,.52)); }
.factory-badge { position: absolute; z-index: 1; left: 4vw; bottom: 36px; background: #f4efe5; color: var(--ink); padding: 16px 22px; display: flex; flex-direction: column; }
.factory-badge strong { font: 600 19px "Playfair Display", Georgia, serif; letter-spacing: .08em; }
.factory-badge span { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; color: #6e6b65; }
.factory-copy { padding: 80px 5.5vw 70px 4.5vw; display: flex; flex-direction: column; justify-content: center; }
.factory-copy > p:not(.eyebrow) { color: #d7cfc9; margin: 28px 0 32px; max-width: 390px; }
.factory-copy .text-link { align-self: flex-start; }

.dark { background: var(--ink); color: #fff; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(44px, 7vw, 110px); }
.why-title > p:last-child { max-width: 460px; color: #bcc7bf; margin: 28px 0 0; }
.why-list article { display: grid; grid-template-columns: 58px 1fr; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.22); }
.why-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.why-list > article > span { font-size: 12px; color: #d69a3e; }
.why-list h3 { font: 500 28px "Playfair Display", Georgia, serif; margin: 0 0 7px; }
.why-list p { font-size: 14px; max-width: 500px; margin: 0; color: #c3cdc5; }

.factory-film { background: #e4ddd0; }
.film-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; margin-bottom: 42px; }
.film-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
.film-heading > p:last-child { justify-self: end; max-width: 420px; color: var(--muted); margin: 0; }
.video-frame { position: relative; background: #0c100d; box-shadow: 0 25px 60px rgba(49,35,25,.15); }
.video-frame video { display: block; width: 100%; max-height: 76vh; background: #0c100d; object-fit: contain; }
.video-label { position: absolute; top: 18px; left: 20px; z-index: 1; background: rgba(13,24,20,.86); color: #fff; padding: 8px 11px; font-size: 10px; letter-spacing: .16em; pointer-events: none; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 55px; border-top: 1px solid #cfc8ba; padding-top: 22px; }
.steps b { font: 500 27px "Playfair Display", Georgia, serif; color: #b9791f; }
.steps h3 { font-size: 16px; margin: 25px 0 7px; }
.steps p { font-size: 14px; color: var(--muted); margin: 0; }

.contact { background: var(--forest); color: #fff; padding: 95px 8vw; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(48px, 9vw, 130px); }
.contact h2 { font-size: clamp(42px, 4.3vw, 64px); }
.contact-copy > p:not(.eyebrow) { max-width: 475px; color: #d2d8d3; margin: 27px 0 34px; }
.contact-details { border-top: 1px solid rgba(255,255,255,.22); }
.contact-details > * { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.22); display: block; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: #efbd66; font-size: 11px; letter-spacing: .14em; }
.contact-details strong { font-size: 15px; margin-top: 4px; }
.contact-details .pending { color: #b7c0b9; font-weight: 500; }
.inquiry-form { background: var(--paper); color: var(--ink); padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-self: start; }
.inquiry-form label { font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.inquiry-form .full { grid-column: 1 / -1; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; margin-top: 7px; border: 1px solid #d8d1c4; background: #fff; padding: 12px; border-radius: 0; color: var(--ink); }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 2px solid var(--amber); outline-offset: 1px; }
.inquiry-form textarea { height: 100px; resize: vertical; }
#form-result { font-size: 13px; margin: 0; color: #426246; }

footer { background: #fff; padding: 34px 5.5vw; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: 12px; color: #596158; }
footer p { margin: 0; }
footer .brand img { width: 190px; }
.mobile-actions { display: none; }

.product-dialog { width: min(1060px, calc(100vw - 40px)); max-height: calc(100vh - 40px); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.36); }
.product-dialog::backdrop { background: rgba(11,18,14,.78); }
.dialog-close { position: absolute; right: 14px; top: 10px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); z-index: 2; font-size: 28px; cursor: pointer; }
.dialog-layout { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 600px; }
.dialog-layout > img { width: 100%; height: 100%; object-fit: cover; min-height: 600px; }
.dialog-copy { padding: 52px 45px; overflow-y: auto; }
.dialog-copy h2 { font-size: 44px; }
.dialog-code { color: #8b6335; font-weight: 700; }
.dialog-copy dl { margin: 28px 0; border-top: 1px solid var(--line); }
.dialog-copy dl div { display: grid; grid-template-columns: 125px 1fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.dialog-copy dt { font-weight: 700; }
.dialog-copy dd { margin: 0; color: var(--muted); }
.dialog-note { background: #eee5d8; padding: 12px 14px; font-size: 12px; color: #755d49; }

@media (max-width: 1180px) {
  .nav nav a:not(:first-child) { display: none; }
  .nav nav { margin-left: auto; }
}

@media (max-width: 1040px) {
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card.category-wide { grid-column: auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .factory-story { grid-template-columns: 1.15fr .85fr; }
}

@media (max-width: 1080px) {
  .factory-overview { grid-template-columns: 1fr; gap: 48px; padding-bottom: 105px; }
  .factory-intro { max-width: 720px; }
  .factory-visual { aspect-ratio: 16 / 8.5; grid-template-columns: minmax(0, 1.4fr) minmax(160px, .6fr); }
  .factory-evidence { margin-top: 12px; }
}

@media (max-width: 900px) {
  .collection-editorial, .dark, .contact, .catalog-hero { grid-template-columns: 1fr; }
  .collection-visual { min-height: 0; aspect-ratio: 16 / 10; }
  .collection-directory { max-width: 680px; }
  .dark, .contact { gap: 48px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .catalog-hero { min-height: 0; gap: 30px; }
  .catalog-hero > p { justify-self: start; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-layout > img { min-height: 360px; height: 42vh; }
}

@media (max-width: 720px) {
  body { padding-bottom: 58px; }
  .nav { height: 68px; padding: 0 5vw; gap: 12px; }
  .nav nav { display: none; }
  .nav .brand img { width: 150px; }
  .nav-cta { font-size: 12px; }
  .hero { height: calc(100svh - 68px); min-height: 630px; max-height: 760px; }
  .hero-copy { padding: clamp(88px, 14vh, 112px) 7vw 120px; }
  .hero h1 { font-size: clamp(44px, 12vw, 51px); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { left: 7vw; right: auto; bottom: 78px; max-width: 290px; }
  .proof-strip { grid-template-columns: 1fr 1fr; padding: 25px 7vw; }
  .proof-strip strong { font-size: 21px; }
  .section { padding: 74px 7vw; }
  .section-head { display: block; }
  .section-side, .preview-note { margin-top: 25px; }
  .category-grid, .product-grid { grid-template-columns: 1fr; }
  .catalog-hero { min-height: 0; padding: 72px 7vw; grid-template-columns: 1fr; gap: 32px; }
  .category-card.category-wide { grid-column: auto; }
  .category-card { min-height: 290px; }
  .factory-overview { gap: 45px; padding-bottom: 82px; }
  .factory-visual { aspect-ratio: 4 / 3; grid-template-columns: minmax(0, 1.35fr) minmax(120px, .65fr); gap: 7px; }
  .factory-video-inset figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .factory-evidence { margin-top: 18px; }
  .factory-evidence-head { grid-template-columns: 1fr; gap: 18px; }
  .factory-mosaic { grid-template-columns: 1fr 1fr; }
  .factory-media-video, .factory-media-stack { grid-column: 1 / -1; }
  .factory-media-stack { grid-template-columns: 1fr 1fr; grid-template-rows: 210px; }
  .factory-media-quarter { grid-column: span 1; aspect-ratio: 4 / 3; }
  .factory-shot figcaption { left: 12px; right: 12px; bottom: 11px; }
  .factory-shot figcaption strong { font-size: 17px; }
  .factory-shot figcaption span { display: none; }
  .collection-editorial { gap: 45px; }
  .collection-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .collection-list strong { font-size: 21px; }
  .catalogue-cta { align-items: flex-start; flex-direction: column; }
  .factory-story { grid-template-columns: 1fr; min-height: 0; }
  .factory-image { min-height: 430px; }
  .factory-copy { padding: 72px 7vw; }
  .dark, .contact, .film-heading { gap: 40px; }
  .film-heading .eyebrow { grid-column: auto; margin-bottom: -16px; }
  .film-heading > p:last-child { justify-self: start; }
  .contact { padding: 74px 7vw; }
  .inquiry-form { grid-template-columns: 1fr; padding: 24px; }
  .inquiry-form .full { grid-column: auto; }
  footer { align-items: flex-start; flex-direction: column; padding: 35px 7vw; }
  .mobile-actions { position: fixed; z-index: 10; left: 0; right: 0; bottom: 0; height: 58px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -5px 20px rgba(0,0,0,.12); }
  .mobile-actions a { display: grid; place-items: center; background: #fff; color: var(--ink); font-weight: 700; font-size: 14px; }
  .mobile-actions a:last-child { background: var(--amber); }
  .dialog-layout > img { min-height: 270px; height: 270px; }
  .dialog-copy { padding: 36px 24px; }
  .dialog-copy h2 { font-size: 36px; }
}

@media (max-width: 430px) {
  .nav-cta { font-size: 0; }
  .nav-cta::after { content: "Catalogue ↗"; font-size: 12px; }
  .steps { grid-template-columns: 1fr; }
  .hero h1 { font-size: 44px; }
  .factory-location { top: 10px; right: 10px; padding: 7px 9px; font-size: 10px; }
  .inquiry-form { padding: 20px; }
}

@media (max-width: 520px) {
  .factory-mosaic { grid-template-columns: 1fr; }
  .factory-media-video, .factory-media-stack, .factory-media-quarter { grid-column: 1; }
  .factory-media-stack { grid-template-columns: 1fr; grid-template-rows: repeat(2, 200px); }
  .factory-media-quarter { aspect-ratio: 4 / 3; }
  .factory-shot figcaption span { display: block; }
}
