:root{--ooh-bg: #f5efe6;--ooh-surface: rgba(255,255,255,.48);--ooh-card: rgba(255,255,255,.44);--ooh-border: rgba(92, 88, 255, .55);--ooh-text: #4d4ab8;--ooh-text-soft: rgba(77, 74, 184, .78);--ooh-pill: #5751d6;--ooh-pill-text: #ffffff;--ooh-shadow: 0 20px 60px rgba(67, 58, 147, .1);--ooh-shadow-hover: 0 28px 80px rgba(67, 58, 147, .16);--ooh-radius-xl: 32px;--ooh-radius-lg: 24px;--ooh-radius-md: 18px;--ooh-max: 1320px;--ooh-gutter: 24px}.ooh-menu-page{background:var(--ooh-bg);color:var(--ooh-text);position:relative;overflow:clip;padding-bottom:40px}.ooh-menu-page *,.ooh-menu-page *:before,.ooh-menu-page *:after{box-sizing:border-box}.ooh-menu-shell{width:min(var(--ooh-max),calc(100% - 48px));margin:0 auto}.ooh-menu-hero{padding:72px 0 28px;position:relative}.ooh-menu-hero__inner{max-width:860px;margin:0 auto;text-align:center}.ooh-menu-kicker{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#ffffff85;border:1px solid rgba(92,88,255,.22);box-shadow:var(--ooh-shadow);font-size:12px;line-height:1;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px}.ooh-menu-title{margin:0;font-size:clamp(44px,6vw,88px);line-height:.95;letter-spacing:-.04em}.ooh-menu-subtitle{max-width:760px;margin:20px auto 0;font-size:clamp(16px,2vw,20px);line-height:1.65;color:var(--ooh-text-soft)}.ooh-menu-filters-wrap{position:sticky;top:18px;z-index:20;padding:18px 0 8px}.ooh-menu-filters{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;padding:14px;max-width:700px;margin:0 auto;border-radius:999px;background:#ffffff9e;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 12px 40px #3022801a;border:1px solid rgba(92,88,255,.18)}.ooh-menu-pill{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;padding:12px 18px;border-radius:999px;background:transparent;color:var(--ooh-text);font-weight:600;font-size:14px;transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}.ooh-menu-pill:hover,.ooh-menu-pill.is-active{background:var(--ooh-pill);color:var(--ooh-pill-text);transform:translateY(-1px);box-shadow:0 10px 24px #5751d642}.ooh-menu-section{padding:34px 0 20px}.ooh-featured-grid{display:grid;gap:30px}.ooh-featured-card{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:640px;padding:34px;border-radius:36px;background:radial-gradient(circle at top left,#ffffff75,#ffffff2e),#ffffff29;border:1px solid rgba(92,88,255,.18);box-shadow:var(--ooh-shadow);overflow:hidden;transition:transform .45s cubic-bezier(.2,.65,.2,1),box-shadow .45s ease}.ooh-featured-card:hover{transform:translateY(-6px);box-shadow:var(--ooh-shadow-hover)}.ooh-featured-card:nth-child(2n){grid-template-columns:.95fr 1.05fr}.ooh-featured-card:nth-child(2n) .ooh-featured-media{order:2}.ooh-featured-card:nth-child(2n) .ooh-featured-content{order:1}.ooh-featured-media{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.ooh-featured-image-wrap{position:relative;width:min(100%,560px);aspect-ratio:4 / 5;border-radius:30px;overflow:hidden;box-shadow:0 30px 70px #2a217029;transform:rotate(-2.2deg);transition:transform .6s cubic-bezier(.2,.65,.2,1)}.ooh-featured-card:nth-child(2n) .ooh-featured-image-wrap{transform:rotate(2.2deg)}.ooh-featured-card:hover .ooh-featured-image-wrap{transform:rotate(0) scale(1.02)}.ooh-featured-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.ooh-featured-card:hover .ooh-featured-image{transform:scale(1.04)}.ooh-floating-badge{position:absolute;top:16px;left:16px;z-index:2;padding:12px 16px;border-radius:999px;background:#ffffffe6;color:var(--ooh-text);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 14px 30px #3a298924}.ooh-featured-content{padding:24px 12px 24px 34px;position:relative;z-index:1}.ooh-featured-card:nth-child(2n) .ooh-featured-content{padding:24px 34px 24px 12px}.ooh-cookie-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.ooh-meta-chip{padding:9px 14px;border-radius:999px;background:#ffffffb3;border:1px solid rgba(92,88,255,.16);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ooh-cookie-title{margin:0 0 18px;font-size:clamp(34px,4vw,62px);line-height:.95;letter-spacing:-.04em}.ooh-cookie-desc{max-width:520px;font-size:17px;line-height:1.75;color:var(--ooh-text-soft)}.ooh-cookie-actions{display:flex;align-items:center;gap:14px;margin-top:28px;flex-wrap:wrap}.ooh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:700;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.ooh-btn--primary{background:var(--ooh-pill);color:#fff;box-shadow:0 16px 34px #5751d638}.ooh-btn--primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #5751d647}.ooh-btn--ghost{background:#ffffff9e;color:var(--ooh-text);border:1px solid rgba(92,88,255,.18)}.ooh-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-top:10px}.ooh-menu-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,42%);min-height:420px;border-radius:28px;overflow:hidden;border:1px solid rgba(92,88,255,.18);background:#ffffff2e;box-shadow:var(--ooh-shadow);transition:transform .35s cubic-bezier(.2,.65,.2,1),box-shadow .35s ease}.ooh-menu-card:hover{transform:translateY(-6px);box-shadow:var(--ooh-shadow-hover)}.ooh-menu-card:nth-child(2n){grid-template-columns:minmax(320px,42%) minmax(0,1fr)}.ooh-menu-card:nth-child(2n) .ooh-menu-card__content{order:2}.ooh-menu-card:nth-child(2n) .ooh-menu-card__media{order:1}.ooh-menu-card__content{padding:34px 32px;display:flex;flex-direction:column;justify-content:space-between}.ooh-menu-card__title{margin:0 0 12px;font-size:clamp(28px,2.5vw,46px);line-height:.98;letter-spacing:-.04em}.ooh-menu-card__desc{margin:0;font-size:15px;line-height:1.72;color:var(--ooh-text-soft)}.ooh-menu-card__media{position:relative;overflow:hidden;min-height:100%}.ooh-menu-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.ooh-menu-card:hover .ooh-menu-card__image{transform:scale(1.05)}.ooh-menu-card__bottom{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap}.ooh-status-pill{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700;background:#5751d61f;color:var(--ooh-text)}.ooh-reveal{opacity:1;transform:none;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.65,.2,1)}html.js .ooh-reveal{opacity:0;transform:translateY(28px)}html.js .ooh-reveal.is-visible{opacity:1;transform:translateY(0)}.ooh-menu-cta{padding:60px 0 90px}.ooh-menu-cta__box{border-radius:34px;padding:42px;background:linear-gradient(135deg,#ffffff8c,#ffffff38);border:1px solid rgba(92,88,255,.16);box-shadow:var(--ooh-shadow);text-align:center}.ooh-menu-cta__title{margin:0 0 12px;font-size:clamp(30px,3vw,54px);line-height:1;letter-spacing:-.04em}.ooh-menu-cta__text{max-width:720px;margin:0 auto;color:var(--ooh-text-soft);line-height:1.7;font-size:17px}.ooh-menu-cta__actions{display:flex;justify-content:center;gap:14px;margin-top:28px;flex-wrap:wrap}.ooh-menu-empty{text-align:center;padding:80px 20px;border-radius:28px;background:#ffffff52;border:1px solid rgba(92,88,255,.18)}.ooh-menu-empty h2{margin:0 0 12px}.ooh-menu-empty p{margin:0;color:var(--ooh-text-soft)}@media(max-width:989px){.ooh-menu-shell{width:min(100% - 24px,100%)}.ooh-menu-hero{padding:42px 0 20px}.ooh-menu-title{font-size:clamp(38px,13vw,58px)}.ooh-menu-subtitle{font-size:15px;line-height:1.6}.ooh-menu-filters-wrap{top:10px;padding-top:14px}.ooh-menu-filters{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:10px;scroll-snap-type:x proximity}.ooh-menu-filters::-webkit-scrollbar{display:none}.ooh-menu-pill{white-space:nowrap;flex:0 0 auto;scroll-snap-align:start}.ooh-featured-card,.ooh-featured-card:nth-child(2n){grid-template-columns:1fr;min-height:auto;padding:16px;gap:10px;border-radius:26px}.ooh-featured-card:nth-child(2n) .ooh-featured-media,.ooh-featured-card:nth-child(2n) .ooh-featured-content{order:initial}.ooh-featured-media{min-height:auto}.ooh-featured-image-wrap,.ooh-featured-card:nth-child(2n) .ooh-featured-image-wrap{width:100%;aspect-ratio:4 / 4.2;transform:none;border-radius:22px}.ooh-featured-content,.ooh-featured-card:nth-child(2n) .ooh-featured-content{padding:8px 6px 10px}.ooh-cookie-title{font-size:38px}.ooh-cookie-desc{font-size:15px;line-height:1.65}.ooh-menu-grid{grid-template-columns:1fr;gap:18px}.ooh-menu-card,.ooh-menu-card:nth-child(2n){grid-template-columns:1fr;min-height:auto;border-radius:24px}.ooh-menu-card:nth-child(2n) .ooh-menu-card__content,.ooh-menu-card:nth-child(2n) .ooh-menu-card__media{order:initial}.ooh-menu-card__media{aspect-ratio:4 / 3.2;min-height:auto}.ooh-menu-card__content{padding:22px 18px 20px}.ooh-menu-card__title{font-size:34px}.ooh-menu-card__desc{font-size:14px;line-height:1.6}.ooh-btn{width:100%}.ooh-cookie-actions,.ooh-menu-cta__actions{flex-direction:column;align-items:stretch}.ooh-menu-cta{padding:44px 0 72px}.ooh-menu-cta__box{padding:24px 18px;border-radius:26px}}@media(prefers-reduced-motion:reduce){.ooh-menu-page *,.ooh-menu-page *:before,.ooh-menu-page *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}:root{--ooh-max: 1520px}.ooh-menu-shell{width:min(var(--ooh-max),calc(100% - 64px))}.ooh-menu-hero{padding:96px 0 36px}.ooh-menu-hero__inner{max-width:1080px}.ooh-menu-title{font-size:clamp(56px,8vw,120px);line-height:.9;letter-spacing:-.055em}.ooh-menu-subtitle{max-width:920px;font-size:clamp(18px,2.2vw,26px);line-height:1.55}.ooh-menu-filters-wrap{top:20px;padding:18px 0 20px}.ooh-menu-filters{max-width:790px;margin:0 auto;padding:16px;gap:14px;box-shadow:0 22px 60px #3d328c1f}.ooh-menu-pill{padding:14px 22px;font-size:15px;font-weight:700}.ooh-featured-grid{gap:52px}.ooh-featured-card{min-height:760px;padding:48px;border-radius:42px}.ooh-featured-media{min-height:580px}.ooh-featured-image-wrap{width:min(100%,620px);border-radius:38px}.ooh-cookie-title{font-size:clamp(48px,5vw,82px)}.ooh-cookie-desc{max-width:560px;font-size:18px;line-height:1.85}.ooh-cookie-actions{margin-top:32px}.ooh-btn{min-height:60px;padding:0 26px;font-size:15px}.ooh-menu-section{padding:42px 0 24px}.ooh-menu-grid{gap:28px}.ooh-menu-card{min-height:470px;border-radius:34px}.ooh-menu-card__content{padding:42px 36px}.ooh-menu-card__title{font-size:clamp(34px,3vw,54px);line-height:.95}.ooh-menu-card__desc{font-size:16px;line-height:1.8}.ooh-menu-card__bottom{margin-top:28px}.ooh-status-pill{padding:11px 15px;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.ooh-menu-cta{padding:76px 0 110px}.ooh-menu-cta__box{max-width:1240px;margin:0 auto;border-radius:42px;padding:64px 44px}.ooh-menu-cta__title{font-size:clamp(40px,4vw,72px)}.ooh-menu-cta__text{max-width:820px;font-size:19px;line-height:1.7}.ooh-menu-cta__actions{margin-top:34px}@media(max-width:989px){.ooh-menu-shell{width:min(100% - 24px,100%)}.ooh-menu-hero{padding:52px 0 18px}.ooh-menu-title{font-size:clamp(42px,14vw,64px)}.ooh-menu-subtitle{font-size:15px;line-height:1.6}.ooh-menu-filters{max-width:none;padding:10px}.ooh-featured-grid{gap:22px}.ooh-featured-card{min-height:auto;padding:16px;border-radius:28px}.ooh-featured-media{min-height:auto}.ooh-featured-image-wrap{width:100%;border-radius:22px}.ooh-cookie-title{font-size:clamp(36px,11vw,52px)}.ooh-cookie-desc{font-size:15px;line-height:1.65}.ooh-menu-card{min-height:auto;border-radius:24px}.ooh-menu-card__content{padding:22px 18px 20px}.ooh-menu-card__title{font-size:34px}.ooh-menu-card__desc{font-size:14px;line-height:1.6}.ooh-menu-cta__box{border-radius:28px;padding:28px 18px}.ooh-menu-cta__title{font-size:36px}.ooh-menu-cta__text{font-size:15px}}.ooh-btn--disabled{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:999px;background:#5751d61a;color:var(--ooh-text);border:1px solid rgba(92,88,255,.16);box-shadow:none;cursor:default;pointer-events:none;font-weight:700;opacity:.9;text-transform:uppercase;letter-spacing:.05em;font-size:13px}.ooh-menu-card__content{justify-content:space-between}.ooh-menu-card__title{max-width:11ch;line-height:.96}.ooh-menu-card__desc{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-width:34ch;min-height:7.2em}.ooh-menu-card__bottom{margin-top:22px}.ooh-cookie-desc{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;max-width:60ch}@media(max-width:989px){.ooh-menu-card__title{max-width:12ch}.ooh-menu-card__desc{-webkit-line-clamp:3;min-height:calc(1.6em * 3);max-width:none}.ooh-cookie-desc{-webkit-line-clamp:4;max-width:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/ooh-menu-page.css.map */
