@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@300;400;500&display=swap');

:root {
  --ink: #283235;
  --cream: #f5eee5;
  --sand: #ddc4ad;
  --coral: #d87355;
  --mist: #a4bcc8;
  --white: #fffdf9;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 10;
  height: 112px; padding: 22px clamp(24px, 5vw, 76px);
  display: flex; align-items: center; justify-content: space-between;
  color: var(--white);
}
.brand img { width: 64px; height: 72px; object-fit: contain; filter: brightness(0) invert(1); }
.header-link { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 6px; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); }
.hero-image { position: absolute; inset: 0; background: url('assets/hero-coral.jpg') center 42% / cover no-repeat; transform: scale(1.02); animation: breathe 14s ease-in-out infinite alternate; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,29,31,.62) 0%, rgba(20,29,31,.22) 52%, rgba(20,29,31,.12) 100%), linear-gradient(0deg, rgba(20,29,31,.38), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 90vw); margin: 0 0 clamp(48px, 8vh, 92px) clamp(24px, 8vw, 124px); }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 500 clamp(58px, 8.2vw, 126px)/.82 var(--serif); letter-spacing: -.035em; }
.hero-copy { max-width: 520px; margin: 28px 0 34px; font-size: clamp(13px, 1.2vw, 16px); line-height: 1.75; font-weight: 300; }

.launch { width: min(610px, 100%); padding-top: 21px; border-top: 1px solid rgba(255,255,255,.35); }
.launch-label { margin: 0 0 14px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.countdown { display: flex; align-items: center; gap: clamp(10px, 2vw, 26px); }
.countdown-item { min-width: 64px; }
.countdown-item strong { display: block; font: 500 clamp(34px, 4vw, 54px)/1 var(--serif); }
.countdown-item span { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; opacity: .8; }
.countdown i { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .65; }
.launch-status { font: 500 28px/1.2 var(--serif); }
.scroll-cue { position: absolute; left: calc(100% + clamp(30px, 7vw, 120px)); bottom: 0; display: flex; align-items: center; gap: 12px; white-space: nowrap; text-decoration: none; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.2; }

.about { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 150px); padding: clamp(100px, 13vw, 190px) clamp(24px, 9vw, 140px); overflow: hidden; }
.about-mark { position: absolute; right: -2vw; top: -11vw; font: 500 48vw/1 var(--serif); color: rgba(216,115,85,.07); pointer-events: none; }
.eyebrow.dark { color: var(--coral); }
.about h2 { position: relative; margin: 0; font: 500 clamp(48px, 6vw, 88px)/.95 var(--serif); letter-spacing: -.025em; }
.about-copy { position: relative; padding-top: 38px; border-top: 1px solid rgba(40,50,53,.25); }
.about-copy p { margin: 0 0 24px; max-width: 650px; font-size: clamp(14px, 1.25vw, 17px); line-height: 1.9; font-weight: 300; }
.about-copy p:first-child::first-letter { float: left; margin: 4px 10px 0 0; color: var(--coral); font: 500 62px/.75 var(--serif); }

.manifesto { min-height: 72vh; position: relative; display: grid; place-items: center; overflow: hidden; }
.manifesto-image { position: absolute; inset: 0; background: url('assets/hero-coral.jpg') center 66% / cover no-repeat; filter: saturate(.75); }
.manifesto-image::after { content: ""; position: absolute; inset: 0; background: rgba(35,49,52,.36); }
.manifesto-panel { position: relative; z-index: 1; width: min(760px, calc(100% - 40px)); padding: clamp(48px, 8vw, 92px); color: var(--white); text-align: center; border: 1px solid rgba(255,255,255,.38); backdrop-filter: blur(10px); background: rgba(255,255,255,.06); }
.manifesto-panel span { font-size: 9px; letter-spacing: .28em; text-transform: uppercase; }
.manifesto-panel blockquote { margin: 25px 0 0; font: 500 clamp(42px, 6vw, 76px)/.98 var(--serif); }

footer { min-height: 190px; padding: 45px clamp(24px, 7vw, 100px); display: flex; align-items: center; justify-content: space-between; background: #e9ded0; }
footer img { width: 54px; height: 64px; object-fit: contain; opacity: .72; }
footer p { margin: 0; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes breathe { from { transform: scale(1.02); } to { transform: scale(1.075); } }

@media (max-width: 820px) {
  .site-header { height: 90px; padding: 16px 22px; }
  .brand img { width: 48px; height: 58px; }
  .hero { min-height: 940px; }
  .hero-image { background-position: 61% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(20,29,31,.72) 0%, rgba(20,29,31,.18) 72%); }
  .hero-content { margin: 0 22px 56px; width: auto; }
  .hero h1 { font-size: clamp(54px, 17vw, 82px); }
  .hero-copy { max-width: 360px; }
  .countdown { gap: 9px; justify-content: space-between; }
  .countdown-item { min-width: 54px; }
  .countdown i { display: none; }
  .scroll-cue { display: none; }
  .about { grid-template-columns: 1fr; gap: 52px; padding: 100px 24px; }
  .about-mark { top: 6vw; right: -7vw; font-size: 75vw; }
  .about-copy { padding-top: 28px; }
  .manifesto { min-height: 620px; }
  footer { min-height: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-image { animation: none; }
  .reveal { transition: none; opacity: 1; transform: none; }
}

@media (max-width: 820px) {
  footer {
    position: relative;
    min-height: auto;
    padding: 30px 24px calc(28px + env(safe-area-inset-bottom));
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    text-align: center;
    border-top: 1px solid rgba(40, 50, 53, .12);
  }

  footer::before {
    content: "";
    width: 42px;
    height: 1px;
    margin-bottom: 2px;
    background: rgba(40, 50, 53, .28);
  }

  footer img {
    width: 42px;
    height: 50px;
    opacity: .68;
  }

  footer p {
    font-size: 8px;
    line-height: 1.5;
    letter-spacing: .2em;
  }
}
