:root {
  --paper: #f4efe7;
  --mist: #ddd4c7;
  --stone: #a89988;
  --charcoal: #191d23;
  --charcoal-soft: #222831;
  --copper: #8f5d36;
  --brass: #b08b57;
  --ink: #241f1a;
  --line: rgba(36, 31, 26, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  --content: 1180px;
  --copy: 68ch;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.08;
  margin: 0 0 0.75rem;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

p,
li {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem;
  max-width: var(--copy);
}

ul {
  margin: 0;
  padding-left: 1.25rem;
}

.page {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(244, 239, 231, 0.9);
  border-bottom: 1px solid rgba(143, 93, 54, 0.12);
}

.wrap {
  margin: 0 auto;
  max-width: calc(var(--content) + 3rem);
  padding: 0 1.5rem;
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-inner {
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--copper), var(--brass));
  box-shadow: 0 10px 22px rgba(143, 93, 54, 0.28);
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.25rem;
}

.nav a {
  color: rgba(36, 31, 26, 0.78);
  font-size: 0.96rem;
  text-decoration: none;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--copper), var(--brass));
  color: var(--paper);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(143, 93, 54, 0.24);
}

.button:hover {
  filter: brightness(1.04);
}

.button.secondary {
  background: transparent;
  border-color: rgba(244, 239, 231, 0.32);
  box-shadow: none;
  color: var(--paper);
}

.button.ghost {
  background: transparent;
  border-color: rgba(36, 31, 26, 0.14);
  color: var(--ink);
  box-shadow: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.section {
  padding: 5rem 0;
}

.section-tight {
  padding: 4rem 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(176, 139, 87, 0.28), transparent 28%),
    radial-gradient(circle at bottom right, rgba(143, 93, 54, 0.22), transparent 34%),
    linear-gradient(180deg, var(--charcoal-soft), var(--charcoal));
  color: var(--paper);
}

.hero-grid,
.split-grid,
.cta-grid {
  display: grid;
  align-items: center;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: 1.3fr 1fr;
}

.split-grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.cta-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--brass);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark .eyebrow {
  color: var(--brass);
}

.hero-copy > p,
.lead {
  font-size: 1.12rem;
}

.panel {
  padding: 2rem;
  border: 1px solid rgba(221, 212, 199, 0.2);
  border-radius: 28px;
  background: rgba(244, 239, 231, 0.06);
  box-shadow: var(--shadow);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.chip {
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(244, 239, 231, 0.18);
  border-radius: 999px;
  color: var(--mist);
  font-size: 0.9rem;
}

.screen-frame {
  overflow: hidden;
  border: 1px solid rgba(221, 212, 199, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(25, 29, 35, 0.96), rgba(16, 19, 24, 1));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.dark {
  background: var(--charcoal);
  color: var(--paper);
}

.soft {
  background: linear-gradient(180deg, rgba(221, 212, 199, 0.44), rgba(244, 239, 231, 0.55));
}

.grid-3,
.grid-2,
.screen-grid {
  display: grid;
  gap: 1.4rem;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.screen-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.screen-card,
.faq-item,
.price-card,
.contact-card {
  height: 100%;
  border-radius: 24px;
}

.card,
.screen-card,
.faq-item,
.contact-card {
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(36, 31, 26, 0.08);
}

.dark .screen-card {
  background: rgba(244, 239, 231, 0.08);
  border-color: rgba(244, 239, 231, 0.12);
  box-shadow: none;
}

.screen-card h3,
.card h3,
.contact-card h3 {
  margin-top: 1rem;
}

.screen-card.wide {
  grid-column: span 2;
}

.price-card {
  padding: 2.2rem;
  background:
    radial-gradient(circle at top right, rgba(176, 139, 87, 0.18), transparent 30%),
    rgba(244, 239, 231, 0.06);
  border: 1px solid rgba(244, 239, 231, 0.14);
  box-shadow: var(--shadow);
}

.price {
  margin: 1rem 0 1.2rem;
  color: var(--mist);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
}

.subtle {
  color: rgba(36, 31, 26, 0.66);
}

.dark .subtle {
  color: var(--stone);
}

.footer {
  background: var(--charcoal);
  color: var(--paper);
}

.footer-inner {
  padding: 3rem 0;
  align-items: flex-start;
}

.footer-copy {
  max-width: 26rem;
}

.footer-nav {
  display: grid;
  gap: 0.55rem;
}

.footer-nav a {
  color: var(--mist);
  text-decoration: none;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-item p {
  margin-top: 1rem;
}

.contact-link {
  color: var(--copper);
  font-weight: 600;
  text-decoration: none;
}

.legal-copy {
  display: grid;
  gap: 1.5rem;
}

.notice {
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--brass);
  background: rgba(176, 139, 87, 0.1);
  border-radius: 12px;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .cta-grid,
  .grid-3,
  .grid-2,
  .screen-grid {
    grid-template-columns: 1fr;
  }

  .screen-card.wide {
    grid-column: auto;
  }
}

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

  .nav {
    justify-content: flex-start;
  }

  .section {
    padding: 4rem 0;
  }

  h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }
}
