:root {
  --ink: #231916;
  --muted: #765d54;
  --paper: #fff8f1;
  --soft: #f3ddd1;
  --rose: #a7443f;
  --wine: #5b1d25;
  --gold: #c99254;
  --green: #435642;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(to bottom, rgba(35, 25, 22, .66), rgba(35, 25, 22, 0));
}

.brand,
.main-nav,
.hero-actions,
.contact-panel,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-logo {
  width: 150px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .28));
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
}

.main-nav {
  gap: clamp(14px, 3vw, 34px);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a,
.header-cta,
.ghost-btn,
.primary-btn {
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.main-nav a:hover,
.header-cta:hover,
.ghost-btn:hover,
.primary-btn:hover {
  transform: translateY(-1px);
}

.header-cta,
.primary-btn,
.ghost-btn {
  min-height: 44px;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta,
.ghost-btn {
  border: 1px solid rgba(255, 255, 255, .68);
}

.primary-btn {
  color: var(--white);
  background: var(--rose);
}

.ghost-btn {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(22px, 6vw, 86px) 86px;
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(35, 25, 22, .85), rgba(35, 25, 22, .52) 44%, rgba(35, 25, 22, .2)),
    linear-gradient(0deg, rgba(35, 25, 22, .72), rgba(35, 25, 22, 0) 54%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  max-width: 790px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: .98;
  letter-spacing: 0;
}

h1 {
  max-width: 770px;
  font-size: clamp(58px, 9vw, 132px);
}

h2 {
  font-size: clamp(38px, 5vw, 76px);
}

h3 {
  font-size: clamp(28px, 3vw, 40px);
}

.hero-lead {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: clamp(18px, 2.1vw, 26px);
  color: rgba(255, 255, 255, .86);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

section {
  padding: clamp(70px, 10vw, 132px) clamp(22px, 6vw, 86px);
}

.section-grid,
.about,
.deep-copy,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}

.intro-band {
  background: var(--soft);
  color: var(--ink);
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
}

.section-heading {
  max-width: 830px;
  margin-bottom: 42px;
}

.questions {
  background: var(--paper);
}

.question-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .72fr);
  gap: clamp(28px, 5vw, 70px);
}

.question-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.question-list li,
.statement,
.key-grid article,
.faq details,
.contact-panel {
  border: 1px solid rgba(91, 29, 37, .15);
  border-radius: 8px;
  background: rgba(255, 255, 255, .52);
}

.question-list li {
  padding: 22px 24px;
  font-size: 18px;
}

.statement {
  padding: clamp(28px, 5vw, 54px);
  color: var(--white);
  background: var(--green);
}

.statement span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .94;
}

.statement p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .78);
}

.offer {
  background: #2a1918;
  color: var(--white);
}

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

.offer-grid article {
  min-height: 100%;
  text-align: center;
}

.offer-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
}

.offer-grid h3 {
  margin-top: 22px;
}

.offer-grid p,
.about-copy p,
.deep-copy p,
.key-grid p,
.faq p,
.contact p {
  color: var(--muted);
  font-size: 17px;
}

.offer-grid p {
  color: rgba(255, 255, 255, .72);
}

.about-title span {
  display: block;
}

.about {
  background: var(--soft);
}

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

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.stats div {
  border-top: 1px solid rgba(91, 29, 37, .2);
  padding-top: 18px;
}

.stats strong {
  display: block;
  color: var(--wine);
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  line-height: .8;
}

.stats span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.deep-copy {
  background: var(--white);
}

.deep-copy p {
  max-width: 620px;
  font-size: clamp(19px, 2vw, 26px);
}

.keys {
  background: var(--paper);
}

.key-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.key-grid article {
  padding: 26px;
}

.key-grid span {
  color: var(--rose);
  font-size: 13px;
  font-weight: 800;
}

.key-grid h3 {
  margin-top: 12px;
  font-size: 32px;
}

.quote-band {
  min-height: 720px;
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(35, 25, 22, .88), rgba(91, 29, 37, .72) 52%, rgba(35, 25, 22, .34)),
    url("assets/quote-couple-bg.jpg") center / cover;
}

.quote-content {
  max-width: 900px;
}

.quote-content h2 {
  max-width: 820px;
  font-size: clamp(40px, 5vw, 78px);
}

.quote-text {
  display: grid;
  gap: 18px;
  max-width: 780px;
  margin-top: 34px;
  padding-left: 24px;
  border-left: 2px solid rgba(201, 146, 84, .9);
}

.quote-text p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.55;
}

.faq {
  background: var(--soft);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 22px 24px;
}

.faq summary {
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 700;
}

.contact {
  background: var(--wine);
  color: var(--white);
}

.contact p {
  color: rgba(255, 255, 255, .76);
}

.contact-panel {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 28px;
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .18);
}

.contact-panel a {
  padding: 16px 18px;
  border-radius: 8px;
  color: var(--wine);
  background: var(--white);
  font-weight: 800;
  text-align: center;
}

.final-cta {
  text-align: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(91, 29, 37, .95), rgba(35, 25, 22, .82)),
    url("assets/coppia-energia-tantrica.png") center / cover;
}

.final-cta > div {
  max-width: 840px;
  margin: 0 auto;
}

.final-cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(18px, 2vw, 24px);
}

.final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  margin-top: 36px;
  padding: 18px 42px;
  border-radius: 999px;
  color: var(--wine);
  background: var(--white);
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease;
}

.final-cta-btn:hover {
  transform: translateY(-2px);
  background: var(--paper);
}

footer {
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(22px, 6vw, 86px);
  color: rgba(255, 255, 255, .74);
  background: #1f1413;
  font-size: 14px;
}

.contact-page-body {
  min-height: 100vh;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(35, 25, 22, .9), rgba(91, 29, 37, .72) 54%, rgba(35, 25, 22, .45)),
    url("assets/quote-couple-bg.jpg") center / cover fixed;
}

.contact-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
}

.contact-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 128px clamp(22px, 6vw, 86px) 70px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .66fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.contact-hero-copy {
  max-width: 820px;
}

.contact-hero-copy h1 {
  font-size: clamp(54px, 8vw, 112px);
}

.contact-hero-copy p {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 2vw, 25px);
}

.contact-card-large {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 248, 241, .94);
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.contact-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-card-large h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-methods a {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid rgba(91, 29, 37, .12);
  border-radius: 8px;
  background: var(--white);
}

.contact-methods span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-methods strong {
  color: var(--wine);
  font-size: clamp(17px, 2vw, 22px);
  overflow-wrap: anywhere;
}

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

  .main-nav {
    display: none;
  }

  .section-grid,
  .about,
  .deep-copy,
  .contact,
  .question-layout {
    grid-template-columns: 1fr;
  }

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

  .offer-grid,
  .key-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-logo {
    width: 118px;
    height: auto;
  }

  .hero {
    min-height: 92vh;
    padding: 118px 20px 58px;
  }

  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(35, 25, 22, .9), rgba(35, 25, 22, .52)),
      linear-gradient(0deg, rgba(35, 25, 22, .76), rgba(35, 25, 22, .08) 60%);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-btn,
  .ghost-btn {
    text-align: center;
  }

  section {
    padding: 62px 20px;
  }

  .offer-grid,
  .key-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .question-list li,
  .faq details,
  .key-grid article {
    padding: 20px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
