.av2-root{--orange:#fe6d31;--orange-h:#e85a1e;--orange-tint:#f5f7f8;--orange-subtle:#ffcfb8;--orange-deep:#c94e14;--blue:#24b8ff;--blue-tint:#ebf8ff;--yellow:#f5c842;--pink:#f5a0c8;--green:#4caf7d;--green-tint:#edfaf3;--cream:#f5f7f8;--cream-2:#eef1f3;--cream-3:#e4e8eb;--warm:#fafaf8;--surf:#f5f3ef;--surf-2:#edeae4;--ink:#1c1917;--ink-2:#44403c;--ink-3:#78716c;--ink-4:#a8a29e;--border:#e7e4df;--border-2:#d4cfc8;--ff-d:var(--font-heading),"DM Serif Display",Georgia,serif;--ff-b:var(--font-body),"Poppins",system-ui,sans-serif}.av2-root *,.av2-root :after,.av2-root :before{box-sizing:border-box;margin:0;padding:0}.av2-root{scroll-behavior:smooth;font-family:var(--ff-b);background:var(--warm);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}.av2-root .wrap{max-width:1160px;margin:0 auto;padding:0 clamp(20px,4vw,48px);width:100%}.av2-root .sr{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.av2-root .sr.in{opacity:1;transform:none}.av2-root .d1{transition-delay:.1s}.av2-root .d2{transition-delay:.2s}.av2-root .d3{transition-delay:.3s}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.av2-root .hidden-mobile{display:initial}.av2-root .hidden-desktop{display:none}.av2-root nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 max(48px,env(safe-area-inset-right)) 0 max(48px,env(safe-area-inset-left));background:hsla(60,17%,98%,.97);background:hsla(60,17%,98%,.93);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid transparent;transition:border-color .25s}.av2-root nav.scrolled{border-color:var(--border)}.av2-root .nav-logo{text-decoration:none;display:flex;align-items:center}.av2-root .nav-logo img{height:30px;width:auto}.av2-root .nav-center{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:2px}.av2-root .nav-link{font-size:13px;color:var(--ink-3);text-decoration:none;padding:6px 14px;border-radius:6px;transition:background .15s,color .15s}.av2-root .nav-link:hover{background:var(--surf);color:var(--ink)}.av2-root .nav-link.active{color:var(--orange);background:var(--orange-tint)}.av2-root .nav-right{display:flex;gap:8px;align-items:center}.av2-root .menu-btn{display:none;width:40px;height:40px;border-radius:8px;background:transparent;border:none;cursor:pointer;position:relative;flex-direction:column;justify-content:center;align-items:center;gap:5px}.av2-root .menu-btn span{display:block;width:20px;height:1.5px;background:var(--ink);transition:transform .25s,opacity .25s}.av2-root .menu-btn.open span:first-child{transform:translateY(6.5px) rotate(45deg)}.av2-root .menu-btn.open span:nth-child(2){opacity:0}.av2-root .menu-btn.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.av2-root .mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:360px;background:#fff;z-index:300;padding:80px max(32px,env(safe-area-inset-right)) max(32px,env(safe-area-inset-bottom)) 32px;transform:translateX(100%);transition:transform .3s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;gap:4px;box-shadow:-12px 0 48px rgba(0,0,0,.1)}.av2-root .mobile-drawer.open{transform:translateX(0)}.av2-root .mobile-drawer a{font-family:var(--ff-d);font-size:22px;color:var(--ink);text-decoration:none;padding:14px 0;border-bottom:1px solid var(--border);transition:color .15s}.av2-root .mobile-drawer a.active,.av2-root .mobile-drawer a:hover{color:var(--orange)}.av2-root .mobile-drawer-cta{margin-top:28px;display:flex;flex-direction:column;gap:10px}.av2-root .mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(28,25,23,.5);z-index:250;opacity:0;pointer-events:none;transition:opacity .3s}.av2-root .mobile-backdrop.open{opacity:1;pointer-events:auto}.av2-root .sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:150;padding:12px 16px max(12px,env(safe-area-inset-bottom));background:hsla(0,0%,100%,.96);backdrop-filter:blur(16px);border-top:1px solid var(--border);transform:translateY(100%);transition:transform .3s cubic-bezier(.22,1,.36,1)}.av2-root .sticky-cta.show{transform:translateY(0)}.av2-root .sticky-cta .btn{width:100%}.av2-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:var(--ff-b);font-weight:500;border-radius:8px;cursor:pointer;text-decoration:none;border:none;transition:all .18s cubic-bezier(.22,1,.36,1);white-space:nowrap}.av2-root .btn:active{transform:scale(.97)}.av2-root .btn-sm{font-size:13px;padding:7px 16px}.av2-root .btn-md{font-size:14px;padding:10px 22px}.av2-root .btn-lg{font-size:16px;padding:14px 32px;border-radius:10px;font-weight:600}.av2-root .btn-primary{background:var(--orange);color:#fff}.av2-root .btn-primary:hover{background:var(--orange-h);box-shadow:0 6px 20px rgba(254,109,49,.3)}.av2-root .btn-secondary{background:#fff;color:var(--ink-2);border:1px solid var(--border-2)}.av2-root .btn-secondary:hover{background:var(--surf);border-color:var(--ink-4)}.av2-root .btn-ghost{background:transparent;color:var(--ink-3)}.av2-root .btn-ghost:hover{background:var(--surf);color:var(--ink)}.av2-root .btn-outline-w{background:transparent;color:hsla(0,0%,100%,.85);border:1px solid hsla(0,0%,100%,.3)}.av2-root .btn-outline-w:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.6)}.av2-root .label-tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.av2-root .label-tag:before{content:"";width:16px;height:1.5px;background:var(--orange)}.av2-root .label-tag-light{color:rgba(254,109,49,.75)}.av2-root .label-tag-light:before{background:rgba(254,109,49,.75)}.av2-root .h1{font-family:var(--ff-d);font-size:clamp(44px,6vw,76px);font-weight:400;line-height:1.03;letter-spacing:-.03em;color:var(--ink)}.av2-root .h1 em{font-style:italic;color:var(--orange)}.av2-root .h2{font-family:var(--ff-d);font-size:clamp(30px,4vw,48px);font-weight:400;line-height:1.1;letter-spacing:-.025em;color:var(--ink)}.av2-root .h2 em{font-style:italic;color:var(--orange)}.av2-root .h2-white{color:#fff}.av2-root .h2-white em{color:var(--orange)}.av2-root .body-lg{font-size:17px}.av2-root .body-lg,.av2-root .body-md{font-weight:300;color:var(--ink-3);line-height:1.75}.av2-root .body-md{font-size:15px}.av2-root .s-hero{padding:0;position:relative;overflow:hidden;min-height:88vh;display:flex;align-items:flex-end}.av2-root .s-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.av2-root .s-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.av2-root .s-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(105deg,rgba(28,25,23,.92),rgba(28,25,23,.78) 50%,rgba(28,25,23,.45))}.av2-root .s-hero .wrap{position:relative;z-index:2;padding-top:clamp(100px,14vw,148px);padding-bottom:64px;text-align:center;display:flex;flex-direction:column;align-items:center}.av2-root .hero-eyebrow{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.2)}.av2-root .hero-eyebrow,.av2-root .hero-sub{color:hsla(0,0%,100%,.65)}.av2-root .hero-pill{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.18);color:hsla(0,0%,100%,.7)}.av2-root .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--orange);background:#fff;border:1px solid var(--orange-subtle);padding:6px 15px;border-radius:100px;margin-bottom:28px;animation:fadeUp .5s ease both}.av2-root .hero-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);animation:pulse 2s ease-in-out infinite}.av2-root .hero-headline{font-family:var(--ff-d);font-size:clamp(44px,6.5vw,76px);font-weight:400;line-height:1;letter-spacing:-.03em;color:#fff;animation:fadeUp .6s ease .08s both;margin-bottom:24px}.av2-root .hero-headline em{font-style:italic;color:var(--orange)}.av2-root .hero-sub{font-size:17px;font-weight:300;color:#fff;line-height:1.7;max-width:540px;margin:0 auto 32px;animation:fadeUp .6s ease .16s both}.av2-root .hero-cta{gap:10px;animation:fadeUp .6s ease .24s both;margin-bottom:36px}.av2-root .hero-cta,.av2-root .hero-pills{display:flex;flex-wrap:wrap;justify-content:center}.av2-root .hero-pills{gap:8px;animation:fadeUp .6s ease .32s both}.av2-root .hero-pill{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:var(--ink-3);background:#fff;border:1px solid var(--border);padding:8px 14px;border-radius:100px}.av2-root .hero-pill-dot{width:5px;height:5px;border-radius:50%;background:var(--orange)}.av2-root .s-moments{background:var(--cream-2);padding:56px 0;position:relative;overflow:hidden}.av2-root .s-moments:before{display:none}.av2-root .moments-head{margin-bottom:48px;max-width:680px}.av2-root .moments-head .label-tag{color:var(--orange)}.av2-root .moments-head .label-tag:before{background:var(--orange)}.av2-root .moments-head h2{color:var(--ink)}.av2-root .moments-head h2 em{font-style:italic;color:var(--orange)}.av2-root .moments-head .body-lg{color:var(--ink-3);font-size:16px;margin-top:16px}.av2-root .moments-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border)}.av2-root .moment-row{display:grid;grid-template-columns:44px 32px 1fr auto;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--border);transition:padding .25s;position:relative}.av2-root .mr-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--ink-3);transition:color .25s,transform .25s}.av2-root .mr-icon svg{width:24px;height:24px;stroke-width:1.6}.av2-root .moment-row:hover .mr-icon{color:var(--orange);transform:scale(1.08)}.av2-root .moment-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:var(--orange);transition:width .3s cubic-bezier(.22,1,.36,1)}.av2-root .moment-row:hover:before{width:3px}.av2-root .moment-row:hover .mr-num{color:var(--orange)}.av2-root .moment-row:hover .mr-text{color:var(--ink)}.av2-root .mr-num{font-family:var(--ff-d);font-size:14px;font-style:italic;color:var(--ink-4);text-align:right;transition:color .25s}.av2-root .mr-text{font-size:16px;font-weight:300;color:var(--ink-2);line-height:1.55;transition:color .25s}.av2-root .mr-tag{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);background:rgba(254,109,49,.12);border:1px solid rgba(254,109,49,.25);padding:4px 10px;border-radius:100px;white-space:nowrap}.av2-root .s-take{background:var(--cream-2);padding:72px 0;position:relative;overflow:hidden}.av2-root .s-take:before{content:"";position:absolute;top:-100px;right:-100px;width:min(420px,50vw);height:min(420px,50vw);border-radius:50%;background:radial-gradient(circle,rgba(254,109,49,.06) 0,transparent 70%);pointer-events:none;overflow:hidden}.av2-root .take-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:stretch}.av2-root .take-left{position:relative}.av2-root .take-body{font-size:16px;font-weight:300;color:var(--ink-3);line-height:1.8;margin:8px 0 24px}.av2-root .take-highlight{padding:22px 26px;background:#fff;border:1px solid var(--orange-subtle);border-left:3px solid var(--orange);border-radius:0 12px 12px 0}.av2-root .take-highlight-text{font-family:var(--ff-d);font-size:19px;font-style:italic;color:var(--ink-2);line-height:1.5}.av2-root .take-photo{position:relative;height:100%;min-height:420px;border-radius:20px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.12)}.av2-root .take-photo img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.av2-root .take-photo-card{position:absolute;bottom:20px;left:20px;right:20px;background:hsla(0,0%,100%,.96);backdrop-filter:blur(12px);border-radius:12px;padding:14px 18px}.av2-root .tpc-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-4);margin-bottom:6px}.av2-root .tpc-text{font-family:var(--ff-d);font-size:15px;font-style:italic;color:var(--ink-2);line-height:1.45}.av2-root .who-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}.av2-root .who-chip{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:400;color:var(--ink-2);background:#fff;border:1px solid var(--border);padding:8px 14px;border-radius:100px;transition:background .2s,border-color .2s}.av2-root .who-chip:hover{background:var(--orange-tint);border-color:var(--orange-subtle)}.av2-root .who-chip-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);opacity:.6}.av2-root .who-chip.primary{background:var(--orange-tint);border-color:var(--orange-subtle);color:var(--orange-deep)}.av2-root .who-chip.primary .who-chip-dot{opacity:1}.av2-root .who-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-4);margin-top:32px}.av2-root .s-why{background:var(--warm);padding:72px 0}.av2-root .why-head{max-width:680px;margin-bottom:48px}.av2-root .why-head .body-lg{margin-top:14px}.av2-root .why-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.av2-root .why-pillar{padding:28px;background:#fff;border:1px solid var(--border);border-radius:14px;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.av2-root .why-pillar:hover{border-color:var(--orange-subtle);transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.05)}.av2-root .wp-num{font-family:var(--ff-d);font-size:32px;font-style:italic;color:var(--orange);opacity:.3;line-height:1;margin-bottom:16px;transition:opacity .25s}.av2-root .why-pillar:hover .wp-num{opacity:.7}.av2-root .wp-title{font-family:var(--ff-d);font-size:21px;color:var(--ink);line-height:1.2;margin-bottom:10px}.av2-root .wp-desc{font-size:14px;font-weight:300;color:var(--ink-3);line-height:1.7}.av2-root .why-pillar:first-child{background:#e8b91f;border-color:#e8b91f}.av2-root .why-pillar:nth-child(2){background:#fe6d31;border-color:#fe6d31}.av2-root .why-pillar:nth-child(3){background:#24b8ff;border-color:#24b8ff}.av2-root .why-pillar:first-child .wp-desc,.av2-root .why-pillar:first-child .wp-num,.av2-root .why-pillar:first-child .wp-title,.av2-root .why-pillar:nth-child(2) .wp-desc,.av2-root .why-pillar:nth-child(2) .wp-num,.av2-root .why-pillar:nth-child(2) .wp-title,.av2-root .why-pillar:nth-child(3) .wp-desc,.av2-root .why-pillar:nth-child(3) .wp-num,.av2-root .why-pillar:nth-child(3) .wp-title{color:#fff}.av2-root .why-pillar:first-child .wp-num,.av2-root .why-pillar:nth-child(2) .wp-num,.av2-root .why-pillar:nth-child(3) .wp-num{opacity:.55}.av2-root .why-pillar:first-child:hover,.av2-root .why-pillar:nth-child(2):hover,.av2-root .why-pillar:nth-child(3):hover{box-shadow:0 14px 36px rgba(0,0,0,.12)}.av2-root .why-pillar:first-child:hover{border-color:#e8b91f}.av2-root .why-pillar:nth-child(2):hover{border-color:#fe6d31}.av2-root .why-pillar:nth-child(3):hover{border-color:#24b8ff}.av2-root .why-pillar:first-child:hover .wp-num,.av2-root .why-pillar:nth-child(2):hover .wp-num,.av2-root .why-pillar:nth-child(3):hover .wp-num{opacity:.9}.av2-root .s-start{background:var(--surf);padding:72px 0;position:relative;overflow:hidden}.av2-root .start-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:stretch}.av2-root .start-head{margin-bottom:32px}.av2-root .start-head .body-md{margin-top:12px}.av2-root .start-steps{display:flex;flex-direction:column;gap:0;position:relative}.av2-root .start-steps:before{content:"";position:absolute;left:19px;top:28px;bottom:28px;width:2px;background:linear-gradient(to bottom,var(--orange-subtle),var(--border))}.av2-root .start-step{display:flex;align-items:flex-start;gap:18px;padding:18px 0;position:relative}.av2-root .ss-num{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:var(--ff-d);font-size:16px;color:var(--orange);flex-shrink:0;position:relative;z-index:1;transition:border-color .25s,background .25s}.av2-root .start-step:hover .ss-num{border-color:var(--orange);background:var(--orange-tint)}.av2-root .ss-content{padding-top:6px}.av2-root .ss-title{font-size:15px;font-weight:600;color:var(--ink);margin-bottom:5px}.av2-root .ss-desc{font-size:14px;font-weight:300;color:var(--ink-3);line-height:1.6}.av2-root .start-cta{margin-top:32px;display:flex;gap:10px;flex-wrap:wrap}.av2-root .start-photo{border-radius:20px;overflow:hidden;height:100%;min-height:420px;box-shadow:0 20px 56px rgba(0,0,0,.1);position:relative}.av2-root .start-photo img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.av2-root .start-remind{position:absolute;bottom:20px;left:20px;right:20px;background:rgba(28,25,23,.9);backdrop-filter:blur(10px);border-radius:12px;padding:16px 20px}.av2-root .sr-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:6px}.av2-root .sr-text{font-family:var(--ff-d);font-size:15px;font-style:italic;color:hsla(0,0%,100%,.9);line-height:1.5}.av2-root .s-closing{background:var(--ink);position:relative;overflow:hidden}.av2-root .closing-photo-strip{height:540px;position:relative}.av2-root .closing-photo-strip img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.av2-root .closing-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(28,25,23,.92) 0,rgba(28,25,23,.75) 45%,rgba(28,25,23,.35))}.av2-root .closing-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:0 clamp(20px,4vw,48px)}.av2-root .closing-inner{max-width:560px;position:relative;z-index:2}.av2-root .closing-eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(254,109,49,.8);margin-bottom:18px;display:flex;align-items:center;gap:8px}.av2-root .closing-eyebrow:before{content:"";width:14px;height:1.5px;background:rgba(254,109,49,.8)}.av2-root .closing-title{font-family:var(--ff-d);font-size:clamp(32px,5vw,52px);font-weight:400;line-height:1.08;letter-spacing:-.025em;color:#fff;margin-bottom:20px}.av2-root .closing-title em{font-style:italic;color:var(--orange)}.av2-root .closing-sub{font-size:16px;font-weight:300;color:hsla(0,0%,100%,.6);line-height:1.7;margin-bottom:32px;max-width:480px}.av2-root .closing-cta{display:flex;gap:10px;flex-wrap:wrap}.av2-root .closing-trust{display:flex;align-items:center;gap:12px;margin-top:20px}.av2-root .ct-item{font-size:12px;color:hsla(0,0%,100%,.35)}.av2-root .ct-sep{width:3px;height:3px;border-radius:50%;background:hsla(0,0%,100%,.2)}.av2-root footer{background:var(--ink);border-top:1px solid hsla(0,0%,100%,.07);padding:56px 0 32px}.av2-root footer .wrap{max-width:1160px}.av2-root .footer-grid{display:grid;grid-template-columns:2fr minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:48px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:28px}.av2-root .footer-tagline{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.35);line-height:1.9;font-style:italic;margin-top:12px}.av2-root .footer-about{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.22);margin-top:12px;line-height:1.8}.av2-root .footer-col-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.25);margin-bottom:14px}.av2-root .footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}.av2-root .footer-links a{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.45);text-decoration:none;transition:color .15s}.av2-root .footer-links a:hover{color:hsla(0,0%,100%,.85)}.av2-root .footer-bottom{display:flex;align-items:center;justify-content:space-between}.av2-root .footer-copy{font-size:12px;color:hsla(0,0%,100%,.22)}.av2-root .footer-legal{display:flex;gap:20px}.av2-root .footer-legal a{font-size:12px;color:hsla(0,0%,100%,.22);text-decoration:none}.av2-root .footer-legal a:hover{color:hsla(0,0%,100%,.5)}.av2-root @media(prefers-reduced-motion: reduce){.av2-root *,.av2-root :after,.av2-root :before{animation-duration:.01ms!important;transition-duration:.01ms!important}.av2-root .sr,.av2-root .sr-l,.av2-root .sr-r{opacity:1!important;transform:none!important}}.av2-root @media(min-width: 1025px) and(max-width: 1280px){.av2-root .wrap{padding:0 32px}.av2-root .s-moments,.av2-root .s-start,.av2-root .s-take,.av2-root .s-why{padding:64px 0}.av2-root .start-grid,.av2-root .take-grid{gap:48px}.av2-root .closing-content{padding:0 32px}.av2-root footer{padding:48px 0 28px}.av2-root .footer-grid{gap:24px}.av2-root .why-pillars{gap:12px}}.av2-root @media(min-width: 769px) and(max-width: 1024px){.av2-root .start-grid,.av2-root .take-grid{grid-template-columns:1fr 1fr;gap:40px}.av2-root .why-pillars{grid-template-columns:1fr 1fr;gap:12px}.av2-root .footer-grid{grid-template-columns:1fr 1fr;gap:24px}.av2-root .closing-photo-strip{height:400px}}@media (max-width:1024px){.av2-root nav{padding:0 24px}.av2-root .wrap{padding:0 32px}.av2-root .nav-center{display:none}.av2-root .menu-btn{display:flex}.av2-root .s-hero{padding:72px 0 36px}.av2-root .hero-headline{font-size:clamp(40px,7vw,56px)}.av2-root .s-moments{padding:72px 0}.av2-root .moments-head{margin-bottom:36px}.av2-root .s-take{padding:56px 0}.av2-root .take-grid{grid-template-columns:1fr;gap:44px}.av2-root .take-photo{aspect-ratio:4/3;max-width:560px;margin:0 auto}.av2-root .s-why{padding:56px 0}.av2-root .why-pillars{grid-template-columns:1fr;gap:12px}.av2-root .why-pillar{padding:22px 24px}.av2-root .s-start{padding:56px 0}.av2-root .start-grid{grid-template-columns:1fr;gap:44px}.av2-root .start-photo{aspect-ratio:4/3;max-width:520px;margin:0 auto;width:100%}.av2-root .closing-content{padding:0 32px}.av2-root .closing-photo-strip{height:460px}.av2-root footer{padding:48px 0 28px}.av2-root .footer-grid{grid-template-columns:1fr 1fr;gap:32px}}.av2-root @media(max-width: 640px){.av2-root nav{padding:0 16px;height:56px}.av2-root nav .nav-right .btn-ghost{display:none}.av2-root .wrap{padding:0 20px}.av2-root .hidden-mobile{display:none}.av2-root .hidden-desktop{display:initial}.av2-root .sticky-cta{display:block}.av2-root{padding-bottom:0}.av2-root body.sticky-active{padding-bottom:68px}.av2-root .s-hero{padding:64px 0 28px}.av2-root .hero-headline{font-size:clamp(34px,10vw,48px);line-height:1.05}.av2-root .hero-sub{font-size:15px;margin-bottom:24px}.av2-root .hero-cta{flex-direction:column;align-items:stretch;margin-bottom:28px}.av2-root .hero-cta .btn{width:100%}.av2-root .hero-pills{gap:6px}.av2-root .hero-pill{font-size:11px;padding:7px 12px}.av2-root .s-moments{padding:56px 0}.av2-root .moments-head h2{font-size:clamp(26px,7vw,32px)}.av2-root .moments-head .body-lg{font-size:14px}.av2-root .moments-list{border-top:none}.av2-root .moment-row{grid-template-columns:32px 1fr;grid-template-areas:"icon num" "icon text" "icon tag";gap:4px 12px;padding:18px 0;align-items:start}.av2-root .moment-row:before{left:0}.av2-root .mr-icon{grid-area:icon;align-self:start;margin-top:2px}.av2-root .mr-num{grid-area:num;text-align:left;font-size:12px;margin-bottom:2px}.av2-root .mr-text{grid-area:text}.av2-root .mr-tag{grid-area:tag}.av2-root .mr-text{font-size:15px;line-height:1.5}.av2-root .mr-tag{align-self:flex-start;margin-top:4px}.av2-root .s-take{padding:60px 0}.av2-root .take-grid{gap:32px}.av2-root .take-body{font-size:15px;margin:8px 0 20px}.av2-root .take-highlight{padding:18px 20px}.av2-root .take-highlight-text{font-size:16px;line-height:1.45}.av2-root .take-photo{aspect-ratio:3/4;max-width:100%}.av2-root .take-photo-card{bottom:14px;left:14px;right:14px;padding:12px 14px}.av2-root .tpc-text{font-size:13px}.av2-root .who-chips{gap:6px}.av2-root .who-chip{font-size:12px;padding:7px 12px}.av2-root .s-why{padding:60px 0}.av2-root .why-head{margin-bottom:28px}.av2-root .why-head .body-lg{font-size:15px}.av2-root .why-pillar{padding:20px 22px}.av2-root .wp-num{font-size:26px;margin-bottom:12px}.av2-root .wp-title{font-size:18px}.av2-root .wp-desc{font-size:13px}.av2-root .s-start{padding:60px 0}.av2-root .start-grid{gap:32px}.av2-root .start-head .body-md{font-size:14px}.av2-root .start-step{padding:14px 0;gap:16px}.av2-root .ss-num{width:36px;height:36px;font-size:14px}.av2-root .start-steps:before{left:17px}.av2-root .ss-title{font-size:14px}.av2-root .ss-desc{font-size:13px}.av2-root .start-cta{flex-direction:column;align-items:stretch}.av2-root .start-cta .btn{width:100%}.av2-root .start-photo{aspect-ratio:4/5}.av2-root .start-remind{bottom:14px;left:14px;right:14px;padding:12px 16px}.av2-root .sr-text{font-size:13px}.av2-root .closing-photo-strip{height:auto;min-height:480px}.av2-root .closing-content{padding:56px 20px;position:relative}.av2-root .closing-overlay{background:linear-gradient(180deg,rgba(28,25,23,.75) 0,rgba(28,25,23,.9))}.av2-root .closing-title{font-size:clamp(28px,8vw,36px)}.av2-root .closing-sub{font-size:15px;margin-bottom:24px}.av2-root .closing-cta{flex-direction:column;align-items:stretch}.av2-root .closing-cta .btn{width:100%}.av2-root .closing-trust{flex-wrap:wrap;gap:8px 12px}.av2-root footer{padding:40px 0 24px}.av2-root .footer-grid{grid-template-columns:1fr;gap:28px;padding-bottom:28px}.av2-root .footer-bottom{flex-direction:column;align-items:flex-start;gap:14px}.av2-root .footer-legal{flex-wrap:wrap;gap:14px}}.av2-root @media(max-width: 380px){.av2-root .hero-headline{font-size:32px}.av2-root .h2{font-size:26px}.av2-root .btn-lg{font-size:15px;padding:12px 22px}}