:root{--color-blue:#2563eb;--color-blue-deep:#1d4ed8;--color-blue-soft:#2563eb24;--color-red:#d62828;--color-red-deep:#b91c1c;--color-red-soft:#d6282824;--color-green:#22c55e;--color-bg:#eef4ff;--color-paper:#fafdfff7;--color-paper-soft:#edf4ff;--color-text:#121212;--color-muted:#5b5550;--color-line:#11111114;--color-line-strong:#11111129;--shadow-soft:0 22px 56px #11111112;--shadow-lift:0 34px 86px #1111111c;--radius-lg:30px;--radius-md:22px;--container:1180px;--transition:.22s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--color-text);background:radial-gradient(circle at 0 0,#93c5fd2e,#0000 18%),radial-gradient(circle at 100% 0,#2563eb14,#0000 20%),linear-gradient(#eef4ff 0%,#f7fbff 36%,#edf4ff 100%);margin:0;font-family:Inter,sans-serif;line-height:1.65;overflow-x:hidden}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img,svg,iframe{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:0;padding:0}input,textarea{width:100%}#root,.app-shell{min-height:100vh}main{overflow:clip}section[id],footer[id]{scroll-margin-top:6rem}.skip-link{z-index:60;background:var(--color-text);color:#fff;border-radius:999px;padding:.8rem 1rem;position:absolute;top:-4rem;left:1rem}.skip-link:focus{top:1rem}h1,h2,h3,h4{color:var(--color-text);margin:0;font-family:Playfair Display,serif;line-height:.98}h1{letter-spacing:-.05em;font-size:clamp(3.1rem,8vw,6.8rem)}h2{letter-spacing:-.04em;font-size:clamp(2.1rem,5vw,4.2rem)}h3{letter-spacing:-.03em;font-size:clamp(1.2rem,2vw,1.55rem)}p{color:var(--color-muted);margin:0}ul{margin:0;padding:0;list-style:none}.container{width:min(var(--container), calc(100% - 2rem));margin:0 auto}.section{padding:4.75rem 0}.section--muted{background:linear-gradient(#eff6ffd1,#f7fbff94),0 0;border-top:1px solid #2563eb14;border-bottom:1px solid #2563eb14}.section--tight{padding-top:0;padding-bottom:3.75rem}.surface-card{border:1px solid var(--color-line);border-radius:var(--radius-lg);background:var(--color-paper);box-shadow:var(--shadow-soft);transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition)}.surface-card:hover{border-color:var(--color-line-strong);box-shadow:var(--shadow-lift);transform:translateY(-6px)}.icon{flex:none;width:1.2rem;height:1.2rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}@media (width<=680px){.container{width:min(var(--container), calc(100% - 1.25rem))}.section{padding:3.2rem 0}.section--tight{padding-bottom:2.75rem}}.site-header{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#eff6ffeb;border-bottom:1px solid #2563eb14;padding-bottom:1rem;position:sticky;top:0}.site-header__ribbon{color:#fffffff2;background:#111}.site-header__ribbon-inner{letter-spacing:.18em;text-transform:uppercase;justify-content:center;align-items:center;gap:.8rem;min-height:2.55rem;font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;display:flex}.site-header__ribbon-dot{background:var(--color-red);border-radius:999px;width:.34rem;height:.34rem}.navbar{border:1px solid var(--color-line);min-height:6.7rem;box-shadow:var(--shadow-soft);background:linear-gradient(#fffffffc,#f2f8fffa);border-radius:2rem;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.15rem;padding:1.15rem 1.8rem;display:flex}.brand{align-items:center;gap:.95rem;display:inline-flex}.brand__mark{width:3.15rem;height:3.15rem;color:var(--color-red);background:linear-gradient(#f4f8ff,#dbeafe);border-radius:50%;place-items:center;display:inline-grid;box-shadow:inset 0 0 0 1px #2563eb24}.brand__copy strong{letter-spacing:-.03em;color:#111;font-family:Playfair Display,serif;font-size:clamp(1.9rem,2.6vw,2.45rem);display:block}.navbar__nav{align-items:center;gap:.9rem;display:flex}.navbar__link{color:#3f3a35;letter-spacing:.16em;text-transform:uppercase;transition:color var(--transition), transform var(--transition);padding:.55rem .9rem;font-family:Playfair Display,serif;font-size:.95rem;font-weight:700}.navbar__link:hover{color:var(--color-red-deep);transform:translateY(-1px)}.hero{padding:3.7rem 0 5rem;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 18% 24%,#60a5fa1f,#0000 18%),radial-gradient(circle at 82% 18%,#2563eb1f,#0000 22%),linear-gradient(#f7fbffd1,#edf4ff00);height:min(76vw,38rem);position:absolute;inset:0 0 auto}.hero__cover{border-top:1px solid #1111111a;grid-template-columns:minmax(0,.92fr) minmax(380px,1fr) minmax(0,.82fr);grid-template-areas:"masthead masthead masthead""left visual right";align-items:center;gap:2rem 3rem;padding-top:1.6rem;display:grid;position:relative}.hero__cover>*{min-width:0}.hero__masthead{text-align:center;grid-area:masthead;animation:.72s both fadeUp}.hero__masthead h1{color:#111;letter-spacing:-.06em;text-wrap:balance;max-width:14ch;margin:0 auto;font-size:clamp(4.1rem,8.6vw,8.2rem);line-height:.88;display:inline-block}.hero__masthead h1 span{display:block}.hero__masthead h1 span:first-child{color:var(--color-red)}.hero__masthead h1 span:last-child{color:var(--color-blue-deep);margin-left:clamp(1rem,8vw,7rem)}.hero__story{animation:.72s both fadeUp}.hero__story--left{grid-area:left}.hero__story--right{grid-area:right}.hero__lede{color:var(--color-red-deep);text-transform:uppercase;font-family:Playfair Display,serif;font-size:clamp(1.65rem,2.3vw,2.35rem);font-weight:700;line-height:1.08}.hero__body{max-width:19rem;color:var(--color-muted);margin-left:auto;padding-top:1.3rem;font-family:Playfair Display,serif;font-size:1.05rem;line-height:1.38;position:relative}.hero__body:before{content:"";background:#11111124;height:1px;position:absolute;top:0;left:0;right:0}.hero__visual{grid-area:visual;align-self:center;justify-items:center;padding:1.2rem 0;animation:.82s .12s both fadeScale;display:grid;position:relative}.hero__visual:before{content:"";width:min(100%,30rem);height:min(100%,36rem);box-shadow:var(--shadow-lift);pointer-events:none;background:linear-gradient(#fffffff7,#edf4ffeb);border-radius:2.2rem;margin:auto;position:absolute;inset:0}.hero__visual:after{content:"";pointer-events:none;background:#1111111f;height:1px;position:absolute;bottom:2.4rem;left:14%;right:14%}.hero__figure{z-index:1;filter:drop-shadow(0 18px 36px #11111114);width:min(100%,430px);margin:0 auto;position:relative}.site-footer{background:linear-gradient(#f2f8fff5,#eaf2fff5);border-top:1px solid #2563eb14;margin-top:1rem;padding:1.15rem 0 1.75rem}.footer__simple{border-top:1px solid #2563eb14;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex;position:relative}.footer__simple:after{content:"";background:linear-gradient(90deg,#1111110f,#d628281f,#1111110f);height:1px;position:absolute;top:.45rem;left:0;right:0}.brand--footer .brand__mark{width:2.7rem;height:2.7rem}.brand--footer .brand__copy strong{color:#111;font-size:1.55rem}.footer__copyright{color:var(--color-muted);font-size:.95rem}@media (width<=980px){.navbar{min-height:auto;padding:1rem 1.2rem}.navbar__nav{gap:.55rem}.navbar__link{font-size:.86rem}.hero__cover{grid-template-columns:1fr;grid-template-areas:"masthead""visual""left""right";gap:1.5rem}.hero__masthead h1 span:last-child{margin-left:0}.hero__story{max-width:42rem}.hero__lede{font-size:1.4rem}.hero__body{max-width:100%;margin-left:0}.hero__visual:before{width:min(100%,24rem);height:min(100%,30rem)}.hero__figure{width:min(100%,340px)}}@media (width<=680px){.site-header{padding-bottom:.45rem}.site-header__ribbon{display:none}.site-header__ribbon-inner{gap:.55rem;min-height:2.2rem;font-size:.7rem}.navbar{border-radius:1.15rem;flex-direction:column;align-items:flex-start;gap:.55rem;margin-top:.4rem;padding:.75rem .85rem}.brand{gap:.58rem}.brand__mark{width:2.35rem;height:2.35rem}.brand__copy strong{font-size:1.28rem}.navbar__nav{justify-content:space-between;gap:.2rem;width:100%}.navbar__link{letter-spacing:.12em;padding:.18rem 0;font-size:.66rem}.hero{padding:2.3rem 0 3rem}.hero__cover{gap:1.15rem;padding-top:1rem}.hero__masthead h1{font-size:clamp(3.05rem,15vw,4.5rem)}.hero__lede{font-size:1.16rem}.hero__body{padding-top:1rem;font-size:.97rem}.hero__visual{padding:.4rem 0 .8rem}.hero__visual:before{width:min(100%,18rem);height:min(100%,22rem)}.hero__visual:after{bottom:1.8rem;left:16%;right:16%}.hero__figure{width:min(100%,280px)}.footer__simple{flex-direction:column;align-items:flex-start}}.section-head{gap:.8rem;max-width:52rem;margin-bottom:2rem;display:grid}.section-head--feature{border-bottom:1px solid #1111111a;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:end;gap:1rem 2rem;max-width:none;padding-bottom:1.8rem}.section-head:after{content:"";background:linear-gradient(90deg, var(--color-red), #1111111f);border-radius:999px;width:7rem;height:3px}.section-head h2{color:#111;text-wrap:balance;max-width:14ch;font-size:clamp(3rem,5vw,5rem);line-height:.96}.section-head p{max-width:34rem;color:var(--color-muted);font-family:Playfair Display,serif;font-size:clamp(1.1rem,1.8vw,1.42rem);line-height:1.3}.section-head--feature p{justify-self:end}.section-head--feature:after{grid-column:1/-1}.section-copy{grid-template-columns:minmax(0,1.3fr) minmax(15rem,.8fr);align-items:start;gap:2rem;margin-bottom:2.2rem;display:grid}.content-list{border-top:1px solid #1111111a;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.6rem;padding-top:1.4rem;display:grid}.content-list li{color:#111;padding-left:1.3rem;font-family:Playfair Display,serif;font-size:clamp(1.02rem,1.35vw,1.24rem);font-weight:700;line-height:1.35;position:relative}.content-list li:before{content:"";background:var(--color-red);border-radius:999px;width:.42rem;height:.42rem;position:absolute;top:.58rem;left:0}.content-list li:last-child{color:var(--color-red-deep);grid-column:1/-1;font-style:italic}.feature-grid,.video-grid{gap:1.7rem;display:grid}.video-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.video-card{box-shadow:var(--shadow-soft);background:linear-gradient(#fffffffc,#f1f7fff7);border:1px solid #11111114;border-radius:2rem;padding:0;animation:.72s both fadeUp;overflow:hidden}.video-card:first-child{grid-column:span 2}.video-card:nth-child(2){animation-delay:90ms}.video-card:nth-child(3){animation-delay:.18s}.video-card:nth-child(4){animation-delay:.27s}.video-card:nth-child(5){animation-delay:.36s}.video-card__frame{aspect-ratio:16/10;background:linear-gradient(#eff6ff,#dbeafe);position:relative}.video-card:first-child .video-card__frame{aspect-ratio:16/10.2}.video-card__frame iframe{border:0;width:100%;height:100%}.video-card__poster{width:100%;height:100%;position:relative}.video-card__poster img{object-fit:cover;width:100%;height:100%}.video-card__poster:after{content:"";background:linear-gradient(#1111110a,#1111117a);position:absolute;inset:0}.video-card__play{z-index:1;color:#111;background:#fffffff7;border-radius:999px;align-items:center;gap:.55rem;padding:.8rem 1.1rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:700;display:inline-flex;position:absolute;bottom:1rem;left:1rem;box-shadow:0 14px 34px #1111111f}.video-card__empty{background:linear-gradient(#eff6ff,#dbeafe);place-items:center;width:100%;height:100%;padding:1.5rem;display:grid}.video-card__empty-icon{width:3.6rem;height:3.6rem;color:var(--color-red);background:#fffffff0;border-radius:50%;place-items:center;display:inline-grid}.video-card__body{background:linear-gradient(#fffffffc,#f4f8fffa);border-top:1px solid #11111114;padding:1.35rem 1.4rem 1.55rem}.video-card__body h3{color:#111;font-size:clamp(1.6rem,2vw,2.2rem);line-height:1.02}.section-note{color:var(--color-muted);border-top:1px solid #1111111a;margin-top:.25rem;padding:1.25rem 0 0 1.1rem;font-family:Playfair Display,serif;font-size:1.08rem;line-height:1.6;position:relative}.section-note:before{content:"";background:var(--color-red);border-radius:999px;width:3px;position:absolute;top:1.2rem;bottom:0;left:0}.feature-bullets{counter-reset:safety;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2.2rem;display:grid}.feature-bullets li{border-top:1px solid #1111111a;padding:1.2rem 0 0 3rem;animation:.72s both fadeUp;position:relative}.feature-bullets li:before{counter-increment:safety;content:counter(safety, decimal-leading-zero);color:var(--color-red);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:800;line-height:1;position:absolute;top:.74rem;left:0}.feature-bullets li:nth-child(2){animation-delay:90ms}.feature-bullets li:nth-child(3){animation-delay:.18s}.feature-bullets li:nth-child(4){animation-delay:.27s}.feature-bullets h3{color:#111;font-size:clamp(1.4rem,2vw,2rem);line-height:1.05}.motivation-banner{box-shadow:var(--shadow-soft);background:linear-gradient(#fffffffc,#f0f6fffa);border:1px solid #11111114;border-radius:2rem;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:end;gap:1.4rem 2rem;padding:2.8rem 2.5rem;display:grid;position:relative}.motivation-banner:before{content:"“";color:#d6282824;font-family:Playfair Display,serif;font-size:7rem;line-height:1;position:absolute;top:-.45rem;right:1.35rem}.motivation-banner h2{color:#111;max-width:24rem;margin-bottom:0}.motivation-banner p{max-width:46rem;color:var(--color-muted);font-family:Playfair Display,serif;font-size:1.12rem;line-height:1.55}.disclaimer-card{border-left:6px solid var(--color-red);box-shadow:var(--shadow-soft);background:linear-gradient(#f9fcfffc,#e8f1fff5);border-radius:1.5rem;padding:1.7rem 1.9rem}.disclaimer-card h2{color:#111;max-width:48rem;font-size:clamp(1.8rem,2.8vw,2.7rem);line-height:1.08}@media (width<=1100px){.section-copy{grid-template-columns:1fr;gap:1.4rem}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-card:first-child{grid-column:auto}.video-card:first-child .video-card__frame{aspect-ratio:16/10}.motivation-banner{grid-template-columns:1fr}}@media (width<=760px){.section-head{margin-bottom:1.35rem}.section-head--feature{grid-template-columns:1fr;gap:.85rem;padding-bottom:1.1rem}.section-head--feature p{justify-self:start}.section-head h2{font-size:clamp(2.35rem,10vw,3.4rem)}.section-head p{font-size:1rem}.content-list{grid-template-columns:1fr;gap:.75rem;padding-top:1rem}.content-list li{padding-left:1.15rem;font-size:1rem}.feature-bullets{grid-template-columns:1fr;gap:1rem}.feature-bullets li{padding-left:2.55rem}.feature-bullets h3{font-size:1.18rem}.video-grid{grid-template-columns:1fr}.video-card__body{padding:1.1rem}.video-card__body h3{font-size:1.45rem}.video-card__play{padding:.68rem .9rem;font-size:.92rem;bottom:.75rem;left:.75rem}.motivation-banner,.disclaimer-card{padding:1.4rem}.motivation-banner:before{font-size:4.6rem;right:.9rem}}
