:root{--bg-page: oklch(98.2% .008 75);--bg-surface: oklch(99.4% .004 75);--bg-surface-sunken: oklch(96.3% .01 75);--border-subtle: oklch(91% .012 75);--border-default: oklch(85% .015 75);--ink-900: oklch(24% .02 55);--ink-700: oklch(38% .018 55);--ink-500: oklch(54% .016 55);--ink-300: oklch(70% .012 55);--accent-pink: oklch(78% .11 20);--accent-pink-strong: oklch(66% .13 20);--accent-lavender: oklch(78% .11 300);--accent-lavender-strong: oklch(66% .13 300);--flavor-sleep-lavender: oklch(78% .11 300);--flavor-focus-sage: oklch(78% .11 150);--flavor-energy-peach: oklch(78% .11 55);--flavor-immune-citrus: oklch(78% .11 95);--flavor-calm-pink: oklch(78% .11 20);--flavor-sleep-ink: oklch(38% .09 300);--flavor-focus-ink: oklch(38% .09 150);--flavor-energy-ink: oklch(38% .09 55);--flavor-immune-ink: oklch(38% .09 95);--flavor-calm-ink: oklch(38% .09 20);--color-danger: oklch(62% .15 25);--color-success: oklch(70% .13 150);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 999px;--shadow-sm: 0 1px 2px oklch(24% .02 55 / .06);--shadow-md: 0 4px 16px oklch(24% .02 55 / .08);--shadow-lg: 0 12px 32px oklch(24% .02 55 / .1);--font-display: "Rubik", ui-rounded, "Segoe UI", sans-serif;--font-body: "Heebo", -apple-system, "Segoe UI", sans-serif;--text-display-xl: 700 64px/1.05 var(--font-display);--text-display-lg: 700 48px/1.1 var(--font-display);--text-display-md: 600 32px/1.2 var(--font-display);--text-display-sm: 600 24px/1.3 var(--font-display);--text-body-lg: 400 19px/1.6 var(--font-body);--text-body-md: 400 16px/1.6 var(--font-body);--text-body-sm: 400 14px/1.5 var(--font-body);--text-label: 600 13px/1.3 var(--font-body);--text-caption: 500 12px/1.4 var(--font-body);--wa-green: #25D366;--z-header: 800;--z-wa-float: 950;--z-popup: 1000;--z-sticky-atc: 900}*{box-sizing:border-box}html,body{margin:0;background:var(--bg-page);-webkit-text-size-adjust:100%;font-family:var(--font-body);color:var(--ink-900)}body{min-height:100vh;overflow-x:clip}img,video{max-width:100%;display:block}a{color:var(--accent-pink-strong);text-decoration:none}a:hover{color:var(--ink-900)}button{font-family:var(--font-body)}h1,h2,h3,p,ul{margin:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[role=button]:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent-pink-strong);outline-offset:2px;border-radius:4px}.gello-wrap{max-width:1180px;margin:0 auto;padding-inline:40px}@media(max-width:760px){.gello-wrap{padding-inline:20px}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gello-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;border-radius:var(--radius-pill);font:600 16px/1 var(--font-body);padding:16px 34px;background:var(--accent-pink);color:var(--ink-900);transition:background .15s ease}.gello-btn:hover{background:var(--accent-pink-strong);color:var(--ink-900)}.gello-btn--dark{background:var(--ink-900);color:var(--bg-page)}.gello-btn--dark:hover{background:var(--ink-700);color:var(--bg-page)}.gello-btn--outline{background:var(--bg-surface);color:var(--ink-900);border:1px solid var(--border-default)}.gello-btn--outline:hover{color:var(--ink-900);background:var(--bg-surface-sunken)}.gello-btn--ghost{background:transparent;border:1px solid var(--ink-900);color:var(--ink-900)}.gello-btn--sm{padding:13px 22px;font-size:15px}.gello-btn--full{width:100%}.gello-btn--wa{background:var(--wa-green);color:#fff}.gello-btn--wa:hover{background:var(--wa-green);color:#fff;opacity:.92}.gello-btn[disabled]{opacity:.5;cursor:not-allowed}.gello-cta-bounce:hover{animation:gelloBounce .7s ease-out}@keyframes gelloBounce{0%{transform:translateY(0)}22%{transform:translateY(-8px)}44%{transform:translateY(0)}62%{transform:translateY(-4px)}80%{transform:translateY(0)}to{transform:translateY(0)}}.gello-announcement{background:var(--ink-900);color:var(--bg-page);text-align:center;padding:9px 16px;font:var(--text-caption);letter-spacing:normal}.gello-header{position:sticky;top:0;z-index:var(--z-header);background:color-mix(in oklch,var(--bg-page) 88%,transparent);backdrop-filter:saturate(1.1) blur(8px);-webkit-backdrop-filter:saturate(1.1) blur(8px);border-bottom:1px solid var(--border-subtle)}.gello-header__row{max-width:1200px;margin:0 auto;padding:14px 40px;display:flex;align-items:center;justify-content:space-between;gap:16px}.gello-header__logo{height:50px;width:auto;display:block;cursor:pointer}.gello-header__links{display:flex;gap:30px}.gello-navlink{font:var(--text-body-sm);color:var(--ink-700);cursor:pointer;transition:color .15s ease;background:none;border:none;padding:0}.gello-navlink:hover{color:var(--ink-900)}.gello-header__actions{display:flex;align-items:center;gap:14px}.gello-icon-btn{position:relative;width:44px;height:44px;border-radius:50%;border:1px solid var(--border-default);background:var(--bg-surface);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px}.gello-cart-count{position:absolute;top:-4px;inset-inline-start:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--accent-pink-strong);color:#fff;font:700 11px/18px var(--font-body);text-align:center}.gello-burger{width:44px;height:44px;border-radius:12px;border:1px solid var(--border-default);background:var(--bg-surface);cursor:pointer;font-size:20px;line-height:1}.gello-drawer{display:none;border-top:1px solid var(--border-subtle);background:var(--bg-page);padding:10px 16px 18px;flex-direction:column;gap:4px;animation:drawerDown .22s ease}.gello-drawer.is-open{display:flex}@keyframes drawerDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.gello-drawer__link{font:var(--text-body-md);color:var(--ink-900);cursor:pointer;padding:12px 6px;border-bottom:1px solid var(--border-subtle);background:none;border-inline:none;border-top:none;text-align:start;width:100%}.gello-drawer__actions{display:flex;gap:10px;margin-top:12px}.gello-drawer__actions .gello-btn{flex:1;padding:13px}@media(min-width:761px){.gello-header__burger,.gello-header__mobile-only{display:none!important}}@media(max-width:760px){.gello-header__row{padding:10px 16px}.gello-header__logo{height:40px}.gello-header__links,.gello-header__wa-btn,.gello-header__desktop-only{display:none!important}.gello-icon-btn{width:44px;height:44px}}.gello-wa-float{position:fixed;inset-inline-start:24px;bottom:24px;z-index:var(--z-wa-float);width:60px;height:60px;border-radius:50%;background:var(--wa-green);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .15s ease,bottom .3s ease;animation:waPulse 2.6s ease-in-out infinite}.gello-wa-float:hover{transform:scale(1.06)}.gello-wa-float.is-raised{bottom:92px}@keyframes waPulse{0%,to{box-shadow:0 8px 24px #25d3666b,0 0 #25d36673}50%{box-shadow:0 8px 24px #25d3666b,0 0 0 14px #25d36600}}@media(max-width:760px){.gello-wa-float{inset-inline-start:14px;bottom:16px;width:54px;height:54px}.gello-wa-float.is-raised{bottom:84px}}.gello-hero{position:relative;overflow:hidden;background:linear-gradient(165deg,var(--flavor-calm-pink) 0%,color-mix(in oklch,var(--flavor-calm-pink) 40%,var(--bg-page)) 34%,var(--bg-page) 66%)}.gello-hero__row{max-width:1180px;margin:0 auto;padding:56px 40px 72px;display:flex;align-items:center;gap:40px}.gello-hero__copy{flex:1 1 0;display:flex;flex-direction:column;gap:20px;text-align:start;align-items:flex-start;order:1}.gello-hero__eyebrow{font:var(--text-label);color:var(--flavor-calm-ink);letter-spacing:normal;background:var(--bg-surface);padding:7px 14px;border-radius:var(--radius-pill)}.gello-hero__title{font:700 60px/1.08 var(--font-display);color:var(--ink-900);margin:0;max-width:560px;text-wrap:balance}.gello-hero__title em{font-style:normal;color:var(--accent-pink-strong)}.gello-ltr{direction:ltr;unicode-bidi:isolate}.gello-hero__body{font:var(--text-body-lg);color:var(--ink-700);margin:0;max-width:460px}.gello-hero__lineup{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px;font:var(--text-body-lg);color:var(--ink-700);max-width:460px}.gello-hero__lineup li{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35em}.gello-hero__ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}.gello-hero__badges{display:flex;flex-wrap:wrap;gap:18px;margin-top:6px;font:var(--text-body-sm);color:var(--ink-700)}.gello-hero__art{flex:1 1 0;position:relative;display:flex;align-items:center;justify-content:center;height:460px;order:2}.gello-hero__glow-blob{position:absolute;width:400px;height:400px;border-radius:50%;background:var(--accent-pink);opacity:.3;filter:blur(60px)}.gello-hero__bottles{display:flex;align-items:flex-end;justify-content:center}.gello-hero__bottle{position:relative;display:block;height:250px;z-index:1;line-height:0;animation:gelloFloat 3.8s ease-in-out infinite;will-change:transform}.gello-hero__bottle img{height:100%;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 18px 20px rgba(40,29,22,.18))}.gello-hero__bottle--side.is-start{margin-inline-end:-36px;animation-duration:4.1s}.gello-hero__bottle--side.is-end{margin-inline-start:-36px;animation-duration:3.6s;animation-delay:.55s}.gello-hero__bottle--main{height:330px;z-index:2;animation-duration:3.3s;animation-delay:.28s}.gello-hero__bottle--main img{filter:drop-shadow(0 26px 26px rgba(40,29,22,.22))}@keyframes gelloFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media(max-width:760px){.gello-hero__row{flex-direction:column;padding:28px 20px 44px;gap:20px}.gello-hero__copy{text-align:center;align-items:center;order:2}.gello-hero__title{font-size:34px;line-height:1.08}.gello-hero__body{font:var(--text-body-md)}.gello-hero__lineup{font:var(--text-body-md);align-items:center}.gello-hero__lineup li{justify-content:center}.gello-hero__ctas{justify-content:center;width:100%}.gello-hero__ctas .gello-btn{flex:1 1 auto}.gello-hero__badges{justify-content:center}.gello-hero__art{height:280px;order:1;width:100%}.gello-hero__glow-blob{width:260px;height:260px}.gello-hero__bottle--side{height:150px}.gello-hero__bottle--side.is-start{margin-inline-end:-18px}.gello-hero__bottle--side.is-end{margin-inline-start:-18px}.gello-hero__bottle--main{height:200px}}.gello-trust{border-bottom:1px solid var(--border-subtle);background:var(--bg-surface)}.gello-trust__row{max-width:1180px;margin:0 auto;padding:16px 40px;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.gello-trust__item{display:flex;align-items:center;gap:8px;font:var(--text-body-sm);color:var(--ink-700)}.gello-trust__dot{width:7px;height:7px;border-radius:50%;background:var(--accent-pink-strong);flex:none}@media(max-width:760px){.gello-trust__row{padding:14px 16px;gap:10px}}.gello-video{position:relative;background:var(--ink-900)}.gello-video__frame{position:relative;width:100%;height:var(--video-height, 76vh);min-height:500px;max-height:830px;overflow:hidden}.gello-video__el{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--video-focal, 50% 50%);display:block}.gello-video__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#281d16bd,#281d161f 46%,#281d1647)}.gello-video__copy{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;padding:0 40px 76px;gap:18px}.gello-video__eyebrow{font:var(--text-label);letter-spacing:normal;color:#fff;background:#ffffff29;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:8px 16px;border-radius:var(--radius-pill)}.gello-video__title{font:700 56px/1.08 var(--font-display);color:#fff;margin:0;max-width:720px;text-shadow:0 2px 30px rgba(0,0,0,.4)}.gello-video__body{font:var(--text-body-lg);color:#ffffffe6;margin:0;max-width:460px}.gello-video__cta{margin-top:4px;padding:17px 40px}@media(max-width:760px){.gello-video__frame{height:44vh;min-height:340px}.gello-video__copy{padding:0 24px 44px;gap:14px}.gello-video__title{font-size:30px}.gello-video__body{font:var(--text-body-md)}.gello-video__cta{padding:15px 32px}}.gello-section{background:var(--bg-page)}.gello-section__inner{max-width:1120px;margin:0 auto;padding:84px 40px}.gello-section__head{text-align:center;margin-bottom:44px}.gello-section__head--split{text-align:start;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);align-items:end;column-gap:48px;padding-bottom:20px;border-bottom:1px solid var(--border-subtle)}.gello-section__head--split .gello-section__title{margin-top:10px;max-width:15ch}.gello-section__head--split .gello-section__sub{margin:0;max-width:none}@media(max-width:860px){.gello-section__head--split{grid-template-columns:1fr;row-gap:14px;align-items:start}.gello-section__head--split .gello-section__title{max-width:none}}.gello-section__eyebrow{font:var(--text-label);color:var(--accent-pink-strong);letter-spacing:normal}.gello-section__title{font:700 40px/1.15 var(--font-display);color:var(--ink-900);margin:12px 0 0}.gello-section__sub{font:var(--text-body-lg);color:var(--ink-700);margin:14px auto 0;max-width:560px}@media(max-width:760px){.gello-section__inner{padding:52px 20px}.gello-section__head{margin-bottom:28px}.gello-section__title{font-size:27px}.gello-section__sub{font:var(--text-body-md)}}.gello-prodgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}@media(max-width:1000px){.gello-prodgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.gello-prodgrid{grid-template-columns:minmax(0,1fr);gap:16px}}.gello-prodcard{cursor:pointer;text-align:start;border:1px solid var(--border-subtle);background:var(--bg-surface);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;min-width:0;max-width:100%;transition:transform .18s ease,box-shadow .18s ease;text-decoration:none;color:inherit}.gello-prodcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);color:inherit}.gello-prodcard__media{position:relative;height:280px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}@media(max-width:760px){.gello-prodcard__media{height:240px}}.gello-prodcard__badge{position:absolute;top:14px;inset-inline-start:14px;z-index:3;font:var(--text-caption);letter-spacing:normal;color:var(--ink-900);background:var(--bg-surface);padding:4px 12px;border-radius:var(--radius-pill)}.gello-prodcard__img{position:relative;z-index:1;height:244px;width:auto;max-width:86%;object-fit:contain;display:block;filter:drop-shadow(0 16px 18px rgba(40,29,22,.16));animation:gelloBob 3.4s ease-in-out infinite;will-change:transform}@media(max-width:760px){.gello-prodcard__img{height:210px}}.gello-prodcard:nth-child(2) .gello-prodcard__img{animation-delay:.55s}.gello-prodcard:nth-child(3) .gello-prodcard__img{animation-delay:1.1s}@keyframes gelloBob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.gello-prodcard__hover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;opacity:0;transition:opacity .35s ease;pointer-events:none}@media(hover:hover)and (pointer:fine){.gello-prodcard:hover .gello-prodcard__hover{opacity:1;pointer-events:auto}}.gello-prodcard__hover img{width:100%;height:100%;object-fit:cover}.gello-prodcard__body{padding:20px;display:flex;flex-direction:column;gap:6px;min-width:0}.gello-prodcard__name{font:600 19px var(--font-display);color:var(--ink-900);overflow-wrap:anywhere}.gello-prodcard__benefit{font:var(--text-body-sm);color:var(--ink-500)}.gello-prodcard__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;flex-wrap:wrap}.gello-prodcard__price{display:flex;align-items:baseline;gap:8px;font:600 18px var(--font-display);color:var(--ink-900)}.gello-prodcard__was{font:var(--text-body-sm);color:var(--ink-500);text-decoration:line-through;font-weight:400}.gello-prodcard__cta{font:600 14px var(--font-body);color:var(--ink-900);background:var(--accent-pink);padding:9px 18px;border-radius:var(--radius-pill);white-space:nowrap}@media(prefers-reduced-motion:reduce){.gello-prodcard:hover{transform:none}.gello-prodcard__img{animation:none}}@media(max-width:760px){.gello-prodgrid--catalog .gello-prodcard{flex-direction:row;align-items:stretch}.gello-prodgrid--catalog .gello-prodcard__media{width:38%;min-width:118px;height:auto;min-height:132px;flex:none}.gello-prodgrid--catalog .gello-prodcard__img{height:118px;max-width:92%;animation:none}.gello-prodgrid--catalog .gello-prodcard__body{padding:12px 14px;justify-content:center}.gello-prodgrid--catalog .gello-prodcard__name{font-size:16px}.gello-prodgrid--catalog .gello-prodcard__cta{padding:7px 12px;font-size:13px}.gello-prodgrid--catalog .gello-prodcard:hover{transform:none}}.gello-community{background:color-mix(in oklch,var(--flavor-calm-pink) 30%,var(--bg-page))}.gello-community__inner{max-width:1180px;margin:0 auto;padding:40px 0 84px}.gello-community__head{padding:0 40px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:34px}.gello-community__eyebrow{font:var(--text-label);color:var(--accent-pink-strong);letter-spacing:2px}.gello-community__title{font:700 42px/1.12 var(--font-display);color:var(--ink-900);margin:10px 0 0}.gello-community__body{font:var(--text-body-md);color:var(--ink-700);margin:10px 0 0;max-width:560px}.gello-community__arrows{display:flex;gap:10px;flex:none}.gello-arrow{width:46px;height:46px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--border-default);background:transparent;color:var(--ink-700);font:20px/1 var(--font-body);transition:transform .15s ease,background .15s ease,color .15s ease}.gello-arrow:hover{transform:scale(1.08)}.gello-arrow--filled{border:none;background:var(--accent-pink-strong);color:#fff}.gello-row{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin}.gello-row::-webkit-scrollbar{height:8px}.gello-row::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:999px}.gello-community__row{padding:4px 40px 18px}.gello-ugc-card{flex:none;width:300px;scroll-snap-align:start}.gello-ugc-card__media{position:relative;width:100%;height:420px;border-radius:var(--radius-lg);overflow:hidden;background:var(--ink-900)}.gello-ugc-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gello-ugc-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:16px;box-sizing:border-box;background:var(--bg-surface-sunken);color:var(--ink-500);border:1.5px dashed var(--border-default);border-radius:var(--radius-lg)}.gello-ugc-card__placeholder svg{opacity:.5}.gello-ugc-card__media.is-empty{background:transparent}.gello-ugc-card__media.is-empty .gello-ugc-card__play{display:none}.gello-ugc-card__media.is-empty .gello-ugc-card__platform{background:#140f0c8c}.gello-ugc-card__media.is-empty .gello-ugc-card__foot{background:none}.gello-ugc-card__media.is-empty .gello-ugc-card__handle{color:var(--ink-900)}.gello-ugc-card__media.is-empty .gello-ugc-card__meta{color:var(--ink-500)}.gello-ugc-card__placeholder-cap{font:600 14px/1.3 var(--font-body);color:var(--ink-700)}.gello-ugc-card__placeholder-sub{font:var(--text-caption);color:var(--ink-500);letter-spacing:normal}.gello-ugc-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between}.gello-ugc-card__platform{align-self:flex-end;margin:14px;display:inline-flex;align-items:center;gap:6px;background:#140f0ca8;color:#fff;border-radius:var(--radius-pill);padding:6px 12px;font:600 12px/1 var(--font-body);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gello-ugc-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #00000047}.gello-ugc-card__foot{padding:16px;background:linear-gradient(to top,rgba(20,15,12,.82),transparent)}.gello-ugc-card__handle{font:700 16px var(--font-display);color:#fff}.gello-ugc-card__meta{font:var(--text-caption);letter-spacing:normal;color:#ffffffd1;margin-top:2px}.gello-community__follow{padding:18px 40px 0;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.gello-community__feed{width:100%;margin-top:24px}.gello-follow-label{font:var(--text-body-sm);color:var(--ink-700);font-weight:600}.gello-follow-pill{display:inline-flex;align-items:center;gap:8px;color:#fff;border-radius:var(--radius-pill);padding:9px 16px;font:600 14px/1 var(--font-body);text-decoration:none}.gello-follow-pill--ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.gello-follow-pill--fb{background:#1877f2}.gello-follow-pill--tt{background:var(--ink-900)}.gello-follow-pill--placeholder{background:transparent;color:var(--ink-500);border:1.5px dashed var(--border-default);cursor:default}@media(max-width:760px){.gello-community__inner{padding:30px 0 52px}.gello-community__head{padding:0 20px;margin-bottom:22px}.gello-community__title{font-size:27px}.gello-community__row{padding:4px 20px 16px}.gello-ugc-card{width:240px}.gello-ugc-card__media{height:360px}.gello-community__follow{padding:18px 20px 0;justify-content:center}}.gello-ba{background:color-mix(in oklch,var(--flavor-calm-pink) 45%,var(--bg-page))}.gello-ba__row{max-width:1120px;margin:0 auto;padding:88px 40px;display:flex;align-items:center;gap:56px}.gello-ba__copy{flex:1 1 0;display:flex;flex-direction:column;gap:8px;text-align:start;align-items:flex-start;order:1}.gello-ba__eyebrow{font:var(--text-label);color:var(--accent-pink-strong);letter-spacing:normal}.gello-ba__title{font:700 46px/1.1 var(--font-display);color:var(--ink-900);margin:8px 0 0}.gello-ba__body{font:var(--text-body-lg);color:var(--ink-700);margin:14px 0 0;max-width:460px}.gello-ba__body strong{color:var(--ink-900)}.gello-ba__cta{margin-top:20px;padding:15px 34px}.gello-ba__visual{flex:1 1 0;order:2;width:100%;max-width:480px;display:flex;flex-direction:column;gap:12px}.gello-ba__slider{position:relative;width:100%;height:500px;border-radius:var(--radius-lg);overflow:hidden;cursor:ew-resize;box-shadow:var(--shadow-md);-webkit-user-select:none;user-select:none;touch-action:none}.gello-ba__slider img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gello-ba__after-clip{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.gello-ba__tag{position:absolute;top:14px;z-index:4;font:var(--text-caption);letter-spacing:normal;color:#fff;padding:5px 12px;border-radius:var(--radius-pill)}.gello-ba__tag--after{inset-inline-start:14px;background:var(--accent-pink-strong)}.gello-ba__tag--before{inset-inline-end:14px;background:#281d16b8}.gello-ba__line{position:absolute;top:0;bottom:0;width:3px;background:#fff;transform:translate(-50%);z-index:5;box-shadow:0 0 10px #00000040}.gello-ba__handle{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:6;width:46px;height:46px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #281d164d;cursor:ew-resize}.gello-ba__caption{text-align:center;font:var(--text-body-sm);color:var(--ink-500);margin:0}@media(max-width:760px){.gello-ba__row{flex-direction:column;padding:52px 20px;gap:26px}.gello-ba__copy{text-align:center;align-items:center;order:2}.gello-ba__title{font-size:30px}.gello-ba__body{font:var(--text-body-md)}.gello-ba__visual{order:1;max-width:420px}.gello-ba__slider{height:380px}}.gello-ing{background:var(--bg-surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.gello-ing__card{flex:none;width:288px;box-sizing:border-box;scroll-snap-align:start;display:flex;gap:14px;padding:18px;background:var(--bg-page);border-radius:var(--radius-md);border:1px solid var(--border-subtle);align-items:center}.gello-ing__num{flex:none;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font:700 17px var(--font-display)}.gello-ing__name{font:600 17px var(--font-display);color:var(--ink-900)}.gello-ing__desc{font:var(--text-body-sm);color:var(--ink-500)}@media(max-width:760px){.gello-ing__card{width:240px}}.gello-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gello-step{position:relative;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:28px 24px;display:flex;flex-direction:column;gap:8px}.gello-step__label{font:700 18px var(--font-display);color:var(--accent-pink-strong)}.gello-step__body{font:var(--text-body-md);color:var(--ink-700);margin:0}@media(max-width:760px){.gello-steps{grid-template-columns:1fr}.gello-step{padding:22px 20px}}.gello-pricegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.gello-pricecard{position:relative;background:var(--bg-surface);border:2px solid var(--border-subtle);border-radius:var(--radius-lg);padding:30px 26px;display:flex;flex-direction:column;gap:8px;text-align:center}.gello-pricecard--hero{background:var(--flavor-calm-pink);border-color:var(--ink-900);transform:scale(1.04);box-shadow:var(--shadow-md)}.gello-pricecard__badge{position:absolute;top:-13px;inset-inline-start:50%;transform:translate(50%);font:var(--text-caption);letter-spacing:normal;padding:4px 14px;border-radius:var(--radius-pill);background:var(--bg-surface);border:1px solid var(--border-default);color:var(--flavor-calm-ink)}.gello-pricecard--hero .gello-pricecard__badge{background:var(--ink-900);border:none;color:var(--bg-page)}.gello-pricecard__title{font:600 20px var(--font-display);color:var(--ink-900)}.gello-pricecard__sub{font:var(--text-body-sm);color:var(--ink-500);min-height:40px}.gello-pricecard--hero .gello-pricecard__sub{color:var(--flavor-calm-ink)}.gello-pricecard__price-row{display:flex;align-items:baseline;gap:8px;justify-content:center;margin-top:4px}.gello-pricecard__price{font:700 40px var(--font-display);color:var(--ink-900)}.gello-pricecard__orig{font:var(--text-body-md);color:var(--ink-500);text-decoration:line-through}.gello-pricecard__note{font:var(--text-body-sm);color:var(--accent-pink-strong);min-height:22px}.gello-pricecard--hero .gello-pricecard__note{color:var(--ink-900)}@media(max-width:760px){.gello-pricegrid{grid-template-columns:1fr}.gello-pricecard--hero{transform:none}}.gello-stars{color:var(--accent-pink-strong);font-size:15px;letter-spacing:1px}.gello-stars--score{display:inline-block;background:linear-gradient(90deg,var(--accent-pink-strong) var(--star-fill),color-mix(in oklch,var(--ink-900) 22%,transparent) var(--star-fill));-webkit-background-clip:text;background-clip:text;color:transparent}.gello-reviews{background:var(--bg-surface);border-block:1px solid var(--border-subtle)}.gello-reviews__head{text-align:center;margin-bottom:32px}.gello-reviews__summary{display:inline-flex;align-items:center;gap:10px;margin-top:12px;padding:8px 18px;border-radius:var(--radius-pill);background:var(--bg-page);border:1px solid var(--border-subtle)}.gello-reviews__score{font:700 17px var(--font-display);color:var(--ink-900)}.gello-reviews__count{font:var(--text-body-sm);color:var(--ink-500)}.gello-reviews__note{text-align:center;font:var(--text-body-sm);color:var(--ink-500);margin:26px 0 0}.gello-reviews__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gello-review-card{box-sizing:border-box;background:var(--bg-page);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:14px}.gello-review-card__text{font:var(--text-body-md);color:var(--ink-700);margin:0;flex:1}.gello-review-card__who{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid var(--border-subtle)}.gello-review-card__avatar{width:52px;height:52px;border-radius:50%;flex:none;overflow:hidden;background:var(--flavor-calm-pink);color:var(--flavor-calm-ink);display:flex;align-items:center;justify-content:center}.gello-review-card__avatar.is-empty{background:var(--bg-surface-sunken);color:var(--ink-300);border:1px dashed var(--border-default)}.gello-review-card__shot{margin:-24px -24px 4px;aspect-ratio:4 / 5;max-height:280px;overflow:hidden;background:var(--bg-surface-sunken)}.gello-review-card__shot img{width:100%;height:100%;object-fit:cover}.gello-review-card__initial{font:700 18px var(--font-display)}.gello-review-card__meta{min-width:0}.gello-review-card__name{font:600 15px var(--font-display);color:var(--ink-900)}.gello-review-card__verified{font:var(--text-caption);color:var(--flavor-focus-ink);letter-spacing:normal}@media(max-width:760px){.gello-reviews__grid{grid-template-columns:1fr;gap:14px}.gello-review-card{padding:20px}}.gello-wa-band{background:var(--bg-page)}.gello-wa-band__inner{max-width:1120px;margin:0 auto;padding:0 40px 84px}.gello-wa-band__card{background:var(--ink-900);border-radius:var(--radius-lg);padding:48px 44px;display:flex;align-items:center;gap:28px;text-align:start}.gello-wa-band__icon{flex:none;width:64px;height:64px;border-radius:50%;background:var(--wa-green);display:flex;align-items:center;justify-content:center}.gello-wa-band__title{font:700 32px/1.2 var(--font-display);color:var(--bg-page);margin:0}.gello-wa-band__body{font:var(--text-body-md);color:color-mix(in oklch,var(--bg-page) 78%,transparent);margin:8px 0 0}.gello-wa-band__cta{flex:none;width:auto}@media(max-width:760px){.gello-wa-band__inner{padding:0 20px 52px}.gello-wa-band__card{flex-direction:column;padding:32px 24px;gap:18px;text-align:center}.gello-wa-band__title{font-size:24px}.gello-wa-band__cta{width:100%}}.gello-faq{background:var(--bg-surface);border-top:1px solid var(--border-subtle)}.gello-faq__inner{max-width:760px;margin:0 auto;padding:80px 40px}.gello-accordion-item{border-bottom:1px solid var(--border-subtle)}.gello-accordion-q{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;padding:18px 4px;font:var(--text-body-md);font-weight:600;color:var(--ink-900);text-align:start}.gello-accordion-icon{color:var(--ink-500);transition:transform .15s ease}.gello-accordion-item.is-open .gello-accordion-icon{transform:rotate(180deg)}.gello-accordion-a{display:none;padding:0 4px 18px;font:var(--text-body-sm);color:var(--ink-500)}.gello-accordion-item.is-open .gello-accordion-a{display:block}@media(max-width:760px){.gello-faq__inner{padding:52px 20px}}.gello-footer{background:var(--bg-surface-sunken);border-top:1px solid var(--border-subtle)}.gello-footer__inner{max-width:1120px;margin:0 auto;padding:56px 40px 32px}.gello-footer__top{display:flex;gap:48px;justify-content:space-between}.gello-footer__brand{flex:1 1 0;max-width:320px}.gello-footer__logo{height:46px;width:auto;display:block;margin-bottom:12px}.gello-footer__tagline{font:var(--text-body-sm);color:var(--ink-500);margin:0}.gello-footer__share{display:flex;gap:10px;margin-top:16px;align-items:center}.gello-footer__share-label{font:var(--text-body-sm);color:var(--ink-700)}.gello-footer__share-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.gello-footer__cols{display:flex;gap:64px;flex-wrap:wrap}.gello-footer__col{display:flex;flex-direction:column;gap:10px}.gello-footer__col-title{font:var(--text-label);color:var(--ink-900)}.gello-footer__col a,.gello-footer__col span{font:var(--text-body-sm);color:var(--ink-500);cursor:pointer}.gello-footer__disclaimer{font:var(--text-caption);letter-spacing:normal;color:var(--ink-500);line-height:1.75;margin:28px 0 0}.gello-footer__bottom{border-top:1px solid var(--border-subtle);margin-top:20px;padding-top:20px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;font:var(--text-caption);color:var(--ink-500);letter-spacing:normal}@media(max-width:760px){.gello-footer__inner{padding:40px 20px 28px}.gello-footer__top{flex-direction:column;gap:28px}.gello-footer__cols{gap:40px}}.gello-crumb{max-width:1100px;margin:0 auto;padding:20px 40px 0}.gello-crumb a{font:var(--text-body-sm);color:var(--ink-500)}.gello-pdp{display:flex;gap:52px;padding:24px 40px 72px;max-width:1100px;margin:0 auto}.gello-pdp__media{flex:1 1 0;position:sticky;top:90px;align-self:flex-start}.gello-pdp__media-frame{position:relative;height:470px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;overflow:hidden}.gello-pdp__flavor-tag{position:absolute;top:16px;inset-inline-start:16px;font:var(--text-caption);letter-spacing:normal;color:var(--ink-900);background:var(--bg-surface);padding:5px 12px;border-radius:var(--radius-pill)}.gello-pdp__bottle{height:420px;width:auto;object-fit:contain;filter:drop-shadow(0 24px 24px rgba(40,29,22,.2));animation:gelloFloat 3.6s ease-in-out infinite}.gello-pdp__buy{flex:1 1 0;display:flex;flex-direction:column;gap:14px}.gello-pdp__badge{align-self:flex-start;font:var(--text-caption);letter-spacing:normal;padding:6px 14px;border-radius:var(--radius-pill)}.gello-pdp__title{font:700 46px/1.1 var(--font-display);color:var(--ink-900);margin:0}.gello-pdp__tagline{font:var(--text-body-lg);color:var(--accent-pink-strong);margin:0;font-weight:600}.gello-pdp__stars-row{display:flex;align-items:center;gap:8px}.gello-pdp__stars-row span{font:var(--text-body-sm);color:var(--ink-500)}.gello-pdp__blurb{font:var(--text-body-md);color:var(--ink-700);margin:0}.gello-pdp__tier-label{font:var(--text-label);color:var(--ink-700);letter-spacing:normal;margin-top:4px}.gello-tiers{display:flex;flex-direction:column;gap:10px}.gello-tier{position:relative;cursor:pointer;text-align:start;width:100%;display:flex;align-items:center;gap:14px;padding:15px 16px;border-radius:var(--radius-md);background:var(--bg-surface);border:2px solid var(--border-default);transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;font:inherit;color:inherit}.gello-tier.is-selected{border-color:var(--ink-900)}.gello-tier__radio{flex:none;width:22px;height:22px;border-radius:50%;border:2px solid var(--border-default);display:flex;align-items:center;justify-content:center}.gello-tier.is-selected .gello-tier__radio{border-color:var(--ink-900);background:var(--ink-900)}.gello-tier__radio-dot{width:8px;height:8px;border-radius:50%;background:var(--bg-page);display:none}.gello-tier.is-selected .gello-tier__radio-dot{display:block}.gello-tier__body{flex:1;min-width:0}.gello-tier__title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gello-tier__name{font:600 16px var(--font-display);color:var(--ink-900)}.gello-tier__permonth{font:var(--text-caption);letter-spacing:normal;color:var(--accent-pink-strong)}.gello-tier__sub{font:var(--text-body-sm);color:var(--ink-500)}.gello-tier__price{text-align:end;flex:none}.gello-tier__total{font:700 18px var(--font-display);color:var(--ink-900)}.gello-tier__orig{font:var(--text-caption);color:var(--ink-500);text-decoration:line-through;letter-spacing:normal}.gello-tier__badge{position:absolute;top:-10px;inset-inline-start:16px;font:var(--text-caption);letter-spacing:normal;padding:2px 10px;border-radius:var(--radius-pill);background:var(--bg-surface);border:1px solid var(--border-default);color:var(--flavor-calm-ink)}.gello-tier--hero-badge{background:var(--ink-900);border:none;color:var(--bg-page)}.gello-pdp__price-row{display:flex;align-items:baseline;gap:12px;margin-top:6px;flex-wrap:wrap}.gello-pdp__price{font:700 34px var(--font-display);color:var(--ink-900)}.gello-pdp__saved{font:var(--text-body-sm);color:var(--accent-pink-strong)}.gello-pdp__permonth{font:var(--text-body-sm);color:var(--ink-500)}.gello-pdp__wa-line{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--ink-700);font:var(--text-body-sm);text-decoration:none}.gello-pdp__wa-line strong{color:var(--wa-green);font-weight:600;display:inline-flex;align-items:center;gap:4px}@media(max-width:760px){.gello-crumb,.gello-pdp{padding-inline:20px}.gello-pdp{flex-direction:column;gap:24px;padding-top:16px;padding-bottom:48px}.gello-pdp__media{position:static;width:100%}.gello-pdp__media-frame{height:320px}.gello-pdp__bottle{height:280px}.gello-pdp__buy{width:100%}.gello-pdp__title{font-size:30px}.gello-pdp__tagline,.gello-pdp__blurb{font:var(--text-body-md)}}.gello-sticky-atc{position:fixed;inset-inline:0;bottom:0;z-index:var(--z-sticky-atc);background:var(--bg-surface);border-top:1px solid var(--border-default);box-shadow:0 -6px 20px #281d1614;transform:translateY(105%);transition:transform .3s ease}.gello-sticky-atc.is-shown{transform:translateY(0)}.gello-sticky-atc__row{max-width:1100px;margin:0 auto;padding:12px 40px;display:flex;align-items:center;gap:16px}.gello-sticky-atc__img{height:46px;width:auto;object-fit:contain;flex:none}.gello-sticky-atc__info{flex:1;min-width:0}.gello-sticky-atc__name{font:600 15px var(--font-display);color:var(--ink-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gello-sticky-atc__price{font:var(--text-body-sm);color:var(--ink-500)}.gello-sticky-atc__btn{flex:none;border:none;cursor:pointer;background:var(--accent-pink);color:var(--ink-900);border-radius:var(--radius-pill);padding:13px 28px;font:600 15px/1 var(--font-body)}@media(max-width:760px){.gello-sticky-atc__row{padding:10px 16px;gap:10px}.gello-sticky-atc__img{height:38px}.gello-sticky-atc__btn{padding:12px 20px}}.gello-cart-section{max-width:720px;margin:0 auto;padding:48px 40px 96px}.gello-cart-title{font:700 34px/1.15 var(--font-display);color:var(--ink-900);margin:0 0 24px}.gello-cart-empty{padding:36px;text-align:center;background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);font:var(--text-body-md);color:var(--ink-500)}.gello-cart-items{display:flex;flex-direction:column;gap:12px}.gello-cart-item{display:flex;align-items:center;gap:16px;padding:14px;background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.gello-cart-item__img{width:60px;height:60px;border-radius:var(--radius-sm);background:var(--flavor-calm-pink);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:none}.gello-cart-item__img img{height:54px;width:auto;object-fit:contain}.gello-cart-item__body{flex:1;min-width:0}.gello-cart-item__name{font:600 16px var(--font-display);color:var(--ink-900)}.gello-cart-item__price{font:var(--text-body-sm);color:var(--ink-500)}.gello-cart-item__plan{font:var(--text-caption);letter-spacing:normal;color:var(--accent-pink-strong)}.gello-cart-item__remove{width:44px;height:44px;border-radius:50%;border:1px solid var(--border-default);background:var(--bg-surface);cursor:pointer;color:var(--ink-700)}.gello-cart-total{display:flex;justify-content:space-between;padding:18px 4px 0;font:var(--text-body-lg);color:var(--ink-900);font-weight:600}@media(max-width:760px){.gello-cart-section{padding:32px 20px 72px}.gello-cart-title{font-size:28px}}.gello-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#281d1680;display:none;align-items:center;justify-content:center;z-index:var(--z-popup);padding:20px;animation:gelloFade .25s ease}.gello-popup-overlay.is-open{display:flex}@keyframes gelloFade{0%{opacity:0}to{opacity:1}}.gello-popup-card{position:relative;background:var(--bg-page);border-radius:var(--radius-lg);max-width:430px;width:100%;overflow:hidden;box-shadow:0 30px 60px #281d164d;animation:gelloPop .3s cubic-bezier(.2,.8,.2,1)}@keyframes gelloPop{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:none}}.gello-popup-head{background:var(--flavor-calm-pink);padding:36px 30px 26px;text-align:center}.gello-popup-eyebrow{font:var(--text-label);color:var(--flavor-calm-ink);letter-spacing:normal;margin-bottom:6px}.gello-popup-price{font:700 46px var(--font-display);color:var(--ink-900);line-height:1}.gello-popup-note{font:var(--text-body-md);color:var(--ink-700);margin-top:8px}.gello-popup-body{padding:24px 30px 28px;display:flex;flex-direction:column;gap:12px;text-align:center}.gello-popup-body p{font:var(--text-body-md);color:var(--ink-700);margin:0}.gello-popup-field{border:1px solid var(--border-default);border-radius:var(--radius-pill);padding:12px 20px;font:var(--text-body-md);color:var(--ink-900);background:var(--bg-surface);width:100%}.gello-popup-label{display:block;text-align:start;font:var(--text-label);color:var(--ink-700);margin:8px 0 5px}.gello-popup-hint{font-weight:400;color:var(--ink-500)}.gello-popup-skip{background:none;border:none;font:var(--text-body-sm);color:var(--ink-500);cursor:pointer;text-decoration:underline}.gello-popup-close{position:absolute;top:12px;inset-inline-end:12px;width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-surface);color:var(--ink-700);cursor:pointer;font-size:15px}.gello-about-hero{background:linear-gradient(165deg,var(--flavor-calm-pink),var(--bg-page) 60%)}.gello-about-hero__inner{max-width:760px;margin:0 auto;padding:72px 40px 56px;text-align:center}.gello-about-hero__title{font:700 48px/1.1 var(--font-display);color:var(--ink-900);margin:12px 0 0}.gello-about-hero__body{font:var(--text-body-lg);color:var(--ink-700);margin:16px auto 0;max-width:600px}.gello-about-body{max-width:900px;margin:0 auto;padding:72px 40px}.gello-about-founder-row{display:flex;gap:32px;align-items:center}.gello-about-founder-img{width:300px;height:320px;flex:none;border-radius:20px;object-fit:cover}.gello-about-copy{display:flex;flex-direction:column;gap:14px}.gello-about-copy p{font:var(--text-body-lg);color:var(--ink-700);margin:0}.gello-values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}.gello-value{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:8px}.gello-value__title{font:600 19px var(--font-display);color:var(--ink-900)}.gello-value__body{font:var(--text-body-md);color:var(--ink-700);margin:0}.gello-about-cta{text-align:center;margin-top:48px}@media(max-width:760px){.gello-about-hero__inner{padding:44px 20px 36px}.gello-about-hero__title{font-size:30px}.gello-about-hero__body{font:var(--text-body-md)}.gello-about-body{padding:44px 20px}.gello-about-founder-row{flex-direction:column;gap:20px}.gello-about-founder-img{width:100%;height:240px}.gello-values{grid-template-columns:1fr;margin-top:28px}}.gello-policy-head{background:var(--bg-surface);border-bottom:1px solid var(--border-subtle)}.gello-policy-head__inner{max-width:820px;margin:0 auto;padding:44px 40px 48px}.gello-policy-back{font:var(--text-body-sm);color:var(--ink-500)}.gello-policy-title{font:700 42px/1.12 var(--font-display);color:var(--ink-900);margin:12px 0 0}.gello-policy-updated{font:var(--text-body-sm);color:var(--ink-500);margin:8px 0 0}.gello-policy-body{max-width:820px;margin:0 auto;padding:44px 40px 80px}.gello-policy-body p{margin:0 0 12px;font:var(--text-body-md);color:var(--ink-700);line-height:1.85}.gello-policy-body h3{margin:24px 0 8px;font:700 19px var(--font-display);color:var(--ink-900)}.gello-policy-body ul{margin:4px 0 16px;padding-inline-start:22px;list-style:disc}.gello-policy-body li{margin:0 0 8px;font:var(--text-body-md);color:var(--ink-700);line-height:1.8}.gello-policy-contact{margin-top:26px;padding:18px;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);font:var(--text-body-sm);color:var(--ink-700)}@media(max-width:760px){.gello-policy-head__inner{padding:24px 20px 28px}.gello-policy-title{font-size:28px}.gello-policy-body{padding:26px 20px 52px}}@media(prefers-reduced-motion:reduce){.gello-cta-bounce:hover,.gello-hero__bottle,.gello-wa-float,.gello-popup-overlay,.gello-popup-card,.gello-drawer,.gello-pdp__bottle{animation:none}.gello-sticky-atc{transition:none}}.gello-footer__biz{margin-top:28px;padding-top:22px;border-top:1px solid var(--border-subtle)}.gello-footer__biz-title{display:block;font:var(--text-label);color:var(--ink-900);margin-bottom:10px}.gello-footer__biz-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px 22px;font:var(--text-body-sm);color:var(--ink-500)}.gello-footer__biz-list a{color:var(--ink-700);text-decoration:underline;text-underline-offset:2px}.gello-footer__biz-list a:hover{color:var(--accent-pink-strong)}.gello-contact__inner{max-width:820px;margin:0 auto;padding:44px 40px 80px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.gello-contact__subtitle{font:700 22px var(--font-display);color:var(--ink-900);margin:0 0 16px}.gello-contact__details{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px}.gello-contact__list{margin:0 0 18px;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}.gello-contact__list li{display:flex;flex-direction:column;gap:2px}.gello-contact__list a,.gello-contact__list span:not(.gello-contact__label){font:var(--text-body-md);color:var(--ink-900)}.gello-contact__list a{text-decoration:underline;text-underline-offset:2px}.gello-contact__list a:hover{color:var(--accent-pink-strong)}.gello-contact__label{font:var(--text-caption);letter-spacing:normal;color:var(--ink-500)}.gello-contact__field-label{display:block;font:var(--text-label);color:var(--ink-700);letter-spacing:normal;margin:14px 0 6px}.gello-contact__textarea{resize:vertical;min-height:120px;font:var(--text-body-md)}.gello-contact__success{margin:0 0 14px;padding:12px 14px;border-radius:var(--radius-md);background:color-mix(in oklch,var(--wa-green) 14%,var(--bg-page));font:var(--text-body-sm);color:var(--ink-900)}.gello-contact__error{margin:0 0 14px;padding:12px 14px;border-radius:var(--radius-md);background:color-mix(in oklch,var(--accent-pink-strong) 12%,var(--bg-page));font:var(--text-body-sm);color:var(--ink-900)}@media(max-width:760px){.gello-contact__inner{grid-template-columns:1fr;gap:28px;padding:26px 20px 52px}.gello-footer__biz-list{flex-direction:column;gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
