@font-face { font-family: "Cinzel"; src: url("./fonts/cinzel-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Cinzel"; src: url("./fonts/cinzel-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Cinzel"; src: url("./fonts/cinzel-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("./fonts/cormorant-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("./fonts/cormorant-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("./fonts/cormorant-italic-600.ttf") format("truetype"); font-weight: 600; font-style: italic; font-display: swap; }

:root {
  --black: #060708;
  --night: #0d1017;
  --paper: #e5dfd5;
  --red: #d22e28;
  --muted: #979396;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: #e6e2dc; font-family: "Cormorant Garamond", Georgia, serif; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.concept-page { min-height: 100vh; overflow: hidden; }
.concept-page h1,.concept-page h2,.concept-page h3,.concept-page p { margin-top: 0; }
.eyebrow { font: 700 9px/1 "Cinzel", serif; letter-spacing: .28em; }

.site-nav {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; min-height: 106px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 4vw;
  border-bottom: 1px solid rgba(255,255,255,.18); text-transform: uppercase;
  background: linear-gradient(rgba(0,0,0,.44), transparent); backdrop-filter: blur(2px);
}
.site-nav > div { display: flex; gap: 46px; }
.site-nav > div a { position: relative; padding: 14px 0; font: 700 10px/1 "Cinzel", serif; letter-spacing: .2em; opacity: .76; transition: .25s; }
.site-nav > div a::after { content: ""; position: absolute; left: 0; right: .2em; bottom: 4px; height: 1px; background: #bc3731; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.site-nav > div a:hover { opacity: 1; color: #fff; }
.site-nav > div a:hover::after { transform: scaleX(1); }
.brand-mark { display: inline-flex; flex-direction: column; align-items: flex-start; color: #f0e9dd; }
.brand-name { display: flex; align-items: baseline; min-width: 240px; white-space: nowrap; }
.brand-name b { font: 800 31px/.85 "Cinzel", serif; letter-spacing: -.075em; text-shadow: 0 2px 18px rgba(255,255,255,.08); }
.brand-name i { margin: 0 11px; color: #c53d36; font: normal 10px/1 "Cinzel", serif; transform: translateY(-3px); }
.brand-name em { color: #d5b989; font: italic 600 27px/.85 "Cormorant Garamond", serif; letter-spacing: .02em; }
.brand-mark > small { margin-top: 8px; padding-left: 2px; color: #8f8982; font: 700 7px/1 "Cinzel", serif; letter-spacing: .27em; }
.site-logo { transition: filter .25s; }.site-logo:hover { filter: brightness(1.2); }

/* Hero */
.dark-page { background: #0a0b0f; }
.dark-hero {
  position: relative; min-height: 100svh; overflow: hidden; isolation: isolate;
  display: flex; align-items: flex-end; background: #050608;
}
.dark-banner { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.banner-shade {
  position: absolute; z-index: -1; inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,.22) 0,transparent 24%,transparent 68%,rgba(2,3,5,.9) 100%),
              linear-gradient(90deg,rgba(0,0,0,.08),transparent 55%,rgba(0,0,0,.13));
}
.mobile-hero-copy { display: none; }
.status-window {
  position: absolute; z-index: 7; right: 5vw; bottom: 9%; width: 295px;
  background: rgba(8,10,14,.77); border: 1px solid rgba(221,65,53,.48);
  backdrop-filter: blur(13px); box-shadow: 0 24px 70px rgba(0,0,0,.5);
}
.status-window > div { display: flex; justify-content: space-between; padding: 11px 15px; background: #ab2927; font: 700 8px/1 "Cinzel", serif; letter-spacing: .13em; }
.status-window dl { display: grid; grid-template-columns: 1fr 1.25fr; margin: 0; padding: 10px 16px; }
.status-window dt,.status-window dd { margin: 0; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.09); font: 700 8px/1 "Cinzel", serif; letter-spacing: .12em; }
.status-window dt { opacity: .45; }
.status-window dd { text-align: right; }
.status-window .status-zero { color: #e63b34; font-size: 27px; }
.status-window > p { margin: 0; padding: 10px 16px; color: #e4473e; font: 700 8px/1 "Cinzel", serif; letter-spacing: .17em; }
.hero-scroll {
  position: absolute; z-index: 8; left: 5vw; bottom: 34px; display: flex; align-items: center; gap: 16px;
  color: rgba(255,255,255,.72); font: 700 8px/1 "Cinzel", serif; letter-spacing: .2em;
}
.hero-scroll i { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-style: normal; transition: .25s; }
.hero-scroll:hover { color: #fff; }.hero-scroll:hover i { background: var(--red); border-color: var(--red); transform: translateY(3px); }

/* Story */
.section-index { font: 700 8px/1 "Cinzel", serif; letter-spacing: .24em; color: #c08a50; }
.dark-story {
  position: relative; padding: 13vh 10vw 15vh; display: grid; grid-template-columns: .55fr 1.4fr .75fr;
  gap: 7vw; color: #ddd4c7;
  background:
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    radial-gradient(circle at 82% 48%,rgba(150,35,31,.16),transparent 27%),
    linear-gradient(145deg,#101216 0,#090a0d 57%,#130c0d 100%);
  background-size: 90px 100%,auto,auto;
  border-top: 1px solid rgba(192,138,80,.18); border-bottom: 1px solid rgba(192,138,80,.16);
}
.dark-story::before { content: "0"; position: absolute; right: -2vw; top: -8vh; color: rgba(186,45,39,.055); font: 600 48vw/.8 "Cinzel", serif; text-shadow: 0 0 80px rgba(199,46,40,.08); }
.dark-story::after { content: "✦"; position: absolute; left: 50%; bottom: 4vh; transform: translateX(-50%); color: rgba(192,138,80,.42); font-size: 12px; }
.dark-story-copy,.dark-story blockquote,.dark-story .section-index { position: relative; z-index: 1; }
.dark-story-copy .eyebrow { margin-bottom: 28px; color: #c5443c; }
.dark-story-copy h2 { color: #eee7da; font: 600 clamp(42px,5vw,73px)/1.03 "Cinzel", serif; letter-spacing: -.045em; text-wrap: balance; }
.dark-story-copy h2 em { color: #d64940; font-family: "Cormorant Garamond", serif; font-weight: 600; letter-spacing: -.025em; }
.dark-story-copy > p:not(.eyebrow) { max-width: 680px; color: #aaa49b; font: 500 18px/1.62 "Cormorant Garamond", serif; }
.dark-story blockquote { align-self: end; margin: 0; padding: 30px 0; border-top: 1px solid rgba(192,138,80,.42); border-bottom: 1px solid rgba(192,138,80,.42); color: #c99c72; font: italic 600 22px/1.45 "Cormorant Garamond", serif; }

/* Path */
.dark-path { padding: 13vh 10vw; background: #111318; }
.dark-path > .eyebrow { margin-top: 45px; color: #a9322d; }
.dark-path > h2 { color: #eee7da; font: 600 clamp(44px,5.5vw,78px)/1.03 "Cinzel", serif; letter-spacing: -.045em; }
.path-steps { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid #383a3f; }
.path-steps article { position: relative; padding: 40px 4vw 30px 0; border-right: 1px solid #383a3f; }
.path-steps article + article { padding-left: 4vw; }
.path-steps article span { color: #ad332d; font: 600 45px/1 "Cinzel", serif; }
.path-steps article h3 { margin: 28px 0 15px; color: #e2d9ca; font: 600 24px/1 "Cinzel", serif; }
.path-steps article p { max-width: 290px; color: #9b9692; font: 500 17px/1.55 "Cormorant Garamond", serif; }

/* Release */
.dark-release { padding: 15vh 6vw; text-align: center; background: radial-gradient(circle at center,#3e1517 0,#150d10 42%,#08090b 72%); }
.dark-release .eyebrow { color: #aa7974; }
.dark-release h2 { margin: 30px auto 58px; font: 700 clamp(55px,8vw,118px)/.9 "Cinzel", serif; letter-spacing: -.065em; }
.dark-release h2 span { color: #d43730; }
.release-line { display: flex; justify-content: center; gap: 55px; }
.release-line span { color: #a8a1a0; font: 700 8px/1 "Cinzel", serif; letter-spacing: .2em; }

/* Footer */
.site-footer {
  position: relative; padding: 72px 6vw 30px; overflow: hidden;
  border-top: 1px solid rgba(192,138,80,.25); background: radial-gradient(circle at 15% 30%,rgba(126,27,24,.14),transparent 28%),#060708; color: #aaa;
}
.site-footer::before { content: "0"; position: absolute; left: -2vw; bottom: -13vw; color: rgba(182,43,36,.035); font: 600 28vw/1 "Cinzel", serif; pointer-events: none; }
.footer-main { position: relative; display: grid; grid-template-columns: 1.25fr .9fr .75fr; gap: 7vw; align-items: center; min-height: 130px; }
.footer-mark .brand-name { min-width: 340px; }
.footer-mark .brand-name b { font-size: 44px; }
.footer-mark .brand-name i { margin: 0 15px; font-size: 12px; }
.footer-mark .brand-name em { font-size: 38px; }
.footer-mark > small { margin-top: 12px; font-size: 8px; letter-spacing: .34em; }
.footer-main > p { margin: 0; color: #9b948c; font: 500 20px/1.35 "Cormorant Garamond", serif; }
.footer-main > p em { color: #c79b72; font-weight: 600; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 13px; }
.footer-contact span { color: #6f6e70; font: 700 7px/1 "Cinzel", serif; letter-spacing: .24em; }
.footer-contact a { position: relative; color: #e0d8cc; font: 600 17px/1 "Cinzel", serif; letter-spacing: .04em; }
.footer-contact a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 1px; background: #a8312d; transition: transform .25s; transform-origin: right; }
.footer-contact a:hover::after { transform: scaleX(.45); }
.footer-bottom { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); color: #58585b; font: 700 7px/1 "Cinzel", serif; letter-spacing: .17em; text-transform: uppercase; }
.footer-bottom span { color: #8f625b; letter-spacing: .24em; }
.footer-bottom small:last-child { text-align: right; }

@media (max-width: 1050px) {
  .status-window { right: 4vw; width: 270px; }
  .dark-story { grid-template-columns: .35fr 1.5fr; }
  .dark-story blockquote { grid-column: 2; }
  .site-nav > div { gap: 25px; }
  .footer-main { grid-template-columns: 1.2fr .8fr; }.footer-contact { grid-column: 1/-1; align-items: flex-start; }.footer-mark .brand-name { min-width: 300px; }
}

@media (max-width: 720px) {
  .site-nav { min-height: 76px; padding: 0 17px; background: rgba(0,0,0,.55); backdrop-filter: blur(8px); }
  .site-nav > div { gap: 12px; }.site-nav > div a { font-size: 6px; letter-spacing: .14em; }
  .site-logo .brand-name { min-width: 0; }.site-logo .brand-name b { font-size: 22px; }.site-logo .brand-name i { margin: 0 6px; font-size: 6px; }.site-logo .brand-name em { font-size: 18px; }.site-logo > small { display: none; }
  .dark-hero { min-height: 880px; display: block; padding: 0 24px; background: #050608; }
  .dark-banner { position: absolute; top: 70px; bottom: auto; height: auto; aspect-ratio: 1734/907; object-fit: contain; object-position: center top; }
  .banner-shade { background: linear-gradient(180deg,transparent 0 27%,#050608 43% 100%); }
  .mobile-hero-copy { position: relative; z-index: 4; display: block; padding-top: 52vh; width: 100%; }
  .mobile-hero-copy .eyebrow { color: #a59b99; font-size: 8px; }
  .mobile-hero-copy h2 { margin: 15px 0 8px; font: 700 clamp(40px,12vw,59px)/.95 "Cinzel", serif; letter-spacing: -.07em; }
  .mobile-hero-copy h2 span { color: var(--red); }
  .mobile-hero-copy > p:not(.eyebrow) { color: #d6cec7; font: italic 600 21px/1.25 "Cormorant Garamond", serif; }
  .dark-cta { display: inline-flex; align-items: center; gap: 24px; margin-top: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.35); font: 700 8px/1 "Cinzel", serif; letter-spacing: .16em; }
  .status-window { left: 24px; right: auto; bottom: 26px; width: calc(100% - 48px); }
  .hero-scroll { display: none; }
  .dark-story { display: block; padding: 90px 25px; }.dark-story .section-index { margin-bottom: 50px; }.dark-story blockquote { margin-top: 45px; }
  .dark-path { padding: 90px 25px; }.path-steps { grid-template-columns: 1fr; }.path-steps article,.path-steps article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid #383a3f; }
  .dark-release { padding: 100px 24px; }.dark-release h2 { font-size: 63px; }.release-line { flex-direction: column; gap: 15px; }
  .site-footer { padding: 68px 24px 30px; }.footer-main { display: flex; flex-direction: column; align-items: flex-start; gap: 38px; }.footer-mark .brand-name { min-width: 0; }.footer-mark .brand-name b { font-size: 38px; }.footer-mark .brand-name em { font-size: 33px; }.footer-main > p { font-size: 19px; }.footer-contact { align-items: flex-start; }.footer-bottom { grid-template-columns: 1fr auto; gap: 20px; line-height: 1.5; }.footer-bottom span { display: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
