:root {
  color-scheme: light;
  --brown: #120705;
  --brown-2: #2f130b;
  --red: #f21f4b;
  --gold: #f4b15d;
  --text: #080706;
  --muted: #5f544e;
  --line: #ece7e2;
  --paper: #fdfcfb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: Manrope, Onest, Inter, Arial, sans-serif;
  letter-spacing: -0.01em;
}

a {
  color: inherit;
}

.page {
  overflow: hidden;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 177, 93, 0.25), transparent 32%),
    linear-gradient(100deg, rgba(5, 1, 0, 0.92), rgba(18, 7, 5, 0.78) 48%, rgba(5, 1, 0, 0.92)),
    var(--brown);
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/og/og-oeskimo-franchise.jpg") center / cover no-repeat;
  opacity: 0.2;
  filter: saturate(0.95);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.46));
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: white;
  color: var(--brown);
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,0.78);
}

.nav-links a {
  text-decoration: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 58px;
  align-items: end;
  padding: 74px 0 86px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.lead {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: 22px;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  background: linear-gradient(180deg, #ff315b, #e71345);
  color: white;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(242,31,75,0.34);
}

.button.secondary {
  border: 1px solid rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.08);
  box-shadow: none;
}

.hero-card {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 28px;
  background: rgba(255,255,255,0.08);
  padding: 26px;
  box-shadow: 0 28px 76px rgba(0,0,0,0.42);
  backdrop-filter: blur(18px);
}

.hero-card strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-card span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,0.76);
  font-size: 16px;
  line-height: 1.3;
}

main {
  background:
    radial-gradient(circle at 86% 12%, rgba(244,177,93,0.12), transparent 28%),
    linear-gradient(180deg, #fff, #fdfcfb);
}

.section {
  padding: 72px 0;
}

.section.alt {
  background: #faf7f3;
}

h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,0.88);
  padding: 26px;
  box-shadow: 0 18px 48px rgba(39,21,14,0.07);
}

.card p {
  margin-bottom: 0;
}

.article {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.article-panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(244,177,93,0.16), transparent 30%),
    rgba(255,255,255,0.9);
  padding: 32px;
  box-shadow: 0 22px 58px rgba(39,21,14,0.07);
}

.article-panel p:first-child {
  margin-top: 0;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.article-note {
  border-left: 4px solid var(--red);
  border-radius: 18px;
  background: #fff;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  padding: 22px 24px;
  box-shadow: 0 14px 38px rgba(39,21,14,0.055);
}

.copy {
  max-width: 980px;
}

.copy p {
  margin: 22px 0 0;
}

.faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  padding: 20px 22px;
}

.faq summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.links a {
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: #5a2418;
  padding: 13px 18px;
  text-decoration: none;
  font-weight: 800;
}

.footer {
  background: #0a0a0a;
  color: rgba(255,255,255,0.68);
  padding: 34px 0;
}

.footer a {
  color: white;
}

@media (max-width: 860px) {
  .hero-grid,
  .grid,
  .faq,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 28px;
    padding-top: 42px;
  }
}
