:root {
  --foreground: #111111;
  --cream: #fffac2;
  --coffee: #503702;
  --button-bg: #7bc8dc;
  --button-hover: #24ddf9;
  --button-text: #4e3a04;
  --rule: #abb8c3;
  --page-bg: #ffffff;
  --content-left: clamp(1.5rem, 7.95vw, 109px);
  --content-right: clamp(1.5rem, 36.5vw, 500px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--coffee);
  font-family: Commissioner, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.skip-link {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 10;
  transform: translateY(-200%);
  padding: 0.65rem 0.9rem;
  background: var(--cream);
  color: var(--foreground);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site {
  min-height: 100vh;
  overflow-x: hidden;
}

.hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 575px;
  display: grid;
  align-items: center;
  padding: clamp(1.75rem, 3vw, 3.25rem) 0;
  background: var(--foreground);
  color: var(--cream);
}

.hero__inner {
  width: min(calc(100% - 4rem), 1120px);
  margin: 0 auto;
}

.hero__title {
  margin: 0;
  color: var(--cream);
  font-family: Cormorant, Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 7vw, 91px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.hero__title span,
.hero__title em {
  display: block;
}

.hero__title em {
  font-style: italic;
}

.hero__note {
  margin: 0;
  color: var(--cream);
  font-family: Cormorant, Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1;
}

.hero__note--first {
  margin-top: 0.25rem;
}

.hero__rule {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  border: 0;
  background: var(--rule);
  opacity: 0.85;
}

.hero__price {
  margin: 1.15rem 0 0;
  color: var(--cream);
  font-family: Cormorant, Georgia, "Times New Roman", serif;
  font-size: 57px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.85;
}

.button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2.1rem 0;
}

.button-row--hero {
  margin-top: 2.7rem;
  margin-bottom: 0;
}

.button-row--final {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 0;
  border-radius: 151px;
  background: var(--button-bg);
  color: var(--button-text);
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--button-hover);
}

.button:active {
  transform: translateY(1px);
}

.content-section {
  padding: 15px 0 clamp(3.5rem, 8vw, 6.5rem);
  background: var(--page-bg);
}

.eyebrow {
  margin: 0 0 1.55rem clamp(1.5rem, 8vw, 7rem);
  color: var(--button-bg);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.big-copy {
  margin: 0 var(--content-left) 1.6rem;
  color: var(--coffee);
  font-family: Cormorant, Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.35vw, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: 0.92;
}

.big-copy p {
  margin: 0;
}

.body-copy {
  max-width: 760px;
  margin: 0 var(--content-right) 0 var(--content-left);
  color: #191919;
  font-family: Commissioner, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35;
}

.body-copy--spaced {
  margin-top: 60px;
}

.body-copy--question {
  margin-top: 2.09rem;
  margin-bottom: 2.09rem;
}

.section-title {
  margin: 2.45rem var(--content-left) 0;
  color: var(--coffee);
  font-family: Cormorant, Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.35vw, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.section-title--faq {
  max-width: 1120px;
  margin: 3.35rem auto 1.2rem;
  padding: 0 clamp(1.5rem, 4.5vw, 0px);
}

.faq {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4.5vw, 0px);
}

.faq__item {
  border-top: 1px solid rgba(80, 55, 2, 0.45);
}

.faq__item:last-child {
  border-bottom: 1px solid rgba(80, 55, 2, 0.45);
}

.faq__heading {
  margin: 0;
  font-size: inherit;
  line-height: 1;
}

.faq__toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: 1.15rem 0;
  border: 0;
  background: transparent;
  color: var(--coffee);
  cursor: pointer;
  font-family: Commissioner, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.faq__toggle:hover,
.faq__toggle:focus-visible {
  color: #6d4b03;
}

.faq__icon {
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  color: inherit;
  font-size: 1.2em;
  line-height: 1;
}

.faq__panel {
  max-width: 780px;
  padding: 0 0 1.2rem;
  color: #191919;
  font-size: clamp(1.05rem, 1.75vw, 1.28rem);
  line-height: 1.45;
}

.faq__panel p {
  margin: 0;
}

.faq__item.is-open .faq__icon {
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  :root {
    --content-left: clamp(1.25rem, 6vw, 3rem);
    --content-right: clamp(1.25rem, 6vw, 3rem);
  }

  .hero {
    min-height: 0;
  }

  .hero__inner {
    width: min(calc(100% - 2.5rem), 720px);
  }

  .body-copy {
    max-width: none;
  }

  .section-title--faq,
  .faq {
    max-width: none;
    padding-left: var(--content-left);
    padding-right: var(--content-left);
  }
}

@media (max-width: 640px) {
  .hero {
    aspect-ratio: auto;
    min-height: 560px;
  }

  .hero__title {
    font-size: clamp(4rem, 19vw, 5.6rem);
  }

  .hero__note {
    font-size: 1.35rem;
  }

  .hero__price {
    font-size: 3.4rem;
  }

  .button {
    width: min(100%, 340px);
  }

  .eyebrow {
    margin-left: var(--content-left);
  }

  .big-copy,
  .section-title {
    font-size: clamp(2.75rem, 13vw, 3.35rem);
  }

  .body-copy {
    font-size: 1.25rem;
  }

  .section-title--faq {
    margin-top: 2.75rem;
  }
}
