:root {
  --landing-ink: var(--parares-ink, #1d1a16);
  --landing-muted: var(--parares-muted, #6a6258);
  --landing-paper: var(--parares-paper, #f6efe1);
  --landing-paper-strong: var(--parares-paper-strong, #fffaf0);
  --landing-line: var(--parares-border, rgba(29, 26, 22, 0.14));
  --landing-gold: var(--parares-gold, #c49a45);
  --landing-gold-soft: var(--parares-gold-soft, #edd28a);
  --landing-burgundy: var(--parares-burgundy, #7e1d2d);
  --landing-teal: var(--parares-teal, #0f615c);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--landing-ink);
  background: #f4f0e7;
  font-family: var(--parares-font-sans, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  letter-spacing: 0;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.landing-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  padding: 0.8rem 5vw;
  color: #fffaf0;
  background: rgba(16, 18, 17, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-logo-lockup {
  display: block;
  width: auto;
  height: clamp(60px, 5.5vw, 72px);
  max-width: min(286px, 76vw);
  object-fit: contain;
}

.brand-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3));
}

.brand strong,
.brand small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand strong {
  font-family: var(--parares-font-serif, Georgia, "Times New Roman", serif);
  font-size: 1.2rem;
}

.brand small {
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.78rem;
}

.landing-nav {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  color: rgba(255, 250, 240, 0.84);
}

.landing-nav a {
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.landing-nav a:hover,
.landing-nav a:focus-visible {
  border-color: var(--landing-gold);
}

.header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.95rem;
  color: var(--landing-ink);
  background: var(--landing-gold-soft);
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.landing-hero {
  position: relative;
  min-height: calc(100svh - 68px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fffaf0;
  background: #16130f;
}

.landing-hero img,
.landing-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landing-hero img {
  object-fit: cover;
}

.landing-hero::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.92) 0%, rgba(8, 8, 7, 0.66) 44%, rgba(8, 8, 7, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 8, 7, 0.16) 0%, rgba(8, 8, 7, 0.82) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 90vw);
  padding: 5.5rem 0 7rem 5vw;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--landing-gold-soft);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--parares-font-serif, Georgia, "Times New Roman", serif);
  line-height: 1;
}

h1 {
  max-width: 720px;
  font-size: clamp(3rem, 8vw, 6rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.hero-copy {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: rgba(255, 250, 240, 0.88);
  font-size: clamp(1.05rem, 2.2vw, 1.32rem);
  line-height: 1.55;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.primary-action,
.secondary-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  border-radius: 8px;
  font-weight: 800;
}

.primary-action {
  color: #1d1a16;
  background: var(--landing-gold-soft);
}

.secondary-action {
  color: #fffaf0;
  border: 1px solid rgba(255, 250, 240, 0.48);
  background: rgba(255, 250, 240, 0.08);
}

.fiction-note {
  max-width: 720px;
  margin: 1.4rem 0 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.96rem;
  line-height: 1.55;
}

.page-band {
  padding: 5.5rem 5vw;
}

.page-band.light {
  background: var(--landing-paper-strong);
}

.page-band.tinted {
  background: var(--landing-paper);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.section-kicker {
  margin: 0 0 0.9rem;
  color: var(--landing-teal);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lead {
  margin: 1.25rem 0 0;
  color: var(--landing-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.feature-grid article,
.proof-list li,
.occasion-list li {
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.64);
}

.feature-grid article {
  min-height: 156px;
  padding: 1.25rem;
}

.feature-grid strong {
  display: block;
  font-size: 1.05rem;
}

.feature-grid p {
  margin: 0.7rem 0 0;
  color: var(--landing-muted);
  line-height: 1.58;
}

.proof-list,
.occasion-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li,
.occasion-list li {
  padding: 1rem 1.1rem;
  line-height: 1.55;
}

.proof-list strong,
.occasion-list strong {
  display: block;
  margin-bottom: 0.25rem;
}

.muted {
  color: var(--landing-muted);
}

.cta-band {
  padding: 5.5rem 5vw;
  color: #fffaf0;
  background:
    linear-gradient(90deg, rgba(76, 18, 32, 0.98), rgba(15, 97, 92, 0.96));
}

.cta-band .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.cta-band p {
  max-width: 720px;
  margin: 1rem 0 0;
  color: rgba(255, 250, 240, 0.82);
  line-height: 1.7;
}

.landing-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 5vw;
  color: rgba(255, 250, 240, 0.72);
  background: #15130f;
}

.landing-footer a {
  color: #fffaf0;
}

@media (max-width: 860px) {
  .landing-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .landing-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .header-action {
    justify-self: start;
  }

  .hero-content {
    padding: 4.5rem 5vw 6rem;
  }

  .split,
  .cta-band .section-inner {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .landing-header {
    position: relative;
  }

  .brand-logo-lockup {
    height: 56px;
    max-width: 82vw;
  }

  .page-band,
  .cta-band {
    padding: 4rem 5vw;
  }

  .primary-action,
  .secondary-action,
  .header-action {
    width: 100%;
  }
}
