/* Spacious editorial layout refresh */
:root {
  --layout-wide: 1180px;
  --layout-reading: 760px;
  --space-section: clamp(88px, 8vw, 120px);
  --space-section-mobile: 72px;
  --gap-grid: clamp(20px, 2vw, 28px);
  --radius-card: 20px;
  --shadow-soft: 0 16px 42px rgba(72, 44, 72, 0.07);
}

.container {
  width: min(var(--layout-wide), calc(100% - 64px));
}

.home-page .hero-editorial .hero-grid,
.site-footer .container {
  width: min(var(--layout-wide), calc(100% - 64px));
}

.section {
  padding: var(--space-section) 0;
}

.section-heading {
  gap: 48px;
  margin-bottom: 48px;
}

.section-heading > div {
  max-width: 780px;
}

.section-heading h2,
.content-block h2 {
  font-size: clamp(32px, 2.8vw, 42px);
  line-height: 1.12;
}

.section-heading p {
  max-width: 650px;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}

.section-kicker {
  margin-bottom: 14px;
  font-size: 11px;
}

.view-link {
  font-size: 14px;
  line-height: 1.5;
}

.location-grid,
.feature-grid,
.safety-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap-grid);
}

.info-card {
  padding: 34px 28px;
  text-align: left;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.info-card i {
  margin-bottom: 20px;
  font-size: 30px;
}

.info-card h3 {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.35;
}

.info-card p {
  font-size: 14px;
  line-height: 1.75;
}

.story-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(52px, 6vw, 88px);
}

.content-block p {
  font-size: 17px;
  line-height: 1.85;
}

.quality-card {
  grid-template-columns: 180px 1fr;
  gap: 30px;
  padding: 30px;
  border-radius: 22px;
}

.quality-card img {
  width: 180px;
  height: 230px;
  border-radius: 16px;
}

.london-difference {
  overflow: hidden;
}

.difference-stack {
  display: grid;
  gap: clamp(72px, 8vw, 112px);
}

.difference-row {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: clamp(54px, 7vw, 96px);
}

.difference-row-reverse .difference-media {
  order: 2;
}

.difference-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 28px;
  background: #eadfe5;
  box-shadow: 0 24px 58px rgba(70, 39, 57, 0.12);
}

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

.difference-copy {
  max-width: 540px;
}

.difference-copy h2,
.difference-copy h3 {
  margin: 0 0 24px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 2.8vw, 42px);
  line-height: 1.12;
}

.difference-copy h3 {
  font-size: clamp(30px, 2.5vw, 38px);
}

.difference-copy p {
  margin: 0 0 18px;
  color: #5e565d;
  font-size: 16px;
  line-height: 1.82;
}

.difference-points {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 24px;
  margin: 28px 0 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid #e5d6de;
}

.difference-points li {
  color: #513a48;
  font-size: 12px;
  font-weight: 800;
}

.difference-points i {
  margin-right: 8px;
  color: var(--pink);
}

.difference-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--pink-dark);
  font-size: 13px;
  font-weight: 800;
}

.difference-link i {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.difference-link:hover i {
  transform: translateX(4px);
}

.check-list {
  gap: 16px;
  font-size: 14px;
  line-height: 1.55;
}

.steps {
  gap: var(--gap-grid);
}

.step {
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: start;
  padding: 30px 28px;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.step-num {
  width: 50px;
  height: 50px;
}

.step h3 {
  font-size: 17px;
  line-height: 1.35;
}

.step p,
.home-page .step p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.75;
}

.safety-wrap {
  padding: clamp(38px, 4vw, 58px);
  border-radius: 26px;
}

.safety-wrap h2 {
  margin-bottom: 38px;
  font-size: clamp(31px, 2.6vw, 38px);
  line-height: 1.15;
}

.article-grid {
  gap: var(--gap-grid);
}

.article-card {
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.article-card-body {
  padding: 32px;
}

.article-card h2 {
  font-size: 24px;
  line-height: 1.25;
}

.article-card p {
  font-size: 15px;
  line-height: 1.75;
}

.blog-index-page .article-card img {
  object-position: center 18%;
}

.faq-list {
  max-width: 900px;
  margin-inline: auto;
  gap: 14px;
}

.faq-item {
  border-radius: 14px;
}

.faq-question {
  min-height: 64px;
  padding: 19px 22px;
  font-size: 16px;
  line-height: 1.45;
}

.faq-answer {
  padding-inline: 22px;
  font-size: 15px;
  line-height: 1.8;
}

.faq-item.open .faq-answer {
  padding-bottom: 22px;
}

.final-cta {
  margin-top: 0;
  padding: clamp(44px, 5vw, 68px);
  gap: 48px;
  border-radius: 0;
}

.final-cta h2 {
  font-size: clamp(32px, 2.8vw, 40px);
  line-height: 1.12;
}

.final-cta p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.curated-members {
  padding: var(--space-section) 0;
}

.home-page #profiles {
  padding-bottom: 0;
}

.home-page #areas {
  padding-top: 88px;
}

.editorial-heading {
  margin-bottom: 50px;
}

.editorial-heading h2 {
  font-size: clamp(36px, 3.4vw, 48px);
  line-height: 1.08;
}

.editorial-heading p {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.8;
}

.member-showcase {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  grid-template-rows: repeat(3, minmax(176px, auto)) auto;
  gap: 24px;
}

.member-lead {
  grid-column: 1;
  grid-row: 1 / 4;
  min-height: 600px;
  border-radius: 26px;
}

.member-showcase > .member-slice:nth-child(2),
.member-showcase > .member-slice:nth-child(3),
.member-showcase > .member-slice:nth-child(4) {
  grid-column: 2;
  grid-row: auto;
}

.home-page .member-slice,
.home-page .member-showcase > .member-slice:nth-child(3) {
  grid-template-columns: 140px minmax(0, 1fr) 42px;
  gap: 22px;
  padding: 18px;
  border-radius: 20px;
}

.home-page .member-slice img,
.home-page .member-showcase > .member-slice:nth-child(3) img {
  width: 140px;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
}

.member-slice h3 {
  margin: 7px 0 9px;
  font-size: 24px;
}

.home-page .member-slice p {
  font-size: 13px;
  line-height: 1.7;
}

.member-slice > a,
.member-showcase > .member-slice:nth-child(3) > a {
  display: grid;
  width: 42px;
  height: 42px;
}

.member-editor-note {
  grid-column: 1 / -1;
  grid-row: auto;
  min-height: 0;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 48px;
  border-radius: 22px;
}

.member-editor-note > span,
.member-editor-note h3,
.member-editor-note p {
  grid-column: 1;
}

.member-editor-note h3 {
  font-size: 28px;
}

.member-editor-note p {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.75;
}

.member-editor-note .btn {
  grid-column: 2;
  grid-row: 1 / 4;
  min-height: 52px;
  padding-inline: 24px;
  font-size: 13px;
}

.page-hero {
  padding: clamp(96px, 9vw, 138px) 0;
}

.page-hero p {
  font-size: 17px;
  line-height: 1.8;
}

.page-hero h1 {
  font-size: clamp(38px, 4vw, 52px);
}

.subpage {
  padding: var(--space-section) 0;
}

.two-col {
  gap: clamp(52px, 6vw, 84px);
}

.contact-grid {
  gap: clamp(32px, 4vw, 56px);
}

.text-card,
.contact-card,
.legal-card {
  padding: clamp(32px, 4vw, 48px);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}

.legal-wrap {
  gap: 28px;
}

.legal-card p,
.legal-card li {
  font-size: 16px;
  line-height: 1.8;
}

.article-header {
  padding: clamp(86px, 8vw, 120px) 0 48px;
}

.article-header h1 {
  font-size: clamp(40px, 4.3vw, 54px);
  line-height: 1.08;
}

.article-body {
  width: min(var(--layout-reading), calc(100% - 64px));
  padding: 26px 0 100px;
}

.article-body h2 {
  margin-top: 58px;
  font-size: 30px;
  line-height: 1.25;
}

.article-body h3 {
  margin-top: 38px;
  font-size: 19px;
}

.article-body p,
.article-body li {
  font-size: 17px;
  line-height: 1.9;
}

.article-callout {
  margin: 38px 0;
  padding: 28px 30px;
}

.scene-page .container {
  width: min(var(--layout-wide), calc(100% - 64px));
}

.scene-page {
  background: #fff;
}

.scene-page .site-shell {
  width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-footer .footer-grid {
  grid-template-columns: minmax(270px, 1.65fr) repeat(4, minmax(100px, 1fr));
}

.scene-profiles,
.scene-index,
.scene-perspectives,
.scene-date-ideas,
.scene-messages,
.scene-before-date,
.scene-page #scene-faq {
  padding: var(--space-section) 0;
}

.scene-heading {
  gap: 72px;
  margin-bottom: 52px;
}

.scene-hero h1 {
  font-size: clamp(52px, 4.5vw, 70px);
}

.scene-heading h2,
.scene-before-date h2,
.scene-final h2 {
  font-size: clamp(34px, 3.4vw, 48px);
}

.scene-heading > p,
.scene-before-date p {
  font-size: 15px;
  line-height: 1.8;
}

.scene-profile-grid,
.scene-card-grid,
.message-grid {
  gap: 24px;
}

.scene-profile-body {
  padding: 25px;
}

.scene-profile-body p,
.scene-card > p,
.date-format-card p,
.before-date-list p {
  font-size: 13px;
  line-height: 1.75;
}

.scene-card,
.message-card,
.date-format-card {
  padding: 32px;
  border-radius: 22px;
}

.scene-card h3,
.date-format-card h3 {
  font-size: 25px;
}

.perspective-grid {
  gap: 28px;
}

.perspective-card {
  padding: 48px;
  border-radius: 26px;
}

.perspective-card h3 {
  font-size: 32px;
}

.perspective-card li {
  font-size: 14px;
  line-height: 1.75;
}

.before-date-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(64px, 7vw, 96px);
  align-items: start;
}

.before-date-grid > div {
  max-width: 450px;
  padding-top: 10px;
}

.scene-before-date h2 {
  max-width: 440px;
}

.scene-before-date p {
  max-width: 420px;
  margin: 24px 0 0;
}

.before-date-list {
  counter-reset: confirmation;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9c5d0;
}

.before-date-list li {
  counter-increment: confirmation;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid #d9c5d0;
  color: #6f6169;
  font-size: 14px;
  line-height: 1.65;
}

.before-date-list li::before {
  content: "0" counter(confirmation);
  color: var(--pink-dark);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 27px;
  line-height: 1;
}

.before-date-list li > span {
  color: #6f6169;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.before-date-list strong {
  display: block;
  margin-bottom: 3px;
  color: #3f2c38;
  font-size: 14px;
}

.scene-final-card {
  padding: 58px 64px;
}

.scene-messages .message-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.scene-messages .message-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
  gap: 34px;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
}

.scene-messages .message-card > span {
  padding-top: 6px;
  font-size: 9px;
}

.scene-messages .message-card blockquote {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.72;
}

.scene-messages .message-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.scene-messages .message-card p::before {
  content: "Why it works";
  display: block;
  margin-bottom: 7px;
  color: #ee91bb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scene-messages .message-rule {
  margin-top: 26px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.scene-page #scene-faq {
  padding-bottom: 48px;
}

.scene-page .scene-final {
  padding-top: 0;
}

.home-page .hero-editorial .hero-content {
  text-align: center;
}

.home-page .hero-editorial h1.hero-title-long {
  font-size: clamp(38px, 9.8vw, 46px);
  line-height: 1;
}

.home-page .hero-editorial .hero-copy {
  margin-inline: auto;
}

.home-page .hero-editorial .hero-actions {
  display: flex;
  justify-content: center;
}

.home-page .hero-editorial .hero-actions .btn {
  width: min(100%, 250px);
}

.home-page .hero-editorial .trust-row {
  justify-content: center;
  margin-inline: auto;
}

.final-cta-section {
  padding: 24px 0 0;
}

.final-cta-section .final-cta {
  width: 100%;
  max-width: none;
  padding-right: max(32px, calc((100vw - var(--layout-wide)) / 2));
  padding-left: max(32px, calc((100vw - var(--layout-wide)) / 2));
}

.article-body > .final-cta {
  width: 100vw;
  max-width: none;
  margin: 48px 0 0 calc(50% - 50vw);
  padding-right: max(32px, calc((100vw - var(--layout-reading)) / 2));
  padding-left: max(32px, calc((100vw - var(--layout-reading)) / 2));
  border-radius: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(207, 63, 131, 0.45);
  outline-offset: 4px;
}

.btn,
.icon-btn,
.faq-question,
.menu-toggle,
.mobile-join-bar {
  touch-action: manipulation;
}

@media (max-width: 1050px) {
  .container,
  .scene-page .container,
  .home-page .hero-editorial .hero-grid,
  .site-footer .container {
    width: min(var(--layout-wide), calc(100% - 48px));
  }

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

  .member-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .home-page .member-slice,
  .home-page .member-showcase > .member-slice:nth-child(3) {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .home-page .member-slice img,
  .home-page .member-showcase > .member-slice:nth-child(3) img {
    width: 112px;
  }

  .member-slice > a,
  .member-showcase > .member-slice:nth-child(3) > a {
    display: none;
  }

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

  .site-footer .footer-about {
    grid-column: span 3;
  }
}

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

  .container,
  .scene-page .container,
  .home-page .hero-editorial .hero-grid,
  .site-footer .container {
    width: min(100% - 40px, var(--layout-wide));
  }

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

  .site-footer .footer-about {
    grid-column: span 2;
  }

  .home-page main > .section,
  .section,
  .curated-members,
  .subpage,
  .scene-profiles,
  .scene-index,
  .scene-perspectives,
  .scene-date-ideas,
  .scene-messages,
  .scene-before-date,
  .scene-page #scene-faq {
    padding: var(--space-section-mobile) 0;
  }

  .section-heading,
  .editorial-heading {
    gap: 18px;
    margin-bottom: 36px;
  }

  .section-heading h2,
  .content-block h2,
  .editorial-heading h2 {
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.12;
  }

  .section-heading p,
  .editorial-heading p {
    font-size: 15px;
    line-height: 1.8;
  }

  .section-kicker {
    font-size: 10px;
    line-height: 1.5;
  }

  .location-grid,
  .feature-grid,
  .safety-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .info-card {
    padding: 30px 26px;
  }

  .info-card h3 {
    font-size: 18px;
  }

  .info-card p {
    font-size: 15px;
    line-height: 1.75;
  }

  .story-grid,
  .two-col,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .content-block p {
    font-size: 16px;
    line-height: 1.85;
  }

  .quality-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .quality-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .difference-stack {
    gap: 58px;
  }

  .difference-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .difference-row-reverse .difference-media {
    order: 0;
  }

  .difference-media {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

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

  .difference-copy h2,
  .difference-copy h3 {
    margin-bottom: 20px;
    font-size: clamp(29px, 8vw, 35px);
  }

  .difference-copy p {
    font-size: 15px;
    line-height: 1.78;
  }

  .difference-points {
    display: grid;
    gap: 12px;
  }

  .steps {
    gap: 18px;
  }

  .step {
    grid-template-columns: 50px 1fr;
    padding: 26px 22px;
  }

  .step h3 {
    font-size: 17px;
  }

  .step p,
  .home-page .step p {
    font-size: 14px;
  }

  .safety-wrap {
    padding: 30px 20px;
  }

  .safety-wrap h2 {
    margin-bottom: 30px;
    font-size: 29px;
  }

  .article-grid {
    gap: 22px;
  }

  .article-card-body {
    padding: 28px 24px;
  }

  .article-card h2 {
    font-size: 23px;
  }

  .article-card p {
    font-size: 15px;
  }

  .faq-question {
    min-height: 68px;
    padding: 19px 18px;
    font-size: 15px;
  }

  .faq-answer {
    padding-inline: 18px;
    font-size: 15px;
  }

  .final-cta {
    padding: 40px 26px;
  }

  .final-cta h2 {
    font-size: 30px;
  }

  .final-cta p {
    font-size: 15px;
  }

  .member-showcase {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 20px;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .member-showcase > * {
    min-height: 0;
    scroll-snap-align: none;
  }

  .member-lead {
    grid-column: 1;
    grid-row: auto;
    height: 480px;
    min-height: 0;
    border-radius: 22px;
  }

  .member-showcase > .member-slice:nth-child(2),
  .member-showcase > .member-slice:nth-child(3),
  .member-showcase > .member-slice:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }

  .home-page .member-slice,
  .home-page .member-showcase > .member-slice:nth-child(3) {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
  }

  .home-page .member-slice img,
  .home-page .member-showcase > .member-slice:nth-child(3) img {
    width: 118px;
    height: 148px;
    aspect-ratio: auto;
    border-radius: 13px;
  }

  .member-slice > div {
    padding: 0;
  }

  .member-slice h3 {
    font-size: 22px;
  }

  .home-page .member-slice p {
    font-size: 13px;
  }

  .member-slice > a,
  .member-showcase > .member-slice:nth-child(3) > a {
    display: none;
  }

  .member-editor-note {
    grid-column: 1;
    display: block;
    padding: 30px 26px;
  }

  .home-page .member-editor-note {
    margin-top: 44px;
  }

  .home-page #areas {
    padding-top: 64px;
  }

  .member-editor-note h3 {
    font-size: 28px;
  }

  .member-editor-note p {
    font-size: 14px;
    line-height: 1.75;
  }

  .member-editor-note .btn {
    width: 100%;
    margin-top: 22px;
  }

  .page-hero {
    padding: 82px 0;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .page-hero p {
    font-size: 16px;
  }

  .text-card,
  .contact-card,
  .legal-card {
    padding: 30px 24px;
  }

  .article-header {
    padding: 72px 0 38px;
  }

  .article-body {
    width: min(100% - 40px, var(--layout-reading));
    padding-bottom: 80px;
  }

  .article-body h2 {
    margin-top: 48px;
    font-size: 27px;
  }

  .article-body p,
  .article-body li {
    font-size: 16px;
    line-height: 1.85;
  }

  .scene-heading {
    margin-bottom: 38px;
  }

  .scene-hero h1 {
    font-size: 42px;
  }

  .scene-heading h2,
  .scene-before-date h2,
  .scene-final h2 {
    font-size: 34px;
  }

  .scene-heading > p,
  .scene-before-date p,
  .scene-profile-body p,
  .scene-card > p,
  .date-format-card p,
  .before-date-list p {
    font-size: 14px;
  }

  .scene-profile-grid,
  .scene-card-grid,
  .perspective-grid,
  .message-grid {
    gap: 20px;
  }

  .scene-profile-body {
    padding: 22px;
  }

  .scene-card,
  .message-card,
  .date-format-card {
    padding: 28px 24px;
  }

  .perspective-card {
    padding: 36px 28px;
  }

  .perspective-card li {
    font-size: 14px;
  }

  .before-date-grid {
    gap: 38px;
  }

  .before-date-grid > div {
    max-width: none;
    padding-top: 0;
  }

  .before-date-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
    font-size: 14px;
  }

  .before-date-list li::before {
    font-size: 24px;
  }

  .scene-messages .message-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 0;
  }

  .scene-messages .message-card > span {
    padding-top: 0;
  }

  .scene-messages .message-card blockquote {
    font-size: 16px;
  }

  .scene-messages .message-card p {
    font-size: 13px;
  }

  .scene-messages .message-rule {
    margin-top: 22px;
    padding: 17px 18px;
    font-size: 11px;
  }

  .scene-page #scene-faq {
    padding-bottom: 40px;
  }

  .scene-final-card {
    padding: 42px 28px;
  }

  .home-page main > .final-cta-section {
    padding: 24px 0 0;
  }

  .final-cta-section .final-cta {
    padding: 44px 20px;
  }

  .article-body > .final-cta {
    margin-top: 32px;
    padding: 44px 20px;
  }

}

@media (max-width: 430px) {
  .container,
  .scene-page .container,
  .home-page .hero-editorial .hero-grid,
  .site-footer .container {
    width: calc(100% - 32px);
  }

  .home-page .hero-editorial,
  .home-page .hero-editorial .hero-grid {
    height: calc(100svh - 68px);
    min-height: 620px;
  }

  .home-page .hero-editorial .hero-content {
    width: 100%;
    margin: 0;
    padding-bottom: 38px;
  }

  .home-page .hero-editorial .hero-actions {
    display: flex;
    gap: 14px;
  }

  .home-page .hero-editorial .trust-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 18px;
    font-size: 10px;
  }

  .member-lead {
    height: 430px;
  }

  .home-page .member-slice,
  .home-page .member-showcase > .member-slice:nth-child(3) {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 15px;
  }

  .home-page .member-slice img,
  .home-page .member-showcase > .member-slice:nth-child(3) img {
    width: 104px;
    height: 136px;
  }
}

@media (min-width: 781px) {
  body {
    --site-header-height: 92px;
    --home-header-height: 92px;
  }

  .site-header .nav-wrap,
  .home-page .site-header .nav-wrap {
    width: min(var(--layout-wide), calc(100% - 64px));
    height: var(--site-header-height);
  }

  .site-header .brand,
  .home-page .site-header .brand {
    gap: 12px;
    font-size: 22px;
  }

  .site-header .brand > small,
  .home-page .site-header .brand > small {
    margin-left: -12px;
  }

  .site-header .brand-mark,
  .home-page .site-header .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .site-header .brand-mark i,
  .home-page .site-header .brand-mark i {
    font-size: 18px;
  }

  .site-header .nav-links,
  .home-page .site-header .nav-links {
    gap: 36px;
    margin-right: 28px;
    font-size: 14px;
  }

  .site-header .header-cta,
  .home-page .site-header .header-cta {
    min-width: 132px;
    min-height: 50px;
    padding-inline: 22px;
    font-size: 15px;
  }

  .home-page .hero-editorial {
    height: calc(100svh - var(--site-header-height));
    min-height: 680px;
    max-height: none;
  }

  .home-page .hero-editorial .hero-grid {
    height: 100%;
    min-height: 0;
  }

  .home-page .hero-editorial .hero-portrait {
    position: absolute;
    inset: 0 auto 0 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
  }

  .home-page .hero-editorial .hero-portrait picture {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .home-page .hero-editorial .hero-portrait img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
    transform: none;
  }

  .home-page .hero-editorial .hero-content {
    width: min(560px, 50%);
    text-align: left;
  }

  .home-page .hero-editorial .eyebrow {
    gap: 9px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .home-page .hero-editorial h1 {
    margin: 32px 0 26px;
    font-size: clamp(56px, 4vw, 70px);
    line-height: 1.02;
  }

  .home-page .hero-editorial h1.hero-title-long {
    font-size: clamp(47px, 3.45vw, 58px);
    line-height: 1.01;
  }

  .home-page .hero-editorial .hero-copy {
    max-width: 470px;
    margin-inline: 0;
    font-size: 16px;
    line-height: 1.82;
  }

  .home-page .hero-editorial .hero-actions {
    grid-template-columns: 250px auto;
    justify-content: flex-start;
    gap: 36px;
    margin: 34px 0 38px;
  }

  .home-page .hero-editorial .hero-actions .btn {
    min-height: 56px;
    font-size: 15px;
  }

  .home-page .hero-editorial .hero-text-link {
    font-size: 15px;
  }

  .home-page .hero-editorial .trust-row {
    width: min(540px, 100%);
    justify-content: space-between;
    margin-inline: 0;
    gap: 18px;
    padding-top: 26px;
    font-size: 12px;
  }

  #faq .section-heading,
  .scene-page #scene-faq .scene-heading {
    display: block;
    margin-bottom: 52px;
    text-align: center;
  }

  #faq .section-heading > div,
  .scene-page #scene-faq .scene-heading > div {
    max-width: 780px;
    margin-inline: auto;
  }

  #faq .section-heading p {
    margin-inline: auto;
  }

  .home-page .member-editor-note {
    width: 100vw;
    max-width: none;
    margin-top: 72px;
    margin-left: calc(50% - 50vw);
    padding-right: max(32px, calc((100vw - var(--layout-wide)) / 2));
    padding-left: max(32px, calc((100vw - var(--layout-wide)) / 2));
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
