:root{--coral:#fe6e00;--coral-press:#f05100;--coral-soft:#fff3e6;--gold:#f99c00;--green:#00c758;--bg:#fdfbf7;--surface:#ffffff;--text:#1c1917;--text-2:#79716b;--hairline:rgba(28,25,23,0.1);--fill:rgba(28,25,23,0.05);--shadow:0 12px 30px rgba(28,25,23,0.1);--shadow-soft:0 2px 12px rgba(28,25,23,0.06);--nav-bg:rgba(253,251,247,0.82);--radius:20px;--radius-sm:14px;--font-display:var(--font-playfair),Georgia,"Times New Roman",serif;--font-body:var(--font-inter),-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.container{max-width:1180px;margin:0 auto;padding:0 18px 64px}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;padding:12px 14px 0;background:transparent}.navbar-inner{max-width:1180px;margin:0 auto;height:62px;padding:0 16px 0 22px;background:var(--surface);border-radius:999px;box-shadow:0 10px 30px rgba(28,25,23,.13);display:flex;align-items:center;justify-content:space-between}.navbar .brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.brand-mark{color:var(--coral);flex-shrink:0}.brand-name{line-height:1}.nav-desktop{display:none;align-items:center;gap:22px}.nav-link{font-size:15px;color:var(--text);font-weight:500}.nav-link.active,.nav-link:hover{color:var(--coral)}.nav-toggle{display:flex;width:40px;height:40px;margin-right:-8px;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:transparent;border:none;cursor:pointer}.nav-toggle span{display:block;width:22px;height:2px;border-radius:2px;background:var(--text);transition:transform .22s ease,opacity .22s ease}.nav-toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-scrim{position:fixed;inset:74px 0 0;background:rgba(28,25,23,.18);z-index:40;animation:fade .18s ease}.nav-sheet{position:absolute;top:100%;left:14px;right:14px;z-index:45;margin-top:8px;background:var(--surface);border:1px solid var(--hairline);border-radius:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;padding:8px 0;overflow:hidden;animation:slideDown .2s ease}.nav-item{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;font-size:17px;color:var(--text);font-weight:500}.nav-item:active{background:var(--fill)}.nav-item.active{color:var(--coral)}.nav-item.secondary{font-size:15px;font-weight:400;color:var(--text-2)}.nav-ext{color:var(--text-2)}.nav-divider{height:1px;background:var(--hairline);margin:8px 0}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.nav-desktop{display:flex}.nav-toggle{display:none}}.home-head{padding:26px 0 18px}.greeting{margin:0 0 6px;color:var(--text-2);font-size:15px;font-weight:500}.home-title{font-family:var(--font-display);font-weight:600;font-size:34px;line-height:1.08;letter-spacing:-.02em;margin:0}.home-title em{color:var(--coral);font-style:normal}.searchbar{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:999px;padding:6px 8px 6px 16px;box-shadow:var(--shadow-soft);margin:18px 0 4px}.searchbar svg{color:var(--text-2);flex-shrink:0}.searchbar input{flex:1 1;border:none;background:transparent;outline:none;font-family:inherit;font-size:16px;color:var(--text);padding:8px 0}.searchbar input::placeholder{color:var(--text-2)}.searchbar button{border:none;background:var(--coral);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .08s}.searchbar button:hover{background:var(--coral-press)}.searchbar button:active{transform:scale(.94)}.chips{display:flex;gap:9px;overflow-x:auto;padding:16px 0 6px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.chips::-webkit-scrollbar{display:none}.chip{flex-shrink:0;padding:9px 16px;border-radius:999px;font-size:14px;font-weight:500;background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-soft);white-space:nowrap;transition:all .15s}.chip:hover{color:var(--text)}.chip.active{background:var(--text);color:#fff;box-shadow:none}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin:26px 0 14px}.section-head h2{font-family:var(--font-display);font-weight:600;font-size:22px;letter-spacing:-.01em;margin:0}.section-head .more{color:var(--text-2);font-size:14px}.featured{position:relative;display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/11}.featured img{width:100%;height:100%;object-fit:cover;display:block}.featured .overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78) 0,rgba(0,0,0,.3) 42%,rgba(0,0,0,0) 70%)}.featured .badge{position:absolute;top:14px;left:14px;background:var(--coral);color:#fff;font-size:12px;font-weight:600;padding:5px 11px;border-radius:999px;letter-spacing:.01em}.featured .f-content{position:absolute;left:18px;right:18px;bottom:16px;color:#fff}.featured .f-title{font-family:var(--font-display);font-weight:600;font-size:24px;line-height:1.1;margin:0 0 8px;letter-spacing:-.01em}.featured .f-meta{display:flex;align-items:center;gap:14px;font-size:13.5px}.featured .f-meta span{display:inline-flex;align-items:center;gap:5px}.featured .f-meta .star{color:var(--gold)}.r-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,1fr)}.r-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.r-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.r-img-wrap{position:relative}.r-img-wrap img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:var(--fill)}.r-heart{top:9px;right:9px;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;justify-content:center}.r-heart,.r-rating{position:absolute;align-items:center;box-shadow:0 2px 6px rgba(0,0,0,.12)}.r-rating{left:9px;bottom:9px;display:inline-flex;gap:4px;background:rgba(255,255,255,.94);padding:4px 9px;border-radius:999px;font-size:12.5px;font-weight:600}.r-rating .star{color:var(--gold);display:inline-flex}.r-body{padding:11px 13px 14px}.r-title{font-family:var(--font-display);font-weight:600;font-size:16px;line-height:1.22;letter-spacing:-.01em;margin:0 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.r-info{display:flex;align-items:center;gap:12px;color:var(--text-2);font-size:12.5px}.r-info span{display:inline-flex;align-items:center;gap:4px}.r-veg{color:var(--green)}.count{color:var(--text-2);font-size:14px}.empty{padding:48px;font-size:16px}.empty,.grid-sentinel{color:var(--text-2);text-align:center}.grid-sentinel{font-size:14px;padding:22px 0;min-height:10px}.header{padding:26px 0 16px}.header h1{font-family:var(--font-display);font-weight:600;font-size:30px;letter-spacing:-.02em;margin:0}.header .sub{font-size:15px;margin-top:5px}.header .sub,.tag{color:var(--text-2)}.tag{display:inline-block;font-size:12px;font-weight:500;padding:4px 10px;border-radius:999px;background:var(--fill)}.tag.veg{background:rgba(59,165,93,.14);color:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--coral);color:#fff;font-weight:600;font-size:15px;padding:13px 20px;border-radius:999px;border:none;cursor:pointer;transition:background .15s,transform .08s;font-family:inherit}.btn:hover{background:var(--coral-press)}.btn:active{transform:scale(.98)}.d-hero{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-top:8px}.d-hero img{width:100%;aspect-ratio:4/3;max-height:360px;object-fit:cover;display:block}.d-hero .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.32),rgba(0,0,0,0) 28%)}.d-circle{position:absolute;top:14px;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.18);color:var(--text)}.d-back{left:14px}.d-fav{right:14px}.d-title{font-family:var(--font-display);font-weight:600;font-size:30px;line-height:1.1;letter-spacing:-.02em;margin:20px 0 8px}.d-tags{display:flex;gap:8px;flex-wrap:wrap}.d-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:22px 0}.d-stat{background:var(--surface);border-radius:var(--radius-sm);padding:14px 8px;text-align:center;box-shadow:var(--shadow-soft)}.d-stat .ic{color:var(--coral);display:flex;justify-content:center;margin-bottom:6px}.d-stat .v{font-weight:700;font-size:16px}.d-stat .k{color:var(--text-2);font-size:11px;margin-top:2px}.d-section{font-family:var(--font-display);font-weight:600;font-size:20px;margin:26px 0 12px}.ing-list{list-style:none;padding:0;margin:0;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.ing-list li{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;font-size:15.5px}.ing-list li+li{border-top:1px solid var(--hairline)}.ing-list li .dot{width:7px;height:7px;border-radius:50%;background:var(--coral);margin-right:12px;flex-shrink:0}.ing-list li .ing-name{flex:1 1}.ing-list li .qty{color:var(--text-2);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.d-cta{margin-top:24px}.d-cta .btn{width:100%}.aff-note{color:var(--text-2);font-size:13px;line-height:1.5;margin:-4px 0 14px}.gear-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.gear-card{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius-sm);padding:12px 14px;box-shadow:var(--shadow-soft);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.gear-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--coral)}.gear-emoji{flex-shrink:0;width:52px;height:52px;border-radius:12px;background:var(--coral-soft);display:flex;align-items:center;justify-content:center;font-size:26px;overflow:hidden}.gear-emoji img{width:100%;height:100%;object-fit:cover;display:block}.gear-info{display:flex;flex-direction:column;min-width:0;flex:1 1}.gear-cat{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2)}.gear-name{font-family:var(--font-display);font-weight:600;font-size:15.5px;color:var(--text);margin:2px 0 6px;line-height:1.25}.gear-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.gear-price{font-weight:700;font-size:14px;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gear-buy{color:var(--coral);font-weight:600;font-size:13px;white-space:nowrap}@media (min-width:620px){.gear-grid{grid-template-columns:repeat(2,1fr)}}.gear-card--sm{padding:8px 10px;gap:10px}.gear-card--sm .gear-emoji{width:40px;height:40px;border-radius:10px;font-size:20px}.gear-card--sm .gear-name{font-size:13.5px;margin:1px 0 3px}.gear-card--sm .gear-cat{font-size:10px}.gear-card--sm .gear-price{font-size:12.5px}.gear-card--sm .gear-buy{font-size:12px}.iv-gear{margin-top:14px;border-top:1px solid var(--hairline);padding-top:12px}.iv-gear-head{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);margin-bottom:10px}.iv-gear-list{display:flex;flex-direction:column;gap:8px}.rp-credits{background:var(--coral-soft);color:var(--coral);font-weight:600;font-size:13px;padding:6px 12px;border-radius:999px;white-space:nowrap}.rp-result,.rp-upload{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:18px}.rp-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:2px dashed var(--hairline);border-radius:var(--radius-sm);padding:48px 20px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.rp-drop:hover{border-color:var(--coral);background:var(--coral-soft)}.rp-drop-icon{font-size:34px}.rp-drop-title{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--text)}.rp-drop-sub{color:var(--text-2);font-size:13px}.rp-preview{width:100%;max-height:420px;object-fit:contain;border-radius:var(--radius-sm);background:var(--fill)}.rp-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px;flex-wrap:wrap}.secondary-btn{background:var(--fill);color:var(--text)}.secondary-btn:hover{background:var(--fill);filter:brightness(.97)}.rp-error{color:#d70015;font-size:14px;margin-top:12px;text-align:center}.rp-compare{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.rp-compare figure{margin:0}.rp-compare img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-sm);background:var(--fill);display:block}.rp-compare figcaption{font-size:13px;color:var(--text-2);font-weight:500;margin-top:8px;text-align:center}.rp-compare figcaption.after{color:var(--coral)}.rp-notes{margin-top:22px}.rp-notes h2{font-family:var(--font-display);font-size:22px;margin:0 0 8px}.rp-critique{color:var(--text-2);font-size:15px;line-height:1.5;margin:0 0 14px}.rp-tips{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.rp-tips li{position:relative;padding-left:26px;font-size:15px;line-height:1.45}.rp-tips li:before{content:"✓";position:absolute;left:0;top:0;color:var(--coral);font-weight:700}.rp-engine{color:var(--text-2);font-size:12px;margin-top:16px}.rp-gallery{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,1fr)}.rp-tile{position:relative;border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-soft)}.rp-tile img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:var(--fill)}.rp-tile-name{position:absolute;left:0;right:0;bottom:0;padding:18px 10px 8px;color:#fff;font-size:13px;font-weight:500;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,0))}@media (min-width:680px){.rp-compare{grid-template-columns:1fr 1fr}.rp-gallery{grid-template-columns:repeat(4,1fr)}}.footer{background:#1c1917;color:#fdfbf7;margin-top:56px}.footer-inner{max-width:1180px;margin:0 auto;padding:44px 18px 28px;display:flex;justify-content:space-between;gap:36px;flex-wrap:wrap}.footer-logo{font-family:var(--font-display);font-size:24px;font-weight:600}.footer-tag{color:#86868b;font-size:14px;max-width:280px;line-height:1.55;margin:10px 0 0}.footer-cols{display:flex;gap:56px;flex-wrap:wrap}.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#86868b;margin:0 0 14px;font-weight:600}.footer-col a,.footer-col span{display:block;color:#f5f5f7;font-size:14px;padding:6px 0}.footer-col a:hover{color:var(--coral)}.footer-ext{color:#86868b}.footer-bottom{border-top:1px solid rgba(255,255,255,.09)}.footer-bottom-inner{max-width:1180px;margin:0 auto;padding:18px;display:flex;justify-content:space-between;align-items:center;color:#86868b;font-size:13px;flex-wrap:wrap;gap:8px}.inf-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:1fr}.inf-card{background:var(--surface);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:11px}.inf-top{display:flex;align-items:center;gap:12px}.inf-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;background:var(--fill);flex-shrink:0}.inf-name{font-family:var(--font-display);font-size:17px;font-weight:600}.inf-handle{color:var(--text-2);font-size:13px}.inf-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.inf-followers{color:var(--text-2);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.inf-video{font-size:14.5px;line-height:1.4}.inf-promo{font-size:13px;color:var(--text-2)}.inf-recipe{color:var(--coral);font-weight:600}.inf-recipe:hover{text-decoration:underline}.inf-watch{align-self:flex-start}.inf-card{transition:transform .18s ease,box-shadow .18s ease}.inf-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.inf-cta{color:var(--coral);font-weight:600;font-size:14px;margin-top:2px}.ip-header{display:flex;align-items:center;gap:18px;margin:8px 0;flex-wrap:wrap}.ip-avatar{width:92px;height:92px;border-radius:50%;object-fit:cover;background:var(--fill);box-shadow:var(--shadow-soft)}.ip-name{font-family:var(--font-display);font-size:30px;font-weight:600;letter-spacing:-.02em;margin:0}.ip-handle{color:var(--text-2);font-size:15px;margin-top:2px}.ip-stats{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:10px;color:var(--text-2);font-size:14px}.ip-handle a{color:inherit}.ip-handle a:hover{color:var(--coral);text-decoration:underline}.tag.tag-link{transition:background .15s,color .15s}.tag.tag-link:hover{background:var(--coral-soft);color:var(--coral-press)}.ip-follow{display:inline-flex;align-items:center;gap:7px;margin-top:14px;background:var(--coral);color:#fff;font-weight:600;font-size:14px;padding:10px 18px;border-radius:999px;transition:background .15s,transform .08s}.ip-follow:hover{background:var(--coral-press)}.ip-follow:active{transform:scale(.98)}.social-links{display:flex;align-items:center;gap:8px}.social-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-soft);transition:color .15s,transform .08s,box-shadow .15s}.social-link:hover{color:var(--brand,var(--coral));transform:translateY(-2px);box-shadow:var(--shadow)}.social-link:active{transform:scale(.94)}.social-links.compact{gap:6px}.social-links.compact .social-link{width:28px;height:28px;background:var(--fill);box-shadow:none}.social-links.compact .social-link:hover{transform:none;background:var(--fill);color:var(--brand,var(--coral))}.iv-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr}.iv-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}.iv-thumb{position:relative;display:block}.iv-thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:var(--fill)}.iv-play{inset:0;margin:auto;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--coral);border-radius:50%;box-shadow:0 4px 14px rgba(0,0,0,.3);padding-left:3px}.iv-play,.iv-views{position:absolute;color:#fff}.iv-views{right:10px;bottom:10px;background:rgba(0,0,0,.6);font-size:12px;font-weight:500;padding:3px 8px;border-radius:999px}.iv-body{padding:14px 16px 16px}.iv-title{font-family:var(--font-display);font-size:17px;font-weight:600;margin:0 0 8px;line-height:1.25}.iv-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.iv-recipe{color:var(--coral);font-weight:600;font-size:14px}.iv-recipe:hover{text-decoration:underline}.iv-cat{color:var(--text-2);font-size:13px}.iv-cat:before{content:"· "}.iv-watch{display:inline-flex;align-items:center;gap:6px;color:var(--text);font-weight:600;font-size:14px;background:var(--fill);padding:9px 14px;border-radius:999px}.iv-watch:hover{color:var(--coral)}@media (min-width:620px){.iv-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.iv-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:560px){.r-grid{grid-template-columns:repeat(3,1fr)}.inf-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:820px){.r-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1080px){.r-grid{grid-template-columns:repeat(5,1fr);gap:18px}.inf-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.searchbar{max-width:560px}.chips{max-width:100%}.featured{aspect-ratio:auto;height:360px}.featured .f-title{font-size:30px}.section-head h2{font-size:26px}}.hero{display:grid;grid-template-columns:1fr;grid-gap:28px;gap:28px;padding:30px 0 6px}.eyebrow,.hero{align-items:center}.eyebrow{display:inline-flex;gap:7px;background:var(--coral-soft);color:var(--coral-press);font-weight:600;font-size:13px;letter-spacing:.01em;padding:6px 13px;border-radius:999px}.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--coral)}.hero-title{font-family:var(--font-display);font-weight:700;font-size:40px;line-height:1.04;letter-spacing:-.005em;margin:16px 0 0;color:var(--text)}.hero-title em{font-style:italic;color:var(--coral)}.hero-sub{color:var(--text-2);font-size:17px;line-height:1.55;margin:18px 0 0;max-width:32em}.hero-actions{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}.btn-lg{padding:15px 26px;font-size:16px}.btn-ghost{background:var(--surface);color:var(--text);border:1px solid var(--hairline);box-shadow:var(--shadow-soft)}.btn-ghost:hover{background:var(--fill)}.hero-note{display:flex;align-items:center;gap:7px;color:var(--text-2);font-size:13px;margin-top:16px}.hero-note .star{color:var(--gold);display:inline-flex}.ba{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3;background:var(--fill)}.ba img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.ba .ba-before{-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0);filter:grayscale(.55) brightness(.82) contrast(.92) saturate(.65)}.ba-divider{top:0;bottom:0;width:2px;background:rgba(255,255,255,.92);transform:translateX(-1px);box-shadow:0 0 0 1px rgba(28,25,23,.08)}.ba-divider,.ba-knob{position:absolute;left:50%}.ba-knob{top:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(28,25,23,.28);color:var(--coral)}.ba-tag{position:absolute;bottom:14px;font-size:12px;font-weight:600;padding:5px 11px;border-radius:999px;letter-spacing:.01em}.ba-tag.before{left:14px;background:rgba(28,25,23,.7);color:#fff}.ba-tag.after{right:14px;background:var(--coral);color:#fff}@media (min-width:900px){.hero{grid-template-columns:1.05fr 1fr;gap:48px;padding:52px 0 22px}.hero-title{font-size:60px}}.features{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px;margin:30px 0 8px}.feature{background:var(--surface);border:1px solid var(--hairline);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.feature:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.feature-ic{width:44px;height:44px;border-radius:12px;background:var(--coral-soft);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px}.feature h3{font-family:var(--font-display);font-weight:600;font-size:19px;margin:0 0 6px;letter-spacing:-.005em}.feature p{color:var(--text-2);font-size:14.5px;line-height:1.5;margin:0}@media (min-width:760px){.features{grid-template-columns:repeat(3,1fr)}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_1b85de{font-family:Inter,Inter Fallback;font-style:normal}.__variable_1b85de{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_6de92d{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_6de92d{--font-playfair:"Playfair Display","Playfair Display Fallback"}