:root{--bg-deep: #fafafa;--bg-elevated: #f1f5f9;--bg-card: #ffffff;--border-subtle: rgba(15, 23, 42, .1);--text: #0f172a;--text-muted: #64748b;--accent: #c9a227;--accent-soft: rgba(201, 162, 39, .14);--accent-hover: #ddb92e;--green-mist: rgba(45, 90, 61, .12);--ink-on-gold: #1a1408;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--shadow-soft: 0 16px 48px rgba(15, 23, 42, .08);--font-sans: "DM Sans", system-ui, sans-serif;--font-display: "Fraunces", Georgia, serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--header-h: 80px;--transition: .22s ease;--surface-white: #ffffff;--surface-warm: #fff9e6;--surface-warm-mid: #fef3c7;--shadow-card: 0 4px 6px -1px rgba(15, 23, 42, .06), 0 12px 28px -8px rgba(15, 23, 42, .1);--shadow-card-hover: 0 8px 16px -4px rgba(15, 23, 42, .08), 0 20px 40px -12px rgba(15, 23, 42, .12)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + .75rem)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--text);background:var(--surface-white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}a:hover{color:var(--accent-hover)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;z-index:999;padding:var(--space-sm) var(--space-md);background:var(--accent);color:var(--ink-on-gold);font-weight:600;border-radius:var(--radius-sm)}.skip-link:focus{left:var(--space-sm);top:var(--space-sm)}.container{width:min(1120px,100% - 2rem);margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--header-h);gap:var(--space-md)}.header-brand-cluster{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .85rem;flex:1;min-width:0}.brand-partners{display:inline-flex;align-items:center;gap:.55rem .75rem;padding-left:.75rem;border-left:1px solid rgba(15,23,42,.12)}.brand-partners__chip{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .5rem;border-radius:8px;background:linear-gradient(155deg,#1e293b,#0f172a);box-shadow:inset 0 1px #ffffff12}.brand-partners__logo{display:block;height:26px;width:auto;max-width:min(72px,22vw);object-fit:contain;object-position:center;opacity:.95}.brand-partners__logo--light{opacity:1;filter:drop-shadow(0 0 1px rgba(255,255,255,.15))}@media(min-width:480px){.brand-partners__logo{height:30px;max-width:88px}.brand-partners__logo--light{height:28px}}@media(min-width:768px){.brand-partners__logo{height:34px;max-width:100px}.brand-partners__logo--light{height:30px}}@media(max-width:380px){.brand-partners{padding-left:.5rem;gap:.35rem .45rem}.brand-partners__logo{height:22px;max-width:58px}.brand-partners__logo--light{height:20px}.brand-partners__chip{padding:.15rem .4rem}}.brand{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.brand__logo{height:54px;width:auto;object-fit:contain}@media(min-width:480px){.brand__logo{height:64px}}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:0;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--bg-card);cursor:pointer;color:var(--text)}.nav-toggle__bar{display:block;width:20px;height:2px;margin-inline:auto;background:currentColor;border-radius:1px;transition:transform var(--transition),opacity var(--transition)}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle__bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(min-width:768px){.nav-toggle{display:none}}.nav{position:fixed;inset:var(--header-h) 0 auto 0;background:#fff;border-bottom:1px solid var(--border-subtle);padding:var(--space-md);transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform var(--transition),opacity var(--transition),visibility var(--transition)}.nav.is-open{transform:translateY(0);opacity:1;visibility:visible}@media(min-width:768px){.nav{position:static;inset:auto;padding:0;transform:none;opacity:1;visibility:visible;background:transparent;border:0}}.nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm);align-items:stretch}@media(min-width:768px){.nav__list{flex-direction:row;align-items:center;gap:var(--space-md)}}.nav__list a{display:block;padding:.65rem .85rem;color:var(--text);text-decoration:none;font-weight:500;border-radius:var(--radius-sm)}.nav__list a:hover{background:var(--accent-soft);color:var(--accent)}.nav__cta{background:var(--accent-soft);color:var(--accent)!important;text-align:center}@media(min-width:768px){.nav__cta{padding-inline:1.25rem!important}}.hero--impact{position:relative;padding:calc(var(--space-xl) + .5rem) 0 calc(var(--space-xl) + var(--space-lg));overflow:hidden;background:linear-gradient(155deg,#1c1912,#2a2318 38%,#3d2f1a 72%,#1a1610)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 85% 70% at 90% 15%,rgba(201,162,39,.22),transparent 52%),radial-gradient(ellipse 55% 45% at 5% 85%,rgba(45,90,61,.18),transparent 55%),radial-gradient(ellipse 60% 50% at 50% 100%,rgba(0,0,0,.35),transparent 58%);pointer-events:none}.hero__shell{position:relative;z-index:1}.hero__grid{display:grid;gap:var(--space-lg);align-items:center;grid-template-columns:1fr}@media(max-width:899px){.hero__visual{order:-1}}@media(min-width:900px){.hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(1.5rem,4vw,3rem);align-items:center}.hero__visual{order:0}}.hero__copy{position:relative;z-index:1}.hero__visual{display:flex;justify-content:center;align-items:flex-end;min-height:0}@media(min-width:900px){.hero__visual{justify-content:flex-end;padding-bottom:.25rem}}.hero__visual-frame{position:relative;width:min(100%,420px);margin-inline:auto}.hero__visual-frame:before{content:"";position:absolute;top:-8%;right:-5%;bottom:-12%;left:-5%;background:radial-gradient(ellipse at 50% 60%,rgba(201,162,39,.35),transparent 68%);z-index:0;pointer-events:none}.hero__cup-img{position:relative;z-index:1;display:block;width:100%;height:auto;max-height:min(72vh,520px);object-fit:contain;object-position:bottom center;filter:drop-shadow(0 28px 48px rgba(0,0,0,.45))}@media(max-width:899px){.hero__cup-img{max-height:340px}}.hero--impact .hero__badge{display:inline-block;margin:0 0 var(--space-sm);padding:.35rem .85rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-hover);background:#ffffff14;border:1px solid rgba(201,162,39,.45);border-radius:999px}.hero--impact .hero__title{font-family:var(--font-display);font-size:clamp(1.85rem,5.5vw,3rem);font-weight:700;line-height:1.15;margin:0 0 var(--space-md);letter-spacing:-.02em;max-width:22ch;color:#fafaf8}.hero__title-accent{color:var(--accent-hover);font-style:italic}.hero--impact .hero__lead{margin:0 0 var(--space-lg);font-size:clamp(1.05rem,2.2vw,1.2rem);color:#f5f0e6d1;max-width:38ch}.btn.btn--ghost.hero__btn-ghost{background:#ffffff0f!important;border-color:#ffffff59!important;color:#fff!important}.btn.btn--ghost.hero__btn-ghost:hover{border-color:var(--accent-hover)!important;color:#fff!important;background:#ffffff1f!important}.hero__actions{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-lg)}@media(min-width:480px){.hero__actions{flex-direction:row;flex-wrap:wrap;align-items:center}}.hero__highlights{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}@media(min-width:600px){.hero__highlights{flex-direction:row;flex-wrap:wrap;gap:var(--space-md)}}.hero__highlights li{display:flex;align-items:center;gap:.65rem;font-size:.9375rem;color:var(--text-muted)}.hero--impact .hero__highlights li{color:#f5f0e6e0}.hero__icon{font-size:1.25rem;line-height:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.35rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition),transform .15s ease}.btn:active{transform:scale(.98)}.btn--lg{padding:.9rem 1.5rem;font-size:1rem;min-height:48px}.btn--xl{padding:1rem 1.75rem;font-size:1.05rem;min-height:52px;width:100%;max-width:360px}.btn--primary{background:var(--accent);color:var(--ink-on-gold)!important;text-decoration:none!important}.btn--primary:hover{background:var(--accent-hover);color:var(--ink-on-gold)!important}.btn--ghost{background:transparent;color:var(--text)!important;border-color:var(--border-subtle);text-decoration:none!important}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)!important}.section{padding:calc(var(--space-xl) + .25rem) 0}.section--tight{padding-top:calc(var(--space-lg) + .5rem)}.section--light{background:var(--surface-white)}.section--warm{position:relative;background:radial-gradient(ellipse 90% 80% at 50% 0%,rgba(255,255,255,.65) 0%,transparent 55%),linear-gradient(168deg,var(--surface-warm) 0%,var(--surface-warm-mid) 42%,#fffbeb 100%)}.section--warm:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,162,39,.25),transparent);pointer-events:none}.section--impact{position:relative;overflow:hidden;background:linear-gradient(155deg,#1c1912,#2a2318 38%,#3d2f1a 72%,#1a1610)}.section--impact:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 85% 70% at 90% 15%,rgba(201,162,39,.22),transparent 52%),radial-gradient(ellipse 55% 45% at 5% 85%,rgba(45,90,61,.18),transparent 55%),radial-gradient(ellipse 60% 50% at 50% 100%,rgba(0,0,0,.35),transparent 58%);pointer-events:none}.section--impact>.container{position:relative;z-index:1}.section--impact .section__title{color:#fafaf8}.section--impact .section__title:after{content:"";display:block;width:3rem;height:3px;margin:.65rem auto 0;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:3px;opacity:.85}.section--impact .section__subtitle{color:#f5f0e6d9}.section--impact .section__subtitle strong{color:var(--accent-hover);font-weight:600}.section--products.section--impact{border:0;box-shadow:inset 0 1px #ffffff0f}.section__title{font-family:var(--font-display);font-size:clamp(1.65rem,4vw,2.25rem);font-weight:700;margin:0 0 var(--space-md);text-align:center;letter-spacing:-.02em}.section--warm .section__title:after{content:"";display:block;width:3rem;height:3px;margin:.65rem auto 0;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:3px;opacity:.85}.section--light .section__title:after{content:"";display:block;width:2.5rem;height:2px;margin:.65rem auto 0;background:linear-gradient(90deg,transparent,rgba(15,23,42,.15),transparent);border-radius:2px}.section__subtitle{margin:0 auto var(--space-lg);max-width:52ch;text-align:center;color:var(--text-muted);font-size:1.05rem}.section__subtitle--narrow{max-width:46ch}.steps{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-md)}@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}}.steps__item{position:relative;padding:var(--space-md) var(--space-md) calc(var(--space-md) + .15rem);background:var(--bg-card);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform var(--transition),box-shadow var(--transition)}.steps__item:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-hover)}.steps__num{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin-bottom:var(--space-sm);font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--ink-on-gold);background:var(--accent);border-radius:50%}.steps__title{font-size:1.125rem;font-weight:600;margin:0 0 .35rem}.steps__text{margin:0;font-size:.95rem;color:var(--text-muted)}.section--policies{padding-top:calc(var(--space-xl) + .25rem)}.policy-grid{display:grid;gap:var(--space-md);grid-template-columns:1fr;max-width:920px;margin-inline:auto}@media(min-width:768px){.policy-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.policy-card--highlight{grid-column:1 / -1}}.policy-card{padding:var(--space-md) var(--space-md) calc(var(--space-md) + .15rem);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform var(--transition),box-shadow var(--transition)}.policy-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.policy-card--highlight{border-color:#c9a22759;background:linear-gradient(135deg,#fffbeb,#fff 55%);box-shadow:var(--shadow-card)}.policy-card__title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;margin:0 0 var(--space-sm);color:var(--text);line-height:1.25}.policy-card__text{margin:0;font-size:.95rem;line-height:1.6;color:var(--text-muted)}.policy-card__text strong{color:var(--text)}.policy-rows{display:flex;flex-direction:column;gap:var(--space-md)}.policy-row__label{display:block;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:.35rem}.policy-row__text{margin:0;font-size:.95rem;line-height:1.55;color:var(--text-muted)}.product-grid{display:grid;gap:var(--space-md);grid-template-columns:1fr}@media(min-width:600px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.product-grid{grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}}.product-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);transition:border-color var(--transition),transform var(--transition),box-shadow var(--transition)}.product-card:hover{border-color:#c9a22773;transform:translateY(-5px);box-shadow:var(--shadow-card-hover)}.product-card__media{aspect-ratio:5 / 4;background:#e2e8f0;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:var(--space-md);flex:1;display:flex;flex-direction:column;gap:0}.product-card__footer{margin-top:auto;display:flex;flex-direction:column;gap:var(--space-sm);width:100%;padding-top:var(--space-sm)}.product-card__name{font-size:1.25rem;font-weight:700;margin:0 0 .15rem}.product-card__meta{margin:0 0 var(--space-sm);font-size:.9rem;color:var(--text-muted)}.product-card__price{margin:0;font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--accent)}.product-card__cta{width:100%;text-align:center;font-size:.875rem;padding:.65rem 1rem;min-height:44px}.product-card__currency{font-size:1rem;font-weight:600;opacity:.9;margin-right:.15rem}.notice{margin-top:var(--space-lg);padding:var(--space-md) var(--space-md);font-size:.9rem;color:var(--text-muted);background:linear-gradient(135deg,#fffbeb,#fff);border:1px dashed rgba(201,162,39,.35);border-radius:var(--radius-md);max-width:52rem;margin-inline:auto;box-shadow:0 2px 12px #0f172a0a}.notice strong{color:var(--text)}.notice code{font-size:.85em;padding:.1em .35em;background:#e2e8f0;border-radius:4px}.cta-band.section--warm{padding:calc(var(--space-xl) + .5rem) 0;background:radial-gradient(ellipse 70% 60% at 50% 100%,rgba(255,255,255,.5) 0%,transparent 60%),linear-gradient(168deg,#fffbeb 0%,var(--surface-warm-mid) 50%,var(--surface-warm) 100%)}.cta-band.section--warm:before{display:none}.cta-band__title{position:relative}.cta-band__title:after{content:"";display:block;width:3rem;height:3px;margin:.65rem auto 0;background:linear-gradient(90deg,transparent,var(--accent),transparent);border-radius:3px;opacity:.85}.cta-band__inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-md);max-width:36rem;margin-inline:auto}.cta-band__title{font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;margin:0}.cta-band__text{margin:0;max-width:42ch;color:var(--text-muted);font-size:1.05rem}.site-footer--dark{background:#0a0a0a;color:#f5f5f5;padding:var(--space-xl) 0 calc(var(--space-lg) + env(safe-area-inset-bottom,0));border-top:1px solid rgba(255,255,255,.08)}.footer__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:var(--space-lg);align-items:center}.footer__col--info{text-align:left;font-size:.9rem;line-height:1.55}.footer__copy{margin:0 0 .35rem;font-weight:600;color:#fff}.footer__line{margin:0 0 .25rem;color:#e5e5e5}.footer__line--muted{color:#a3a3a3;font-size:.85rem}.footer__col--brand{display:flex;justify-content:center}.footer__brand-link{display:inline-flex;align-items:center;text-decoration:none}.footer__col--brand .footer__logo{height:76px;width:auto;max-width:280px;object-fit:contain;opacity:.98}@media(min-width:768px){.footer__col--brand .footer__logo{height:88px;max-width:300px}}.footer__col--contact{text-align:right;justify-self:end}.footer__social{list-style:none;margin:0 0 var(--space-sm);padding:0;display:flex;gap:.65rem;justify-content:flex-end}.footer__social li{margin:0}.footer__social-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#fff;color:#0a0a0a;text-decoration:none;transition:transform var(--transition),box-shadow var(--transition)}.footer__social-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000059}.footer__social-icon{width:22px;height:22px}.footer__phone{margin:0;font-size:.95rem}.footer__phone a{color:#fff;text-decoration:none;font-weight:600}.footer__phone a:hover{color:var(--accent-hover)}@media(max-width:900px){.footer__grid{grid-template-columns:1fr;text-align:center;gap:var(--space-md)}.footer__col--info{text-align:center;order:2}.footer__col--brand{order:1}.footer__col--contact{order:3;justify-self:center;text-align:center}.footer__social{justify-content:center}}.whatsapp-float{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));z-index:60;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;filter:drop-shadow(0 4px 16px rgba(0,0,0,.25))}.whatsapp-float__icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff}.whatsapp-float:hover .whatsapp-float__icon{background:#20bd5a}@media(min-width:480px){.whatsapp-float__icon{width:62px;height:62px}}.section--about{padding-top:calc(var(--space-xl) + .5rem);padding-bottom:calc(var(--space-xl) + .5rem)}.about__sprite{position:absolute;width:0;height:0;overflow:hidden}.about{position:relative}.about__split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(1.5rem,4vw,2.75rem);align-items:center;margin-bottom:var(--space-xl)}.about__copy .about__text{margin:0;max-width:none;text-align:left}.about__text p{margin:0 0 var(--space-md);font-size:1.05rem;line-height:1.65;color:var(--text-muted)}.about__text p:last-child{margin-bottom:0}.about__figure{margin:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card-hover);border:1px solid var(--border-subtle);background:#e2e8f0;position:relative}.about__figure:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff1f}.about__photo{display:block;width:100%;height:auto}@media(max-width:899px){.about__split{display:flex;flex-direction:column-reverse;gap:var(--space-lg);margin-bottom:var(--space-lg)}.about__copy .about__text{text-align:center;max-width:40rem;margin-inline:auto}}.about__highlights{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--space-lg);align-items:start;justify-items:center;text-align:center}@media(min-width:768px){.about__highlights{grid-template-columns:repeat(3,1fr);gap:var(--space-md);align-items:start}}.about__highlight{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);max-width:16rem}.about__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;flex-shrink:0;border-radius:50%;color:#fff;background:linear-gradient(155deg,#2563eb,#1d4ed8 42%,#172554);box-shadow:0 10px 26px #1d4ed859,inset 0 1px #ffffff2e}.about__feature-icon{display:block;width:1.75rem;height:1.75rem}.about__label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.35;color:var(--text)}@media(min-width:480px){.about__label{font-size:.75rem}}.gallery-section{padding:calc(var(--space-lg) + .25rem) 0 var(--space-xl);overflow:hidden}.gallery-section__head{text-align:center;margin-bottom:var(--space-md)}.gallery-section__head .section__title{margin-bottom:var(--space-sm)}.gallery-section__lead{margin:0 auto;max-width:40ch;font-size:.95rem;color:var(--text-muted);line-height:1.5}.gallery-carousel__viewport{overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.gallery-carousel__track{display:flex;width:max-content;gap:var(--space-md);animation:gallery-marquee 42s linear infinite;will-change:transform}.gallery-carousel:hover .gallery-carousel__track,.gallery-carousel:focus-within .gallery-carousel__track{animation-play-state:paused}.gallery-carousel__slide{flex:0 0 auto;width:min(78vw,380px);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);border:1px solid var(--border-subtle)}.gallery-carousel__slide img{display:block;width:100%;height:min(52vw,260px);object-fit:cover;object-position:center}.gallery-carousel__slide--art2 img{object-position:center top}@media(min-width:768px){.gallery-carousel__slide{width:min(42vw,400px)}.gallery-carousel__slide img{height:240px}}@keyframes gallery-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.gallery-carousel__track{animation:none}.gallery-carousel__viewport{overflow-x:auto;overflow-y:hidden;mask-image:none;-webkit-mask-image:none;scroll-snap-type:x mandatory;padding-bottom:var(--space-sm)}.gallery-carousel__slide{scroll-snap-align:center}}
