:root {
  --ink: #07133f;
  --navy: #051353;
  --night: #08112f;
  --blue: #2433fd;
  --purple: #9b2ed8;
  --pink: #fc286d;
  --orange: #fe8416;
  --cream: #fff8f0;
  --mist: #eeeaf4;
  --muted: #65708e;
  --line: rgba(7, 19, 63, .18);
  --content: min(1180px, calc(100vw - 72px));
  --display: "Fredoka", system-ui, sans-serif;
  --sans: "Nunito Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
::selection { background: var(--blue); color: #fff; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  transform: translateY(-150%);
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.scene-stage {
  position: fixed;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.scene-stage canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.party-hat-fallback {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(330px, 40vw, 760px);
  transform-origin: 50% 58%;
  will-change: transform, opacity;
  filter: drop-shadow(0 34px 48px rgba(3, 10, 51, .4));
}
.party-hat-fallback img {
  display: block;
  width: 100%;
  height: auto;
  animation: neon-hat-bob 7.5s ease-in-out infinite;
}
.scene-stage.is-webgl-ready .party-hat-fallback { opacity: 0 !important; }
@keyframes neon-hat-bob {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(0, -10px, 0) rotate(1deg); }
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 24px;
  left: 50%;
  width: min(1210px, calc(100vw - 48px));
  min-height: 72px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 12px 10px 28px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 45px rgba(3, 10, 51, .22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; width: 150px; }
.brand img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 38px); }
.main-nav a {
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--blue), var(--pink));
  transition: right .25s ease;
}
.main-nav a:hover::after { right: 0; }
.header-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

main > section { position: relative; overflow: hidden; }
.section-inner { position: relative; z-index: 6; width: var(--content); margin-inline: auto; }
.paper-section { background: #fff; }
.night-section { background: var(--night); color: #fff; }
.prism-section {
  color: #fff;
  background-color: #111e56;
  background-image: url("/assets/hero-still.jpg");
  background-position: center;
  background-size: cover;
}
.prism-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 10, 51, .86) 0%, rgba(3, 10, 51, .58) 38%, rgba(3, 10, 51, .08) 72%);
}
.aurora {
  position: absolute;
  z-index: 1;
  inset: -20%;
  background:
    radial-gradient(ellipse at 20% 12%, rgba(254, 132, 22, .56), transparent 32%),
    radial-gradient(ellipse at 75% 26%, rgba(36, 51, 253, .72), transparent 34%),
    radial-gradient(ellipse at 54% 85%, rgba(252, 40, 109, .56), transparent 37%),
    radial-gradient(ellipse at 95% 80%, rgba(155, 46, 216, .72), transparent 32%);
  filter: blur(35px) saturate(125%);
  opacity: .68;
  animation: aurora-drift 18s ease-in-out infinite alternate;
}
@keyframes aurora-drift {
  from { transform: translate3d(-2%, -1%, 0) scale(1.02) rotate(-2deg); }
  to { transform: translate3d(3%, 2%, 0) scale(1.08) rotate(2deg); }
}

.eyebrow,
.section-label {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow-light,
.section-label-light { color: rgba(255, 255, 255, .72); }

.hero { min-height: 100svh; height: max(760px, 100svh); }
.hero-inner {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 142px 0 92px;
}
.hero h1 {
  max-width: 830px;
  margin: 22px 0 30px;
  font-family: var(--display);
  font-size: clamp(58px, 7.2vw, 104px);
  line-height: .94;
  letter-spacing: -.035em;
}
.hero h1 span,
.hero h1 strong { display: block; }
.hero h1 span { font-weight: 400; }
.hero h1 strong { font-weight: 700; }
.hero-copy {
  max-width: 590px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .84);
  font-size: 19px;
  line-height: 1.55;
}
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-quote {
  gap: 12px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(3, 10, 51, .3);
}
.button-quote span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  transition: transform .25s ease;
}
.button-quote:hover span { transform: translateX(3px); }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 16px 30px rgba(3, 10, 51, .18); }
.button-light { background: #fff; color: var(--ink); box-shadow: 0 16px 32px rgba(3, 10, 51, .22); }
.button-glass { border-color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .08); color: #fff; backdrop-filter: blur(10px); }
.button-outline-dark { border-color: var(--ink); color: var(--ink); background: #fff; }
.hero-proof { margin: 24px 0 0; color: rgba(255, 255, 255, .76); font-size: 14px; font-weight: 700; }
.hero-proof strong { color: #fff; }
.hero-proof span { padding: 0 9px; opacity: .45; }
.scroll-cue {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}
.scroll-cue span {
  width: 22px;
  height: 34px;
  border: 1.5px solid currentColor;
  border-radius: 20px;
}
.scroll-cue span::after {
  content: "";
  display: block;
  width: 3px;
  height: 7px;
  margin: 6px auto;
  border-radius: 3px;
  background: currentColor;
  animation: wheel 1.5s ease-in-out infinite;
}
@keyframes wheel { 50% { transform: translateY(9px); opacity: .3; } }

.story { min-height: 1160px; padding: 130px 0 100px; }
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: start;
  gap: 12%;
}
.story-copy { max-width: 590px; justify-self: end; }
.story-copy p { margin: 0; color: #586078; font-size: clamp(21px, 2.2vw, 32px); line-height: 1.35; font-weight: 700; }
.text-link { display: inline-flex; gap: 10px; margin-top: 24px; color: var(--blue); font-weight: 800; text-underline-offset: 5px; }
.kinetic-lines {
  position: relative;
  z-index: 6;
  width: 118%;
  margin: 140px 0 0 -9%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  pointer-events: none;
}
.kinetic-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .18em;
  white-space: nowrap;
  font-family: var(--display);
  font-size: clamp(60px, 9vw, 132px);
  line-height: .94;
  letter-spacing: -.045em;
  text-transform: uppercase;
  will-change: transform;
}
.kinetic-line span { font-weight: 400; }
.kinetic-line strong { font-weight: 700; }
.gradient-ink {
  color: transparent;
  background: linear-gradient(110deg, var(--blue), var(--purple), var(--pink), var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
}
.photo-chip {
  flex: none;
  width: 210px;
  height: 88px;
  overflow: hidden;
  border-radius: 999px;
  transform: translateY(-4px);
}
.photo-chip-small { width: 170px; }
.photo-chip img { width: 100%; height: 100%; object-fit: cover; }

.focus { min-height: 1100px; padding: 120px 0 150px; }
.focus-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  grid-template-rows: auto auto;
  gap: 54px 72px;
  align-items: start;
}
.focus-statement {
  grid-row: 1 / span 2;
  min-height: 720px;
  padding: 48px;
  border: 1.5px solid var(--ink);
  border-radius: 38px;
  background: rgba(255, 255, 255, .84);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.focus-statement h2 { margin: auto 0 0; font-family: var(--display); font-size: clamp(44px, 4.4vw, 68px); line-height: 1.02; letter-spacing: -.035em; font-weight: 500; }
.focus-visual { height: 430px; overflow: hidden; border-radius: 30px; box-shadow: 0 30px 70px rgba(3, 10, 51, .2); }
.focus-visual img { width: 100%; height: 100%; object-fit: cover; }
.focus-notes { display: grid; gap: 22px; padding-left: 22px; }
.focus-notes p { margin: 0; padding-top: 20px; border-top: 1px solid var(--line); color: #5c647b; font-size: 19px; line-height: 1.45; font-weight: 700; }

.night-glow {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 15% 30%, rgba(252, 40, 109, .34), transparent 30%),
    radial-gradient(circle at 55% 70%, rgba(36, 51, 253, .42), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(254, 132, 22, .28), transparent 28%);
  filter: blur(60px);
}
.included { min-height: 1260px; padding: 130px 0 170px; }
.section-heading {
  display: grid;
  grid-template-columns: 1.6fr .65fr;
  align-items: end;
  gap: 80px;
}
.section-heading h2,
.theme-heading h2,
.reviews-copy h2,
.year-copy h2 {
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(52px, 5.8vw, 82px);
  line-height: .98;
  letter-spacing: -.035em;
}
.section-heading h2 span,
.theme-heading h2 span,
.year-copy h2 span { font-weight: 400; }
.section-heading > p,
.theme-heading > p:last-child { margin: 0; color: rgba(255, 255, 255, .72); font-size: 18px; line-height: 1.55; }
.service-cards {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 90px;
  align-items: start;
  perspective: 1400px;
}
.service-card {
  min-height: 610px;
  padding: 36px 34px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .055));
  box-shadow: 0 40px 80px rgba(0, 0, 0, .35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: rotateY(5deg);
}
.service-card-raised { margin-top: -42px; transform: rotateY(-3deg); }
.service-card-low { margin-top: 74px; transform: rotateY(-7deg); }
.card-number { color: rgba(255, 255, 255, .45); font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 90px 0 18px; font-family: var(--display); font-size: 36px; line-height: 1.05; }
.service-card p { min-height: 76px; margin: 0 0 34px; color: rgba(255, 255, 255, .86); font-size: 19px; line-height: 1.45; font-weight: 700; }
.service-card ul { list-style: none; margin: 0; padding: 0; }
.service-card li { padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .15); color: rgba(255, 255, 255, .7); line-height: 1.45; }

.themes { min-height: 1840px; padding: 130px 0 120px; }
.theme-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.theme-heading .section-label { grid-column: 1 / -1; }
.theme-heading h2 { margin-top: 0; }
.theme-heading > p:last-child { color: var(--muted); }
.theme-collage {
  position: relative;
  z-index: 6;
  width: min(1300px, 100vw);
  height: 1240px;
  margin: 80px auto 0;
}
.theme-piece {
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  background: #eee;
  box-shadow: 0 34px 70px rgba(3, 10, 51, .2);
  color: #fff;
  text-decoration: none;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1), box-shadow .45s ease;
}
.theme-piece:hover { transform: rotate(0deg) translateY(-12px) scale(1.02) !important; box-shadow: 0 48px 90px rgba(3, 10, 51, .28); z-index: 9; }
.theme-piece::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(3, 10, 51, .88)); }
.theme-piece img { display: block; width: 100%; height: 100%; object-fit: cover; }
.theme-piece span { position: absolute; z-index: 2; left: 24px; bottom: 22px; font-family: var(--display); font-size: 28px; font-weight: 700; }
.theme-piece-a { left: 3%; top: 170px; width: 38%; height: 520px; transform: rotate(-3deg); }
.theme-piece-b { left: 38%; top: 0; width: 31%; height: 440px; transform: rotate(2deg); }
.theme-piece-c { right: 2%; top: 260px; width: 35%; height: 500px; transform: rotate(4deg); }
.theme-piece-d { left: 18%; top: 690px; width: 34%; height: 420px; transform: rotate(2deg); }
.theme-piece-e { right: 18%; top: 785px; width: 32%; height: 400px; transform: rotate(-4deg); }
.themes-foot { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.themes-foot p { margin: 0; color: var(--muted); font-size: 19px; }

.how { min-height: 960px; padding: 130px 0 150px; background: var(--cream); }
.section-heading-dark { color: var(--ink); }
.steps {
  list-style: none;
  margin: 100px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
}
.steps li { position: relative; padding: 62px 32px 30px 0; }
.steps li::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cream);
  border: 3px solid var(--ink);
}
.steps li:nth-child(1)::before { border-color: var(--blue); }
.steps li:nth-child(2)::before { border-color: var(--purple); }
.steps li:nth-child(3)::before { border-color: var(--pink); }
.steps li:nth-child(4)::before { border-color: var(--orange); }
.steps span { color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.steps h3 { min-height: 66px; margin: 18px 0 14px; font-family: var(--display); font-size: 27px; line-height: 1.08; }
.steps p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }

.reviews { min-height: 970px; padding: 130px 0; }
.night-glow-alt { transform: rotate(180deg); opacity: .75; }
.reviews-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px 72px; align-items: center; }
.reviews-photo { height: 570px; overflow: hidden; border-radius: 34px; box-shadow: 0 42px 90px rgba(0, 0, 0, .4); }
.reviews-photo img { width: 100%; height: 100%; object-fit: cover; }
.reviews-copy h2 { margin: 14px 0 34px; }
.reviews-copy blockquote { margin: 0; color: rgba(255, 255, 255, .9); font-family: var(--display); font-size: clamp(25px, 2.8vw, 38px); line-height: 1.28; }
.review-credit { margin: 22px 0 0; color: rgba(255, 255, 255, .58); font-weight: 800; }
.metric { padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .22); }
.metric strong { display: block; font-family: var(--display); font-size: 46px; }
.metric span { color: rgba(255, 255, 255, .62); font-weight: 700; }
.reviews-grid .metric:nth-of-type(3) { grid-column: 1; }
.reviews-grid .metric:nth-of-type(4) { grid-column: 1; }
.reviews-grid .metric:nth-of-type(5) { grid-column: 2; grid-row: 3 / span 2; align-self: end; }

/* Homepage blend: A's motion system with the strongest sections from B and C. */
.story { min-height: 1120px; padding: 130px 0 120px; }
.story-intro { display: flex; justify-content: flex-start; }
.story-after {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8%;
  margin-top: 105px;
}
.story-copy { grid-column: 2; max-width: 650px; }
.kinetic-lines { margin-top: 72px; }
.text-link-warm { color: #ffc27e; }

.section-heading h2,
.theme-heading-new h2,
.reviews-copy h2,
.year-copy h2 {
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: clamp(52px, 5.8vw, 82px);
  line-height: .98;
  letter-spacing: -.035em;
}
.section-heading h2 span,
.theme-heading-new h2 span,
.year-copy h2 span { font-weight: 400; }

.themes {
  min-height: 0;
  padding: 135px 0 125px;
  background:
    radial-gradient(circle at 13% 18%, rgba(36, 51, 253, .28), transparent 32%),
    radial-gradient(circle at 87% 55%, rgba(252, 40, 109, .2), transparent 30%),
    var(--night);
}
.themes .section-inner { width: min(1850px, calc(100vw - 112px)); }
.theme-heading-new {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 350px);
  gap: 70px;
  align-items: end;
}
.theme-heading-new h2 { color: #fff; font-size: clamp(48px, 4.8vw, 76px); line-height: 1.05; }
.theme-heading-new h2 strong { font-weight: 700; }
.theme-heading-aside p { margin: 0; color: rgba(255, 255, 255, .72); font-size: 18px; line-height: 1.55; }
.theme-wall {
  position: relative;
  z-index: 6;
  display: grid;
  width: min(1580px, calc(100vw - 150px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 85px auto 75px;
  transform: perspective(1800px) rotateX(10deg) rotateZ(-4deg);
  transform-style: preserve-3d;
}
.theme-tile {
  position: relative;
  display: block;
  aspect-ratio: 344 / 236;
  overflow: hidden;
  border-radius: 24px;
  background: #051353;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .35), 0 32px 64px rgba(0, 0, 0, .45);
  transition: transform .45s cubic-bezier(.2, .75, .2, 1), box-shadow .45s ease, opacity .75s ease;
}
.theme-tile img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.theme-tile-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  max-width: calc(100% - 28px);
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}
.theme-tile-more {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 22px;
  background: rgba(3, 10, 51, .9);
  color: #fff;
  opacity: 0;
  transition: opacity .25s ease;
}
.theme-tile-more strong { font-family: var(--display); font-size: 22px; font-weight: 600; }
.theme-tile-more > span { color: rgba(255, 255, 255, .76); font-size: 15px; line-height: 1.5; }
.theme-tile-more em { color: #ffc27e; font-size: 15px; font-style: normal; font-weight: 800; }
.theme-wall .theme-tile:hover,
.theme-wall .theme-tile:focus-visible { transform: translateZ(70px) scale(1.025); box-shadow: 0 40px 80px rgba(0, 0, 0, .5); z-index: 7; }
.theme-tile:hover img,
.theme-tile:focus-visible img { transform: scale(1.04); }
.theme-tile:hover .theme-tile-more,
.theme-tile:focus-visible .theme-tile-more { opacity: 1; }
.theme-footer {
  position: relative;
  max-width: 1500px;
  margin: 45px auto 0;
}
.theme-footer h3 { margin: 0 0 20px; font-family: var(--display); font-size: 28px; }
.theme-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.theme-tags span { padding: 10px 16px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; background: rgba(255, 255, 255, .07); color: #fff; font-family: var(--display); font-size: 16px; font-weight: 600; }
.theme-footer .button { margin-top: 30px; }

.included {
  min-height: 1370px;
  padding: 135px 0 180px;
}
.included-photo-band {
  background-color: #040a30;
  background-image: url("/assets/liquid-band.jpg");
  background-position: center;
  background-size: cover;
}
.included-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 10, 51, .78), rgba(3, 10, 51, .4) 48%, rgba(3, 10, 51, .88)),
    radial-gradient(circle at 75% 20%, rgba(252, 40, 109, .25), transparent 36%);
}
.included-cards {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 76px;
  align-items: start;
}
.included-card {
  overflow: hidden;
  min-height: 720px;
  padding: 18px 18px 28px;
  border: 2px solid transparent;
  border-radius: 30px;
  background:
    linear-gradient(155deg, rgba(13, 25, 78, .9), rgba(5, 11, 45, .78)) padding-box,
    linear-gradient(135deg, var(--blue), var(--purple) 40%, var(--pink) 70%, var(--orange)) border-box;
  box-shadow: 0 34px 85px rgba(0, 0, 0, .4);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.included-card-low { margin-top: 74px; }
.included-card-mid { margin-top: 32px; }
.included-card > img { display: block; width: 100%; aspect-ratio: 1.8; object-fit: cover; border-radius: 20px; }
.included-card-copy { padding: 24px 10px 0; }
.included-card h3 { margin: 0 0 20px; font-family: var(--display); font-size: 34px; line-height: 1.05; }
.included-card ul { list-style: none; margin: 0; padding: 0; }
.included-card li { position: relative; padding: 14px 0 14px 24px; border-top: 1px solid rgba(255, 255, 255, .2); color: #fff; line-height: 1.45; }
.included-card li::before { content: ""; position: absolute; left: 0; top: 22px; width: 9px; height: 9px; border-radius: 50%; background: #ffb27a; }
.included-card-copy > p { margin: 18px 0 0; color: rgba(255, 255, 255, .72); font-size: 13px; line-height: 1.45; }

.how {
  min-height: 1000px;
  padding: 135px 0 150px;
  background: #030a33 url("/assets/lit-route.jpg") center / cover no-repeat;
}
.how::before { content: ""; position: absolute; inset: 0; background: rgba(3, 10, 51, .2); pointer-events: none; }
.route-map { position: relative; height: 560px; margin-top: 65px; }
.route-map > svg { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.route-path { animation: route-dash 14s linear infinite; }
@keyframes route-dash { to { stroke-dashoffset: -320; } }
.route-steps { list-style: none; margin: 0; padding: 0; }
.route-step { position: absolute; z-index: 1; width: 22%; }
.route-step-1 { left: 0; top: 260px; }
.route-step-2 { left: 26%; top: 90px; }
.route-step-3 { left: 52%; top: 260px; }
.route-step-4 { left: 78%; top: 90px; }
.route-step > span { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 23px; border: 5px solid var(--navy); border-radius: 50%; background: #fff; box-shadow: 0 12px 30px rgba(3, 10, 51, .25); color: var(--ink); font-family: var(--display); font-size: 23px; font-weight: 700; }
.route-step h3 { margin: 0 0 13px; font-family: var(--display); font-size: 27px; line-height: 1.08; }
.route-step p { margin: 0; color: rgba(255, 255, 255, .78); font-size: 15px; line-height: 1.5; }

.reviews { min-height: 0; padding: 135px 0 115px; background: var(--cream); }
.reviews .section-inner { width: min(2100px, calc(100vw - 40px)); }
.reviews-lead { display: grid; width: min(1180px, 100%); grid-template-columns: 1.12fr .88fr; gap: 76px; align-items: center; margin-inline: auto; }
.reviews-feature { position: relative; height: 580px; margin: 0; overflow: hidden; border-radius: 32px; box-shadow: 0 35px 85px rgba(3, 10, 51, .2); }
.reviews-feature img { width: 100%; height: 100%; object-fit: cover; }
.reviews-feature figcaption { position: absolute; left: 20px; bottom: 20px; padding: 11px 16px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 999px; background: rgba(255, 255, 255, .9); box-shadow: 0 8px 26px rgba(3, 10, 51, .2); font-size: 13px; font-weight: 800; backdrop-filter: blur(10px); }
.reviews-feature figcaption span { margin-right: 7px; color: var(--pink); }
.reviews-copy h2 { margin: 14px 0 34px; }
.reviews-copy h2 strong { display: block; }
.reviews-copy blockquote { margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(25px, 2.7vw, 37px); line-height: 1.28; }
.review-credit { margin: 22px 0 0; color: var(--muted); font-weight: 800; }
.review-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; margin-top: 88px; }
.review-quotes figure { margin: 0; padding: 22px 0 0; border-top: 1px solid #8b91b0; }
.review-quotes blockquote { margin: 0; color: var(--ink); font-size: 17px; line-height: 1.6; }
.review-quotes figcaption { margin-top: 14px; color: #3b4170; font-size: 15px; font-weight: 800; }
.review-collage { position: relative; height: 400px; margin-top: 70px; }
.review-collage img { position: absolute; width: 29%; height: 320px; object-fit: cover; border-radius: 24px; box-shadow: 0 25px 55px rgba(3, 10, 51, .18); transition: transform .5s cubic-bezier(.2, .7, .2, 1), box-shadow .5s ease; }
.review-collage img:nth-child(1) { z-index: 1; left: 0; top: 65px; transform: rotate(-4deg); }
.review-collage img:nth-child(2) { z-index: 3; left: 23%; top: 0; height: 340px; transform: rotate(3deg); }
.review-collage img:nth-child(3) { z-index: 2; left: 48%; top: 65px; transform: rotate(-2deg); }
.review-collage img:nth-child(4) { z-index: 4; left: 73%; top: 12px; height: 335px; transform: rotate(4deg); }
.review-collage img:hover { z-index: 5; transform: rotate(0) translateY(-8px) scale(1.045); box-shadow: 0 35px 65px rgba(3, 10, 51, .24); }
.reviews-link { margin: 65px auto 0; width: max-content; max-width: 100%; display: flex; }

.year { min-height: 1050px; padding: 140px 0; background: #fff; }
.year-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.year-copy > p:not(.section-label) { max-width: 540px; margin: 30px 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.season-stack { min-height: 690px; position: relative; }
.season-stack article {
  position: absolute;
  left: 0;
  right: 0;
  height: 240px;
  padding: 34px;
  border-radius: 34px;
  color: #fff;
  box-shadow: 0 30px 70px rgba(3, 10, 51, .22);
  transition: transform .35s ease;
}
.season-stack article:hover { transform: translateY(-12px) rotate(0deg) !important; }
.season-stack article:nth-child(1) { top: 0; background: linear-gradient(135deg, #2433fd, #5261ff); transform: rotate(-4deg); }
.season-stack article:nth-child(2) { top: 145px; background: linear-gradient(135deg, #9b2ed8, #bd5eef); transform: rotate(3deg); }
.season-stack article:nth-child(3) { top: 290px; background: linear-gradient(135deg, #cc0f4c, #fc286d); transform: rotate(-2deg); }
.season-stack article:nth-child(4) { top: 435px; background: linear-gradient(135deg, #b34e00, #fe8416); transform: rotate(4deg); }
.season-stack span { display: block; font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.season-stack strong { display: block; margin-top: 60px; font-family: var(--display); font-size: 36px; line-height: 1.05; }

.faq {
  min-height: 1220px;
  padding: 145px 0 155px;
  background:
    radial-gradient(circle at 18% 28%, rgba(36, 51, 253, .38), transparent 31%),
    radial-gradient(circle at 80% 76%, rgba(252, 40, 109, .25), transparent 30%),
    #06103a;
}
.faq-glow {
  position: absolute;
  inset: -20%;
  background: linear-gradient(130deg, transparent 30%, rgba(155, 46, 216, .16), transparent 70%);
  filter: blur(50px);
}
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 145px; }
.faq-intro h2 { margin: 16px 0 44px; font-family: var(--display); font-size: clamp(52px, 5.7vw, 82px); line-height: .98; letter-spacing: -.04em; font-weight: 400; }
.faq-intro h2 strong { font-weight: 700; }
.faq-callout { max-width: 410px; padding: 28px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 24px; background: rgba(255, 255, 255, .08); box-shadow: 0 22px 55px rgba(0, 0, 0, .25); backdrop-filter: blur(16px); }
.faq-callout h3 { margin: 0 0 8px; font-family: var(--display); font-size: 26px; }
.faq-callout p { margin: 0 0 18px; color: rgba(255, 255, 255, .65); line-height: 1.5; }
.faq-callout a { display: inline-flex; gap: 10px; color: #ffc27e; font-weight: 800; text-underline-offset: 4px; }
.faq-list { border-top: 1px solid rgba(255, 255, 255, .2); }
.faq-list details { border-bottom: 1px solid rgba(255, 255, 255, .2); }
.faq-list summary { list-style: none; display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; font-family: var(--display); font-size: clamp(22px, 2vw, 29px); font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus { display: grid; flex: none; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; font-family: var(--sans); font-size: 24px; font-weight: 400; transition: transform .25s ease, background .25s ease; }
.faq-list details[open] .faq-plus { transform: rotate(45deg); background: #fff; color: var(--ink); }
.faq-list details > p { max-width: 650px; margin: -5px 70px 30px 0; color: rgba(255, 255, 255, .66); font-size: 17px; line-height: 1.65; }

.ready { min-height: 1120px; background: #fff; }
.ready-words { position: relative; z-index: 6; width: 100%; height: 850px; font-family: var(--display); font-size: clamp(76px, 12vw, 180px); line-height: .8; letter-spacing: -.06em; text-transform: uppercase; }
.ready-words span { position: absolute; }
.ready-a { top: 100px; left: 8%; font-weight: 700; }
.ready-b { top: 280px; left: 32%; font-weight: 400; }
.ready-c { top: 500px; right: 31%; font-weight: 700; }
.ready-d { top: 690px; right: 4%; font-weight: 400; }
.ready-cta { width: min(620px, calc(100vw - 48px)); margin: 70px auto 0; padding: 38px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255, 255, 255, .9); text-align: center; box-shadow: 0 30px 70px rgba(3, 10, 51, .12); }
.ready-cta p { margin: 0 0 22px; color: var(--muted); font-size: 18px; line-height: 1.55; }

.contact { min-height: 820px; display: grid; place-items: center; }
.contact::before { background: rgba(3, 10, 51, .58); }
.aurora-footer { transform: rotate(180deg); }
.contact-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.contact-inner > img { width: 210px; margin-bottom: 42px; }
.contact-inner h2 { margin: 16px 0 24px; font-family: var(--display); font-size: clamp(58px, 7vw, 100px); line-height: .95; letter-spacing: -.04em; font-weight: 400; }
.contact-inner h2 strong { font-weight: 700; }
.contact-inner > p:not(.section-label) { margin: 0 0 28px; color: rgba(255, 255, 255, .78); font-size: 19px; }

.site-footer {
  position: relative;
  z-index: 6;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px max(36px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: var(--night);
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
}
.site-footer a { color: inherit; text-underline-offset: 4px; }

/* Official quote and yearly-planning pages. */
.inner-hero { min-height: 860px; height: max(760px, 100svh); }
.inner-hero-inner {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 150px 0 96px;
}
.inner-hero h1 {
  max-width: 900px;
  margin: 22px 0 30px;
  font-family: var(--display);
  font-size: clamp(62px, 7.4vw, 108px);
  line-height: .94;
  letter-spacing: -.04em;
  font-weight: 400;
}
.inner-hero h1 strong { font-weight: 700; }
.inner-hero-inner > p:not(.eyebrow) { max-width: 620px; margin: 0 0 28px; color: rgba(255, 255, 255, .84); font-size: 20px; line-height: 1.58; }
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.trust-strip span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(4, 12, 54, .2);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.form-section { min-height: 1900px; padding: 140px 0 160px; background: #fffaf4; }
.form-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.form-intro { position: sticky; top: 135px; }
.form-intro h2,
.next-copy h2,
.calendar-heading h2 {
  margin: 16px 0 28px;
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.04em;
}
.form-intro h2 span,
.next-copy h2 span,
.calendar-heading h2 span { font-weight: 400; }
.form-intro > p:not(.section-label):not(.form-help) { margin: 0 0 20px; color: #59627d; font-size: 18px; line-height: 1.65; }
.form-checks { list-style: none; margin: 32px 0 0; padding: 0; border-top: 1px solid var(--line); }
.form-checks li { position: relative; padding: 16px 0 16px 30px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 800; line-height: 1.4; }
.form-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--pink); }
.form-help { margin: 28px 0 0; color: var(--muted); line-height: 1.55; }
.form-help a { color: var(--blue); font-weight: 800; text-underline-offset: 4px; }
.form-card { position: relative; z-index: 7; overflow: hidden; border: 1px solid rgba(7, 19, 63, .14); border-radius: 34px; background: #fff; box-shadow: 0 35px 90px rgba(3, 10, 51, .14); }
.form-card-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 24px 28px; background: linear-gradient(120deg, var(--blue), var(--purple) 55%, var(--pink)); color: #fff; }
.form-card-heading span { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
.form-card-heading strong { font-family: var(--display); font-size: 27px; }
.jotform-frame { display: block; width: 100%; min-height: 1800px; border: 0; background: #fff; }
.jotform-frame-yearly { min-height: 2100px; }

.next-section { min-height: 1120px; padding: 140px 0; background: var(--cream); }
.next-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.next-photo { position: relative; height: 760px; margin: 0; overflow: hidden; border-radius: 34px; box-shadow: 0 36px 85px rgba(3, 10, 51, .18); }
.next-photo img { width: 100%; height: 100%; object-fit: cover; }
.next-photo figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 14px 18px; border-radius: 18px; background: rgba(255, 255, 255, .9); color: var(--ink); font-size: 14px; font-weight: 800; backdrop-filter: blur(12px); }
.next-steps { list-style: none; margin: 38px 0 34px; padding: 0; }
.next-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.next-steps li > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--display); font-size: 19px; font-weight: 700; }
.next-steps li:nth-child(2) > span { background: var(--purple); }
.next-steps li:nth-child(3) > span { background: var(--pink); }
.next-steps h3 { margin: 0 0 7px; font-family: var(--display); font-size: 25px; }
.next-steps p { margin: 0; color: var(--muted); line-height: 1.55; }
.next-copy blockquote { margin: 32px 0 0; padding: 26px; border-radius: 24px; background: #fff; box-shadow: 0 18px 45px rgba(3, 10, 51, .08); color: #4e5772; font-size: 17px; line-height: 1.6; }
.next-copy cite { display: block; margin-top: 12px; color: var(--ink); font-style: normal; font-weight: 800; }

.calendar-section { min-height: 1180px; padding: 145px 0; background: #06103a; }
.calendar-heading { position: relative; z-index: 6; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.calendar-heading > p { margin: 0; color: rgba(255, 255, 255, .68); font-size: 18px; line-height: 1.65; }
.calendar-cards { position: relative; z-index: 6; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 76px; }
.calendar-card { min-height: 380px; padding: 28px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 28px; background: linear-gradient(145deg, rgba(36, 51, 253, .74), rgba(6, 16, 58, .74)); box-shadow: 0 28px 70px rgba(0, 0, 0, .3); }
.calendar-card:nth-child(2) { margin-top: 38px; background: linear-gradient(145deg, rgba(155, 46, 216, .76), rgba(6, 16, 58, .76)); }
.calendar-card:nth-child(3) { margin-top: 76px; background: linear-gradient(145deg, rgba(252, 40, 109, .72), rgba(6, 16, 58, .78)); }
.calendar-card:nth-child(4) { margin-top: 114px; background: linear-gradient(145deg, rgba(254, 132, 22, .72), rgba(6, 16, 58, .78)); }
.calendar-card > span { color: rgba(255, 255, 255, .62); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.calendar-card h3 { margin: 80px 0 18px; font-family: var(--display); font-size: 31px; }
.calendar-card p { margin: 0; color: rgba(255, 255, 255, .72); line-height: 1.65; }
.calendar-note { position: relative; z-index: 6; max-width: 850px; margin: 70px auto 0; padding: 30px; border-top: 1px solid rgba(255, 255, 255, .22); color: rgba(255, 255, 255, .72); text-align: center; }
.calendar-note strong { display: block; margin-bottom: 10px; color: #fff; font-family: var(--display); font-size: 25px; }
.calendar-note p { margin: 0; line-height: 1.65; }
.inner-faq { min-height: 1040px; }
.inner-contact { min-height: 760px; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2, .75, .2, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1080px) {
  :root { --content: min(920px, calc(100vw - 48px)); }
  .site-header { grid-template-columns: 150px 1fr auto; padding-left: 20px; }
  .brand { width: 132px; }
  .main-nav { gap: 16px; }
  .main-nav a:nth-child(3), .main-nav a:nth-child(4) { display: none; }
  .service-cards { gap: 14px; }
  .service-card { padding: 30px 24px; }
  .theme-piece-a { left: 2%; }
  .theme-piece-c { right: 1%; }
  .themes .section-inner { width: calc(100vw - 60px); }
  .theme-heading-new { grid-template-columns: 1fr; gap: 24px; }
  .theme-heading-aside { max-width: 480px; }
  .theme-wall { width: calc(100vw - 100px); grid-template-columns: repeat(2, minmax(0, 1fr)); transform: perspective(1800px) rotateX(5deg) rotateZ(-2deg); }
}

@media (max-width: 760px) {
  :root { --content: calc(100vw - 36px); }
  .site-header { top: 14px; width: calc(100vw - 28px); min-height: 62px; grid-template-columns: 1fr auto; padding: 8px 9px 8px 18px; }
  .brand { width: 120px; }
  .main-nav { display: none; }
  .header-cta { min-height: 44px; padding: 0 17px; font-size: 14px; }
  .scene-stage { opacity: .88; }
  .hero { min-height: 820px; height: 100svh; }
  .hero-inner { justify-content: flex-end; padding: 120px 0 110px; }
  .hero h1 { max-width: 100%; font-size: clamp(52px, 15.2vw, 72px); }
  .hero-copy { max-width: 92%; font-size: 17px; }
  .button { min-height: 50px; padding: 0 20px; font-size: 15px; }
  .hero-proof { max-width: 80%; line-height: 1.7; }
  .scroll-cue { left: 18px; transform: none; }

  .story { min-height: 930px; padding: 100px 0 80px; }
  .story-grid { grid-template-columns: 1fr; gap: 34px; }
  .story-copy p { font-size: 22px; }
  .kinetic-lines { width: 170%; margin: 100px 0 0 -35%; gap: 10px; }
  .kinetic-line { font-size: clamp(48px, 14vw, 68px); }
  .photo-chip { width: 120px; height: 54px; }
  .photo-chip-small { width: 90px; }

  .focus { min-height: 0; padding: 80px 0 100px; }
  .focus-grid { grid-template-columns: 1fr; gap: 28px; }
  .focus-statement { grid-row: auto; min-height: 500px; padding: 28px; }
  .focus-statement h2 { font-size: 42px; }
  .focus-visual { height: 330px; }
  .focus-notes { padding: 0; }

  .included { min-height: 0; padding: 90px 0 110px; }
  .section-heading, .theme-heading, .year-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-heading h2, .theme-heading h2, .reviews-copy h2, .year-copy h2 { font-size: 48px; }
  .service-cards { grid-template-columns: 1fr; margin-top: 64px; gap: 22px; }
  .service-card, .service-card-raised, .service-card-low { min-height: 0; margin-top: 0; transform: none; }
  .service-card h3 { margin-top: 58px; }

  .themes { min-height: 0; padding: 90px 0 100px; }
  .themes .section-inner { width: calc(100vw - 36px); }
  .theme-heading .section-label { grid-column: auto; }
  .theme-collage { width: 100%; height: auto; margin-top: 55px; padding: 0 18px; display: grid; grid-template-columns: 1fr; gap: 18px; }
  .theme-piece, .theme-piece-a, .theme-piece-b, .theme-piece-c, .theme-piece-d, .theme-piece-e { position: relative; inset: auto; width: 100%; height: 380px; transform: none; }
  .themes-foot { margin-top: 35px; align-items: flex-start; flex-direction: column; }

  .how { min-height: 0; padding: 90px 0 110px; }
  .steps { grid-template-columns: 1fr; margin-top: 70px; border-top: 0; border-left: 2px solid var(--ink); }
  .steps li { padding: 0 0 55px 38px; }
  .steps li::before { top: 0; left: -10px; }
  .steps h3 { min-height: 0; }

  .reviews { min-height: 0; padding: 90px 0 110px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 42px; }
  .reviews-photo { height: 380px; }
  .reviews-copy blockquote { font-size: 26px; }
  .reviews-grid .metric:nth-of-type(n) { grid-column: auto; grid-row: auto; }

  .year { min-height: 0; padding: 90px 0 120px; }
  .season-stack { min-height: 590px; }
  .season-stack article { height: 205px; padding: 26px; }
  .season-stack article:nth-child(2) { top: 125px; }
  .season-stack article:nth-child(3) { top: 250px; }
  .season-stack article:nth-child(4) { top: 375px; }
  .season-stack strong { margin-top: 42px; font-size: 30px; }

  .ready { min-height: 920px; }
  .ready-words { height: 650px; font-size: clamp(58px, 19vw, 88px); }
  .ready-a { top: 110px; left: 5%; }
  .ready-b { top: 250px; left: 25%; }
  .ready-c { top: 400px; right: 20%; }
  .ready-d { top: 535px; right: 3%; }
  .ready-cta { margin-top: 30px; }

  .contact { min-height: 760px; }
  .contact-inner > img { width: 170px; }
  .contact-inner h2 { font-size: 58px; }
  .contact .button-row { justify-content: center; }
  .site-footer { min-height: 150px; flex-direction: column; align-items: flex-start; justify-content: center; padding-inline: 18px; }
}

@media (max-width: 760px) {
  .hero { min-height: 930px; height: auto; }
  .hero-inner { min-height: 930px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(48px, 12.5vw, 60px); }
  .hero-proof { max-width: 100%; }
  .scroll-cue { display: none; }

  .story { min-height: 980px; padding: 100px 0 90px; }
  .story-after { grid-template-columns: 1fr; margin-top: 78px; }
  .story-copy { grid-column: auto; }
  .kinetic-lines { width: 166%; margin: 68px 0 0 -33%; }

  .theme-heading-new { grid-template-columns: 1fr; gap: 30px; }
  .section-heading h2, .theme-heading-new h2, .reviews-copy h2, .year-copy h2 { font-size: 48px; }
  .theme-wall { width: 100%; grid-template-columns: 1fr; gap: 18px; margin: 52px auto 48px; transform: none; }
  .theme-tile { aspect-ratio: 1.5; }
  .theme-tile-label { font-size: 16px; }
  .theme-footer { margin-top: 46px; }
  .theme-tags span { font-size: 14px; }

  .included-cards { grid-template-columns: 1fr; margin-top: 58px; }
  .included-card, .included-card-low, .included-card-mid { min-height: 0; margin-top: 0; }
  .included-card > img { height: auto; }

  .route-map { height: auto; margin-top: 55px; }
  .route-steps { position: relative; display: grid; gap: 42px; }
  .route-step, .route-step-1, .route-step-2, .route-step-3, .route-step-4 { position: relative; inset: auto; width: auto; min-height: 92px; padding-left: 78px; }
  .route-step > span { position: absolute; left: 0; top: 0; width: 56px; height: 56px; margin: 0; border-width: 4px; }
  .route-path { stroke: url(#route-gradient-v); }

  .reviews { min-height: 0; }
  .reviews-lead { grid-template-columns: 1fr; gap: 52px; }
  .reviews-feature { height: 420px; }
  .review-quotes { grid-template-columns: 1fr; gap: 26px; margin-top: 70px; }
  .review-collage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; height: auto; margin-top: 65px; }
  .review-collage img, .review-collage img:nth-child(n) { position: relative; left: auto; top: auto; width: 100%; height: 220px; }
  .review-collage img:nth-child(1) { transform: rotate(-3deg) translateY(5px); }
  .review-collage img:nth-child(2) { transform: rotate(2deg) translateY(-8px); }
  .review-collage img:nth-child(3) { transform: rotate(2deg) translateY(5px); }
  .review-collage img:nth-child(4) { transform: rotate(-3deg) translateY(-5px); }
  .review-collage img:hover { transform: rotate(0) translateY(-8px) scale(1.045); }
  .reviews-link { width: auto; margin-top: 45px; }

  .faq { min-height: 0; padding: 100px 0 110px; }
  .faq-grid { grid-template-columns: 1fr; gap: 65px; }
  .faq-intro { position: static; }
  .faq-intro h2 { font-size: 50px; }
  .faq-list summary { min-height: 84px; font-size: 22px; }
  .faq-list details > p { margin-right: 48px; font-size: 16px; }
}

@media (max-width: 1080px) {
  .form-grid { gap: 42px; grid-template-columns: .72fr 1.28fr; }
  .calendar-cards { grid-template-columns: repeat(2, 1fr); }
  .calendar-card:nth-child(n) { margin-top: 0; }
  .site-footer { flex-wrap: wrap; }
}

@media (max-width: 760px) {
  .inner-hero { min-height: 900px; height: auto; }
  .inner-hero-inner { min-height: 900px; justify-content: flex-end; padding: 120px 0 92px; }
  .inner-hero h1 { max-width: 100%; font-size: clamp(50px, 13vw, 64px); }
  .inner-hero-inner > p:not(.eyebrow) { max-width: 94%; font-size: 17px; }
  .trust-strip { max-width: 92%; }
  .trust-strip span { padding: 7px 10px; font-size: 11px; }

  .form-section { min-height: 0; padding: 90px 0 100px; }
  .form-grid { grid-template-columns: 1fr; gap: 54px; }
  .form-intro { position: static; }
  .form-intro h2, .next-copy h2, .calendar-heading h2 { font-size: 46px; }
  .form-intro > p:not(.section-label):not(.form-help) { font-size: 17px; }
  .form-card { margin-inline: -8px; border-radius: 24px; }
  .form-card-heading { align-items: flex-start; flex-direction: column; padding: 20px; }
  .jotform-frame { min-height: 1840px; }
  .jotform-frame-yearly { min-height: 2200px; }

  .next-section { min-height: 0; padding: 90px 0 100px; }
  .next-grid { grid-template-columns: 1fr; gap: 56px; }
  .next-photo { height: 460px; }
  .next-steps li { grid-template-columns: 50px 1fr; gap: 14px; }

  .calendar-section { min-height: 0; padding: 100px 0 110px; }
  .calendar-heading { grid-template-columns: 1fr; gap: 26px; }
  .calendar-cards { grid-template-columns: 1fr; gap: 16px; margin-top: 54px; }
  .calendar-card { min-height: 260px; }
  .calendar-card h3 { margin-top: 48px; }
  .calendar-note { margin-top: 50px; padding-inline: 8px; }
  .inner-contact { min-height: 720px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (hover: none) {
  .theme-tile-label { display: none; }
  .theme-tile-more { inset: auto 0 0; min-height: 50%; background: linear-gradient(transparent, rgba(3, 10, 51, .94) 22%); opacity: 1; }
}
