.nav{z-index:10;justify-content:space-between;align-items:center;gap:32px;padding:28px 44px 0;display:flex;position:relative}.nav .brand img{width:auto;height:44px;display:block}.nav-links{gap:44px;list-style:none;display:flex}.nav-links a{white-space:nowrap;color:var(--ink);font-size:17px;font-weight:600;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--accent)}.cta{background:var(--accent);color:#fff6ec;cursor:pointer;box-shadow:0 6px 18px color-mix(in srgb, var(--accent) 35%, transparent);border:none;border-radius:14px;align-items:center;padding:14px 30px;font-family:inherit;font-size:17px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.cta:hover{box-shadow:0 10px 24px color-mix(in srgb, var(--accent) 45%, transparent);transform:translateY(-2px)}.cta:active{transform:translateY(0)}.page{background:var(--card);border-radius:28px;flex-direction:column;max-width:1378px;height:min(100vh - 32px,min(100vw - 32px,1378px)/1.31579);margin:0 auto;display:flex;position:sticky;top:16px;overflow:hidden;container-type:inline-size}.hero{flex:1;min-height:78vh;position:relative}.tagline{z-index:2;text-align:center;color:var(--ink-soft);margin-top:3.4cqw;font-size:clamp(15px,1.5cqw,22px);font-weight:600;position:relative}.headline{z-index:2;text-align:center;font-size:clamp(110px, calc(var(--headline-scale) * 1cqw), 330px);letter-spacing:-.015em;color:#312f2c;-webkit-user-select:none;user-select:none;margin-top:.6vh;font-weight:900;line-height:1;position:relative}.circle,.circle-dashed{border-radius:50%;position:absolute;left:50%}.circle{z-index:1;background:var(--circle);width:42cqw;height:42cqw;top:26cqw;transform:translate(-50%)}.circle-dashed{z-index:1;border:2px dashed var(--dash);background:0 0;width:49cqw;height:49cqw;top:23.5cqw;transform:translate(-50%)}.pack{z-index:3;filter:drop-shadow(0 26px 44px #50321429);-webkit-user-select:none;user-select:none;width:58cqw;height:auto;position:absolute;top:22cqw;left:50%;transform:translate(-50%)}.promo{z-index:5;background:var(--accent);color:#fff6ec;box-shadow:0 18px 40px color-mix(in srgb, var(--accent) 30%, transparent);border-radius:22px;padding:30px 34px 30px 30px;position:absolute;bottom:3cqw;left:44px}.promo p{white-space:nowrap;padding-right:56px;font-size:clamp(18px,1.55vw,23px);font-weight:700;line-height:1.5}.promo .go{cursor:pointer;width:48px;height:48px;color:var(--accent);background:#fff6ec;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:800;text-decoration:none;transition:transform .15s;display:flex;position:absolute;bottom:18px;right:18px}.promo .go:hover{transform:scale(1.08)rotate(8deg)}.scroll-cue{z-index:5;color:var(--ink-soft);flex-direction:column;align-items:center;gap:14px;display:flex;position:absolute;bottom:3cqw;right:56px}.scroll-cue .pill{width:46px;height:72px;color:var(--ink);border:2px dashed #a39b89;border-radius:26px;justify-content:center;align-items:center;font-size:18px;display:flex}.scroll-cue .pill span{animation:1.8s ease-in-out infinite cue-bob}.scroll-cue small{font-size:14.5px;font-weight:600}@keyframes cue-bob{0%,to{transform:translateY(-3px)}50%{transform:translateY(4px)}}@media (prefers-reduced-motion:reduce){.scroll-cue .pill span{animation:none}}@media (prefers-reduced-motion:no-preference){body.intro .circle{animation:.9s cubic-bezier(.22,1,.36,1) backwards pop-in}body.intro .circle-dashed{animation:1.1s cubic-bezier(.22,1,.36,1) .1s backwards pop-in}body.intro .headline{animation:.8s cubic-bezier(.22,1,.36,1) .15s backwards rise-in}body.intro .tagline{animation:.7s ease-out 50ms backwards rise-in}body.intro .pack{animation:.9s cubic-bezier(.22,1,.36,1) .3s backwards tub-up}body.intro .promo{animation:.7s ease-out .7s backwards rise-in}body.intro .scroll-cue{animation:.7s ease-out .85s backwards fade-in}body.intro .nav{animation:.8s ease-out backwards fade-in}}@keyframes pop-in{0%{opacity:0;transform:translate(-50%)scale(.55)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes rise-in{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}@keyframes tub-up{0%{opacity:0;transform:translate(-50%)translateY(90px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (orientation:portrait) and (min-width:901px){.page{height:auto;min-height:calc(100svh - 32px)}.tagline{margin-top:6cqw}.headline{font-size:clamp(110px,26cqw,330px)}.circle{width:72cqw;height:72cqw;top:auto;bottom:4cqw}.circle-dashed{width:83cqw;height:83cqw;top:auto;bottom:0}.pack{width:auto;max-width:none;height:66svh;top:auto;bottom:-4cqw}}@media (max-width:900px){body{padding:10px}.page{height:auto;min-height:calc(100svh - 20px);top:10px}.nav{padding:20px 22px 0}.nav .brand img{height:36px}.nav-links{display:none}.cta{padding:11px 20px;font-size:15px}.tagline{margin-top:7cqw}.headline{font-size:clamp(72px,29cqw,150px)}.circle{width:92cqw;height:92cqw;top:auto;bottom:2cqw}.circle-dashed{width:106cqw;height:106cqw;top:auto;bottom:-5cqw}.pack{width:auto;max-width:none;height:62svh;top:auto;bottom:-5cqw}.promo{border-radius:18px;max-width:270px;padding:20px 22px;bottom:14px;left:14px}.promo p{padding-right:40px;font-size:17px}.promo .go{width:40px;height:40px;font-size:17px;bottom:12px;right:12px}.scroll-cue{display:none}}.panel{background:var(--card);border-radius:28px;max-width:1378px;margin:16px auto 0;padding:76px 64px;scroll-margin-top:16px;position:relative}.section-head{flex-direction:column;gap:10px;margin-bottom:48px;display:flex}.overline{color:var(--accent);align-items:center;gap:12px;font-size:16px;font-weight:700;text-decoration-line:none;display:inline-flex}.overline:before{content:"";border-top:2px dashed var(--accent);width:34px;height:0}.section-title{letter-spacing:-.01em;color:var(--ink);text-wrap:pretty;font-size:clamp(34px,4cqw,54px);font-weight:900;line-height:1.15}.benefits-grid{grid-template-columns:repeat(6,1fr);grid-template-areas:"c1 c1 c2 c2 c3 c3""c4 c4 c4 c5 c5 c5";gap:20px;display:grid}.b-lead{color:var(--ink-soft);text-wrap:pretty;font-size:16.5px;font-weight:500;line-height:1.75}.b-card{background:#fffdf8;border:1px solid #efe4cf;border-radius:20px;flex-direction:column;gap:14px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex}.b-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #5032141a}.b-head{align-items:center;gap:18px;display:flex}.b-ic{border:1.5px solid color-mix(in srgb, var(--accent) 55%, transparent);background:color-mix(in srgb, var(--accent) 9%, #fffdf8);width:76px;height:76px;color:var(--accent);border-radius:50%;flex:none;place-items:center;display:grid}.b-ic svg{width:36px;height:36px}.b-num{background:var(--accent);color:#fff6ec;border-radius:8px;margin-bottom:7px;padding:2px 10px;font-size:13.5px;font-weight:800;display:inline-block}.b-head h3{color:var(--ink);font-size:clamp(20px,1.6cqw,23px);font-weight:800;line-height:1.25}.b-sub{color:var(--accent);margin-top:3px;font-size:16px;font-weight:700}.b-desc{color:var(--ink-soft);border-bottom:2px dashed #eadfcc;padding-bottom:14px;font-size:15.5px;font-weight:500}.b-chips{flex-wrap:wrap;gap:10px;margin-top:auto;display:flex}.chip{color:var(--ink);white-space:nowrap;background:#fff;border:1px solid #eadfcc;border-radius:12px;align-items:center;gap:7px;padding:8px 13px;font-size:13.5px;font-weight:600;display:inline-flex}.chip svg{width:16px;height:16px;color:var(--accent);flex:none}.article-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.article-card{color:var(--ink);flex-direction:column;gap:16px;text-decoration:none;display:flex}.article-card .article-cover{aspect-ratio:16/10;object-fit:cover;border-radius:16px;width:100%;height:auto;transition:transform .2s;display:block}.article-card:hover .article-cover{transform:translateY(-4px)}.article-card h3{text-wrap:pretty;font-size:22px;font-weight:800;line-height:1.4}.article-card .read{color:var(--accent);align-items:center;gap:8px;font-size:16px;font-weight:700;display:inline-flex}.article-card:hover .read{text-underline-offset:4px;text-decoration:underline}.site-footer{background:var(--ink);color:#ede6d8;border-radius:28px;max-width:1378px;margin:16px auto 0;padding:72px 64px 40px;scroll-margin-top:16px}.footer-cta{border-bottom:2px dashed #57534a;justify-content:space-between;align-items:center;gap:40px;padding-bottom:56px;display:flex}.footer-cta h2{letter-spacing:-.01em;text-wrap:pretty;max-width:18em;font-size:clamp(30px,3.4cqw,46px);font-weight:900;line-height:1.25}.footer-cols{grid-template-columns:1.4fr 1fr 1fr;gap:48px;padding:56px 0;display:grid}.footer-brand img{width:auto;height:56px;display:block}.footer-brand p{color:#b9b1a0;margin-top:18px;font-size:16px;font-weight:500}.footer-cols h4{color:#8f887a;margin-bottom:18px;font-size:15px;font-weight:700}.footer-cols ul{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-cols a{color:#ede6d8;font-size:17px;font-weight:600;text-decoration:none;transition:color .15s}.footer-cols a:hover{color:var(--accent)}.footer-bottom{color:#8f887a;border-top:1px solid #45413a;justify-content:space-between;align-items:center;gap:24px;padding-top:28px;font-size:14.5px;font-weight:500;display:flex}.footer-bottom nav{gap:28px;display:flex}.footer-bottom a{color:#8f887a;text-decoration:none}.footer-bottom a:hover{color:#ede6d8}@media (prefers-reduced-motion:no-preference){body.js .reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(34px)}body.js .reveal.in{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.benefits-grid{grid-template-columns:1fr 1fr;grid-template-areas:"c1 c2""c3 c4""c5 c5"}}@media (max-width:900px){.panel,.site-footer{padding:48px 28px}.benefits-grid{grid-template-columns:1fr;grid-template-areas:"c1""c2""c3""c4""c5"}.article-grid{grid-template-columns:1fr}.footer-cta{flex-direction:column;align-items:flex-start}.footer-cols{grid-template-columns:1fr;gap:36px}.footer-bottom{flex-direction:column;align-items:flex-start}}
