.logo {
  text-decoration: none;
}

.nav-links a.active,
.mobile-menu a.active {
  color: var(--deep);
}

.nav-links a.active:not(.nav-cta) {
  position: relative;
}

.nav-links a.active:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 2px;
  border-radius: 999px;
  background: var(--amber);
}

.home-directory {
  background:
    radial-gradient(circle at top right, rgba(200, 133, 74, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 232, 217, 0.78));
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.35rem;
  margin-top: 3rem;
}

.destination-card {
  display: block;
  text-decoration: none;
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.7rem;
  color: var(--deep);
  min-height: 220px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.destination-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 133, 74, 0.18), transparent 70%);
}

.destination-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(28, 21, 16, 0.1);
  border-color: rgba(200, 133, 74, 0.36);
}

.destination-card:nth-child(2n) {
  background: linear-gradient(180deg, #fff, #f8f0e5);
}

.destination-card:nth-child(3n) {
  background: linear-gradient(180deg, #fffaf5, #f5efe9);
}

.destination-card__eyebrow {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(200, 133, 74, 0.12);
  color: var(--amber);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.destination-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  margin-bottom: 0.7rem;
}

.destination-card p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 28ch;
}

.destination-card strong {
  position: absolute;
  left: 1.7rem;
  bottom: 1.6rem;
  font-size: 0.9rem;
  color: var(--amber);
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.4rem;
  color: var(--amber);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.section-link:hover {
  color: var(--rose);
}

.page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(200, 133, 74, 0.1), transparent 22%),
    linear-gradient(180deg, #fbf7f1 0%, #f7efe3 100%);
}

.page-shell--contrast {
  background:
    radial-gradient(circle at top right, rgba(122, 158, 126, 0.12), transparent 22%),
    linear-gradient(180deg, #1c1510 0%, #281c14 100%);
  color: var(--cream);
}

.page-shell--faq {
  background:
    radial-gradient(circle at top right, rgba(200, 133, 74, 0.08), transparent 26%),
    linear-gradient(180deg, #fbf7f1 0%, #f7efe3 100%);
}

.page-hero {
  padding: 8.5rem 5% 4rem;
}

.page-hero__wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
  gap: 2rem;
  align-items: stretch;
}

.page-hero__main,
.page-hero__aside {
  border-radius: 30px;
  border: 1px solid var(--border);
  overflow: hidden;
}

.page-hero__main {
  padding: 3rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 238, 223, 0.94));
}

.page-shell--contrast .page-hero__main,
.page-shell--contrast .page-hero__aside {
  border-color: rgba(250, 246, 239, 0.12);
}

.page-shell--contrast .page-hero__main {
  background:
    linear-gradient(145deg, rgba(49, 35, 25, 0.96), rgba(28, 21, 16, 0.95));
}

.page-hero__aside {
  padding: 2.2rem;
  background:
    linear-gradient(180deg, rgba(200, 133, 74, 0.14), rgba(255, 255, 255, 0.92));
}

.page-shell--contrast .page-hero__aside {
  background:
    linear-gradient(180deg, rgba(200, 133, 74, 0.2), rgba(50, 36, 26, 0.96));
}

.page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.38rem 0.9rem;
  border-radius: 999px;
  background: rgba(200, 133, 74, 0.14);
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-shell--contrast .page-eyebrow {
  background: rgba(200, 133, 74, 0.16);
  color: var(--amber-light);
}

.page-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin-bottom: 1.2rem;
}

.page-shell--contrast .page-title {
  color: var(--cream);
}

.page-lede {
  font-size: 1.06rem;
  line-height: 1.9;
  max-width: 58ch;
  color: var(--muted);
}

.page-shell--contrast .page-lede {
  color: rgba(250, 246, 239, 0.74);
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.page-metric-list,
.signal-grid,
.story-grid,
.feature-grid,
.legal-grid,
.values-grid,
.faq-category-grid {
  display: grid;
  gap: 1.2rem;
}

.page-metric-list {
  margin-top: 1.6rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.page-metric {
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.page-shell--contrast .page-metric {
  border-top-color: rgba(250, 246, 239, 0.12);
}

.page-metric strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}

.page-metric span {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.page-shell--contrast .page-metric span {
  color: rgba(250, 246, 239, 0.66);
}

.page-aside-title {
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  margin-bottom: 1rem;
}

.page-aside-copy {
  color: var(--muted);
  line-height: 1.8;
}

.page-shell--contrast .page-aside-copy {
  color: rgba(250, 246, 239, 0.72);
}

.quote-card,
.signal-card,
.story-card,
.feature-card,
.legal-card,
.value-card,
.faq-category,
.rule-card,
.format-card,
.membership-band {
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.88);
}

.page-shell--contrast .quote-card,
.page-shell--contrast .signal-card,
.page-shell--contrast .story-card,
.page-shell--contrast .feature-card,
.page-shell--contrast .legal-card,
.page-shell--contrast .value-card,
.page-shell--contrast .faq-category,
.page-shell--contrast .rule-card,
.page-shell--contrast .format-card,
.page-shell--contrast .membership-band {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(250, 246, 239, 0.12);
}

.quote-card,
.story-card,
.feature-card,
.legal-card,
.value-card,
.faq-category,
.rule-card,
.format-card {
  padding: 1.7rem;
}

.quote-card {
  margin-top: 1.6rem;
}

.quote-card blockquote {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  line-height: 1.55;
}

.quote-card cite {
  display: block;
  margin-top: 1rem;
  color: var(--amber);
  font-style: normal;
}

.page-section {
  padding: 1.5rem 5% 5rem;
}

.page-section__wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.page-section__head {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  align-items: end;
  margin-bottom: 2rem;
}

.page-section__head h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.page-section__head p {
  max-width: 54ch;
  color: var(--muted);
  line-height: 1.8;
}

.page-shell--contrast .page-section__head p {
  color: rgba(250, 246, 239, 0.72);
}

.story-grid,
.feature-grid,
.values-grid,
.signal-grid,
.faq-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.story-card h3,
.feature-card h3,
.value-card h3,
.faq-category h3,
.format-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.story-card p,
.feature-card p,
.value-card p,
.faq-category p,
.legal-card p,
.rule-card p,
.format-card p {
  color: var(--muted);
  line-height: 1.8;
}

.page-shell--contrast .story-card p,
.page-shell--contrast .feature-card p,
.page-shell--contrast .value-card p,
.page-shell--contrast .faq-category p,
.page-shell--contrast .legal-card p,
.page-shell--contrast .rule-card p,
.page-shell--contrast .format-card p {
  color: rgba(250, 246, 239, 0.72);
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.9);
}

.timeline-item strong {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  color: var(--amber);
}

.timeline-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.timeline-item p {
  color: var(--muted);
  line-height: 1.8;
}

.signal-card,
.membership-band {
  padding: 1.5rem;
}

.signal-card strong {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--amber);
  margin-bottom: 0.7rem;
}

.signal-card p {
  color: var(--muted);
  line-height: 1.75;
}

.page-shell--contrast .signal-card p {
  color: rgba(250, 246, 239, 0.72);
}

.sessions-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.page-shell--how .page-hero {
  padding: 9.5rem 5% 4.75rem;
}

.page-shell--how .page-hero__wrap {
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  gap: 2.4rem;
  align-items: start;
}

.page-shell--how .page-hero__main {
  padding: 3.4rem 3.25rem 3rem;
}

.page-shell--how .page-title {
  max-width: 10ch;
  font-size: clamp(2.8rem, 4.6vw, 4.4rem);
  line-height: 1.02;
}

.page-hero__aside--how {
  padding: 2.35rem 2.15rem;
}

.how-hero-points {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.how-hero-point {
  padding-top: 1rem;
  border-top: 1px solid rgba(250, 246, 239, 0.12);
}

.how-hero-point:first-child {
  padding-top: 0;
  border-top: none;
}

.how-hero-point strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--amber-light);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.how-hero-point p {
  color: rgba(250, 246, 239, 0.76);
  line-height: 1.78;
}

.guided-process {
  padding-top: 2.25rem;
  padding-bottom: 6rem;
  background: linear-gradient(180deg, #faf6ef 0%, #f3e8d9 100%);
  color: var(--deep);
}

.guided-process .page-section__head h2,
.guided-process .page-section__head p {
  color: var(--deep);
}

.guided-process .page-section__head p {
  color: var(--muted);
}

.guided-sequence {
  display: grid;
  gap: 0;
  margin-top: 2.5rem;
}

.guided-step {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 1.4rem;
  padding: 1.7rem 0;
  border-top: 1px solid rgba(28, 21, 16, 0.12);
  max-width: 920px;
}

.guided-step:last-child {
  border-bottom: 1px solid rgba(28, 21, 16, 0.12);
}

.guided-step:nth-child(2) {
  margin-left: auto;
  max-width: 760px;
}

.guided-step:nth-child(3) {
  max-width: 980px;
}

.guided-step:nth-child(4) {
  margin-left: 8%;
  max-width: 800px;
}

.guided-step:nth-child(5) {
  max-width: 860px;
}

.guided-step__number {
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  line-height: 0.92;
  color: var(--amber);
}

.guided-step__body h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.52rem;
  color: var(--deep);
  margin-bottom: 0.45rem;
}

.guided-step__body p {
  color: var(--muted);
  line-height: 1.82;
  max-width: 56ch;
}

.page-interruption {
  padding: 0 5% 5.75rem;
  background: linear-gradient(180deg, #f3e8d9 0%, #fbf7f1 100%);
}

.page-interruption__wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.25rem;
  border-radius: 32px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 55px rgba(28, 21, 16, 0.06);
}

.page-interruption__intro {
  max-width: 700px;
  margin-bottom: 1.7rem;
}

.page-interruption__intro h2,
.page-interruption__copy h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  color: var(--deep);
  margin-bottom: 0.85rem;
}

.page-interruption__intro p,
.page-interruption__copy p {
  color: var(--muted);
  line-height: 1.82;
  max-width: 58ch;
}

.page-interruption__media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: var(--warm);
}

.page-interruption__media img {
  display: block;
  width: 100%;
  aspect-ratio: 2565 / 1528;
  object-fit: cover;
  object-position: center center;
}

.page-interruption__media figcaption {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  max-width: 18ch;
  padding: 0.75rem 0.95rem;
  border-radius: 18px;
  background: rgba(250, 246, 239, 0.92);
  color: var(--deep);
  font-family: "Playfair Display", serif;
  font-size: 0.95rem;
  line-height: 1.35;
  box-shadow: 0 14px 32px rgba(28, 21, 16, 0.08);
}

.page-section--paper {
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
  background: white;
  color: var(--deep);
}

.page-section--paper-soft {
  background: linear-gradient(180deg, #fbf7f1 0%, #f7efe3 100%);
}

.page-section--paper .page-section__head h2,
.page-section--paper .page-section__head p {
  color: var(--deep);
}

.page-section--paper .page-section__head p {
  color: var(--muted);
}

.rule-lines,
.clarity-columns {
  display: grid;
  gap: 1.3rem 2rem;
}

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

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

.rule-line,
.clarity-item {
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.rule-line h3,
.clarity-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  color: var(--deep);
  margin-bottom: 0.45rem;
}

.rule-line p,
.clarity-item p {
  color: var(--muted);
  line-height: 1.82;
}

.faq-hero-aside {
  display: grid;
  gap: 1.35rem;
}

.faq-hero-aside--summary {
  padding: 2.45rem 2.15rem;
}

.faq-hero-aside--summary .page-aside-title {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.02;
  margin-bottom: 0.2rem;
}

.faq-signal-grid {
  grid-template-columns: 1fr;
  gap: 0.95rem;
}

.faq-signal-card {
  padding: 1.35rem 1.3rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
}

.faq-signal-card strong {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--amber);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.faq-signal-card p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.faq-interlude {
  padding-top: 0;
  padding-bottom: 4.75rem;
}

.faq-interlude__wrap {
  max-width: 1080px;
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 0.92fr);
  gap: 2.4rem;
  align-items: center;
}

.faq-support-visual {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: var(--warm);
  box-shadow: 0 22px 48px rgba(28, 21, 16, 0.08);
}

.faq-support-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 44%;
}

.faq-support-copy {
  max-width: 34ch;
}

.faq-support-copy h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  color: var(--deep);
  margin-bottom: 0.85rem;
}

.faq-support-copy p {
  color: var(--muted);
  line-height: 1.82;
}

.page-interlude {
  padding: 0 5% 5.25rem;
}

.page-interlude__wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.page-interlude__copy {
  max-width: 560px;
  margin-bottom: 2.2rem;
}

.page-interlude__copy h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  margin-bottom: 0.9rem;
}

.page-interlude__copy p {
  color: var(--muted);
  line-height: 1.85;
}

.page-shell--contrast .page-interlude__copy p {
  color: rgba(250, 246, 239, 0.72);
}

.page-portrait-callout {
  position: relative;
  width: min(100%, 420px);
  margin-left: auto;
}

.page-portrait-callout::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border-radius: 30px;
  background: rgba(200, 133, 74, 0.16);
}

.page-portrait-callout img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1531 / 2571;
  object-fit: cover;
  object-position: 56% center;
  border-radius: 28px;
  border: 1px solid var(--border);
  box-shadow: 0 22px 50px rgba(28, 21, 16, 0.12);
}

.page-wide-media,
.page-hero-banner {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--border);
  background: var(--deep);
}

.page-wide-media::after,
.page-hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 21, 16, 0.58) 0%, rgba(28, 21, 16, 0.1) 58%, transparent 100%);
}

.page-wide-media {
  margin-bottom: 2.2rem;
}

.page-wide-media img,
.page-hero-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-wide-media img {
  aspect-ratio: 2638 / 1528;
  object-position: center 36%;
}

.page-hero-banner img {
  aspect-ratio: 2648 / 1533;
  object-position: center 52%;
}

.page-wide-media figcaption,
.page-hero-banner figcaption {
  position: absolute;
  left: 1.8rem;
  bottom: 1.6rem;
  z-index: 1;
  max-width: 25ch;
  color: var(--cream);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.2;
}

.sessions-banner-section {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.sessions-callout {
  padding: 1.8rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(28, 21, 16, 0.96), rgba(47, 33, 22, 0.96));
  color: var(--cream);
}

.sessions-callout h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  margin-bottom: 0.9rem;
}

.sessions-callout p,
.sessions-callout li {
  color: rgba(250, 246, 239, 0.72);
  line-height: 1.8;
}

.sessions-callout ul {
  margin: 1rem 0 0;
  padding-left: 1rem;
}

.member-contrast {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.member-contrast .pricing-card {
  text-align: left;
}

.legal-hero {
  padding-bottom: 1.5rem;
}

.legal-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
}

.legal-nav {
  position: sticky;
  top: 100px;
  align-self: start;
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.88);
}

.legal-nav h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
}

.legal-nav a {
  display: block;
  padding: 0.5rem 0;
  color: var(--muted);
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--amber);
}

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

.legal-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  margin-bottom: 0.8rem;
}

.legal-card[id] {
  scroll-margin-top: 120px;
}

.legal-card ul {
  margin-top: 0.9rem;
  padding-left: 1.1rem;
  color: var(--muted);
}

.legal-card li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.footer-bottom-links a {
  color: rgba(250, 246, 239, 0.32);
  text-decoration: none;
  font-size: 0.82rem;
  transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
  color: var(--amber-light);
}

@media (max-width: 980px) {
  .page-hero__wrap,
  .sessions-stage,
  .legal-wrap {
    grid-template-columns: 1fr;
  }

  .page-hero__main,
  .page-hero__aside {
    padding: 2rem;
  }

  .legal-nav {
    position: static;
  }

  .page-portrait-callout {
    margin-left: 0;
  }

  .page-shell--how .page-hero__wrap,
  .page-interruption__wrap,
  .faq-interlude__wrap,
  .rule-lines,
  .clarity-columns {
    grid-template-columns: 1fr;
  }

  .guided-step,
  .guided-step:nth-child(2),
  .guided-step:nth-child(3),
  .guided-step:nth-child(4),
  .guided-step:nth-child(5) {
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .page-title {
    font-size: 2.7rem;
  }

  .page-section__head {
    display: block;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

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

  .page-interlude {
    padding-bottom: 4rem;
  }

  .page-portrait-callout {
    width: min(100%, 360px);
  }

  .page-wide-media,
  .page-hero-banner {
    border-radius: 24px;
  }

  .page-wide-media figcaption,
  .page-hero-banner figcaption {
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    max-width: 15ch;
  }

  .page-shell--how .page-hero {
    padding-top: 8.5rem;
  }

  .page-shell--how .page-hero__main,
  .page-hero__aside--how,
  .page-interruption__wrap {
    padding: 1.6rem;
  }

  .page-interruption__intro {
    margin-bottom: 1.1rem;
  }

  .page-interruption__media figcaption {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    max-width: 14ch;
  }

  .faq-hero-aside--summary {
    padding: 1.8rem 1.6rem;
  }

  .faq-support-copy {
    max-width: none;
  }

  .guided-step {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
