/* styles.css */
@font-face{font-family:BoftFallback;src:local("Arial");font-display:swap}
:root{color-scheme:dark;--background:#191715;--pink:#ffacf0;--purple:#7c31ff;--ink:#faf5f1;--muted:#aaa3a2;--warm:0}
*{box-sizing:border-box}
.button-icon{display:block;flex:none;width:22px;height:22px}.header-location .button-icon{width:17px;height:17px}.button>span{white-space:nowrap}
html{background:var(--background);scrollbar-color:#73636e #191715}
body{margin:0;background:var(--background);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}button,summary{-webkit-tap-highlight-color:transparent}button{font:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--pink);outline-offset:6px}button,summary{cursor:pointer}
.header{position:fixed;top:18px;left:50%;transform:translateX(-50%);width:calc(100% - 64px);max-width:1180px;min-height:62px;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:10px 16px 10px 25px;border:1px solid #fff2;border-radius:22px;background:rgba(43,38,40,.52);backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4);box-shadow:inset 0 1px 0 #ffffff0b,0 8px 40px #00000017}
.brand{display:inline-flex;align-items:center;color:var(--pink);height:36px}.brand span{font-size:31px;line-height:1;font-weight:900;letter-spacing:-2.4px;font-style:italic;display:block;transform:rotate(-5deg)}
.header nav{display:flex;align-items:center;gap:27px;font-size:14px}.header-location{display:inline-flex;align-items:center;gap:9px;border-radius:14px;padding:11px 17px;background:transparent;border:1px solid #9a7b91}.header-location:hover{background:transparent;border-color:var(--pink)}
.products{position:relative}.products summary{list-style:none;display:flex;align-items:center;gap:8px;padding:11px 0}.products summary::-webkit-details-marker{display:none}.products svg,.scroll-cue svg{fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.products[open] summary>svg{transform:rotate(180deg)}
.scroll-story{height:220svh;position:relative}.hero{position:sticky;top:0;height:100svh;min-height:680px;overflow:hidden;isolation:isolate}.ambient{position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 50% 51%,#7134931b 0,transparent 57%)}.ambient:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 49%,#e18a5930 0,transparent 58%);opacity:var(--warm)}
.hero-content{height:100%;width:min(1100px,100%);margin:0 auto;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:125px 28px 36px;text-align:center;position:relative}
.headline{position:relative;height:1.08em;font-size:clamp(58px,7.5vw,106px);line-height:1.06;letter-spacing:-.057em;font-weight:750;margin:0;z-index:2;white-space:nowrap}.title{position:absolute;inset:0;display:block;will-change:transform,opacity,filter}.title-phone{color:var(--ink)}.title-print{color:var(--pink);opacity:0;transform:translateY(26px)}
.images{position:relative;width:100%;height:100%;min-height:0;margin:0 auto;isolation:isolate;mask-image:linear-gradient(to bottom,#000 0%,#000 82%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 82%,transparent 100%)}
.hand{position:absolute;top:0;left:50%;height:110%;width:auto;max-width:none;object-fit:contain;will-change:transform,opacity,filter;transform-origin:50% 65%;user-select:none;pointer-events:none}.hand-phone{transform:translateX(-47%) scale(.96);opacity:1}.hand-print{transform:translateX(-45%) translateY(26px) rotate(3deg) scale(.93);opacity:0}
.hero-bottom{position:relative;z-index:3;padding-top:10px}.subtitle{font-size:18px;line-height:1.55;color:#d7ceca;margin:0 0 18px;letter-spacing:-.015em}.mobile-break{display:none}.actions{display:flex;align-items:flex-start;justify-content:center;gap:16px}.action{width:254px}.button{border-radius:18px;display:flex;align-items:center;justify-content:center;gap:11px;min-height:56px;padding:16px 22px;font-size:15px;font-weight:500;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--pink);color:#2b1d28}.button-primary:hover{background:#ffbaf3}.button-secondary{background:transparent;border:1px solid #ba8bac;color:#ffcef5}.button-secondary:hover{background:transparent;border-color:var(--pink)}.button-note{display:block;margin-top:10px;font-size:12px;line-height:1.5;color:var(--muted)}
.scroll-cue{position:absolute;right:32px;bottom:8px;display:flex;align-items:center;gap:10px;padding:10px;border:0;background:none;color:#a999a3;font-size:11px;letter-spacing:.05em}.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}
@media(min-width:1450px){.hero-content{padding-top:140px;padding-bottom:48px}.headline{font-size:112px}.subtitle{font-size:20px}}
@media(max-height:780px) and (min-width:701px){.hero-content{padding-top:105px;padding-bottom:25px}.hero{min-height:620px}.headline{font-size:76px}.subtitle{margin-bottom:17px;font-size:17px}.button{min-height:50px;padding:13px 20px}.button-note{margin-top:8px}}
@media(max-width:700px){.header{top:12px;width:calc(100% - 28px);min-height:57px;padding:9px 10px 9px 18px;border-radius:19px}.brand span{font-size:28px}.header nav{gap:16px;font-size:12px}.header-location{padding:9px 12px;gap:9px}.hero{min-height:620px}.hero-content{padding:112px 18px 50px}.headline{font-size:clamp(38px,8.4vw,58px);letter-spacing:-.055em}.images{margin-top:12px}.hand{height:112%}.subtitle{font-size:16px;line-height:1.45;margin-bottom:16px}.mobile-break{display:block}.actions{gap:10px}.action{width:50%;max-width:240px}.button{padding:15px 10px;font-size:13px;gap:11px;border-radius:17px;min-height:51px}.button-note{font-size:10px;padding:0 7px;max-width:190px;margin:9px auto 0;line-height:1.45}.scroll-cue{right:50%;transform:translateX(50%);bottom:9px;font-size:10px;gap:7px;padding:7px}.scroll-cue svg{height:15px}.scroll-story{height:210svh}}
@media(max-width:370px){.header{width:calc(100% - 20px)}.header nav{gap:12px}.hero-content{padding-left:12px;padding-right:12px}.headline{font-size:37px}.subtitle{font-size:15px}.button{font-size:12px;gap:7px}.header-location{padding:9px 10px}}
@media(prefers-reduced-motion:reduce){.scroll-story{height:100svh}.title-phone,.hand-phone{display:none}.title-print{opacity:1;transform:none}.hand-print{opacity:1;transform:translateX(-45%)}.scroll-cue,.button{transition:none}.ambient:after{opacity:1}}
@media(min-width:701px) and (max-height:620px){.scroll-story{height:1500px}.hero{height:680px;min-height:680px;top:calc(100svh - 680px)}.hero-content{padding-top:108px}}

/* frames.css */
.frame-section{position:relative;background:#712bea;border-radius:44px;padding:80px 44px 86px;margin-top:0;scroll-margin-top:98px;isolation:isolate}
.frame-layout{width:min(1160px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:64px;row-gap:0;grid-template-areas:"copy preview" "cta preview";align-items:center}
.frame-copy{grid-area:copy;align-self:end}
.frame-copy h2{font-size:clamp(46px,5.6vw,78px);line-height:1.02;letter-spacing:-.055em;font-weight:750;margin:0 0 26px;color:#fff8fc}
.frame-intro{font-size:18px;line-height:1.6;color:#f0dfff;margin:0;letter-spacing:-.012em}

.frame-tabs{display:flex;gap:6px;flex-wrap:wrap}
.frame-tabs button{font:inherit;font-size:14px;line-height:1.2;padding:12px 15px;border:1px solid #ffffff50;background:transparent;border-radius:99px;color:#fff;transition:background .2s,color .2s,border-color .2s}
.frame-tabs button[aria-pressed="true"]{background:#ffacf0;border-color:#ffacf0;color:#351e45}
.frame-tabs button:hover:not([aria-pressed="true"]){background:#ffffff10;border-color:#fff9}
.frame-description{font-size:15px;line-height:1.55;margin:20px 0 0;color:#ecdcff;max-width:350px;min-height:48px}
.frame-description.is-empty{visibility:hidden}
.frame-preview{grid-area:preview;min-width:0;width:100%}
.frame-track{position:relative;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y;outline-offset:3px}
.frame-track::-webkit-scrollbar{display:none}
.frame-slide{margin:0;min-width:0;flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always}
.frame-photo-stage{width:100%;border:0;background:none;color:inherit;cursor:pointer;height:520px;display:flex;align-items:center;justify-content:center;padding:24px 20px 28px}
.frame-photo{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;transform:rotate(4deg);filter:none}
.frame-photo-landscape{transform:rotate(-3deg)}
.frame-pagination{display:flex;align-items:center;justify-content:center;gap:0;margin-top:4px}
.frame-pagination button{width:38px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;background:none;border:0}
.frame-pagination button[data-frame-page]:after{content:"";width:6px;height:6px;border-radius:99px;background:#e4caff66;transition:width .2s,background .2s}
.frame-pagination button[data-frame-page][aria-pressed="true"]:after{width:20px;background:#ffacf0}
.frame-controls{margin-top:32px}
.frame-cta{grid-area:cta;align-self:start;display:flex;justify-content:flex-start;margin-top:22px}.frame-cta .button{min-width:240px}
@media(min-width:1500px){.frame-layout{column-gap:90px}.frame-photo-stage{height:560px}}
@media(max-width:1100px){.frame-section{padding:82px 32px 80px}.frame-layout{column-gap:34px}.frame-photo-stage{height:480px}.frame-tabs button{padding:11px 12px;font-size:13px}}
@media(max-width:800px){.frame-section{margin-top:0;padding:65px 24px 58px;border-radius:30px}.frame-layout{grid-template-columns:1fr;grid-template-areas:"copy" "preview" "cta";gap:12px;max-width:540px}.frame-copy{text-align:center}.frame-copy h2{font-size:clamp(44px,8vw,64px);margin-bottom:22px}.frame-intro{font-size:17px}.frame-tabs{justify-content:center}.frame-tabs button{font-size:14px;padding:12px 16px}.frame-description{margin:17px auto 0;min-height:44px;font-size:14px;max-width:340px}.frame-track{width:calc(100% + 48px);margin-left:-24px;padding:0 10%;gap:12px;scroll-padding:0 10%}.frame-slide{flex-basis:100%}.frame-photo-stage{height:350px;padding:18px 14px 24px}.frame-photo{max-width:100%;max-height:100%}.frame-pagination{margin-top:0}.frame-cta{margin-top:10px;justify-content:center}.frame-controls{margin-top:27px}.frame-cta .button{min-width:230px;font-size:15px}}
@media(max-width:400px){.frame-section{padding:56px 18px 52px}.frame-copy h2{font-size:44px}.frame-intro{font-size:15px}.frame-tabs{gap:6px}.frame-tabs button{padding:11px 12px;font-size:12px}.frame-track{width:calc(100% + 36px);margin-left:-18px}.frame-photo-stage{height:325px}}
@media(prefers-reduced-motion:reduce){.frame-tabs button,.frame-pagination button[data-frame-page]:after{transition:none}}

.frame-photo-stage:focus-visible{outline:2px solid #ffacf0;outline-offset:-8px;border-radius:18px}
@media(prefers-reduced-motion:reduce){.frame-photo{transition:none}}

/* lifestyle.css */
.life-section{background:#191715;padding:96px 44px 112px}
.life-inner{width:min(1160px,100%);margin:0 auto}
.life-section h2{display:flex;flex-wrap:wrap;gap:0 20px;font-size:clamp(36px,4.35vw,62px);font-weight:700;line-height:1.12;letter-spacing:-.045em;margin:0 0 58px;color:#fff7f2}
.life-section h2 span:last-child{color:#ffacf0}
.life-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.life-card{min-width:0}
.life-card h3{font-size:25px;font-weight:500;letter-spacing:-.035em;line-height:1.2;color:#ffacf0;margin:0 0 21px}
.life-media{position:relative;width:100%;aspect-ratio:3/4;background:#302c29;border-radius:24px;overflow:hidden}
.life-media>img,.life-media>video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.life-media>video{object-position:center 52%}
.life-card p{font-size:16px;line-height:1.65;letter-spacing:-.015em;color:#c6bdb9;margin:23px 3px 0;max-width:360px}
.video-toggle{position:absolute;bottom:14px;right:14px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid #fff4;background:#20181a88;color:#fff;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding:0}
.video-toggle svg{fill:currentColor}.video-toggle [hidden]{display:none}
@media(max-width:900px){.life-section{padding:76px 28px 88px}.life-grid{gap:20px}.life-card h3{font-size:22px}.life-card p{font-size:15px}.life-media{border-radius:19px}.life-section h2{margin-bottom:42px}}
@media(max-width:700px){.life-section{padding:60px 24px 76px}.life-inner{max-width:460px}.life-section h2{display:block;font-size:42px;line-height:1.08;margin-bottom:44px}.life-section h2 span{display:block}.life-grid{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:24px;overscroll-behavior-x:contain;scrollbar-width:none;width:calc(100% + 48px);margin-left:-24px;padding:0 24px 6px}.life-grid::-webkit-scrollbar{display:none}.life-card{flex:0 0 87%;scroll-snap-align:start;scroll-snap-stop:always}.life-card h3{font-size:25px;margin-bottom:18px}.life-card p{font-size:16px;margin-top:19px;max-width:none}.life-media{border-radius:22px;aspect-ratio:4/5}.life-media>video{object-position:center 56%}}
@media(max-width:370px){.life-section{padding-left:18px;padding-right:18px}.life-section h2{font-size:38px}.life-grid{width:calc(100% + 36px);margin-left:-18px;padding-inline:18px;scroll-padding-inline:18px}}

/* privacy.css */
.privacy-section{--privacy-blur:1;--privacy-reveal:1;--privacy-copy:1;position:relative;height:220svh;background:#191715;padding:0 44px}
.privacy-sticky{position:sticky;top:0;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:100px 0 28px}
.privacy-panel{position:relative;isolation:isolate;overflow:hidden;width:min(1160px,100%);margin:0 auto;border:1px solid #ffffff17;border-radius:38px;background:#211d1d;text-align:center;box-shadow:0 30px 100px #00000022}
.privacy-gallery{position:absolute;z-index:0;inset:-28px;pointer-events:none;filter:blur(calc(var(--privacy-blur) * 17px)) saturate(calc(1 - var(--privacy-reveal) * .46));will-change:filter}
.privacy-gallery>svg{display:block;width:100%;height:100%;overflow:hidden}
.privacy-gallery>.privacy-archive-mobile{display:none}
@media(max-width:700px){.privacy-gallery>.privacy-archive-desktop{display:none}.privacy-gallery>.privacy-archive-mobile{display:block}}
.privacy-shade{position:absolute;z-index:1;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 44%,#211d1df0 0,#1d1919f9 62%,#171313fc 100%);opacity:var(--privacy-reveal);will-change:opacity}
.privacy-panel:after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(180deg,#00000018,#0000 18%,#0000 72%,#0004);opacity:var(--privacy-reveal)}
.privacy-content{position:relative;z-index:3;min-height:min(790px,calc(100svh - 128px));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 40px 58px;opacity:var(--privacy-copy);transform:translateY(calc((1 - var(--privacy-copy)) * 24px));will-change:opacity,transform}
.privacy-animation{position:relative;flex-shrink:0;width:220px;height:200px;overflow:hidden;margin:0 auto 24px}
#privacy-lottie{position:absolute;inset:0}
.privacy-panel h2{font-size:clamp(40px,5vw,66px);line-height:1.05;letter-spacing:-.05em;font-weight:700;margin:0;color:#fff7f2}
.privacy-subtitle{font-size:21px;line-height:1.45;letter-spacing:-.025em;color:#ffacf0;margin:24px 0 0}
.privacy-text{font-size:16px;line-height:1.75;color:#c6bdb9;max-width:610px;margin:22px auto 0;text-wrap:pretty}
@media(max-width:900px){.privacy-section{padding-inline:28px}}
@media(max-width:700px){.privacy-section{height:210svh;padding-inline:16px}.privacy-sticky{padding:84px 0 18px}.privacy-panel{border-radius:28px}.privacy-gallery{filter:blur(calc(var(--privacy-blur) * 13px)) saturate(calc(1 - var(--privacy-reveal) * .4))}.privacy-content{min-height:calc(100svh - 102px);padding:34px 24px 44px}.privacy-animation{width:180px;height:164px;margin-bottom:22px}.privacy-panel h2{font-size:40px}.privacy-subtitle{font-size:18px;margin-top:21px}.privacy-text{font-size:15px;margin-top:18px}}

.privacy-poster{display:block;width:100%;height:100%;object-fit:contain}.privacy-animation.is-ready .privacy-poster{visibility:hidden}
.privacy-cta{display:flex;flex-direction:column;align-items:center;margin-top:32px}
.privacy-cta .button{min-width:280px;padding-inline:26px;font-size:15px}
.privacy-note{font-size:13px;line-height:1.5;color:#ad9fa7;margin:13px 0 0}
@media(max-width:700px){.privacy-cta{margin-top:27px;width:100%}.privacy-cta .button{min-width:0;width:100%;max-width:310px;font-size:14px;padding-inline:14px}.privacy-cta .button>span{white-space:normal}.privacy-note{font-size:13px}}
@media(prefers-reduced-motion:reduce){.privacy-section{--privacy-blur:1;--privacy-reveal:1;--privacy-copy:1;height:auto;padding-block:0 76px}.privacy-sticky{position:relative;top:0;min-height:0;padding:0}.privacy-gallery{filter:blur(13px) saturate(.58);will-change:auto}.privacy-content{min-height:680px;opacity:1;transform:none;will-change:auto}.privacy-shade{opacity:1;will-change:auto}}

/* formats.css */
.formats-section{padding:104px 44px 100px;background:#191715;scroll-margin-top:100px}
.formats-inner{width:min(1040px,100%);margin:auto}
.formats-heading{text-align:center;margin-bottom:42px}
.section-eyebrow{font-size:14px;line-height:1.4;letter-spacing:.025em;color:#ffacf0;margin:0 0 16px}
.formats-heading h2{font-size:clamp(40px,4.8vw,66px);font-weight:700;line-height:1.08;letter-spacing:-.05em;margin:0}
.formats-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;outline-offset:8px}
.format-card{min-width:0}
.format-media{position:relative;aspect-ratio:4/5;max-height:570px;border-radius:28px;overflow:hidden;background:#302923}
.format-media video{display:block;width:100%;height:100%;object-fit:cover;object-position:center 60%}
.format-label{position:absolute;top:20px;left:20px;padding:10px 17px;border:1px solid #ffffff42;border-radius:99px;background:#211c1b6b;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);font-size:14px;line-height:1;color:#fff8fc;pointer-events:none}
.format-toggle{position:absolute;bottom:18px;right:18px;display:grid;place-items:center;width:48px;height:48px;border:1px solid #ffffff66;border-radius:50%;background:#211c1b99;color:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.format-toggle svg{fill:currentColor}.format-toggle [hidden]{display:none}.format-toggle:hover{background:#211c1bcc}
.format-caption{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:25px 2px 0}
.format-caption h3{font-size:30px;line-height:1.1;font-weight:500;letter-spacing:-.04em;white-space:nowrap;margin:0;color:#ffacf0}
.format-caption h3 span{font-size:16px;letter-spacing:0}
.format-caption p{font-size:14px;line-height:1.6;color:#c6bdb9;margin:0;text-align:right}
@media(max-width:1000px){.formats-section{padding:88px 28px}.format-caption{display:block}.format-caption p{text-align:left;margin-top:12px}.format-media{max-height:500px}}
@media(max-width:700px){.formats-section{padding:80px 24px 66px;overflow:hidden}.formats-inner{max-width:540px}.formats-heading{text-align:left;margin-bottom:30px}.formats-heading h2{font-size:43px;max-width:320px}.formats-track{display:flex;gap:16px;width:calc(100% + 48px);margin-left:-24px;padding:0 24px 8px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:24px;overscroll-behavior-x:contain;scrollbar-width:none}.formats-track::-webkit-scrollbar{display:none}.format-card{flex:0 0 87%;scroll-snap-align:start;scroll-snap-stop:always}.format-media{border-radius:23px;max-height:none}.format-label{top:15px;left:15px;padding:10px 14px}.format-caption{padding-top:21px}.format-caption h3{font-size:29px}.format-caption p{font-size:14px}.section-eyebrow{margin-bottom:13px}}
@media(max-width:370px){.formats-section{padding-left:18px;padding-right:18px}.formats-track{width:calc(100% + 36px);margin-left:-18px;padding-inline:18px;scroll-padding-inline:18px}.formats-heading h2{font-size:38px}}

@media(min-width:701px){.format-card{width:100%;justify-self:center}}
@media(min-width:1001px){.format-card{max-width:456px}.format-caption{gap:12px}.format-caption p{font-size:14px}}
@media(min-width:701px) and (max-width:1000px){.format-card{max-width:400px}}

/* pricing.css */
.format-price{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;min-height:54px;margin-top:24px;padding:15px 19px;border:1px solid #ffacf04d;border-radius:16px;background:#ffacf00a;color:#ffacf0;font-size:15px;line-height:1.3;transition:background .2s,border-color .2s}
.format-price svg{flex:none;transition:transform .2s}
.format-price:hover{background:#ffacf018;border-color:#ffacf0}.format-price:hover svg{transform:translateX(3px)}
html.pricing-dialog-open{overflow:hidden}
.pricing-dialog{width:min(536px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:36px;border:1px solid #ffffff29;border-radius:30px;background:#24202a;color:#fff7f2;box-shadow:0 24px 90px #0009;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}
.pricing-dialog::backdrop{background:#100c13bf;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.pricing-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:44px;height:44px;border:1px solid #ffffff24;border-radius:50%;background:#ffffff08;color:#fff}.pricing-close:hover{background:#ffffff18}
.pricing-dialog .section-eyebrow{font-size:12px;margin:2px 36px 16px 0}
.pricing-dialog h2{font-size:42px;font-weight:500;line-height:1.06;letter-spacing:-.05em;margin:0}
#pricing-intro{max-width:345px;font-size:15px;line-height:1.55;color:#c6b8c7;margin:18px 0 24px}
.pricing-switch{display:grid;grid-template-columns:1fr 1fr;gap:3px;width:min(100%,340px);padding:3px;border:1px solid #ffffff1c;border-radius:13px;background:#15111955;margin-bottom:18px}
.pricing-switch button{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:3px 6px;min-height:40px;padding:7px 8px;border:0;border-radius:10px;background:transparent;color:#c6b8c7;font-size:14px;transition:background .2s,color .2s}.pricing-switch button span{font-size:11px;white-space:nowrap}.pricing-switch button[aria-pressed="true"]{background:#ffacf0;color:#2b1d28}.pricing-switch button:focus-visible{outline-offset:2px}
.pricing-start{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:21px;border-bottom:1px solid #ffffff24}.pricing-start>span{display:flex;flex-direction:column;gap:7px}.pricing-start small{font-size:12px;line-height:1.4;color:#b4a1b2}.pricing-start strong{font-size:20px;font-weight:500;letter-spacing:-.03em}.pricing-start>strong{font-size:29px;color:#ffacf0;white-space:nowrap}
.pricing-table{width:100%;border-collapse:collapse;table-layout:fixed;font-variant-numeric:tabular-nums;font-size:15px}.pricing-table th{text-align:left;color:#b7a5b4;font-size:11px;font-weight:400;padding:17px 0 9px}.pricing-table td{padding:12px 0;border-bottom:1px solid #ffffff0c}.pricing-table th:nth-child(2),.pricing-table td:nth-child(2){text-align:right}.pricing-table th:last-child,.pricing-table td:last-child{text-align:right;width:25%}.pricing-table tr:last-child td{border-bottom:0}.pricing-discount{display:inline-block;padding:5px 7px;border-radius:8px;background:#ffacf012;color:#ffc8f4;font-size:12px;white-space:nowrap}.pricing-popular .pricing-discount{background:#ffacf0;color:#2b1d28}
.pricing-best{margin:17px 0 0;font-size:13px;line-height:1.5;color:#ffacf0}.pricing-status{font-size:12px;line-height:1.5;color:#baabb9;margin:10px 0 0}.pricing-status:empty{display:none}.pricing-order{margin-top:22px;min-height:54px;font-size:15px}.pricing-note{font-size:11px;line-height:1.4;color:#b1a0ae;text-align:center;margin:12px 0 0}
@media(max-width:700px){.format-price{margin-top:20px}.pricing-dialog{padding:32px 22px 24px;border-radius:25px}.pricing-dialog h2{font-size:36px}.pricing-dialog .section-eyebrow{font-size:11px}.pricing-switch button{flex-direction:column;gap:4px}.pricing-table td{padding:11px 0}.pricing-order{font-size:14px}}
@media(max-width:370px){.pricing-dialog h2{font-size:32px}.pricing-dialog{padding-inline:18px}.pricing-start strong{font-size:18px}.pricing-start>strong{font-size:26px}}
@media(prefers-reduced-motion:reduce){.format-price,.format-price svg,.pricing-switch button{transition:none}.format-price:hover svg{transform:none}}

@font-face{font-family:BoftRuble;src:url('assets/fonts/boft-ruble.woff') format('woff');font-weight:100 900;font-display:swap;unicode-range:U+20BD}
.format-price,.pricing-table,.pricing-best{font-family:BoftRuble,Arial,Helvetica,sans-serif}
.pricing-switch{margin-top:20px}
.pricing-table{border-collapse:separate;border-spacing:0;width:calc(100% + 24px);margin-inline:-12px}
.pricing-table th:first-child,.pricing-table td:first-child{padding-left:12px}
.pricing-table th:last-child,.pricing-table td:last-child{padding-right:12px}
.pricing-popular td{background:#302635;border-bottom-color:transparent}
.pricing-popular td:first-child{border-radius:12px 0 0 12px}
.pricing-popular td:last-child{border-radius:0 12px 12px 0}
.pricing-popular-label{display:block;margin-top:5px;color:#ffacf0;font-size:10px;line-height:1.2}

/* more.css */
.more-section{padding:0 44px 112px;background:#191715;scroll-margin-top:110px}
.more-inner{width:min(1160px,100%);margin:auto}
.more-heading{margin-bottom:42px}
.more-heading h2{font-size:clamp(20px,5.4vw,70px);white-space:nowrap;line-height:1.02;letter-spacing:-.05em;font-weight:700;margin:0}
.more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.product-card{position:relative;isolation:isolate;transition:background .3s,transform .3s,box-shadow .3s;display:flex;flex-direction:column;min-width:0;padding:30px;border-radius:30px;min-height:445px}
.product-booth{background:#7c31ff;color:#fff8fc}
.product-docs{background:#ffacf0;color:#321d2e}
.product-app{background:#24201f;border:1px solid #ffffff16;color:#e2d7df}
.product-name{font-size:27px;line-height:1.2;letter-spacing:-.055em;font-weight:700;margin:0}
.product-name span{font-weight:400}
.product-icon{width:48px;height:48px;margin:35px 0 24px;flex:none;stroke-width:1.3}
.product-booth>.product-icon{color:#ffacf0}.product-docs>.product-icon{color:#712bea}.product-app>.product-icon{color:#bca5b9}
.product-card h3{font-size:clamp(23px,2.1vw,28px);line-height:1.16;letter-spacing:-.035em;font-weight:500;margin:0 0 17px}
.product-copy{font-size:16px;line-height:1.55;margin:0 0 28px;opacity:.78}
.product-link{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;margin-top:auto;border-top:1px solid currentColor;padding-top:19px;font-size:14px;line-height:1.3;font-weight:500}
.product-link svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:none;transition:transform .2s}
.product-link:hover svg{transform:translateX(4px)}
.product-link:focus-visible{outline:none}.product-card:focus-within{outline:2px solid #ffacf0;outline-offset:6px}.product-docs:focus-within{outline-color:#7c31ff}

@media(max-width:1050px){.product-card{padding:25px}.more-grid{gap:16px}.product-card h3{font-size:24px}}
@media(max-width:900px){.more-section{padding:0 28px 88px}.product-card{padding:23px 20px}.product-card h3{font-size:22px}.product-copy{font-size:15px}.product-link{font-size:14px}}
@media(max-width:700px){.more-section{padding:28px 24px 70px}.more-inner{max-width:540px}.more-heading{margin-bottom:30px}.more-heading h2{font-size:clamp(20px,5.4vw,37px)}.more-grid{grid-template-columns:1fr;gap:16px}.product-card{padding:28px;min-height:365px}.product-name{font-size:28px}.product-icon{margin:26px 0 20px;width:44px;height:44px}.product-card h3{font-size:29px}.product-copy{font-size:16px;max-width:330px}.product-link{font-size:15px}}
@media(max-width:370px){.more-section{padding-left:18px;padding-right:18px}.more-heading h2{font-size:clamp(20px,5.4vw,37px)}.product-card{padding:24px}.product-card h3{font-size:26px}}
@media(prefers-reduced-motion:reduce){.product-link svg{transition:none}}

.product-top{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px}
.product-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:none;border-radius:99px;padding:7px 11px;font-size:13px;font-weight:600;line-height:1;letter-spacing:0}
.product-badge-new{background:#ff4800;color:#fff}
.product-badge-hot{background:#ffffff14;border:1px solid #ffffff30;color:#fff}
.product-badge-hot i{display:block;width:6px;height:6px;border-radius:50%;background:#ff4800;box-shadow:0 0 8px #ff480080;animation:live-dot 1.7s ease-in-out infinite}
@keyframes live-dot{0%,100%{opacity:1}50%{opacity:.28}}
.product-link:after{content:"";position:absolute;inset:0;z-index:2;border-radius:30px}
.product-card .product-link svg{transition:transform .3s}
.product-app-launch{width:100%;padding-right:0;padding-left:0;padding-bottom:0;border-right:0;border-left:0;border-bottom:0;border-radius:0;background:none;color:#ffacf0;text-align:left;font-family:inherit;border-top-color:#ffffff29}
.product-sphere{position:relative;width:64px;height:64px;margin:27px 0 16px;flex:none;border-radius:50%;overflow:hidden;isolation:isolate;box-shadow:0 0 25px #b7b5ff16;transition:transform .45s,box-shadow .45s}
.product-sphere img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.35)}
.product-app:focus-within{background:#312731}.product-docs:focus-within{background:#ffc5f5}.product-booth:focus-within{background:#8b45ff}
@media(hover:hover){.product-card:hover{transform:translateY(-7px);box-shadow:0 18px 44px #0004}.product-booth:hover{background:#8b45ff}.product-docs:hover{background:#ffc5f5}.product-app:hover{background:#312731}.product-card:hover .product-link svg{transform:translateX(4px)}.product-app:hover .product-sphere{transform:translateY(-4px) rotate(-8deg);box-shadow:0 0 32px #c6baff38}}
.product-card:active{transform:translateY(-2px) scale(.99)}
@media(max-width:1050px){.product-top{gap:8px}.product-top .product-name{font-size:24px}.product-badge{font-size:12px;padding:7px 9px}}
@media(max-width:700px){.product-top .product-name{font-size:28px}.product-badge{font-size:13px;padding:8px 12px}.product-sphere{margin:16px 0 10px}}
html.app-dialog-open{overflow:hidden}
.app-dialog{width:min(440px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:46px 30px 40px;border:1px solid #ffffff29;border-radius:30px;background:#24202a;color:#fff7f2;text-align:center;box-shadow:0 24px 90px #0009;overflow:auto}
.app-dialog::backdrop{background:#100c13bf;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.app-dialog-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:44px;height:44px;border:1px solid #ffffff24;border-radius:50%;background:#ffffff08;color:#fff}
.app-dialog-close svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}
.app-dialog-close:hover{background:#ffffff18}
.app-dialog .app-sphere-large{width:148px;height:148px;margin:12px auto 26px;box-shadow:0 0 55px #c6baff22}
.app-coming-label{font-size:14px;line-height:1.4;color:#ffacf0;margin:0 0 10px}
.app-dialog h2{font-size:38px;line-height:1.1;letter-spacing:-.05em;font-weight:500;margin:0}
.app-dialog-text{font-size:16px;line-height:1.65;color:#c6b8c7;margin:22px 0 0}
@media(prefers-reduced-motion:reduce){.product-card,.product-card .product-link svg,.product-sphere{transition:none}.product-badge-hot i{animation:none}.product-card:hover,.product-card:active,.product-app:hover .product-sphere{transform:none}}

.product-sphere video,.menu-sphere video{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}

/* site-chrome.css */
.brand img{display:block;width:74px;height:auto}
.skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:14px 20px;border-radius:14px;background:#ffacf0;color:#251b24;transform:translateY(-160%)}
.skip-link:focus{transform:none}
.app-early-access{margin-top:26px;min-height:56px;font-size:15px;gap:8px}
.app-early-access>span{white-space:normal}
.app-early-access svg{flex:none}
.app-access-note{font-size:14px;line-height:1.55;color:#bdadbb;margin:15px 0 0}
@media(max-width:700px){.app-dialog{padding-inline:24px}.app-early-access{font-size:14px}}
.header .products{position:static}
.products summary{min-height:42px;font-size:14px;gap:9px}
.products summary>svg{transition:transform .2s}
.product-menu{position:absolute;top:calc(100% + 12px);right:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(680px,calc(100vw - 64px));max-height:calc(100dvh - 114px);overflow:auto;overscroll-behavior:contain;padding:12px;border:1px solid #ffffff24;border-radius:25px;background:#2b242d;box-shadow:0 24px 70px #0007;animation:menu-enter .22s ease-out}
.menu-product{display:flex;align-items:center;gap:13px;min-width:0;min-height:105px;padding:17px 14px;border:1px solid transparent;border-radius:17px;background:#ffffff04;color:#faf5f1;text-align:left;font:inherit;transition:background .2s,border-color .2s,transform .2s}
.menu-icon{display:grid;place-items:center;flex:none;width:43px;height:43px;border-radius:13px;background:#ffacf018;color:#ffacf0}
.menu-product .button-icon,.menu-product .product-icon{display:block;flex:none;width:25px;height:25px;margin:0;stroke-width:1.5}
.menu-booth .menu-icon{background:#7c31ff;color:#ffd6f7}
.menu-docs .menu-icon{background:#ffacf0;color:#6f29e6}
.menu-app .menu-icon{background:transparent}
.menu-sphere{display:block;width:43px;height:43px;overflow:hidden;border-radius:50%;box-shadow:0 0 18px #a8a3ff24;transition:transform .3s}
.menu-sphere img{width:100%;height:100%;object-fit:cover;transform:scale(1.35)}
.menu-copy{display:flex;flex:1;min-width:0;flex-direction:column;gap:8px}
.menu-title{display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:16px;line-height:1.25;font-weight:500;letter-spacing:-.02em}
.menu-description{font-size:14px;line-height:1.4;color:#beb1bc}
.menu-product .product-badge{font-size:12px;padding:4px 7px}
.product-badge-soon{background:#ffffff0a;border:1px solid #ffffff26;color:#cdbbc9}
.menu-arrow{flex:none;color:#bfa8b9;transition:transform .2s}
.menu-product:focus-visible{outline-offset:-3px}
.menu-product:hover,.menu-product:focus-visible{background:#ffffff0b;border-color:#ffffff12}
.menu-order:hover,.menu-order:focus-visible{background:#ffacf012;border-color:#ffacf030}
.menu-booth:hover,.menu-booth:focus-visible{background:#7c31ff24;border-color:#975afe40}
.menu-docs:hover,.menu-docs:focus-visible{background:#ffacf012;border-color:#ffacf030}
.menu-product:hover .menu-arrow{transform:translateX(3px)}
.menu-app:hover .menu-sphere{transform:rotate(-8deg) scale(1.06)}
@keyframes menu-enter{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}

.site-footer{padding:0 44px 42px;background:#191715;color:#c6bdb9}
.footer-inner{display:grid;grid-template-columns:minmax(180px,250px) minmax(0,1fr);gap:clamp(40px,6vw,80px);width:min(1160px,100%);margin:auto;padding-top:44px;border-top:1px solid #ffffff1f}
.footer-about{display:flex;flex-direction:column;align-items:flex-start}
.footer-motion{position:relative;width:220px;max-width:100%;aspect-ratio:16/9;border:1px solid #ffffff18;border-radius:16px;overflow:hidden;background:#111015;margin-bottom:24px}
.footer-motion video{display:block;width:100%;height:100%;object-fit:cover}
.footer-motion .video-toggle{bottom:6px;right:6px;width:36px;height:36px}
.footer-brand{display:block;width:98px;line-height:0;margin-bottom:16px}
.footer-brand img{display:block;width:100%;height:auto}
.footer-about p{font-size:14px;line-height:1.55;margin:0 0 5px}
.footer-about .footer-copyright{font-size:13px;color:#93858e}
.footer-navigation{display:flex;flex-direction:column;gap:32px;min-width:0;padding-top:6px}
.footer-links{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:28px;align-items:start}
.footer-group{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}
.footer-group h2{font-size:13px;font-weight:500;line-height:1.4;letter-spacing:.07em;text-transform:uppercase;color:#978a94;margin:0 0 15px}
.footer-group>a,.footer-group>button{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:34px;font-size:15px;line-height:1.45;color:#e4dbe0;padding:3px 0;border:0;background:none;text-align:left;transition:color .2s}
.footer-group>a:hover,.footer-group>button:hover{color:#ffacf0}
.footer-group .footer-phone{white-space:nowrap}
.footer-tag{font-size:12px;line-height:1;padding:4px 6px;border:1px solid #ffffff1f;border-radius:6px;color:#ba9fb2}
.footer-tag-new{color:#ff8e61;border-color:#ff480040}
.footer-locations{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;min-height:46px;padding:12px 16px;border:1px solid #ffffff25;border-radius:14px;color:#eee3eb;font-size:14px;background:#ffffff03;transition:background .2s,border-color .2s}
.footer-locations .button-icon{color:#ffacf0;width:19px;height:19px}
.footer-locations .menu-arrow{margin-left:10px}
.footer-locations:hover{background:#ffacf00b;border-color:#ffacf077}
@media(max-width:1000px){.footer-inner{grid-template-columns:200px minmax(0,1fr);gap:40px}.footer-links{gap:20px;grid-template-columns:1fr 1.2fr}.footer-group:last-child{grid-column:1/-1}.footer-navigation{gap:24px}}
@media(max-width:700px){.brand img{width:64px}.header nav{gap:14px}.product-menu{width:100%;grid-template-columns:1fr;top:calc(100% + 9px);padding:8px;border-radius:21px;max-height:calc(100dvh - 93px)}.menu-product{min-height:88px;gap:14px;padding:14px}.menu-title{font-size:17px}.menu-description{font-size:14px}.menu-icon{width:44px;height:44px}.site-footer{padding:0 24px 30px}.footer-inner{grid-template-columns:1fr;gap:34px;padding-top:32px;max-width:540px}.footer-about{position:relative;min-height:110px;padding-right:175px;justify-content:center}.footer-motion{position:absolute;right:0;top:0;width:154px;margin:0;border-radius:13px}.footer-brand{width:86px;margin-bottom:12px}.footer-about p{font-size:13px;max-width:170px}.footer-links{grid-template-columns:1fr 1fr;gap:25px 20px}.footer-group:last-child{grid-column:1/-1}.footer-group h2{margin-bottom:8px}.footer-group>a,.footer-group>button{min-height:38px;font-size:14px}.footer-locations{width:100%}.footer-locations>span{flex:1}.footer-navigation{padding-top:0;gap:26px}}
@media(max-width:390px){.footer-about{padding-right:147px}.footer-motion{width:132px}.site-footer{padding-inline:18px}.footer-links{grid-template-columns:1fr;gap:25px}.footer-group:last-child{grid-column:auto}.menu-product{padding:12px;gap:11px}.header-location{font-size:12px}.header nav{gap:11px}}
@media(max-width:430px){.header-location{width:42px;height:42px;justify-content:center;padding:0}.header-location .location-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-location .location-icon{width:20px;height:20px}.header-location .button-icon{width:20px;height:20px}}
@media(prefers-reduced-motion:reduce){.product-menu{animation:none}.menu-product,.menu-arrow,.menu-sphere,.products summary>svg{transition:none}.menu-product:hover .menu-arrow,.menu-app:hover .menu-sphere{transform:none}}

.footer-tag-hot{display:inline-flex;align-items:center;gap:5px}.footer-tag-hot i{width:6px;height:6px;border-radius:50%;background:#ff4800;box-shadow:0 0 8px #ff480080;animation:live-dot 1.7s ease-in-out infinite}
@media(prefers-reduced-motion:reduce){.footer-tag-hot i{animation:none}}

@media(hover:none) and (pointer:coarse) and (prefers-reduced-motion:no-preference){
.is-mobile-animated .product-sphere,.is-mobile-animated .menu-sphere{animation:mobile-sphere 2.8s ease-in-out infinite}
.is-mobile-animated .menu-arrow,.is-mobile-animated .product-link svg,.format-price.is-mobile-animated svg{animation:mobile-arrow 2.8s ease-in-out infinite}
}
@keyframes mobile-sphere{0%,100%{transform:none}50%{transform:translateY(-4px) rotate(-8deg);box-shadow:0 0 32px #c6baff38}}
@keyframes mobile-arrow{0%,100%{transform:none}50%{transform:translateX(4px)}}

/* Keep the footer hit areas stable while badges and SVG paths animate. */
.site-footer{position:relative;isolation:isolate}
.site-footer a,.site-footer button{position:relative;cursor:pointer}
.site-footer a>*,.site-footer button>*{pointer-events:none;cursor:inherit}
.footer-motion{pointer-events:none}

.header-location .location-icon{position:relative;display:block;flex:none;width:17px;height:17px}
.header-location .location-icon svg{display:block;width:100%;height:100%;transition:opacity .24s ease,transform .24s ease}
.header-location .map-close-icon{position:absolute;inset:0;opacity:0;transform:scale(.65) rotate(-80deg)}
.site-map-open .header-location .button-icon{opacity:0;transform:scale(.65) rotate(80deg)}
.site-map-open .header-location .map-close-icon{opacity:1;transform:none}
.site-map-open .header-location{border-color:#ffacf0;background:#ffacf012}
.site-map-panel{position:absolute;top:calc(100% + 12px);left:0;right:0;display:flex;height:calc(100dvh - 110px);max-height:760px;overflow:hidden;border:1px solid #ffffff32;border-radius:25px;background:#231e22;box-shadow:0 24px 70px #0007;animation:menu-enter .22s ease-out}
.site-map-panel[hidden]{display:none}
.site-map-frame{display:block;flex:1;min-width:0;min-height:0;width:100%;border:0;background:#191715}
@media(max-width:700px){.site-map-panel{top:calc(100% + 9px);height:calc(100dvh - 90px);max-height:none;border-radius:21px}}
@media(max-width:430px){.header-location .location-icon{width:20px;height:20px}}
@media(prefers-reduced-motion:reduce){.site-map-panel{animation:none}.header-location .location-icon svg{transition:none}}
