:root {
  color-scheme: light;
  --paper: #fffaf2;
  --ink: #29444e;
  --muted-ink: #5f6964;
  --terracotta: #b65446;
  --terracotta-dark: #943c31;
  --focus: #183f4d;
  --content-width: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: auto; }

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

button, input { font: inherit; }
button { cursor: pointer; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

::selection { background: #d9a797; color: #1c3139; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 0.9rem;
  border-radius: 0.25rem;
  background: var(--ink);
  color: #fff;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  transform: translateY(-150%);
}

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

.hero {
  position: sticky;
  top: 0;
  z-index: 2;
  isolation: isolate;
  height: 100svh;
  min-height: 34rem;
  overflow: clip;
  background: var(--paper);
  will-change: opacity;
}

.hero__art,
.hero__scene,
.hero__scene img,
.hero__envelope,
.hero__frame,
.hero__frame img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero__art { z-index: -1; }
.hero__scene { z-index: 1; }
.hero__envelope { z-index: 2; }

.hero__scene img,
.hero__frame img {
  object-fit: cover;
  object-position: center;
  transform: none;
}

.hero__frame {
  transform-origin: center;
}

.hero__frame--open {
  z-index: 1;
  opacity: 0;
  transform: translate(-1.14%, 3.51%) scale(.727);
}
.hero__frame--breaking {
  z-index: 2;
  opacity: 0;
  transform: translate(-.78%, 9.14%) scale(.8);
}
.hero__frame--closed { z-index: 3; }

.site-header {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(calc(100% - 160px), 95rem);
  min-height: 6.5rem;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.4rem;
  margin: 0 auto;
}

.wordmark {
  display: block;
  width: 19.25rem;
  text-decoration: none;
  transform: translateX(-0.9rem);
}

.wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.header-note {
  position: absolute;
  top: 6.8rem;
  left: 50%;
  width: max-content;
  margin: 0;
  color: #53636a;
  font-size: 0.86rem;
  letter-spacing: 0.28em;
  text-align: center;
  transform: translateX(-50%);
}

.header-note::after {
  position: absolute;
  bottom: -1.55rem;
  left: 50%;
  width: 6rem;
  height: 1px;
  background: var(--terracotta);
  content: "";
  transform: translateX(-50%);
}

.subscribe-link {
  position: relative;
  left: 1.5rem;
  border: 0;
  border-radius: 999px;
  min-width: 13.1rem;
  min-height: 3.4rem;
  padding: 0.57rem 1.25rem 0.64rem;
  background: var(--terracotta);
  color: #fffaf5;
  font-size: 1.28rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 0.85rem;
  transition: background-color 160ms ease-out, transform 160ms ease-out;
}

.subscribe-link:hover { background: var(--terracotta-dark); transform: translateY(-1px); }
.subscribe-link span { padding-left: 0.2rem; }

.hero__copy {
  position: absolute;
  z-index: 1;
  top: 11.05rem;
  left: 50%;
  width: calc(100% - 40px);
  margin: 0;
  text-align: center;
  transform: translateX(-50%);
}

.hero__copy h1 {
  max-width: none;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(3rem, 3.92vw, 4.1rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
  white-space: nowrap;
}

.hero__copy h1 em {
  color: var(--terracotta);
  font-style: italic;
}

.hero__copy p {
  max-width: 66rem;
  margin: 1.15rem auto 0;
  color: var(--muted-ink);
  font-size: clamp(1rem, 1.35vw, 1.44rem);
  line-height: 1.35;
  text-wrap: wrap;
}

.desktop-break { display: block; }

@media (max-width: 1024px) {
  .hero__scene img,
  .hero__frame img {
    transform: scale(1.08);
    transform-origin: top center;
  }

  .hero__frame--breaking { transform: none; }
  .hero__frame--open { transform: translate(.2%, .85%) scale(.905); }
}

.subscribe-dialog {
  width: min(calc(100% - 40px), 28rem);
  border: 1px solid #decdbd;
  border-radius: 0.5rem;
  padding: 2rem;
  background: #fffaf2;
  box-shadow: 0 1.5rem 4rem rgb(52 33 22 / 25%);
  color: var(--ink);
}

.subscribe-dialog::backdrop { background: rgb(33 42 43 / 34%); }

.dialog-close {
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1;
}

.subscribe-form { display: grid; gap: 0.75rem; }
.dialog-overline { margin: 0; color: var(--terracotta); font-size: 0.75rem; font-style: italic; }
.subscribe-form h2 { margin: 0 2rem 0.5rem 0; font-size: clamp(1.65rem, 4vw, 2.2rem); font-weight: 400; line-height: 0.95; }
.subscribe-form label { font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.78rem; font-weight: 700; }
.subscribe-form input { width: 100%; border: 1px solid #baa995; border-radius: 0.25rem; padding: 0.75rem; background: #fffdf9; color: var(--ink); }
.subscribe-form button[type="submit"] { border: 0; border-radius: 0.3rem; padding: 0.78rem 1rem; background: var(--terracotta); color: #fff; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.82rem; font-weight: 700; }
.subscribe-form button[type="submit"]:hover { background: var(--terracotta-dark); }
.form-status { min-height: 1.25rem; margin: 0; color: #4b6754; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 0.78rem; line-height: 1.4; }

@media (max-width: 760px) {
  .hero {
    min-height: 32rem;
  }

  .site-header {
    width: min(calc(100% - 40px), var(--content-width));
    min-height: 4.8rem;
    padding-top: 0.85rem;
  }

  .header-note { display: none; }

  .hero__copy {
    position: relative;
    top: auto;
    left: 0.25rem;
    width: min(calc(100% - 8px), 30rem);
    margin-top: clamp(2.5rem, 11vw, 3.25rem);
    transform: none;
  }

  .hero__copy h1 {
    max-width: none;
    font-size: clamp(2.15rem, 9.6vw, 3rem);
    line-height: 0.94;
    white-space: normal;
  }

  .hero__copy p { max-width: 31ch; margin-top: 0.8rem; font-size: 0.82rem; line-height: 1.38; }
  .desktop-break { display: none; }
  .wordmark { width: clamp(10rem, 47vw, 12.5rem); transform: none; }
  .subscribe-link {
    left: auto;
    min-width: 9.5rem;
    min-height: 2.25rem;
    padding: 0.42rem 0.75rem;
    font-size: 0.65rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* One pinned viewport owns the letter sequence, then hands the page back to normal scrolling. */
.scroll-story { position: relative; height: 1950svh; }
.story-viewport { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; }
.story-viewport .hero { position: absolute; inset: 0; height: 100%; min-height: 0; z-index: 2; }
.hero__envelope { transform-origin: 0 0; will-change: transform; }
.hero__copy, .site-header { will-change: opacity; }
.unboxing { position: absolute; inset: 0; z-index: 1; visibility: hidden; pointer-events: none; }
.unboxing__background { position: absolute; z-index: 0; inset: 0; background: url("assets/images/journey-london-background.png") center / cover no-repeat; }
.hero-envelope-back,
.hero-envelope-front { position: absolute; inset: 0; display: block; width: 100%; height: 100%; visibility: hidden; pointer-events: none; transform-origin: 0 0; will-change: transform; }
.hero-envelope-back { z-index: 1; }
.hero-envelope-front { z-index: 3; }
.hero-envelope-back__frame,
.hero-envelope-back__frame img,
.hero-envelope-front__frame,
.hero-envelope-front__frame img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.hero-envelope-back__frame,
.hero-envelope-front__frame { transform: translate(-1.14%, 3.51%) scale(.727); transform-origin: center; }
.hero-envelope-back__frame img,
.hero-envelope-front__frame img { object-fit: cover; object-position: center; }
.envelope-dock { position: absolute; z-index: 2; left: 50%; top: 0; width: min(58vw, 820px); height: 100%; pointer-events: none; }
.letter-sheet { position: absolute; z-index: 2; left: 0; top: 0; width: 100%; aspect-ratio: .95; color: #3a504e; will-change: transform; }
.letter-sheet__texture { position: absolute; width: 100%; height: 100%; inset: 0; filter: drop-shadow(0 3px 9px #56371f30); }
.letter-sheet__content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 8% 4%; text-align: center; }
.letter-icon { width: 39%; height: auto; flex-shrink: 0; }
.letter-sheet h2 { margin: 1% 0 3%; font-size: clamp(22px, 2.2vw, 34px); font-weight: 400; line-height: 1.15; }
.letter-sheet p { margin: 0; font-size: clamp(14px, 1.35vw, 21px); line-height: 1.35; }
.letter-rule { width: 15%; height: 1px; background: var(--terracotta); margin-top: 6%; }
.letter-art { width: 46%; height: 36%; flex: 0 0 36%; object-fit: contain; }
.soundtrack-art { width: 37%; height: auto; margin-bottom: 4%; }
@media (max-width: 760px) {
  .envelope-dock {
    width: 96vw;
  }
  .letter-sheet { left: 0; width: 100%; }
  .letter-sheet h2 { font-size: clamp(20px, 5.4vw, 30px); }
  .letter-sheet p { font-size: clamp(13px, 3.35vw, 18px); }
  .unboxing__background { background-position: center; }
}
@media (max-width: 1024px) {
  .hero-envelope-back__frame,
  .hero-envelope-front__frame { transform: translate(.2%, .85%) scale(.905); }
  .hero-envelope-back__frame img,
  .hero-envelope-front__frame img { transform: scale(1.08); transform-origin: top center; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-story { height: 1950svh; }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.package-overview {
  position: relative;
  isolation: isolate;
  min-height: min(72.79vw, 1070px);
  overflow: hidden;
  background: #fff9ee;
  color: #374742;
}

.package-overview-mobile { display: none; }

.package-overview__art {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("assets/images/package-contents-background-v2.png") center / cover no-repeat;
}

.package-callout {
  position: absolute;
  margin: 0;
  color: #374742;
}

.package-callout h3,
.package-callout p {
  margin: 0;
  font-weight: 400;
}

.package-callout h3 {
  color: #b64331;
  font-size: clamp(1.25rem, 2.14vw, 2.15rem);
  letter-spacing: -0.035em;
  line-height: 1.04;
  white-space: nowrap;
}

.package-callout p {
  margin-top: 0.55rem;
  font-size: clamp(0.85rem, 1.46vw, 1.47rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.callout-arrow {
  position: absolute;
  width: clamp(3.9rem, 6.25vw, 6.25rem);
  overflow: visible;
  fill: none;
  stroke: #b64331;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.package-callout--letter { top: 18.5%; left: 4.9%; }
.package-callout--letter .callout-arrow { top: 86%; left: 68%; }
.package-callout--portrait {
  top: 3.8%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.package-callout--portrait .callout-arrow { top: 102%; left: 0; }
.package-callout--print { top: 14.85%; right: 3.55%; text-align: center; }
.package-callout--print .callout-arrow { top: 100%; right: 15%; }
.package-callout--color { top: 44.15%; right: 1.6%; text-align: center; }
.package-callout--color .callout-arrow { top: 102%; right: 32%; }
.package-callout--stickers { top: 45.1%; left: 5.35%; }
.package-callout--stickers .callout-arrow { top: 85%; left: 64%; }
.package-callout--souvenir { top: 69.75%; left: 5.5%; }
.package-callout--souvenir .callout-arrow { top: 79%; left: 78%; }
.package-callout--soundtrack { top: 72.35%; right: 8.5%; }
.package-callout--soundtrack .callout-arrow { top: 83%; left: -19%; }

@media (max-width: 760px) {
  .package-overview {
    display: none;
  }

  .package-overview-mobile {
    display: block;
    overflow: hidden;
    padding: 1.6rem 1rem 2.4rem;
    background: #fff9ee;
    color: #314a4c;
  }

  .mobile-package__header { text-align: center; }

  .mobile-package__collage {
    position: relative;
    height: clamp(10.8rem, 54vw, 14rem);
    overflow: hidden;
    border-radius: 1.2rem;
    background: url("assets/images/package-contents-background-v2.png") 45% 43% / 135% auto no-repeat;
    box-shadow: 0 0.25rem 0.85rem rgba(74, 49, 30, 0.13);
  }

  .mobile-package__motto {
    position: absolute;
    top: 18%;
    right: 7%;
    color: #6c6259;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.8;
    text-align: left;
  }

  .mobile-package__motto span,
  .mobile-package__rule {
    display: block;
    width: 1.6rem;
    height: 1px;
    margin-top: 0.55rem;
    background: #60706d;
  }

  .mobile-package__header h2 {
    margin: 1.9rem 0 0;
    color: #b64331;
    font-size: clamp(2.1rem, 10.2vw, 2.7rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.97;
  }

  .mobile-package__rule { margin: 1rem auto 0.9rem; }

  .mobile-package__header > p {
    max-width: 22rem;
    margin: 0 auto;
    font-size: clamp(1.04rem, 4.8vw, 1.3rem);
    line-height: 1.18;
  }

  .mobile-package__list {
    display: grid;
    gap: 0.75rem;
    padding: 0;
    margin: 1.65rem 0 0;
    list-style: none;
  }

  .mobile-package__card {
    display: grid;
    grid-template-columns: 2.45rem 5.6rem minmax(0, 1fr);
    align-items: center;
    min-height: 7.45rem;
    padding: 0.72rem 0.65rem;
    border: 1px solid rgba(151, 111, 75, 0.14);
    border-radius: 1rem;
    background: rgba(255, 252, 246, 0.9);
    box-shadow: 0 0.32rem 0.75rem rgba(78, 52, 31, 0.11);
  }

  .mobile-package__number {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    background: #cf8b73;
    color: #fffaf2;
    font-size: 1.32rem;
  }

  .mobile-package__card > img,
  .mobile-package__note {
    display: block;
    width: 5.15rem;
    max-height: 5.5rem;
    object-fit: contain;
  }

  .mobile-package__note {
    height: 4.9rem;
    padding: 0.78rem 0.24rem;
    color: #4e5551;
    background: #f5e5ca;
    box-shadow: 0 0.16rem 0.4rem rgba(76, 50, 27, 0.14);
    font-size: 0.71rem;
    font-style: italic;
    line-height: 1.25;
    text-align: center;
    transform: rotate(-7deg);
  }

  .mobile-package__card > div { min-width: 0; }
  .mobile-package__card h3,
  .mobile-package__card p { margin: 0; font-weight: 400; }

  .mobile-package__card h3 {
    color: #b64331;
    font-size: clamp(1.3rem, 6.25vw, 1.68rem);
    letter-spacing: -0.045em;
    line-height: 1;
  }

  .mobile-package__card p {
    margin-top: 0.36rem;
    font-size: clamp(0.88rem, 4.2vw, 1.05rem);
    line-height: 1.13;
  }

  .mobile-package__card .mobile-package__soundtrack { width: 5.45rem; }

  .mobile-package__closing {
    margin: 2.15rem 0 0;
    color: #554d45;
    font-size: 1.06rem;
    font-style: italic;
    line-height: 1.25;
    text-align: center;
  }

  .mobile-package__closing em { font-size: 1.35rem; }
}

.about-story {
  overflow: hidden;
  background: #fffaf2;
  color: #183f46;
}

.about-story__canvas {
  position: relative;
  height: min(24.7vw, 26rem);
  isolation: isolate;
  overflow: hidden;
  background: url("assets/images/about-story-desktop.png") center -3rem / 100% auto no-repeat;
}

.about-story__lower {
  position: relative;
  min-height: min(55vw, 57rem);
  overflow: hidden;
  background: #fffaf2 url("assets/images/about-story-lower-desktop-v1.png") center -7rem / 100% auto no-repeat;
}

.about-story__portrait { display: none; }

@media (min-width: 761px) {
  .about-story__canvas { z-index: 1; }

  .about-story__lower {
    min-height: 0;
    aspect-ratio: 1672 / 941;
    margin-top: clamp(-2.5rem, -3.2vw, -1.5rem);
    background-position: center;
    background-size: 100% 100%;
  }
}

.about-manifesto {
  position: absolute;
  top: 8.8%;
  left: 50%;
  width: min(76%, 73rem);
  color: #fffaf2;
  text-align: center;
  transform: translateX(-50%);
}

.about-manifesto__label {
  margin: 0;
  font-size: clamp(0.65rem, 0.95vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.48em;
}

.about-manifesto__rule {
  display: block;
  width: 4.1rem;
  height: 1px;
  margin: clamp(0.8rem, 1.25vw, 1.25rem) auto clamp(1.4rem, 2.3vw, 2.3rem);
  background: #d4a36c;
}

.about-manifesto h2 {
  margin: 0;
  color: #fffaf2;
  font-size: clamp(2rem, 3.25vw, 3.42rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.about-manifesto h2 em,
.about-story__copy h3 em { color: #d67c5b; font-style: italic; }

.about-manifesto > p:last-child {
  margin: clamp(1.25rem, 1.7vw, 1.8rem) 0 0;
  color: #fffaf2;
  font-size: clamp(1rem, 1.43vw, 1.5rem);
  line-height: 1.3;
}

.about-scribble {
  position: absolute;
  top: 50%;
  left: 7.2%;
  margin: 0;
  color: #c6aa8b;
  font-size: clamp(1rem, 1.55vw, 1.65rem);
  font-style: italic;
  line-height: 1.05;
  text-align: center;
  transform: rotate(-8deg);
}

.about-stamp {
  position: absolute;
  top: 62%;
  right: 2%;
  width: min(15vw, 13.5rem);
  fill: none;
  stroke: #c6aa8b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.about-story__copy {
  position: absolute;
  top: 26%;
  left: 50.5%;
  color: #183f46;
}

.about-story__copy h3,
.about-story__copy p { margin: 0; font-weight: 400; }

.about-story__copy h3 {
  font-size: clamp(2.35rem, 3.45vw, 3.65rem);
  letter-spacing: -0.04em;
  line-height: 0.99;
}

.about-story__copy p {
  margin-top: clamp(1.45rem, 2.1vw, 2.2rem);
  font-size: clamp(1rem, 1.47vw, 1.54rem);
  letter-spacing: -0.02em;
  line-height: 1.23;
}

.about-story__copy p + p { margin-top: 1.05rem; }

@media (max-width: 760px) {
  .about-story__canvas {
    height: min(62.2vw, 15.2rem);
    background-image: url("assets/images/about-story-mobile.png");
    background-position: center -2.9rem;
    background-size: 100% auto;
  }

  .about-story__lower {
    min-height: min(280vw, 67rem);
    padding: 2.5rem 1.25rem 3.75rem;
    background-image: url("assets/images/about-story-mobile-background-v3.png");
    background-position: center bottom;
    background-size: 100% auto;
  }

  .about-story__lower::before {
    display: none;
  }

  .about-story__portrait {
    position: absolute;
    z-index: 1;
    top: 22rem;
    left: 50%;
    display: block;
    width: min(82%, 25rem);
    height: auto;
    border: 0.38rem solid #fffaf2;
    box-shadow: 0 0.8rem 1.6rem rgba(61, 42, 28, 0.2);
    transform: translateX(-50%);
  }

  .about-manifesto {
    top: clamp(1.75rem, 8vw, 2.7rem);
    width: calc(100% - 2.5rem);
  }

  .about-manifesto__label { font-size: 0.57rem; letter-spacing: 0.35em; }
  .about-manifesto__rule { width: 2.8rem; margin: 0.65rem auto 1.05rem; }
  .about-manifesto h2 { font-size: clamp(1.42rem, 6vw, 1.75rem); line-height: 1.07; }
  .about-manifesto > p:last-child { margin-top: 1rem; font-size: 0.78rem; line-height: 1.28; }
  .about-manifesto br { display: none; }
  .about-scribble, .about-stamp { display: none; }

  .about-story__copy {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    max-width: 32rem;
    margin: 0 auto;
    text-align: center;
  }

  .about-story__copy h3 { font-size: clamp(2rem, 10vw, 2.6rem); line-height: 1.02; }
  .about-story__copy p { margin-top: 1.25rem; font-size: 1.02rem; line-height: 1.32; }
  .about-story__copy p + p { margin-top: 1rem; }
  .about-story__copy br { display: none; }
}

.membership {
  overflow: hidden;
  color: #092640;
  background: #fffaf2;
}

.membership__pricing {
  position: relative;
  min-height: min(58vw, 60rem);
  padding: clamp(5rem, 7.2vw, 7.5rem) 1.25rem clamp(4rem, 6vw, 6.25rem);
  background: #fffaf2 url("assets/images/pricing-background-desktop-v1.png") center / cover no-repeat;
}

.membership__intro {
  max-width: 59rem;
  margin: 0 auto;
  text-align: center;
}

.membership__intro h2,
.faq__header h2 {
  margin: 0;
  font-size: clamp(2.75rem, 3.9vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.01;
}

.membership__intro h2 em { color: #c25745; font-style: italic; }

.membership__rule {
  display: block;
  width: 4rem;
  height: 1px;
  margin: clamp(1.45rem, 1.8vw, 1.9rem) auto;
  background: #d58c58;
}

.membership__intro > p,
.faq__header p {
  margin: 0;
  font-size: clamp(1.13rem, 1.55vw, 1.62rem);
  line-height: 1.27;
}

.membership__plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 27.5rem));
  justify-content: center;
  gap: clamp(2rem, 3vw, 3.25rem);
  margin: clamp(3.25rem, 4.2vw, 4.6rem) auto 0;
}

.plan-card {
  min-height: clamp(24rem, 28vw, 29rem);
  padding: clamp(1.8rem, 2.5vw, 2.55rem) clamp(1.55rem, 2.6vw, 2.65rem) 1.75rem;
  border: 1px solid rgba(128, 84, 52, 0.13);
  border-radius: 0.8rem;
  background: rgba(255, 252, 246, 0.88);
  box-shadow: 0 0.6rem 1.4rem rgba(75, 47, 29, 0.14);
  text-align: center;
}

.plan-card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: left;
}

.plan-card__head h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.1vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.plan-card__head p {
  margin: 0.36rem 0 0;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.plan-card__icon { flex: 0 0 auto; width: 4.1rem; height: 4.1rem; }
.plan-card__icon--world { object-fit: contain; }
.plan-card__icon--brazil rect { fill: #527b50; }
.plan-card__icon--brazil path:first-of-type { fill: #edc85d; }
.plan-card__icon--brazil circle { fill: #315a9a; }
.plan-card__icon--brazil path:last-of-type { fill: none; stroke: #fffaf2; stroke-width: 1.5; }

.plan-card__price {
  margin: clamp(1.35rem, 1.8vw, 1.9rem) 0 0;
  font-size: clamp(3.25rem, 4.4vw, 4.7rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.plan-card__price span { margin-left: 0.18rem; font-size: 0.52em; letter-spacing: -0.045em; }

.plan-card__rule {
  display: block;
  width: 2.6rem;
  height: 1px;
  margin: 1.45rem auto 1.2rem;
  background: #8ca4a1;
}

.plan-card__description {
  min-height: 4.2rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.38rem);
  line-height: 1.21;
}

.plan-card__button {
  width: 100%;
  margin-top: clamp(1.3rem, 1.8vw, 1.8rem);
  padding: 0.75rem 1rem 0.82rem;
  border: 1px solid rgba(24, 62, 44, 0.48);
  border-radius: 99px;
  background: #3e5c48;
  color: #fffaf2;
  font-size: clamp(1.25rem, 1.6vw, 1.7rem);
  letter-spacing: 0.015em;
  line-height: 1;
  transition: background-color 160ms ease, transform 160ms ease;
}

.plan-card__button:hover { background: #264837; transform: translateY(-2px); }
.plan-card__button span { margin-left: 0.35rem; }

.plan-card__note { margin: 1rem 0 0; font-size: clamp(0.82rem, 1vw, 1rem); }

.membership__faq {
  min-height: min(47vw, 49rem);
  padding: clamp(3rem, 4.5vw, 4.8rem) 1.25rem clamp(10.5rem, 14vw, 14.5rem);
  background: #fffaf2 url("assets/images/faq-background-desktop-v1.png") center bottom / cover no-repeat;
}

.faq__header { text-align: center; }
.faq__header h2 { font-size: clamp(2.35rem, 3.25vw, 3.6rem); }
.faq__header p { margin-top: 0.25rem; }

.faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 30.75rem));
  gap: 0.28rem clamp(1.5rem, 3vw, 2.9rem);
  justify-content: center;
  margin: clamp(1.45rem, 2.1vw, 2.2rem) auto 0;
}

.faq-item {
  border: 1px solid rgba(181, 112, 67, 0.3);
  border-radius: 0.45rem;
  background: rgba(255, 252, 246, 0.74);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.82rem;
  padding: 0.55rem 1.2rem;
  cursor: pointer;
  font-size: clamp(0.93rem, 1.24vw, 1.18rem);
  list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  width: 0.53rem;
  height: 0.53rem;
  margin-left: 1rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-0.16rem);
  transition: transform 160ms ease;
}
.faq-item[open] summary::after { transform: rotate(225deg) translateY(-0.16rem); }
.faq-item p { margin: 0; padding: 0 1.2rem 0.85rem; font-size: 0.92rem; line-height: 1.35; }

.membership__signoff {
  margin: clamp(1.7rem, 3vw, 3.1rem) auto 0;
  color: #60726a;
  font-size: clamp(1.15rem, 1.6vw, 1.65rem);
  font-style: italic;
  line-height: 0.97;
  text-align: center;
  transform: rotate(-5deg);
}

.membership__signoff em { color: #c25745; }

@media (max-width: 760px) {
  .membership__pricing {
    min-height: 0;
    padding: 4.25rem 1.25rem 4rem;
    background-image: url("assets/images/pricing-background-desktop-v1.png");
    background-color: #fffaf2;
    background-position: center top;
    background-size: cover;
  }

  .membership__intro h2 { font-size: clamp(2.2rem, 10vw, 3rem); line-height: 1.02; }
  .membership__intro h2 br,
  .membership__intro > p br { display: none; }
  .membership__intro > p { font-size: 1.07rem; }
  .membership__rule { margin: 1.25rem auto; }

  .membership__plans { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2.7rem; }
  .plan-card { min-height: 0; padding: 2rem 1.25rem 1.5rem; }
  .plan-card__head h3 { font-size: 2rem; }
  .plan-card__price { font-size: clamp(3.35rem, 16vw, 4.2rem); }
  .plan-card__description { min-height: 0; font-size: 1.14rem; }
  .plan-card__description br { display: none; }
  .plan-card__button { padding-block: 0.83rem; font-size: 1.35rem; }

  .membership__faq {
    min-height: min(257vw, 62.7rem);
    padding: 3.5rem 1.25rem min(76vw, 18.5rem);
    background-image: url("assets/images/faq-background-mobile-v1.png");
    background-position: center bottom;
    background-size: cover;
  }

  .faq__header h2 { font-size: clamp(2.05rem, 9.4vw, 2.7rem); }
  .faq__header p { font-size: 1.05rem; }
  .faq__grid { grid-template-columns: 1fr; gap: 0.4rem; margin-top: 1.55rem; }
  .faq-item summary { min-height: 3.25rem; padding: 0.6rem 1rem; font-size: 1rem; }
  .faq-item p { padding: 0 1rem 0.9rem; font-size: 0.93rem; }
  .membership__signoff { margin-top: 2.25rem; font-size: 1.25rem; }
}

.site-footer {
  padding: 1.75rem 1.25rem 2rem;
  background: #2c4054;
  color: #d9e3e8;
  text-align: center;
}

.site-footer p { margin: 0; }

.site-footer__signoff {
  color: #e9f0ed;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-style: italic;
}

.site-footer__tagline {
  margin-top: 0.55rem !important;
  color: #9eb2c4;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.7rem, 0.8vw, 0.8rem);
}

.site-footer__links {
  display: flex;
  justify-content: center;
  gap: 1.35rem;
  margin-top: 1rem;
}

.site-footer__links a {
  color: #bdcad3;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.68rem, 0.77vw, 0.77rem);
}

.site-footer__links a:hover { color: #fffaf2; }
