html{scroll-behavior:smooth}body{overflow-x:hidden}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{justify-content:space-between;height:74px}.logo,.nav{display:flex;align-items:center}.logo{gap:11px;font-weight:700;font-size:1.05rem;letter-spacing:-.02em;color:var(--ink);text-decoration:none}.logo .drop{width:30px;height:30px;border-radius:50% 50% 50% 4px;background:linear-gradient(150deg,var(--aqua),var(--aqua-deep));transform:rotate(-2deg);box-shadow:0 5px 14px -4px var(--aqua-deep);flex-shrink:0}.logo small{display:block;font-size:.66rem;font-weight:500;color:var(--text-muted);letter-spacing:.01em;margin-top:-3px}.nav-links{display:flex;align-items:center;gap:30px}.nav-links a{color:var(--ink);text-decoration:none;font-size:.92rem;font-weight:500;opacity:.78;transition:opacity .2s}.nav-links a:hover{opacity:1}.btn{font-family:inherit;font-weight:600;font-size:.92rem;border:none;cursor:pointer;border-radius:100px;padding:11px 22px;transition:transform .18s ease,box-shadow .18s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:var(--ink);color:var(--paper)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.btn-aqua{background:var(--aqua);color:var(--ink)}.btn-aqua:hover{transform:translateY(-2px);box-shadow:0 14px 30px -12px var(--aqua-deep)}.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}.btn-ghost:hover{border-color:var(--ink);transform:translateY(-2px)}.nav-cta{display:flex;gap:12px;align-items:center}.nav-toggle{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.nav-toggle:focus-visible~.site-header .burger{outline:2px solid var(--aqua-deep);outline-offset:2px;border-radius:10px}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:14px 10px}.burger span{width:24px;height:2px;background:var(--ink);border-radius:2px;display:block;transition:transform .25s ease,opacity .2s ease}.mobile-menu,.nav-overlay{display:none}@media(max-width:920px){.nav-overlay{display:block;position:fixed;inset:0;z-index:55;background:rgba(11,31,42,.45);opacity:0;pointer-events:none;transition:opacity .25s ease}.mobile-menu{display:flex;flex-direction:column;gap:4px;position:fixed;top:0;right:0;bottom:0;z-index:60;width:min(78vw,320px);padding:96px 28px 28px;background:var(--surface);border-left:1px solid var(--line);box-shadow:-18px 0 44px -18px rgba(11,31,42,.35);transform:translateX(105%);transition:transform .3s ease}.nav-toggle:checked~.nav-overlay{opacity:1;pointer-events:auto}.nav-toggle:checked~.mobile-menu{transform:none}.nav-toggle:checked~.site-header{z-index:70}.nav-toggle:checked~.site-header .burger span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle:checked~.site-header .burger span:nth-child(2){opacity:0}.nav-toggle:checked~.site-header .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}.mobile-menu a{color:var(--ink);text-decoration:none;font-size:1rem;font-weight:500;padding:10px 0;min-height:44px;display:flex;align-items:center}body:has(.nav-toggle:checked){overflow:hidden}.hero{position:relative;padding:64px 0 40px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:54px;gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--aqua-deep);margin-bottom:22px}.eyebrow .pulse{width:8px;height:8px;border-radius:50%;background:var(--aqua);box-shadow:0 0 0 0 rgba(25,211,197,.6);animation:pulse 2.2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(25,211,197,.55)}70%{box-shadow:0 0 0 12px rgba(25,211,197,0)}to{box-shadow:0 0 0 0 rgba(25,211,197,0)}}h1.hero-title{font-family:var(--font-fraunces),serif;font-weight:900;font-size:clamp(2.6rem,5.4vw,4.4rem);line-height:1.02;letter-spacing:-.025em;margin-bottom:8px}.hero-title .because{display:block;color:var(--text-muted);font-weight:500;font-style:italic;font-size:clamp(1.3rem,2.4vw,1.9rem);margin-top:14px;letter-spacing:-.01em;min-height:2.6em}.typed{color:var(--aqua-deep);border-bottom:3px solid var(--aqua);padding-bottom:1px}.cursor{display:inline-block;width:3px;height:1.05em;background:var(--ink);margin-left:2px;vertical-align:-3px;animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.hero-sub{font-size:1.1rem;color:var(--text-muted);max-width:480px;margin:26px 0 32px;line-height:1.6}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero-lead-inline{font-family:var(--font-fraunces),serif;font-style:italic;font-size:1.18rem;color:var(--ink);margin-top:26px}.hero-visual{position:relative;height:520px}.hv-card{position:absolute;border-radius:18px;overflow:hidden;display:block;box-shadow:var(--shadow);border:5px solid var(--paper-card);background:var(--paper-card)}.hv-card,.hv-quote{transition:box-shadow .2s ease,filter .2s ease}.hv-card:hover,.hv-quote:hover{box-shadow:0 18px 44px -14px rgba(11,31,42,.4);filter:brightness(1.04)}.hv-card:focus-visible,.hv-quote:focus-visible{outline:3px solid var(--aqua-deep);outline-offset:3px}a.hv-quote{color:var(--paper);text-decoration:none}.hv-card img{width:100%;height:100%;object-fit:cover;display:block}.hv1{width:230px;height:300px;top:0;right:34px;z-index:3;transform:rotate(3deg)}.hv2{width:200px;height:248px;bottom:14px;left:0;z-index:4;transform:rotate(-4deg)}.hv3{width:175px;height:210px;bottom:60px;right:0;z-index:2;transform:rotate(5deg)}.play-badge{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.play-badge:after{content:"";width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 8px 24px -8px rgba(0,0,0,.5);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%230B1F2A'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:55%}.hv-quote{position:absolute;z-index:6;background:var(--ink);color:var(--paper);padding:13px 17px;border-radius:14px;font-size:.82rem;font-weight:500;max-width:185px;bottom:-8px;left:148px;box-shadow:var(--shadow);transform:rotate(-2deg);line-height:1.4}.hv-quote .who{display:block;color:var(--aqua);font-weight:600;margin-top:5px;font-size:.74rem}.floaty{animation:floaty 6s ease-in-out infinite}.floaty.b{animation-delay:-3s}@keyframes floaty{0%,to{transform:translateY(0) rotate(var(--r,0deg))}50%{transform:translateY(-12px) rotate(var(--r,0deg))}}.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:30px}.strip-inner{display:flex;justify-content:space-around;flex-wrap:wrap;gap:24px;padding:34px 0}.stat{text-align:center}.stat .num{font-family:var(--font-fraunces),serif;font-weight:900;font-size:2.1rem;color:var(--ink);letter-spacing:-.02em;line-height:1}.stat .lbl{font-size:.82rem;color:var(--text-muted);margin-top:6px;letter-spacing:.02em}.themes{padding:18px 0 8px}.themes-head{text-align:center;margin-bottom:26px}.themes-head h2{font-family:var(--font-fraunces),serif;font-weight:900;font-size:clamp(1.5rem,2.8vw,2.1rem);letter-spacing:-.02em;margin-bottom:8px}.themes-head p{color:var(--text-muted);font-size:1rem}.theme-search{max-width:560px;margin:0 auto 26px;position:relative}.theme-search input{width:100%;font-family:inherit;font-size:1.02rem;padding:16px 20px 16px 52px;border-radius:100px;border:1.5px solid var(--line);background:var(--paper-card);box-shadow:0 2px 4px rgba(11,31,42,.03);transition:border-color .18s,box-shadow .18s}.theme-search input:focus{outline:none;border-color:var(--aqua-deep);box-shadow:0 0 0 4px rgba(25,211,197,.16)}.theme-search .ico{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--text-muted)}.theme-pills{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;max-width:880px;margin:0 auto}.theme-pill{font-family:inherit;font-size:.9rem;font-weight:500;cursor:pointer;padding:10px 18px;border-radius:100px;border:1.5px solid var(--line);background:var(--paper-card);color:var(--ink);transition:all .18s;display:flex;align-items:center;gap:8px;text-decoration:none}.theme-pill:hover{border-color:var(--ink);transform:translateY(-2px)}.theme-pill.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.theme-pill .emo{font-size:1rem}.theme-pill.tryit{background:linear-gradient(135deg,rgba(25,211,197,.16),rgba(15,168,156,.1));border-color:var(--aqua-deep);color:var(--ink-soft);font-weight:600;position:relative;box-shadow:0 0 0 0 rgba(25,211,197,.45);animation:tryGlow 2.8s ease-in-out infinite}.theme-pill.tryit:hover{transform:translateY(-2px);border-color:var(--aqua-deep)}.theme-pill.tryit .spark{font-size:.95rem}@keyframes tryGlow{0%{box-shadow:0 0 0 0 rgba(25,211,197,.4)}55%{box-shadow:0 0 0 7px rgba(25,211,197,0)}to{box-shadow:0 0 0 0 rgba(25,211,197,0)}}.section{padding:72px 0}.sec-head{text-align:center;margin-bottom:46px}.sec-head h2{font-family:var(--font-fraunces),serif;font-weight:900;font-size:clamp(1.9rem,3.6vw,2.8rem);letter-spacing:-.02em;line-height:1.1}.sec-head h2 em{font-style:italic;color:var(--aqua-deep)}.sec-head p{color:var(--text-muted);font-size:1.05rem;max-width:480px;margin:12px auto 0}.masonry{column-count:3;column-gap:24px}@media(max-width:980px){.masonry{column-count:2}}@media(max-width:600px){.masonry{column-count:1}}.story{page-break-inside:avoid;break-inside:avoid;margin-bottom:24px;background:var(--paper-card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:0 2px 4px rgba(11,31,42,.03);transition:transform .22s ease,box-shadow .22s ease;cursor:pointer;position:relative;display:block;color:inherit;text-decoration:none}.story:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.story-media{position:relative;display:block;background:var(--mist)}.story-media img{width:100%;display:block;object-fit:cover}.theme-tag{position:absolute;top:13px;left:13px;z-index:2;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--ink);font-size:.74rem;font-weight:600;padding:6px 12px;border-radius:100px;display:flex;align-items:center;gap:6px;box-shadow:0 2px 8px rgba(0,0,0,.12)}.theme-tag.inline{position:static;display:inline-flex;margin-bottom:14px}.fmt-chip{position:absolute;top:13px;right:13px;z-index:2;width:30px;height:30px;border-radius:50%;background:rgba(11,31,42,.78);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.fmt-chip svg{width:14px;height:14px;color:#fff}.story .play-badge:after{width:56px;height:56px;background-position:56%}.story-body{padding:24px 24px 26px}.story-title{font-family:var(--font-fraunces),serif;font-weight:600;font-size:1.18rem;line-height:1.25;letter-spacing:-.01em;margin-bottom:10px}.story-text{font-size:.96rem;line-height:1.55;color:var(--text-muted);margin-bottom:16px}.story-foot{display:flex;align-items:center;gap:11px}.avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--mist)}.who-name{font-size:.9rem;font-weight:600;line-height:1.2}.who-meta{font-size:.78rem;color:var(--text-muted)}.who-sub{font-size:.74rem;color:var(--ink);opacity:.62;line-height:1.35}.story.text-only .story-body{padding:30px 24px 24px;background:linear-gradient(165deg,#EAF6F4,var(--paper-card))}.quote-mark{font-family:var(--font-fraunces),serif;font-size:3rem;line-height:.5;color:var(--aqua);height:26px;display:block;margin-bottom:6px}.story.audio .story-media{background:linear-gradient(150deg,var(--ink),var(--ink-soft));padding:28px 22px 24px;display:flex;flex-direction:column;gap:15px}.wave{display:flex;align-items:center;gap:3px;height:38px}.wave span{flex:1 1;background:var(--aqua);border-radius:3px;opacity:.85;animation:wv 1.3s ease-in-out infinite}@keyframes wv{0%,to{height:22%}50%{height:100%}}.audio-meta{color:var(--paper);font-size:.85rem;justify-content:space-between}.audio-meta,.audio-play{display:flex;align-items:center}.audio-play{width:38px;height:38px;border-radius:50%;background:var(--aqua);justify-content:center;flex-shrink:0}.audio-play svg{width:15px;height:15px}.grid-cta{text-align:center;margin-top:20px}.tryit-sec{padding:30px 0 10px}.tryit-card{background:linear-gradient(160deg,#E6F7F4,#F6F4EE 70%);border:1.5px solid rgba(15,168,156,.28);border-radius:30px;padding:50px 50px 44px;position:relative;overflow:hidden}.tryit-card:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(25,211,197,.2),transparent 70%);top:-110px;right:-70px}.tryit-head{position:relative;max-width:620px;margin-bottom:34px}.tryit-badge{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--aqua-deep);margin-bottom:16px;background:rgba(25,211,197,.14);padding:7px 14px;border-radius:100px;border:1px solid rgba(25,211,197,.3)}.tryit-card h2{font-family:var(--font-fraunces),serif;font-weight:900;font-size:clamp(1.9rem,3.6vw,2.7rem);letter-spacing:-.025em;line-height:1.08;margin-bottom:14px}.tryit-card h2 em{font-style:italic;color:var(--aqua-deep)}.tryit-card .lead{color:var(--text-muted);font-size:1.08rem;line-height:1.6;max-width:560px}.hacks{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;position:relative;margin-bottom:30px}.hack{display:block;color:inherit;text-decoration:none;background:var(--page);border:1px solid var(--line);border-radius:18px;padding:26px 24px;transition:transform .2s,box-shadow .2s;cursor:pointer}.hack:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.hack .hemo{font-size:1.7rem;display:block;margin-bottom:12px}.hack h3{font-family:var(--font-fraunces),serif;font-weight:600;font-size:1.12rem;letter-spacing:-.01em;margin-bottom:7px}.hack p{font-size:.92rem;line-height:1.5;margin-bottom:14px}.hack .by,.hack p{color:var(--text-muted)}.hack .by{display:flex;align-items:center;gap:9px;font-size:.8rem;border-top:1px solid var(--line);padding-top:12px}.hack .by img{width:28px;height:28px;border-radius:50%;object-fit:cover}.hack .tried{margin-left:auto;display:flex;align-items:center;gap:5px;color:var(--aqua-deep);font-weight:600}.hack .tried svg{width:14px;height:14px}.tryit-foot{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.tryit-rules{font-size:.84rem;color:var(--text-muted);background:rgba(11,31,42,.05);padding:13px 16px;border-radius:12px;border-left:3px solid var(--aqua-deep);max-width:560px;line-height:1.5}.ethos{margin:30px 24px;background:var(--ink);color:var(--paper);border-radius:34px;padding:80px 0;text-align:center;position:relative;overflow:hidden}.ethos:before{width:400px;height:400px;background:radial-gradient(circle,rgba(25,211,197,.16),transparent 65%);top:-120px;left:-80px}.ethos:after,.ethos:before{content:"";position:absolute;border-radius:50%}.ethos:after{width:340px;height:340px;background:radial-gradient(circle,rgba(25,211,197,.12),transparent 65%);bottom:-110px;right:-60px}.ethos .wrap{position:relative;max-width:760px}.ethos .small{font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--aqua);margin-bottom:24px;display:block}.ethos h2{font-family:var(--font-fraunces),serif;font-weight:900;font-size:clamp(2.1rem,4.6vw,3.4rem);letter-spacing:-.025em;line-height:1.08;margin-bottom:22px}.ethos h2 em{font-style:italic;color:var(--aqua)}.ethos p{font-size:1.12rem;color:var(--mist);opacity:.9;line-height:1.65;max-width:580px;margin:0 auto}.invite{padding:78px 0}.invite-box{background:linear-gradient(135deg,#EAF6F4,#F6F4EE);border:1px solid var(--line);border-radius:30px;padding:56px;position:relative;overflow:hidden}.invite-box:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(25,211,197,.16),transparent 70%);top:-100px;right:-70px}.invite-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:46px;gap:46px;align-items:center;position:relative}.invite-tag{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--aqua-deep);margin-bottom:18px}.invite-box h2{font-family:var(--font-fraunces),serif;font-weight:900;font-size:clamp(1.9rem,3.4vw,2.6rem);letter-spacing:-.02em;line-height:1.1;margin-bottom:16px}.invite-box h2 em{font-style:italic;color:var(--aqua-deep)}.invite-box .pitch{color:var(--text-muted);font-size:1.05rem;line-height:1.6;margin-bottom:24px}.ways{flex-direction:column;gap:12px;margin-bottom:26px}.way,.ways{display:flex}.way{align-items:center;gap:13px;background:var(--page);border:1px solid var(--line);padding:14px 17px;border-radius:14px;font-size:.95rem;font-weight:500;transition:transform .18s}.way:hover{transform:translateX(5px)}.way .wico{width:34px;height:34px;border-radius:10px;background:rgba(25,211,197,.16);display:flex;align-items:center;justify-content:center;flex-shrink:0}.way .wico svg{width:17px;height:17px;color:var(--aqua-deep)}.way .wsub{font-size:.8rem;font-weight:400}.no-photo,.way .wsub{color:var(--text-muted)}.no-photo{font-size:.82rem;background:rgba(11,31,42,.05);padding:12px 15px;border-radius:11px;border-left:3px solid var(--aqua)}.concierge{padding:30px 0 80px}.concierge-box{background:var(--paper-card);border:1px solid var(--line);border-radius:var(--radius);padding:54px;box-shadow:var(--shadow);max-width:680px;margin:0 auto;text-align:center}.concierge-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--aqua-deep);margin-bottom:18px}.concierge-box h2{font-family:var(--font-fraunces),serif;font-weight:900;font-size:clamp(1.9rem,3.4vw,2.5rem);letter-spacing:-.02em;margin-bottom:12px}.concierge-box .intro{color:var(--text-muted);font-size:1.08rem;margin-bottom:34px;line-height:1.6}.concierge-success h2{font-family:var(--font-fraunces),serif;font-weight:900;font-size:clamp(1.9rem,3.4vw,2.5rem);letter-spacing:-.02em;margin-bottom:16px}.concierge-success .thanks{color:var(--text-muted);font-size:1.08rem;line-height:1.7;max-width:480px;margin:0 auto}.concierge-success .bye{font-family:var(--font-fraunces),serif;font-style:italic;font-size:1.3rem;color:var(--ink);margin-top:24px}.choices{flex-direction:column;gap:12px;margin-bottom:8px}.choice,.choices{display:flex;text-align:left}.choice{align-items:flex-start;gap:14px;padding:17px 20px;border:1.5px solid var(--line);border-radius:15px;cursor:pointer;transition:all .18s;background:var(--paper);width:100%;font-family:inherit;color:var(--ink)}.choice:hover{border-color:var(--aqua-deep);transform:translateY(-2px)}.choice:focus-visible{outline:3px solid var(--aqua-deep);outline-offset:2px}.choice.sel{border-color:var(--aqua-deep);background:rgba(25,211,197,.07);box-shadow:0 0 0 3px rgba(25,211,197,.12)}.choice .radio{width:22px;height:22px;border-radius:50%;border:2px solid var(--line);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .18s;margin-top:1px}.choice.sel .radio{border-color:var(--aqua-deep);background:var(--aqua-deep)}.choice.sel .radio:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.choice .ctxt{font-size:1.02rem;font-weight:500;line-height:1.45}.step-reveal{max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease,opacity .4s ease,margin .4s ease;text-align:left}.step-reveal.open{max-height:980px;opacity:1;margin-top:28px}.reveal-label{font-family:var(--font-fraunces),serif;font-style:italic;font-size:1.28rem;color:var(--ink);margin-bottom:6px;text-align:center}.reveal-sub{text-align:center;color:var(--text-muted);font-size:.95rem;margin-bottom:20px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field label{font-size:.84rem;font-weight:600;color:var(--ink)}.field input,.field textarea{font-family:inherit;font-size:.98rem;padding:13px 16px;border-radius:13px;border:1.5px solid var(--line);background:var(--paper);color:var(--ink);transition:border-color .18s,box-shadow .18s;width:100%}.field input:focus,.field textarea:focus{outline:none;border-color:var(--aqua-deep);box-shadow:0 0 0 3px rgba(25,211,197,.16)}.field textarea{resize:vertical;min-height:96px}.two{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.optional{font-weight:400;color:var(--text-muted);font-size:.78rem}.field select{font-family:inherit;font-size:.98rem;padding:13px 16px;border-radius:13px;border:1.5px solid var(--line);background:var(--paper);color:var(--ink);transition:border-color .18s,box-shadow .18s;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%235A6B72' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.field select:focus{outline:none;border-color:var(--aqua-deep);box-shadow:0 0 0 3px rgba(25,211,197,.16)}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.concierge-fehler{background:#FBE0DA;color:#A8331F;border-radius:12px;padding:10px 14px;font-size:.88rem;margin-bottom:12px;text-align:center}.concierge-submit{width:100%;justify-content:center;margin-top:8px}.concierge-submit:disabled{opacity:.55;cursor:default}.consent{font-size:.78rem;color:var(--text-muted);margin-top:16px;line-height:1.45;text-align:center}.disclaimer{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.disclaimer .wrap{padding:18px 24px;display:flex;align-items:center;gap:13px;justify-content:center;text-align:center}.disclaimer svg{width:18px;height:18px;color:var(--aqua-deep);flex-shrink:0}.disclaimer p{font-size:.82rem;color:var(--text-muted);max-width:780px;line-height:1.5}.thema-head{padding:44px 0 8px}.themes-head h1{font-family:var(--font-fraunces),serif;font-weight:900;font-size:clamp(1.9rem,3.6vw,2.8rem);letter-spacing:-.025em;line-height:1.05;margin-bottom:8px}.themes-head h1 em{font-style:italic;color:var(--aqua-deep)}.thema-grid{padding:34px 0 60px}.thema-empty{text-align:center;padding:26px 0 12px}.thema-empty p{color:var(--text-muted);font-size:1.05rem;margin-bottom:22px}.thema-empty .hero-actions{justify-content:center}.site-footer{background:var(--ink);color:var(--mist);padding:58px 0 30px}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:42px}.foot-brand .logo{color:var(--paper);margin-bottom:14px}.foot-brand p{font-size:.9rem;opacity:.7;max-width:290px;line-height:1.6}.foot-col h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--aqua);margin-bottom:16px;font-weight:600}.foot-col a{display:block;color:var(--mist);text-decoration:none;font-size:.9rem;opacity:.72;margin-bottom:11px;transition:opacity .18s}.foot-col a:hover{opacity:1}.foot-bot{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:.82rem;opacity:.6}@media(max-width:920px){.hero-grid{grid-template-columns:1fr;gap:10px}.hero-visual{height:380px;margin-top:10px}.nav-cta .btn-ghost,.nav-links{display:none}.burger{display:flex}.invite-grid{grid-template-columns:1fr;gap:34px}.foot-grid{grid-template-columns:1fr 1fr;gap:30px}.ethos{margin:30px 14px;border-radius:26px}.hacks{grid-template-columns:1fr;gap:14px}.tryit-card{padding:36px 26px}}@media(max-width:560px){.wrap{padding:0 18px}.hero{padding:40px 0 20px}.hv1{width:170px;height:220px;right:10px}.hv2{width:150px;height:188px}.hv3{display:none}.hv-quote{left:90px;max-width:160px;font-size:.76rem}.concierge-box,.invite-box{padding:32px 22px}.two{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr}.strip-inner{gap:18px}.stat .num{font-size:1.7rem}.ethos{padding:56px 0}}