:root{--text-xs: clamp(.75rem, .7rem + .25vw, .8125rem);--text-sm: clamp(.875rem, .82rem + .2vw, .9375rem);--text-base: clamp(1rem, .96rem + .2vw, 1.0625rem);--text-lg: clamp(1.125rem, 1rem + .6vw, 1.4rem);--text-xl: clamp(1.45rem, 1.15rem + 1.1vw, 2.05rem);--text-2xl: clamp(2rem, 1.25rem + 2.5vw, 3.25rem);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--font-display: "Zodiak", "Iowan Old Style", Georgia, serif;--font-body: "Satoshi", "Inter", system-ui, sans-serif;--font-brand: "Cinzel", "Zodiak", Georgia, serif;--radius-sm: 3px;--radius: 6px;--radius-lg: 12px;--radius-pill: 999px;--maxw: 1400px;--ease: cubic-bezier(.22,.61,.36,1)}:root,[data-theme=light]{--bg: #FFFFFF;--surface: #FBF8F4;--surface-2: #F5EFE6;--surface-3: #E9DECD;--ink: #23201C;--brand: #B0603E;--brand-hover: #944E30;--brand-soft: #F7E8DF;--on-brand: #FFF8F3;--forest: #35492F;--forest-soft: #E7EDE3;--on-forest: #F3F7EF;--tan: #C0A883;--muted: #665D53;--faint: #918779;--line: #E7E0D6;--line-strong: #D7CCBC;--accent: #B0603E;--inverse-bg: #23201C;--inverse-ink: #FDFBF8;--shadow-sm: 0 1px 2px rgba(35,32,28,.05), 0 6px 18px rgba(35,32,28,.05);--shadow-md: 0 14px 44px rgba(35,32,28,.14)}[data-theme=dark]{--bg: #15130F;--surface: #1D1A15;--surface-2: #24201A;--surface-3: #2E2820;--ink: #F4F0E9;--brand: #E08A63;--brand-hover: #EFA07C;--brand-soft: #33251D;--on-brand: #221510;--forest: #9BB58E;--forest-soft: #232C1F;--on-forest: #16200F;--tan: #C7AE88;--muted: #B4AA9C;--faint: #8B8175;--line: #322C24;--line-strong: #453D32;--accent: #E08A63;--inverse-bg: #F4F0E9;--inverse-ink: #1D1A15;--shadow-sm: 0 1px 2px rgba(0,0,0,.4), 0 4px 14px rgba(0,0,0,.3);--shadow-md: 0 14px 44px rgba(0,0,0,.5)}.v3-home .wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--space-5)}@media(min-width:900px){.v3-home .wrap{padding-inline:var(--space-10)}}.v3-home .eyebrow{font-size:var(--text-xs);letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--faint)}.v3-home .eyebrow--onbrand{color:var(--tan)}.v3-home .lede{color:var(--muted);font-size:var(--text-base);max-width:58ch}.v3-home .lede--center{margin-inline:auto}.v3-home .section{padding-block:clamp(var(--space-16),7vw,var(--space-24))}.v3-home .section--tan{background:var(--surface-2)}.v3-home .section-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-10)}.v3-home .section-head h2{font-size:var(--text-xl);margin-top:var(--space-3);color:var(--ink)}.v3-home .section-head--center{justify-content:center;text-align:center}.v3-home .section-head--center>div{max-width:46rem}.v3-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:1px solid transparent;transition:background .18s var(--ease),color .18s var(--ease),border-color .18s var(--ease);min-height:46px;text-align:center}.v3-home .btn--primary{background:var(--brand);color:var(--on-brand)}.v3-home .btn--primary:hover{background:var(--brand-hover)}.v3-home .btn--forest{background:var(--forest);color:var(--on-forest)}.v3-home .btn--forest:hover{filter:brightness(1.12)}.v3-home .btn--ghost{border-color:var(--line-strong);background:transparent;color:var(--ink)}.v3-home .btn--ghost:hover{border-color:var(--brand);background:var(--brand);color:var(--on-brand)}.v3-home .btn--onimage{background:#fffffff0;color:#23201c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.v3-home .btn--onimage:hover{background:#fff}.v3-home .btn--onbrand{background:#fff;color:var(--brand)}.v3-home .btn--onbrand:hover{background:var(--surface-2)}.v3-home .btn--block{width:100%}.v3-home .btn--lg{padding:var(--space-4) var(--space-8);min-height:54px}.v3-home .link-arrow{font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--line-strong);padding-bottom:3px;transition:border-color .2s var(--ease),color .2s var(--ease);white-space:nowrap}.v3-home .link-arrow:hover{color:var(--brand);border-color:var(--brand)}.v3-home .hero{position:relative;background:var(--surface-2)}.v3-home .hero-media{position:relative;overflow:hidden}.v3-home .hero-media video,.v3-home .hero-media>img{width:100%;height:clamp(460px,76vh,760px);object-fit:cover;object-position:center;display:block;background:var(--surface-2)}.v3-home .hero-poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.v3-home .hero-poster img{width:100%;height:100%;object-fit:cover}.v3-home .hero-media.is-playing .hero-poster{opacity:0;transition:opacity .6s var(--ease);pointer-events:none}.v3-home .hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#1e161038,#1e161066 42%,#1e1610bd)}@media(min-width:900px){.v3-home .hero-scrim{background:linear-gradient(90deg,#1e16109e,#1e16104d 46%,#1e161000 76%)}}.v3-home .hero-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:flex-end}.v3-home .hero-content .wrap{width:100%;padding-bottom:clamp(var(--space-8),5vw,var(--space-16))}.v3-home .hero-copy{max-width:36rem;color:#fff9f3}.v3-home .hero-copy .eyebrow{color:#f0cdb6}.v3-home .hero-copy h1{font-size:var(--text-2xl);margin:var(--space-4) 0 var(--space-5);text-wrap:balance;font-weight:400;color:#fff9f3}.v3-home .hero-copy p{color:#fff9f3eb;font-size:var(--text-base);max-width:42ch}.v3-home .hero-copy h1,.v3-home .hero-copy p{text-shadow:0 2px 18px rgba(24,16,10,.5)}@media(min-width:900px){.v3-home .hero-copy h1,.v3-home .hero-copy p{text-shadow:none}}.v3-home .hero-cta{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-8)}.v3-home .hero-cta .btn{flex:1 1 auto}@media(min-width:600px){.v3-home .hero-cta .btn{flex:0 0 auto}}@media(min-width:900px){.v3-home .hero-content{align-items:center}.v3-home .hero-content .wrap{padding-bottom:0}}.v3-home .hero-motion{position:absolute;z-index:4;right:var(--space-4);top:var(--space-4);bottom:auto;display:inline-flex;align-items:center;gap:var(--space-2);padding:8px 14px;border:1px solid rgba(255,255,255,.45);border-radius:var(--radius-pill);background:#1c140e6b;color:#fff9f3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.v3-home .hero-motion:hover{background:#1c140ea8}.v3-home .hero-motion[data-state=playing] svg{display:none}.v3-home .hero-motion[data-state=playing]:before{content:"";width:9px;height:11px;border-left:3px solid currentColor;border-right:3px solid currentColor}@media(min-width:900px){.v3-home .hero-motion{right:var(--space-10);top:auto;bottom:var(--space-8)}}.v3-home .hero-hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:none}@media(min-width:1040px){.v3-home .hero-hotspots{display:block}.v3-home .hotspot{position:absolute}.v3-home .hotspot-dot{width:30px;height:30px;border-radius:50%;border:0;padding:0;position:relative;background:#fffffff0;box-shadow:0 2px 12px #0000004d;display:grid;place-items:center;color:#23201c}.v3-home .hotspot-dot:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:50%;border:1px solid rgba(255,255,255,.55);animation:pulse 2.6s var(--ease) infinite}@keyframes pulse{0%{transform:scale(.86);opacity:.9}70%{transform:scale(1.25);opacity:0}to{opacity:0}}.v3-home .hotspot-card{position:absolute;left:42px;top:-14px;width:240px;background:var(--bg);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:var(--space-3);display:flex;gap:var(--space-3);align-items:center;opacity:0;visibility:hidden;transform:translate(-6px);transition:all .22s var(--ease)}.v3-home .hotspot:hover .hotspot-card,.v3-home .hotspot:focus-within .hotspot-card{opacity:1;visibility:visible;transform:translate(0)}.v3-home .hotspot-card img{width:54px;height:54px;object-fit:contain;background:var(--surface);border-radius:var(--radius-sm);flex:none}.v3-home .hotspot-card .hc-name{display:block;font-size:var(--text-xs);font-weight:600;line-height:1.35;color:var(--ink)}.v3-home .hotspot-card .hc-price{display:block;font-size:var(--text-xs);color:var(--brand);font-weight:700;margin-top:2px}.v3-home .hotspot-card .hc-price s{color:var(--faint);font-weight:500;margin-right:5px}}.v3-home .brandstrip{border-bottom:1px solid var(--line);background:var(--surface-2)}.v3-home .brandstrip .wrap{display:grid;gap:var(--space-6);padding-block:var(--space-8)}@media(min-width:1320px){.v3-home .brandstrip .wrap{grid-template-columns:auto 1fr;align-items:center;gap:var(--space-10)}}.v3-home .brandstrip-label{font-size:var(--text-sm);color:var(--muted);max-width:19rem;line-height:1.6}@media(min-width:1320px){.v3-home .brandstrip-label{max-width:16rem}}.v3-home .brandstrip-label b{display:block;color:var(--brand);font-weight:700;font-size:var(--text-xs);letter-spacing:.18em;text-transform:uppercase;margin-bottom:5px}.v3-home .brand-logo-rows{display:grid;gap:var(--space-4)}@media(min-width:760px){.v3-home .brand-logo-rows{gap:var(--space-5)}}.v3-home .brand-logos--pet{border-top:1px solid var(--line-strong);padding-top:var(--space-4)}@media(min-width:760px){.v3-home .brand-logos--pet{padding-top:var(--space-5)}}.v3-home .brand-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4) var(--space-3);align-items:center}@media(min-width:520px){.v3-home .brand-logos{grid-template-columns:repeat(auto-fit,minmax(132px,1fr))}}@media(min-width:1000px){.v3-home .brand-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;column-gap:clamp(var(--space-3),1.6vw,var(--space-5));row-gap:var(--space-4)}}.v3-home .brand-logo{display:grid;place-items:center;text-align:center;padding:var(--space-2) 0;font-family:var(--font-display);font-size:clamp(.82rem,.78vw,.98rem);letter-spacing:.05em;color:var(--muted);transition:color .2s var(--ease);white-space:nowrap;min-width:0}.v3-home .brand-logo span{display:block;font-family:var(--font-body);font-size:8px;letter-spacing:.2em;text-transform:uppercase;color:var(--faint);margin-top:4px}.v3-home .brand-logo:hover{color:var(--brand)}.v3-home .pillars{display:grid;gap:var(--space-6)}@media(min-width:860px){.v3-home .pillars{grid-template-columns:1fr 1fr;gap:var(--space-8)}}.v3-home .pillar{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .25s var(--ease),border-color .25s var(--ease)}.v3-home .pillar:hover{box-shadow:var(--shadow-md);border-color:var(--line-strong)}.v3-home .pillar img{width:100%;height:clamp(240px,30vw,380px);object-fit:cover;transition:transform .8s var(--ease)}.v3-home .pillar:hover img{transform:scale(1.03)}.v3-home .pillar-body{padding:var(--space-6) var(--space-6) var(--space-8);display:block}.v3-home .pillar-kicker{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--brand)}.v3-home .pillar-kicker svg{color:var(--brand)}.v3-home .pillar-body h3{font-size:var(--text-lg);margin:var(--space-3) 0 var(--space-3);color:var(--ink)}.v3-home .pillar-body p{font-size:var(--text-sm);color:var(--muted);max-width:44ch}.v3-home .pillar-links{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-5)}.v3-home .pillar-links span{font-size:var(--text-xs);font-weight:600;padding:6px 12px;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--muted);background:var(--surface)}.v3-home .grid{display:grid;gap:var(--space-6)}.v3-home .grid--products{grid-template-columns:repeat(2,1fr)}@media(min-width:760px){.v3-home .grid--products{grid-template-columns:repeat(3,1fr);gap:var(--space-8)}}@media(min-width:1100px){.v3-home .grid--products{grid-template-columns:repeat(4,1fr)}}.v3-home .card{display:flex;flex-direction:column;position:relative}.v3-home .card-media{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;aspect-ratio:1 / 1;transition:border-color .2s var(--ease),box-shadow .25s var(--ease)}.v3-home .card:hover .card-media{border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.v3-home .card-media img{width:100%;height:100%;object-fit:contain;padding:var(--space-5);mix-blend-mode:multiply;transition:transform .6s var(--ease)}[data-theme=dark] .v3-home .card-media{background:#efeae1;border-color:#3a332a}.v3-home .card:hover .card-media img{transform:scale(1.03)}.v3-home .card-flags{position:absolute;top:var(--space-3);left:var(--space-3);display:flex;flex-direction:column;align-items:flex-start;gap:6px;z-index:2}.v3-home .flag{font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:4px 9px;border-radius:var(--radius-sm)}.v3-home .flag--save{background:var(--brand);color:#fff8f3}.v3-home .flag--german{background:#fff;color:#665d53;border:1px solid #E7E0D6}@media(max-width:560px){.v3-home .flag--german{display:none}.v3-home .flag{font-size:9px;padding:3px 7px}}.v3-home .flag--new{background:#35492f;color:#f3f7ef}.v3-home .quickadd{position:absolute;left:var(--space-3);right:var(--space-3);bottom:var(--space-3);opacity:0;transform:translateY(6px);transition:all .22s var(--ease)}@media(hover:hover){.v3-home .card:hover .quickadd{opacity:1;transform:translateY(0)}}@media(hover:none){.v3-home .quickadd{display:none}}.v3-home .card-body{padding-top:var(--space-4);display:flex;flex-direction:column;gap:5px}.v3-home .card-brand{display:block;font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--faint);font-weight:600}.v3-home .card-title{font-family:var(--font-body);font-size:var(--text-sm);font-weight:600;line-height:1.45}.v3-home .card:hover .card-title{color:var(--brand)}.v3-home .card-meta{font-size:var(--text-xs);color:var(--muted)}.v3-home .price{display:flex;flex-direction:column;gap:1px;margin-top:var(--space-2)}.v3-home .price-msrp{font-size:var(--text-xs);color:var(--faint);text-decoration:line-through}.v3-home .price-msrp b{font-weight:500}.v3-home .price-now{font-size:var(--text-base);font-weight:700;color:var(--brand);line-height:1.25}.v3-home .price-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--muted)}.v3-home .room{display:grid;gap:var(--space-8);align-items:center}@media(min-width:980px){.v3-home .room{grid-template-columns:1.3fr 1fr;gap:var(--space-16)}.v3-home .room--rev .room-media{order:2}}.v3-home .room-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-2)}.v3-home .room-media img{width:100%;height:100%;max-height:640px;object-fit:cover}.v3-home .room-list{display:flex;flex-direction:column}.v3-home .room-row{display:flex;gap:var(--space-4);align-items:center;padding:var(--space-4) 0;border-bottom:1px solid var(--line)}.v3-home .room-row:first-of-type{border-top:1px solid var(--line)}.v3-home .room-row:hover .rr-name{color:var(--brand)}.v3-home .room-row img{width:68px;height:68px;object-fit:contain;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);flex:none;padding:6px}[data-theme=dark] .v3-home .room-row img,[data-theme=dark] .v3-home .thumb,[data-theme=dark] .v3-home .hotspot-card img{background:#efeae1;border-color:#3a332a}.v3-home .room-row .rr-body{flex:1;min-width:0}.v3-home .room-row .rr-brand{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);font-weight:700}.v3-home .room-row .rr-name{display:block;font-size:var(--text-sm);font-weight:600;line-height:1.4}.v3-home .room-row .rr-price{text-align:right;white-space:nowrap}.v3-home .room-row .rr-price s{display:block;font-size:11px;font-weight:500;color:var(--faint)}.v3-home .room-row .rr-price b{display:block;font-size:var(--text-sm);font-weight:700;color:var(--brand)}.v3-home .room-row .rr-price i{display:block;font-style:normal;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:700}.v3-home .room-cta{padding-top:var(--space-6)}.v3-home .split{display:grid;gap:var(--space-8);align-items:center}@media(min-width:900px){.v3-home .split{grid-template-columns:1fr 1fr;gap:var(--space-16)}.v3-home .split--rev .split-media{order:2}}.v3-home .split-media{border-radius:var(--radius-lg);overflow:hidden}.v3-home .split-media img{width:100%;height:clamp(300px,46vw,560px);object-fit:cover}.v3-home .split-copy h2{font-size:var(--text-xl);margin:var(--space-3) 0 var(--space-4);color:var(--ink)}.v3-home .badge-row{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-6)}.v3-home .badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:9px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:600;color:var(--muted);background:var(--surface)}.v3-home .badge svg{color:var(--brand);flex:none}.v3-home .directory{display:grid;gap:var(--space-8)}@media(min-width:760px){.v3-home .directory{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.v3-home .directory{grid-template-columns:repeat(4,1fr);gap:var(--space-10)}}.v3-home .dir-col h3{font-family:var(--font-body);font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--brand);font-weight:700;margin-bottom:var(--space-4)}.v3-home .dir-col li a{display:flex;justify-content:space-between;gap:var(--space-3);padding:8px 0;font-size:var(--text-sm);border-bottom:1px solid var(--line);color:var(--muted);transition:color .15s var(--ease)}.v3-home .dir-col li a:hover{color:var(--ink)}.v3-home .dir-col li a span{color:var(--faint);font-size:var(--text-xs)}.v3-home .support{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:clamp(var(--space-8),4vw,var(--space-16))}.v3-home .support-head{max-width:44rem}.v3-home .support-head h2{font-size:var(--text-lg);margin:var(--space-3) 0 var(--space-3);color:var(--ink)}.v3-home .support-grid{display:grid;gap:var(--space-6);margin-top:var(--space-10)}@media(min-width:820px){.v3-home .support-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-8)}}.v3-home .support-card{border-top:2px solid var(--brand-soft);padding-top:var(--space-4);display:flex;flex-direction:column;align-items:flex-start}.v3-home .support-card svg{color:var(--brand)}.v3-home .support-card h4{font-family:var(--font-body);font-size:var(--text-sm);font-weight:700;margin:var(--space-3) 0 var(--space-2);letter-spacing:.02em;color:var(--ink)}.v3-home .support-card p{font-size:var(--text-xs);color:var(--muted);line-height:1.7;margin-bottom:var(--space-4)}.v3-home .support-tag{display:inline-block;margin:auto 0 0;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;padding:4px 9px;border-radius:var(--radius-sm);background:var(--surface-2);color:var(--muted)}.v3-home .support-tag--human{background:var(--forest);color:var(--on-forest)}.v3-home .valueprops{display:grid;gap:var(--space-6);border-top:1px solid var(--line);padding-top:var(--space-10)}@media(min-width:760px){.v3-home .valueprops{grid-template-columns:repeat(4,1fr);gap:var(--space-8)}}.v3-home .vp{display:flex;gap:var(--space-3);align-items:flex-start}.v3-home .vp svg{color:var(--brand);flex:none;margin-top:2px}.v3-home .vp h4{font-family:var(--font-body);font-size:var(--text-sm);font-weight:700;margin-bottom:3px;color:var(--ink)}.v3-home .vp p{font-size:var(--text-xs);color:var(--muted);line-height:1.65}.v3-home .signup{background:var(--forest);color:var(--on-forest);border-radius:var(--radius-lg);padding:clamp(var(--space-8),5vw,var(--space-16))}[data-theme=dark] .v3-home .signup{background:var(--surface-2);color:var(--ink)}.v3-home .signup-inner{display:grid;gap:var(--space-8);align-items:center}@media(min-width:900px){.v3-home .signup-inner{grid-template-columns:1fr 1fr;gap:var(--space-12)}}.v3-home .signup h2{font-size:var(--text-xl);margin:var(--space-3) 0 var(--space-4);color:var(--on-forest)}[data-theme=dark] .v3-home .signup h2{color:var(--ink)}.v3-home .signup p{color:#f3f7efd1;font-size:var(--text-sm);max-width:46ch}[data-theme=dark] .v3-home .signup p{color:var(--muted)}.v3-home .signup .eyebrow{color:#f3f7efb8}[data-theme=dark] .v3-home .signup .eyebrow{color:var(--tan)}.v3-home .signup-form{display:flex;gap:var(--space-2);flex-wrap:wrap}.v3-home .signup-form input{flex:1 1 220px;min-height:54px;padding:0 var(--space-5);border-radius:var(--radius-sm);border:1px solid rgba(243,247,239,.36);background:#f3f7ef1a;color:inherit;font:inherit;font-size:var(--text-sm)}[data-theme=dark] .v3-home .signup-form input{border-color:var(--line);background:var(--surface)}.v3-home .signup-form input::placeholder{color:#f3f7ef99}[data-theme=dark] .v3-home .signup-form input::placeholder{color:var(--faint)}.v3-home .signup .btn--onbrand{color:var(--forest)}[data-theme=dark] .v3-home .signup .btn--onbrand{background:var(--brand);color:var(--on-brand)}.v3-home .signup .fineprint{font-size:11px;margin-top:var(--space-3);color:#f3f7ef9e}[data-theme=dark] .v3-home .signup .fineprint{color:var(--faint)}.v3-home .reveal{opacity:0;transform:translateY(14px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.v3-home .reveal.is-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.v3-home *,.v3-home *:before,.v3-home *:after{animation-duration:.001ms!important;transition-duration:.001ms!important}.v3-home .reveal{opacity:1;transform:none}}.v3-home .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.price-unlock{display:block;margin-top:var(--space-1);font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--brand);text-decoration:none;white-space:nowrap}.price-unlock:hover{text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/18/assets/v3-home.css.map */
