@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #17151a;
  --ivory: #f4efe5;
  --paper: #fbf8f1;
  --blue: #173b78;
  --purple: #412254;
  --burgundy: #6a2034;
  --green: #1e4c3b;
  --gold: #ba8a31;
  --muted: #736d66;
  --line: rgba(23, 21, 26, 0.16);
  --display: 'Bodoni Moda', Georgia, serif;
  --sans: 'Manrope', sans-serif;
  --page: min(1240px, calc(100vw - 48px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { background: var(--gold); color: var(--ink); }

.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background .4s ease, color .4s ease, border-color .4s ease;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled,
.site-header.light-page {
  background: rgba(251, 248, 241, .92);
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: var(--page);
  height: 82px;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 33px;
  height: 33px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: -.08em;
}
.brand-name { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 20px; }
.desktop-nav a {
  position: relative;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .72;
  transition: opacity .25s ease;
}
.desktop-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: currentColor;
  transition: right .3s var(--ease);
}
.desktop-nav a:hover,
.desktop-nav a.active { opacity: 1; }
.desktop-nav a:hover::after,
.desktop-nav a.active::after { right: 0; }
.nav-cta { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px 0 10px 12px; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }
.mobile-panel { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #171921;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,15,23,.86) 0%, rgba(13,15,23,.48) 45%, rgba(13,15,23,.08) 76%), linear-gradient(0deg, rgba(13,15,23,.56), transparent 52%);
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 34%;
  transform: scale(1.04);
  animation: heroScale 1.8s var(--ease) forwards;
}
@keyframes heroScale { to { transform: scale(1); } }
.hero-inner {
  position: relative;
  z-index: 2;
  width: var(--page);
  margin: 0 auto;
  padding: 160px 0 9vh;
  display: grid;
  grid-template-columns: minmax(0, 820px) 1fr;
  gap: 48px;
  align-items: end;
}
.eyebrow { margin: 0 0 24px; font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.hero h1,
.page-hero h1,
.display-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(64px, 9.8vw, 150px);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.055em;
}
.hero h1 span { display: block; color: #d4ab55; font-style: italic; margin-left: 1.12em; }
.hero-copy { max-width: 360px; justify-self: end; }
.hero-copy p { margin: 0 0 32px; font-size: clamp(16px, 1.4vw, 20px); color: rgba(255,255,255,.8); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: color .3s ease, background .3s ease, transform .3s var(--ease);
}
.button:hover { background: currentColor; color: var(--paper); transform: translateY(-2px); }
.button-light:hover { background: #fff; color: var(--ink); }
.button-solid { background: var(--ink); color: #fff; border-color: var(--ink); }
.button-solid:hover { background: var(--burgundy); border-color: var(--burgundy); color: #fff; }
.scroll-cue { position: absolute; z-index: 3; right: 30px; bottom: 40px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }

.chapter { position: relative; padding: clamp(90px, 12vw, 180px) 0; overflow: hidden; }
.chapter-inner { width: var(--page); margin: 0 auto; }
.chapter-label { display: flex; align-items: center; gap: 16px; margin-bottom: 52px; font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.chapter-label::before { content: ''; width: 48px; height: 1px; background: currentColor; opacity: .45; }
.split-story { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(56px, 9vw, 140px); align-items: start; }
.story-heading { margin: 0; font-family: var(--display); font-size: clamp(52px, 7vw, 104px); line-height: .94; font-weight: 400; letter-spacing: -.045em; }
.story-heading em { color: var(--burgundy); font-weight: 400; }
.story-copy { padding-top: 12px; max-width: 520px; }
.story-copy p { margin: 0 0 24px; color: #4e4945; }
.story-copy .lead { font-family: var(--display); font-size: clamp(25px, 2.6vw, 38px); line-height: 1.25; color: var(--ink); }

.journey-strip { background: var(--blue); color: #fff; }
.journey-map { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.journey-step { min-height: 280px; padding: 36px 28px; border-right: 1px solid rgba(255,255,255,.24); display: flex; flex-direction: column; justify-content: space-between; }
.journey-step:last-child { border-right: 0; }
.journey-step span { color: #cba862; font-family: var(--display); font-size: 46px; }
.journey-step h3 { margin: 0 0 8px; font-family: var(--display); font-size: 30px; font-weight: 400; }
.journey-step p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }

.milestones { background: var(--ink); color: #fff; }
.milestone-grid { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.metric { min-height: 240px; padding: 32px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; justify-content: space-between; }
.metric-major { min-height: 390px; }
.metric-number { font-family: var(--display); font-size: clamp(58px, 8vw, 124px); line-height: .9; letter-spacing: -.05em; color: #d4ab55; }
.metric h3 { margin: 0 0 8px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.metric p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; max-width: 300px; }
.lic-feature { grid-column: span 2; background: var(--burgundy); }

.fashion-feature { background: #eae2d3; }
.fashion-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: center; }
.fashion-copy h2 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(58px, 7.8vw, 112px); line-height: .87; font-weight: 400; letter-spacing: -.05em; }
.fashion-copy h2 span { color: var(--blue); font-style: italic; }
.fashion-copy p { max-width: 490px; color: #5b554e; }
.fashion-collage { position: relative; min-height: 720px; }
.fashion-collage img { position: absolute; object-fit: cover; box-shadow: 0 32px 80px rgba(31,24,19,.16); }
.fashion-collage img:first-child { width: 72%; height: 72%; top: 0; right: 0; }
.fashion-collage img:last-child { width: 49%; height: 49%; left: 0; bottom: 0; border: 12px solid #eae2d3; }

.ecosystem { background: var(--green); color: #fff; }
.section-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 72px; }
.section-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(54px, 7.2vw, 104px); line-height: .92; font-weight: 400; letter-spacing: -.045em; }
.section-intro p { margin: 0; max-width: 500px; color: rgba(255,255,255,.68); }
.business-list { border-top: 1px solid rgba(255,255,255,.25); }
.business-row { display: grid; grid-template-columns: 90px 1fr minmax(180px, .6fr) auto; gap: 32px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.business-row .number { color: #d5bb7e; font-family: var(--display); font-size: 24px; }
.business-row h3 { margin: 0; font-family: var(--display); font-size: clamp(28px, 3.1vw, 46px); font-weight: 400; }
.business-row p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; }
.status { border: 1px solid rgba(255,255,255,.45); border-radius: 100px; padding: 7px 11px; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }

.philosophy { background: var(--purple); color: #fff; }
.philosophy-list { display: grid; gap: 0; }
.philosophy-line { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--display); font-size: clamp(44px, 7vw, 100px); line-height: 1; letter-spacing: -.045em; }
.philosophy-line span { font-family: var(--sans); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.45); }

.anniversary { background: #efe7d8; }
.anniversary-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; }
.anniversary-mark { aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; text-align: center; }
.anniversary-mark strong { display: block; font-family: var(--display); font-size: clamp(90px, 14vw, 200px); line-height: .7; font-weight: 400; color: var(--burgundy); }
.anniversary-mark span { font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
.anniversary-copy h2 { margin: 0 0 24px; font-family: var(--display); font-size: clamp(52px, 6.5vw, 92px); line-height: .95; font-weight: 400; letter-spacing: -.04em; }
.anniversary-copy blockquote { margin: 36px 0 0; padding-left: 24px; border-left: 2px solid var(--gold); font-family: var(--display); font-size: 23px; line-height: 1.45; }

.cta-band { background: var(--burgundy); color: #fff; padding: 80px 0; }
.cta-inner { width: var(--page); margin: auto; display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.cta-inner h2 { margin: 0; max-width: 700px; font-family: var(--display); font-size: clamp(42px, 5.3vw, 76px); font-weight: 400; line-height: .98; }

.page-hero { min-height: 76svh; padding: 160px 0 90px; display: grid; align-items: end; position: relative; overflow: hidden; }
.page-hero.dark { background: var(--ink); color: #fff; }
.page-hero.blue { background: var(--blue); color: #fff; }
.page-hero.purple { background: var(--purple); color: #fff; }
.page-hero.burgundy { background: var(--burgundy); color: #fff; }
.page-hero.green { background: var(--green); color: #fff; }
.page-hero-inner { width: var(--page); margin: auto; position: relative; z-index: 2; }
.page-hero h1 { max-width: 1050px; font-size: clamp(68px, 10vw, 146px); }
.page-hero p { max-width: 600px; margin: 34px 0 0; font-size: 18px; color: rgba(255,255,255,.7); }
.page-hero.light p { color: #625c56; }
.page-hero-portrait { position: absolute; right: 4vw; bottom: 0; width: min(42vw, 600px); height: 88%; object-fit: cover; object-position: top center; opacity: .68; mix-blend-mode: luminosity; }
.page-hero.has-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(23,21,26,.88) 42%, rgba(23,21,26,.08) 80%); }

.content-section { padding: clamp(80px, 10vw, 150px) 0; }
.content-inner { width: min(920px, calc(100vw - 48px)); margin: auto; }
.content-inner.wide { width: var(--page); }
.content-section h2 { margin: 0 0 34px; font-family: var(--display); font-size: clamp(46px, 6vw, 82px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.content-section h3 { margin: 40px 0 16px; font-family: var(--display); font-size: 30px; font-weight: 500; }
.content-section p { color: #514c47; }
.pull-quote { margin: 64px 0; font-family: var(--display); font-size: clamp(34px, 4.8vw, 64px); line-height: 1.15; color: var(--burgundy); }
.story-block { display: grid; grid-template-columns: 170px 1fr; gap: 50px; padding: 60px 0; border-top: 1px solid var(--line); }
.story-block:last-child { border-bottom: 1px solid var(--line); }
.story-block .kicker { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--burgundy); }
.story-block h3 { margin-top: 0; font-size: clamp(38px, 4.7vw, 62px); }
.story-block p { max-width: 670px; }

.editorial-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.editorial-grid img { width: 100%; height: 100%; object-fit: cover; }
.editorial-grid .tall { min-height: 760px; }
.editorial-stack { display: grid; gap: 24px; grid-template-rows: 1fr 1fr; }

.service-cloud { display: flex; flex-wrap: wrap; gap: 10px; max-width: 960px; }
.service-cloud span { padding: 12px 16px; border: 1px solid var(--line); border-radius: 100px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.tier-grid { display: grid; grid-template-columns: 1fr 1.15fr .95fr; gap: 18px; align-items: end; }
.tier-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; }
.tier-card:nth-child(1) { background: var(--green); }
.tier-card:nth-child(2) { min-height: 470px; background: var(--blue); }
.tier-card:nth-child(3) { min-height: 430px; background: var(--burgundy); }
.tier-card .roman { font-family: var(--display); font-size: 58px; color: rgba(255,255,255,.38); }
.tier-card h3 { margin: 0 0 10px; font-size: 26px; color: #fff; }
.tier-card p { margin: 0; color: rgba(255,255,255,.66); }

.venture-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.venture-card { grid-column: span 6; min-height: 420px; padding: 40px; background: #ebe3d4; display: flex; flex-direction: column; justify-content: space-between; }
.venture-card:nth-child(2) { background: #dfe6ed; }
.venture-card:nth-child(3) { background: #e3ded0; }
.venture-card:nth-child(4) { background: #dce5df; }
.venture-card h2 { font-size: clamp(40px, 5vw, 65px); }
.venture-card p { max-width: 480px; }
.venture-card small { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-card { min-height: 370px; padding: 44px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.contact-card h2 { font-size: clamp(40px, 5vw, 62px); }
.contact-card address { font-style: normal; color: #56504a; }
.contact-card a:not(.button) { text-decoration: underline; text-underline-offset: 5px; }

.journal-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; }
.journal-card { min-height: 520px; padding: 38px; background: var(--blue); color: #fff; display: flex; flex-direction: column; justify-content: flex-end; }
.journal-card:nth-child(2) { background: var(--purple); }
.journal-card h2 { font-size: clamp(42px, 5vw, 70px); }
.journal-card p { color: rgba(255,255,255,.68); }

.site-footer { padding: 80px 0 30px; background: #111116; color: #fff; }
.footer-inner { width: var(--page); margin: auto; }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 60px; padding-bottom: 70px; }
.footer-logo { width: 92px; height: 92px; object-fit: contain; background: #fff; padding: 8px; margin-bottom: 26px; }
.footer-main h2 { margin: 0; max-width: 620px; font-family: var(--display); font-size: clamp(40px, 5vw, 68px); line-height: 1; font-weight: 400; }
.footer-col h3 { margin: 0 0 20px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.footer-col a { display: block; margin: 10px 0; font-size: 13px; color: rgba(255,255,255,.72); }
.footer-col a:hover { color: #fff; }
.footer-base { border-top: 1px solid rgba(255,255,255,.16); padding-top: 26px; display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .nav-shell { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; }
  .mobile-panel {
    position: fixed;
    inset: 0;
    z-index: 45;
    display: grid;
    align-content: center;
    background: var(--ink);
    color: #fff;
    padding: 100px 24px 40px;
    transform: translateY(-100%);
    transition: transform .5s var(--ease);
  }
  .mobile-panel.open { transform: translateY(0); }
  .mobile-panel a { display: block; padding: 9px 0; font-family: var(--display); font-size: clamp(30px, 7vw, 48px); line-height: 1; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { justify-self: start; }
  .fashion-layout { grid-template-columns: 1fr; }
  .fashion-collage { min-height: 620px; }
  .milestone-grid { grid-template-columns: 1fr 1fr; }
  .metric-major { min-height: 320px; }
  .lic-feature { grid-column: span 2; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 32px); }
  .nav-shell { height: 70px; gap: 16px; }
  .nav-cta { display: none; }
  .hero::after { background: linear-gradient(0deg, rgba(13,15,23,.9) 0%, rgba(13,15,23,.2) 78%); }
  .hero-media { object-position: 62% top; }
  .hero-inner { padding-bottom: 70px; }
  .hero h1 span { margin-left: 0; }
  .hero-copy p { font-size: 15px; }
  .scroll-cue { display: none; }
  .split-story,
  .section-intro,
  .anniversary-grid,
  .contact-grid,
  .journal-grid { grid-template-columns: 1fr; }
  .journey-map { grid-template-columns: 1fr; }
  .journey-step { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .milestone-grid { grid-template-columns: 1fr; }
  .metric-major,
  .metric { min-height: 240px; }
  .lic-feature { grid-column: span 1; }
  .fashion-collage { min-height: 480px; }
  .business-row { grid-template-columns: 45px 1fr auto; gap: 16px; }
  .business-row p { display: none; }
  .philosophy-line { font-size: 13vw; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { min-height: 70svh; padding-top: 130px; }
  .page-hero-portrait { width: 72vw; right: -15vw; opacity: .48; }
  .story-block { grid-template-columns: 1fr; gap: 16px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-grid .tall { min-height: 500px; }
  .editorial-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .tier-grid { grid-template-columns: 1fr; }
  .tier-card,
  .tier-card:nth-child(2),
  .tier-card:nth-child(3) { min-height: 330px; }
  .venture-card { grid-column: span 12; min-height: 360px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .footer-base { flex-direction: column; }
}

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