:root {
  --background: 44 31% 93%;
  --foreground: 40 30% 92%;
  --border: 150 15% 16%;
  --gold: 43 65% 52%;
  --jungle-deep: 150 40% 9%;
  --bone: 40 30% 92%;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: "Hanken Grotesk", "Inter", system-ui, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
}
h1,
h2,
h3,
h4 {
  font-family: "Hanken Grotesk", "Inter", system-ui, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.bg-background {
  background: hsl(var(--background));
}
.text-bone {
  color: hsl(var(--bone));
}
.text-gold {
  color: hsl(var(--gold));
}
.hero-lcp-image {
  transform: scale(1.05) translate(0, 0);
  will-change: transform;
}

/* Hero shell + headline — paintable before Tailwind bundle (Phase 8.1) */
section#top {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 640px;
  height: 100svh;
  background: hsl(30 8% 7%);
}
section#top > div.relative {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 1.5rem;
}
section#top > div.relative > div.w-full {
  width: 100%;
}
section#top h1.font-hero-serif {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 1.05;
  letter-spacing: 0.01em;
  font-size: 14vw;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
section#top h1.font-hero-serif span {
  color: #fff;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 0.82em;
}
@media (min-width: 640px) {
  section#top h1.font-hero-serif {
    font-size: 11vw;
  }
}
@media (min-width: 768px) {
  section#top > div.relative {
    padding-top: 11rem;
    padding-bottom: 7rem;
    padding-left: 3.75rem;
    padding-right: 3rem;
  }
  section#top > div.relative > div.w-full {
    max-width: 52%;
  }
  section#top h1.font-hero-serif {
    font-size: 4.6vw;
    line-height: 1.08;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  section#top > div.relative > div.w-full {
    max-width: 46%;
  }
  section#top h1.font-hero-serif {
    font-size: 3.6rem;
  }
}
@media (min-width: 1280px) {
  section#top h1.font-hero-serif {
    font-size: 4.2rem;
  }
}

/* LCP-critical faces only — non-critical weights load via main bundle */
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/fonts/hanken-grotesk-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("/fonts/hanken-grotesk-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/fonts/cormorant-garamond-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300;
  font-display: optional;
  src: url("/fonts/cormorant-garamond-300i.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
