.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:var(--rvf-space-6)}.btn{display:inline-flex;align-items:center;gap:var(--rvf-space-2);padding:12px 20px;border-radius:var(--rvf-radius-md);font-weight:600;font-size:15px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .15s}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--rvf-mint);color:var(--rvf-abyss)}.btn--primary:hover{background:var(--rvf-mint-safe)}.btn--ghost{background:transparent;color:var(--rvf-text);border-color:var(--rvf-border)}.btn--ghost:hover{border-color:var(--rvf-cobalt-light)}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--rvf-bg) 78%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--rvf-border)}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--rvf-space-6);height:64px}.nav__brand{display:inline-flex;align-items:baseline;gap:var(--rvf-space-2);font-family:var(--rvf-font-display);font-weight:700;font-size:20px;letter-spacing:.02em}.nav__brand-mark{color:var(--rvf-text)}.nav__brand-suffix{font-family:var(--rvf-font-mono);font-size:12px;color:var(--rvf-accent-text);letter-spacing:.1em}.nav__links{display:flex;align-items:center;gap:var(--rvf-space-6)}.nav__link{font-size:15px;color:var(--rvf-text-muted);transition:color .15s}.nav__link:hover,.nav__link[data-active=true]{color:var(--rvf-text)}.nav__actions{display:flex;align-items:center;gap:var(--rvf-space-3)}.nav__toggle{display:grid;place-items:center;width:38px;height:38px;border-radius:var(--rvf-radius-md);border:1px solid var(--rvf-border);background:transparent;color:var(--rvf-text);cursor:pointer;transition:border-color .15s}.nav__toggle:hover{border-color:var(--rvf-cobalt-light)}.nav__burger,.nav__cta-compact,.nav__cta-mobile{display:none}@media (max-width:880px){.nav__links{display:none}.nav__cta-mobile{display:inline-flex;width:100%;justify-content:center}.nav__cta-compact{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;font-size:14px}.nav__links--open{display:flex;position:absolute;top:64px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:var(--rvf-space-4);padding:var(--rvf-space-6);background:var(--rvf-bg);border-bottom:1px solid var(--rvf-border)}.nav__burger{display:grid;place-items:center;width:38px;height:38px;border-radius:var(--rvf-radius-md);border:1px solid var(--rvf-border);background:transparent;color:var(--rvf-text);cursor:pointer}.nav__cta-desktop{display:none}}@media (pointer:coarse){.nav__burger,.nav__toggle{width:44px;height:44px}.btn,.swatch{min-height:44px}.file-row__remove{min-width:44px;min-height:44px}}.section{padding-block:var(--rvf-space-24)}.section--tight{padding-block:var(--rvf-space-16)}.eyebrow{font-family:var(--rvf-font-mono);font-size:13px;letter-spacing:.12em;color:var(--rvf-accent-text);text-transform:uppercase}.section__head{display:flex;flex-direction:column;gap:var(--rvf-space-4);max-width:640px;margin-bottom:var(--rvf-space-12)}.section__title{font-size:clamp(1.75rem,4vw,2.5rem)}.section__lead{color:var(--rvf-text-muted);font-size:18px;line-height:1.6}.hero{position:relative;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:var(--rvf-space-12);gap:var(--rvf-space-12);padding-block:var(--rvf-space-24)}.hero__content{display:flex;flex-direction:column;gap:var(--rvf-space-6)}.hero__title{font-size:clamp(2.5rem,6vw,4rem);line-height:1.05}.hero__title .grad{background:var(--rvf-whisper);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__sub{font-size:19px;line-height:1.6;color:var(--rvf-text-muted);max-width:46ch}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--rvf-space-3);margin-top:var(--rvf-space-2)}.hero__art{position:relative;display:grid;place-items:center}.hero__art:before{content:"";position:absolute;inset:10%;background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--rvf-cobalt) 38%,transparent),transparent 68%);filter:blur(20px)}.hero__art img{position:relative;width:100%;max-width:420px;height:auto}@media (max-width:880px){.hero__inner{grid-template-columns:1fr;gap:var(--rvf-space-8);padding-block:var(--rvf-space-16)}.hero__art{order:-1}.hero__art img{max-width:280px}}.grid{display:grid;grid-gap:var(--rvf-space-6);gap:var(--rvf-space-6)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{display:flex;flex-direction:column;gap:var(--rvf-space-3);padding:var(--rvf-space-6);background:var(--rvf-surface);border:1px solid var(--rvf-border);border-radius:var(--rvf-radius-lg);transition:border-color .15s,transform .15s}.card:hover{border-color:var(--rvf-cobalt);transform:translateY(-2px)}.card__index{font-family:var(--rvf-font-mono);font-size:13px;color:var(--rvf-cobalt-text)}.card__title{font-size:19px}.card__body{color:var(--rvf-text-muted);line-height:1.6}.service-card__main{display:flex;flex-direction:column;gap:var(--rvf-space-3)}.service-card__price{font-family:var(--rvf-font-mono);font-size:13px;color:var(--rvf-accent-text)}.service-card__cta{margin-top:auto;padding-top:var(--rvf-space-2)}.service-card .badge{margin-bottom:var(--rvf-space-1)}.service-card--accent{border-color:var(--rvf-cobalt);background:color-mix(in srgb,var(--rvf-cobalt) 8%,var(--rvf-surface))}.service-card--wide{margin-top:var(--rvf-space-6)}@media (min-width:720px){.service-card--wide{flex-direction:row;align-items:center;gap:var(--rvf-space-8)}.service-card--wide .service-card__main{flex:1 1}.service-card--wide .service-card__cta{margin-top:0;padding-top:0;flex-shrink:0}}.product{overflow:hidden;padding:0}.product__media{aspect-ratio:4/3;display:grid;place-items:center;background:linear-gradient(160deg,var(--rvf-slate) 0,var(--rvf-abyss-tint) 100%);border-bottom:1px solid var(--rvf-border)}.product__media svg{width:38%;opacity:.6}.product__img{width:100%;height:100%;object-fit:cover}.product__body{display:flex;flex-direction:column;gap:var(--rvf-space-2);padding:var(--rvf-space-6)}.product__meta{font-family:var(--rvf-font-mono);font-size:12px;color:var(--rvf-ash)}.product__price{margin-top:var(--rvf-space-2);font-weight:600;color:var(--rvf-accent-text)}.badge{align-self:flex-start;padding:3px 10px;border-radius:var(--rvf-radius-pill);font-size:12px;font-weight:600;background:color-mix(in srgb,var(--rvf-cobalt) 22%,transparent);color:var(--rvf-cobalt-text)}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--rvf-space-6);gap:var(--rvf-space-6);counter-reset:step}@media (max-width:880px){.steps{grid-template-columns:1fr}}.step{display:flex;flex-direction:column;gap:var(--rvf-space-3);padding-top:var(--rvf-space-4);border-top:2px solid var(--rvf-border)}.step__num{font-family:var(--rvf-font-mono);font-size:14px;color:var(--rvf-accent-text)}.step__title{font-size:18px}.step__body{color:var(--rvf-text-muted);line-height:1.6}.cta-band{flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--rvf-space-12);background:var(--rvf-surface);border:1px solid var(--rvf-border);border-radius:var(--rvf-radius-lg)}.cta-band,.cta-band__content{display:flex;gap:var(--rvf-space-6)}.cta-band__content{flex-direction:column}.cta-band__title{font-size:clamp(1.5rem,3vw,2rem);max-width:22ch}.cta-band__art{width:200px;height:auto;flex-shrink:0;filter:drop-shadow(0 12px 24px color-mix(in srgb,var(--rvf-cobalt) 30%,transparent))}@media (max-width:640px){.cta-band__art{display:none}}.faq{display:flex;flex-direction:column;gap:var(--rvf-space-2);max-width:760px}.faq__item{padding:var(--rvf-space-6);background:var(--rvf-surface);border:1px solid var(--rvf-border);border-radius:var(--rvf-radius-lg)}.faq__q{font-size:18px;margin-bottom:var(--rvf-space-2)}.faq__a{color:var(--rvf-text-muted);line-height:1.6}.faq-item{background:var(--rvf-surface);border:1px solid var(--rvf-border);border-radius:var(--rvf-radius-lg);overflow:hidden}.faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:var(--rvf-space-4);padding:var(--rvf-space-6);background:none;border:none;cursor:pointer;text-align:left;font-family:var(--rvf-font-body);font-size:1rem;font-weight:500;color:var(--rvf-text);transition:color .15s}.faq-trigger:hover{color:var(--rvf-accent-text)}.faq-trigger__icon{color:var(--rvf-cobalt-text);transition:transform .2s;flex-shrink:0}.faq-item[data-open=true] .faq-trigger__icon{transform:rotate(45deg)}.faq-content{overflow:hidden;max-height:0;transition:max-height .25s ease}.faq-item[data-open=true] .faq-content{max-height:600px}.faq-answer{padding:0 var(--rvf-space-6) var(--rvf-space-6);color:var(--rvf-text-muted);line-height:1.6}.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--rvf-space-4);gap:var(--rvf-space-4)}@media (max-width:880px){.gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.gallery{grid-template-columns:1fr}}.gallery__item{aspect-ratio:1/1;display:grid;place-items:center;background:linear-gradient(160deg,var(--rvf-slate) 0,var(--rvf-abyss-tint) 100%);border:1px solid var(--rvf-border);border-radius:var(--rvf-radius-lg);color:var(--rvf-ash);font-family:var(--rvf-font-mono);font-size:13px;text-align:center;padding:var(--rvf-space-4)}.gallery__item:has(.gallery__img){padding:0;position:relative;overflow:hidden}.gallery__img{width:100%;height:100%;object-fit:cover}.gallery__caption{position:absolute;inset-inline:0;bottom:0;padding:var(--rvf-space-3) var(--rvf-space-4);background:linear-gradient(to top,color-mix(in srgb,var(--rvf-abyss) 88%,transparent),transparent);color:var(--rvf-silver);font-size:13px;text-align:left}.gallery__item--3d{aspect-ratio:auto;display:block;padding:0;background:none;border:none;overflow:visible}.gallery__caption--below{position:static;inset:auto;background:none;padding:var(--rvf-space-2) var(--rvf-space-1) 0;color:var(--rvf-text-muted)}.gallery__loading{display:grid;place-items:center;height:360px;color:var(--rvf-ash);font-family:var(--rvf-font-mono);font-size:13px;border:1px solid var(--rvf-border);border-radius:var(--rvf-radius-lg)}.empty{display:flex;flex-direction:column;align-items:center;gap:var(--rvf-space-4);padding:var(--rvf-space-16);text-align:center;color:var(--rvf-text-muted)}.empty img{width:180px;height:auto;opacity:.9}.notfound{display:grid;place-items:center;min-height:80vh;padding-block:var(--rvf-space-16)}.notfound__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--rvf-space-4);max-width:640px}.notfound__art{width:260px;max-width:60vw;height:auto;margin-bottom:var(--rvf-space-4);filter:drop-shadow(0 16px 30px color-mix(in srgb,var(--rvf-cobalt) 28%,transparent))}.notfound__title{font-size:clamp(1.75rem,4vw,2.75rem)}.notfound__sub{color:var(--rvf-text-muted);max-width:46ch;margin-bottom:var(--rvf-space-4)}.footer{border-top:1px solid var(--rvf-border);padding-block:var(--rvf-space-16) var(--rvf-space-8);margin-top:var(--rvf-space-12)}.footer__cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:var(--rvf-space-8);gap:var(--rvf-space-8)}@media (max-width:880px){.footer__cols{grid-template-columns:1fr 1fr}}@media (max-width:520px){.footer__cols{grid-template-columns:1fr}}.footer__brand{display:flex;flex-direction:column;gap:var(--rvf-space-3)}.footer__brand-name{font-family:var(--rvf-font-display);font-weight:700;font-size:18px}.footer__tag{color:var(--rvf-text-muted);max-width:30ch;line-height:1.6}.footer__col h4{font-family:var(--rvf-font-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--rvf-ash);margin-bottom:var(--rvf-space-4)}.footer__col a{display:block;color:var(--rvf-text-muted);padding-block:4px;transition:color .15s}.footer__col a:hover{color:var(--rvf-text)}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--rvf-space-3);margin-top:var(--rvf-space-12);padding-top:var(--rvf-space-6);border-top:1px solid var(--rvf-border);color:var(--rvf-dim);font-size:13px}.footer__version{font-family:var(--rvf-font-mono)}.stepper{display:flex;flex-direction:column;gap:var(--rvf-space-8)}.stepper__progress{display:flex;flex-wrap:wrap;gap:var(--rvf-space-4);padding:0;margin:0;list-style:none}.stepper__dot{display:inline-flex;align-items:center;gap:var(--rvf-space-2);font-size:14px;color:var(--rvf-dim)}.stepper__dot span{display:grid;place-items:center;width:26px;height:26px;border-radius:var(--rvf-radius-pill);border:1px solid var(--rvf-border);font-family:var(--rvf-font-mono);font-size:13px}.stepper__dot[data-state=active]{color:var(--rvf-text)}.stepper__dot[data-state=active] span{background:var(--rvf-mint);border-color:var(--rvf-mint);color:var(--rvf-abyss)}.stepper__dot[data-state=done]{color:var(--rvf-text-muted)}.stepper__dot[data-state=done] span{background:color-mix(in srgb,var(--rvf-cobalt) 30%,transparent);border-color:var(--rvf-cobalt);color:var(--rvf-text)}.stepper__panel{display:flex;flex-direction:column;gap:var(--rvf-space-6)}.stepper__title{font-size:24px}.stepper__nav{display:flex;justify-content:space-between;gap:var(--rvf-space-4);border-top:1px solid var(--rvf-border);padding-top:var(--rvf-space-6)}.stepper__error{color:var(--rvf-coral);font-size:14px}.options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--rvf-space-4);gap:var(--rvf-space-4)}@media (max-width:640px){.options{grid-template-columns:1fr}}.option{display:flex;flex-direction:column;gap:var(--rvf-space-2);text-align:left;padding:var(--rvf-space-6);background:var(--rvf-surface);border:1px solid var(--rvf-border);border-radius:var(--rvf-radius-lg);cursor:pointer;transition:border-color .15s,background .15s}.option:hover{border-color:var(--rvf-cobalt-light)}.option[data-selected=true]{border-color:var(--rvf-mint);background:color-mix(in srgb,var(--rvf-mint) 8%,var(--rvf-surface))}.option__title{font-weight:600}.option__body{color:var(--rvf-text-muted);font-size:14px}.field{display:flex;flex-direction:column;gap:var(--rvf-space-2)}.field>label,.field__label{font-size:14px;color:var(--rvf-text-muted)}.field input,.field select,.field textarea{width:100%;padding:11px 13px;border-radius:var(--rvf-radius-md);border:1px solid var(--rvf-border);background:var(--rvf-surface);color:var(--rvf-text);transition:border-color .15s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--rvf-cobalt-light)}.field input[type=range]{padding:0;accent-color:var(--rvf-mint)}.field__inline{display:flex;gap:var(--rvf-space-3)}.field__inline input{flex:1 1}.field__help{font-size:13px;color:var(--rvf-text-muted);line-height:1.45}.field__help--warn,.req{color:var(--rvf-coral)}.req{font-weight:600}.uploader{display:flex;flex-direction:column;align-items:center;gap:var(--rvf-space-2);padding:var(--rvf-space-12);border:2px dashed var(--rvf-border);border-radius:var(--rvf-radius-lg);background:var(--rvf-surface);cursor:pointer;text-align:center;transition:border-color .15s}.uploader:hover{border-color:var(--rvf-cobalt-light)}.uploader__hint{font-family:var(--rvf-font-mono);font-size:12px;color:var(--rvf-ash)}.file-list{display:flex;flex-direction:column;gap:var(--rvf-space-2);padding:0;margin:0;list-style:none}.file-row{display:flex;align-items:center;gap:var(--rvf-space-3);padding:var(--rvf-space-3) var(--rvf-space-4);background:var(--rvf-surface);border:1px solid var(--rvf-border);border-radius:var(--rvf-radius-md)}.file-row__name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.file-row__meta{font-family:var(--rvf-font-mono);font-size:12px;color:var(--rvf-ash)}.file-row__remove{background:transparent;border:none;color:var(--rvf-dim);cursor:pointer;font-size:14px}.file-row__remove:hover{color:var(--rvf-coral)}.quote-disclaimer{display:flex;gap:var(--rvf-space-3);align-items:flex-start;padding:var(--rvf-space-4) var(--rvf-space-6);margin-bottom:var(--rvf-space-6);background:color-mix(in srgb,var(--rvf-cobalt) 12%,var(--rvf-surface));border-left:3px solid var(--rvf-cobalt);border-radius:var(--rvf-radius-md)}.quote-disclaimer__icon{color:var(--rvf-cobalt-text);flex-shrink:0;margin-top:2px}.quote-disclaimer__title{font-weight:600;font-size:.875rem;color:var(--rvf-text);margin-bottom:var(--rvf-space-1)}.quote-disclaimer__body{font-size:.875rem;color:var(--rvf-text-muted);line-height:1.5}.legal-notice{padding:var(--rvf-space-4);border-left:3px solid var(--rvf-mist);background:color-mix(in srgb,var(--rvf-mist) 8%,transparent);border-radius:var(--rvf-radius-sm);color:var(--rvf-text-muted);font-size:14px;line-height:1.6}.summary{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--rvf-space-4);gap:var(--rvf-space-4);margin:0}@media (max-width:640px){.summary{grid-template-columns:1fr}}.summary>div{display:flex;flex-direction:column;gap:2px;padding-bottom:var(--rvf-space-3);border-bottom:1px solid var(--rvf-border)}.summary dt{font-size:12px;font-family:var(--rvf-font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--rvf-ash)}.summary dd{margin:0;color:var(--rvf-text)}.btn:active{transform:translateY(0) scale(.98)}.btn--primary{box-shadow:0 1px 0 color-mix(in srgb,var(--rvf-mint) 30%,transparent)}.btn--primary:hover{box-shadow:0 6px 20px -8px color-mix(in srgb,var(--rvf-mint) 70%,transparent)}.faq__item,.gallery__item,.grid>*,.options>*,.steps>*{animation:rvf-fade-up .5s cubic-bezier(.22,1,.36,1) both}.grid>:nth-child(2),.options>:nth-child(2),.steps>:nth-child(2){animation-delay:60ms}.grid>:nth-child(3),.options>:nth-child(3),.steps>:nth-child(3){animation-delay:.12s}.grid>:nth-child(4),.options>:nth-child(4),.steps>:nth-child(4){animation-delay:.18s}.grid>:nth-child(5){animation-delay:.24s}.grid>:nth-child(6){animation-delay:.3s}.hero__content>*{animation:rvf-fade-up .6s cubic-bezier(.22,1,.36,1) both}.hero__content>:nth-child(2){animation-delay:80ms}.hero__content>:nth-child(3){animation-delay:.16s}.hero__content>:nth-child(4){animation-delay:.24s}.hero__art img{animation:rvf-fade-in .9s ease both;animation-delay:.2s}.option[data-selected=true]{box-shadow:0 0 0 1px var(--rvf-mint) inset}.option[data-selected=true]:after{content:"✓";position:absolute;top:var(--rvf-space-4);right:var(--rvf-space-4);width:22px;height:22px;display:grid;place-items:center;border-radius:var(--rvf-radius-pill);background:var(--rvf-mint);color:var(--rvf-abyss);font-size:13px;font-weight:700}.option{position:relative}.stepper__bar{height:4px;border-radius:var(--rvf-radius-pill);background:var(--rvf-surface-soft);overflow:hidden}.stepper__bar>i{display:block;height:100%;border-radius:inherit;background:var(--rvf-whisper);transition:width .4s cubic-bezier(.22,1,.36,1)}.stepper__dot span{transition:background .2s,border-color .2s,color .2s,transform .2s}.stepper__dot[data-state=active] span{transform:scale(1.1)}.stepper__panel{animation:rvf-fade-up .35s cubic-bezier(.22,1,.36,1) both}.uploader[data-drag=true]{border-color:var(--rvf-mint);background:color-mix(in srgb,var(--rvf-mint) 6%,var(--rvf-surface))}.file-row{animation:rvf-fade-up .3s ease both}.swatches{display:flex;flex-wrap:wrap;gap:var(--rvf-space-2)}.swatch{display:inline-flex;align-items:center;gap:8px;padding:7px 13px 7px 9px;border-radius:var(--rvf-radius-pill);border:1px solid var(--rvf-border);background:var(--rvf-surface);color:var(--rvf-text-muted);cursor:pointer;font-size:13px;font-weight:500;transition:border-color .15s,color .15s,background .15s,transform .1s}.swatch:hover{color:var(--rvf-text);border-color:var(--rvf-cobalt-light)}.swatch:active{transform:scale(.97)}.swatch__dot{width:16px;height:16px;border-radius:50%;background:var(--sw,var(--rvf-ash));box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 0 0 1px rgba(0,0,0,.12);flex:none}.swatch[data-selected=true]{border-color:var(--rvf-mint);color:var(--rvf-text);background:color-mix(in srgb,var(--rvf-mint) 8%,var(--rvf-surface));box-shadow:0 0 0 1px var(--rvf-mint) inset}.swatch--custom{border-style:dashed;font-family:var(--rvf-font-mono)}.overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:var(--rvf-space-6);background:color-mix(in srgb,var(--rvf-abyss) 72%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:rvf-fade-in .2s ease both}.overlay__card{display:flex;flex-direction:column;align-items:center;gap:var(--rvf-space-4);padding:var(--rvf-space-12) var(--rvf-space-16);background:var(--rvf-surface);border:1px solid var(--rvf-border);border-radius:var(--rvf-radius-lg);box-shadow:0 24px 60px -30px rgba(0,0,0,.6);animation:rvf-fade-up .3s cubic-bezier(.22,1,.36,1) both}.overlay__msg{font-weight:600;color:var(--rvf-text)}.overlay__sub{font-size:13px;color:var(--rvf-text-muted)}