:root {
  color: #111b24;
  background: #f7f1e8;
  font-family: "DM Sans", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
button { font: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 3px solid #ec5f9c; outline-offset: 4px; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4.3vw, 76px);
  border-bottom: 1px solid rgba(17, 27, 36, .13);
  background: rgba(247, 241, 232, .88);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: .2em;
  color: inherit;
  text-decoration: none;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.03em;
}
.wordmark span { font-weight: 500; }
.wordmark i { color: #ea71a7; font-size: 18px; font-style: normal; vertical-align: top; }
.site-header nav { display: flex; gap: clamp(18px, 3vw, 55px); }
.site-header nav button, .header-cta {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}
.site-header nav button:hover { color: #087fa1; }
.header-cta { padding: 17px 20px; background: #121c25; color: #fff9f0; }
.header-cta span { margin-left: 10px; font-size: 16px; }
.header-cta:hover { background: #087fa1; }

.showcase { position: relative; height: 500vh; }
.sticky-stage { position: sticky; top: 0; height: 100vh; min-height: 620px; overflow: hidden; background: #f7f1e8; }
.sticky-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 41%;
  height: 100%;
  background: #caeefa;
  opacity: .73;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}
.scene-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(112deg, transparent 0 108px, rgba(255,255,255,.15) 111px 115px, transparent 122px 238px),
    radial-gradient(ellipse at 78% 76%, rgba(82, 196, 221, .22), transparent 34%);
  opacity: .8;
}
#phone-canvas, .poster { position: absolute; width: 100%; height: 100%; inset: 0; }
#phone-canvas { z-index: 2; outline: none; touch-action: pan-y; cursor: grab; }
#phone-canvas:active { cursor: grabbing; }
.poster { z-index: 1; object-fit: cover; object-position: center; opacity: 0; pointer-events: none; }
.no-webgl .poster { opacity: .68; }
.no-webgl #phone-canvas { display: none; }

.scene-index, .stage-footer, .progress-rail { position: absolute; z-index: 8; }
.scene-index {
  top: 114px;
  right: clamp(22px, 4.3vw, 76px);
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}
.scene-index > span:first-child { color: #087fa1; }
.scene-index-line { width: 34px; border-top: 1px solid #111b24; }
.progress-rail { top: 50%; right: 28px; width: 2px; height: 124px; transform: translateY(-50%); background: rgba(17,27,36,.18); }
.progress-rail span { display: block; width: 100%; height: 0%; background: #087fa1; }
.stage-footer {
  left: clamp(22px, 4.3vw, 76px);
  right: clamp(22px, 4.3vw, 76px);
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 17px;
  border-top: 1px solid rgba(17,27,36,.26);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
}
.stage-footer button { border: 0; background: none; color: inherit; font-size: inherit; font-weight: inherit; letter-spacing: inherit; }
.stage-footer button:hover { color: #087fa1; }

.story {
  position: absolute;
  z-index: 5;
  inset: 0;
  padding: max(174px, 18vh) clamp(22px, 4.3vw, 76px) 88px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px);
  transition: opacity .5s ease, transform .6s ease, visibility .5s;
  pointer-events: none;
}
.story.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
.story.is-active button { pointer-events: auto; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .24em; }
.story h1, .story h2 {
  max-width: 830px;
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(76px, 10.3vw, 174px);
  font-weight: 800;
  line-height: .77;
  letter-spacing: -.035em;
}
.story h1 em, .story h2 em { color: #087fa1; font-style: normal; }
.intro { max-width: 425px; margin: 38px 0 27px; font-size: clamp(15px, 1.2vw, 19px); line-height: 1.5; }
.text-cta {
  padding: 0 0 10px;
  border: 0;
  border-bottom: 2px solid #111b24;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
}
.text-cta span { margin-left: 20px; font-size: 20px; }
.text-cta:hover { color: #087fa1; border-color: #087fa1; }

.story--less, .story--kai, .story--outro { padding-top: max(150px, 16vh); }
.story--less .eyebrow, .story--kai .eyebrow { position: absolute; top: max(150px, 16vh); left: clamp(22px, 4.3vw, 76px); }
.counter { position: absolute; display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.counter-label { font-size: 15px; font-weight: 700; letter-spacing: .22em; }
.counter strong { font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(142px, 21vw, 360px); font-weight: 800; letter-spacing: -.08em; line-height: .76; }
.counter small { padding-top: 20px; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.counter--apps { top: 27%; left: 4.3vw; }
.counter--feeds { top: 49%; right: 5vw; color: #087fa1; }
.counter--feeds strong { font-size: clamp(110px, 15vw, 260px); }
.aside-note { position: absolute; left: 4.3vw; bottom: 15%; width: 310px; font-size: 13px; line-height: 1.5; }
.counter--kai { top: 28%; right: 7%; color: #087fa1; }
.counter--kai strong { font-size: clamp(200px, 27vw, 440px); }
.conversation { position: absolute; left: 5vw; bottom: 14%; width: 295px; padding-left: 20px; border-left: 3px solid #ed77a8; }
.conversation-kicker, .conversation-foot { font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.conversation p { margin: 16px 0; font-size: 21px; font-weight: 600; line-height: 1.35; }
.conversation-foot { color: #4c5c62; line-height: 1.5; }

.story--outro h2 { font-size: clamp(95px, 14vw, 240px); }
.outro-copy { max-width: 330px; margin: 35px 0 24px; font-size: 17px; line-height: 1.45; }
.concept-cta { display: inline-flex; align-items: center; gap: 24px; padding: 18px 22px; background: #111b24; color: #fff9f0; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.concept-cta span { opacity: .55; font-size: 9px; }

.concept-note { display: flex; align-items: start; gap: clamp(25px, 9vw, 160px); padding: 60px clamp(22px, 4.3vw, 76px) 90px; background: #111b24; color: #f7f1e8; }
.concept-note span { min-width: 175px; font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.concept-note p { max-width: 800px; margin: 0; font-size: clamp(17px, 2vw, 29px); line-height: 1.35; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .site-header nav { display: none; }
  .wordmark { font-size: 24px; }
  .header-cta { padding: 13px 14px; }
  .sticky-stage { min-height: 590px; }
  .sticky-stage::before { width: 100%; height: 60%; top: 40%; clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%); }
  .scene-index { top: 88px; }
  .progress-rail { right: 12px; }
  .story { padding-top: 125px; }
  .story h1 { font-size: clamp(60px, 11vw, 95px); }
  .intro { max-width: 320px; margin-top: 22px; }
  .story--less .eyebrow, .story--kai .eyebrow { top: 132px; }
  .counter--apps { top: 24%; }
  .counter--feeds { top: 61%; }
  .counter--apps strong { font-size: 175px; }
  .counter--feeds strong { font-size: 135px; }
  .aside-note { bottom: 13%; left: 4.3vw; width: 225px; }
  .counter--kai { top: 54%; }
  .counter--kai strong { font-size: 200px; }
  .conversation { bottom: 22%; width: 225px; }
  .story--outro h2 { font-size: clamp(80px, 13vw, 140px); }
}

@media (max-width: 600px) {
  .site-header { padding: 0 18px; }
  .header-cta { font-size: 9px; letter-spacing: .08em; }
  .scene-index { right: 20px; top: 90px; font-size: 8px; }
  .scene-index-line { display: none; }
  .story { padding: 134px 22px 84px; }
  .eyebrow { margin-bottom: 13px; font-size: 9px; }
  .story h1 { font-size: clamp(53px, 13vw, 78px); }
  .intro { max-width: 270px; font-size: 13px; margin: 16px 0; }
  .text-cta { font-size: 10px; }
  .story--less .eyebrow, .story--kai .eyebrow { top: 134px; left: 22px; }
  .counter-label { font-size: 11px; }
  .counter small { padding-top: 8px; font-size: 8px; }
  .counter--apps { left: 22px; top: 28%; }
  .counter--apps strong { font-size: clamp(100px, 29vw, 165px); }
  .counter--feeds { right: 22px; top: 28%; }
  .counter--feeds strong { font-size: clamp(85px, 26vw, 145px); }
  .aside-note { left: 22px; top: 43%; bottom: auto; width: 190px; font-size: 10px; }
  .counter--kai { right: 24px; top: 60%; }
  .counter--kai strong { font-size: 160px; }
  .conversation { left: 22px; bottom: 24%; width: 180px; padding-left: 10px; }
  .conversation p { font-size: 15px; margin: 9px 0; }
  .conversation-kicker, .conversation-foot { font-size: 8px; }
  .story--outro h2 { font-size: clamp(62px, 14vw, 90px); }
  .outro-copy { max-width: 260px; margin: 18px 0; font-size: 13px; }
  .concept-cta { padding: 13px; font-size: 10px; }
  .stage-footer { left: 22px; right: 22px; bottom: 17px; font-size: 8px; }
  .stage-footer .rotate-hint { display: none; }
  .concept-note { display: block; padding: 40px 22px 55px; }
  .concept-note span { display: block; margin-bottom: 20px; }
  .concept-note p { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story { transition: none; transform: none; }
}

/* The product story below the interactive phone */
:root { --ink: #17212b; --cream: #f7f1e8; --blue: #087fa1; --pink: #ed77a8; --curve: cubic-bezier(.32,.72,0,1); }
body { overflow-x: hidden; }
a { color: inherit; }
section[id] { scroll-margin-top: 110px; }
.launch-ribbon { position: fixed; z-index: 22; inset: 0 0 auto; height: 25px; display: flex; align-items: center; justify-content: center; gap: 20px; background: #17212b; color: #fff6e8; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.launch-ribbon span { color: #f08db5; font-size: 11px; }
.site-header { top: 25px; height: 72px; width: min(calc(100% - 32px), 1460px); left: 50%; padding: 0 clamp(20px, 3vw, 42px); transform: translateX(-50%); border: 1px solid rgba(23,33,43,.09); border-radius: 0 0 22px 22px; background: rgba(249,246,240,.93); box-shadow: 0 12px 42px rgba(31,70,77,.07); }
.site-header nav a { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }
.header-cta { display: inline-flex; align-items: center; gap: 16px; padding: 6px 6px 6px 20px; text-decoration: none; border-radius: 100px; }
.header-cta .arrow-disc, .concept-cta .arrow-disc, .interest-field .arrow-disc { display: grid; place-items: center; width: 33px; height: 33px; margin: 0; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 17px; line-height: 1; transition: transform .5s var(--curve); }
.header-cta:hover .arrow-disc, .concept-cta:hover .arrow-disc, .interest-field button:hover .arrow-disc { transform: translate(3px,-2px); }
.story--hero h1 { font-size: clamp(68px, 9vw, 150px); line-height: .76; }
.story--hero .intro { max-width: 370px; }
.hero-side-note { position: absolute; bottom: 125px; left: clamp(22px, 4.3vw, 76px); font-size: 9px; font-weight: 700; letter-spacing: .19em; opacity: .55; }
.concept-cta { text-decoration: none; border-radius: 100px; padding: 7px 7px 7px 23px; transition: transform .5s var(--curve), background .5s var(--curve); }
.concept-cta:hover { transform: translateY(-3px); background: var(--blue); }

.section-index, .section-topline, .section-kicker, .detail-number, .finish-stamp { font-size: 10px; font-weight: 700; letter-spacing: .19em; }
.section-kicker { margin: 0 0 21px; color: var(--blue); }
.campaign-section, .details-section, .finish-section, .kai-section, .reality-section { padding: clamp(80px, 11vw, 170px) clamp(24px, 6vw, 106px); }
.campaign-section { background: #f9f5ed; }
.section-topline { display: flex; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid rgba(23,33,43,.2); }
.campaign-heading { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(220px, .45fr); align-items: end; gap: 30px; margin: clamp(70px, 8vw, 120px) 0 75px; }
.campaign-heading .section-kicker { grid-column: 1/-1; margin-bottom: -18px; }
.campaign-heading h2, .details-intro h2, .finish-copy h2, .kai-heading h2, .reality-section h2, .drop-inner h2 { margin: 0; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(70px, 9.3vw, 148px); font-weight: 800; line-height: .78; letter-spacing: -.035em; }
.campaign-heading h2 em, .details-intro h2 em, .finish-copy h2 em, .kai-heading h2 em, .reality-section h2 em { color: var(--blue); font-style: normal; }
.campaign-heading > p:last-child, .details-intro > p:last-child, .finish-copy > p:not(.section-kicker), .kai-heading > p:last-child { max-width: 340px; margin: 0; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.5; }
.campaign-image { position: relative; margin: 0; overflow: hidden; border-radius: 28px; background: #d8d9cc; aspect-ratio: 1.95; }
.campaign-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.2s var(--curve); }
.campaign-image:hover img { transform: scale(1.035); }
.campaign-image figcaption { position: absolute; left: 25px; right: 25px; bottom: 23px; display: flex; justify-content: space-between; gap: 20px; padding: 13px 16px; border-radius: 100px; background: rgba(250,247,239,.87); color: var(--ink); backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; letter-spacing: .16em; }

.details-section { background: #d9f0ef; }
.details-intro { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(220px,.7fr); gap: 0 60px; align-items: end; }
.details-intro .section-index, .details-intro .section-kicker { grid-column: 1/-1; }
.details-intro .section-index { margin-bottom: 65px; }
.details-intro .section-kicker { margin-bottom: 23px; }
.detail-cards { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 14px; margin-top: 90px; }
.detail-card { position: relative; min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(24px, 3vw, 42px); border: 7px solid rgba(255,255,255,.35); border-radius: 28px; background: #fbf8f1; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.detail-card--wide { background: #1184a1; color: white; }
.detail-number { opacity: .7; }
.detail-card h3 { margin: 0 0 9px; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(38px, 3.7vw, 62px); line-height: .9; }
.detail-card p { max-width: 250px; margin: 0; font-size: 15px; line-height: 1.5; }
.detail-graphic { position: absolute; top: 100px; left: 50%; transform: translateX(-50%); }
.flip-graphic { width: 170px; height: 190px; filter: drop-shadow(13px 24px 22px rgba(1,61,80,.22)); transform: translateX(-50%) rotate(-17deg); }
.flip-graphic span { position: absolute; left: 19%; width: 63%; height: 48%; border: 8px solid #8cd5db; border-radius: 19px; background: #f6bdd2; box-shadow: inset 0 0 0 6px rgba(255,255,255,.35); }
.flip-graphic span:first-child { top: 0; transform-origin: 50% 100%; transform: perspective(200px) rotateX(-38deg); }
.flip-graphic span:last-child { bottom: 0; }
.key-graphic { display: grid; place-items: center; width: 145px; height: 145px; border: 13px solid #b9e0e1; border-radius: 50%; background: linear-gradient(145deg,#31a5cc,#1076a8); box-shadow: inset 0 6px 7px rgba(255,255,255,.6), 10px 18px 24px rgba(14,100,129,.16); }
.key-graphic span { color: #fff2d6; font-size: 67px; }
.count-graphic { color: #e986ae; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 190px; font-weight: 800; line-height: .8; letter-spacing: -.1em; }
.count-graphic span { display: block; margin-top: 13px; color: var(--ink); font-family: "DM Sans",sans-serif; font-size: 12px; letter-spacing: .25em; }

.finish-section { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 130px); align-items: center; background: #f8edea; }
.finish-copy { max-width: 620px; }
.finish-copy .section-index { display: block; margin-bottom: 75px; }
.finish-copy h2 { margin-bottom: 35px; }
.finish-options { display: flex; flex-direction: column; gap: 10px; max-width: 460px; margin: 40px 0 27px; }
.finish-option { display: flex; align-items: center; gap: 16px; width: 100%; padding: 12px 16px; border: 1px solid rgba(23,33,43,.14); border-radius: 18px; background: rgba(255,255,255,.48); text-align: left; transition: background .45s var(--curve), transform .45s var(--curve), border-color .45s var(--curve); }
.finish-option:hover, .finish-option.is-selected, .finish-option[aria-pressed="true"] { background: #fffdfa; border-color: rgba(23,33,43,.58); transform: translateX(5px); }
.finish-option > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.finish-option strong { font-size: 12px; letter-spacing: .15em; }
.finish-option small { font-size: 9px; font-weight: 700; letter-spacing: .14em; opacity: .58; }
.swatch { display: block; width: 43px; height: 43px; flex: 0 0 43px; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(23,33,43,.13); }
.swatch--lagoon { background: linear-gradient(135deg,#168aaa 50%,#f3abc9 50%); }
.swatch--cherry { background: linear-gradient(135deg,#af2559 50%,#ffc5d2 50%); }
.swatch--milk { background: linear-gradient(135deg,#eee0ca 50%,#b0d9d2 50%); }
.inline-link { padding: 0 0 10px; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.inline-link span { margin-left: 12px; font-size: 16px; }
.finish-art { position: relative; min-height: 620px; overflow: hidden; border-radius: 34px; background: radial-gradient(circle at 35% 36%,#cff4f2 0,#9bdde5 37%,#1d92ad 82%); }
.finish-orbit { position: absolute; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; left: -145px; top: -50px; }
.finish-orbit--two { width: 480px; height: 480px; left: -30px; top: 65px; }
.finish-emblem { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%,-50%) rotate(-9deg); width: min(48%,300px); aspect-ratio: .73; padding-top: 20%; border: 13px solid #65c4d0; border-radius: 40px; background: linear-gradient(140deg,#f7bfd3,#eaa2bf); box-shadow: inset 0 5px 4px rgba(255,255,255,.65), 35px 55px 65px rgba(6,70,83,.24); color: #087b9c; }
.finish-emblem span { font-size: clamp(60px, 8vw, 130px); line-height: 1; }
.finish-emblem b { font-family: "Barlow Condensed",Impact,sans-serif; font-size: clamp(46px,6vw,100px); line-height: .8; }
.finish-emblem small { font-size: 11px; font-weight: 700; letter-spacing: .3em; }
.finish-stamp { position: absolute; bottom: 28px; left: 30px; color: white; }

.kai-section { background: #152630; color: #f7f1e8; }
.kai-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 0 70px; }
.kai-heading .section-index, .kai-heading .section-kicker { grid-column: 1/-1; }
.kai-heading .section-index { margin-bottom: 80px; }
.kai-heading .section-kicker { color: #9edee0; }
.kai-heading h2 em { color: #f092b7; }
.kai-sequence { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 100px; }
.kai-step { min-height: 235px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.04); }
.kai-step span { margin-bottom: auto; color: #8dcbcf; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.kai-step strong { font-family: "Barlow Condensed",Impact,sans-serif; font-size: clamp(36px,3vw,53px); line-height: .9; }
.kai-step p { max-width: 245px; margin: 13px 0 0; color: #d6e0df; font-size: 14px; line-height: 1.45; }
.kai-callout { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 30px; margin-top: 18px; padding: 28px 34px; border-radius: 22px; background: #83d2d5; color: #162631; }
.kai-callout-mark { grid-row: 1/3; font-size: 46px; }
.kai-callout p { margin: 0 0 8px; font-size: clamp(20px,2.4vw,34px); font-weight: 600; }
.kai-callout > span:last-child { font-size: 9px; font-weight: 700; letter-spacing: .18em; }

.reality-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px,8vw,130px); background: #f8f4ec; }
.reality-section .section-index { display: block; margin-bottom: 75px; }
.reality-section h2 { font-size: clamp(58px,6vw,100px); }
.faq-list details { border-top: 1px solid rgba(23,33,43,.25); }
.faq-list details:last-child { border-bottom: 1px solid rgba(23,33,43,.25); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 27px 0; cursor: pointer; list-style: none; font-size: clamp(16px,1.4vw,20px); font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 25px; font-weight: 400; transition: transform .45s var(--curve); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 550px; margin: -3px 0 28px; color: #53616a; font-size: 15px; line-height: 1.55; }

.drop-section { position: relative; min-height: 730px; display: grid; place-items: center; overflow: hidden; padding: 120px 24px; background: #e3a2bd; color: #17212b; text-align: center; }
.drop-inner { position: relative; z-index: 1; width: min(100%,900px); }
.drop-inner .section-index { display: block; margin-bottom: 36px; }
.drop-inner h2 { font-size: clamp(88px,10vw,160px); }
.drop-inner h2 em { color: #fff7ed; font-style: normal; }
.drop-inner > p { max-width: 480px; margin: 38px auto 33px; font-size: 19px; line-height: 1.5; }
.drop-spark { position: absolute; color: rgba(255,255,255,.45); font-size: 200px; }
.drop-spark--one { top: 8%; left: 6%; transform: rotate(-15deg); }
.drop-spark--two { right: 4%; bottom: 2%; transform: rotate(24deg); }
.interest-form { max-width: 640px; margin: auto; text-align: left; }
.interest-form label { display: block; margin-bottom: 10px; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.interest-field { display: flex; gap: 6px; padding: 6px; border: 1px solid rgba(23,33,43,.12); border-radius: 100px; background: #fff9f1; box-shadow: 0 16px 45px rgba(103,25,68,.12); }
.interest-field input { min-width: 0; flex: 1; padding: 0 21px; border: 0; outline: 0; border-radius: 100px; background: none; color: var(--ink); font: inherit; font-size: 15px; }
.interest-field input:focus-visible { outline: 2px solid var(--blue); outline-offset: -3px; }
.interest-field button { display: inline-flex; align-items: center; gap: 13px; padding: 5px 5px 5px 19px; border: 0; border-radius: 100px; background: #17212b; color: white; font-size: 10px; font-weight: 700; letter-spacing: .09em; white-space: nowrap; }
.interest-form small { display: block; margin: 12px 0 0 13px; font-size: 10px; font-weight: 700; letter-spacing: .07em; }
.interest-status { min-height: 24px; margin: 14px 0 0 13px; font-size: 13px; font-weight: 600; }
.concept-note { padding: 50px clamp(24px,6vw,106px); }
.concept-note span { color: #8ad2d6; }
.concept-note p { max-width: 900px; font-size: clamp(16px,1.5vw,23px); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 35px clamp(24px,6vw,106px); background: #101c24; color: #f7f1e8; }
.site-footer > span, .site-footer > a:last-child { font-size: 9px; font-weight: 700; letter-spacing: .18em; text-decoration: none; }

@media (max-width: 900px) {
  .campaign-heading, .details-intro, .finish-section, .kai-heading, .reality-section { grid-template-columns: 1fr; }
  .campaign-heading .section-kicker, .details-intro .section-index, .details-intro .section-kicker, .kai-heading .section-index, .kai-heading .section-kicker { grid-column: 1; }
  .campaign-heading { gap: 28px; }
  .detail-cards { grid-template-columns: 1fr 1fr; }
  .detail-card--wide { grid-column: 1/-1; }
  .finish-art { min-height: 520px; }
  .finish-copy .section-index, .kai-heading .section-index, .reality-section .section-index { margin-bottom: 50px; }
  .kai-heading { gap: 30px; }
  .reality-section { gap: 75px; }
}
@media (max-width: 600px) {
  .launch-ribbon { gap: 8px; font-size: 7px; letter-spacing: .1em; }
  .site-header { top: 25px; width: calc(100% - 16px); height: 62px; padding: 0 14px; border-radius: 0 0 16px 16px; }
  .header-cta { gap: 5px; padding: 4px 4px 4px 10px; }
  .header-cta .arrow-disc { width: 26px; height: 26px; font-size: 13px; }
  .story--hero h1 { font-size: clamp(49px,12vw,72px); }
  .story--hero .intro { max-width: 255px; }
  .hero-side-note { display: none; }
  .campaign-section, .details-section, .finish-section, .kai-section, .reality-section { padding: 75px 20px; }
  .section-topline { font-size: 8px; gap: 15px; }
  .section-topline span:last-child { text-align: right; }
  .campaign-heading { margin: 65px 0 45px; }
  .campaign-heading h2, .details-intro h2, .finish-copy h2, .kai-heading h2 { font-size: clamp(58px,14vw,90px); }
  .campaign-heading > p:last-child, .details-intro > p:last-child, .finish-copy > p:not(.section-kicker), .kai-heading > p:last-child { font-size: 16px; }
  .campaign-image { aspect-ratio: .84; border-radius: 22px; }
  .campaign-image img { object-position: 65% center; }
  .campaign-image figcaption { left: 10px; right: 10px; bottom: 10px; padding: 10px 12px; border-radius: 13px; font-size: 7px; }
  .campaign-image figcaption span:last-child { display: none; }
  .details-intro .section-index { margin-bottom: 50px; }
  .detail-cards { grid-template-columns: 1fr; gap: 10px; margin-top: 55px; }
  .detail-card--wide { grid-column: auto; }
  .detail-card { min-height: 390px; }
  .detail-graphic { top: 75px; }
  .detail-card h3 { font-size: 48px; }
  .finish-section { gap: 45px; }
  .finish-copy .section-index { margin-bottom: 55px; }
  .finish-art { min-height: 440px; }
  .finish-emblem { border-width: 8px; border-radius: 23px; width: 50%; padding-top: 23%; }
  .finish-emblem span { font-size: 70px; }
  .finish-emblem b { font-size: 60px; }
  .finish-stamp { bottom: 18px; left: 18px; font-size: 8px; }
  .kai-heading .section-index { margin-bottom: 55px; }
  .kai-sequence { grid-template-columns: 1fr; margin-top: 55px; }
  .kai-step { min-height: 175px; }
  .kai-callout { padding: 22px; gap: 0 18px; }
  .kai-callout-mark { font-size: 32px; }
  .kai-callout p { font-size: 20px; }
  .kai-callout > span:last-child { font-size: 7px; }
  .reality-section h2 { font-size: clamp(56px,12vw,76px); }
  .reality-section { gap: 55px; }
  .faq-list summary { padding: 22px 0; font-size: 16px; }
  .drop-section { min-height: 620px; padding: 85px 20px; }
  .drop-inner h2 { font-size: clamp(72px,16vw,110px); }
  .drop-inner > p { font-size: 16px; }
  .drop-spark { font-size: 110px; }
  .interest-field { flex-direction: column; border-radius: 22px; }
  .interest-field input { min-height: 51px; }
  .interest-field button { justify-content: space-between; min-height: 49px; }
  .concept-note { padding: 45px 22px; }
  .site-footer { align-items: start; flex-direction: column; gap: 20px; padding: 40px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .campaign-image img, .finish-option, .header-cta .arrow-disc, .concept-cta, .interest-field .arrow-disc { transition: none; }
}

/* Founding campaign */
.story.is-active a { pointer-events: auto; }
.founding-section, .roadmap-section { padding: clamp(85px, 11vw, 165px) clamp(24px, 6vw, 106px); }
.founding-section { background: #f6e8df; }
.founding-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 10%; }
.founding-heading .section-index { display: block; margin-bottom: 76px; }
.founding-heading h2, .roadmap-heading h2 { margin: 0; font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(80px, 10vw, 160px); font-weight: 800; line-height: .77; letter-spacing: -.035em; }
.founding-heading h2 em { color: #b43e72; font-style: normal; }
.founding-summary { padding: 0 0 7px; }
.status-pill { display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(23,33,43,.25); border-radius: 100px; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: #b43e72; }
.founding-summary p { max-width: 420px; margin: 31px 0 26px; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.52; }
.founding-summary a, .pledge-footer a { display: inline-flex; align-items: center; gap: 17px; padding-bottom: 10px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-decoration: none; }
.founding-summary a span, .pledge-footer a span { font-size: 19px; transition: transform .4s var(--curve); }
.founding-summary a:hover span, .pledge-footer a:hover span { transform: translate(3px,-2px); }
.campaign-facts { display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(70px, 9vw, 135px); border: 1px solid rgba(23,33,43,.18); border-radius: 22px; background: rgba(255,255,255,.46); }
.campaign-facts div { min-height: 115px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 22px 25px; }
.campaign-facts div + div { border-left: 1px solid rgba(23,33,43,.18); }
.campaign-facts span { font-size: 9px; font-weight: 700; letter-spacing: .19em; opacity: .65; }
.campaign-facts strong { font-family: "Barlow Condensed", Impact, sans-serif; font-size: clamp(27px,2.3vw,40px); line-height: 1; }
.pledge-heading { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 60px; margin: clamp(95px,11vw,160px) 0 37px; }
.pledge-heading .section-index { display: block; margin-bottom: 24px; }
.pledge-heading h3 { margin: 0; font-family: "Barlow Condensed",Impact,sans-serif; font-size: clamp(70px,8vw,124px); font-weight: 800; line-height: .8; letter-spacing: -.035em; }
.pledge-heading h3 em { color: #b43e72; font-style: normal; }
.pledge-heading p { max-width: 360px; margin: 0 0 4px; font-size: 16px; line-height: 1.5; }
.pledge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pledge-card { position: relative; min-height: 590px; display: flex; flex-direction: column; overflow: hidden; padding: 24px; border: 7px solid rgba(255,255,255,.48); border-radius: 30px; }
.pledge-card--single { background: radial-gradient(circle at 50% 34%, #e5f8f3 0, #9bdde5 53%, #7dc3d1 100%); }
.pledge-card--pair { background: radial-gradient(circle at 55% 35%, #fff5dc 0, #f3c6d7 48%, #e49fbd 100%); }
.pledge-tag { position: relative; z-index: 2; width: max-content; padding: 10px 13px; border-radius: 100px; background: rgba(255,255,255,.8); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.pledge-art { position: relative; flex: 1; min-height: 310px; }
.pledge-phone { position: absolute; top: 20px; left: 50%; width: 175px; height: 270px; display: grid; place-items: center; transform: translateX(-50%) rotate(-14deg); border: 11px solid #64c6d4; border-radius: 31px; background: linear-gradient(145deg,#f9c8dc,#e99fbd); box-shadow: inset 0 5px 5px rgba(255,255,255,.5), 24px 33px 35px rgba(24,75,85,.2); }
.pledge-phone i { color: #1283a2; font-size: 85px; font-style: normal; line-height: 1; }
.pledge-phone--back { left: 40%; top: 15px; transform: translateX(-50%) rotate(-19deg); border-color: #b66386; background: #f1b3c7; }
.pledge-phone--front { left: 61%; top: 45px; transform: translateX(-50%) rotate(13deg); }
.pledge-card-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: end; gap: 25px; padding: 21px 4px 4px; border-top: 1px solid rgba(23,33,43,.23); }
.pledge-card h4 { margin: 0 0 8px; font-family: "Barlow Condensed",Impact,sans-serif; font-size: clamp(36px,3.2vw,52px); line-height: .9; }
.pledge-card p { max-width: 330px; margin: 0; font-size: 13px; line-height: 1.45; }
.pledge-price { min-width: 135px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-align: right; }
.pledge-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 27px; }
.pledge-footer > span { font-size: 9px; font-weight: 700; letter-spacing: .14em; }

.roadmap-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(35px,8vw,130px); background: #dcefeb; }
.roadmap-heading .section-index { display: block; margin-bottom: 75px; }
.roadmap-heading h2 em { color: #0b829e; font-style: normal; }
.roadmap-heading > p:last-child { max-width: 325px; margin: 32px 0 0; font-size: 17px; line-height: 1.5; }
.roadmap-list { align-self: end; border-top: 1px solid rgba(23,33,43,.25); }
.roadmap-item { display: grid; grid-template-columns: 34px 1fr auto; gap: 22px; align-items: start; padding: 27px 0; border-bottom: 1px solid rgba(23,33,43,.25); }
.roadmap-index { padding-top: 7px; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.roadmap-item h3 { margin: 0 0 7px; font-family: "Barlow Condensed",Impact,sans-serif; font-size: clamp(28px,2.5vw,41px); line-height: .92; }
.roadmap-item p { max-width: 380px; margin: 0; color: #415961; font-size: 13px; line-height: 1.4; }
.roadmap-state { margin-top: 3px; padding: 8px 10px; border: 1px solid rgba(23,33,43,.3); border-radius: 100px; font-size: 8px; font-weight: 700; letter-spacing: .12em; white-space: nowrap; }
.roadmap-state--done { border-color: #0b829e; background: #0b829e; color: white; }

@media (max-width: 900px) {
  .founding-heading, .pledge-heading, .roadmap-section { grid-template-columns: 1fr; gap: 45px; }
  .founding-heading .section-index, .roadmap-heading .section-index { margin-bottom: 52px; }
  .campaign-facts { grid-template-columns: 1fr 1fr; }
  .campaign-facts div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(23,33,43,.18); }
  .campaign-facts div:nth-child(4) { border-top: 1px solid rgba(23,33,43,.18); }
  .pledge-card { min-height: 540px; }
  .pledge-card-bottom { display: block; }
  .pledge-price { display: block; margin-top: 18px; text-align: left; }
}
@media (max-width: 600px) {
  .founding-section, .roadmap-section { padding: 75px 20px; }
  .founding-heading h2, .roadmap-heading h2 { font-size: clamp(72px,17vw,105px); }
  .founding-heading { gap: 34px; }
  .founding-heading .section-index, .roadmap-heading .section-index { margin-bottom: 52px; }
  .founding-summary p { margin: 24px 0; font-size: 17px; }
  .campaign-facts { margin-top: 60px; }
  .campaign-facts div { min-height: 100px; padding: 17px; }
  .campaign-facts strong { font-size: 25px; }
  .campaign-facts span { font-size: 8px; }
  .pledge-heading { margin: 90px 0 30px; gap: 23px; }
  .pledge-heading h3 { font-size: clamp(65px,15vw,90px); }
  .pledge-heading p { font-size: 15px; }
  .pledge-grid { grid-template-columns: 1fr; }
  .pledge-card { min-height: 500px; }
  .pledge-phone { width: 150px; height: 230px; }
  .pledge-art { min-height: 260px; }
  .pledge-footer { align-items: start; flex-direction: column; gap: 20px; }
  .roadmap-section { gap: 50px; }
  .roadmap-item { grid-template-columns: 24px 1fr; gap: 12px; }
  .roadmap-state { grid-column: 2; width: max-content; margin-top: -2px; }
  .roadmap-item h3 { font-size: 32px; }
}
