:root {
  --alw-accent: #756b5d;
  --alw-ink: #292824;
  --alw-paper: #f2efe9;
  --alw-sand: #d9d1c5;
  --alw-white: #fff;
  --alw-line: rgba(41, 40, 36, 0.18);
  --alw-dark: #1e1f1c;
  --alw-ease: cubic-bezier(.22,.61,.36,1);
  --alw-serif: "Iowan Old Style", "Baskerville", "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  --alw-sans: Inter, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--alw-ink);
  background: var(--alw-paper);
  font-family: var(--alw-sans);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--alw-accent); color: var(--alw-white); }

.container-wide { width: min(100% - 64px, 1480px); margin-inline: auto; }
.container-narrow { width: min(100% - 64px, 840px); margin-inline: auto; }
.section-space { padding-top: clamp(80px, 10vw, 168px); padding-bottom: clamp(80px, 10vw, 168px); }
.site-main { min-height: 60vh; overflow: clip; }
.screen-reader-text,
.skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { clip: auto; width: auto; height: auto; top: 10px; left: 10px; z-index: 9999; background: #fff; padding: 12px 18px; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: .22em; text-transform: uppercase; }

h1, h2, h3, h4, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; font-weight: 400; }
h1, h2 { font-family: var(--alw-serif); line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7.2vw, 8.4rem); }
h2 { font-size: clamp(2.35rem, 5vw, 5.6rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2.1rem); line-height: 1.2; }

.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: gap .35s var(--alw-ease), opacity .3s; }
.text-link:hover { gap: 28px; opacity: .75; }
.text-link.light { color: #fff; }
.button-primary { appearance: none; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-width: 210px; padding: 17px 21px; border: 1px solid var(--alw-ink); background: var(--alw-ink); color: var(--alw-white); cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .35s, color .35s, transform .35s; }
.button-primary:hover { background: transparent; color: var(--alw-ink); transform: translateY(-2px); }
.back-link { display: inline-block; margin-bottom: 42px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--alw-white); transition: background .4s, color .4s, transform .4s; }
.site-header.is-scrolled { background: rgba(242,239,233,.93); color: var(--alw-ink); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--alw-line); }
.site-header__inner { min-height: 92px; display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; gap: 28px; }
.brand-mark a { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-mark .custom-logo-link { display: block; }
.brand-mark .custom-logo { width: auto; max-width: 180px; max-height: 52px; }
.brand-mark__name { font-family: var(--alw-serif); font-size: 27px; letter-spacing: .12em; }
.brand-mark__latin { margin-top: 7px; font-size: 8px; font-weight: 700; letter-spacing: .28em; }
.primary-nav .menu { display: flex; justify-content: center; gap: clamp(20px, 3vw, 50px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; padding: 34px 0 30px; font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 1px; background: currentColor; transition: right .35s; }
.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.language-switch { font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.header-inquiry { display: inline-flex; padding: 12px 15px; border: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .3s, color .3s; }
.header-inquiry:hover { background: currentColor; color: var(--alw-dark); }
.site-header.is-scrolled .header-inquiry:hover { color: var(--alw-white); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: none; cursor: pointer; padding: 10px; }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 1px; margin: 7px 0; background: currentColor; transition: transform .3s; }

/* Home hero */
.home-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; background: var(--alw-dark); }
.home-hero__media, .home-hero__veil { position: absolute; inset: 0; }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.home-hero__veil { background: linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.04) 38%, rgba(0,0,0,.62) 100%); }
.home-hero__content { position: relative; z-index: 2; padding-top: 180px; padding-bottom: clamp(72px, 8vw, 130px); }
.home-hero h1 { max-width: 1180px; margin-bottom: clamp(50px, 7vw, 110px); }
.home-hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.home-hero__bottom p { max-width: 520px; margin: 0; font-size: clamp(16px, 1.4vw, 22px); line-height: 1.65; }
.circle-link { flex: 0 0 auto; width: 80px; height: 80px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; font-size: 30px; transition: background .35s, color .35s, transform .35s; }
.circle-link:hover { background: #fff; color: var(--alw-ink); transform: rotate(-12deg); }
.scroll-cue { position: absolute; z-index: 3; right: 24px; bottom: 26px; width: 1px; height: 70px; background: rgba(255,255,255,.35); overflow: hidden; }
.scroll-cue span { position: absolute; inset: 0; background: #fff; transform: translateY(-100%); animation: alwScroll 2.4s infinite; }
@keyframes alwScroll { 0%{transform:translateY(-100%)} 50%{transform:translateY(0)} 100%{transform:translateY(100%)} }
.hero-reveal { opacity: 0; transform: translateY(28px); animation: heroIn .9s var(--alw-ease) forwards; }
.hero-reveal:nth-child(2) { animation-delay: .12s; }
.hero-reveal:nth-child(3) { animation-delay: .24s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

.intro-statement { text-align: center; }
.intro-statement h2 { margin-bottom: 36px; }
.intro-statement p:last-child { max-width: 680px; margin: 0 auto; font-size: 19px; color: rgba(41,40,36,.72); }

/* Story */
.story-split { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 780px; padding-top: 0; padding-bottom: 0; background: #e5ded4; }
.story-split__media { min-height: 780px; }
.story-split__media img { width: 100%; height: 100%; object-fit: cover; }
.story-split__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 150px); }
.story-split__content h2 { font-size: clamp(2.4rem, 4vw, 5rem); margin-bottom: 34px; }
.story-split__content > p { max-width: 600px; margin: 0 0 45px; }
.story-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 28px 0 44px; margin-bottom: 38px; border-top: 1px solid var(--alw-line); border-bottom: 1px solid var(--alw-line); }
.story-facts span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-split .text-link { align-self: flex-start; }

/* Collections */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: clamp(48px, 6vw, 90px); }
.section-heading h2 { max-width: 950px; margin-bottom: 0; }
.section-heading p:last-child { max-width: 620px; }
.collection-track { display: grid; grid-template-columns: repeat(5, minmax(300px, 1fr)); gap: 24px; width: max-content; min-width: 100%; padding: 0 32px 30px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.collection-card { width: clamp(310px, 27vw, 430px); scroll-snap-align: start; }
.collection-card__media { aspect-ratio: 4 / 5; overflow: hidden; background: #d7d0c6; }
.collection-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--alw-ease); }
.collection-card:hover img { transform: scale(1.035); }
.collection-card__meta { display: grid; grid-template-columns: 42px 1fr; column-gap: 16px; padding-top: 24px; }
.collection-card__meta > span { grid-row: 1 / 4; padding-top: 5px; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.collection-card h3 { margin-bottom: 12px; font-family: var(--alw-serif); }
.collection-card p { margin: 0; color: rgba(41,40,36,.66); font-size: 14px; line-height: 1.6; }

/* Service */
.service-feature { display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; padding-top: 0; padding-bottom: 0; color: #fff; background: var(--alw-dark); }
.service-feature__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(72px, 8vw, 148px); }
.service-feature__content h2 { font-size: clamp(2.5rem, 4.2vw, 5.2rem); margin-bottom: 34px; }
.service-feature__content > p { max-width: 580px; margin-bottom: 44px; color: rgba(255,255,255,.72); }
.service-feature__media { min-height: 800px; }
.service-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.service-steps { padding: 0; margin: 0 0 48px; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.service-steps li { display: grid; grid-template-columns: 52px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 14px; }
.service-steps span { font-size: 10px; opacity: .6; }
.service-feature .text-link { align-self: flex-start; }
.capability-band { padding: 24px 0; color: #fff; background: var(--alw-accent); }
.capability-band .container-wide { display: flex; justify-content: space-between; gap: 30px; }
.capability-band p { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

/* News */
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 48px); }
.news-card__media { aspect-ratio: 4 / 3; margin-bottom: 22px; overflow: hidden; background: #ddd5c9; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--alw-ease); }
.news-card:hover img { transform: scale(1.035); }
.news-card time { display: block; margin-bottom: 14px; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.news-card h2, .news-card h3 { margin-bottom: 12px; font-family: var(--alw-serif); }
.news-card p { margin: 0; color: rgba(41,40,36,.65); font-size: 14px; }

/* Inquiry */
.inquiry-panel { padding: clamp(44px, 6vw, 90px); background: #e3ddd3; }
.inquiry-panel .section-heading { align-items: flex-start; }
.inquiry-panel .section-heading > div,
.inquiry-panel .section-heading { display: block; }
.inquiry-panel .section-heading h2 { margin-bottom: 18px; }
.inquiry-panel .section-heading p:last-child { margin: 0; color: rgba(41,40,36,.63); }
.tab-buttons { display: flex; gap: 26px; margin-bottom: 44px; border-bottom: 1px solid var(--alw-line); }
.tab-buttons button { appearance: none; position: relative; padding: 0 0 14px; border: 0; background: none; cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.tab-buttons button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--alw-ink); transition: right .3s; }
.tab-buttons button.is-active::after { right: 0; }
.inquiry-form { display: grid; gap: 26px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.inquiry-form label { display: grid; gap: 9px; }
.inquiry-form label > span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(41,40,36,.35); border-radius: 0; padding: 12px 0; background: transparent; color: var(--alw-ink); outline: none; transition: border-color .25s; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus,
.inquiry-form textarea:focus { border-color: var(--alw-ink); }
.inquiry-form .button-primary { margin-top: 14px; justify-self: start; }
.website-field { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 28px; padding: 14px 18px; border: 1px solid; }
.form-notice.success { border-color: #60765f; }
.form-notice.error { border-color: #9a5c58; }

/* Page heroes */
.page-hero { position: relative; min-height: 72svh; display: flex; align-items: flex-end; color: #fff; background: var(--alw-dark); }
.page-hero__media { position: absolute; inset: 0; }
.page-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.58)); }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__content { position: relative; z-index: 1; padding-top: 170px; padding-bottom: clamp(70px, 9vw, 140px); }
.page-hero__content h1 { margin-bottom: 28px; }
.page-hero__content > p:last-child { max-width: 640px; margin: 0; font-size: 18px; }
.archive-hero { padding-top: 190px; padding-bottom: 90px; }
.archive-hero h1 { margin-bottom: 36px; }
.archive-hero > p:last-child { max-width: 690px; font-size: 19px; color: rgba(41,40,36,.68); }

/* Series archive */
.series-list { border-top: 1px solid var(--alw-line); }
.series-row { border-bottom: 1px solid var(--alw-line); }
.series-row > a { display: grid; grid-template-columns: 70px minmax(250px, .7fr) minmax(360px, 1fr); gap: clamp(26px, 5vw, 90px); align-items: center; padding: clamp(30px, 4vw, 62px) 0; }
.series-row__number { align-self: start; padding-top: 8px; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.series-row__media { aspect-ratio: 4 / 3; overflow: hidden; }
.series-row__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--alw-ease); }
.series-row:hover img { transform: scale(1.035); }
.series-row__content h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4vw, 5rem); }
.series-row__content p { max-width: 600px; margin-bottom: 36px; color: rgba(41,40,36,.66); }

/* Series/product detail */
.series-hero { position: relative; min-height: 90svh; display: flex; align-items: flex-end; color: #fff; }
.series-hero__media { position: absolute; inset: 0; background: var(--alw-dark); }
.series-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.62)); }
.series-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.series-hero__content { position: relative; z-index: 1; padding-top: 170px; padding-bottom: 100px; }
.series-hero__content h1 { max-width: 1000px; margin-bottom: 28px; }
.series-hero__content > p:last-child { max-width: 700px; font-size: 20px; }
.series-story { text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(22px, 3vw, 46px); }
.product-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: #ded7cd; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--alw-ease); }
.product-card:hover img { transform: scale(1.035); }
.product-card__content { padding-top: 22px; }
.product-card__content h3 { margin-bottom: 12px; font-family: var(--alw-serif); }
.product-card__content p { min-height: 48px; color: rgba(41,40,36,.64); font-size: 14px; }
.product-card .text-link { margin-top: 12px; }

.product-detail-hero { padding-top: 170px; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.product-detail-hero__media { aspect-ratio: 4 / 3; background: #ddd6cb; overflow: hidden; }
.product-detail-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-hero__content h1 { font-size: clamp(3rem, 5.4vw, 7rem); margin-bottom: 28px; }
.product-lead { margin-bottom: 38px; color: rgba(41,40,36,.68); font-size: 18px; }
.product-specs { margin: 0 0 42px; border-top: 1px solid var(--alw-line); }
.product-specs > div { display: grid; grid-template-columns: 150px 1fr; gap: 26px; padding: 18px 0; border-bottom: 1px solid var(--alw-line); }
.product-specs dt { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-specs dd { margin: 0; }
.product-description { text-align: left; }
.color-card-section { background: #e2dbd1; }
.color-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.color-card-item { appearance: none; display: grid; gap: 12px; padding: 0; border: 0; background: none; text-align: left; cursor: zoom-in; }
.color-card-item > span:last-child { font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.protected-image { position: relative; display: block; overflow: hidden; background: #d8d1c7; user-select: none; -webkit-user-select: none; }
.protected-image img { width: 100%; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.image-watermark { position: absolute; right: 18px; bottom: 14px; padding: 5px 8px; color: rgba(255,255,255,.72); background: rgba(0,0,0,.12); font-size: 9px; font-weight: 700; letter-spacing: .16em; pointer-events: none; }
.empty-card { grid-column: 1 / -1; text-align: center; }
.empty-card img { width: min(100%, 900px); margin: auto; }
.card-lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 60px; background: rgba(19,19,17,.94); }
.card-lightbox[hidden] { display: none; }
.lightbox-stage { max-width: min(92vw, 1500px); max-height: 86vh; }
.lightbox-stage img { max-width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 20px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: none; color: #fff; font-size: 28px; cursor: pointer; }

/* Editorial */
.prose { font-size: 18px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin-top: 2.1em; margin-bottom: .55em; font-size: clamp(2rem, 3.4vw, 3.7rem); }
.prose h3 { margin-top: 1.8em; font-family: var(--alw-serif); }
.prose p { margin: 0 0 1.4em; }
.prose img { margin: 2.2em auto; }
.prose blockquote { margin: 2em 0; padding: 0 0 0 24px; border-left: 2px solid var(--alw-accent); font-family: var(--alw-serif); font-size: 1.5em; }
.story-manifesto { text-align: center; }
.story-manifesto h2 { margin: 0; }
.editorial-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); justify-content: space-between; gap: 80px; }
.editorial-aside { display: grid; align-content: start; gap: 8px; }
.editorial-aside span { margin-top: 22px; font-family: var(--alw-serif); font-size: 42px; }
.editorial-aside p { margin: 0; color: rgba(41,40,36,.63); font-size: 13px; }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; background: var(--alw-line); padding: 1px; }
.value-card { min-height: 330px; padding: 32px; background: var(--alw-paper); }
.value-card span { font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.value-card h3 { margin-top: 90px; font-family: var(--alw-serif); }
.value-card p { color: rgba(41,40,36,.65); font-size: 14px; }
.process-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border-top: 1px solid var(--alw-line); border-bottom: 1px solid var(--alw-line); }
.process-card { min-height: 260px; padding: 28px; border-right: 1px solid var(--alw-line); }
.process-card:last-child { border-right: 0; }
.process-card span { font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.process-card h3 { margin-top: 100px; font-family: var(--alw-serif); }
.service-audiences { overflow: hidden; }
.audience-marquee { white-space: nowrap; overflow: hidden; border-top: 1px solid var(--alw-line); border-bottom: 1px solid var(--alw-line); padding: 28px 0; }
.audience-marquee span { display: inline-block; font-family: var(--alw-serif); font-size: clamp(2rem, 5vw, 5.5rem); animation: marquee 24s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.article-header { padding-top: 190px; padding-bottom: 70px; }
.article-header h1 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 7rem); }
.article-header time { font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.article-cover img { width: 100%; max-height: 78vh; object-fit: cover; }
.not-found { padding-top: 220px; min-height: 78vh; }
.not-found h1 { font-size: clamp(3rem, 6vw, 7rem); }

/* Contact */
.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.contact-list { margin: 60px 0 0; border-top: 1px solid var(--alw-line); }
.contact-list > div { display: grid; grid-template-columns: 150px 1fr; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--alw-line); }
.contact-list dt { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-list dd { margin: 0; }
.qr-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.qr-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #fff; }
.qr-grid p { margin: 10px 0 0; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .08em; }

/* Footer */
.site-footer { color: rgba(255,255,255,.72); background: var(--alw-dark); }
.footer-intro { padding-top: clamp(100px, 12vw, 190px); padding-bottom: clamp(90px, 11vw, 170px); }
.footer-intro h2 { max-width: 1200px; margin-bottom: 54px; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; padding-top: 40px; padding-bottom: 70px; border-top: 1px solid rgba(255,255,255,.18); }
.footer-company { color: #fff; font-weight: 700; }
.footer-label { margin-bottom: 8px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid p { margin-top: 0; }
.footer-nav .menu { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,.18); font-size: 11px; }

/* Reveal motion */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--alw-ease), transform .9s var(--alw-ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .hero-reveal { opacity: 1; transform: none; }
}

/* Responsive */
@media (max-width: 1120px) {
  .site-header__inner { grid-template-columns: 190px 1fr 170px; }
  .primary-nav .menu { gap: 20px; }
  .primary-nav a { font-size: 11px; }
  .story-split { grid-template-columns: 1fr 1fr; }
  .story-split__content { padding: 70px 52px; }
  .service-feature__content { padding: 78px 56px; }
  .product-detail-hero { gap: 55px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-card:nth-child(3) { border-right: 0; }
  .process-card:nth-child(n+4) { border-top: 1px solid var(--alw-line); }
}

@media (max-width: 900px) {
  .container-wide, .container-narrow { width: min(100% - 36px, 1480px); }
  .site-header__inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .brand-mark .custom-logo { max-height: 42px; }
  .primary-nav { position: fixed; inset: 0; z-index: -1; display: flex; align-items: center; padding: 110px 24px 50px; background: var(--alw-paper); color: var(--alw-ink); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: opacity .35s, visibility .35s, transform .35s; }
  body.menu-open .primary-nav { opacity: 1; visibility: visible; transform: none; }
  .primary-nav .menu { display: grid; justify-content: stretch; width: 100%; gap: 0; }
  .primary-nav li { border-bottom: 1px solid var(--alw-line); }
  .primary-nav a { display: block; padding: 18px 0; font-family: var(--alw-serif); font-size: clamp(1.8rem, 8vw, 3rem); font-weight: 400; letter-spacing: -.02em; }
  .primary-nav a::after { display: none; }
  .header-inquiry { display: none; }
  .nav-toggle { display: block; }
  body.menu-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  body.menu-open .nav-toggle span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-header:not(.is-scrolled).menu-open { color: var(--alw-ink); }
  .story-split, .service-feature, .product-detail-hero, .contact-layout { grid-template-columns: 1fr; }
  .story-split__media, .service-feature__media { min-height: 68vw; }
  .story-split__content, .service-feature__content { padding: 76px 28px; }
  .service-feature__media { order: -1; }
  .news-grid, .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .series-row > a { grid-template-columns: 42px minmax(180px,.8fr) 1fr; gap: 24px; }
  .series-row__content h2 { font-size: clamp(2rem, 6vw, 3.4rem); }
  .product-detail-hero { padding-top: 130px; }
  .product-detail-hero__media { order: 2; }
  .product-detail-hero__content { order: 1; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .editorial-layout { grid-template-columns: 1fr; }
  .editorial-aside { grid-template-columns: repeat(2, 1fr); }
  .qr-grid { max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container-wide, .container-narrow { width: min(100% - 28px, 1480px); }
  .section-space { padding-top: 72px; padding-bottom: 72px; }
  .home-hero__content { padding-top: 130px; padding-bottom: 54px; }
  .home-hero h1 { margin-bottom: 40px; font-size: clamp(3rem, 15vw, 5.4rem); }
  .home-hero__bottom { align-items: flex-start; }
  .home-hero__bottom p { font-size: 15px; }
  .circle-link { width: 58px; height: 58px; }
  .scroll-cue { display: none; }
  .story-facts { grid-template-columns: 1fr; }
  .section-heading { display: grid; align-items: start; margin-bottom: 44px; }
  .collection-track { padding-inline: 14px; }
  .collection-card { width: min(82vw, 360px); }
  .capability-band .container-wide { display: grid; }
  .news-grid, .product-grid, .color-card-grid { grid-template-columns: 1fr; }
  .inquiry-panel { padding: 34px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 22px; }
  .page-hero { min-height: 68svh; }
  .page-hero__content { padding-top: 130px; padding-bottom: 58px; }
  .archive-hero { padding-top: 130px; padding-bottom: 48px; }
  .series-row > a { grid-template-columns: 36px 1fr; }
  .series-row__media { grid-column: 2; }
  .series-row__content { grid-column: 2; }
  .series-hero { min-height: 78svh; }
  .series-hero__content { padding-top: 130px; padding-bottom: 58px; }
  .product-detail-hero { padding-top: 110px; }
  .product-specs > div, .contact-list > div { grid-template-columns: 1fr; gap: 7px; }
  .card-lightbox { padding: 55px 14px 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 260px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card, .process-card:nth-child(3) { border-right: 0; border-top: 1px solid var(--alw-line); }
  .process-card:first-child { border-top: 0; }
  .editorial-aside { grid-template-columns: 1fr 1fr; }
  .qr-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-nav { grid-column: auto; }
  .footer-bottom { display: grid; }
}
