:root {
  color-scheme: dark;
  --black: #0b0b0d;
  --deep: #08080a;
  --surface: #111114;
  --wine: #7a1e2c;
  --wine-hover: #941f35;
  --wine-bright: #d34a60;
  --white: #ffffff;
  --paper: #f4f5f7;
  --gray: #8d929a;
  --soft: #c4c7cd;
  --line: rgba(255, 255, 255, 0.16);
  --dark-line: rgba(11, 11, 13, 0.17);
  --max: 1440px;
  --gutter: clamp(36px, 7vw, 104px);
  --section-space: clamp(132px, 12vw, 190px);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--sans); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
::selection { color: var(--white); background: var(--wine); }
:focus-visible { outline: 2px solid var(--wine-bright); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 16px; background: var(--paper); color: var(--black); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(11, 11, 13, 0.9); backdrop-filter: blur(18px); }
.nav-shell { width: min(100%, var(--max)); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--gutter); }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { font: 15px var(--mono); letter-spacing: .2em; text-transform: lowercase; }
.brand i { width: 20px; height: 3px; background: var(--wine-bright); }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; color: var(--soft); font: 11px var(--mono); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 100%; bottom: -8px; left: 0; height: 2px; background: var(--wine-bright); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--white); }
.nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid var(--wine); background: var(--wine); color: var(--white) !important; }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; color: var(--white); cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; }
.mobile-nav { display: none; padding: 12px 20px 20px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 15px 4px; border-bottom: 1px solid var(--line); color: var(--soft); font: 12px var(--mono); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.mobile-nav.is-open { display: block; }

.announcement { padding: 11px 20px; border-bottom: 1px solid var(--line); color: var(--soft); text-align: center; font: 10px/1.5 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.hero { min-height: calc(100svh - 116px); display: grid; grid-template-columns: 1.05fr .95fr; border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(78px, 10vw, 150px) var(--gutter); }
.eyebrow, .section-index { color: var(--wine-bright); font: 700 11px/1.5 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin: 0; }
h1 { max-width: 880px; margin-top: 26px; font-size: clamp(58px, 8.7vw, 148px); font-weight: 500; line-height: .87; letter-spacing: -.075em; }
.hero-name { display: block; margin-bottom: 28px; color: var(--wine-bright); font: 700 12px/1.5 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.hero-headline { display: block; }
.hero-copy > p { max-width: 700px; margin-top: 34px; color: var(--soft); font-size: clamp(18px, 2vw, 25px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--wine); background: var(--wine); color: var(--white); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--wine-hover); transform: translateY(-2px); }
.button-ghost { border-color: var(--line); background: transparent; }
.button-ghost:hover { border-color: var(--white); background: var(--white); color: var(--black); }
.hero-visual { position: relative; min-height: 640px; overflow: hidden; border-left: 1px solid var(--line); background: var(--deep); }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(11,11,13,.38), transparent 28%), linear-gradient(0deg, rgba(11,11,13,.35), transparent 35%); pointer-events: none; }
.hero-visual > picture, .hero-visual > picture > img { width: 100%; height: 100%; }
.hero-visual > picture > img { object-fit: cover; object-position: center 35%; filter: saturate(.9) contrast(1.03); }
.hero-mark { position: absolute; z-index: 3; right: 30px; bottom: 30px; width: min(340px, 42%); aspect-ratio: 20 / 7; display: flex; align-items: center; justify-content: center; padding: 14px; overflow: hidden; border: 1px solid var(--line); background: rgba(11,11,13,.9); }
.hero-mark img { width: 88%; height: auto; max-height: none; object-fit: contain; object-position: center; }
.status-row { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.status-row div { min-height: 120px; padding: 26px clamp(20px, 4vw, 58px); border-right: 1px solid var(--line); }
.status-row div:last-child { border-right: 0; }
.status-row strong { display: block; margin-bottom: 10px; color: var(--white); font: 600 16px var(--mono); }
.status-row span { color: var(--gray); font: 10px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.section { width: min(100%, var(--max)); margin: auto; padding: var(--section-space) var(--gutter); border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.section-light { max-width: none; width: 100%; padding: var(--section-space) 0; background: var(--paper); color: var(--black); }
.section-light > .section-inner { width: min(100%, var(--max)); margin: auto; padding: 0 var(--gutter); }
.section-header { display: grid; grid-template-columns: minmax(160px, .42fr) 1fr; gap: 60px; }
.section-header h2 { max-width: 950px; font-size: clamp(44px, 6vw, 88px); line-height: .96; letter-spacing: -.055em; }
.section-header p { max-width: 780px; margin-top: 28px; color: var(--gray); font-size: 19px; line-height: 1.7; }
.section-light .section-header p { color: #555960; }
.principle { margin-top: 80px; padding: clamp(34px, 5vw, 72px); border: 1px solid var(--line); }
.principle blockquote { max-width: 1050px; margin: 0; font-size: clamp(42px, 7vw, 104px); line-height: .95; letter-spacing: -.06em; }
.principle blockquote span { color: var(--wine-bright); }
.principle p { max-width: 720px; margin-top: 34px; color: var(--gray); font-size: 17px; line-height: 1.7; }
.photo-story { display: grid; grid-template-columns: minmax(300px, .78fr) 1.22fr; margin: 90px 0 0; border: 1px solid var(--line); }
.photo-story-media { min-height: 720px; overflow: hidden; background: var(--deep); }
.photo-story-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 7vw, 96px); border-left: 1px solid var(--line); }
.photo-story-copy h2 { margin-top: 26px; font-size: clamp(46px, 6vw, 92px); line-height: .94; letter-spacing: -.06em; }
.photo-story-copy p { max-width: 700px; margin-top: 28px; color: var(--gray); font-size: 18px; line-height: 1.75; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card { min-height: 330px; display: flex; flex-direction: column; padding: clamp(32px, 3vw, 44px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .25s ease, transform .25s ease; }
.card:hover { background: rgba(122, 30, 44, .1); transform: translateY(-3px); }
.card .label { color: var(--wine-bright); font: 11px var(--mono); letter-spacing: .1em; }
.card h3 { max-width: 330px; margin-top: auto; padding-top: 90px; font-size: 30px; line-height: 1.08; letter-spacing: -.035em; }
.card p { margin-top: 17px; color: var(--gray); font-size: 15px; line-height: 1.6; }
.section-light .grid { border-color: var(--dark-line); }
.section-light .card { border-color: var(--dark-line); }
.section-light .card p { color: #555960; }
.section-light .button-ghost { border-color: var(--dark-line); color: var(--black); }
.section-light .button-ghost:hover { border-color: var(--black); background: var(--black); color: var(--white); }
.result { margin-top: 20px; color: var(--wine-bright); font: 11px/1.5 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; margin-top: 70px; border: 1px solid var(--line); }
.split-media { min-height: 640px; background: var(--deep); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media.logo-panel { display: grid; place-items: center; padding: var(--gutter); }
.split-media.logo-panel img { width: min(100%, 560px); height: auto; max-height: 540px; aspect-ratio: 7 / 8; object-fit: contain; object-position: center; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 80px); border-left: 1px solid var(--line); }
.split-copy h2 { margin-top: 24px; font-size: clamp(42px, 5vw, 72px); line-height: .97; letter-spacing: -.05em; }
.split-copy p { margin-top: 25px; color: var(--gray); font-size: 17px; line-height: 1.75; }
.logo-gallery { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border: 1px solid var(--line); }
.logo-gallery figure { margin: 0; border-right: 1px solid var(--line); }
.logo-gallery figure:last-child { border-right: 0; }
.logo-gallery img { width: 100%; aspect-ratio: 418/350; object-fit: cover; }

.page-hero { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: 1fr .45fr; min-height: 600px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.page-hero-copy { padding: clamp(90px, 11vw, 150px) var(--gutter); }
.page-hero h1 { max-width: 980px; }
.page-hero p { max-width: 760px; margin-top: 32px; color: var(--soft); font-size: 20px; line-height: 1.65; }
.page-hero-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 36px; border-left: 1px solid var(--line); }
.page-hero-aside img { width: min(100%, 360px); height: auto; aspect-ratio: 1 / 1; margin: auto; object-fit: contain; object-position: center; }
.page-hero-aside span { color: var(--gray); font: 10px/1.5 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.page-hero-aside span a { color: inherit; text-underline-offset: .22em; }
.prose { max-width: 880px; }
.prose h2 { margin: 70px 0 22px; font-size: clamp(35px, 5vw, 60px); line-height: 1; letter-spacing: -.045em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 42px 0 14px; font-size: 26px; }
.prose p, .prose li { color: var(--soft); font-size: 18px; line-height: 1.78; }
.prose p + p { margin-top: 22px; }
.prose ul { margin: 24px 0; padding-left: 22px; }
.prose a { text-decoration-color: var(--wine-bright); text-underline-offset: 4px; }
.timeline { margin-top: 70px; border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 180px 1fr; padding: 35px 0; border-bottom: 1px solid var(--line); }
.timeline span { color: var(--wine-bright); font: 12px var(--mono); }
.timeline h3 { font-size: 28px; }
.timeline p { margin-top: 12px; color: var(--gray); line-height: 1.7; }
.landscape-story { margin: 0; border: 1px solid var(--line); }
.landscape-story picture, .landscape-story img { width: 100%; }
.landscape-story img { aspect-ratio: 16 / 9; object-fit: cover; }
.landscape-story figcaption { display: grid; grid-template-columns: minmax(160px, .42fr) 1fr; gap: 60px; padding: clamp(42px, 6vw, 82px); border-top: 1px solid var(--line); }
.landscape-story h2 { max-width: 850px; font-size: clamp(42px, 5.5vw, 76px); line-height: .96; letter-spacing: -.055em; }
.landscape-story p { max-width: 760px; margin-top: 24px; color: var(--gray); font-size: 18px; line-height: 1.72; }
.contact-panel { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding: clamp(55px, 8vw, 100px); border: 1px solid var(--line); background: var(--surface); }
.contact-panel h2 { margin-top: 22px; font-size: clamp(45px, 6vw, 86px); line-height: .95; letter-spacing: -.055em; }
.contact-panel p { max-width: 700px; margin-top: 26px; color: var(--gray); line-height: 1.7; }

.site-footer { width: min(100%, var(--max)); margin: auto; padding: 78px var(--gutter) 34px; border: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; }
.footer-brand img { width: min(100%, 320px); height: auto; aspect-ratio: 20 / 7; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 370px; margin-top: 22px; color: var(--gray); line-height: 1.7; }
.footer-column span { display: block; margin-bottom: 20px; color: var(--wine-bright); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin-top: 12px; color: var(--soft); font-size: 14px; text-decoration: none; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--gray); font: 10px/1.5 var(--mono); letter-spacing: .06em; }

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

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 72svh; border-top: 1px solid var(--line); border-left: 0; }
  .status-row { grid-template-columns: 1fr; }
  .status-row div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-header, .page-hero, .split { grid-template-columns: 1fr; }
  .photo-story { grid-template-columns: 1fr; }
  .photo-story-media { min-height: min(1050px, 120vw); }
  .photo-story-copy { border-top: 1px solid var(--line); border-left: 0; }
  .page-hero-aside, .split-copy { border-top: 1px solid var(--line); border-left: 0; }
  .page-hero-aside img { max-width: 330px; }
  .grid { grid-template-columns: 1fr 1fr; }
  .logo-gallery { grid-template-columns: 1fr; }
  .logo-gallery figure { border-right: 0; border-bottom: 1px solid var(--line); }
  .logo-gallery figure:last-child { border-bottom: 0; }
}

@media (max-width: 640px) {
  :root { --gutter: 30px; --section-space: 112px; }
  .nav-shell { min-height: 70px; }
  .brand img { width: 42px; height: 42px; }
  .brand span { font-size: 12px; }
  .announcement { font-size: 8px; }
  .hero { min-height: 0; }
  .hero-copy { min-height: 72svh; }
  h1 { font-size: clamp(52px, 18vw, 86px); }
  .hero-visual { min-height: 78svh; }
  .hero-mark { right: 18px; bottom: 18px; width: min(270px, 70%); padding: 10px; }
  .status-row div { padding-right: var(--gutter); padding-left: var(--gutter); }
  .section-header { gap: 30px; }
  .grid { grid-template-columns: 1fr; }
  .card { min-height: 280px; }
  .split-media { min-height: 500px; }
  .page-hero { min-height: 0; }
  .page-hero-copy { padding-top: 90px; }
  .page-hero-aside { min-height: 380px; padding: 30px; }
  .landscape-story figcaption { grid-template-columns: 1fr; gap: 28px; }
  .timeline article { grid-template-columns: 1fr; gap: 15px; }
  .contact-panel, .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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