:root { color-scheme: dark; --bg: #030406; --ink: #f3f3f5; --muted: #a8a8af; --line: #25262a; --blue: #81c9ff; --pink: #f181bd; }
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
a:hover { color: #c9e7ff; }
img { display: block; max-width: 100%; }
.wrap { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 10; background: white; color: black; padding: 12px 20px; }
.skip-link:focus { top: 10px; }
.header-inner { width: min(1720px, calc(100% - 80px)); margin: auto; display: flex; align-items: center; gap: 70px; padding: 10px 0; }
.brand { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.brand-mark { width: 64px; height: 64px; object-fit: contain; border-radius: 50%; }
.brand-name { font-size: 15px; letter-spacing: .5px; }
.brand-name small { display: block; font-size: 12px; color: var(--muted); letter-spacing: 1px; }
.header .brand-name { display: none; }
nav { display: flex; align-items: center; gap: 34px; }
nav a { font-size: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 8px 21px; border: 1px solid #37383c; border-radius: 11px; background: linear-gradient(#121315, #0b0c0e); font-size: 15px; line-height: 1.4; transition: border-color .2s, background .2s; }
.button:hover { background: #1b1b22; border-color: #8d7389; color: white; }
.button svg { width: 20px; height: 20px; }
.header-button { margin-left: auto; border-radius: 24px; min-height: 36px; padding: 6px 18px; }
.hero { border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-inner { position: relative; display: grid; grid-template-columns: 55% 45%; align-items: center; min-height: 475px; }
.hero-copy { z-index: 1; padding: 27px 0 12px; }
.eyebrow { margin: 0 0 12px; font-size: 14px; letter-spacing: 2px; }
h1 { margin: 0 0 25px; font-weight: 450; font-size: clamp(40px, 4.2vw, 68px); line-height: 1.13; letter-spacing: -2.5px; }
.connection { color: #c9a2ef; background: linear-gradient(100deg, #fa79bd 5%, #c494ed 44%, #65d4e9 96%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 12px #dc4f9c35); }
.mission { max-width: 610px; padding: 18px 24px; margin-bottom: 10px; border: 1px solid transparent; border-radius: 14px; background: linear-gradient(115deg, #100c13, #070b0f 75%, #0e222b) padding-box, linear-gradient(125deg, #ce589e, #47424f 48%, #73c7e9) border-box; box-shadow: -4px -2px 20px #e952ab18, 4px 4px 20px #55c3ec18; }
.mission-label { font-size: 12px; letter-spacing: 3px; color: #f0b4d7; margin: 0 0 8px; }
.hero-description { font-size: 17px; line-height: 1.7; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-art { width: 100%; align-self: stretch; display: flex; align-items: center; }
.hero-art img { width: 100%; height: auto; object-fit: contain; }
.section { border-bottom: 1px solid var(--line); background: #0a0b0d; padding: 15px 0; scroll-margin-top: 16px; }
.section-heading { margin-bottom: 9px; }
h2 { margin: 0; font-size: 25px; line-height: 1.35; font-weight: 500; letter-spacing: -.5px; }
h3 { margin: 0 0 5px; font-size: 23px; font-weight: 500; line-height: 1.35; letter-spacing: -.35px; }
.video-feature { display: grid; grid-template-columns: 32% 1fr; gap: 30px; align-items: center; }
.video-art { position: relative; aspect-ratio: 3.3; overflow: hidden; border: 1px solid #343439; border-radius: 12px; background: #050509; }
.video-art img { width: 100%; height: 100%; object-fit: contain; }
.art-label { position: absolute; left: 14px; bottom: 10px; font-size: 10px; letter-spacing: 1px; }
.video-copy .pill { display: none; }
.video-copy p { color: var(--muted); margin: 0; font-size: 16px; }
.video-copy .availability { margin-top: 9px; }
.video-copy .availability .button { background: none; padding: 0; border: 0; border-radius: 0; min-height: 30px; color: var(--ink); }
.reads-feature { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #24232b; margin-top: 15px; padding-top: 13px; }
.reads-feature h3 { font-size: 18px; margin-bottom: 2px; }
.reads-feature p { font-size: 14px; color: var(--muted); margin: 0; }
.reads-feature .pill { display: none; }
.reads-feature .button { font-size: 14px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { border: 1px solid #303135; border-radius: 12px; padding: 14px 24px; background: linear-gradient(110deg, #141517, #101113); }
.value-card h3 { font-size: 20px; }
.value-card p { font-size: 16px; color: var(--muted); margin: 0; }
.community-section { padding: 22px 0; }
.community-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.community-inner p { margin: 6px 0 0; color: var(--muted); font-size: 18px; }
.community-join { margin-right: 8%; flex-shrink: 0; }
footer { background: #08090b; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 16px 0; }
.footer-brand .brand-mark { width: 54px; height: 54px; }
.footer-inner nav { flex-wrap: wrap; gap: 24px; }
.footer-inner nav a { font-size: 14px; }
.footer-quote { font: italic 23px Georgia, serif; margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0 16px; color: #82848d; font-size: 12px; }
@media (min-width: 1600px) { .header-inner { gap: 118px; } .hero-inner { min-height: 455px; } .hero-art { position: absolute; right: -4%; width: 52%; top: 0; bottom: 0; } .hero-art img { max-height: 100%; } }
@media (max-width: 1100px) { .header-inner { gap: 35px; } .hero-inner { grid-template-columns: 58% 42%; } h1 { font-size: 47px; letter-spacing: -1.8px; } .hero-description { font-size: 16px; } .mission { padding: 16px 19px; } .value-card { padding: 14px 16px; } .value-card h3 { font-size: 18px; } .value-card p { font-size: 15px; } .footer-inner { flex-wrap: wrap; } }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); } .header-inner { width: calc(100% - 40px); flex-wrap: wrap; gap: 12px; }
  .brand-mark { width: 50px; height: 50px; } .header-inner nav { order: 3; width: 100%; justify-content: space-between; gap: 14px; padding: 5px 0 10px; }
  .header-inner nav a { font-size: 15px; } .hero-inner { display: flex; flex-direction: column; min-height: 0; } .hero-copy { width: 100%; padding-top: 22px; }
  h1 { font-size: clamp(32px, 6.7vw, 49px); letter-spacing: -1.4px; } .mission { max-width: none; } .hero-actions { gap: 10px; }
  .hero-actions .button { padding-inline: 14px; font-size: 14px; } .hero-art { width: min(100%, 470px); align-self: center; } .hero-art img { height: auto; }
  .video-feature { grid-template-columns: 1fr; gap: 16px; } .video-art { aspect-ratio: 2.7; } .reads-feature { align-items: flex-start; flex-direction: column; gap: 12px; }
  .reads-feature .button { max-width: 100%; text-align: center; } .values { grid-template-columns: 1fr; gap: 10px; } .section { padding: 20px 0; }
  .community-inner { align-items: flex-start; flex-direction: column; gap: 17px; } .community-inner p { font-size: 16px; }
  .footer-inner { gap: 20px; } .footer-quote { width: 100%; } .footer-bottom { flex-wrap: wrap; } h2 { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
/* Small, deliberate interactions; the original artwork remains unchanged. */
.connection { display: inline; padding: 0; border: 0; font: inherit; letter-spacing: inherit; line-height: inherit; cursor: pointer; text-align: left; }
.connection:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; border-radius: 4px; }
.art-frame { position: relative; width: 100%; }
.connection-thread { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.connection-thread path { fill: none; stroke: url(#thread-color); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; filter: drop-shadow(0 0 5px #b0a7ff); transition: stroke-dashoffset 1.15s cubic-bezier(.3,.1,.2,1), opacity .3s; }
.hero.is-connected .connection-thread path { stroke-dashoffset: 0; opacity: 1; }
.mission { transform: perspective(850px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .2s ease-out; }
.mission-beat { color: inherit; transition: color .4s ease, text-shadow .4s ease; }
.mission-beat.is-lit:nth-child(1) { color: #a2e5ff; text-shadow: 0 0 13px #60bded70; }
.mission-beat.is-lit:nth-child(2) { color: #e3c0ff; text-shadow: 0 0 13px #c291f870; }
.mission-beat.is-lit:nth-child(3) { color: #ffb7db; text-shadow: 0 0 13px #f180ba70; }
@media (min-width: 1600px) { .art-frame { max-height: 100%; aspect-ratio: 1; width: auto; margin-inline: auto; } .art-frame img { max-height: 455px; width: auto; } }
@media (prefers-reduced-motion: reduce) { .mission { transform: none; } .connection { filter: none; } .connection-thread path, .mission-beat { transition: none; } }
/* Wider composition keeps the two silhouettes on opposite sides of the heart. */
.hero-inner { grid-template-columns: 49% 51%; gap: 22px; }
.hero-copy { min-width: 0; }
h1 { font-size: clamp(36px, 3.8vw, 62px); }
.hero-art { position: relative; inset: auto; width: 100%; align-self: center; }
.art-frame { width: 100%; max-height: none; aspect-ratio: 3 / 2; margin: 0; }
.art-frame img { width: 100%; height: auto; max-height: none; }
.connection-thread .thread-pink { stroke: #ff73b1; stroke-width: 3; }
.connection-thread .thread-blue { stroke: #68bfff; stroke-width: 3; }
@media (min-width: 1600px) { .hero-inner { grid-template-columns: 48% 52%; } .hero-art { width: calc(100% + 35px); } }
@media (max-width: 1100px) { .hero-inner { grid-template-columns: 51% 49%; gap: 10px; } h1 { font-size: clamp(34px, 4vw, 46px); } }
@media (max-width: 760px) { .hero-inner { display: flex; gap: 0; } h1 { font-size: clamp(32px, 6.7vw, 49px); } .hero-art { width: calc(100% + 20px); max-width: none; margin: 20px -10px 0; } }
/* One calm canvas, with a pinned reading moment for the mission. */
:root { --bg: #050609; }
body, .header, .hero, footer { background-color: var(--bg); }
.hero { overflow: visible; border-bottom: 0; padding-bottom: 48px; }
.hero-inner { grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); width: min(1320px, calc(100% - 96px)); padding-block: 32px; background: var(--bg); }
.hero-copy { padding-block: 20px; }
.hero-art { width: 100%; margin: 0; }
.art-frame {
  isolation: isolate;
  /* Fade the image perimeter without changing the supplied bitmap. */
  -webkit-mask-image: radial-gradient(ellipse 72% 72% at 50% 50%, #000 48%, transparent 78%);
  mask-image: radial-gradient(ellipse 72% 72% at 50% 50%, #000 48%, transparent 78%);
}
.art-frame > img { mix-blend-mode: screen; }
.hero.mission-scroll { min-height: calc(var(--scene-height) + var(--mission-travel)); }
.hero.mission-scroll .hero-inner { position: sticky; top: var(--scene-top, 20px); }
.mission { max-width: 560px; box-shadow: -3px -2px 18px #e952ab10, 4px 4px 18px #55c3ec10; }
.mission-beat { color: #bfc0c8; }
.mission-beat.is-lit:nth-child(1) { color: #b9eaff; text-shadow: 0 0 12px #60bded55; }
.mission-beat.is-lit:nth-child(2) { color: #ead2ff; text-shadow: 0 0 12px #c291f855; }
.mission-beat.is-lit:nth-child(3) { color: #ffc6e2; text-shadow: 0 0 12px #f180ba55; }
.section { background: var(--bg); padding-block: 38px; border-color: #ffffff0d; }
.section-heading { margin-bottom: 18px; }
.value-card { background: linear-gradient(125deg, #111218, #0b0c11); border-color: #ffffff13; padding-block: 22px; }
.community-section { padding-block: 46px; }
.reads-feature { margin-top: 26px; padding-top: 22px; }
.connection-thread path { stroke-width: 3; filter: drop-shadow(0 0 4px #d6aafc); transition: stroke-dashoffset 1.5s cubic-bezier(.3,.1,.2,1), opacity .25s; }
.connection-thread .thread-blue { transition-delay: .65s, 0s; }
.hero:not(.is-connected) .connection-thread path { transition-delay: 0s; transition-duration: .3s; }
@media (max-width: 760px) {
  .hero-inner { display: flex; width: calc(100% - 40px); padding-block: 12px; }
  .hero-art { width: 100%; max-width: 430px; margin: 0 auto; }
  .hero-copy { padding-block: 12px; }
  .mission { max-width: none; }
  .section { padding-block: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero.mission-scroll { min-height: 0; }
  .hero.mission-scroll .hero-inner { position: relative; top: auto; }
  .connection-thread path { transition: none; }
}
/* Compact opening: no artificial scroll runway or pinned hero. */
.hero, .hero.mission-scroll { min-height: 0; padding-bottom: 12px; }
.hero .hero-inner, .hero.mission-scroll .hero-inner { position: relative; top: auto; min-height: 0; padding-block: 12px; }
.hero-copy { padding-block: 12px; }
.section { padding-block: 26px; }
/* Preserve the full supplied artwork at its natural proportions. */
.video-art.couch-art { aspect-ratio: auto; overflow: visible; border: 0; background: transparent; }
.video-art.couch-art img { position: static; display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; border-radius: 0; }
@media (max-width: 760px) { .hero .hero-inner { padding-block: 6px; } .section { padding-block: 22px; } }
/* A quiet notes card, ready for the Tally standard embed. */
.notes-section { padding-bottom: 42px; }
.notes-card { max-width: 720px; padding: clamp(20px, 3vw, 32px); border: 1px solid transparent; border-radius: 20px; background: linear-gradient(125deg, #0c0d12, #070c10) padding-box, linear-gradient(125deg, #ed79b1, #66617d 48%, #7acfe8) border-box; }
.notes-label { margin: 0 0 8px; color: #f0a3cb; font-size: 13px; letter-spacing: .22em; }
.notes-card h3 { margin: 0 0 10px; font-size: clamp(23px, 3vw, 30px); line-height: 1.25; }
.notes-description { margin: 0 0 20px; color: #c8c9d0; line-height: 1.6; }
.notes-status { margin: 14px 0 0; font-size: 13px; color: #a9aab6; }
.notes-embed iframe { display: block; width: 100%; border: 0; border-radius: 12px; background: #fff; }
.notes-status a { color: #b9eaff; text-decoration: underline; text-underline-offset: 3px; }
/* One uninterrupted trace: left tail, both heart lobes, then right tail. */
.connection-thread .thread-full {
  stroke: url(#full-heart-color);
  stroke-width: 3;
  animation: full-heart-trace 5s ease-in-out infinite;
}
.hero.is-connected .connection-thread .thread-full { animation-duration: 3.8s; }
@keyframes full-heart-trace {
  0%, 6% { stroke-dashoffset: 1; opacity: 0; }
  10% { opacity: .9; }
  57%, 70% { stroke-dashoffset: 0; opacity: .9; }
  84% { stroke-dashoffset: 0; opacity: 0; }
  85%, 100% { stroke-dashoffset: 1; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .connection-thread .thread-full { animation: none; }
}

/* Compact fan-content attribution beneath the footer. */
.legal-notice { padding-block: 20px 28px; border-top: 1px solid #ffffff12; text-align: center; color: #a9aab6; font-size: 13px; line-height: 1.65; }
.legal-notice p { max-width: 960px; margin: 0 auto 9px; }
.legal-notice p:last-child { margin-bottom: 0; }
.legal-notice a { color: #b9eaff; text-decoration: underline; text-underline-offset: 3px; }
