@import "fonts.css";

:root {
  --ink: #0f2d27;
  --accent: #d9ac63;
  --paper: #f4efe5;
  --cream: #fffaf0;
  --muted: #aba79e;
  --line: #ffffff21;
  --panel: #ffffff0e;
  --shadow: 0 24px 70px #00000052;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ink);
  color: var(--cream);
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

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

.narrow {
  width: min(760px, 100% - 40px);
}

.site-header {
  z-index: 20;
  background: color-mix(in srgb, var(--ink) 88%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 78px;
  display: flex;
}

.brand {
  align-items: center;
  gap: 12px;
  text-decoration: none;
  display: flex;
}

.brand img {
  object-fit: cover;
  border: 1px solid color-mix(in srgb, var(--accent) 70%, white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.brand b {
  letter-spacing: .02em;
  font-family: Bodoni Moda, Georgia, serif;
  font-size: 20px;
  display: block;
}

.brand small {
  color: var(--muted);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}

nav {
  gap: 24px;
  display: flex;
}

nav a {
  color: #ded9cf;
  font-size: 13px;
  text-decoration: none;
}

nav a:hover {
  color: var(--accent);
}

.nav-toggle {
  border: 1px solid var(--line);
  color: var(--cream);
  background: none;
  border-radius: 8px;
  padding: 7px 10px;
  display: none;
}

.hero {
  background: radial-gradient(circle at 70% 25%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 36%), linear-gradient(145deg, color-mix(in srgb, var(--ink) 80%, black), var(--ink));
  place-items: center;
  min-height: 680px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  opacity: .25;
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  mask-image: linear-gradient(#000, #0000 82%);
}

.hero-inner {
  text-align: center;
  padding: 90px 0;
  position: relative;
}

.edition, .eyebrow {
  color: var(--accent);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.updated {
  color: var(--muted);
  margin: 12px 0 30px;
  font-size: 12px;
}

h1, h2, h3 {
  margin: 0;
  font-family: Bodoni Moda, Georgia, serif;
  line-height: 1.08;
}

.hero h1 {
  background: linear-gradient(110deg, var(--cream), var(--accent) 52%, var(--cream));
  color: #0000;
  -webkit-background-clip: text;
  max-width: 980px;
  margin: auto;
  font-size: clamp(52px, 8vw, 104px);
}

.hero-dek {
  color: #d0cbc1;
  max-width: 680px;
  margin: 28px auto 32px;
  font-size: 18px;
}

.button {
  background: var(--accent);
  color: color-mix(in srgb, var(--ink) 88%, black);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.button:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.section {
  border-top: 1px solid var(--line);
  padding: 96px 0;
}

.section-head {
  grid-template-columns: 60px 1fr;
  align-items: start;
  gap: 26px;
  margin-bottom: 42px;
  display: grid;
}

.section-head > span {
  color: var(--accent);
  font-family: Bodoni Moda, serif;
  font-size: 26px;
}

.section-head h2, .page-hero h1 {
  font-size: clamp(38px, 5vw, 62px);
}

.section-head p {
  max-width: 720px;
  color: var(--muted);
  margin: 12px 0 0;
}

.offer-list {
  gap: 14px;
  display: grid;
}

.offer-card {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 18px;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 24px 26px;
  display: grid;
}

.offer-card.featured {
  border-color: color-mix(in srgb, var(--accent) 60%, transparent);
}

.offer-rank {
  color: var(--accent);
  font-family: Bodoni Moda, serif;
  font-size: 30px;
}

.offer-card h3 {
  margin: 4px 0;
  font-size: 28px;
}

.offer-card p {
  color: var(--muted);
  max-width: 680px;
  margin: 0;
  font-size: 13px;
}

.no-offer {
  border: 1px solid var(--line);
  background: var(--panel);
  text-align: center;
  border-radius: 20px;
  padding: 55px;
}

.no-offer span {
  color: var(--accent);
  letter-spacing: .18em;
  font-size: 11px;
}

.no-offer h3 {
  max-width: 820px;
  margin: 14px auto;
  font-size: 30px;
}

.method-band {
  background: color-mix(in srgb, var(--ink) 75%, black);
}

.pillar-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  display: grid;
}

.pillar {
  border-top: 1px solid var(--accent);
  background: var(--panel);
  min-height: 190px;
  padding: 24px;
}

.pillar strong {
  color: var(--accent);
  font-size: 12px;
}

.pillar h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}

.pillar p {
  color: var(--muted);
  font-size: 13px;
}

.text-link {
  color: var(--accent);
  text-underline-offset: 5px;
  margin-top: 28px;
  display: inline-block;
}

.brief-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.brief-card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 16px;
  padding-bottom: 22px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.brief-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(.85);
  width: 100%;
}

.brief-card span, .brief-card h3, .brief-card b {
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.brief-card span {
  color: var(--accent);
  letter-spacing: .16em;
  margin-top: 18px;
  font-size: 10px;
}

.brief-card h3 {
  margin-top: 8px;
  margin-bottom: 18px;
  font-size: 24px;
}

.brief-card b {
  color: var(--accent);
  font-size: 12px;
}

.brief-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}

.transparency {
  background: linear-gradient(125deg, color-mix(in srgb, var(--accent) 10%, var(--ink)), var(--ink));
}

.split {
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  display: grid;
}

.split h2 {
  margin: 12px 0;
  font-size: 38px;
}

.split p {
  color: #d0cbc1;
}

.page-hero {
  background: radial-gradient(circle at 20% 15%, color-mix(in srgb, var(--accent) 15%, transparent), transparent 40%);
  padding: 120px 0 70px;
}

.page-hero h1 {
  margin: 12px 0 22px;
}

.page-hero p {
  color: #d0cbc1;
  font-size: 18px;
}

.prose, .article {
  padding: 30px 0 100px;
}

.prose section {
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

.prose section > span {
  color: var(--accent);
  font-size: 11px;
}

.prose h2, .article h2 {
  margin: 8px 0 12px;
  font-size: 30px;
}

.prose p, .article p {
  color: #d0cbc1;
}

.contact-card, .callout {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 14px;
  margin: 24px 0;
  padding: 28px;
}

.contact-card a {
  color: var(--accent);
  font-size: 20px;
}

.article-cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 40px;
}

.article h1 {
  margin: 12px 0 24px;
  font-size: clamp(42px, 6vw, 72px);
}

.lede {
  color: var(--cream) !important;
  font-size: 21px !important;
}

footer {
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--ink) 70%, black);
  padding: 70px 0 30px;
}

.footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 34px;
  display: grid;
}

footer h2 {
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 11px;
}

footer a {
  color: var(--muted);
  margin: 8px 0;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

footer p {
  color: var(--muted);
  font-size: 13px;
}

.footer-brand {
  font-family: Bodoni Moda, serif;
  font-size: 24px;
}

.age {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 5px 9px;
  font-size: 11px;
  display: inline-block;
}

.copyright {
  border-top: 1px solid var(--line);
  color: var(--muted);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 11px;
}

.cookie {
  color: #191919;
  z-index: 50;
  background: #fff;
  border-radius: 12px;
  align-items: center;
  gap: 14px;
  max-width: 360px;
  padding: 16px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 18px 50px #0008;
}

.cookie p {
  margin: 0;
  font-size: 11px;
}

.cookie button {
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 8px 12px;
}

.cookie.hidden {
  display: none;
}

@media (width <= 820px) {
  nav {
    background: var(--ink);
    flex-direction: column;
    padding: 20px;
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
  }

  nav.open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .hero {
    min-height: 600px;
  }

  .offer-card {
    grid-template-columns: 48px 1fr;
  }

  .offer-card .button {
    grid-column: 1 / -1;
  }

  .pillar-grid, .brief-grid, .split, .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 560px) {
  .wrap, .narrow {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 70px 0;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pillar-grid, .brief-grid, .split, .footer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .offer-rank {
    font-size: 18px;
  }

  .cookie {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
}
