@import url("https://fonts.googleapis.com/css2?family=Calistoga&family=Lora:wght@400;500;600;700&display=swap");

:root {
  --paper: #faf8f2;
  --ink: #164562;
  --ink-soft: #3f5d6d;
  --terracotta: #c46042;
  --mustard: #d2a44b;
  --line: rgba(22, 69, 98, 0.18);
  --white: #fffdf8;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --radius-soft: 6px;
}

@theme inline {
  --color-background: var(--paper);
  --color-foreground: var(--ink);
  --font-sans: var(--font-body);
  --font-serif: var(--font-display);
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  --font-display: var(--font-calistoga), Calistoga, Georgia, serif;
  --font-body: var(--font-lora), Lora, Georgia, serif;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: 0; line-height: 1.05; }

.world {
  --scene-0-opacity: 1;
  --scene-1-opacity: 0;
  --scene-2-opacity: 0;
  --scene-3-opacity: 0;
  --world-progress: 0;
  --world-chrome-opacity: 1;
  background: #4e7b90;
  position: relative;
}

.world-stage {
  height: 100svh;
  margin-bottom: -100svh;
  overflow: hidden;
  pointer-events: none;
  position: sticky;
  top: 0;
  z-index: 0;
}

.world-chrome { height: 100svh; margin-bottom: -100svh; opacity: var(--world-chrome-opacity); pointer-events: none; position: sticky; top: 0; transition: opacity 120ms linear; z-index: 3; }

.world-media, .world-scene, .world-poster, .world-video, .world-scrim { inset: 0; position: absolute; }
.world-media { background: #5f8da0; overflow: hidden; }
.world-scene { opacity: 0; overflow: hidden; transition: opacity 180ms linear; }
.world-scene:nth-child(1) { opacity: var(--scene-0-opacity); }
.world-scene:nth-child(2) { opacity: var(--scene-1-opacity); }
.world-scene:nth-child(3) { opacity: var(--scene-2-opacity); }
.world-scene:nth-child(4) { opacity: var(--scene-3-opacity); }
.world-poster, .world-video { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.world-video { opacity: 0; transition: opacity 160ms linear; }
.world-video[src] { opacity: 1; }

.world-scrim {
  background:
    linear-gradient(90deg, rgba(10, 39, 58, 0.82) 0%, rgba(10, 39, 58, 0.54) 37%, rgba(10, 39, 58, 0.1) 66%, rgba(10, 39, 58, 0.42) 100%),
    linear-gradient(0deg, rgba(9, 35, 50, 0.38), transparent 42%);
}

.world-header {
  align-items: center;
  background: linear-gradient(180deg, #0a273a 0%, #0a273a 70%, rgba(10, 39, 58, 0) 100%);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  left: 0;
  padding: 22px 42px 42px;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
.world-logo { justify-self: start; width: 112px; }
.world-logo img { width: 112px; }
.world-nav { align-items: center; display: flex; gap: 24px; justify-content: center; }
.world-nav a {
  border-bottom: 1px solid transparent;
  color: rgba(255, 253, 248, 0.84);
  font-family: var(--font-display);
  font-size: 0.95rem;
  padding: 6px 0;
  transition: border-color 180ms var(--ease), color 180ms var(--ease);
}
.world-nav a:hover, .world-nav a:focus-visible, .world-nav a[aria-current="step"] { border-color: var(--mustard); color: var(--white); outline: none; }

.world-header-cta, .world-copy-cta, .form-submit {
  align-items: center;
  background: var(--terracotta);
  border: 1px solid var(--terracotta);
  border-radius: var(--radius-soft);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-display);
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  transition: background 180ms var(--ease), transform 180ms var(--ease);
}
.world-header-cta { justify-self: end; }
.world-header-cta:hover, .world-header-cta:focus-visible, .world-copy-cta:hover, .world-copy-cta:focus-visible, .form-submit:hover, .form-submit:focus-visible { background: #a85137; outline: none; transform: translateY(-2px); }

.world-route {
  display: grid;
  gap: 16px;
  pointer-events: auto;
  position: absolute;
  right: 28px;
  top: 50svh;
  transform: translateY(-50%);
  z-index: 4;
}
.world-route::before { background: rgba(255, 253, 248, 0.43); content: ""; inset: 14px auto 14px 50%; position: absolute; width: 1px; }
.world-route a { align-items: center; display: grid; height: 28px; justify-content: center; position: relative; width: 28px; }
.world-route span { background: rgba(255, 253, 248, 0.54); border: 1px solid rgba(255, 253, 248, 0.88); border-radius: 50%; color: transparent; height: 8px; transition: background 180ms var(--ease), height 180ms var(--ease), width 180ms var(--ease); width: 8px; }
.world-route a[aria-current="step"] span { background: var(--mustard); height: 14px; width: 14px; }
.world-route a:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }

.world-scroll-mark { height: 42px; left: 50%; pointer-events: none; position: absolute; top: calc(100svh - 68px); transform: translateX(-50%); width: 2px; z-index: 4; }
.world-scroll-mark::before { background: rgba(255, 253, 248, 0.45); content: ""; inset: 0; position: absolute; }
.world-scroll-mark span { background: var(--mustard); height: 100%; inset: 0; position: absolute; transform: scaleY(calc(0.22 + var(--world-progress) * 0.78)); transform-origin: top; }

.world-timeline { padding-bottom: 100svh; pointer-events: none; position: relative; z-index: 1; }
.world-chapter { align-items: center; display: flex; min-height: 140svh; padding: 134px 0 88px; scroll-margin-top: 0; }
.world-chapter-content { border-top: 1px solid rgba(255, 253, 248, 0.56); max-width: 530px; padding-top: 20px; pointer-events: auto; width: min(100% - 120px, 530px); }
.world-chapter--start .world-chapter-content { margin-left: max(42px, calc((100vw - 1180px) / 2)); }
.world-chapter--end .world-chapter-content { margin-left: auto; margin-right: max(72px, calc((100vw - 1180px) / 2)); }
.world-copy-eyebrow, .section-kicker { color: var(--mustard); font-family: var(--font-display); font-size: 0.92rem; line-height: 1.3; margin-top: 15px; text-transform: uppercase; }
.world-chapter h1, .world-chapter h2 { color: var(--white); font-size: 4.25rem; margin-top: 10px; max-width: 13ch; text-shadow: 0 2px 22px rgba(7, 29, 43, 0.4); }
.world-copy-body { color: rgba(255, 253, 248, 0.92); font-size: 1.08rem; margin-top: 18px; max-width: 49ch; text-shadow: 0 1px 14px rgba(7, 29, 43, 0.35); }
.world-chapter-note { border-left: 2px solid var(--mustard); margin-top: 24px; padding-left: 16px; }
.world-chapter-note strong { color: var(--white); font-family: var(--font-display); font-size: 1.28rem; font-weight: 400; }
.world-chapter-note p { color: rgba(255, 253, 248, 0.83); font-size: 0.93rem; margin-top: 4px; max-width: 44ch; }
.world-moment { border: 0; color: var(--white); font-family: var(--font-display); font-size: 1.33rem; line-height: 1.35; margin: 24px 0 0; max-width: 38ch; padding: 0; }
.world-moment::before { color: var(--mustard); content: "“"; }
.world-moment::after { color: var(--mustard); content: "”"; }
.world-copy-cta { margin-top: 28px; }

.phases-section {
  background: #e8f1e7;
  color: var(--ink);
  isolation: isolate;
  overflow: hidden;
  padding: 116px 0 108px;
  position: relative;
  z-index: 4;
}
.phases-section::before {
  background: url("/ilha-site-media/textures/kraft-bege-v1.jpg") center / 760px auto;
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.phases-shell { margin: 0 auto; max-width: 1240px; position: relative; width: min(100% - 64px, 1240px); }
.phases-heading { display: grid; gap: 12px 74px; grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr); }
.phases-heading .section-kicker { color: var(--terracotta); grid-column: 1; }
.phases-heading h2 { font-size: 3.55rem; grid-column: 1; max-width: 13ch; }
.phases-heading > p:last-child { align-self: end; color: var(--ink-soft); font-size: 1.08rem; grid-column: 2; grid-row: 1 / span 2; max-width: 48ch; }
.phases-path { border-bottom: 1px solid rgba(22, 69, 98, 0.25); border-top: 1px solid rgba(22, 69, 98, 0.25); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr); margin-top: 64px; }
.phase-younger, .phase-older { padding: 46px 0 48px; }
.phase-younger { padding-right: 68px; }
.phase-older { border-left: 1px solid rgba(22, 69, 98, 0.25); padding-left: 68px; }
.phase-label { align-items: baseline; display: flex; gap: 16px; }
.phase-label span:first-child { color: var(--terracotta); font-family: var(--font-display); font-size: 1.08rem; }
.phase-label span:last-child { color: var(--ink-soft); font-size: 0.88rem; }
.phase-younger h3, .phase-older h3 { font-size: 2.55rem; margin-top: 13px; max-width: 13ch; }
.phase-intro, .phase-older > p:not(.phase-map-note) { color: var(--ink-soft); font-size: 1.02rem; margin-top: 18px; max-width: 51ch; }
.phase-principles { list-style: none; margin: 36px 0 0; padding: 0; }
.phase-principles li { border-top: 1px solid rgba(22, 69, 98, 0.2); display: grid; gap: 22px; grid-template-columns: 190px minmax(0, 1fr); padding: 16px 0; }
.phase-principles strong { color: var(--ink); font-family: var(--font-display); font-size: 1.12rem; font-weight: 400; }
.phase-principles span { color: var(--ink-soft); font-size: 0.92rem; }
.phase-map-note { border-top: 1px solid rgba(22, 69, 98, 0.24); color: var(--terracotta); font-family: var(--font-display); font-size: 1.15rem; margin-top: 36px; padding: 18px 0 0 34px; position: relative; }
.phase-map-note::before { content: "↓"; font-family: var(--font-body); font-size: 1.3rem; left: 2px; position: absolute; top: 14px; }

.archipelago-section {
  background: var(--paper) url("/ilha-site-media/textures/kraft-bege-v1.jpg") center / 760px auto;
  border-top: 1px solid rgba(22, 69, 98, 0.14);
  color: var(--ink);
  padding: 122px 0 116px;
  position: relative;
  z-index: 4;
}
.archipelago-shell { margin: 0 auto; max-width: 1240px; position: relative; width: min(100% - 64px, 1240px); }
.archipelago-heading { max-width: 720px; }
.archipelago-heading .section-kicker { color: var(--terracotta); }
.archipelago-heading h2 { color: var(--ink); font-size: 3.65rem; margin-top: 12px; max-width: 13ch; }
.archipelago-heading > p:last-child { color: var(--ink-soft); font-size: 1.15rem; margin-top: 22px; max-width: 56ch; }

.archipelago-explorer { align-items: stretch; display: grid; gap: 34px; grid-template-columns: minmax(0, 1.2fr) minmax(390px, 0.8fr); margin-top: 58px; }
.archipelago-atlas {
  background: #dce8e5;
  clip-path: polygon(3% 4%, 94% 0, 100% 14%, 98% 92%, 87% 100%, 4% 96%, 0 82%, 1% 14%);
  isolation: isolate;
  min-height: 610px;
  overflow: hidden;
  padding: 46px 42px 52px;
  position: relative;
}
.archipelago-atlas::before, .archipelago-atlas::after { border: 1px dashed rgba(22, 69, 98, 0.22); border-radius: 50%; content: ""; pointer-events: none; position: absolute; z-index: -1; }
.archipelago-atlas::before { height: 360px; left: -7%; top: 29%; transform: rotate(-7deg); width: 112%; }
.archipelago-atlas::after { height: 250px; left: 15%; top: 38%; transform: rotate(15deg); width: 72%; }
.archipelago-atlas-heading { position: relative; z-index: 2; }
.archipelago-atlas-heading > p { color: var(--terracotta); font-family: var(--font-display); font-size: 0.96rem; }
.archipelago-atlas-heading h3 { color: var(--ink); font-size: 2rem; margin-top: 4px; }
.island-selector-grid { display: grid; gap: 18px 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; position: relative; z-index: 2; }
.island-tab {
  --island-tint: #fffdf8;
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: 1rem;
  gap: 6px;
  justify-content: center;
  line-height: 1.05;
  min-height: 98px;
  padding: 8px;
  position: relative;
  text-align: center;
}
.island-tab::before { background: var(--island-tint); clip-path: polygon(8% 18%, 37% 2%, 90% 13%, 100% 65%, 76% 96%, 19% 91%, 0 54%); content: ""; inset: 0 5px; opacity: 0; position: absolute; transform: scale(0.82) rotate(3deg); transition: opacity 180ms var(--ease), transform 180ms var(--ease); z-index: -1; }
.island-tab:nth-child(4n + 1) { --island-tint: #f1d8ce; }
.island-tab:nth-child(4n + 2) { --island-tint: #e8dfbf; }
.island-tab:nth-child(4n + 3) { --island-tint: #cbdedb; }
.island-tab:nth-child(4n + 4) { --island-tint: #d9dfc8; }
.island-tab:nth-child(3n + 2) { margin-bottom: -18px; margin-top: 18px; }
.island-tab-icon { align-items: center; background: var(--white); clip-path: polygon(10% 17%, 40% 2%, 93% 15%, 100% 66%, 73% 97%, 18% 91%, 0 53%); display: flex; height: 58px; justify-content: center; position: relative; transition: transform 180ms var(--ease); width: 62px; z-index: 1; }
.island-tab-icon img { height: 50px; object-fit: contain; width: 50px; }
.island-tab:hover::before, .island-tab:focus-visible::before, .island-tab[data-active="true"]::before { opacity: 0.92; transform: scale(1) rotate(0); }
.island-tab:hover .island-tab-icon, .island-tab:focus-visible .island-tab-icon, .island-tab[data-active="true"] .island-tab-icon { transform: translateY(-3px) rotate(-3deg); }
.island-tab:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.island-profile {
  background: #1e4a6a;
  border-radius: var(--radius-soft);
  color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 50px 46px 44px;
  position: relative;
}
.island-profile-heading { align-items: center; display: flex; gap: 18px; }
.island-profile-heading .section-kicker { color: var(--mustard); margin: 0; }
.island-profile-icon { align-items: center; background: var(--white); clip-path: polygon(7% 20%, 42% 1%, 94% 16%, 100% 62%, 72% 98%, 23% 91%, 0 55%); display: flex; flex: 0 0 auto; height: 92px; justify-content: center; width: 98px; }
.island-profile-icon img { height: 78px; object-fit: contain; width: 78px; }
.island-profile-story { margin-top: 46px; }
.island-profile-story > p { color: #d9b867; font-family: var(--font-display); font-size: 0.96rem; }
.island-profile-story blockquote { color: var(--white); font-family: var(--font-display); font-size: 2rem; line-height: 1.18; margin: 12px 0 0; max-width: 18ch; }
.island-profile-reading { border-top: 1px solid rgba(255, 253, 248, 0.3); margin-top: auto; padding-top: 24px; }
.island-profile-reading > p:first-child { color: rgba(255, 253, 248, 0.88); font-size: 1rem; max-width: 43ch; }
.island-profile-materials { color: rgba(255, 253, 248, 0.76); font-size: 0.9rem; margin-top: 20px; }
.island-profile-materials span { color: var(--mustard); display: block; font-family: var(--font-display); font-size: 0.94rem; margin-bottom: 3px; }
.island-mobile-list { display: none; }

.conversation-section {
  background: var(--paper) url("/ilha-site-media/textures/kraft-bege-v1.jpg") center / 720px auto;
  border-top: 1px solid var(--line);
  padding: 110px 0;
  position: relative;
  z-index: 4;
}
.conversation-shell { display: grid; gap: 82px; grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.82fr); margin: 0 auto; max-width: 1180px; width: min(100% - 64px, 1180px); }
.conversation-copy { align-self: center; }
.section-kicker { color: var(--terracotta); margin: 0; }
.conversation-copy h2 { color: var(--ink); font-size: 3.3rem; margin-top: 12px; max-width: 12ch; }
.conversation-copy > p:not(.section-kicker) { color: var(--ink-soft); font-size: 1.08rem; margin-top: 22px; max-width: 48ch; }
.conversation-steps { display: grid; gap: 19px; list-style: none; margin: 38px 0 0; padding: 0; }
.conversation-steps li { border-top: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 46px 1fr; padding-top: 17px; }
.conversation-steps span { color: var(--terracotta); font-family: var(--font-display); font-size: 1.3rem; }
.conversation-steps strong { color: var(--ink); font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; }
.conversation-steps p { color: var(--ink-soft); font-size: 0.94rem; margin-top: 4px; }

.conversation-form { background: var(--white); border: 1px solid rgba(22, 69, 98, 0.22); border-radius: var(--radius-soft); box-shadow: 0 18px 46px rgba(22, 69, 98, 0.12); padding: 34px; }
.form-heading h3 { color: var(--ink); font-size: 2rem; margin-top: 8px; max-width: 19ch; }
.form-intro { color: var(--ink-soft); font-size: 0.91rem; line-height: 1.45; margin-top: 10px; max-width: 42ch; }
.form-fields { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin-top: 28px; }
.form-fields label { display: grid; gap: 7px; }
.form-fields label span { color: var(--ink); font-family: var(--font-display); font-size: 0.93rem; }
.form-fields input, .form-fields select, .form-fields textarea { background: #fffefa; border: 1px solid rgba(22, 69, 98, 0.31); border-radius: var(--radius-soft); color: var(--ink); min-height: 46px; padding: 9px 11px; }
.form-fields input::placeholder, .form-fields textarea::placeholder { color: rgba(22, 69, 98, 0.6); opacity: 1; }
.form-fields input:focus, .form-fields select:focus, .form-fields textarea:focus { border-color: var(--terracotta); outline: 2px solid rgba(196, 96, 66, 0.18); outline-offset: 1px; }
.form-fields textarea { line-height: 1.4; min-height: 86px; resize: vertical; }
.birth-fields { display: grid; gap: 8px; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr); }
.group-result { align-items: center; background: rgba(196, 96, 66, 0.06); border-left: 2px solid rgba(22, 69, 98, 0.28); border-radius: var(--radius-soft); color: var(--ink-soft); display: flex; gap: 12px; min-height: 54px; padding: 10px 14px; }
.group-result.is-ready { border-left-color: var(--terracotta); }
.group-result strong { color: var(--terracotta); font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; }
.group-result span { font-size: 0.87rem; }
.field-wide { grid-column: 1 / -1; }
.form-submit { margin-top: 26px; min-height: 48px; }
.form-note { color: var(--ink-soft); font-size: 0.82rem; margin-top: 12px; max-width: 43ch; }

.closing-section { background: var(--ink); color: var(--white); padding: 106px 32px 112px; position: relative; text-align: center; z-index: 4; }
.closing-section p { font-family: var(--font-display); font-size: 3.1rem; line-height: 1.15; margin: 0 auto; max-width: 18ch; }
.closing-section strong { color: var(--mustard); display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; margin-top: 26px; }
.site-footer { align-items: center; background: #103a53; display: flex; justify-content: center; padding: 24px 42px; position: relative; z-index: 4; }
.site-footer img { width: 94px; }

@media (max-width: 920px) {
  .world-header { gap: 16px; grid-template-columns: auto 1fr auto; padding: 18px 24px 36px; }
  .world-logo, .world-logo img { width: 96px; }
  .world-nav { gap: 14px; }
  .world-nav a { font-size: 0.83rem; }
  .world-chapter h1, .world-chapter h2 { font-size: 3.65rem; }
  .world-chapter-content { width: min(100% - 90px, 500px); }
  .world-chapter--start .world-chapter-content { margin-left: 34px; }
  .world-chapter--end .world-chapter-content { margin-right: 64px; }
  .phases-heading { grid-template-columns: 1fr; }
  .phases-heading .section-kicker, .phases-heading h2, .phases-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .phases-heading > p:last-child { margin-top: 10px; max-width: 58ch; }
  .phases-path { grid-template-columns: 1fr; }
  .phase-younger { padding-right: 0; }
  .phase-older { border-left: 0; border-top: 1px solid rgba(22, 69, 98, 0.25); padding-left: 0; }
  .phase-older h3 { max-width: 16ch; }
  .archipelago-explorer { display: none; }
  .island-mobile-list { border-bottom: 1px solid var(--line); display: block; margin-top: 48px; }
  .island-mobile-row { border-top: 1px solid var(--line); }
  .island-mobile-trigger { align-items: center; background: transparent; border: 0; color: var(--ink); cursor: pointer; display: grid; font-family: var(--font-display); font-size: 1.25rem; gap: 16px; grid-template-columns: 58px minmax(0, 1fr) 24px; min-height: 84px; padding: 10px 4px; text-align: left; width: 100%; }
  .island-mobile-trigger[aria-expanded="true"] { background: rgba(168, 200, 212, 0.22); }
  .island-mobile-trigger:focus-visible { outline: 2px solid var(--terracotta); outline-offset: -2px; }
  .island-mobile-trigger .island-tab-icon { height: 52px; width: 56px; }
  .island-mobile-trigger .island-tab-icon img { height: 45px; width: 45px; }
  .island-mobile-symbol { color: var(--terracotta); font-family: var(--font-body); font-size: 1.5rem; font-weight: 400; text-align: center; }
  .island-mobile-row .island-profile { min-height: 0; padding: 34px 30px 36px; }
  .island-mobile-row .island-profile-icon { height: 74px; width: 78px; }
  .island-mobile-row .island-profile-icon img { height: 62px; width: 62px; }
  .island-mobile-row .island-profile-story { margin-top: 28px; }
  .island-mobile-row .island-profile-story blockquote { font-size: 1.65rem; max-width: 24ch; }
  .island-mobile-row .island-profile-reading { margin-top: 30px; }
  .conversation-shell { gap: 52px; grid-template-columns: 1fr; }
  .conversation-copy h2 { max-width: 17ch; }
}

@media (max-width: 640px) {
  .world-scrim { background: linear-gradient(0deg, rgba(10, 39, 58, 0.86) 0%, rgba(10, 39, 58, 0.62) 44%, rgba(10, 39, 58, 0.12) 77%); }
  .world-header { grid-template-columns: 1fr auto; padding: 15px 18px 32px; }
  .world-logo, .world-logo img { width: 88px; }
  .world-nav { display: none; }
  .world-header-cta { font-size: 0.9rem; min-height: 40px; padding: 8px 12px; }
  .world-route { gap: 11px; right: 7px; }
  .world-scroll-mark { top: calc(100svh - 59px); }
  .world-timeline { padding-bottom: 100svh; }
  .world-chapter { align-items: flex-end; min-height: 130svh; padding: 104px 0 92px; }
  .world-chapter-content, .world-chapter--start .world-chapter-content, .world-chapter--end .world-chapter-content { margin-left: 22px; margin-right: 38px; max-width: none; width: auto; }
  .world-copy-eyebrow { font-size: 0.8rem; margin-top: 10px; }
  .world-chapter h1, .world-chapter h2 { font-size: 2.72rem; max-width: 12ch; }
  .world-copy-body { font-size: 0.97rem; line-height: 1.48; margin-top: 13px; }
  .world-chapter-note { margin-top: 18px; padding-left: 13px; }
  .world-chapter-note strong { font-size: 1.12rem; }
  .world-chapter-note p { font-size: 0.86rem; }
  .world-moment { font-size: 1.1rem; margin-top: 18px; }
  .phases-section { padding: 78px 0 72px; }
  .phases-shell { width: min(100% - 40px, 1240px); }
  .phases-heading h2 { font-size: 2.7rem; }
  .phases-heading > p:last-child { font-size: 1rem; }
  .phases-path { margin-top: 42px; }
  .phase-younger, .phase-older { padding: 34px 0 38px; }
  .phase-younger h3, .phase-older h3 { font-size: 2.05rem; }
  .phase-intro, .phase-older > p:not(.phase-map-note) { font-size: 0.96rem; }
  .phase-principles { margin-top: 28px; }
  .phase-principles li { gap: 6px; grid-template-columns: 1fr; padding: 15px 0; }
  .phase-principles span { font-size: 0.88rem; }
  .phase-map-note { font-size: 1.05rem; margin-top: 28px; }
  .archipelago-section { padding: 78px 0 74px; }
  .archipelago-shell { width: min(100% - 40px, 1240px); }
  .archipelago-heading h2 { font-size: 2.7rem; }
  .archipelago-heading > p:last-child { font-size: 1rem; }
  .island-mobile-list { margin-top: 36px; }
  .island-mobile-trigger { font-size: 1.1rem; gap: 12px; grid-template-columns: 50px minmax(0, 1fr) 22px; min-height: 76px; }
  .island-mobile-trigger .island-tab-icon { height: 46px; width: 48px; }
  .island-mobile-trigger .island-tab-icon img { height: 40px; width: 40px; }
  .island-mobile-row .island-profile { margin-left: -4px; margin-right: -4px; padding: 30px 24px 32px; }
  .island-mobile-row .island-profile-heading { gap: 14px; }
  .island-mobile-row .island-profile-story blockquote { font-size: 1.45rem; }
  .conversation-section { padding: 76px 0; }
  .conversation-shell { gap: 44px; width: min(100% - 40px, 1180px); }
  .conversation-copy h2 { font-size: 2.6rem; }
  .conversation-copy > p:not(.section-kicker) { font-size: 1rem; }
  .conversation-form { padding: 25px 19px; }
  .form-heading h3 { font-size: 1.75rem; }
  .form-fields { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .closing-section { padding: 78px 26px 82px; }
  .closing-section p { font-size: 2.45rem; }
  .site-footer { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .world-scene, .world-chrome, .world-header-cta, .world-copy-cta, .form-submit { transition: none; }
  .world-video { display: none; }
}
