:root {
  --lb-vellum: #fbf0dc;
  --lb-paper: #fff8e8;
  --lb-navy: #203f52;
  --lb-deep: #163345;
  --lb-water: #7899a8;
  --lb-water-light: #cfe1e2;
  --lb-orange: #d97832;
  --lb-yellow: #f3c84c;
  --lb-green: #6f927c;
  --lb-graphite: #4a5351;
  --lb-line: rgba(32, 63, 82, 0.2);
  --lb-phone-frame: rgba(73, 84, 84, 0.58);
  --lb-section-space: clamp(64px, 8vw, 122px);
  --lb-section-title: clamp(2.7rem, 5vw, 5.25rem);
}

html { scroll-behavior: smooth; }
body { background: var(--lb-vellum); color: var(--lb-graphite); font-family: var(--font-brand); }
button, input, select { font-family: inherit; }
.draft-shell { width: min(1540px, calc(100% - 72px)); margin-inline: auto; }
.draft-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--lb-line); background: rgba(251, 240, 220, 0.92); backdrop-filter: blur(16px); }
.draft-nav-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.draft-brand.lb-wordmark { align-items: baseline; gap: 0; font-size: clamp(1.4rem, 2vw, 1.7rem); font-weight: 650; letter-spacing: -0.055em; line-height: 1; }
.draft-nav { gap: clamp(20px, 3vw, 48px); }
.draft-nav > a { color: var(--lb-graphite); font-size: 0.98rem; font-weight: 500; }
.draft-nav > a:hover { color: var(--lb-orange); }
.draft-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid var(--lb-navy); background: var(--lb-navy); color: var(--lb-vellum); font: inherit; font-weight: 570; letter-spacing: 0.01em; text-decoration: none; cursor: pointer; transition: background 160ms ease, color 160ms ease, transform 160ms ease; }
.draft-button:hover { background: var(--lb-yellow); color: var(--lb-deep); transform: translateY(-2px); }
.draft-button:focus-visible, .draft-text-link:focus-visible { outline: 3px solid var(--lb-orange); outline-offset: 4px; }
.draft-button-small { min-height: 46px; padding: 10px 18px; font-size: 0.9rem; }
.draft-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.draft-text-link { color: var(--lb-navy); font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.draft-text-link span { margin-left: 7px; color: var(--lb-orange); text-decoration: none; }
.draft-label { margin: 0; color: #a95026; font-size: 0.76rem; font-weight: 650; letter-spacing: 0.2em; text-transform: uppercase; }
.draft-pill { display: inline-flex; align-items: center; gap: 11px; margin: 0 0 26px; padding: 9px 15px; border: 1.5px solid var(--lb-navy); border-radius: 999px; color: var(--lb-navy); font-size: clamp(0.65rem, 0.8vw, 0.78rem); font-weight: 650; letter-spacing: 0.14em; text-transform: uppercase; }
.draft-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--lb-orange); }

.lb-story { --lb-story-background: var(--lb-vellum); position: relative; scroll-margin-top: 88px; overflow: clip; background-color: var(--lb-story-background); transition: background-color 680ms cubic-bezier(.2, .7, .2, 1); }
.lb-story-sticky { display: none; }
.lb-story-statements { display: none; }
.lb-story-steps { margin: 0; padding: 0; list-style: none; }
.lb-story-step { position: relative; min-height: auto; padding: clamp(52px, 8vw, 96px) 0; border-bottom: 1px solid var(--lb-line); scroll-margin-top: 88px; }
.lb-story-step:nth-child(2), .lb-story-step:nth-child(5) { background: #f6d869; }
.lb-story-step:nth-child(3), .lb-story-step:nth-child(7) { background: #d7e5e3; }
.lb-story-step:nth-child(4) { background: #f4b36f; }
.lb-story-copy { width: min(680px, calc(100% - 40px)); margin-inline: auto; }
.lb-story-copy h1, .lb-story-copy h2 { margin: 14px 0 0; color: var(--lb-navy); font-size: clamp(3rem, 8vw, 5.8rem); font-weight: 440; line-height: 0.96; letter-spacing: -0.055em; }
.lb-story-copy p:not(.draft-pill):not(.lb-story-scroll) { max-width: 580px; margin: 22px 0 0; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.58; }
.lb-story-copy .draft-text-link { display: inline-block; margin-top: 24px; }
.lb-story-scroll { display: flex; align-items: center; gap: 11px; margin: 26px 0 0; color: var(--lb-water); font-size: 0.72rem; font-weight: 620; letter-spacing: 0.14em; text-transform: uppercase; }
.lb-story-scroll span { width: 22px; height: 34px; border: 1.5px solid currentColor; border-radius: 999px; }
.lb-story-scroll span::after { content: ""; display: block; width: 3px; height: 7px; margin: 7px auto 0; border-radius: 3px; background: currentColor; }
.lb-story-inline { display: block; margin: 34px auto 0; }
.lb-inline-phone, .lb-phone { position: relative; width: min(360px, calc(100vw - 40px)); aspect-ratio: 0.515; margin-inline: auto; overflow: hidden; border: 6px solid var(--lb-phone-frame); border-radius: 52px; background: var(--lb-paper); box-shadow: 0 22px 52px rgba(22, 51, 69, 0.17); }
.lb-inline-phone > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lb-inline-phone-app { background: #f8f3e8; }
.lb-inline-phone-learning { padding: 14px 9px 13px; }
.lb-story-inline figcaption { margin-top: 14px; color: var(--lb-water); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-align: center; text-transform: uppercase; }

.lb-inline-phone-story { padding: 0; }
.lb-art-screen { position: absolute; inset: 0; overflow: hidden; background: var(--lb-vellum); color: var(--lb-navy); }
.lb-art-screen::after { content: ""; position: absolute; inset: 0 0 auto; z-index: 1; height: 48%; pointer-events: none; background: linear-gradient(180deg, var(--lb-vellum) 0 72%, rgba(251, 240, 220, 0) 100%); }
.lb-art-copy { position: relative; z-index: 2; width: 100%; padding: 28px 19px 0; }
.lb-art-copy h2 { max-width: 340px; margin: 8px 0 0; color: var(--lb-navy); font-size: clamp(1.75rem, 2.4vw, 2.05rem); font-weight: 470; line-height: 0.94; letter-spacing: -0.05em; }
.lb-art-copy > p { max-width: 340px; margin: 11px 0 0; color: var(--lb-graphite); font-size: clamp(0.95rem, 1.2vw, 1rem); line-height: 1.42; }
.lb-inline-phone-has-cta .lb-art-screen { bottom: 76px; border-radius: 46px 46px 18px 18px; }
.lb-inline-phone-has-cta .lb-art-panel-wrap { right: 20px; bottom: 18px; left: 20px; }
.lb-phone-waitlist { position: absolute; right: 16px; bottom: 13px; left: 16px; z-index: 20; min-height: 52px; padding: 11px 18px; border: 2px solid var(--lb-orange); border-radius: 999px; background: var(--lb-navy); color: var(--lb-paper); box-shadow: 0 5px 0 rgba(214, 122, 56, 0.2), 0 10px 24px rgba(32, 63, 82, 0.2); font: inherit; font-size: 0.9rem; font-weight: 650; letter-spacing: 0.01em; cursor: pointer; animation: lb-waitlist-pulse 2.6s ease-in-out infinite; }
.lb-phone-waitlist:hover { background: #17384b; }
.lb-phone-waitlist:focus-visible { outline: 3px solid var(--lb-yellow); outline-offset: 2px; }
@keyframes lb-waitlist-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 5px 0 rgba(214, 122, 56, 0.2), 0 10px 24px rgba(32, 63, 82, 0.2); }
  50% { transform: scale(1.012); box-shadow: 0 5px 0 rgba(214, 122, 56, 0.28), 0 12px 28px rgba(32, 63, 82, 0.28); }
}
.lb-art-link { display: inline-block; margin-top: 10px; color: var(--lb-navy); font-size: 0.78rem; font-weight: 650; text-underline-offset: 4px; }
.lb-art-link span { color: var(--lb-orange); }
.lb-private-emphasis { color: #a95026; font-weight: 680; }
.lb-art-panel-wrap { position: absolute; right: 11px; bottom: 32px; left: 11px; z-index: 0; aspect-ratio: 1; }
.lb-art-panel { display: block; width: 100%; height: 100%; object-fit: contain; }
.lb-art-mark { position: absolute; z-index: 1; display: block; pointer-events: none; }
.lb-art-mark svg { display: block; width: 100%; height: 100%; overflow: visible; }
.lb-art-mark-check { top: 14px; left: 14px; width: clamp(64px, 21%, 76px); aspect-ratio: 1; filter: drop-shadow(0 4px 7px rgba(32, 63, 82, 0.14)); }
.lb-art-mark-check .lb-art-mark-ring { fill: rgba(251, 240, 220, 0.58); stroke: rgba(32, 63, 82, 0.55); stroke-width: 2; }
.lb-art-mark-check path { fill: none; stroke: var(--lb-green); stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.lb-art-mark-x { inset: 10%; opacity: 0.24; }
.lb-art-mark-x path { fill: none; stroke: var(--lb-orange); stroke-width: 16; stroke-linecap: round; }
.lb-art-screen-crew .lb-art-copy { padding-right: 19px; padding-left: 19px; text-align: left; }
.lb-art-screen-private .lb-art-copy h2 { max-width: 320px; font-size: clamp(1.55rem, 2.25vw, 1.9rem); }
.lb-art-screen-private .lb-art-copy > p { font-size: clamp(0.95rem, 1.2vw, 1rem); }

.lb-learning-visual { display: grid; min-height: 100%; align-content: center; justify-items: stretch; padding: 24px 18px; background: linear-gradient(180deg, rgba(251, 240, 220, 0.64), rgba(251, 240, 220, 0.82)), url("learning-wave-background-v1.webp") 38% center / cover no-repeat; color: var(--lb-navy); }
.lb-learning-card { display: grid; min-height: 88px; place-items: center; padding: 13px 15px; border: 1px solid rgba(32, 63, 82, 0.26); border-radius: 12px; background: rgba(255, 248, 232, 0.9); box-shadow: 0 7px 18px rgba(32, 63, 82, 0.08); backdrop-filter: blur(5px); }
.lb-learning-card p { margin: 0; font-size: 1.1rem; font-weight: 620; line-height: 1.12; text-align: center; }
.lb-learning-operator { display: grid; height: 34px; place-items: center; color: var(--lb-orange); font-size: 1.35rem; font-weight: 560; line-height: 1; }
.lb-learning-result { border-color: rgba(32, 63, 82, 0.4); background: rgba(243, 200, 76, 0.94); }

.lb-quick-narrative { width: min(680px, calc(100% - 40px)); margin-inline: auto; }
.lb-quick-moment { min-height: 42svh; display: grid; align-items: center; }
.lb-quick-moment .lb-story-copy { width: 100%; }
.lb-quick-moment p { margin: 0; }
.lb-quick-moment > p { display: grid; gap: 7px; color: var(--lb-navy); }
.lb-quick-moment > p span { color: #a95026; font-size: 0.72rem; font-weight: 650; letter-spacing: 0.16em; text-transform: uppercase; }
.lb-quick-moment > p strong, .lb-quick-intro .lb-story-copy > strong { display: block; margin-top: 20px; color: var(--lb-navy); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 600; }

.lb-app-shot { position: absolute; top: 16px; right: 7px; bottom: 16px; left: 7px; display: grid; place-items: start center; overflow: hidden; }
.lb-app-shot img { display: block; width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; object-position: top center; }
.lb-quick-product { --spot-x: 3%; --spot-y: 21.4%; --spot-width: 94%; --spot-height: 12.2%; position: absolute; inset: 0; overflow: hidden; background: #f8f3e8; }
.lb-quick-product[data-forecast-state="today"] { --spot-x: 1.5%; --spot-y: 38.2%; --spot-width: 97%; --spot-height: 27.8%; }
.lb-quick-product[data-forecast-state="thursday"] { --spot-x: 1.5%; --spot-y: 86.2%; --spot-width: 97%; --spot-height: 12.4%; }
.lb-quick-product-stage { position: absolute; top: 16px; right: 7px; left: 7px; aspect-ratio: 772 / 1192; overflow: hidden; }
.lb-quick-product-stage img { display: block; width: 100%; height: 100%; object-fit: contain; }
.lb-product-spotlight { position: absolute; top: var(--spot-y); left: var(--spot-x); width: var(--spot-width); height: var(--spot-height); border: 1.5px solid var(--lb-water); border-radius: 11px; box-shadow: 0 0 0 5px rgba(214, 122, 56, 0.13), 0 0 0 999px rgba(32, 63, 82, 0.13); transition: top 420ms cubic-bezier(.2,.7,.2,1), left 420ms cubic-bezier(.2,.7,.2,1), width 420ms cubic-bezier(.2,.7,.2,1), height 420ms cubic-bezier(.2,.7,.2,1); }
.lb-coastline, .draft-pricing, .draft-faq, .lb-local-close, .draft-notes { padding-block: var(--lb-section-space); }
.lb-coastline { position: relative; overflow: hidden; padding-block: clamp(58px, 7vw, 96px); border-block: 1px solid var(--lb-line); background: var(--lb-vellum); }
.lb-coastline::before { content: ""; position: absolute; top: 50%; right: clamp(-410px, -19vw, -180px); width: min(72vw, 1040px); aspect-ratio: 1; border: 1px solid rgba(214, 122, 56, 0.24); border-radius: 50%; transform: translateY(-50%); }
.lb-coastline-grid { position: relative; display: grid; grid-template-columns: minmax(310px, 0.82fr) minmax(500px, 1.18fr); min-height: clamp(650px, 60vw, 790px); align-items: center; gap: clamp(8px, 2vw, 34px); }
.lb-coastline-copy { position: relative; z-index: 3; padding-block: 24px; }
.lb-coastline h2, .draft-pricing h2, .draft-faq h2, .lb-local-close h2, .draft-notes h2 { margin: 15px 0 0; color: var(--lb-navy); font-size: var(--lb-section-title); font-weight: 440; line-height: 0.98; letter-spacing: -0.05em; }
.lb-coastline-copy > p:not(.draft-label) { max-width: 560px; margin: 22px 0 0; font-size: clamp(1.04rem, 1.4vw, 1.23rem); line-height: 1.58; }
.lb-coastline-copy .lb-coastline-range { display: flex; max-width: 430px; align-items: center; gap: 12px; margin-top: 34px; color: var(--lb-water); font-size: 0.68rem; font-weight: 650; letter-spacing: 0.13em; line-height: 1; text-transform: uppercase; }
.lb-coastline-range i { flex: 1; height: 1px; background: currentColor; opacity: 0.46; }
.lb-coastline-map { position: relative; z-index: 1; min-width: 0; height: 100%; margin: 0; }
.lb-coastline-art { position: absolute; inset: 0; isolation: isolate; }
.lb-coastline-overview { position: absolute; top: 15%; left: 0; width: 55%; height: 85%; object-fit: contain; object-position: center bottom; }
.lb-coastline-focus-anchor { position: absolute; top: 43%; left: 40.5%; z-index: 2; width: 24px; height: 24px; border: 3px solid var(--lb-orange); border-radius: 50%; background: var(--lb-vellum); box-shadow: 0 0 0 6px rgba(217, 120, 50, 0.16); transform: translate(-50%, -50%); }
.lb-coastline-focus-anchor::after { content: ""; position: absolute; inset: 5px; border-radius: inherit; background: var(--lb-orange); }
.lb-coastline-magnifier { position: absolute; top: 25%; right: 0; z-index: 3; width: min(63%, 440px); aspect-ratio: 1; }
.lb-coastline-lens-field { position: absolute; inset: 0; overflow: hidden; border: 4px solid var(--lb-navy); border-radius: 50%; background: var(--lb-water-light); box-shadow: inset 0 0 0 3px var(--lb-vellum), inset 0 0 0 5px var(--lb-water), 0 20px 45px rgba(32, 63, 82, 0.14); }
.lb-coastline-lens-field > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lb-coastline-public-label, .lb-coastline-saved-label { position: absolute; z-index: 2; color: var(--lb-navy); font-family: var(--font-brand); font-weight: 620; line-height: 1; }
.lb-coastline-public-label { top: 47%; left: 57%; font-size: clamp(0.6rem, 1vw, 0.78rem); }
.lb-coastline-saved-label { color: var(--lb-orange); font-size: clamp(0.56rem, 0.88vw, 0.72rem); text-align: right; text-transform: uppercase; white-space: nowrap; }
.lb-coastline-saved-label-one { top: 28.2%; right: 46%; }
.lb-coastline-saved-label-two { top: 59.2%; right: 57%; }
.lb-coastline-saved-label-three { top: 79.2%; right: 67%; }

.draft-pricing { scroll-margin-top: 88px; border-bottom: 1px solid var(--lb-line); background: #fff9ea; }
.draft-pricing-header { display: flex; align-items: center; gap: 15px; margin-bottom: clamp(28px, 4vw, 48px); }
.draft-pricing-header::before { width: 12px; height: clamp(42px, 5vw, 70px); background: var(--lb-orange); content: ""; }
.draft-pricing-header h2 { margin: 0; }
.draft-feature-compare { border-top: 2px solid var(--lb-navy); }
.draft-feature-row { display: grid; grid-template-columns: minmax(220px, 1.25fr) minmax(200px, 0.75fr) minmax(240px, 1fr); gap: 22px; padding: 18px 12px; border-bottom: 1px solid var(--lb-line); line-height: 1.45; }
.draft-feature-row > span { color: var(--lb-navy); font-weight: 570; }
.draft-feature-row > strong { font-weight: 480; }
.draft-feature-head { padding-block: 22px; background: var(--lb-navy); color: var(--lb-vellum); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; }
.draft-feature-head > span, .draft-feature-head > strong { color: inherit; font-weight: 650; }
.draft-feature-head > strong { justify-self: stretch; color: var(--lb-vellum); text-align: center; }
.draft-feature-head > strong:last-child { color: var(--lb-orange); }
.draft-inclusion-yes, .draft-inclusion-no { display: inline-flex; width: 100%; align-items: center; justify-content: center; }
.draft-inclusion-yes i { display: grid; width: 30px; height: 30px; place-items: center; border: 1.5px solid rgba(74, 83, 81, 0.48); color: var(--lb-orange); font-size: 0.95rem; font-style: normal; font-weight: 650; line-height: 1; }
.draft-inclusion-no i { display: grid; width: 30px; height: 30px; place-items: center; color: #a9ada9; font-size: 1.15rem; font-style: normal; font-weight: 650; line-height: 1; }
.draft-feature-price-row { align-items: stretch; padding-block: 24px; background: rgba(207, 225, 226, 0.24); }
.draft-feature-price-row > span { padding-top: 7px; }
.draft-table-price { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; gap: 18px; }
.draft-table-price p { display: grid; gap: 10px; margin: 0; }
.draft-table-price p > span, .draft-table-price p:not(:has(> span)) { align-items: baseline; }
.draft-table-price p > span { display: flex; flex-wrap: wrap; gap: 7px; }
.draft-table-price p > strong, .draft-table-price p > span > strong { color: var(--lb-navy); font-size: clamp(1.9rem, 2.5vw, 2.8rem); font-weight: 520; letter-spacing: -0.04em; line-height: 1; }
.draft-table-price small { font-size: 0.8rem; font-weight: 500; }
.draft-table-price em { align-self: center; padding: 4px 7px; background: var(--lb-yellow); color: var(--lb-deep); font-size: 0.6rem; font-style: normal; font-weight: 650; letter-spacing: 0.04em; text-transform: uppercase; }
.draft-table-price .draft-button { width: 100%; min-height: 48px; }
.draft-feature-mobile { display: none; }
.draft-button-outline { background: transparent; color: var(--lb-navy); }
.draft-founding-price { display: grid; grid-template-columns: auto minmax(240px, 1fr) auto; align-items: center; gap: clamp(22px, 4vw, 54px); margin-top: 18px; padding: 18px 22px; border: 1px solid var(--lb-orange); background: var(--lb-vellum); color: var(--lb-navy); }
.draft-founding-price > div { display: flex; align-items: baseline; gap: 16px; }
.draft-founding-price p { margin: 0; color: #a95026; font-size: 0.7rem; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase; }
.draft-founding-price strong { font-size: 1.5rem; font-weight: 560; white-space: nowrap; }
.draft-founding-price strong small { font-size: 0.72rem; font-weight: 520; }
.draft-founding-price > span { font-size: 0.92rem; line-height: 1.4; }
.draft-founding-price .draft-button { min-height: 44px; padding: 10px 18px; font-size: 0.78rem; white-space: nowrap; }

.draft-faq { border-top: 1px solid var(--lb-line); background: #e6eeea; }
.draft-faq-inner { display: grid; grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr); gap: 48px; max-width: 1320px; }
.draft-faq details { border-top: 1px solid var(--lb-line); }
.draft-faq details:last-child { border-bottom: 1px solid var(--lb-line); }
.draft-faq summary { position: relative; min-height: 60px; padding: 18px 44px 18px 0; color: var(--lb-navy); font-size: clamp(1.14rem, 1.6vw, 1.5rem); font-weight: 560; line-height: 1.4; list-style: none; cursor: pointer; }
.draft-faq summary::-webkit-details-marker { display: none; }
.draft-faq summary::after { content: "+"; position: absolute; top: 50%; right: 3px; color: var(--lb-orange); font-size: 1.8rem; font-weight: 300; transform: translateY(-50%); }
.draft-faq details[open] summary::after { content: "−"; }
.draft-faq details p { max-width: 820px; margin: 0; padding: 0 44px 22px 0; line-height: 1.62; }

.lb-local-close { background: var(--lb-orange); color: var(--lb-deep); }
.lb-local-close-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(40px, 7vw, 110px); }
.lb-local-close .draft-label { color: var(--lb-deep); opacity: 0.7; }
.lb-local-close-copy > p { margin: 0; font-size: clamp(1.08rem, 1.6vw, 1.38rem); line-height: 1.6; }
.lb-local-close .draft-button { border-color: var(--lb-deep); background: var(--lb-yellow); color: var(--lb-deep); }
.lb-local-close .draft-text-link { color: var(--lb-deep); }
.lb-local-close .draft-text-link span { color: var(--lb-deep); }

.draft-notes { background: #fff9ea; }
.draft-notes-progress { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 16px; margin: 18px 0 0; }
.draft-notes-progress span { color: #a95026; font-size: 0.76rem; font-weight: 650; letter-spacing: 0.1em; text-transform: uppercase; }
.draft-note-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 3vw, 40px); margin-top: 38px; }
.draft-note-card { color: inherit; text-decoration: none; }
.draft-note-image { position: relative; display: block; aspect-ratio: 1.65; overflow: hidden; border: 1px solid var(--lb-line); background: var(--lb-paper); }
.draft-note-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.82); transition: filter 180ms ease, transform 180ms ease; }
.draft-note-coastline img { object-position: 55% 52%; }
.draft-note-guide img { object-position: 80% 62%; }
.draft-note-image small { position: absolute; bottom: 12px; left: 12px; padding: 6px 9px; background: rgba(251, 240, 220, 0.9); color: var(--lb-navy); font-size: 0.58rem; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase; }
.draft-note-card:hover img { filter: saturate(1); transform: scale(1.018); }
.draft-note-card > p { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 16px 0 0; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.draft-note-card > p span { color: var(--lb-orange); }
.draft-note-card > p time { color: #8d918c; }
.draft-note-card h3 { margin: 12px 0 10px; color: var(--lb-navy); font-size: clamp(1.55rem, 2.1vw, 2.25rem); font-weight: 500; line-height: 1.07; letter-spacing: -0.035em; }
.draft-note-card > small { display: block; font-size: 0.98rem; line-height: 1.55; }

body.draft-waitlist-open { overflow: hidden; }
.draft-waitlist[hidden] { display: none; }
.draft-waitlist { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px; }
.draft-waitlist-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(16, 38, 51, 0.68); cursor: pointer; backdrop-filter: blur(6px); }
.draft-waitlist-dialog { position: relative; z-index: 1; width: min(760px, 100%); max-height: calc(100svh - 56px); overflow: auto; padding: clamp(34px, 5vw, 64px); border: 1px solid rgba(32, 63, 82, 0.28); background: var(--lb-vellum); color: var(--lb-navy); box-shadow: 0 32px 90px rgba(10, 30, 41, 0.34); }
.draft-waitlist-close { position: absolute; top: 20px; right: 22px; min-height: 40px; padding: 6px 8px; border: 0; background: transparent; color: var(--lb-navy); font: inherit; font-size: 0.72rem; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; }
.draft-waitlist-dialog header { padding-right: 70px; }
.draft-waitlist-dialog h2 { max-width: 620px; margin: 18px 0 0; font-size: clamp(2.7rem, 5vw, 4.6rem); font-weight: 440; line-height: 0.96; letter-spacing: -0.055em; }
.draft-waitlist-dialog header > p:last-child { max-width: 610px; margin: 24px 0 0; font-size: 1.05rem; line-height: 1.55; }
.draft-waitlist-form { margin-top: 38px; }
.draft-waitlist-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.draft-waitlist-fields label { display: grid; gap: 8px; }
.draft-waitlist-fields label > span { color: var(--lb-water); font-size: 0.7rem; font-weight: 650; letter-spacing: 0.13em; text-transform: uppercase; }
.draft-waitlist-fields input, .draft-waitlist-fields select { width: 100%; min-height: 54px; padding: 13px 14px; border: 1px solid rgba(32, 63, 82, 0.26); border-radius: 0; background: var(--lb-paper); color: var(--lb-navy); font: inherit; font-size: 0.95rem; }
.draft-waitlist-fields input:focus, .draft-waitlist-fields select:focus { outline: 2px solid var(--lb-orange); outline-offset: 1px; }
.draft-waitlist-check { display: flex; align-items: flex-start; gap: 12px; margin-top: 26px; font-size: 0.92rem; line-height: 1.45; cursor: pointer; }
.draft-waitlist-check input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--lb-orange); }
.draft-waitlist-privacy { margin: 22px 0 0; color: #737b78; font-size: 0.8rem; line-height: 1.5; }
.draft-waitlist-privacy a { color: var(--lb-navy); }
.draft-waitlist-status { min-height: 24px; margin: 16px 0 0; color: #a34424; font-size: 0.88rem; font-weight: 560; }
.draft-waitlist-submit { width: 100%; margin-top: 8px; }
.draft-waitlist-submit:disabled { cursor: wait; opacity: 0.64; transform: none; }
.draft-waitlist-success { padding-block: clamp(50px, 7vw, 82px) 30px; text-align: center; }
.draft-waitlist-success h3 { margin: 20px 0 0; font-size: clamp(2.4rem, 5vw, 4.4rem); font-weight: 440; line-height: 0.98; letter-spacing: -0.055em; }
.draft-waitlist-success > p:not(.draft-label) { max-width: 520px; margin: 24px auto 0; line-height: 1.6; }
.draft-waitlist-success > div { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.draft-waitlist-success > div > a { color: var(--lb-navy); font-weight: 600; }

.draft-footer { padding: 48px 0 24px; background: #273638; color: rgba(251, 240, 220, 0.78); }
.draft-footer-grid { display: grid; grid-template-columns: 1.1fr 0.7fr 0.8fr; gap: clamp(28px, 5vw, 80px); }
.draft-footer-brand > .lb-wordmark-footer { display: inline-flex; width: max-content; padding: 10px 13px 9px; border-radius: 8px; background: var(--lb-vellum); font-size: 1.55rem; }
.draft-footer-brand p { max-width: 330px; margin: 20px 0 0; font-size: 1.1rem; line-height: 1.45; }
.draft-footer-brand small { display: block; margin-top: 14px; color: rgba(251, 240, 220, 0.42); font-size: 0.7rem; letter-spacing: 0.12em; }
.draft-footer-links, .draft-footer-contact { display: grid; align-content: start; justify-items: start; gap: 13px; }
.draft-footer-links strong, .draft-footer-contact strong { margin-bottom: 6px; color: rgba(251, 240, 220, 0.52); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; }
.draft-footer-links a, .draft-footer-contact a { color: rgba(251, 240, 220, 0.78); text-decoration: none; }
.draft-footer-links a:hover, .draft-footer-contact a:hover { color: var(--lb-orange); }
.draft-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(251, 240, 220, 0.18); color: rgba(251, 240, 220, 0.48); font-size: 0.72rem; }

@media (min-width: 760px) and (min-height: 560px) and (prefers-reduced-motion: no-preference) {
  .story-ready .lb-story[data-active-story="solo"] { --lb-story-background: #fbf0dc; }
  .story-ready .lb-story[data-active-story="crew"] { --lb-story-background: #f3c84c; }
  .story-ready .lb-story[data-active-story="private"] { --lb-story-background: #d7e5e3; }
  .story-ready .lb-story[data-active-story="learning"] { --lb-story-background: #f4b36f; }
  .story-ready .lb-story[data-active-story="quick"] { --lb-story-background: #f6d869; }
  .story-ready .lb-story[data-active-story="data"] { --lb-story-background: #cfe1e2; }
  .story-ready .lb-story[data-active-story="ten"] { --lb-story-background: #fff8e8; }
  .story-ready .lb-story { padding-bottom: 88px; }
  .story-ready .lb-story-sticky { --lb-phone-size: min(400px, 38vw, calc(51.5svh - 61px)); --lb-phone-half: min(200px, 19vw, calc(25.75svh - 30.5px)); --lb-statement-overlap: clamp(30px, 3.5vw, 54px); position: sticky; top: 88px; z-index: 2; display: flex; height: calc(100svh - 88px); align-items: center; justify-content: center; margin-bottom: calc((100svh - 88px) * -1); pointer-events: none; }
  .story-ready .lb-story-statements { position: absolute; inset: 0; z-index: 0; display: block; overflow: hidden; }
  .story-ready .lb-story-statement { --lb-statement-entry-x: -7vw; --lb-statement-exit-x: 5vw; position: absolute; inset-block: 0; visibility: hidden; display: grid; align-content: center; width: calc(50% - var(--lb-phone-half) + var(--lb-statement-overlap)); margin: 0; padding-block: 3vh; color: var(--lb-navy); font-family: var(--font-brand); font-size: clamp(2.2rem, 4.4vw, 5.4rem); font-style: normal; font-weight: 650; letter-spacing: -0.05em; line-height: 0.94; text-transform: uppercase; opacity: 0; transform: translate3d(var(--lb-statement-entry-x), -12vh, 0); transition: opacity 320ms ease, transform 520ms cubic-bezier(.2,.7,.2,1), visibility 0s linear 520ms; }
  .story-ready [data-story-statement="solo"],
  .story-ready [data-story-statement="private"],
  .story-ready [data-story-statement="learning"],
  .story-ready [data-story-statement="data"] { left: 0; padding-right: 0; padding-left: clamp(24px, 3vw, 54px); text-align: left; }
  .story-ready [data-story-statement="crew"],
  .story-ready [data-story-statement="quick"],
  .story-ready [data-story-statement="ten"] { --lb-statement-entry-x: 7vw; --lb-statement-exit-x: -5vw; right: 0; padding-right: clamp(24px, 3vw, 54px); padding-left: 0; text-align: right; }
  .story-ready .lb-story-statement span { position: relative; z-index: 1; display: block; white-space: nowrap; }
  .story-ready .lb-story-statement em { display: block; margin-top: clamp(22px, 4vh, 42px); color: #a95026; font-family: var(--font-brand); font-size: clamp(0.78rem, 1.15vw, 1.12rem); font-style: normal; font-weight: 680; letter-spacing: 0.16em; line-height: 1; }
  .story-ready .lb-story-statement-learning { font-size: clamp(1.9rem, 3.7vw, 4.2rem); line-height: 0.96; }
  .story-ready .lb-story-statement-ring::before { content: ""; position: absolute; top: 50%; z-index: 0; width: min(44vw, 640px); aspect-ratio: 1; border: 2px solid rgba(255, 248, 232, 0.56); border-radius: 50%; transform: translateY(-50%); }
  .story-ready [data-story-statement="solo"]::before { left: -8vw; }
  .story-ready [data-story-statement="learning"]::before { right: -30px; }
  .story-ready .lb-story[data-active-story="solo"] [data-story-statement="solo"],
  .story-ready .lb-story[data-active-story="crew"] [data-story-statement="crew"],
  .story-ready .lb-story[data-active-story="private"] [data-story-statement="private"],
  .story-ready .lb-story[data-active-story="learning"] [data-story-statement="learning"],
  .story-ready .lb-story[data-active-story="quick"] [data-story-statement="quick"],
  .story-ready .lb-story[data-active-story="data"] [data-story-statement="data"],
  .story-ready .lb-story[data-active-story="ten"] [data-story-statement="ten"] { visibility: visible; opacity: 1; transform: translate3d(0, 0, 0); transition-delay: 0s; }
  .story-ready .lb-phone-story { z-index: 2; width: var(--lb-phone-size); max-height: calc(100svh - 118px); border-width: 6px; border-radius: 58px; pointer-events: auto; }
  .lb-phone-viewport { position: absolute; inset: 0 0 76px; overflow: hidden; border-radius: 51px 51px 18px 18px; background: var(--lb-paper); }
  .lb-phone-story .lb-art-panel-wrap { right: 20px; bottom: 18px; left: 20px; }
  .lb-story-screen { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity 340ms ease, visibility 0s linear 340ms; }
  .lb-story-screen.is-active { visibility: visible; opacity: 1; transition-delay: 0s; }
  .lb-story-screen > img { width: 100%; height: 100%; object-fit: cover; }
  .lb-phone-story .lb-art-copy, .lb-phone-story .lb-art-panel-wrap { opacity: 1; transform: none; transition: none; }
  .lb-story-screen-app { padding: 0; background: #f8f3e8; }
  .lb-story-screen-learning { padding: 14px 9px 13px; background: #f8f3e8; }
  .lb-story-screen-quick { padding: 0; background: #f8f3e8; }
  .lb-story-screen-quick > div, .lb-story-screen-quick .lb-quick-product { height: 100%; }
  .story-ready .lb-story-step { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 420px) minmax(0, 1fr); width: min(1540px, calc(100% - 72px)); min-height: calc(100svh - 88px); align-items: center; gap: clamp(42px, 5vw, 88px); margin-inline: auto; padding: clamp(54px, 7vh, 82px) 0; border-bottom: 0; background: transparent; }
  .story-ready .lb-story-copy { position: relative; z-index: 4; width: auto; margin: 0; padding: 20px 22px 22px; border-left: 3px solid var(--lb-orange); background: color-mix(in srgb, var(--lb-story-background) 94%, transparent); }
  .story-ready .lb-story-copy h1, .story-ready .lb-story-copy h2 { font-size: clamp(2.15rem, 3vw, 3.55rem); }
  .story-ready .lb-story-step-private .lb-story-copy h2 { font-size: clamp(2.15rem, 3vw, 3.55rem); }
  .story-ready .lb-story-copy p:not(.draft-pill):not(.lb-story-scroll) { margin-top: 15px; font-size: clamp(0.95rem, 1.1vw, 1.08rem); line-height: 1.5; }
  .story-ready .lb-story-step-left .lb-story-copy, .story-ready .lb-story-step-left .lb-quick-narrative { grid-column: 1; }
  .story-ready .lb-story-step-right .lb-story-copy { grid-column: 3; }
  .story-ready .lb-story-inline { display: none; }
  .story-ready .lb-story-step-quick { min-height: calc((100svh - 88px) * 2.15); align-items: stretch; }
  .story-ready .lb-quick-narrative { position: relative; z-index: 4; width: auto; margin: 0; }
  .story-ready .lb-quick-moment > p { padding: 18px 20px; border-left: 3px solid var(--lb-orange); background: color-mix(in srgb, var(--lb-story-background) 94%, transparent); }
  .story-ready .lb-quick-moment { min-height: calc((100svh - 88px) * 0.72); }
  .story-ready .lb-quick-intro { min-height: calc(100svh - 88px); }
}

@supports (animation-timeline: view()) {
  @media (min-width: 760px) and (min-height: 560px) and (prefers-reduced-motion: no-preference) {
    .story-ready .lb-story { timeline-scope: --lb-solo, --lb-crew, --lb-private, --lb-learning, --lb-quick, --lb-data, --lb-ten; }
    .story-ready [data-story-step="solo"] { view-timeline: --lb-solo block; }
    .story-ready [data-story-step="crew"] { view-timeline: --lb-crew block; }
    .story-ready [data-story-step="private"] { view-timeline: --lb-private block; }
    .story-ready [data-story-step="learning"] { view-timeline: --lb-learning block; }
    .story-ready [data-story-step="quick"] { view-timeline: --lb-quick block; }
    .story-ready [data-story-step="data"] { view-timeline: --lb-data block; }
    .story-ready [data-story-step="ten"] { view-timeline: --lb-ten block; }
    .story-ready .lb-phone-story { animation: lb-phone-arrive linear both; animation-timeline: scroll(root block); animation-range: 0 54vh; }
    .story-ready .lb-story-statement { opacity: 0; transform: translate3d(var(--lb-statement-entry-x), -12vh, 0); transition: none; animation: lb-story-statement-scroll linear both; animation-range: entry 14% exit 86%; }
    .story-ready [data-story-statement="solo"] { animation-timeline: --lb-solo; }
    .story-ready [data-story-statement="crew"] { animation-timeline: --lb-crew; }
    .story-ready [data-story-statement="private"] { animation-timeline: --lb-private; }
    .story-ready [data-story-statement="learning"] { animation-timeline: --lb-learning; }
    .story-ready [data-story-statement="quick"] { animation-timeline: --lb-quick; }
    .story-ready [data-story-statement="data"] { animation-timeline: --lb-data; }
    .story-ready [data-story-statement="ten"] { animation-timeline: --lb-ten; }
  }

  @keyframes lb-story-statement-scroll {
    0%, 28% { opacity: 0; transform: translate3d(var(--lb-statement-entry-x), -12vh, 0); }
    44%, 68% { opacity: 1; transform: translate3d(0, 0, 0); }
    84%, 100% { opacity: 0; transform: translate3d(var(--lb-statement-exit-x), 12vh, 0); }
  }

  @keyframes lb-phone-arrive {
    0% { opacity: 0.82; transform: translate3d(30vw, 0, 0); }
    24% { opacity: 1; }
    64%, 100% { opacity: 1; transform: translate3d(0, 0, 0); }
  }

  @media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
    .lb-coastline { view-timeline: --lb-coastline block; }
    .lb-coastline-overview { animation: lb-coastline-route-in linear both; animation-timeline: --lb-coastline; animation-range: entry 2% cover 20%; }
    .lb-coastline-focus-anchor { animation: lb-coastline-anchor-in linear both; animation-timeline: --lb-coastline; animation-range: cover 14% cover 30%; }
    .lb-coastline-magnifier { animation: lb-coastline-magnifier-in linear both; animation-timeline: --lb-coastline; animation-range: cover 23% cover 45%; }
    .lb-coastline-saved-label { animation: lb-coastline-detail-in linear both; animation-timeline: --lb-coastline; animation-range: cover 40% cover 50%; }
  }

  @keyframes lb-coastline-route-in {
    0% { opacity: 0.3; clip-path: inset(0 0 100% 0); }
    100% { opacity: 1; clip-path: inset(0); }
  }

  @keyframes lb-coastline-anchor-in {
    0%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.68); }
    42%, 68% { opacity: 1; transform: translate(-50%, -50%) scale(1.12); }
  }

  @keyframes lb-coastline-magnifier-in {
    0% { opacity: 0.18; transform: translate3d(-64%, -24%, 0) scale(0.16); }
    100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  }

  @keyframes lb-coastline-detail-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
}

@media (max-width: 759px), (max-height: 559px) {
  .lb-story-hero { padding-top: 46px; }
  .lb-quick-moment { min-height: 0; }
  .lb-quick-moment:not(.lb-quick-intro) { margin-top: 30px; }
}

@media (min-width: 760px) and (max-width: 1023px) and (min-height: 560px) and (prefers-reduced-motion: no-preference),
       (min-width: 760px) and (max-height: 699px) and (min-height: 560px) and (prefers-reduced-motion: no-preference) {
  .story-ready .lb-story-step { grid-template-columns: minmax(0, 1fr) minmax(245px, 320px) minmax(0, 1fr); gap: clamp(20px, 3vw, 34px); width: min(100% - 36px, 1100px); }
  .story-ready .lb-story-copy h1, .story-ready .lb-story-copy h2 { font-size: clamp(2rem, 4.7vw, 3.15rem); }
  .story-ready .lb-story-step-private .lb-story-copy h2 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); }
  .lb-phone-story .lb-art-copy { padding: 24px 15px 0; }
  .lb-phone-story .lb-art-copy h2 { font-size: clamp(1.7rem, 7.2vw, 2.05rem); }
  .lb-phone-story .lb-art-copy > p { font-size: 0.95rem; line-height: 1.4; }
  .lb-phone-story .lb-art-screen-private .lb-art-copy h2 { font-size: clamp(1.5rem, 6.4vw, 1.88rem); }
  .lb-phone-story .lb-art-screen-private .lb-art-copy > p { font-size: 0.95rem; }
  .lb-phone-story .lb-art-panel-wrap { right: 20px; bottom: 18px; left: 20px; }
}

@media (max-width: 900px) {
  .draft-nav { inset-block-start: 88px; }
  .draft-nav > a { display: block; }
  .draft-nav .draft-button { margin-top: 8px; }
  .lb-coastline-grid, .draft-faq-inner, .lb-local-close-grid { grid-template-columns: 1fr; }
  .lb-coastline-grid, .draft-faq-inner, .lb-local-close-grid { gap: 34px; }
  .lb-coastline-grid { min-height: 0; }
  .lb-coastline-map { width: min(720px, 100%); height: clamp(540px, 83vw, 700px); margin-inline: auto; }
  .lb-coastline-overview { top: 0; left: 4%; width: 52%; height: 100%; object-position: center; }
  .lb-coastline-magnifier { top: 10%; right: 2%; width: min(62%, 420px); }
  .draft-footer-grid { grid-template-columns: 1fr 1fr; }
  .draft-footer-brand { grid-row: 1 / span 2; }
  .draft-footer-contact { grid-column: 2; grid-row: 2; }
}

@media (max-width: 700px) {
  .draft-shell { width: min(100% - 34px, 1540px); }
  .draft-nav-inner { min-height: 70px; }
  .draft-brand.lb-wordmark { font-size: 1.4rem; }
  .draft-nav { inset-block-start: 70px; }
  .lb-story { scroll-margin-top: 70px; }
  .lb-story-step { padding-block: 40px; scroll-margin-top: 70px; }
  .lb-story-copy, .lb-quick-narrative { width: min(100% - 34px, 680px); }
  .lb-story-copy h1, .lb-story-copy h2 { margin-top: 0; font-size: clamp(2.2rem, 10.5vw, 3.2rem); line-height: 0.98; }
  .lb-story-copy p:not(.draft-pill):not(.lb-story-scroll) { margin-top: 14px; font-size: 0.98rem; line-height: 1.48; }
  .draft-pill { justify-content: center; width: 100%; padding-inline: 8px; font-size: 0.6rem; letter-spacing: 0.1em; text-align: center; }
  .draft-actions { align-items: stretch; gap: 18px; }
  .draft-actions .draft-button { width: 100%; }
  .draft-actions .draft-text-link { width: 100%; text-align: center; }
  .lb-story-scroll { justify-content: flex-start; margin-top: 20px; }
  .lb-story-inline { margin-top: 22px; }
  .lb-inline-phone { width: min(320px, calc(100vw - 42px)); aspect-ratio: 0.59; border-width: 4px; border-radius: 42px; box-shadow: 0 14px 34px rgba(22, 51, 69, 0.14); }
  .lb-art-screen::after { height: 52%; }
  .lb-art-copy, .lb-art-screen-crew .lb-art-copy { padding: 20px 16px 0; }
  .lb-art-copy h2, .lb-art-screen-private .lb-art-copy h2 { margin-top: 0; font-size: 1.42rem; line-height: 1; }
  .lb-art-copy > p, .lb-art-screen-private .lb-art-copy > p { margin-top: 8px; font-size: 0.82rem; line-height: 1.34; }
  .lb-art-screen-private .lb-art-copy > p { font-size: 0.78rem; line-height: 1.3; }
  .lb-art-link { margin-top: 7px; font-size: 0.72rem; }
  .lb-art-panel-wrap, .lb-phone-story .lb-art-panel-wrap { right: 17px; bottom: 12px; left: 17px; }
  .lb-inline-phone-has-cta .lb-art-screen { bottom: 66px; border-radius: 38px 38px 16px 16px; }
  .lb-inline-phone-has-cta .lb-art-panel-wrap { right: 18px; bottom: 10px; left: 18px; }
  .lb-phone-waitlist { right: 12px; bottom: 10px; left: 12px; min-height: 46px; padding-block: 9px; font-size: 0.84rem; }
  .lb-learning-visual { padding: 18px 14px; }
  .lb-learning-card { min-height: 70px; }
  .lb-story-step-quick { padding-block: 44px; }
  .lb-quick-narrative { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .lb-quick-intro { min-height: 0; grid-column: 1 / -1; margin-bottom: 6px; }
  .lb-quick-intro .lb-story-copy h2 { max-width: 340px; font-size: clamp(2.05rem, 9.5vw, 2.7rem); }
  .lb-quick-intro .lb-story-copy > p { max-width: 350px; margin-top: 12px; font-size: 0.94rem; line-height: 1.44; }
  .lb-quick-intro .lb-story-copy > strong { display: inline-flex; margin-top: 13px; padding: 6px 9px; border: 1px solid rgba(32, 63, 82, 0.3); background: rgba(255, 248, 232, 0.48); font-size: 0.8rem; letter-spacing: 0.02em; }
  .lb-quick-moment:not(.lb-quick-intro) { display: block; min-height: 0; margin-top: 0; }
  .lb-quick-moment > p { height: 100%; align-content: start; gap: 6px; padding: 13px 12px 14px; border: 1px solid rgba(32, 63, 82, 0.28); background: rgba(255, 248, 232, 0.42); }
  .lb-quick-moment > p span { font-size: 0.62rem; letter-spacing: 0.12em; }
  .lb-quick-moment > p strong { margin-top: 0; font-size: 0.94rem; line-height: 1.28; }
  .lb-story-inline-quick { margin-top: 18px; }
  .lb-coastline, .draft-pricing, .draft-faq, .lb-local-close, .draft-notes { padding-block: 52px; }
  .lb-coastline { padding-block: 58px 44px; }
  .lb-coastline-copy { padding-block: 0; }
  .lb-coastline-copy > p:not(.draft-label) { margin-top: 15px; font-size: 0.98rem; line-height: 1.48; }
  .lb-coastline-copy .lb-coastline-range { margin-top: 24px; }
  .lb-coastline-map { height: clamp(400px, 112vw, 500px); }
  .lb-coastline-overview { left: -2%; width: 58%; }
  .lb-coastline-focus-anchor { top: 32%; left: 43%; width: 20px; height: 20px; border-width: 2px; }
  .lb-coastline-focus-anchor::after { inset: 4px; }
  .lb-coastline-magnifier { top: 12%; right: 0; width: min(72%, 300px); }
  .lb-coastline-lens-field { border-width: 3px; box-shadow: inset 0 0 0 2px var(--lb-vellum), inset 0 0 0 4px var(--lb-water), 0 14px 30px rgba(32, 63, 82, 0.13); }
  .lb-coastline-public-label { font-size: 0.55rem; }
  .lb-coastline-saved-label { font-size: 0.5rem; }
  .draft-feature-desktop { display: none; }
  .draft-pricing-header { margin-bottom: 24px; }
  .draft-pricing-header::before { width: 8px; height: 42px; }
  .draft-feature-mobile { display: grid; gap: 14px; }
  .draft-feature-mobile-card { padding: 20px 16px; border: 1px solid var(--lb-line); background: var(--lb-paper); }
  .draft-feature-mobile-plus { border: 2px solid var(--lb-navy); box-shadow: 5px 5px 0 var(--lb-water-light); }
  .draft-feature-mobile-label { margin: 0; color: #a95026; font-size: 0.7rem; font-weight: 650; letter-spacing: 0.14em; text-transform: uppercase; }
  .draft-feature-mobile-card h3 { margin: 8px 0 0; color: var(--lb-navy); font-size: clamp(1.55rem, 7.5vw, 2.1rem); font-weight: 480; line-height: 1.04; letter-spacing: -0.04em; }
  .draft-mobile-feature-list { display: grid; gap: 0; margin: 16px 0 0; padding: 0; list-style: none; }
  .draft-mobile-feature-list li { position: relative; display: block; padding: 10px 0 10px 23px; border-top: 1px solid var(--lb-line); line-height: 1.36; }
  .draft-mobile-feature-list li::before { content: "✓"; position: absolute; top: 10px; left: 0; color: var(--lb-orange); font-weight: 650; }
  .draft-mobile-feature-list strong { display: inline; color: var(--lb-navy); font-size: 0.94rem; font-weight: 600; }
  .draft-mobile-feature-list strong::after { color: var(--lb-water); content: " · "; font-weight: 480; }
  .draft-mobile-feature-list span { display: inline; color: var(--lb-graphite); font-size: 0.84rem; line-height: inherit; }
  .draft-mobile-plan-footer { margin-top: 6px; padding-top: 17px; border-top: 2px solid var(--lb-navy); }
  .draft-mobile-plan-footer > p { margin: 0; color: #a95026; font-size: 0.7rem; font-weight: 650; letter-spacing: 0.14em; text-transform: uppercase; }
  .draft-mobile-plan-free > div { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; color: var(--lb-navy); }
  .draft-mobile-plan-free > div strong { font-size: 3rem; font-weight: 500; letter-spacing: -0.05em; line-height: 1; }
  .draft-mobile-plan-free > div span { color: var(--lb-water); font-size: 0.75rem; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; }
  .draft-mobile-plan-footer > .draft-button { width: 100%; min-height: 48px; margin-top: 15px; }
  .draft-mobile-payment-choices { display: grid; gap: 7px; margin-top: 10px; }
  .draft-mobile-payment-choices > span { display: grid; min-height: 58px; grid-template-columns: auto minmax(0, 1fr) auto; align-items: baseline; gap: 7px; padding: 12px 13px; border: 1px solid var(--lb-line); background: var(--lb-vellum); }
  .draft-mobile-payment-choices strong { color: var(--lb-navy); font-size: 1.75rem; font-weight: 520; letter-spacing: -0.04em; line-height: 1; }
  .draft-mobile-payment-choices small { align-self: center; font-size: 0.85rem; }
  .draft-mobile-payment-choices em { align-self: center; padding: 5px 7px; background: var(--lb-yellow); color: var(--lb-deep); font-size: 0.58rem; font-style: normal; font-weight: 650; letter-spacing: 0.04em; text-transform: uppercase; }
  .draft-founding-price { grid-template-columns: minmax(0, 1fr); gap: 7px; margin-top: 16px; padding: 14px 16px; }
  .draft-founding-price > div { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) auto; grid-column: 1; align-items: baseline; gap: 12px; }
  .draft-founding-price strong { font-size: 1.32rem; }
  .draft-founding-price > span { min-width: 0; grid-column: 1; font-size: 0.78rem; overflow-wrap: anywhere; }
  .draft-founding-price .draft-button { width: 100%; min-height: 44px; grid-column: 1; grid-row: auto; margin-top: 3px; padding: 9px 12px; font-size: 0.72rem; }
  .draft-note-grid { grid-template-columns: 1fr; gap: 32px; }
  .draft-footer-grid { grid-template-columns: 1fr; }
  .draft-footer-brand { grid-row: auto; }
  .draft-footer-contact { grid-column: auto; grid-row: auto; }
  .draft-footer-bottom { flex-direction: column; }
  .draft-waitlist { align-items: end; padding: 0; }
  .draft-waitlist-dialog { width: 100%; max-height: calc(100svh - 18px); padding: 42px 20px 28px; border-bottom: 0; }
  .draft-waitlist-close { top: 12px; right: 14px; }
  .draft-waitlist-dialog header { padding-right: 36px; }
  .draft-waitlist-dialog h2 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .draft-waitlist-form { margin-top: 28px; }
  .draft-waitlist-fields { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 360px) {
  .lb-inline-phone { width: calc(100vw - 24px); border-width: 6px; border-radius: 44px; }
  .lb-phone-story .lb-art-panel-wrap { bottom: 22px; }
}

@media (max-width: 759px) {
  .lb-story-step { padding-block: 42px; }
  .lb-story-inline { width: min(100% - 34px, 680px); margin-top: 20px; }
  .lb-inline-phone,
  .lb-inline-phone-app,
  .lb-inline-phone-learning,
  .lb-inline-phone-story { position: relative; width: 100%; aspect-ratio: auto; margin: 0; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }

  .lb-art-screen,
  .lb-inline-phone-has-cta .lb-art-screen { position: relative; inset: auto; display: grid; gap: 18px; overflow: visible; border-radius: 0; background: transparent; }
  .lb-art-screen::after { display: none; }
  .lb-art-copy,
  .lb-art-screen-crew .lb-art-copy { width: 100%; padding: 0; text-align: left; }
  .lb-art-copy h2,
  .lb-art-screen-private .lb-art-copy h2 { max-width: 360px; margin: 0; font-size: clamp(2.1rem, 9.5vw, 2.8rem); line-height: 0.98; }
  .lb-art-copy > p,
  .lb-art-screen-private .lb-art-copy > p { max-width: 570px; margin-top: 13px; font-size: 0.96rem; line-height: 1.48; }
  .lb-art-link { margin-top: 12px; font-size: 0.78rem; }
  .lb-art-panel-wrap,
  .lb-phone-story .lb-art-panel-wrap,
  .lb-inline-phone-has-cta .lb-art-panel-wrap { position: relative; inset: auto; width: 100%; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(32, 63, 82, 0.24); border-radius: 14px; background: var(--lb-vellum); }
  .lb-phone-waitlist { position: static; width: 100%; min-height: 48px; margin-top: 14px; padding: 11px 18px; border-radius: 0; box-shadow: none; animation: none; }

  .lb-learning-visual { min-height: 0; padding: 22px 18px; border: 1px solid rgba(32, 63, 82, 0.24); border-radius: 14px; }
  .lb-learning-card { min-height: 72px; }

  .lb-story-inline-quick { margin-top: 18px; }
  .lb-quick-product { position: relative; inset: auto; width: 100%; aspect-ratio: 772 / 1192; overflow: hidden; border: 1px solid rgba(32, 63, 82, 0.24); border-radius: 14px; background: #f8f3e8; }
  .lb-quick-product-stage { top: 10px; right: 6px; left: 6px; }
  .lb-app-shot { position: relative; inset: auto; display: block; overflow: hidden; padding: 10px 6px; border: 1px solid rgba(32, 63, 82, 0.24); border-radius: 14px; background: #f8f3e8; }
  .lb-app-shot img { width: 100%; max-width: none; height: auto; max-height: none; object-fit: contain; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .story-ready .lb-story-sticky { display: none; }
  .lb-coastline-overview, .lb-coastline-focus-anchor, .lb-coastline-magnifier, .lb-coastline-saved-label { animation: none; }
}
