:root {
  --ink: #242826;
  --ink-soft: #4d5551;
  --porcelain: #f2f3f0;
  --porcelain-deep: #e2e6e3;
  --silver: #b8c0bc;
  --silver-dark: #6c7671;
  --red: #a92b2e;
  --line: rgba(36, 40, 38, .16);
  --gutter: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--porcelain);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 400;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; background: var(--ink); color: var(--porcelain); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--gutter);
  border-bottom: 1px solid transparent;
  transition: background-color .3s ease, border-color .3s ease;
}
.site-header.is-scrolled { background: rgba(242, 243, 240, .94); border-color: var(--line); }
.brand-lockup { justify-self: start; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; }
.brand-lockup img { width: 30px; height: 28px; object-fit: contain; filter: brightness(0); }
.brand-lockup span { font-family: "Archivo Black", Arial, sans-serif; font-size: 17px; line-height: 1; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 12px; }
.desktop-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; gap: 8px; }
.motion-button, .menu-button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; background: rgba(242, 243, 240, .36); border: 1px solid rgba(36, 40, 38, .65); cursor: pointer; }
.motion-button span { font-size: 13px; }
.menu-button { display: none; }
.menu-button span { width: 18px; height: 1px; display: block; background: currentColor; transition: transform .25s ease; }
.menu-button span + span { margin-top: 5px; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { display: none; }

.inner-hero {
  position: relative;
  min-height: calc(100svh - 42px);
  overflow: hidden;
  isolation: isolate;
  background: #e7eae7;
  border-bottom: 1px solid var(--line);
}
.thread-field { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; }
.inner-hero-copy { position: absolute; z-index: 3; left: var(--gutter); bottom: 96px; width: min(640px, 48vw); }
.inner-hero-copy .kicker { margin: 0 0 18px; color: var(--red); font-size: 10px; text-transform: uppercase; }
.inner-hero h1 { max-width: 760px; margin: 0; font-family: "Bodoni Moda", Georgia, serif; font-size: 7.5rem; font-weight: 400; line-height: .86; letter-spacing: 0; text-wrap: balance; }
.inner-hero-copy > p:not(.kicker) { max-width: 520px; margin: 28px 0 30px; color: var(--ink-soft); font-size: 21px; line-height: 1.55; }
.text-action { min-height: 44px; display: inline-flex; align-items: center; gap: 28px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 13px; }
.text-action span { transition: transform .25s ease; }
.text-action:hover span { transform: translateX(5px); }
.hero-figure { position: absolute; top: 72px; right: 2vw; bottom: 0; z-index: 2; width: 49vw; margin: 0; display: flex; align-items: end; justify-content: center; }
.hero-figure::before { content: ""; position: absolute; inset: 10% 0 0; border-left: 1px solid rgba(36,40,38,.1); background-image: linear-gradient(rgba(36,40,38,.05) 1px, transparent 1px); background-size: 100% 18%; }
.hero-figure img { position: relative; z-index: 1; width: 94%; height: 95%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 26px 25px rgba(56, 63, 59, .15)); }
.hero-figure figcaption { position: absolute; right: 0; bottom: 20px; z-index: 2; max-width: 190px; padding: 8px 12px; color: var(--ink-soft); background: rgba(242,243,240,.84); border: 1px solid var(--line); font-size: 9px; line-height: 1.5; text-transform: uppercase; }
.chapter-bar { height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 var(--gutter); color: var(--porcelain); background: var(--silver-dark); font-size: 9px; text-transform: uppercase; }
.chapter-bar i { height: 1px; flex: 1; max-width: 180px; background: rgba(242,243,240,.35); }

.intro-band, .split-story, .ledger, .principles, .architecture, .contact-band, .finale { border-bottom: 1px solid var(--line); }
.intro-band { min-height: 72svh; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: center; padding: 110px var(--gutter); }
.intro-band h2, .split-copy h2, .finale h2 { margin: 0; font-family: "Bodoni Moda", Georgia, serif; font-size: 5.4rem; font-weight: 400; line-height: .92; letter-spacing: 0; text-wrap: balance; }
.intro-band p { max-width: 480px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.intro-band strong { display: block; margin-bottom: 24px; color: var(--red); font-size: 12px; font-weight: 500; text-transform: uppercase; }

.split-story { min-height: 96svh; display: grid; grid-template-columns: 1fr 1fr; background: var(--porcelain-deep); }
.split-visual { position: relative; min-height: 720px; display: flex; align-items: end; justify-content: center; overflow: hidden; border-right: 1px solid var(--line); background-image: linear-gradient(rgba(36,40,38,.05) 1px, transparent 1px); background-size: 100% 18%; }
.split-visual img { position: relative; z-index: 1; width: 92%; height: 94%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 22px rgba(56,63,59,.14)); }
.split-copy { align-self: center; padding: 90px 8vw; }
.split-copy p { max-width: 500px; margin: 30px 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }

.ledger { padding: 120px var(--gutter); background: #f5f5f2; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; align-items: end; margin-bottom: 84px; }
.section-heading h2 { margin: 0; font-family: "Bodoni Moda", Georgia, serif; font-size: 6rem; font-weight: 400; line-height: .88; letter-spacing: 0; }
.section-heading p { max-width: 360px; margin: 0 0 8px auto; color: var(--ink-soft); line-height: 1.7; }
.look-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; gap: 34px; align-items: start; }
.look-card { position: relative; margin: 0; overflow: hidden; background: var(--porcelain-deep); }
.look-card:nth-child(2) { margin-top: 130px; }
.look-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(36,40,38,.05) 1px, transparent 1px); background-size: 100% 18%; }
.look-card img { position: relative; z-index: 1; width: 100%; height: 700px; display: block; padding: 30px 16px 0; object-fit: contain; object-position: center bottom; transition: transform .55s ease; filter: drop-shadow(0 20px 20px rgba(56,63,59,.13)); }
.look-card:hover img { transform: translateY(-5px); }
.look-card figcaption { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 18px; padding: 13px 14px; color: var(--ink-soft); background: #f5f5f2; border-top: 1px solid var(--line); font-size: 9px; text-transform: uppercase; }

.citation { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; padding: 70px var(--gutter); color: var(--porcelain); background: var(--red); }
.citation b { font-family: "Bodoni Moda", Georgia, serif; font-size: 2.4rem; font-weight: 400; }
.citation p { max-width: 720px; margin: 0; font-size: 16px; line-height: 1.75; }
.citation a { display: inline-flex; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; }

.principles, .architecture { padding: 120px var(--gutter); }
.principles h2, .architecture h2 { max-width: 860px; margin: 0 0 72px; font-family: "Bodoni Moda", Georgia, serif; font-size: 5.4rem; font-weight: 400; line-height: .92; }
.principle-row, .architecture-row { min-height: 108px; display: grid; grid-template-columns: .35fr 1fr 1.2fr auto; gap: 24px; align-items: center; border-top: 1px solid var(--line); }
.principle-row:last-child, .architecture-row:last-child { border-bottom: 1px solid var(--line); }
.principle-row span, .architecture-row span { color: var(--red); font-size: 10px; text-transform: uppercase; }
.principle-row strong, .architecture-row strong { font-family: "Bodoni Moda", Georgia, serif; font-size: 2.3rem; font-weight: 400; }
.principle-row p, .architecture-row p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.architecture-row small { font-size: 10px; text-transform: uppercase; }

.brand-field { position: relative; min-height: 74svh; display: grid; place-items: center; overflow: hidden; background: var(--porcelain-deep); border-bottom: 1px solid var(--line); }
.brand-field img { width: min(420px, 42vw); opacity: .11; filter: brightness(0); }
.brand-field p { position: absolute; max-width: 820px; margin: 0; text-align: center; font-family: "Bodoni Moda", Georgia, serif; font-size: 5.4rem; line-height: .94; }

.contact-band { min-height: 82svh; display: grid; grid-template-columns: 1fr 1fr; background: #dfe4e1; }
.contact-copy { align-self: center; padding: 100px var(--gutter); }
.contact-copy h2 { max-width: 620px; margin: 0; font-family: "Bodoni Moda", Georgia, serif; font-size: 5.4rem; font-weight: 400; line-height: .92; }
.contact-copy p { max-width: 480px; margin: 30px 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.button-dark, .button-line { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 20px; border: 1px solid var(--ink); font-size: 12px; }
.button-dark { color: var(--porcelain); background: var(--ink); }
.contact-visual { position: relative; display: flex; align-items: end; justify-content: center; overflow: hidden; border-left: 1px solid var(--line); background-image: linear-gradient(rgba(36,40,38,.05) 1px, transparent 1px); background-size: 100% 18%; }
.contact-visual img { width: 92%; height: 94%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 23px 22px rgba(56,63,59,.14)); }

.finale { min-height: 65svh; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; padding: 100px var(--gutter); }
.finale p { max-width: 430px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }

.site-footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 50px var(--gutter); color: var(--porcelain); background: var(--silver-dark); }
.site-footer .brand-lockup img { filter: brightness(0) invert(1); opacity: .9; }
.site-footer nav { display: flex; gap: 24px; font-size: 10px; }
.site-footer p { justify-self: end; margin: 0; font-size: 9px; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1200px) {
  .inner-hero h1 { font-size: 6rem; }
  .intro-band h2, .split-copy h2, .principles h2, .architecture h2, .contact-copy h2, .finale h2, .brand-field p { font-size: 4.5rem; }
  .section-heading h2 { font-size: 5rem; }
  .look-card img { height: 610px; }
}

@media (max-width: 860px) {
  .site-header { height: 64px; grid-template-columns: 1fr auto; }
  .brand-lockup { gap: 8px; }
  .brand-lockup img { width: 26px; height: 24px; }
  .brand-lockup span { font-size: 15px; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .mobile-menu { position: absolute; top: 64px; right: 0; left: 0; display: grid; padding: 18px var(--gutter) 28px; color: var(--porcelain); background: rgba(36,40,38,.98); border-top: 1px solid rgba(242,243,240,.14); opacity: 0; transform: translateY(-125%); transition: transform .3s ease, opacity .2s ease; pointer-events: none; }
  .mobile-menu.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-menu a { min-height: 52px; display: flex; align-items: center; font-size: 17px; }

  .inner-hero { min-height: calc(100svh - 38px); }
  .inner-hero-copy { top: 92px; right: var(--gutter); bottom: 38px; width: auto; pointer-events: none; }
  .inner-hero-copy > * { pointer-events: auto; }
  .inner-hero h1 { max-width: 350px; font-size: 4.4rem; }
  .inner-hero-copy > p:not(.kicker) { max-width: 260px; margin-top: 18px; font-size: 14px; }
  .inner-hero-copy .text-action { position: absolute; bottom: 0; left: 0; }
  .hero-figure { top: 210px; right: -9vw; bottom: 0; width: 80vw; }
  .hero-figure::before { inset: 0; }
  .hero-figure img { width: 100%; height: 100%; }
  .hero-figure figcaption { display: none; }
  .chapter-bar { height: 38px; }
  .chapter-bar span:nth-of-type(2), .chapter-bar i:nth-of-type(2) { display: none; }

  .intro-band { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 88px var(--gutter); }
  .intro-band h2, .split-copy h2, .principles h2, .architecture h2, .contact-copy h2, .finale h2, .brand-field p { font-size: 3.8rem; }
  .split-story { min-height: auto; grid-template-columns: 1fr; }
  .split-visual { min-height: 620px; border-right: 0; border-bottom: 1px solid var(--line); }
  .split-copy { padding: 80px var(--gutter); }
  .ledger { padding: 88px var(--gutter); }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 55px; }
  .section-heading h2 { font-size: 4.2rem; }
  .section-heading p { margin-left: 0; }
  .look-grid { grid-template-columns: 1fr; gap: 44px; }
  .look-card:nth-child(2) { margin-top: 0; }
  .look-card img { height: 620px; }
  .citation { grid-template-columns: 1fr; gap: 28px; }
  .principles, .architecture { padding: 88px var(--gutter); }
  .principle-row, .architecture-row { grid-template-columns: .35fr 1fr; gap: 12px 18px; padding: 24px 0; }
  .principle-row p, .architecture-row p { grid-column: 2; }
  .principle-row strong, .architecture-row strong { font-size: 2rem; }
  .brand-field { min-height: 620px; padding: 70px var(--gutter); }
  .brand-field img { width: 78vw; }
  .contact-band { min-height: auto; grid-template-columns: 1fr; }
  .contact-visual { min-height: 620px; grid-row: 1; border-left: 0; border-bottom: 1px solid var(--line); }
  .contact-copy { padding: 80px var(--gutter); }
  .finale { min-height: auto; grid-template-columns: 1fr; gap: 36px; padding: 88px var(--gutter); }
  .site-footer { grid-template-columns: 1fr; justify-items: start; gap: 22px; }
  .site-footer p { justify-self: start; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .inner-hero h1 { font-size: 3.8rem; }
  .intro-band h2, .split-copy h2, .principles h2, .architecture h2, .contact-copy h2, .finale h2, .brand-field p { font-size: 3.25rem; }
  .section-heading h2 { font-size: 3.5rem; }
  .look-card img { height: 540px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

.admin-bar .site-header { top: 32px; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
html[data-motion="reduced"] [data-reveal] { opacity: 1; transform: none; }

/* Clear brand-to-commerce path. */
.shop-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 15px;
  color: var(--porcelain);
  background: var(--red);
  border: 1px solid var(--red);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.shop-button b { font-size: 13px; font-weight: 400; transition: transform .25s ease; }
.shop-button:hover b { transform: translate(3px, -3px); }
.mobile-shop-link { font-weight: 600; }
.mobile-shop-link span { margin-left: auto; }
.inner-hero-actions { display: flex; align-items: center; gap: 18px; }
.inner-hero-actions .text-action { position: static; }

@media (max-width: 860px) {
  .shop-button { min-width: 64px; padding: 0 10px; }
  .shop-button b { display: none; }
  .mobile-shop-link { margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter); background: var(--red); }
  .inner-hero-actions { position: absolute; right: 0; bottom: 0; left: 0; gap: 14px; }
  .inner-hero-copy .inner-hero-actions .text-action { position: static; }
  .inner-hero-actions .button-dark { min-height: 46px; padding: 0 13px; gap: 12px; }
  .inner-hero-actions .text-action { display: none; }
}
