:root{--red: #711A1B;--darkred: #521011;--cream: #FDFBF7;--sand: #F4EFE6;--dark: #1C1917;--gold: #B8860B;--bad-red: #EF4444;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--container: 1280px;--narrow: 896px;--shadow-sm: 0 1px 2px 0 rgba(0,0,0,.05);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);--shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.25)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--dark);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::selection{background:var(--red);color:#fff}img{display:block;max-width:100%;height:auto}h1,h2,h3{margin:0;font-weight:700}p{margin:0}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}.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}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.container--narrow{max-width:var(--narrow)}@media(min-width:1024px){.container{padding:0 32px}}.ico{display:block;flex:0 0 auto}.ico-5{width:20px;height:20px}.ico-6{width:24px;height:24px}.ico-8{width:32px;height:32px}.ico-10{width:40px;height:40px}.brand{display:inline-flex;align-items:center;gap:8px;color:var(--cream)}.brand__name{font-family:var(--font-serif);font-size:24px;font-weight:700;letter-spacing:.025em;text-transform:uppercase;line-height:1}.brand__name--sm{font-size:20px;letter-spacing:.05em}.nav{position:absolute;top:0;left:0;width:100%;z-index:50;padding:24px 0}.nav__inner{display:flex;align-items:center;justify-content:space-between}.langsel{display:inline-flex;align-items:center;gap:8px;color:var(--cream);font-size:14px;font-weight:500;letter-spacing:.05em}.langsel__link{opacity:.6;transition:opacity .2s ease}.langsel__link:hover{opacity:1}.langsel__link.is-active{opacity:1;text-decoration:underline;text-underline-offset:4px}.langsel__sep{opacity:.4}.hero{position:relative;display:flex;align-items:center;min-height:90vh;padding-top:80px;padding-bottom:64px;overflow:hidden;color:var(--cream);background-color:var(--dark);background-image:url(/assets/hero.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero__overlay{position:absolute;inset:0;background:#0009;z-index:1}.hero__blob{position:absolute;border-radius:9999px;filter:blur(64px);mix-blend-mode:screen;z-index:1;pointer-events:none}.hero__blob--red{top:-80px;right:-80px;width:640px;height:640px;background:var(--red);opacity:.2}.hero__blob--gold{bottom:-80px;left:-80px;width:480px;height:480px;background:var(--gold);opacity:.1}.hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}.hero__badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;border-radius:9999px;background:#fdfbf70d;border:1px solid rgba(253,251,247,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:14px;font-weight:500;letter-spacing:.025em;color:var(--cream)}.hero__badge-dot{width:8px;height:8px;border-radius:9999px;background:var(--gold);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.hero__title{font-family:var(--font-serif);font-weight:700;font-size:48px;line-height:1.25;color:var(--cream);max-width:896px;margin-bottom:24px}.hero__title-accent{position:relative;display:inline-block;color:var(--red)}.hero__underline{position:absolute;left:0;bottom:-4px;width:100%;height:12px;color:var(--red);opacity:.5}.hero__lead{font-size:18px;font-weight:300;line-height:1.625;color:#fdfbf7cc;max-width:672px;margin-bottom:40px}.hero__form-panel{width:100%;max-width:448px;padding:24px;border-radius:16px;background:#fdfbf70d;border:1px solid rgba(253,251,247,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-2xl)}.signup{display:flex;flex-direction:column;gap:16px}.signup__input{font:inherit;width:100%;padding:16px 20px;border-radius:12px;border:1px solid transparent;transition:box-shadow .2s ease,border-color .2s ease}.signup__input:focus-visible{outline:none;box-shadow:0 0 0 2px var(--gold)}.signup__btn{font:inherit;font-weight:500;border:none;border-radius:12px;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.signup__note{font-size:12px;color:#fdfbf780;margin-top:8px}.signup__status{font-size:14px;font-weight:500;color:var(--gold);margin-top:8px;min-height:1em}.signup__status:empty{margin-top:0}.hero .signup__input{background:#ffffff1a;border-color:#fdfbf733;color:var(--cream)}.hero .signup__input::placeholder{color:#fdfbf780}.signup__btn--primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 20px;background:var(--red);color:#fff;box-shadow:0 4px 14px #711a1b63}.signup__btn--primary:hover{background:var(--darkred);transform:translateY(-4px)}.signup__btn-ico{transition:transform .3s ease}.signup__btn--primary:hover .signup__btn-ico{transform:translate(4px)}.trust{background:var(--red);padding:24px 0;border-top:1px solid var(--darkred);border-bottom:1px solid var(--darkred)}.trust__grid{display:grid;grid-template-columns:1fr;gap:24px;text-align:center}.trust__item{display:flex;align-items:center;justify-content:center;gap:12px;padding-top:16px;color:var(--cream);font-weight:500;letter-spacing:.025em}.trust__item+.trust__item{border-top:1px solid rgba(255,255,255,.2)}.trust__ico{color:var(--gold)}.section-head{max-width:768px;margin:0 auto 64px;text-align:center}.section-head__title{font-family:var(--font-serif);font-weight:700;font-size:36px;line-height:40px;color:var(--dark)}.section-head__lead{margin-top:24px;font-size:18px;color:#1c1917b3}.problem{padding:96px 0;background:var(--cream)}.cards{display:grid;grid-template-columns:1fr;gap:32px;margin-top:48px}.card{position:relative;background:#fff;border:1px solid var(--sand);border-radius:24px;padding:32px;box-shadow:var(--shadow-sm)}.card--dark{background:var(--dark);border:none;overflow:hidden;color:var(--cream);box-shadow:var(--shadow-xl)}.card__blob{position:absolute;top:0;right:0;width:128px;height:128px;border-radius:9999px;background:var(--red);opacity:.2;filter:blur(40px);z-index:0}.card__icon{position:relative;z-index:1;width:48px;height:48px;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.card__icon--muted{background:#f3f4f6;color:#6b7280}.card__icon--gold{background:#711a1b33;color:var(--gold)}.card__title{position:relative;z-index:1;font-family:var(--font-serif);font-size:24px;line-height:32px;font-weight:700;margin-bottom:16px}.card--dark .card__title{color:var(--cream)}.card__list{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px}.card__item{display:flex;align-items:flex-start;gap:12px;color:#1c1917b3}.card--dark .card__item{color:#fdfbf7cc}.card__bullet{margin-top:2px}.card__bullet--bad{color:var(--bad-red)}.card__bullet--good{color:var(--gold)}.showcase{padding:64px 0;background:var(--cream)}.showcase__frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-2xl)}.showcase__img{width:100%;height:400px;object-fit:cover}.quality{padding:96px 0;background:var(--sand);border-top:1px solid rgba(28,25,23,.05);border-bottom:1px solid rgba(28,25,23,.05)}.quality__head{margin-bottom:64px;text-align:center}.quality .section-head__title{margin-bottom:16px}.quality__rule{width:96px;height:4px;margin:0 auto;background:var(--red);border-radius:9999px}.pillars{display:grid;grid-template-columns:1fr;gap:48px}.pillar{text-align:center}.pillar__icon{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;border:1px solid rgba(28,25,23,.05);box-shadow:var(--shadow-sm);transition:transform .3s ease}.pillar__icon .ico{color:var(--red)}.pillar:hover .pillar__icon{transform:translateY(-8px)}.pillar__title{font-family:var(--font-serif);font-size:24px;line-height:32px;font-weight:700;margin-bottom:12px;color:var(--dark)}.pillar__text{color:#1c1917b3;line-height:1.625}.cta{position:relative;padding:96px 0;overflow:hidden;background-color:var(--red);background-image:url(/assets/cta.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.cta__overlay{position:absolute;inset:0;background:#0009;z-index:1}.cta__inner{position:relative;z-index:2;text-align:center}.cta__title{font-family:var(--font-serif);font-weight:700;font-size:36px;line-height:40px;color:var(--cream);margin-bottom:24px}.cta__lead{font-size:20px;font-weight:300;color:#fdfbf7e6;margin-bottom:40px}.cta__form-panel{max-width:576px;margin:0 auto;padding:32px;border-radius:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-2xl)}.cta .signup__input{background:var(--cream);color:var(--dark)}.cta .signup__input::placeholder{color:#1c191780}.signup__btn--dark{padding:16px 32px;background:var(--dark);color:var(--cream);white-space:nowrap;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.signup__btn--dark:hover{background:#000}.footer{background:var(--dark);color:#fdfbf799;padding:48px 0;border-top:1px solid rgba(255,255,255,.1)}.footer__inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px}.footer__copy{font-size:14px}@media(min-width:640px){.signup--row{flex-direction:row}.signup--row .signup__input{flex:1 1 auto}.signup--row .signup__btn{flex:0 0 auto}}@media(min-width:768px){.hero__title{font-size:60px;line-height:1}.hero__lead{font-size:20px}.section-head__title,.cta__title{font-size:48px;line-height:1}.trust__grid{grid-template-columns:repeat(3,1fr)}.trust__item{padding-top:0}.trust__item+.trust__item{border-top:none;border-inline-start:1px solid rgba(255,255,255,.2)}.cards{grid-template-columns:1fr 1fr}.pillars{grid-template-columns:repeat(3,1fr)}.showcase__img{height:600px}}@media(min-width:1024px){.hero__title{font-size:72px}.card{padding:40px}.cards{gap:48px}.footer__inner{flex-direction:row}}.hero__survey-trigger{margin-top:20px;background:transparent;border:none;color:var(--gold);font:inherit;font-weight:500;font-size:15px;cursor:pointer;padding:8px 4px;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.hero__survey-trigger:hover{border-bottom-color:var(--gold)}.survey{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px}.survey[hidden]{display:none}.survey__backdrop{position:absolute;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.survey__panel{position:relative;z-index:1;width:100%;max-width:520px;max-height:92vh;overflow-y:auto;background:var(--cream);border-radius:24px;padding:32px 24px 28px;box-shadow:var(--shadow-2xl)}.survey__close{position:absolute;top:14px;inset-inline-end:14px;background:transparent;border:none;color:#1c191780;cursor:pointer;padding:4px;line-height:0}.survey__close:hover{color:var(--dark)}.survey__progress{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-inline-end:36px}.survey__progress-track{flex:1 1 auto;height:6px;background:var(--sand);border-radius:9999px;overflow:hidden}.survey__progress-bar{height:100%;width:0;background:var(--red);border-radius:9999px;transition:width .3s ease}.survey__progress-label{font-size:14px;font-weight:600;color:#1c191799;flex:0 0 auto}.survey__q{font-family:var(--font-serif);font-size:24px;line-height:1.25;font-weight:700;color:var(--dark);margin-bottom:8px}.survey__hint{font-size:14px;font-weight:500;color:#1c19178c;margin-bottom:20px}.survey__options{display:flex;flex-direction:column;gap:12px}.survey__opt{font:inherit;display:flex;align-items:center;gap:12px;text-align:start;padding:16px 18px;border-radius:14px;border:1px solid var(--sand);background:#fff;color:var(--dark);cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .1s ease}.survey__opt:hover{border-color:var(--gold)}.survey__opt:active{transform:scale(.99)}.survey__opt[disabled]{cursor:default}.survey__opt.is-selected{border-color:var(--red);background:#711a1b0f;font-weight:600}.survey__opt-ind{flex:0 0 auto;width:22px;height:22px;border:2px solid rgba(28,25,23,.3);background:#fff;display:grid;place-items:center;transition:border-color .15s ease,background .15s ease}.survey__opt--single .survey__opt-ind{border-radius:50%}.survey__opt--multi .survey__opt-ind{border-radius:6px}.survey__opt.is-selected .survey__opt-ind{border-color:var(--red)}.survey__opt--single.is-selected .survey__opt-ind:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--red)}.survey__opt--multi.is-selected .survey__opt-ind{background:var(--red)}.survey__opt--multi.is-selected .survey__opt-ind:after{content:"";width:6px;height:11px;margin-top:-2px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.survey__other,.survey__input{font:inherit;width:100%;margin-top:12px;padding:14px 16px;border-radius:12px;border:1px solid var(--sand);background:#fff;color:var(--dark)}.survey__other:focus-visible,.survey__input:focus-visible{outline:none;border-color:var(--gold);box-shadow:0 0 0 2px #b8860b4d}.survey__next{font:inherit;font-weight:600;width:100%;margin-top:20px;padding:16px 20px;border:none;border-radius:12px;background:var(--red);color:#fff;cursor:pointer;transition:background .2s ease}.survey__next:hover{background:var(--darkred)}.survey__next[disabled]{opacity:.6;cursor:default}.survey__form{display:flex;flex-direction:column}.survey__form .survey__input{margin-top:12px}.survey__consent{display:flex;align-items:flex-start;gap:10px;margin-top:16px;font-size:14px;color:#1c1917bf;line-height:1.5}.survey__consent input{margin-top:3px;flex:0 0 auto}.survey__status{font-size:14px;font-weight:500;color:var(--red);margin-top:12px;min-height:1em}.survey__result-title{font-family:var(--font-serif);font-size:28px;font-weight:700;color:var(--dark);margin-bottom:16px}.survey__result-msg,.survey__result-region{font-size:16px;line-height:1.6;color:#1c1917cc;margin-bottom:14px}.survey__result-region{font-weight:500;color:var(--dark)}.survey__result-confirm{font-size:15px;font-weight:600;color:var(--red);margin-top:8px}.survey__share{margin-top:28px;padding-top:24px;border-top:1px solid var(--sand)}.survey__share-title{font-family:var(--font-serif);font-size:20px;font-weight:700;color:var(--dark);margin-bottom:6px}.survey__share-sub{font-size:14px;color:#1c1917b3;margin-bottom:16px}.survey__share-link{font:inherit;display:block;width:100%;text-align:center;padding:12px 14px;margin-bottom:14px;border:1px dashed var(--gold);border-radius:12px;background:#b8860b0f;color:var(--dark);cursor:pointer;word-break:break-all;font-size:14px}.survey__share-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.survey__share-btn{font:inherit;font-weight:600;text-align:center;padding:14px 12px;border-radius:12px;border:none;cursor:pointer;color:#fff;background:var(--dark);transition:opacity .2s ease}.survey__share-btn:hover{opacity:.9}.survey__share-btn.wa{background:#25d366;color:#062b14}.survey__share-btn.tg{background:#29a9eb}.survey__share-btn.sms{background:var(--red)}.survey__share-btn.copy{background:var(--gold);color:#2a1e02}.survey__share-native{font:inherit;font-weight:600;width:100%;margin-top:10px;padding:14px 12px;border:1px solid var(--dark);border-radius:12px;background:transparent;color:var(--dark);cursor:pointer}.survey__share-tickets{margin-top:16px;text-align:center;font-weight:600;color:var(--red)}.hero__title-accent--gold{color:var(--gold)}.hero__survey-cta{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:16px 28px;border:none;border-radius:12px;background:var(--gold);color:#2a1e02;font:inherit;font-weight:700;font-size:16px;cursor:pointer;box-shadow:0 6px 20px #b8860b73;transition:transform .2s ease,background .2s ease}.hero__survey-cta:hover{transform:translateY(-2px);background:#cf9a16}.hero__waitlist-heading{color:#fdfbf7d9;font-weight:600;font-size:15px;letter-spacing:.02em;margin-bottom:12px}.pricebar{max-width:760px;margin:0 auto 56px;display:flex;flex-direction:column;gap:22px}.pricebar__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.pricebar__head span{font-weight:600;color:var(--dark)}.pricebar__head strong{font-family:var(--font-serif);font-size:20px;color:#6b7280}.pricebar__value-ata{color:var(--red)!important}.pricebar__track{display:flex;gap:3px;height:44px;background:var(--sand);border-radius:12px;padding:4px;overflow:hidden}.pricebar__seg{width:0;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#fff;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;transition:width .9s cubic-bezier(.22,1,.36,1)}.pricebar.is-visible .pricebar__seg{width:var(--w)}.pricebar__seg:nth-child(2){transition-delay:.08s}.pricebar__seg:nth-child(3){transition-delay:.16s}.pricebar__seg:nth-child(4){transition-delay:.24s}.pricebar__seg:nth-child(5){transition-delay:.32s}.pricebar__seg:nth-child(6){transition-delay:.4s}.pricebar__seg:nth-child(7){transition-delay:.48s}.pricebar__seg--ravare{background:var(--red)}.pricebar__seg--produksjon{background:var(--gold);color:#2a1e02}.pricebar__seg--extra{background:#b8b3ab}.pricebar__seg span{padding:0 6px;overflow:hidden;text-overflow:ellipsis}.pricebar__legend{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;font-size:13px;color:#1c1917b3}.pricebar__legend .dot{display:inline-block;width:10px;height:10px;border-radius:3px;margin-inline-end:7px;vertical-align:middle}.dot--ravare{background:var(--red)}.dot--extra{background:#b8b3ab}@media(max-width:640px){.pricebar__seg span{display:none}.pricebar__track{height:36px}}.offer{background:var(--dark);color:var(--cream);text-align:center}.offer .section-head__title{color:var(--cream)}.offer__text{margin:24px auto 0;font-size:18px;line-height:1.7;color:#fdfbf7d9}.offer__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.offer__tag{padding:8px 18px;border-radius:9999px;border:1px solid var(--gold);color:var(--gold);font-weight:600;font-size:14px}.founder{text-align:center}.founder__text{margin-top:24px;font-size:18px;line-height:1.7;color:#1c1917c7}.proof{background:var(--sand);text-align:center}.proof__counter{margin-top:16px;font-size:18px;color:var(--dark)}.proof__counter strong{font-family:var(--font-serif);font-size:22px;color:var(--red)}.proof__list{margin:28px auto 0;max-width:640px;display:flex;flex-direction:column;gap:14px;text-align:start}.proof__list li{background:#fff;border:1px solid rgba(28,25,23,.06);border-radius:14px;padding:16px 18px;color:#1c1917cc;line-height:1.55}.engine{text-align:center}.engine__text{margin:20px auto 0;font-size:18px;color:#1c1917c7}.engine__btn{margin-top:28px}.engine__icon{width:64px;height:64px;margin:0 auto 20px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--red);box-shadow:var(--shadow-sm)}.section{padding:96px 0}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}.pricebar__seg{transition:none}}.offer__icon{width:64px;height:64px;margin:0 auto 20px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:#b8860b26;color:var(--gold)}.trust-offer{background:var(--dark);color:var(--cream)}.trust-offer .section-head__title{color:var(--cream)}.trust-offer .section-head__lead{color:#fdfbf7bf}.trust-offer__media{max-width:1100px;margin:0 auto 48px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-2xl)}.trust-offer__media img{width:100%;height:clamp(400px,60vh,620px);object-fit:cover;display:block}.trust-offer .cards{margin-top:0}.trust-offer .card{background:#fdfbf70d;border:1px solid rgba(253,251,247,.12);box-shadow:none;color:var(--cream)}.trust-offer .card--dark{background:#711a1b2e;border-color:var(--gold)}.trust-offer .card__title{color:var(--cream)}.trust-offer .card__icon--muted{background:#fdfbf71f;color:#fdfbf7bf}.trust-offer .clean__text{color:#fdfbf7b3}.trust-offer .clean__text--strong{color:var(--cream)}.trust-offer__payoff{max-width:768px;margin:64px auto 0;text-align:center}.trust-offer__payoff .section-head__title{color:var(--cream)}.trust-offer__payoff .offer__text{max-width:640px}.founder__inner{text-align:center}.founder__avatar{width:88px;height:88px;margin:0 auto 24px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--sand);color:var(--red);border:1px solid rgba(28,25,23,.06)}.proof__list li{display:flex;align-items:flex-start;gap:12px}.proof__check{color:var(--gold);flex:0 0 auto;margin-top:2px}.clean__text{position:relative;z-index:1;color:#1c1917b3;line-height:1.6}.card--dark .clean__text{color:#fdfbf7cc}.clean__text--strong{font-weight:600}.card--dark .clean__text--strong{color:var(--cream)}.whatis{background:var(--cream)}.whatis__grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}.whatis__media img{width:100%;max-height:420px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow-xl)}.whatis__lead{margin-top:20px;font-size:17px;line-height:1.7;color:#1c1917c7}.whatis__tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.whatis__tags .offer__tag{border-color:var(--red);color:var(--red)}@media(min-width:768px){.whatis__grid{grid-template-columns:1fr 1fr;gap:48px}}.recipes{background:var(--sand)}.recipes__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:48px}@media(min-width:768px){.recipes__grid{grid-template-columns:repeat(3,1fr)}}.recipe{display:flex;flex-direction:column;background:#fff;border:1px solid var(--sand);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm);color:inherit;transition:transform .25s ease,box-shadow .25s ease}.recipe:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl)}.recipe__media{position:relative;height:240px;display:flex;align-items:center;justify-content:center;overflow:hidden}.recipe__emoji{font-size:56px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))}.recipe__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.recipe__time{position:absolute;top:12px;inset-inline-end:12px;background:#00000073;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:9999px}.recipe__body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto}.recipe__title{font-family:var(--font-serif);font-size:20px;font-weight:700;color:var(--dark)}.recipe__excerpt{font-size:14px;line-height:1.55;color:#1c1917b3;flex:1 1 auto}.recipe__cta{color:var(--red);font-weight:600;font-size:14px}.recipe__media--egg,.post__hero--egg{background:linear-gradient(135deg,#d9a441,#b8860b)}.recipe__media--pizza,.post__hero--pizza{background:linear-gradient(135deg,#d94a2b,#a3281a)}.recipe__media--tur,.post__hero--tur{background:linear-gradient(135deg,#5a7d3c,#2f4a22)}.post__hero{position:relative;height:clamp(380px,55vh,600px);display:flex;align-items:center;justify-content:center;overflow:hidden}.post__emoji{font-size:84px;filter:drop-shadow(0 6px 12px rgba(0,0,0,.3))}.post__hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.post__body{padding-top:40px;padding-bottom:80px}.post__back{color:var(--red);font-weight:600;font-size:14px}.post__time{margin-top:16px;color:#1c191799;font-weight:600;font-size:14px}.post__title{font-family:var(--font-serif);font-size:36px;font-weight:700;color:var(--dark);margin-top:6px}.post__excerpt{margin-top:14px;font-size:18px;line-height:1.6;color:#1c1917c7}.post__h2{font-family:var(--font-serif);font-size:22px;font-weight:700;color:var(--dark);margin:36px 0 14px}.post__ing{display:flex;flex-direction:column;gap:8px}.post__ing li{padding-inline-start:20px;position:relative;color:#1c1917cc}.post__ing li:before{content:"";position:absolute;inset-inline-start:0;top:9px;width:7px;height:7px;border-radius:9999px;background:var(--gold)}.post__steps{display:flex;flex-direction:column;gap:14px;counter-reset:step}.post__steps li{display:flex;gap:14px;color:#1c1917d1;line-height:1.6}.post__steps li:before{counter-increment:step;content:counter(step);flex:0 0 auto;width:28px;height:28px;border-radius:9999px;background:var(--red);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}[dir=rtl] .signup__btn-ico{transform:scaleX(-1)}[dir=rtl] .signup__btn--primary:hover .signup__btn-ico{transform:scaleX(-1) translate(4px)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.launch{background:var(--cream);text-align:center}.launch__inner{text-align:center}.launch__icon{width:64px;height:64px;margin:0 auto 20px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--red);box-shadow:var(--shadow-sm)}.launch__text{margin:20px auto 0;max-width:640px;font-size:18px;line-height:1.7;color:#1c1917c7}.offer__tag--light{border-color:var(--red);color:var(--red)}.founder__photo{width:160px;height:160px;margin:0 auto 24px;border-radius:50%;object-fit:cover;box-shadow:var(--shadow-xl)}.founder__sign{margin-top:20px;font-family:var(--font-serif);font-style:italic;color:#1c191799}.engine__terms{margin-top:16px;font-size:13px;color:#1c19178c}.engine__terms a{text-decoration:underline;text-underline-offset:3px}.footer__contact{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;font-size:14px}.footer__contact a{transition:color .15s ease}.footer__contact a:hover{color:var(--cream)}.footer__sep{opacity:.4}.survey__privacy{display:inline-block;margin-top:10px;font-size:13px;color:#1c191799;text-decoration:underline;text-underline-offset:3px}.survey__privacy:hover{color:var(--dark)}.legal{padding:64px 0 96px;background:var(--cream)}.legal__back{display:inline-block;margin-bottom:32px;font-weight:600;color:var(--red)}.legal h1{font-family:var(--font-serif);font-size:36px;line-height:1.2;margin-bottom:8px}.legal__updated{font-size:14px;color:#1c19178c;margin-bottom:32px}.legal h2{font-family:var(--font-serif);font-size:22px;margin:32px 0 12px}.legal p{margin-bottom:12px;line-height:1.7;color:#1c1917cc}.legal ul{list-style:disc;padding-inline-start:24px;color:#1c1917cc}.legal li{margin-bottom:8px;line-height:1.6}.legal a{color:var(--red);text-decoration:underline;text-underline-offset:3px}.cta{display:flex;align-items:stretch}.cta__overlay{background:linear-gradient(180deg,#000000a8,#00000052 32%,#00000014 58%,#00000085)}.cta__inner{display:flex;flex-direction:column;align-items:center;width:100%;min-height:78vh}.cta__title,.cta__lead{text-shadow:0 2px 14px rgba(0,0,0,.5)}.cta__form-panel{margin-top:auto;width:100%}.survey__field-hint{margin-top:6px;font-size:13px;line-height:1.5;color:#1c19178c}.survey__share-hint{margin-top:6px;font-size:13px;color:#1c19178c}
