:root {
  color-scheme: light;
  --ink: #17130e;
  --muted: #6d6257;
  --paper: #fbf8f1;
  --paper-strong: #fffdf8;
  --line: #ded4c4;
  --accent: #196a54;
  --accent-deep: #0f493d;
  --gold: #b8872b;
  --stone: #e8dece;
  --shadow: 0 24px 70px rgba(36, 28, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 48px);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  backdrop-filter: blur(18px);
}

.site-header.solid {
  position: relative;
  background: var(--paper-strong);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.96rem;
  font-weight: 760;
  text-decoration: none;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9rem;
}

nav a {
  color: var(--muted);
  text-decoration: none;
}

nav a:hover,
nav a[aria-current="page"] {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  min-height: calc(100svh - 70px);
  padding: clamp(48px, 7vw, 96px) clamp(18px, 5vw, 72px) 40px;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--accent-deep);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-weight: 740;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  font-size: clamp(3.4rem, 9vw, 8.4rem);
}

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

.lede {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 760;
  text-decoration: none;
}

.button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #f8f4ea;
}

.button.secondary {
  background: color-mix(in srgb, var(--paper-strong) 82%, transparent);
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
  list-style: none;
}

.proof-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--gold);
  vertical-align: 0.08em;
}

.product-visual {
  position: relative;
  min-height: 560px;
}

.hero-image {
  width: min(100%, 820px);
  height: min(62vw, 620px);
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.visual-note {
  position: absolute;
  right: clamp(0px, 3vw, 48px);
  bottom: -18px;
  width: min(360px, 52vw);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--paper-strong) 94%, transparent);
  box-shadow: 0 24px 54px rgba(18, 13, 8, 0.22);
}

.visual-note p {
  margin: 0;
  color: var(--muted);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.82rem;
}

.visual-note strong {
  display: block;
  margin-top: 8px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.intro,
.privacy-strip,
.visit-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.intro p:last-child,
.privacy-strip p:last-child,
.visit-strip p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
}

.feature-band {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background: var(--paper-strong);
}

.section-heading {
  max-width: 780px;
  margin-bottom: clamp(36px, 6vw, 74px);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  padding: clamp(34px, 5vw, 70px) 0;
  border-top: 1px solid var(--line);
}

.feature-row.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.feature-row.reverse img {
  order: 2;
}

.feature-row img,
.visit-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(36, 28, 18, 0.13);
}

.feature-row p:not(.section-kicker) {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
}

.visit-strip {
  background: var(--stone);
}

.privacy-strip {
  background: var(--accent-deep);
  color: #f7f1e6;
}

.privacy-strip .section-kicker,
.privacy-strip p:last-child {
  color: #d7cab8;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: #17130e;
  color: #e9ddce;
}

.site-footer p {
  margin: 0;
}

.site-footer nav a {
  color: #d4c7b6;
}

.text-page {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 128px) 0;
}

.text-page h1 {
  font-size: clamp(3rem, 8vw, 6.5rem);
}

.text-page h2 {
  margin-top: 44px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.text-page p {
  color: var(--muted);
  font-size: 1.12rem;
}

@media (max-width: 860px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav,
  .site-footer nav {
    flex-wrap: wrap;
  }

  .hero,
  .intro,
  .privacy-strip,
  .visit-strip,
  .feature-row,
  .feature-row.reverse {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .product-visual {
    min-height: 460px;
  }

  .hero-image {
    height: 430px;
  }

  .feature-row.reverse img {
    order: 0;
  }
}

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

  .site-header nav {
    font-size: 0.86rem;
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .product-visual {
    min-height: 380px;
  }

  .hero-image {
    height: 330px;
    min-height: 0;
  }

  .visual-note {
    width: min(280px, 74vw);
    padding: 18px;
  }
}
