/* build:begin assets/css/pages/home-template.css */
body[data-storefront-template] .home-body,
body[data-storefront-template].home-body {
    background: var(--storefront-page-gradient);
    color: var(--text);
}

body[data-storefront-template] .home-topbar {
    background: var(--storefront-topbar-bg);
    border-bottom-color: var(--storefront-topbar-border);
}

body[data-storefront-template] .home-topbar__brand {
    color: var(--storefront-topbar-brand-color);
}

body[data-storefront-template] .home-sections {
    background: var(--storefront-section-bar-bg);
    border-bottom-color: var(--storefront-section-bar-border);
}

body[data-storefront-template] .home-banner__copy {
    background: var(--storefront-glass-strong);
    border-color: var(--storefront-glass-border);
}

body[data-storefront-template] .home-banner__nav {
    background: var(--storefront-glass-medium);
    border-color: var(--storefront-glass-border-strong);
}

body[data-storefront-template] .provador-loader,
body[data-storefront-template] .story-loader {
    background: var(--storefront-glass-soft);
}

body[data-storefront-template] .provador-video {
    background: var(--storefront-card-heavy-bg);
}

body[data-storefront-template] .provador-meta {
    background: var(--storefront-glass-heavy);
}

body[data-storefront-template] .provador-nav {
    background: var(--storefront-glass-nav);
}

body[data-storefront-template] .story-card--provador .story-video-shell {
    background: var(--storefront-story-shell-bg);
}

body[data-storefront-template] .story-card--provador .story-product {
    background: var(--storefront-card-muted-bg);
}

body[data-storefront-template] .story-card--provador .story-close {
    background: var(--storefront-story-close-bg);
}

body[data-storefront-template] .home-sections__link,
body[data-storefront-template] .home-banner__dot {
    border-radius: var(--storefront-radius-pill);
}

body[data-storefront-template] .home-banner__copy,
body[data-storefront-template] .banner-card,
body[data-storefront-template] .provador-meta,
body[data-storefront-template] .sg-modal,
body[data-storefront-template] .sg-modal__size-badge {
    border-radius: var(--storefront-radius-surface);
}

body[data-storefront-template] .provador-loader,
body[data-storefront-template] .provador-video {
    border-radius: var(--storefront-radius-media-sm);
}

body[data-storefront-template] .story-card--provador .story-product {
    border-radius: var(--storefront-radius-surface-lg);
}

body[data-storefront-template] .story-card--provador .story-video-shell {
    border-radius: var(--storefront-radius-media-card);
}

body[data-storefront-template] .size-filter__btn {
    border-radius: var(--storefront-radius-chip);
}

body[data-storefront-template] .provador-meta__thumb,
body[data-storefront-template] .story-added-confirm {
    border-radius: var(--storefront-radius-control);
}

body[data-storefront-template] .story-size-option {
    border-radius: var(--storefront-radius-control-sm);
}

body[data-storefront-template] .size-grid__more {
    border-radius: var(--storefront-radius-tight);
}

body[data-storefront-template] .size-card {
    border-radius: var(--storefront-radius-edge-card);
}

body[data-storefront-template] .home-banner__nav,
body[data-storefront-template] .provador-nav,
body[data-storefront-template] .story-added-confirm i,
body[data-storefront-template] .sg-modal__close {
    border-radius: var(--storefront-radius-icon);
}

body[data-storefront-template] .sg-modal-prod {
    border-radius: var(--storefront-radius-control-sm);
}

body[data-storefront-template] .sg-modal-prod__img {
    border-radius: var(--storefront-radius-compact);
}

/* build:end */


/* build:begin assets/css/pages/home-theme-dark.css */
body[data-storefront-template="dark"] {
    --storefront-story-overlay-bg: var(--black-alpha-92);
    --storefront-story-confirm-bg: linear-gradient(135deg, var(--mint-alpha-12), var(--rose-alpha-12));
    --storefront-story-confirm-border: var(--mint-alpha-22);
    --storefront-story-confirm-text: var(--white);
    --storefront-story-confirm-icon-bg: linear-gradient(135deg, var(--mint-alpha-28), var(--mint-alpha-15));
    --storefront-story-confirm-icon-text: var(--neon-mint);
    --storefront-story-size-option-bg: var(--surface-border-subtle);
    --storefront-story-size-option-border: var(--surface-border-strong);
    --storefront-story-size-option-text: var(--white);
    --storefront-story-size-option-hover-bg: var(--white-alpha-18);
    --storefront-story-size-option-hover-border: var(--text-alpha-40);
    --storefront-story-size-option-active-bg: linear-gradient(135deg, var(--neon-yellow), var(--champagne));
    --storefront-story-size-option-active-border: transparent;
    --storefront-story-size-option-active-text: var(--bg);
    --storefront-size-filter-border: var(--surface-border);
    --storefront-size-filter-text: var(--text-alpha-60);
    --storefront-size-filter-border-hover: var(--surface-border-soft);
    --storefront-size-filter-text-hover: var(--white);
    --storefront-size-filter-active-bg: var(--neon-lime-alt);
    --storefront-size-filter-active-border: var(--neon-lime-alt);
    --storefront-size-filter-active-text: var(--black);
    --storefront-size-more-border: var(--white-alpha-15);
    --storefront-size-more-text: var(--white);
    --storefront-size-more-border-hover: var(--neon-lime-alt);
    --storefront-size-more-text-hover: var(--neon-lime-alt);
}

/* build:end */


/* build:begin assets/css/pages/home-theme-light.css */
body[data-storefront-template="light"] {
    --storefront-story-overlay-bg: rgba(20, 37, 63, 0.72);
    --storefront-story-confirm-bg: var(--storefront-semantic-success-bg);
    --storefront-story-confirm-border: var(--storefront-semantic-success-border);
    --storefront-story-confirm-text: var(--storefront-semantic-success-text);
    --storefront-story-confirm-icon-bg: #ffffff;
    --storefront-story-confirm-icon-text: #118a59;
    --storefront-story-size-option-bg: #ffffff;
    --storefront-story-size-option-border: #d8e1ec;
    --storefront-story-size-option-text: #24344f;
    --storefront-story-size-option-hover-bg: #f7fbff;
    --storefront-story-size-option-hover-border: #b9c8d9;
    --storefront-story-size-option-active-bg: var(--storefront-action-primary-bg);
    --storefront-story-size-option-active-border: var(--storefront-action-primary-border);
    --storefront-story-size-option-active-text: var(--storefront-action-primary-text);
    --storefront-size-filter-border: #d8e1ec;
    --storefront-size-filter-text: #6d7b91;
    --storefront-size-filter-border-hover: #b9c8d9;
    --storefront-size-filter-text-hover: #24344f;
    --storefront-size-filter-active-bg: #118a59;
    --storefront-size-filter-active-border: #118a59;
    --storefront-size-filter-active-text: #ffffff;
    --storefront-size-more-border: #d8e1ec;
    --storefront-size-more-text: #24344f;
    --storefront-size-more-border-hover: #118a59;
    --storefront-size-more-text-hover: #118a59;
}

/* build:end */


.home-body {
    background: radial-gradient(circle at top, var(--bg-top-start), var(--bg) 45%);
    color: var(--text);
}

.home-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px clamp(16px, 3vw, 32px);
    position: relative;
    z-index: 5;
    background: var(--panel-alpha-90);
    border-bottom: 1px solid var(--surface-border-subtle);
}

.home-topbar__spacer {
    flex: 1;
}

.home-topbar .home-topbar__actions {
    flex: 1;
    justify-content: flex-end;
}

.home-topbar__logo {
    flex: 0 0 auto;
    justify-self: center;
}

.home-topbar__logo img {
    height: var(--home-logo-height, 40px);
}

.home-topbar__brand {
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: var(--home-logo-text-size, calc(var(--home-logo-height, 40px) * 0.55));
}

.home-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px clamp(16px, 6vw, 48px);
    background: var(--storefront-section-bar-bg);
    border-bottom: 1px solid var(--storefront-section-bar-border);
}

.home-sections__link {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--storefront-glass-border);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-soft);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.home-sections__link:hover {
    border-color: var(--text-alpha-40);
    transform: translateY(-1px);
}

.home-main {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.home-banner {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    background: var(--panel-alt);
}

.home-banner__viewport {
    overflow: hidden;
}

.home-banner__track {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.home-banner__slide {
    min-width: 100%;
    display: block;
    position: relative;
    color: var(--white);
}

.home-banner__slide picture,
.home-banner__slide img {
    width: 100%;
    height: clamp(320px, 58vw, 520px);
    object-fit: cover;
    display: block;
}

.home-banner__copy {
    position: absolute;
    bottom: 36px;
    left: 36px;
    max-width: 520px;
    background: var(--storefront-glass-strong);
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid var(--storefront-glass-border);
    backdrop-filter: blur(8px);
}

.home-banner__copy h2 {
    margin: 0 0 6px;
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
}

.home-banner__copy p {
    margin: 0;
    color: var(--text-alpha-80);
}

.home-banner__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid var(--storefront-glass-border-strong);
    background: var(--storefront-glass-medium);
    color: var(--storefront-top-action-text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home-banner__nav--prev {
    left: 18px;
}

.home-banner__nav--next {
    right: 18px;
}

.home-banner__dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    align-items: center;
}

.home-banner__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 1px solid var(--text-alpha-50);
    background: transparent;
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.home-banner__dot.is-active {
    width: 28px;
    background: var(--white);
}

.home-banner__empty {
    padding: 64px 32px;
    text-align: center;
    color: var(--text-alpha-70);
}

.banner-grid {
    padding: 40px clamp(20px, 5vw, 64px);
}

.banner-grid__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.banner-card {
    background: var(--panel);
    border: 1px solid var(--surface-border-subtle);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-rows: auto 1fr;
}

.banner-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.banner-card__copy {
    padding: 14px 16px 18px;
}

.banner-card__copy h3 {
    margin: 6px 0 8px;
}

.banner-card__copy p {
    margin: 0 0 8px;
    color: var(--muted);
}

@media (min-width: 768px){
    .home-topbar {
        min-height: 72px;
        max-height: 104px;
    }
}

.home-section {
    padding: clamp(32px, 5vw, 40px) clamp(16px, 6vw, 48px);
}

.home-section--provadores {
    overflow-x: hidden;
}

.provador-carousel {
    margin-top: clamp(12px, 2vw, 18px);
    position: relative;
}

.provador-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--muted);
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    background: var(--storefront-glass-soft);
    border-radius: 22px;
    backdrop-filter: blur(3px);
    pointer-events: none;
    z-index: 4;
}

.provador-loader[hidden] {
    display: none !important;
}

.provador-loader__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--provador-dot-gradient);
    box-shadow: 0 0 12px var(--pink-soft-alpha-50);
    animation: provadorPulse 1.2s ease-in-out infinite;
}

@keyframes provadorPulse {
    0% { transform: scale(0.8); opacity: 0.5; }
    50% { transform: scale(1.3); opacity: 1; }
    100% { transform: scale(0.8); opacity: 0.5; }
}

.provador-swiper {
    overflow: visible;
    touch-action: pan-y;
    padding: clamp(8px, 1.2vw, 12px) 0 8px;
}

.provador-track {
    display: flex;
    align-items: center;
    padding: 0 6px;
    gap: 18px;
    transition: transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.provador-card {
    width: clamp(220px, 18vw, 280px);
    min-width: clamp(220px, 18vw, 280px);
    max-width: clamp(220px, 18vw, 280px);
    display: grid;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
    transform: translateY(6px);
    opacity: 0.75;
    filter: saturate(0.9);
    transition: transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
                filter 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
    overflow: visible;
}

.provador-card__inner {
    display: grid;
    gap: 10px;
    transform: scale(0.94);
    transition: transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center;
}

.provador-card.is-prev,
.provador-card.is-next {
    transform: translateY(2px);
    opacity: 0.9;
    filter: saturate(1);
    z-index: 2;
}

.provador-card.is-prev .provador-card__inner,
.provador-card.is-next .provador-card__inner {
    transform: scale(0.98);
}

.provador-card.is-active {
    transform: translateY(-6px);
    opacity: 1;
    filter: saturate(1.1);
    box-shadow: 0 26px 50px var(--black-alpha-45);
    z-index: 3;
}

.provador-card.is-active .provador-card__inner {
    transform: scale(1.08);
}

.provador-video {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    border-radius: 22px;
    overflow: hidden;
    border: none;
    background: var(--storefront-card-heavy-bg);
    cursor: pointer;
    aspect-ratio: 9 / 16;
}

.provador-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.provador-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.provador-meta {
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid var(--surface-border-subtle);
    background: var(--storefront-glass-heavy);
    cursor: pointer;
}

.provador-meta__thumb {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--surface-border);
    background: var(--surface-border-subtle);
}

.provador-meta__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.provador-meta__info strong {
    display: block;
    font-size: 0.9rem;
}

.provador-meta__info span {
    display: block;
    font-size: 0.8rem;
    color: var(--text-alpha-75);
}

.provador-meta__price {
    font-size: 0.85rem;
    color: var(--text-alpha-92);
    font-weight: 600;
}

.provador-meta__row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.provador-empty {
    margin-top: 0;
    color: var(--text-alpha-70);
}

.provador-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--surface-border-strong);
    background: var(--storefront-glass-nav);
    color: var(--storefront-top-action-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.provador-nav.is-hidden {
    display: none;
}

.provador-nav--prev {
    left: -10px;
}

.provador-nav--next {
    right: -10px;
}

.provador-card.is-liked .provador-video {
    border: none;
    box-shadow: none;
    outline: none;
}

.story-overlay--provador {
    background: var(--storefront-story-overlay-bg);
}

.story-overlay--provador .story-card--provador {
    width: min(1360px, 96vw);
    height: min(92vh, 860px);
    padding: 24px 40px;
    box-sizing: border-box;
    background: transparent;
    border: none;
    box-shadow: none;
    --story-radius: 24px;
    overflow: visible;
}

.story-stage--provador {
    height: 100%;
    width: 100%;
    min-height: 0;
    overflow: visible;
}

.story-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--text-alpha-80);
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    background: var(--storefront-glass-soft);
    border-radius: 22px;
    backdrop-filter: blur(3px);
    pointer-events: none;
    z-index: 6;
}

.story-loader[hidden] {
    display: none !important;
}

.story-loader__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--provador-dot-gradient);
    box-shadow: 0 0 12px var(--pink-soft-alpha-50);
    animation: provadorPulse 1.2s ease-in-out infinite;
}

.story-stage--provador .swiper-wrapper {
    align-items: center;
    height: 100%;
}

.story-stage--provador .swiper-slide {
    height: 100%;
}

.story-slide {
    position: relative;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    opacity: 1;
    transform: scale(0.82);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
}

.story-slide.is-prev,
.story-slide.is-next {
    opacity: 1;
    transform: scale(0.82);
    z-index: 2;
}

.story-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 3;
}

.story-card--provador .story-video-shell {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--storefront-story-shell-bg);
  aspect-ratio: 9 / 16;
  box-shadow: 0 8px 32px var(--black-alpha-50);
}

.story-card--provador .story-video-shell video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-slide:not(.is-active) .story-video-shell .story-video {
  filter: brightness(0.55);
}

.story-card--provador .story-progress {
    position: absolute;
    top: 14px;
    left: 16px;
    right: 16px;
    width: auto;
    height: 4px;
    background: transparent;
    z-index: 4;
    pointer-events: none;
}

.story-progress--segments {
    display: flex;
    gap: 6px;
}

.story-progress__segment {
    flex: 1;
    height: 3px;
    background: var(--text-alpha-35);
    border-radius: 999px;
    overflow: hidden;
}

.story-progress__segment .story-progress__fill {
    display: block;
    height: 100%;
    background: var(--text-alpha-92);
    transform-origin: left;
    transform: scaleX(0);
}

.story-slide:not(.is-active) .story-video-shell video {
    filter: brightness(0.55);
}

.story-slide:not(.is-active) .story-actions,
.story-slide:not(.is-active) .story-product,
.story-slide:not(.is-active) .story-progress {
    opacity: 0;
    pointer-events: none;
}

.story-card--provador .story-product {
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-areas:
        "thumb meta"
        "thumb meta"
        "cta cta";
    gap: 6px 12px;
    align-items: start;
    background: var(--storefront-card-muted-bg);
    border: none;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 18px;
    padding: 10px 12px;
}

.story-card--provador .story-product__thumb {
    grid-area: thumb;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    overflow: hidden;
}

.story-card--provador .story-product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.story-card--provador .story-product__meta {
    grid-area: meta;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.story-card--provador .story-product__meta strong {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.1;
}

.story-card--provador .story-product__meta span {
    margin-top: 0;
    color: var(--text-alpha-78);
    font-size: 0.9rem;
}

.story-card--provador .story-product__cta {
    grid-area: cta;
    width: 100%;
    justify-self: stretch;
}

.story-card--provador .story-product {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 22px;
}

.story-card--provador .story-actions {
    bottom: 150px;
    transition: bottom 0.25s ease;
}

/* Shift actions up when size selector is visible */
.story-slide:has([data-story-size-selector]:not([hidden])) .story-actions {
    bottom: 200px;
}

.story-card--provador .story-close {
    background: var(--storefront-story-close-bg);
    border: 1px solid var(--surface-border-strong);
    color: var(--storefront-top-action-text);
}

/* Tap zones (left/right navigation) */
.story-tap-zone {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35%;
    z-index: 3;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.story-tap-zone--left {
    left: 0;
}

.story-tap-zone--right {
    right: 0;
}

/* Size selector */
.story-size-selector {
    grid-area: cta;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    animation: storySizeFadeIn 0.25s ease;
}

.story-size-selector[hidden] {
    display: none !important;
}

/* Added to cart confirmation */
.story-added-confirm {
    grid-area: cta;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    background: var(--storefront-story-confirm-bg);
    border: 1px solid var(--storefront-story-confirm-border);
    border-radius: 12px;
    color: var(--storefront-story-confirm-text);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    animation: confirmPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(8px);
}

.story-added-confirm[hidden] {
    display: none !important;
}

.story-added-confirm i {
    font-size: 1.1rem;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--storefront-story-confirm-icon-bg);
    color: var(--storefront-story-confirm-icon-text);
    flex-shrink: 0;
}

@keyframes confirmPop {
    0% { opacity: 0; transform: scale(0.85) translateY(8px); }
    60% { opacity: 1; transform: scale(1.03) translateY(-2px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

.story-size-selector__label {
    font-size: 0.8rem;
    color: var(--text-alpha-70);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
}

.story-size-selector__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.story-size-option {
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid var(--storefront-story-size-option-border);
    background: var(--storefront-story-size-option-bg);
    color: var(--storefront-story-size-option-text);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    min-width: 44px;
    text-align: center;
}

.story-size-option:hover {
    background: var(--storefront-story-size-option-hover-bg);
    border-color: var(--storefront-story-size-option-hover-border);
    transform: translateY(-1px);
}

.story-size-option:active {
    background: var(--storefront-story-size-option-active-bg);
    color: var(--storefront-story-size-option-active-text);
    border-color: var(--storefront-story-size-option-active-border);
    transform: scale(0.96);
}

@keyframes storySizeFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
    .provador-card {
        min-width: 180px;
        max-width: 180px;
    }

    .story-slide {
        transform: scale(0.85);
    }

    .story-slide.is-active {
        transform: scale(1);
    }

    .story-overlay--provador .story-card--provador {
        padding: 12px 8px;
    }
}

.home-section .section-head {
    max-width: 680px;
    margin: 0 auto 24px;
    text-align: center;
}

.home-section .section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.72rem;
    color: var(--muted);
    margin-bottom: 8px;
}

.home-section h2 {
    margin: 0 0 10px;
}

.home-section .section-subtitle {
    margin: 0;
    color: var(--text-alpha-75);
}

@media (max-width: 768px) {
    .home-banner__slide picture,
    .home-banner__slide img {
        height: clamp(420px, 72vw, 560px);
        object-position: center top;
    }

    .home-banner__copy {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .home-banner__nav {
        display: none;
    }
}

@media (max-width: 540px) {
    .home-banner__slide picture {
        height: auto;
        aspect-ratio: 4 / 5;
        max-height: min(78vh, 560px);
        display: block;
        background: var(--panel-alt);
    }

    .home-banner__slide img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center center;
        background: var(--panel-alt);
    }
}

@media (max-width: 720px){
    .category-showcase {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }
}

.home-section-note {
    max-width: 620px;
    margin: 0;
    color: var(--text-alpha-80);
    font-family: var(--figtree);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.45;
}

@media (max-width: 720px){
    .home-section-note {
        font-size: 0.95rem;
        line-height: 1.45;
    }
}

@media (max-width: 520px){
    .home-section-note {
        font-size: 0.92rem;
        line-height: 1.42;
    }
}

/* ======================================================
   SIZE GUIDE — Galeria UGC filtrável por tamanho
   ====================================================== */

/* Filter bar */
.size-filter {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 0 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.size-filter::-webkit-scrollbar { display: none; }
.size-filter__btn {
    padding: 8px 20px;
    border: 1px solid var(--storefront-size-filter-border);
    border-radius: 24px;
    background: transparent;
    color: var(--storefront-size-filter-text);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.size-filter__btn:hover {
    border-color: var(--storefront-size-filter-border-hover);
    color: var(--storefront-size-filter-text-hover);
}
.size-filter__btn.is-active {
    background: var(--storefront-size-filter-active-bg);
    color: var(--storefront-size-filter-active-text);
    border-color: var(--storefront-size-filter-active-border);
}

/* Grid */
.size-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 6px;
    padding: 0;
    mask-image: linear-gradient(to right, transparent 0%, var(--black) 3%, var(--black) 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, var(--black) 3%, var(--black) 97%, transparent 100%);
}
.size-grid__more-wrap {
    display: flex;
    justify-content: center;
    padding: 24px 0 0;
}
.size-grid__more {
    padding: 10px 32px;
    border: 1px solid var(--storefront-size-more-border);
    border-radius: 6px;
    background: transparent;
    color: var(--storefront-size-more-text);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}
.size-grid__more:hover {
    border-color: var(--storefront-size-more-border-hover);
    color: var(--storefront-size-more-text-hover);
}
.size-grid__empty {
    text-align: center;
    padding: 32px;
    opacity: 0.5;
}

/* Card */
.size-card {
    position: relative;
    aspect-ratio: 3/4;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    border: none;
    padding: 0;
    background: var(--surface-bg-soft);
    transition: transform 0.25s ease;
}
.size-card:hover {
    transform: scale(1.03);
    z-index: 2;
}
.size-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.size-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    background: linear-gradient(to top, var(--black-alpha-70) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.size-card:hover .size-card__overlay {
    opacity: 1;
}
.size-card__name {
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    line-height: 1.3;
}
.size-card__sizes {
    font-size: 10px;
    color: var(--text-alpha-70);
    margin-top: 2px;
}

/* Modal */
.sg-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: var(--storefront-merge-overlay-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding: 16px;
}
.sg-modal-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}
.sg-modal {
    position: relative;
    width: 100%;
    max-width: 900px;
    max-height: 90vh;
    background: var(--storefront-overlay-card-bg);
    border: 1px solid var(--storefront-overlay-card-border);
    box-shadow: var(--storefront-overlay-card-shadow);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.sg-modal__close {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--storefront-top-action-border);
    background: var(--storefront-top-action-bg);
    color: var(--storefront-top-action-text);
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.sg-modal__close:hover {
    background: var(--surface-bg-soft);
    color: var(--storefront-action-primary-border);
}
.sg-modal__body {
    display: flex;
    overflow-y: auto;
    max-height: 90vh;
}
.sg-modal__photo {
    flex: 0 0 40%;
    min-height: 300px;
    background: var(--storefront-story-shell-bg);
}
.sg-modal__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sg-modal__detail {
    flex: 1;
    padding: 28px 24px;
    overflow-y: auto;
}
.sg-modal__detail h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
    color: var(--text-alpha-92);
}
.sg-modal__handle {
    font-size: 13px;
    color: var(--text-alpha-50);
    margin: 0 0 12px;
}
.sg-modal__social-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.2s;
    margin-top: 6px;
}
.sg-modal__social-link:hover { opacity: 0.8; }
.sg-modal__social-link i { font-size: 42px; }
.sg-modal__social-link--instagram i { color: var(--brand-instagram); }
.sg-modal__social-link--tiktok i { color: var(--white); }
.sg-modal__social-link--facebook i { color: var(--brand-facebook); }
.sg-modal__social-link--twitter i { color: var(--white); }
.sg-modal__social-link--youtube i { color: var(--brand-youtube); }
.sg-modal__social-link--kwai i { color: var(--brand-kwai); }
.sg-modal__social-link--pinterest i { color: var(--brand-pinterest); }
.sg-modal__social-link--threads i { color: var(--white); }
.sg-modal__social-link--link i { color: var(--text-alpha-50); }
.sg-modal__sizes {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.sg-modal__size-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    background: var(--storefront-action-outline-bg);
    color: var(--storefront-action-outline-text);
    border: 1px solid var(--storefront-action-outline-border);
}
.sg-modal__products {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sg-modal-prod {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: var(--text-alpha-92);
    padding: 8px;
    border-radius: 10px;
    transition: background 0.2s;
}
.sg-modal-prod:hover {
    background: var(--surface-border-faint);
}
.sg-modal-prod__img {
    width: 72px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--surface-bg-soft);
    flex-shrink: 0;
}
.sg-modal-prod__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sg-modal-prod__no-img {
    width: 100%;
    height: 100%;
    background: var(--surface-bg-soft);
}
.sg-modal-prod__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.sg-modal-prod__info strong {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}
.sg-modal-prod__price {
    font-size: 14px;
    font-weight: 600;
    color: var(--neon-lime-alt);
}
.sg-modal-prod__compare {
    font-size: 12px;
    color: var(--text-alpha-40);
    text-decoration: line-through;
}

/* Mobile */
@media (max-width: 720px) {
    .size-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 4px;
        padding: 0;
    }
    .size-filter {
        padding: 0 0 16px;
        gap: 6px;
    }
    .size-filter__btn {
        padding: 6px 14px;
        font-size: 12px;
    }
    .sg-modal__body {
        flex-direction: column;
    }
    .sg-modal__photo {
        flex: none;
        height: 50vh;
        min-height: auto;
    }
    .sg-modal__detail {
        padding: 20px 16px;
    }
    .sg-modal {
        max-width: 100%;
        max-height: 95vh;
        border-radius: 12px;
    }
}
