.merch-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(65% 85% at 88% 16%,color-mix(in srgb,var(--blue) 13%,transparent),transparent),linear-gradient(125deg,var(--bg),var(--card) 61%,color-mix(in srgb,var(--blue) 5%,var(--card)))}.merch-hero::before{position:absolute;inset:0;opacity:.26;background-image:linear-gradient(to right,var(--line) 1px,transparent 1px),linear-gradient(to bottom,var(--line) 1px,transparent 1px);background-size:72px 72px;content:"";mask-image:linear-gradient(90deg,#000,transparent 77%)}.merch-hero__grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;min-height:610px;align-items:center;gap:clamp(2rem,6vw,6rem)}.merch-hero__copy{padding-block:5rem}.merch-hero__copy .label{display:flex;align-items:center;gap:.45rem}.merch-hero__copy .label .icon{width:16px;color:var(--blue)}.merch-hero h1{max-width:12ch;margin:.9rem 0 0;font-size:clamp(2.65rem,5vw,var(--theme-heading-max,4.25rem));line-height:.98}.merch-hero__copy>p:not(.label){max-width:37rem;margin:1.25rem 0 0;color:var(--muted);font-size:1rem;line-height:1.7}.merch-hero__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.8rem}.merch-hero__signals{display:flex;flex-wrap:wrap;gap:.8rem 1.1rem;margin-top:2rem;color:var(--muted);font-size:.8125rem;font-weight:700}.merch-hero__signals span{display:flex;align-items:center;gap:.35rem}.merch-hero__signals .icon{width:16px;color:var(--blue)}.merch-hero__visual{position:relative;display:grid;min-height:480px;place-items:center}.merch-hero__halo{position:absolute;width:min(94%,470px);aspect-ratio:1;border:1px solid color-mix(in srgb,var(--blue) 28%,var(--line));border-radius:50%;background:radial-gradient(circle at 43% 35%,var(--card) 0 19%,color-mix(in srgb,var(--blue) 7%,var(--card)) 72%,color-mix(in srgb,var(--blue) 12%,var(--card)));box-shadow:inset 0 0 0 35px rgba(255,255,255,.35),0 35px 72px -53px color-mix(in srgb,var(--blue) 65%,transparent)}.merch-hero__halo::after{position:absolute;inset:13%;border:1px dashed color-mix(in srgb,var(--blue) 35%,var(--line));border-radius:50%;content:""}.merch-hero__image{position:relative;z-index:1;display:grid;width:min(77%,430px);aspect-ratio:1;place-items:center}.merch-hero__image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 30px 23px rgba(18,39,64,.22))}.merch-hero__product{position:absolute;z-index:2;right:0;bottom:2.9rem;width:15rem;border:1px solid rgba(255,255,255,.92);border-radius:var(--theme-card-radius);background:rgba(255,255,255,.92);padding:1rem;box-shadow:0 24px 48px -32px rgba(12,43,78,.6);backdrop-filter:blur(12px)}.merch-hero__product span,.merch-hero__product b,.merch-hero__product strong{display:block}.merch-hero__product span{color:var(--blue);font-size:.75rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.merch-hero__product b{margin-top:.42rem;font-size:.95rem;line-height:1.35}.merch-hero__product strong{display:flex;align-items:center;gap:.35rem;margin-top:.75rem;color:var(--ink);font-size:1rem}.merch-hero__product .icon{width:16px;color:var(--blue)}
.merch-section{padding-block:var(--theme-section-space)}.merch-section__head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.8rem}.merch-section__head h2{max-width:640px;margin:.55rem 0 0;font-size:clamp(2rem,3.8vw,3.25rem);line-height:1.04}.merch-section__head>p,.merch-section__head>div>p:not(.label){max-width:25rem;margin:0;color:var(--muted);font-size:.9375rem;line-height:1.65}.merch-section__head>div:last-child{display:grid;justify-items:start;gap:.7rem}.merch-collection-section{background:var(--bg)}.merch-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.merch-collection-card{position:relative;display:flex;min-height:19.2rem;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--theme-card-radius);background:var(--card);transition:transform .25s,border-color .25s,box-shadow .25s}.merch-collection-card:hover{border-color:color-mix(in srgb,var(--blue) 55%,var(--line));box-shadow:0 24px 50px -35px color-mix(in srgb,var(--blue) 55%,transparent);transform:translateY(-3px)}.merch-collection-card__number{position:absolute;z-index:1;top:.85rem;left:.85rem;display:grid;width:29px;height:29px;place-items:center;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:rgba(255,255,255,.89);color:var(--blue);font-size:.75rem;font-weight:800}.merch-collection-card__media{display:grid;height:9rem;place-items:center;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--blue) 5%,var(--card)),var(--card))}.merch-collection-card__media img{width:100%;height:100%;object-fit:contain;padding:.8rem;transition:transform .3s}.merch-collection-card:hover img{transform:scale(1.05)}.merch-collection-card__media i{color:var(--blue)}.merch-collection-card__copy{display:flex;flex:1;flex-direction:column;padding:1rem}.merch-collection-card__copy p{margin:0;color:var(--blue);font-size:.75rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.merch-collection-card__copy h3{margin:.48rem 0 0;font-size:1.25rem;line-height:1.18}.merch-collection-card__copy>span{margin-top:.5rem;color:var(--muted);font-size:.875rem;line-height:1.55}.merch-collection-card__copy b{display:flex;align-items:center;gap:.35rem;margin-top:auto;padding-top:1rem;color:var(--ink);font-size:.875rem}.merch-collection-card__copy .icon{width:16px;color:var(--blue)}
.merch-featured-collection{background:var(--card)}.merch-featured-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.merch-featured-products .premium-catalog-card{height:100%}.merch-empty{grid-column:1/-1;max-width:650px;margin:auto;padding:2rem;text-align:center}.merch-empty i{display:grid;width:48px;height:48px;margin:auto;place-items:center;border-radius:14px;background:var(--blue-soft);color:var(--blue)}.merch-empty h3{margin:1rem 0 .3rem;font-size:1.3rem}.merch-empty p{margin:0;color:var(--muted);font-size:.9rem}
.merch-feature-product{overflow:hidden;background:#172b43;color:#fff}.merch-feature-product__grid{display:grid;grid-template-columns:1fr .95fr;align-items:center;gap:clamp(2.5rem,8vw,8rem);padding-block:var(--theme-section-space)}.merch-feature-product__media{position:relative;display:grid;min-height:27rem;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:calc(var(--theme-card-radius) + 4px);background:linear-gradient(145deg,#2b4967,#1a314b)}.merch-feature-product__media::after{position:absolute;inset:10%;border:1px dashed rgba(255,255,255,.18);border-radius:50%;content:""}.merch-feature-product__media img{position:relative;z-index:1;width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 35px 25px rgba(0,0,0,.26))}.merch-feature-product__media i{color:#a9cefb}.merch-feature-product__copy .label{color:#a9cefb}.merch-feature-product__copy h2{max-width:620px;margin:.65rem 0 0;font-size:clamp(2rem,3.9vw,3.35rem);line-height:1.04}.merch-feature-product__copy>p:not(.label){max-width:34rem;margin:1.2rem 0 0;color:#cfdae5;font-size:1rem;line-height:1.72}.merch-feature-product__purchase{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:1.5rem}.merch-feature-product__purchase strong{font-size:1.35rem}.merch-feature-product__purchase .btn--secondary{border-color:rgba(255,255,255,.35);background:transparent;color:#fff}.merch-feature-product__point{display:flex;align-items:center;gap:.55rem;margin-top:.8rem;color:#e8f0f6;font-size:.9rem}.merch-feature-product__point .icon{width:18px;color:#8fc1f7}.merch-feature-product__app{margin-top:1rem}.merch-feature-product__app:empty{display:none}
.merch-faq{border-top:1px solid var(--line);background:var(--card)}.merch-faq__grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(2.5rem,9vw,9rem)}.merch-faq header h2{max-width:25rem;margin:.55rem 0 0;font-size:clamp(2rem,3.8vw,3.25rem);line-height:1.04}.merch-faq header>p:not(.label){max-width:25rem;color:var(--muted);font-size:.9375rem;line-height:1.65}.merch-faq__items{border-top:1px solid var(--line)}.merch-faq details{border-bottom:1px solid var(--line)}.merch-faq summary{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;color:var(--ink);font-size:1rem;font-weight:700;cursor:pointer;list-style:none}.merch-faq summary::-webkit-details-marker{display:none}.merch-faq summary .icon{width:19px;color:var(--blue);transition:transform .2s}.merch-faq details[open] summary .icon{transform:rotate(45deg)}.merch-faq details>div{padding:0 2rem 1.2rem 0;color:var(--muted);font-size:.9375rem;line-height:1.65}.merch-faq details>div p:first-child{margin-top:0}
.merch-newsletter{padding:0 0 var(--theme-section-space);background:var(--card)}.merch-newsletter__card{display:flex;align-items:center;justify-content:space-between;gap:2rem;border:1px solid color-mix(in srgb,var(--blue) 25%,var(--line));border-radius:calc(var(--theme-card-radius) + 4px);background:linear-gradient(120deg,color-mix(in srgb,var(--blue) 9%,var(--card)),var(--card) 70%);padding:clamp(1.4rem,4vw,2.4rem)}.merch-newsletter h2{margin:.55rem 0 0;font-size:clamp(1.85rem,3vw,2.65rem);line-height:1.06}.merch-newsletter__card>div>p:not(.label){margin:.55rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.6}.merch-newsletter__form{display:flex;min-width:min(100%,27rem);flex-wrap:wrap;gap:.55rem}.merch-newsletter__form input{min-width:0;min-height:46px;flex:1;border:1px solid var(--line);border-radius:var(--theme-control-radius);background:var(--card);padding:.75rem .85rem;color:var(--ink)}.merch-newsletter__form .form-message{width:100%;margin:0}
@media(max-width:950px){.merch-hero__grid,.merch-feature-product__grid,.merch-faq__grid{grid-template-columns:1fr}.merch-hero__copy{padding-bottom:0}.merch-hero__visual{min-height:26rem}.merch-hero__halo{width:min(82%,470px)}.merch-collection-grid,.merch-featured-products{grid-template-columns:1fr 1fr}.merch-feature-product__media{max-width:40rem;min-height:23rem}.merch-newsletter__card{align-items:flex-start;flex-direction:column}.merch-newsletter__form{width:100%}}
@media(max-width:600px){.merch-hero__copy{padding-top:3.25rem}.merch-hero__visual{min-height:21rem}.merch-hero__halo{width:18.5rem}.merch-hero__image{width:15rem}.merch-hero__product{right:0;bottom:1rem;width:12.5rem;padding:.8rem}.merch-hero__product span{font-size:.7rem}.merch-hero__product b{font-size:.875rem}.merch-hero__product strong{font-size:.9rem}.merch-section__head{align-items:flex-start;flex-direction:column;gap:.8rem;margin-bottom:1.35rem}.merch-collection-grid,.merch-featured-products{grid-template-columns:1fr}.merch-collection-card{min-height:15rem}.merch-collection-card__media{height:7rem}.merch-feature-product__grid{gap:2rem}.merch-feature-product__media{min-height:20rem}.merch-feature-product__purchase .btn{width:100%}.merch-faq__grid{gap:1.5rem}.merch-newsletter__card{padding:1.35rem}.merch-newsletter__form{flex-direction:column}.merch-newsletter__form .btn{width:100%}}
