:root {
  --terracotta: #C75D2C;
  --zellige: #1B4D3E;
  --sand: #E8D5B7;
  --charred: #2A1810;
  --limewash: #FAF6EE;
  --ink-soft: rgba(42, 24, 16, 0.72);
  --line: rgba(42, 24, 16, 0.16);
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--limewash);
  color: var(--charred);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

h1,
h2,
h3,
.price,
.pull-quote {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.98;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.75rem, 7vw, 6.7rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.5rem, 4.3vw, 4.7rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.75rem;
}

.site-header,
.hero-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px clamp(18px, 4vw, 56px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.site-header {
  border-bottom: 1px solid var(--line);
  position: relative;
}

.site-brand,
.hero-brand,
.footer-logo {
  display: inline-flex;
  text-decoration: none;
}

.site-brand img,
.hero-brand img,
.footer-logo img {
  background: var(--limewash);
  border: 1px solid rgba(250, 246, 238, 0.72);
  border-radius: 2px;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.site-nav,
.hero-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.site-nav a,
.hero-links a {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a[aria-current="page"] {
  color: var(--terracotta);
}

.hero-links {
  color: var(--limewash);
}

.nav-buy,
.button {
  background: var(--terracotta);
  border: 1px solid var(--terracotta);
  border-radius: 4px;
  color: var(--limewash);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  padding: 13px 20px;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.nav-buy:hover {
  background: #A94822;
  transform: translateY(-1px);
}

.button-outline {
  background: transparent;
  color: var(--terracotta);
}

.button-outline:hover {
  background: var(--terracotta);
  color: var(--limewash);
}

.text-link {
  color: var(--limewash);
  font-size: 0.95rem;
  font-weight: 700;
}

.hero {
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background: linear-gradient(90deg, rgba(42, 24, 16, 0.78), rgba(42, 24, 16, 0.38) 46%, rgba(42, 24, 16, 0.12));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero picture,
.hero-bg {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-bg {
  object-fit: cover;
}

.hero-content {
  color: var(--limewash);
  max-width: 720px;
  padding: 210px clamp(20px, 6vw, 88px) 110px;
  position: relative;
  z-index: 2;
}

.hero-kicker {
  color: rgba(250, 246, 238, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.hero-subhead {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-style: italic;
  line-height: 1.25;
  margin-bottom: 30px;
  max-width: 600px;
}

.hero h1 span {
  display: block;
}

.hero-actions,
.sample-actions,
.form-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.section {
  padding: clamp(70px, 9vw, 132px) clamp(20px, 6vw, 88px);
}

.section-tight {
  padding-top: clamp(52px, 7vw, 88px);
  padding-bottom: clamp(52px, 7vw, 88px);
}

.measure {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.measure-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.problem p,
.about-copy p,
.sample-body p,
.page-copy p {
  color: var(--ink-soft);
}

.pull-quote {
  color: var(--terracotta);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-style: italic;
  margin: 44px 0 0;
}

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

.feature {
  border-top: 2px solid var(--terracotta);
  padding-top: 22px;
}

.icon {
  color: var(--terracotta);
  height: 42px;
  margin-bottom: 24px;
  width: 42px;
}

.feature p,
.toc-list li,
.faq-answer {
  color: var(--ink-soft);
}

.sample-hook {
  background: var(--charred);
  color: var(--limewash);
}

.sample-hook p {
  color: rgba(250, 246, 238, 0.76);
  max-width: 760px;
}

.about-grid {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.about-photo {
  aspect-ratio: 4 / 5;
  border-radius: 2px;
  object-fit: cover;
  width: 100%;
}

.city-band {
  padding-left: 0;
  padding-right: 0;
}

.city-band h2,
.city-band .section-intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding-left: clamp(20px, 6vw, 88px);
  padding-right: clamp(20px, 6vw, 88px);
}

.section-intro {
  color: var(--ink-soft);
  max-width: 680px;
}

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

.city-card {
  aspect-ratio: 16 / 10;
  color: var(--limewash);
  overflow: hidden;
  position: relative;
}

.city-card::after {
  background: linear-gradient(0deg, rgba(42, 24, 16, 0.72), rgba(42, 24, 16, 0.04));
  content: "";
  inset: 0;
  position: absolute;
}

.city-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.city-card span {
  bottom: 18px;
  font-family: var(--serif);
  font-size: 1.65rem;
  left: 20px;
  position: absolute;
  z-index: 1;
}

.toc-section {
  background: var(--sand);
}

.toc-list {
  display: grid;
  gap: 18px 42px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.toc-list li {
  border-top: 1px solid rgba(42, 24, 16, 0.22);
  padding-top: 16px;
}

.pricing-section {
  background: var(--sand);
}

.price-card {
  background: var(--limewash);
  border: 1px solid rgba(42, 24, 16, 0.12);
  border-radius: 4px;
  margin: 0 auto;
  max-width: 580px;
  padding: clamp(34px, 6vw, 58px);
  text-align: center;
}

.price-was {
  color: rgba(42, 24, 16, 0.48);
  font-size: 1.1rem;
  margin-bottom: 0;
  text-decoration: line-through;
}

.price {
  color: var(--terracotta);
  font-size: clamp(4.5rem, 10vw, 7rem);
  margin: 0 0 8px;
}

.micro-list {
  color: var(--ink-soft);
  display: grid;
  font-size: 0.82rem;
  gap: 4px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-answer {
  margin: 12px 0 0;
}

.lead-section {
  background: var(--zellige);
  color: var(--limewash);
}

.lead-section p {
  color: rgba(250, 246, 238, 0.78);
}

.lead-form {
  margin-top: 26px;
}

.lead-form input[type="email"] {
  background: var(--limewash);
  border: 1px solid rgba(250, 246, 238, 0.36);
  border-radius: 4px;
  color: var(--charred);
  flex: 1 1 260px;
  font: inherit;
  min-height: 54px;
  padding: 13px 14px;
}

.lead-form .button {
  min-height: 54px;
}

.form-note {
  font-size: 0.85rem;
  margin-top: 14px;
}

.honeypot {
  left: -9999px;
  position: absolute;
}

.notice {
  border: 1px solid rgba(250, 246, 238, 0.45);
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 14px 16px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 46px clamp(20px, 6vw, 88px);
}

.footer-inner {
  align-items: center;
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

.copyright {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.page-main {
  padding: clamp(56px, 8vw, 100px) clamp(20px, 6vw, 88px);
}

.page-title {
  margin-bottom: 30px;
}

.sample-body {
  counter-reset: section;
}

.sample-body h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  margin-top: 52px;
}

.sample-body h3 {
  color: var(--terracotta);
  margin-top: 34px;
}

.callout {
  border-left: 3px solid var(--terracotta);
  margin: 36px 0;
  padding: 6px 0 6px 22px;
}

.sample-cta {
  border-top: 1px solid var(--line);
  margin-top: 54px;
  padding-top: 34px;
  text-align: center;
}

.sample-cta p {
  color: var(--charred);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-style: italic;
}

.contact-block {
  background: var(--sand);
  border-radius: 4px;
  margin-top: 32px;
  padding: 28px;
}

.thanks-page {
  min-height: 64vh;
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .site-header,
  .hero-nav {
    align-items: flex-start;
    gap: 18px;
    justify-content: flex-start;
    padding: 16px 18px;
  }

  .site-brand img,
  .hero-brand img {
    height: 58px;
    width: 58px;
  }

  .site-nav,
  .hero-links {
    gap: 12px;
    min-width: 0;
  }

  .site-nav a,
  .hero-links a {
    font-size: 0.72rem;
  }

  .hero {
    min-height: 88vh;
  }

  .hero::before {
    background: linear-gradient(0deg, rgba(42, 24, 16, 0.78), rgba(42, 24, 16, 0.28));
  }

  .hero-bg {
    object-position: 58% center;
  }

  .hero-content {
    padding: 164px 20px 72px;
    width: 100%;
  }

  .feature-grid,
  .about-grid,
  .toc-list {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 540px) {
  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-subhead {
    font-size: 1.2rem;
    max-width: 320px;
  }

  .hero-nav .nav-buy,
  .site-nav .nav-buy {
    display: none;
  }

  .hero-links,
  .site-nav {
    flex: 1;
    justify-content: flex-start;
  }

  .nav-buy {
    padding: 9px 12px;
  }

  .hero-actions,
  .form-row,
  .sample-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .text-link,
  .lead-form input[type="email"] {
    width: 100%;
  }

  .price-card {
    padding: 30px 20px;
  }
}
