/* D+ commerce layer: lightweight, framework-free and shared across every store page. */

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
body.store-open { overflow: hidden; }
.store-page { color: var(--ink); background: #f6f5f2; }
.store-main { min-height: 75svh; padding-top: 7.5rem; }
.store-kicker { color: var(--red); font-size: .58rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.store-section { padding: clamp(5rem, 9vw, 9rem) 0; color: var(--ink); background: var(--white); content-visibility: auto; contain-intrinsic-size: auto 50rem; }
.store-section-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.store-section-head h2 { max-width: 50rem; margin-top: .5rem; font-family: var(--display); font-size: clamp(3.6rem, 7vw, 7.4rem); font-weight: 400; line-height: .82; text-transform: uppercase; }
.store-section-head h2 em { color: var(--red); font-style: normal; }
.store-section-head > a { flex: 0 0 auto; }
.store-section-copy { max-width: 37rem; margin-top: 1.25rem; color: var(--muted); font-size: .74rem; line-height: 1.75; }
.button-wide { width: 100%; }
.hero-actions { flex-wrap: wrap; }

.site-header { grid-template-columns: auto 1fr auto; }
.site-header .brand-logo { height: 3rem; }
.header-actions { grid-column: 3; grid-row: 1; display: flex; align-items: center; gap: .35rem; }
.header-actions .header-booking { display: inline-flex; min-height: 2.9rem; align-items: center; margin-left: .25rem; padding: 0 1rem; border-radius: var(--radius-sm); color: var(--white); background: var(--red); font-size: .57rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform 180ms ease, filter 180ms ease; }
.header-actions .header-booking:hover { filter: brightness(.9); transform: translateY(-2px); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; gap: .45rem; align-items: center; padding: .8rem 0; color: rgba(33,30,27,.62); cursor: pointer; font-size: .67rem; font-weight: 700; letter-spacing: .12em; list-style: none; text-transform: uppercase; transition: color 180ms ease; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary:hover, .nav-dropdown summary:focus-visible, .nav-dropdown[open] summary { color: var(--ink); }
.nav-dropdown summary span { color: var(--red); font-size: .8rem; transition: transform 180ms ease; }
.nav-dropdown[open] summary span { transform: rotate(180deg); }
.nav-submenu { position: absolute; top: calc(100% + .65rem); right: -.65rem; display: grid; width: min(24rem, 80vw); gap: .2rem; padding: .6rem; border: 1px solid rgba(20,20,20,.12); border-radius: .85rem; background: rgba(255,255,255,.97); box-shadow: 0 1.2rem 3.5rem rgba(20,20,20,.14); backdrop-filter: blur(18px); }
.site-nav .nav-submenu a { display: grid; grid-template-columns: 2rem minmax(0,1fr); gap: .65rem; align-items: center; padding: .72rem .8rem; border: 0; border-radius: .55rem; color: var(--ink); background: transparent; letter-spacing: 0; text-transform: none; }
.site-nav .nav-submenu a::after { display: none; }
.site-nav .nav-submenu a:hover, .site-nav .nav-submenu a:focus-visible { background: rgba(207,31,38,.07); }
.nav-submenu small { color: var(--red); font-size: .5rem; font-weight: 800; letter-spacing: .08em; }
.nav-submenu strong { font-size: .62rem; line-height: 1.25; }
.icon-button { position: relative; display: grid; width: 2.9rem; height: 2.9rem; padding: 0; place-items: center; border: 0; border-radius: var(--radius-sm); color: var(--ink); background: rgba(20,20,20,.055); cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.icon-button:hover { background: rgba(207,31,38,.09); transform: translateY(-2px); }
.cart-count { position: absolute; top: -.18rem; right: -.18rem; display: grid; min-width: 1.2rem; height: 1.2rem; padding: 0 .24rem; place-items: center; border: 2px solid white; border-radius: 2rem; color: white; background: var(--red); font-size: .5rem; font-weight: 800; }
.cart-count.is-bouncing { animation: cartBounce 380ms var(--ease); }
@keyframes cartBounce { 50% { transform: scale(1.25); } }

.css-icon { position: relative; display: inline-block; width: 1.15rem; height: 1.15rem; flex: 0 0 auto; }
.icon-search::before { content: ""; position: absolute; top: .05rem; left: .05rem; width: .65rem; height: .65rem; border: 1.5px solid currentColor; border-radius: 50%; }
.icon-search::after { content: ""; position: absolute; right: .08rem; bottom: .12rem; width: .48rem; height: 1.5px; background: currentColor; transform: rotate(45deg); transform-origin: right; }
.icon-bag::before { content: ""; position: absolute; inset: .28rem .12rem .05rem; border: 1.5px solid currentColor; border-radius: .15rem; }
.icon-bag::after { content: ""; position: absolute; top: .02rem; left: .35rem; width: .45rem; height: .42rem; border: 1.5px solid currentColor; border-bottom: 0; border-radius: .45rem .45rem 0 0; }
.icon-shield::before { content: "✓"; display: grid; width: 1.15rem; height: 1.15rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .62rem; font-weight: 900; }
.icon-check::before { content: "✓"; display: grid; width: 1.15rem; height: 1.15rem; place-items: center; border-radius: 50%; color: white; background: var(--red); font-size: .62rem; font-weight: 900; }
.icon-spark::before { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--red); font-family: var(--display); font-size: 1.55rem; }
.header-quick-action { text-decoration: none; }
.header-quick-action.is-whatsapp { color: var(--white); background: var(--red); }
.header-quick-action.is-whatsapp:hover { color: var(--white); background: var(--red); filter: brightness(.9); }
.icon-whatsapp::before { content: "W"; position: absolute; inset: .05rem; display: grid; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; font-size: .48rem; font-weight: 900; line-height: 1; }
.icon-phone::before { content: "☎︎"; position: absolute; inset: 0; display: grid; place-items: center; font-family: Arial, sans-serif; font-size: 1.05rem; line-height: 1; }
.icon-location::before { content: ""; position: absolute; top: .08rem; left: .27rem; width: .62rem; height: .62rem; border: 1.5px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.icon-location::after { content: ""; position: absolute; top: .3rem; left: .49rem; width: .14rem; height: .14rem; border: 1px solid currentColor; border-radius: 50%; }

.store-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.75rem, 1.5vw, 1.25rem); }
.product-page-main + .store-section .store-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.store-card { min-width: 0; overflow: hidden; border: 1px solid rgba(20,20,20,.1); border-radius: var(--radius); background: #f7f6f3; transition: transform 320ms var(--ease), box-shadow 320ms var(--ease); }
.store-card-media { position: relative; display: block; height: clamp(19rem, 31vw, 29rem); overflow: hidden; background: #e9e7e2; }
.store-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease), filter 320ms ease; }
.store-card-badge { position: absolute; top: .8rem; left: .8rem; padding: .45rem .62rem; border-radius: 2rem; color: white; background: var(--red); font-size: .48rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.store-card-arrow { position: absolute; right: .8rem; bottom: .8rem; display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.88); font-size: 1rem; transform: translateY(.4rem); opacity: 0; transition: transform 260ms var(--ease), opacity 260ms ease; }
.store-card-body { display: flex; min-height: 15.2rem; flex-direction: column; padding: 1.2rem; }
.store-card-category { color: var(--red); font-size: .5rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.store-card h3 { margin-top: .45rem; font-family: var(--display); font-size: clamp(1.7rem, 2.2vw, 2.35rem); font-weight: 400; line-height: .94; text-transform: uppercase; }
.store-card-copy { max-width: 25rem; margin-top: .7rem; color: var(--muted); font-size: .68rem; line-height: 1.65; }
.store-card-footer { display: flex; justify-content: space-between; gap: 1rem; align-items: end; margin-top: auto; padding-top: 1rem; }
.store-price { display: flex; flex-wrap: wrap; gap: .25rem .45rem; align-items: baseline; color: var(--ink); font-size: .82rem; font-weight: 800; }
.store-price span { color: var(--muted); font-size: .46rem; letter-spacing: .08em; text-transform: uppercase; }
.store-price b { font-size: .68rem; }
.store-price del { color: rgba(20,20,20,.38); font-size: .58rem; font-weight: 600; }
.store-card-action { display: inline-flex; gap: .6rem; align-items: center; padding: .6rem 0; border: 0; border-bottom: 1px solid var(--red); color: var(--ink); background: transparent; cursor: pointer; font-size: .52rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.store-card-action span { color: var(--red); font-size: .85rem; }
@media (hover: hover) {
  .store-card:hover { transform: translateY(-.45rem); box-shadow: 0 1.4rem 3rem rgba(20,20,20,.1); }
  .store-card:hover .store-card-media img { transform: scale(1.035); filter: saturate(.92); }
  .store-card:hover .store-card-arrow { transform: translateY(0); opacity: 1; }
}

.gift-card-section { padding: clamp(6rem,10vw,10rem) 0; overflow: hidden; border-top: 1px solid rgba(20,20,20,.1); }
.gift-card-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(22rem,.8fr); gap: clamp(2rem,7vw,7rem); align-items: center; }
.gift-card-visual { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--radius-lg); background: #171717; box-shadow: 0 2rem 5rem rgba(20,20,20,.18); }
.gift-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease); }
.gift-card-visual > span { position: absolute; right: 1rem; bottom: 1rem; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.24); border-radius: 2rem; color: white; background: rgba(20,20,20,.58); backdrop-filter: blur(12px); font-size: .48rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gift-card-visual:hover img { transform: scale(1.025); }
.gift-card-copy .display-title { margin-top: .65rem; }
.gift-card-copy > p:not(.kicker) { max-width: 38rem; margin-top: 1.4rem; color: var(--muted); font-size: .76rem; line-height: 1.75; }
.gift-card-copy ul { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.gift-card-copy li { padding: .62rem .8rem; border: 1px solid rgba(20,20,20,.14); border-radius: 2rem; background: white; font-size: .56rem; font-weight: 800; }

.store-overlay { position: fixed; z-index: 300; inset: 0; background: rgba(17,15,14,.44); backdrop-filter: blur(5px); opacity: 0; transition: opacity 240ms ease; }
.store-overlay.is-open { opacity: 1; }
.cart-drawer, .search-panel { position: fixed; z-index: 310; background: #fbfaf8; box-shadow: -2rem 0 6rem rgba(0,0,0,.18); visibility: hidden; transition: transform 360ms var(--ease), visibility 360ms; }
.cart-drawer { top: 0; right: 0; display: flex; width: min(31rem, 100%); height: 100dvh; flex-direction: column; padding: 1.25rem; color: var(--ink); transform: translateX(105%); }
.cart-drawer.is-open { visibility: visible; transform: translateX(0); }
.cart-drawer-head, .search-panel-head { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding-bottom: 1.1rem; border-bottom: 1px solid rgba(20,20,20,.12); }
.cart-drawer-head h2 { margin-top: .15rem; font-family: var(--display); font-size: 2.6rem; font-weight: 400; line-height: 1; text-transform: uppercase; }
.icon-close span { position: absolute; width: 1.1rem; height: 1px; background: currentColor; transform: rotate(45deg); }
.icon-close span:last-child { transform: rotate(-45deg); }
.cart-drawer-items { flex: 1; overflow-y: auto; overscroll-behavior: contain; }
.cart-line { display: grid; grid-template-columns: 6rem minmax(0,1fr) auto; gap: 1rem; align-items: start; padding: 1rem 0; border-bottom: 1px solid rgba(20,20,20,.1); color: var(--ink); }
.cart-line-image { height: 7rem; overflow: hidden; border-radius: .6rem; background: #e7e5df; }
.cart-line-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-copy > p { color: var(--red); font-size: .45rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cart-line h3 { margin-top: .28rem; font-family: var(--display); font-size: 1.2rem; font-weight: 400; line-height: 1; text-transform: uppercase; }
.cart-line small { display: block; margin-top: .3rem; color: var(--muted); font-size: .55rem; }
.cart-line > strong { padding-top: .1rem; font-size: .68rem; }
.cart-line-controls { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; margin-top: .75rem; }
.quantity-stepper { display: inline-grid; grid-template-columns: 1.8rem 1.8rem 1.8rem; align-items: center; border: 1px solid rgba(20,20,20,.18); border-radius: 2rem; background: white; }
.quantity-stepper button { width: 1.8rem; height: 1.8rem; padding: 0; border: 0; background: transparent; cursor: pointer; }
.quantity-stepper span { text-align: center; font-size: .58rem; font-weight: 800; }
.cart-remove { padding: .25rem 0; border: 0; border-bottom: 1px solid rgba(20,20,20,.3); color: var(--muted); background: transparent; cursor: pointer; font-size: .48rem; }
.cart-drawer-summary { padding-top: 1rem; border-top: 1px solid rgba(20,20,20,.14); }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: .35rem 0; color: var(--muted); font-size: .62rem; }
.summary-row strong { color: var(--ink); }
.summary-total { margin: .45rem 0 1rem; padding-top: .8rem; border-top: 1px solid rgba(20,20,20,.12); color: var(--ink); font-size: .82rem; }
.cart-empty { display: grid; min-height: 100%; place-content: center; justify-items: center; padding: 2rem; text-align: center; }
.cart-empty .icon-bag { width: 2rem; height: 2rem; margin-bottom: 1rem; color: var(--red); transform: scale(1.35); }
.cart-empty h3 { font-family: var(--display); font-size: 2.4rem; font-weight: 400; text-transform: uppercase; }
.cart-empty p { max-width: 19rem; margin: .5rem 0 1.2rem; color: var(--muted); font-size: .68rem; line-height: 1.6; }
.store-toast { position: fixed; z-index: 400; right: 1rem; bottom: 1rem; max-width: min(24rem, calc(100% - 2rem)); padding: .9rem 1.1rem; border-radius: .65rem; color: white; background: #191716; box-shadow: 0 1rem 3rem rgba(0,0,0,.22); font-size: .62rem; font-weight: 700; transform: translateY(150%); opacity: 0; transition: transform 300ms var(--ease), opacity 300ms ease; }
.store-toast.is-visible { transform: translateY(0); opacity: 1; }

.search-panel { top: 0; right: 0; left: 0; min-height: min(38rem, 82dvh); padding: clamp(1.5rem, 4vw, 3.5rem) max(1rem, calc((100vw - 88rem) / 2)); color: var(--ink); transform: translateY(-105%); }
.search-panel.is-open { visibility: visible; transform: translateY(0); }
.search-panel-head { padding-bottom: 1rem; }
.search-panel h2 { margin-top: 2rem; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 6.5rem); font-weight: 400; line-height: .85; text-transform: uppercase; }
.search-field { display: flex; gap: 1rem; align-items: center; margin-top: 2rem; padding: 1rem 0; border-bottom: 2px solid var(--ink); }
.search-field .icon-search { width: 1.35rem; height: 1.35rem; }
.search-field input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.7rem); text-transform: uppercase; }
.search-results { margin-top: 1.5rem; }
.search-results > p { color: var(--muted); font-size: .5rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-results > a { display: grid; grid-template-columns: 4rem 1fr auto; gap: .9rem; align-items: center; padding: .7rem 0; border-bottom: 1px solid rgba(20,20,20,.1); }
.search-results img { width: 4rem; height: 3.2rem; object-fit: cover; border-radius: .35rem; }
.search-results span { display: grid; gap: .15rem; }
.search-results small { color: var(--red); font-size: .45rem; font-weight: 800; text-transform: uppercase; }
.search-results strong { font-size: .68rem; }
.search-results b { font-size: .62rem; }
.search-empty { padding: 2rem 0; color: var(--muted); font-size: .75rem; }
.search-empty a { color: var(--red); text-decoration: underline; }


.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; width: var(--shell); margin: 0 auto 1.5rem; color: var(--muted); font-size: .52rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--red); }
.product-page-main { padding-bottom: clamp(5rem,9vw,9rem); }
.product-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(24rem,.72fr); gap: clamp(2rem,6vw,6rem); width: var(--shell); margin: auto; align-items: start; }
.product-gallery { position: sticky; top: 6.5rem; }
.product-main-image { position: relative; aspect-ratio: 4 / 3; height: auto; min-height: 0; overflow: hidden; border-radius: var(--radius); background: #e9e7e2; }
.product-main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-main-image > span { position: absolute; top: 1rem; left: 1rem; padding: .5rem .7rem; border-radius: 2rem; color: white; background: var(--red); font-size: .5rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-gallery-note { display: flex; gap: .8rem; align-items: center; margin-top: .75rem; padding: .85rem 1rem; border: 1px solid rgba(20,20,20,.1); border-radius: .65rem; background: white; }
.product-gallery-note p { font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.product-gallery-note small { display: block; margin-top: .15rem; color: var(--muted); font-size: .5rem; font-weight: 500; text-transform: none; }
.product-info { padding-top: clamp(1rem,4vw,4rem); }
.product-info h1 { max-width: 38rem; margin-top: .6rem; font-family: var(--display); font-size: clamp(3.3rem, 5.2vw, 5.5rem); font-weight: 400; line-height: .8; text-transform: uppercase; }
.product-rating { display: flex; gap: .7rem; align-items: center; margin-top: 1.25rem; }
.product-rating span { color: var(--red); font-size: .72rem; letter-spacing: .12em; }
.product-rating small { color: var(--muted); font-size: .52rem; }
.product-price { margin-top: 1.1rem; font-size: 1.25rem; font-weight: 800; }
.product-price > span:first-child { display: block; margin-bottom: .3rem; color: var(--red); font-size: .5rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-price-contact { line-height: 1; }
.product-price del { margin-left: .5rem; color: rgba(20,20,20,.35); font-size: .76rem; }
.product-description { max-width: 34rem; margin-top: 1.4rem; color: var(--muted); font-size: .79rem; line-height: 1.8; }
.product-description p + p { margin-top: .8rem; }
.product-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .55rem; margin: 1.4rem 0 0; }
.product-facts > div { min-width: 0; padding: .85rem; border: 1px solid rgba(20,20,20,.11); border-radius: .6rem; background: rgba(255,255,255,.72); }
.product-facts dt { color: var(--red); font-size: .45rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.product-facts dd { margin: .35rem 0 0; color: var(--ink); font-size: .58rem; font-weight: 700; line-height: 1.45; }
.product-detail-features { display: grid; gap: .65rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.product-detail-features li { display: flex; gap: .7rem; align-items: center; font-size: .65rem; font-weight: 600; }
.product-detail-features span { display: grid; width: 1.3rem; height: 1.3rem; place-items: center; border-radius: 50%; color: white; background: var(--red); font-size: .55rem; }
.variant-picker { margin: 1.8rem 0 0; padding: 0; border: 0; }
.variant-picker legend { margin-bottom: .65rem; font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.variant-picker > div { display: flex; flex-wrap: wrap; gap: .5rem; }
.variant-picker label { cursor: pointer; }
.variant-picker input { position: absolute; opacity: 0; }
.variant-picker span { display: grid; min-width: 3rem; min-height: 2.8rem; padding: 0 .8rem; place-items: center; border: 1px solid rgba(20,20,20,.18); border-radius: .5rem; background: white; font-size: .6rem; font-weight: 800; }
.variant-picker input:checked + span { border-color: var(--ink); color: white; background: var(--ink); }
.variant-picker input:focus-visible + span { outline: 2px solid var(--red); outline-offset: 2px; }
.product-buy-row { display: grid; grid-template-columns: auto 1fr; gap: .65rem; margin-top: 1.5rem; }
.quantity-large { grid-template-columns: repeat(3,2.9rem); border-radius: .65rem; }
.quantity-large button { width: 2.9rem; height: 3.15rem; }
.product-add { width: 100%; }
.product-inquiry { display: grid; gap: 1rem; margin-top: 1.5rem; padding: 1.1rem; border: 1px solid rgba(207,31,38,.18); border-radius: .7rem; background: rgba(207,31,38,.045); }
.product-inquiry p { color: var(--muted); font-size: .65rem; line-height: 1.65; }
.product-fulfillment { display: flex; gap: .65rem; align-items: center; margin-top: 1rem; color: var(--muted); font-size: .58rem; }
.product-accordions { margin-top: 2rem; border-top: 1px solid rgba(20,20,20,.14); }
.product-accordions details { border-bottom: 1px solid rgba(20,20,20,.14); }
.product-accordions summary { display: flex; justify-content: space-between; padding: 1rem 0; cursor: pointer; font-size: .6rem; font-weight: 800; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
.product-accordions summary::-webkit-details-marker { display: none; }
.product-accordions details[open] summary span { transform: rotate(45deg); }
.product-accordions details p { padding: 0 0 1.1rem; color: var(--muted); font-size: .68rem; line-height: 1.7; }
.product-not-found, .checkout-empty { display: grid; min-height: 60svh; place-content: center; justify-items: center; text-align: center; }
.product-not-found h1, .checkout-empty h1 { margin: .5rem 0 1.2rem; font-family: var(--display); font-size: clamp(4rem,9vw,8rem); font-weight: 400; text-transform: uppercase; }

.cart-page-hero, .checkout-page-hero, .info-page-hero { padding: clamp(3rem,6vw,6rem) 0 2rem; color: var(--ink); }
.cart-page-hero h1, .checkout-page-hero h1, .info-page-hero h1 { margin-top: .45rem; font-family: var(--display); font-size: clamp(5rem,11vw,11rem); font-weight: 400; line-height: .78; text-transform: uppercase; }
.cart-page-layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(20rem,.55fr); gap: clamp(2rem,5vw,5rem); padding-bottom: clamp(6rem,10vw,10rem); }
.cart-page-lines { min-width: 0; }
.cart-page-lines .cart-line { grid-template-columns: 8rem minmax(0,1fr) auto; padding-block: 1.2rem; }
.cart-page-lines .cart-line-image { height: 9rem; }
.cart-page-lines .cart-line h3 { font-size: 1.7rem; }
.cart-page-summary { position: sticky; top: 6.5rem; align-self: start; padding: 1.4rem; border: 1px solid rgba(20,20,20,.12); border-radius: var(--radius); background: white; box-shadow: 0 1rem 3rem rgba(20,20,20,.07); }
.cart-page-summary h2 { margin-bottom: 1rem; font-family: var(--display); font-size: 2.1rem; font-weight: 400; text-transform: uppercase; }
.secure-note { display: flex; gap: .5rem; justify-content: center; align-items: center; margin-top: 1rem; color: var(--muted); font-size: .5rem; text-transform: uppercase; }

.checkout-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(22rem,.65fr); gap: clamp(2rem,6vw,6rem); align-items: start; padding-bottom: clamp(6rem,10vw,10rem); }
.checkout-flow { display: grid; gap: 1.25rem; min-width: 0; }
.checkout-account { position: relative; overflow: hidden; padding: clamp(1.2rem,3vw,2rem); border: 1px solid rgba(20,20,20,.11); border-radius: var(--radius); background: linear-gradient(135deg,#fff 0%,#f2f1ee 100%); box-shadow: 0 1rem 3rem rgba(20,20,20,.05); }
.checkout-account::after { content: "+"; position: absolute; right: -.7rem; bottom: -2.8rem; color: rgba(207,31,38,.07); font-family: var(--display); font-size: 10rem; line-height: 1; pointer-events: none; }
.checkout-account-guest { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1rem 2rem; align-items: center; }
.checkout-account-guest h2 { margin-top: .25rem; font-family: var(--display); font-size: clamp(2rem,4vw,3rem); font-weight: 400; line-height: .95; text-transform: uppercase; }
.checkout-account-guest > div:first-child > span { display: block; max-width: 34rem; margin-top: .45rem; color: var(--muted); font-size: .6rem; line-height: 1.65; }
.checkout-account-actions { display: flex; gap: .55rem; flex-wrap: wrap; justify-content: flex-end; }
.checkout-account-actions button, .checkout-account-user > button { min-height: 2.8rem; padding: .75rem 1rem; border: 1px solid var(--red); border-radius: .55rem; color: white; background: var(--red); font-size: .52rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkout-account-actions button.is-secondary { color: var(--ink); border-color: rgba(20,20,20,.18); background: rgba(255,255,255,.72); }
.checkout-account-form { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; padding-top: 1rem; border-top: 1px solid rgba(20,20,20,.11); }
.checkout-account-form[hidden] { display: none; }
.checkout-account-tabs { grid-column: 1 / -1; display: flex; width: fit-content; padding: .2rem; border-radius: .5rem; background: #e3e1dd; }
.checkout-account-tabs button { padding: .55rem .8rem; border: 0; border-radius: .4rem; color: var(--muted); background: transparent; font-size: .48rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.checkout-account-tabs button.is-active { color: var(--ink); background: white; box-shadow: 0 .3rem 1rem rgba(20,20,20,.08); }
.checkout-account-form label { color: var(--muted); font-size: .5rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkout-account-form input { display: block; width: 100%; min-height: 3rem; margin-top: .35rem; padding: .85rem; border: 1px solid rgba(20,20,20,.15); border-radius: .5rem; outline: 0; background: white; font-size: .7rem; }
.checkout-account-form input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(207,31,38,.08); }
.checkout-account-form .checkout-account-privacy { grid-column: 1 / -1; display: flex; gap: .65rem; align-items: flex-start; padding: .8rem; border: 1px solid rgba(20,20,20,.12); border-radius: .55rem; color: var(--ink); background: rgba(255,255,255,.72); letter-spacing: 0; text-transform: none; }
.checkout-account-form .checkout-account-privacy[hidden] { display: none; }
.checkout-account-privacy input { flex: 0 0 auto; width: 1rem; min-height: 1rem; height: 1rem; margin: .08rem 0 0; padding: 0; accent-color: var(--red); }
.checkout-account-privacy span { font-size: .75rem; font-weight: 500; line-height: 1.55; }
.checkout-account-privacy input:focus-visible { outline: 3px solid rgba(207,31,38,.3); outline-offset: 3px; }
.checkout-account-privacy a { font-weight: 750; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: .12rem; }
.checkout-account-submit { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; min-height: 3rem; padding: .8rem 1rem; border: 0; border-radius: .55rem; color: white; background: var(--ink); font-size: .52rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkout-account-submit i { color: var(--red); font-size: .9rem; font-style: normal; }
.checkout-account-reset { justify-self: start; padding: 0; border: 0; border-bottom: 1px solid var(--red); color: var(--ink); background: transparent; font-size: .48rem; font-weight: 700; }
.checkout-account-form > p { min-height: .8rem; margin: 0; color: var(--red); font-size: .5rem; line-height: 1.5; text-align: right; }
.checkout-account-form > p.checkout-account-help { grid-column: 1 / -1; margin-top: -.45rem; color: var(--muted); font-size: .72rem; text-align: left; }
.checkout-account-user { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: .8rem; align-items: center; }
.checkout-account-avatar { display: grid; width: 2.9rem; height: 2.9rem; place-items: center; border-radius: 50%; color: white; background: var(--red); font-family: var(--display); font-size: 1.45rem; }
.checkout-account-user > div { display: grid; gap: .12rem; }
.checkout-account-user p { margin: 0; color: var(--red); font-size: .45rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.checkout-account-user strong { font-size: .7rem; }
.checkout-account-user small { color: var(--muted); font-size: .52rem; }
.checkout-account-user > button { color: var(--ink); border-color: rgba(20,20,20,.16); background: rgba(255,255,255,.7); }
.checkout-form { display: grid; gap: 2rem; }
.checkout-block { padding: clamp(1.2rem,3vw,2rem); border: 1px solid rgba(20,20,20,.11); border-radius: var(--radius); background: white; }
.checkout-block-head { display: flex; gap: .7rem; align-items: center; margin-bottom: 1.2rem; }
.checkout-block-head span { display: grid; width: 1.7rem; height: 1.7rem; place-items: center; border-radius: 50%; color: white; background: var(--red); font-size: .52rem; font-weight: 800; }
.checkout-block-head h2 { font-family: var(--display); font-size: 1.8rem; font-weight: 400; text-transform: uppercase; }
.checkout-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.checkout-fields label { color: var(--muted); font-size: .52rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.checkout-fields label > small { margin-left: .35rem; color: rgba(20,20,20,.42); font-size: .42rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.checkout-fields label.is-wide { grid-column: 1 / -1; }
.checkout-fields fieldset.is-wide { grid-column: 1 / -1; }
.checkout-fields input, .checkout-fields select, .checkout-fields textarea { display: block; width: 100%; min-height: 3rem; margin-top: .35rem; padding: .85rem; border: 1px solid rgba(20,20,20,.15); border-radius: .5rem; outline: 0; color: var(--ink); background: #fbfaf8; font-size: .7rem; }
.checkout-fields input:focus, .checkout-fields select:focus, .checkout-fields textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(207,31,38,.08); }
.checkout-fields input:user-invalid, .checkout-fields select:user-invalid, .checkout-fields textarea:user-invalid { border-color: rgba(207,31,38,.48); }
.checkout-fields .form-privacy { display: flex; gap: .7rem; align-items: center; justify-content: center; min-height: 3.4rem; padding: .85rem 1rem; border: 1px solid rgba(20,20,20,.12); border-radius: .65rem; color: var(--ink); background: #fbfaf8; cursor: pointer; letter-spacing: 0; text-align: left; text-transform: none; }
.checkout-fields .form-privacy input { flex: 0 0 auto; width: 1.05rem; height: 1.05rem; min-height: 0; margin: 0; padding: 0; accent-color: var(--red); }
.checkout-fields .form-privacy span { display: block; margin: 0; font-size: .75rem; font-weight: 500; line-height: 1.55; }
.checkout-fields .form-privacy input:focus-visible { outline: 3px solid rgba(207,31,38,.3); outline-offset: 3px; }
.checkout-fields .form-privacy a { font-weight: 750; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: .15rem; }
.checkout-consents { display: grid; gap: .7rem; margin: 0; padding: 0; border: 0; }
.checkout-consents legend { margin-bottom: .15rem; color: var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkout-consents .form-privacy { justify-content: flex-start; }
.checkout-consents .form-privacy.is-optional { border-style: dashed; background: rgba(204,204,204,.12); }
.checkout-consents .form-privacy small { display: block; margin-top: .25rem; color: var(--muted); font-size: .7rem; font-weight: 450; line-height: 1.5; }
.checkout-toggle { display: flex; gap: .75rem; align-items: center; padding: 1rem; border: 1px solid rgba(20,20,20,.12); border-radius: .65rem; background: #fbfaf8; cursor: pointer; }
.checkout-toggle input { width: 1.05rem; height: 1.05rem; margin: 0; accent-color: var(--red); }
.checkout-toggle span { display: grid; gap: .15rem; }
.checkout-toggle strong { color: var(--ink); font-size: .65rem; }
.checkout-toggle small { color: var(--muted); font-size: .5rem; line-height: 1.45; }
.checkout-conditional { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(20,20,20,.1); }
.checkout-submit-note { color: var(--muted); font-size: .55rem; line-height: 1.55; text-align: center; }
.checkout-status { min-height: 1.2rem; color: var(--red); font-size: .62rem; font-weight: 700; text-align: center; }
.checkout-form > .button[type="submit"]:disabled { cursor: not-allowed; opacity: .45; filter: grayscale(.2); box-shadow: none; }
.payment-picker { display: grid; gap: .7rem; margin: 0; padding: 0; border: 0; }
.payment-picker legend { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.payment-picker label { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1rem 1rem 1rem 3.2rem; border: 1px solid rgba(20,20,20,.13); border-radius: .65rem; background: #fbfaf8; cursor: pointer; }
.payment-picker label:has(input:checked) { border-color: var(--red); box-shadow: 0 0 0 3px rgba(207,31,38,.07); }
.payment-picker input { position: absolute; left: 1rem; width: 1rem; height: 1rem; accent-color: var(--red); }
.payment-picker span { display: grid; gap: .2rem; }
.payment-picker i { color: var(--ink); font-size: .68rem; font-style: normal; font-weight: 800; }
.payment-picker small { color: var(--muted); font-size: .5rem; }
.payment-picker b { color: var(--muted); font-size: .5rem; letter-spacing: .08em; }
.confirmation-page { display: grid; min-height: calc(100svh - 11rem); align-content: center; justify-items: start; padding-top: 8rem; padding-bottom: 6rem; }
.confirmation-mark { display: grid; width: 3.6rem; height: 3.6rem; margin-bottom: 1.5rem; place-items: center; border-radius: 50%; color: white; background: var(--red); font-size: 1.3rem; }
.confirmation-page h1 { margin: .7rem 0 1.4rem; font-family: var(--display); font-size: clamp(5rem,12vw,11rem); font-weight: 400; line-height: .76; text-transform: uppercase; }
.confirmation-page h1 em { color: var(--red); font-style: normal; }
.confirmation-copy { max-width: 42rem; color: var(--muted); font-size: clamp(.75rem,1.4vw,1rem); line-height: 1.7; }
.confirmation-page dl { display: flex; gap: 2rem; min-width: min(32rem,100%); margin: 1.5rem 0 2rem; padding: 1rem 0; border-top: 1px solid rgba(20,20,20,.15); border-bottom: 1px solid rgba(20,20,20,.15); font-size: .58rem; }
.confirmation-page dt { color: var(--muted); text-transform: uppercase; }
.confirmation-page dd { margin: 0 0 0 auto; font-weight: 800; }
.confirmation-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.bank-transfer-card { width: min(48rem,100%); margin: 0 0 2rem; padding: clamp(1.2rem,3vw,2rem); border: 1px solid rgba(20,20,20,.12); border-radius: var(--radius); background: white; box-shadow: 0 1.2rem 3rem rgba(20,20,20,.06); }
.bank-transfer-card h2 { margin: .5rem 0 .75rem; font-family: var(--display); font-size: clamp(2.5rem,5vw,4.2rem); font-weight: 400; line-height: .9; text-transform: uppercase; }
.bank-transfer-card > p:not(.store-kicker):not(.bank-copy-status) { max-width: 37rem; color: var(--muted); font-size: .68rem; line-height: 1.7; }
.confirmation-page .bank-transfer-details { display: grid; gap: 0; width: 100%; min-width: 0; margin: 1.2rem 0; padding: 0; border: 1px solid rgba(20,20,20,.12); border-radius: .7rem; background: #f7f6f3; }
.confirmation-page .bank-transfer-details div { display: grid; grid-template-columns: minmax(8rem,.35fr) minmax(0,1fr); gap: 1rem; align-items: center; padding: .75rem .9rem; border-bottom: 1px solid rgba(20,20,20,.1); }
.confirmation-page .bank-transfer-details div:last-child { border-bottom: 0; }
.confirmation-page .bank-transfer-details dt { font-size: .48rem; font-weight: 800; letter-spacing: .08em; }
.confirmation-page .bank-transfer-details dd { overflow-wrap: anywhere; margin: 0; font-size: .62rem; text-align: right; }
.bank-copy-button { width: 100%; justify-content: space-between; }
.bank-copy-status { min-height: .9rem; margin-top: .6rem; color: var(--red); font-size: .55rem; font-weight: 700; }
.checkout-order { position: sticky; top: 6.5rem; padding: 1.4rem; border-radius: var(--radius); color: var(--ink); background: #e9e7e2; }
.checkout-order h2 { margin-bottom: 1rem; font-family: var(--display); font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.checkout-line { display: grid; grid-template-columns: auto 3.6rem minmax(0,1fr) auto; gap: .65rem; align-items: center; padding: .7rem 0; border-bottom: 1px solid rgba(20,20,20,.1); }
.checkout-line > span { display: grid; width: 1.25rem; height: 1.25rem; place-items: center; border-radius: 50%; color: white; background: var(--red); font-size: .48rem; }
.checkout-line img { width: 3.6rem; height: 3.6rem; object-fit: cover; border-radius: .35rem; }
.checkout-line p { display: grid; gap: .15rem; }
.checkout-line strong, .checkout-line b { font-size: .58rem; }
.checkout-line small { color: var(--muted); font-size: .48rem; }
.checkout-order [data-checkout-summary] { margin-top: 1rem; }

.info-page { padding-bottom: clamp(6rem,10vw,10rem); }
.info-layout { display: grid; grid-template-columns: minmax(12rem,.3fr) minmax(0,.7fr); gap: clamp(2rem,7vw,7rem); align-items: start; }
.info-nav { position: sticky; top: 6.5rem; display: grid; gap: .35rem; }
.info-nav a { padding: .8rem 0; border-bottom: 1px solid rgba(20,20,20,.12); color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.info-nav a:hover { color: var(--red); }
.info-content { max-width: 55rem; }
.info-content section { padding: 2rem 0; border-bottom: 1px solid rgba(20,20,20,.12); scroll-margin-top: 7rem; }
.info-content section:first-child { padding-top: 0; }
.info-content h2 { font-family: var(--display); font-size: clamp(2.5rem,5vw,4.5rem); font-weight: 400; text-transform: uppercase; }
.info-content p, .info-content li { color: var(--muted); font-size: .76rem; line-height: 1.8; }
.info-content p { margin-top: .8rem; }
.info-content ul { display: grid; gap: .4rem; margin: .8rem 0 0; padding-left: 1.1rem; }
.info-content a { color: var(--ink); font-weight: 700; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: .18rem; }
.policy-table-wrap { overflow-x: auto; margin-top: 1rem; border: 1px solid rgba(20,20,20,.12); border-radius: .7rem; }
.policy-table { width: 100%; min-width: 44rem; border-collapse: collapse; background: white; }
.policy-table th, .policy-table td { padding: .85rem; border-bottom: 1px solid rgba(20,20,20,.1); font-size: .58rem; line-height: 1.55; text-align: left; vertical-align: top; }
.policy-table th { color: var(--ink); background: #efefec; font-size: .48rem; letter-spacing: .08em; text-transform: uppercase; }
.policy-table td { color: var(--muted); }
.policy-table tr:last-child td { border-bottom: 0; }
.policy-preferences-button, .footer-cookie-button { padding: 0; border: 0; border-bottom: 1px solid var(--red); color: var(--ink); background: transparent; font-size: .55rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.faq-list details { border-bottom: 1px solid rgba(20,20,20,.12); }
.faq-list summary { display: grid; grid-template-columns: 2rem 1fr auto; gap: .8rem; align-items: center; padding: 1.2rem 0; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--red); font-size: .55rem; }
.faq-list summary strong { font-family: var(--display); font-size: 1.45rem; font-weight: 400; text-transform: uppercase; }
.faq-list summary span { font-size: 1rem; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 48rem; padding: 0 2rem 1.4rem; color: var(--muted); font-size: .72rem; line-height: 1.75; }

.home-faq-section { padding: clamp(5.5rem, 10vw, 10rem) 0; border-top: 1px solid rgba(20,20,20,.1); }
.home-faq-layout { display: grid; grid-template-columns: minmax(18rem,.58fr) minmax(0,1fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
.home-faq-intro { position: sticky; top: 7rem; }
.home-faq-intro .display-title { margin-top: .75rem; }
.home-faq-intro > p:not(.kicker) { max-width: 29rem; margin-top: 1.25rem; color: var(--muted); font-size: .76rem; line-height: 1.75; }
.home-faq-intro .text-link { margin-top: 1.4rem; }
.home-faq-list { border-top: 1px solid rgba(20,20,20,.16); }
.home-faq-list details { border-bottom: 1px solid rgba(20,20,20,.16); }
.home-faq-list summary { display: grid; grid-template-columns: 2.1rem minmax(0,1fr) 2rem; gap: .8rem; align-items: center; min-height: 5.5rem; padding: 1rem 0; cursor: pointer; list-style: none; }
.home-faq-list summary::-webkit-details-marker { display: none; }
.home-faq-list summary span { color: var(--red); font-size: .5rem; font-weight: 800; letter-spacing: .08em; }
.home-faq-list summary strong { font-family: var(--display); font-size: clamp(1.35rem,2vw,1.8rem); font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.home-faq-list summary i { display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(20,20,20,.14); border-radius: 50%; color: var(--red); font-size: 1rem; font-style: normal; transition: color 180ms ease, background 180ms ease, transform 220ms var(--ease); }
.home-faq-list details[open] summary i { color: white; background: var(--red); transform: rotate(45deg); }
.home-faq-list details p { max-width: 47rem; padding: 0 2.8rem 1.5rem; color: var(--muted); font-size: .72rem; line-height: 1.75; }

.location-panel { position: relative; margin-top: clamp(1rem,2vw,1.5rem); scroll-margin-top: 1rem; }
.location-map { position: relative; height: clamp(31rem,48vw,42rem); overflow: hidden; border: 1px solid rgba(20,20,20,.14); border-radius: var(--radius-lg); background: #e2e0dc; box-shadow: var(--soft-shadow); }
.location-map::after { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: inherit; background: linear-gradient(90deg, rgba(20,20,20,.16), transparent 58%); pointer-events: none; }
.location-map iframe { width: 100%; height: 100%; border: 0; filter: saturate(.72) contrast(1.03); }
.location-overlay { position: absolute; z-index: 2; bottom: clamp(1rem,2.5vw,2.2rem); left: clamp(1rem,2.5vw,2.2rem); width: min(31rem,calc(100% - 2rem)); padding: clamp(1.4rem,3vw,2.3rem); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); color: var(--ink); background: rgba(255,255,255,.9); backdrop-filter: blur(20px) saturate(120%); -webkit-backdrop-filter: blur(20px) saturate(120%); box-shadow: 0 1.5rem 4rem rgba(0,0,0,.18); }
.location-overlay h3 { margin-top: .55rem; font-family: var(--display); font-size: clamp(3rem,5vw,5rem); font-weight: 400; line-height: .85; text-transform: uppercase; }
.location-overlay address { margin-top: 1rem; color: var(--muted); font-size: .76rem; font-style: normal; line-height: 1.65; }
.location-contact { margin-top: .65rem; color: var(--muted); font-size: .66rem; line-height: 1.55; }
.location-overlay .location-contact a { display: inline; margin: 0; padding: 0; border: 0; color: inherit; font-size: inherit; font-weight: 600; letter-spacing: 0; text-transform: none; }
.location-overlay a { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1.4rem; padding: .9rem 0; border-top: 1px solid rgba(20,20,20,.15); color: var(--ink); font-size: .54rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-overlay a span { color: var(--red); font-size: 1rem; }
.location-overlay a:hover { color: var(--red); }

/* Local SEO landing pages: studio and Personal Training in Milano. */
.local-seo-page { color: var(--ink); background: var(--white); }
.local-seo-main { padding-top: 7.5rem; color: var(--ink); background: var(--white); }
.local-seo-main > .breadcrumbs { margin-bottom: 1.25rem; }

.local-hero { position: relative; display: grid; min-height: min(76svh, 50rem); padding: clamp(1rem,3vw,2.5rem); overflow: hidden; align-items: end; border: 1px solid rgba(20,20,20,.1); border-radius: var(--radius-lg); background: #d7d4cf; box-shadow: var(--soft-shadow); }
.local-hero-media { position: absolute; inset: 0; }
.local-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,20,.2), rgba(20,20,20,.02) 58%), linear-gradient(0deg, rgba(20,20,20,.2), transparent 55%); pointer-events: none; }
.local-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.local-hero-panel { position: relative; z-index: 2; width: min(43rem,100%); padding: clamp(1.5rem,3.5vw,3rem); border-radius: var(--radius-lg); color: var(--ink); background: rgba(255,255,255,.76); }
.local-hero-panel h1 { max-width: 39rem; margin-top: .65rem; font-family: var(--display); font-size: clamp(4rem,6.6vw,7rem); font-weight: 400; line-height: .82; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.local-hero-panel > p:not(.store-kicker) { max-width: 35rem; margin-top: 1.2rem; color: var(--muted); font-size: clamp(.72rem,1vw,.88rem); line-height: 1.75; }
.local-hero-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.6rem; }
.local-hero-actions .button { min-height: 3.25rem; padding: .9rem 1.05rem; font-size: .56rem; }

.local-section { padding: clamp(5.5rem,9vw,9rem) 0; color: var(--ink); background: var(--white); content-visibility: auto; contain-intrinsic-size: auto 48rem; }
.local-section-gray { background: var(--gray); }
.local-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(17rem,.55fr); gap: clamp(2rem,7vw,7rem); align-items: end; }
.local-heading > p { max-width: 34rem; padding-bottom: .35rem; color: var(--muted); font-size: clamp(.74rem,1.15vw,.9rem); line-height: 1.8; }
.local-copy { max-width: 34rem; margin-top: 1.35rem; color: var(--muted); font-size: clamp(.72rem,1.05vw,.84rem); line-height: 1.8; }

.local-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(.8rem,1.5vw,1.25rem); margin-top: clamp(2.5rem,5vw,4.5rem); }
.local-feature-grid article { position: relative; min-height: 18rem; padding: clamp(1.4rem,2.7vw,2.25rem); overflow: hidden; border: 1px solid rgba(20,20,20,.11); border-radius: var(--radius); background: #f7f6f3; box-shadow: 0 .9rem 2.5rem rgba(20,20,20,.04); }
.local-feature-grid article::after { content: ""; position: absolute; right: -3.5rem; bottom: -4.5rem; width: 10rem; height: 10rem; border: 1px solid rgba(207,31,38,.16); border-radius: 50%; }
.local-feature-grid article > span { display: inline-grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(207,31,38,.32); border-radius: 50%; color: var(--red); font-size: .49rem; font-weight: 800; }
.local-feature-grid h3 { margin-top: clamp(3rem,6vw,5.3rem); font-family: var(--display); font-size: clamp(2rem,3.1vw,3.25rem); font-weight: 400; line-height: .9; text-transform: uppercase; }
.local-feature-grid p { position: relative; z-index: 1; max-width: 25rem; margin-top: .9rem; color: var(--muted); font-size: .69rem; line-height: 1.7; }

.pt-addons-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(.8rem,1.6vw,1.3rem); margin-top: clamp(2.5rem,5vw,4.5rem); }
.pt-addon-card { min-width: 0; overflow: hidden; border: 1px solid rgba(20,20,20,.11); border-radius: var(--radius); background: var(--white); box-shadow: 0 .9rem 2.5rem rgba(20,20,20,.05); }
.pt-addon-card-link { height: 100%; display: grid; grid-template-rows: auto 1fr; }
.pt-addon-media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #ddd9d4; }
.pt-addon-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(20,20,20,.03),rgba(20,20,20,.22)); pointer-events: none; }
.pt-addon-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 550ms var(--ease); }
.pt-addon-media span { position: absolute; z-index: 1; top: 1rem; left: 1rem; padding: .48rem .65rem; border-radius: 2rem; color: var(--white); background: rgba(20,20,20,.82); font-size: .48rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.pt-addon-content { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.35rem,2.8vw,2.25rem); }
.pt-addon-content h3 { max-width: 28rem; margin-top: .55rem; font-family: var(--display); font-size: clamp(2.4rem,4.1vw,4.3rem); font-weight: 400; line-height: .88; text-transform: uppercase; }
.pt-addon-content > p:not(.store-kicker) { max-width: 32rem; margin-top: 1rem; color: var(--muted); font-size: clamp(.7rem,1vw,.82rem); line-height: 1.75; }
.pt-addon-cta { width: 100%; display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: auto; padding-top: 1.6rem; color: var(--ink); font-size: .56rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pt-addon-cta i { color: var(--red); font-size: 1.1rem; font-style: normal; transition: transform 250ms var(--ease); }
.pt-addon-card-link:hover .pt-addon-media img { transform: scale(1.035); }
.pt-addon-card-link:hover .pt-addon-cta { color: var(--red); }
.pt-addon-card-link:hover .pt-addon-cta i { transform: translateX(.35rem); }

.local-gallery-feature { padding: clamp(1rem,3vw,3rem) 0 clamp(.65rem,1.4vw,1.1rem); content-visibility: auto; contain-intrinsic-size: auto 48rem; }
.local-gallery-feature img { width: 100%; height: clamp(28rem,56vw,50rem); border: 1px solid rgba(20,20,20,.1); border-radius: var(--radius); object-fit: cover; object-position: center; }
.local-gallery { display: grid; grid-template-columns: minmax(0,1.35fr) repeat(2,minmax(0,.72fr)); gap: clamp(.65rem,1.4vw,1.1rem); padding-bottom: clamp(1.5rem,4vw,4rem); content-visibility: auto; contain-intrinsic-size: auto 38rem; }
.local-gallery img { width: 100%; height: clamp(25rem,44vw,42rem); border: 1px solid rgba(20,20,20,.1); border-radius: var(--radius); object-fit: cover; }
.local-gallery img:first-child { object-position: center; }

.local-process { display: grid; grid-template-columns: minmax(18rem,.68fr) minmax(0,1fr); gap: clamp(3rem,8vw,8rem); align-items: start; }
.local-process ol { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.local-process li { display: grid; grid-template-columns: 2.4rem minmax(0,1fr); gap: 1rem; align-items: start; min-height: 8.5rem; padding: 1.25rem; border: 1px solid rgba(20,20,20,.12); border-radius: var(--radius); background: rgba(255,255,255,.6); }
.local-process li > span { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: .5rem; font-weight: 800; }
.local-process h3 { font-family: var(--display); font-size: clamp(1.65rem,2.4vw,2.35rem); font-weight: 400; line-height: 1; text-transform: uppercase; }
.local-process li p { max-width: 34rem; margin-top: .5rem; color: var(--muted); font-size: .68rem; line-height: 1.7; }

.local-location { padding: clamp(1rem,3vw,3rem) 0 clamp(5.5rem,9vw,9rem); color: var(--ink); background: var(--white); content-visibility: auto; contain-intrinsic-size: auto 42rem; }
.local-location .location-overlay h2 { margin-top: .55rem; font-family: var(--display); font-size: clamp(3rem,5vw,5rem); font-weight: 400; line-height: .85; text-transform: uppercase; }

.local-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: clamp(2rem,6vw,6rem); align-items: center; margin-top: clamp(5rem,8vw,8rem); margin-bottom: clamp(5rem,8vw,8rem); padding: clamp(1.7rem,4vw,3.25rem); border: 1px solid rgba(20,20,20,.12); border-radius: var(--radius-lg); color: var(--ink); background: linear-gradient(135deg, #efeeeb, #fff 68%); box-shadow: 0 1.2rem 3.5rem rgba(20,20,20,.07); }
.local-cta h2 { max-width: 54rem; margin-top: .55rem; font-family: var(--display); font-size: clamp(3rem,5.6vw,6rem); font-weight: 400; line-height: .84; text-transform: uppercase; text-wrap: balance; }
.local-cta p:not(.kicker) { max-width: 42rem; margin-top: 1rem; color: var(--muted); font-size: .72rem; line-height: 1.7; }
.local-cta > .button { min-width: 15rem; }

.service-seo-page .product-page-main { background: #f6f5f2; }
.seo-package-list { display: grid; gap: .5rem; margin: 1.5rem 0; }
.seo-package-list > div { display: flex; justify-content: space-between; gap: 1.5rem; align-items: center; min-height: 3.2rem; padding: .75rem .9rem; border: 1px solid rgba(20,20,20,.12); border-radius: .65rem; background: rgba(255,255,255,.78); }
.seo-package-list span { color: var(--muted); font-size: .57rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.seo-package-list strong { color: var(--ink); font-size: .7rem; }
.service-consult-link { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: .75rem; padding: .9rem 0; border-bottom: 1px solid rgba(20,20,20,.18); color: var(--ink); font-size: .55rem; font-weight: 800; letter-spacing: .07em; line-height: 1.5; text-transform: uppercase; }
.service-consult-link span { flex: 0 0 auto; color: var(--red); font-size: .9rem; }
.service-consult-link:hover { color: var(--red); }
.service-primary-action { margin-top: clamp(1.75rem,3vw,2.25rem); }

/* Dettagli commerciali della landing Personal Training. */
.pt-pricing-section { overflow: hidden; }
.pt-pricing-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(24rem,1fr); gap: clamp(2.5rem,7vw,7rem); align-items: center; }
.pt-pricing-copy .display-title { margin-top: .7rem; }
.pt-pricing-copy > p:not(.kicker) { max-width: 38rem; margin-top: 1.35rem; color: var(--muted); font-size: clamp(.86rem,1.15vw,1rem); line-height: 1.75; }
.pt-pricing-price { display: flex; flex-wrap: wrap; gap: .55rem 1rem; align-items: baseline; margin-top: 1.6rem; }
.pt-pricing-price strong { color: var(--red); font-family: var(--display); font-size: clamp(4rem,7vw,7rem); font-weight: 400; line-height: .82; text-transform: uppercase; }
.pt-pricing-price span { max-width: 10rem; color: var(--muted); font-size: .7rem; font-weight: 700; line-height: 1.45; }
.pt-pricing-copy .button { margin-top: 1.6rem; }
.pt-pricing-panel { padding: clamp(1.5rem,3vw,2.6rem); border: 1px solid rgba(20,20,20,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.76); box-shadow: 0 1.2rem 3.5rem rgba(20,20,20,.06); }
.pt-pricing-panel > p { color: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pt-pricing-list { display: grid; gap: 0; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.pt-pricing-list li { display: grid; grid-template-columns: 2.25rem minmax(0,1fr); gap: .9rem; padding: 1rem 0; border-top: 1px solid rgba(20,20,20,.12); }
.pt-pricing-list li::before { content: "✓"; display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: .72rem; font-weight: 900; }
.pt-pricing-list strong { display: block; font-size: .85rem; line-height: 1.4; }
.pt-pricing-list span { display: block; margin-top: .25rem; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.pt-pricing-note { margin-top: 1.2rem; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.pt-session-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(.8rem,1.5vw,1.25rem); margin-top: clamp(2.5rem,5vw,4.5rem); padding: 0; list-style: none; counter-reset: pt-session; }
.pt-session-grid li { position: relative; min-height: 17rem; padding: clamp(1.35rem,2.5vw,2.1rem); overflow: hidden; border: 1px solid rgba(20,20,20,.11); border-radius: var(--radius); background: #f7f6f3; counter-increment: pt-session; }
.pt-session-grid li::before { content: "0" counter(pt-session); display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 1px solid rgba(207,31,38,.35); border-radius: 50%; color: var(--red); font-size: .52rem; font-weight: 800; }
.pt-session-grid h3 { margin-top: clamp(2.4rem,4vw,3.7rem); font-family: var(--display); font-size: clamp(2rem,3vw,3rem); font-weight: 400; line-height: .92; text-transform: uppercase; }
.pt-session-grid p { margin-top: .8rem; color: var(--muted); font-size: clamp(.8rem,1vw,.9rem); line-height: 1.7; }
.pt-guides-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(.8rem,1.5vw,1.25rem); margin-top: clamp(2.5rem,5vw,4.5rem); }
.pt-guide-card { display: flex; min-height: 21rem; flex-direction: column; padding: clamp(1.5rem,3vw,2.5rem); border: 1px solid rgba(20,20,20,.11); border-radius: var(--radius); background: var(--white); box-shadow: 0 .9rem 2.5rem rgba(20,20,20,.04); transition: transform 250ms var(--ease), box-shadow 250ms ease; }
.pt-guide-card .store-kicker { margin-bottom: auto; }
.pt-guide-card h3 { max-width: 34rem; margin-top: 3rem; font-family: var(--display); font-size: clamp(2.5rem,4.4vw,4.6rem); font-weight: 400; line-height: .88; text-transform: uppercase; text-wrap: balance; }
.pt-guide-card > p:not(.store-kicker) { max-width: 34rem; margin-top: 1rem; color: var(--muted); font-size: clamp(.82rem,1vw,.92rem); line-height: 1.7; }
.pt-guide-card .text-link { margin-top: 1.6rem; }
.pt-guide-card:hover { transform: translateY(-.35rem); box-shadow: 0 1.3rem 3rem rgba(20,20,20,.08); }

/* Guide editoriali SEO: leggibili, collegate al servizio e orientate al contatto. */
.guide-page { color: var(--ink); background: #f6f5f2; }
.guide-main { padding-bottom: clamp(5rem,9vw,9rem); }
.guide-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(24rem,.78fr); gap: clamp(1rem,3vw,2.4rem); min-height: min(45rem,76svh); padding: clamp(1rem,2vw,1.7rem); border: 1px solid rgba(20,20,20,.11); border-radius: var(--radius-lg); background: #e3e0db; }
.guide-hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(1.2rem,3.7vw,3.8rem); }
.guide-hero h1 { max-width: 54rem; margin-top: .75rem; font-family: var(--display); font-size: clamp(4.2rem,7.2vw,7.7rem); font-weight: 400; line-height: .82; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.guide-deck { max-width: 44rem; margin-top: 1.5rem; color: var(--muted); font-size: clamp(1rem,1.3vw,1.15rem); line-height: 1.75; }
.guide-meta { display: flex; flex-wrap: wrap; gap: .55rem 1.2rem; margin-top: 1.35rem; color: var(--muted); font-size: .7rem; font-weight: 600; line-height: 1.5; }
.guide-meta a { color: var(--ink); text-decoration: underline; text-decoration-color: rgba(207,31,38,.45); text-underline-offset: .2em; }
.guide-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.7rem; }
.guide-hero-media { position: relative; min-height: 30rem; margin: 0; overflow: hidden; border-radius: calc(var(--radius-lg) - .25rem); background: #cdc9c2; }
.guide-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.guide-hero-media figcaption { position: absolute; right: .8rem; bottom: .8rem; left: .8rem; padding: .75rem .9rem; border: 1px solid rgba(255,255,255,.25); border-radius: .7rem; color: var(--white); background: rgba(20,20,20,.58); backdrop-filter: blur(12px); font-size: .62rem; font-weight: 700; line-height: 1.5; }
.guide-summary { display: grid; grid-template-columns: minmax(12rem,.35fr) minmax(20rem,.75fr) minmax(22rem,1fr); gap: clamp(1.5rem,4vw,4rem); align-items: start; margin-top: clamp(3rem,6vw,5rem); padding: clamp(1.5rem,3vw,2.4rem); border: 1px solid rgba(20,20,20,.12); border-radius: var(--radius); background: var(--white); }
.guide-summary h2 { font-family: var(--display); font-size: clamp(2rem,3.2vw,3.4rem); font-weight: 400; line-height: .92; text-transform: uppercase; }
.guide-summary ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem 1.3rem; margin: 0; padding: 0; list-style: none; }
.guide-summary li { position: relative; padding-left: 1.4rem; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.guide-summary li::before { content: ""; position: absolute; top: .48rem; left: 0; width: .48rem; height: .48rem; border-radius: 50%; background: var(--red); }
.guide-layout { display: grid; grid-template-columns: minmax(13rem,.36fr) minmax(0,1fr); gap: clamp(3rem,8vw,8rem); align-items: start; margin-top: clamp(4rem,8vw,7rem); }
.guide-toc { position: sticky; top: 7rem; display: grid; padding: 1.25rem; border: 1px solid rgba(20,20,20,.12); border-radius: var(--radius); background: rgba(255,255,255,.74); }
.guide-toc p { margin-bottom: .55rem; color: var(--red); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.guide-toc a { padding: .8rem 0; border-bottom: 1px solid rgba(20,20,20,.1); color: var(--muted); font-size: .74rem; font-weight: 650; line-height: 1.45; }
.guide-toc a:last-child { border-bottom: 0; }
.guide-toc a:hover { color: var(--red); }
.guide-content { min-width: 0; max-width: 54rem; }
.guide-intro { padding-bottom: clamp(2.5rem,5vw,4rem); border-bottom: 1px solid rgba(20,20,20,.14); color: var(--ink); font-size: clamp(1.2rem,2vw,1.55rem); font-weight: 550; line-height: 1.65; }
.guide-section { padding: clamp(3.5rem,7vw,6rem) 0; border-bottom: 1px solid rgba(20,20,20,.14); scroll-margin-top: 6.5rem; }
.guide-number { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border: 1px solid rgba(207,31,38,.38); border-radius: 50%; color: var(--red); font-size: .58rem; font-weight: 800; }
.guide-section h2, .guide-faq h2 { max-width: 47rem; margin-top: 1.25rem; font-family: var(--display); font-size: clamp(3rem,5vw,5.25rem); font-weight: 400; line-height: .88; text-transform: uppercase; text-wrap: balance; }
.guide-section h3 { font-family: var(--display); font-size: clamp(2rem,3vw,3rem); font-weight: 400; line-height: .95; text-transform: uppercase; }
.guide-section > p { max-width: 49rem; margin-top: 1.25rem; color: #4f4a45; font-size: clamp(1rem,1.18vw,1.08rem); line-height: 1.82; }
.guide-section > p a { color: var(--ink); font-weight: 700; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: .22em; }
.guide-section > .text-link { margin-top: 1.5rem; }
.guide-checklist { display: grid; gap: .7rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.guide-checklist li { position: relative; padding: .95rem 1rem .95rem 3.1rem; border: 1px solid rgba(20,20,20,.1); border-radius: .7rem; background: rgba(255,255,255,.62); color: #4f4a45; font-size: .96rem; line-height: 1.6; }
.guide-checklist li::before { content: "✓"; position: absolute; top: .9rem; left: 1rem; display: grid; width: 1.35rem; height: 1.35rem; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: .62rem; font-weight: 900; }
.guide-callout { margin-top: 1.7rem; padding: clamp(1.3rem,2.5vw,2rem); border-left: .3rem solid var(--red); border-radius: 0 var(--radius) var(--radius) 0; background: #e9e7e3; }
.guide-callout strong { font-family: var(--display); font-size: 1.65rem; font-weight: 400; text-transform: uppercase; }
.guide-callout p { margin-top: .45rem; color: #4f4a45; font-size: .96rem; line-height: 1.7; }
.guide-inline-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1.5rem; align-items: center; margin-top: 2rem; padding: clamp(1.35rem,2.8vw,2.2rem); border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: 0 1rem 3rem rgba(20,20,20,.07); }
.guide-inline-cta h3 { margin-top: .55rem; }
.guide-question-list { display: grid; gap: .7rem; margin: 1.5rem 0 0; padding: 0; list-style: none; counter-reset: guide-question; }
.guide-question-list li { display: grid; grid-template-columns: 2.3rem minmax(0,1fr); gap: .9rem; align-items: center; padding: 1rem; border-bottom: 1px solid rgba(20,20,20,.12); color: #4f4a45; font-size: .98rem; line-height: 1.6; counter-increment: guide-question; }
.guide-question-list li::before { content: counter(guide-question); display: grid; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: 50%; color: var(--white); background: var(--red); font-size: .62rem; font-weight: 800; }
.guide-comparison-wrap { max-width: 100%; margin-top: 1.8rem; overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid rgba(20,20,20,.12); border-radius: var(--radius); background: var(--white); -webkit-overflow-scrolling: touch; }
.guide-comparison { width: 100%; min-width: 46rem; border-collapse: collapse; text-align: left; }
.guide-comparison th, .guide-comparison td { padding: 1rem; border-bottom: 1px solid rgba(20,20,20,.1); color: #4f4a45; font-size: .86rem; line-height: 1.55; vertical-align: top; }
.guide-comparison thead th { color: var(--white); background: var(--ink); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.guide-comparison tbody th { width: 9rem; color: var(--ink); font-weight: 800; }
.guide-comparison tr:last-child th, .guide-comparison tr:last-child td { border-bottom: 0; }
.guide-faq { padding: clamp(4rem,8vw,7rem) 0 0; }
.guide-faq h2 { margin-bottom: 1.6rem; }
.guide-faq details { border-top: 1px solid rgba(20,20,20,.14); }
.guide-faq details:last-child { border-bottom: 1px solid rgba(20,20,20,.14); }
.guide-faq summary { display: grid; grid-template-columns: minmax(0,1fr) 2rem; gap: 1rem; align-items: center; min-height: 4.8rem; cursor: pointer; color: var(--ink); font-size: 1rem; font-weight: 750; line-height: 1.45; list-style: none; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary span { display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(20,20,20,.14); border-radius: 50%; color: var(--red); transition: transform 200ms ease; }
.guide-faq details[open] summary span { transform: rotate(45deg); }
.guide-faq details p { max-width: 47rem; padding: 0 3rem 1.4rem 0; color: #4f4a45; font-size: .96rem; line-height: 1.75; }
.guide-lead { display: grid; grid-template-columns: minmax(0,1fr) minmax(18rem,.55fr); gap: clamp(2rem,6vw,6rem); align-items: center; margin-top: clamp(5rem,9vw,9rem); padding: clamp(1.7rem,4vw,3.5rem); border-radius: var(--radius-lg); color: var(--white); background: var(--ink); box-shadow: 0 1.4rem 4rem rgba(20,20,20,.16); }
.guide-lead h2 { max-width: 55rem; margin-top: .6rem; font-family: var(--display); font-size: clamp(3.2rem,5.8vw,6rem); font-weight: 400; line-height: .86; text-transform: uppercase; text-wrap: balance; }
.guide-lead p:not(.store-kicker) { max-width: 45rem; margin-top: 1rem; color: rgba(255,255,255,.68); font-size: .95rem; line-height: 1.7; }
.guide-lead-actions { display: grid; gap: .65rem; }
.guide-lead-actions .button { width: 100%; }

.commerce-footer .footer-top { grid-template-columns: minmax(13rem,.8fr) minmax(12rem,1fr) repeat(2,auto); }
.commerce-footer .footer-brand img { width: 12rem; height: auto; }
.footer-column { display: grid; gap: .7rem; }
.footer-column strong { margin-bottom: .2rem; font-size: .54rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a { display: flex; min-height: 1.5rem; align-items: center; color: rgba(20,20,20,.58); font-size: .56rem; line-height: 1.45; }
.footer-column a:hover { color: var(--red); }

@media (max-width: 1120px) {
  .store-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-page-main + .store-section .store-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .store-card-media { height: min(42rem,52vw); }
  .local-gallery { grid-template-columns: 1.2fr .8fr; }
  .local-gallery img:last-child { grid-column: 1 / -1; height: clamp(20rem,36vw,31rem); }
  .commerce-footer .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 701px) and (max-height: 760px) {
  .local-hero { min-height: 36rem; padding: 1rem; }
  .local-hero-panel { width: min(40rem,100%); padding: 1.4rem 1.65rem; }
  .local-hero-panel h1 { font-size: clamp(3.4rem,5.2vw,5rem); line-height: .86; }
  .local-hero-panel > p:not(.store-kicker) { margin-top: .8rem; line-height: 1.55; }
  .local-hero-actions { margin-top: 1rem; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; column-gap: .45rem; }
  .site-header .brand { grid-column: 1; grid-row: 1; }
  .header-actions { grid-column: 2; }
  .menu-toggle { grid-column: 3; grid-row: 1; margin-left: .35rem; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown summary { justify-content: space-between; padding: 1rem; border-bottom: 1px solid rgba(33,30,27,.08); }
  .nav-submenu { position: static; width: 100%; margin-top: .2rem; padding: .35rem; border: 0; background: rgba(20,20,20,.035); box-shadow: none; backdrop-filter: none; }
  .site-nav .nav-submenu a { padding: .75rem .85rem; border-bottom: 0; }
  .header-booking { display: none !important; }
  .product-layout, .cart-page-layout, .checkout-layout { grid-template-columns: 1fr; }
  .product-gallery, .cart-page-summary, .checkout-order { position: static; }
  .product-main-image { aspect-ratio: 4 / 3; height: auto; min-height: 0; }
  .product-info { padding-top: 1rem; }
  .checkout-order { grid-row: 1; }
  .info-layout { grid-template-columns: minmax(0,1fr); }
  .info-layout > *, .info-content { min-width: 0; }
  .info-nav { position: static; display: flex; width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; }
  .info-nav a { flex: 0 0 auto; padding-right: 1.5rem; }
  .home-faq-layout, .gift-card-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .home-faq-intro { position: static; }
  .local-heading, .local-process { grid-template-columns: 1fr; gap: 2.75rem; }
  .local-heading > p { padding-bottom: 0; }
  .local-feature-grid { grid-template-columns: 1fr; }
  .local-feature-grid article { min-height: 14rem; }
  .local-feature-grid h3 { margin-top: 2.8rem; }
  .local-cta { grid-template-columns: 1fr; }
  .local-cta > .button { min-width: 0; justify-self: start; }
}

@media (max-width: 700px) {
  .store-main { padding-top: 5.8rem; }
  .site-header { column-gap: .2rem; }
  .site-header .brand-logo { width: clamp(5.25rem,24vw,7.5rem); height: auto; }
  .header-actions { gap: .2rem; margin-right: 0; }
  .header-actions .icon-button, .menu-toggle { width: 2.75rem; height: 2.75rem; min-width: 2.75rem; min-height: 2.75rem; }
  .menu-toggle { margin-left: 0; }
  .header-actions [data-search-open] { display: none; }
  .service-primary-action { margin-top: 1.5rem; }
  .store-section { padding-block: 4.5rem; }
  .store-section-head { display: grid; }
  .store-section-head h2 { font-size: clamp(2.85rem,12.5vw,4rem); line-height: .86; text-wrap: balance; }
  .store-section-head > a { justify-self: start; }
  .store-grid { grid-template-columns: 1fr; }
  .product-page-main + .store-section .store-grid { grid-template-columns: 1fr; }
  .store-card-media { height: min(35rem,112vw); }
  .store-card-body { min-height: 13.5rem; }
  .cart-drawer { padding: 1rem; }
  .cart-line { grid-template-columns: 4.8rem minmax(0,1fr) auto; gap: .7rem; }
  .cart-line-image { height: 6rem; }
  .search-panel { min-height: 100dvh; }
  .search-results > a { grid-template-columns: 3.3rem 1fr auto; }
  .search-results img { width: 3.3rem; height: 3.3rem; }
  .product-main-image { aspect-ratio: 4 / 3; height: auto; min-height: 0; }
  .product-info h1 { font-size: clamp(2.8rem,11.8vw,3.7rem); line-height: .85; text-wrap: balance; }
  .service-seo-page .product-info { padding-bottom: 2.75rem; }
  .product-description, .store-card-copy, .product-inquiry p, .gift-card-copy > p:not(.kicker) { font-size: .875rem; }
  .product-facts dt { font-size: .58rem; }
  .product-facts dd, .product-detail-features li { font-size: .75rem; }
  .product-accordions summary { min-height: 2.75rem; font-size: .7rem; }
  .product-accordions details p { font-size: .82rem; }
  .product-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-facts > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .product-buy-row { grid-template-columns: 1fr; }
  .quantity-large { width: 100%; grid-template-columns: repeat(3,1fr); }
  .quantity-large button { width: 100%; }
  .cart-page-lines .cart-line { grid-template-columns: 5rem minmax(0,1fr); }
  .cart-page-lines .cart-line-image { height: 6.5rem; }
  .cart-page-lines .cart-line > strong { grid-column: 2; }
  .checkout-fields { grid-template-columns: 1fr; }
  .checkout-account-guest { grid-template-columns: 1fr; }
  .checkout-account-actions { justify-content: flex-start; }
  .checkout-account-form { grid-template-columns: 1fr; }
  .checkout-account-tabs, .checkout-account-submit { grid-column: auto; }
  .checkout-account-tabs button, .checkout-account-reset { min-height: 2.75rem; }
  .checkout-account-form > p { text-align: left; }
  .checkout-account-user { grid-template-columns: auto minmax(0,1fr); }
  .checkout-account-user > button { grid-column: 1 / -1; width: 100%; }
  .checkout-fields label.is-wide { grid-column: auto; }
  .checkout-fields fieldset.is-wide { grid-column: auto; }
  .checkout-fields input, .checkout-fields select, .checkout-fields textarea, .checkout-account-form input { font-size: 1rem; }
  .checkout-consents .form-privacy { align-items: flex-start; padding: .8rem; }
  .checkout-consents .form-privacy input { margin-top: .12rem; }
  .checkout-line { grid-template-columns: auto 3rem minmax(0,1fr); }
  .checkout-line img { width: 3rem; height: 3rem; }
  .checkout-line b { grid-column: 3; }
  .confirmation-page .bank-transfer-details div { grid-template-columns: 1fr; gap: .25rem; }
  .confirmation-page .bank-transfer-details dd { text-align: left; }
  .commerce-footer .footer-top { grid-template-columns: 1fr; }
  .cart-page-hero h1, .checkout-page-hero h1, .confirmation-page h1 { font-size: clamp(3.35rem,15vw,4.8rem); line-height: .82; text-wrap: balance; }
  .info-page-hero h1 { font-size: clamp(2.9rem,12.5vw,4.1rem); line-height: .86; overflow-wrap: anywhere; text-wrap: balance; }
  .product-not-found h1, .checkout-empty h1 { font-size: clamp(3rem,13vw,4.2rem); line-height: .84; }
  .confirmation-page dl { display: grid; gap: .65rem; }
  .confirmation-page dd { margin: 0; overflow-wrap: anywhere; }
  .confirmation-actions { display: grid; width: 100%; }
  .confirmation-actions .button { width: 100%; }
  .home-faq-section { padding-block: 5rem; }
  .home-faq-list summary { grid-template-columns: 1.65rem minmax(0,1fr) 1.8rem; min-height: 5rem; }
  .home-faq-list summary strong { min-width: 0; font-size: 1.3rem; line-height: 1.08; }
  .home-faq-list details p { padding: 0 0 1.4rem 2.45rem; font-size: .82rem; }
  .faq-list summary { grid-template-columns: 1.4rem minmax(0,1fr) 1.5rem; gap: .55rem; }
  .faq-list summary strong { min-width: 0; font-size: 1.25rem; line-height: 1.08; }
  .faq-list details p { padding: 0 0 1.25rem 1.95rem; font-size: .82rem; }
  .info-nav { padding-bottom: .4rem; -webkit-overflow-scrolling: touch; }
  .info-nav a { display: flex; min-height: 2.75rem; align-items: center; font-size: .64rem; scroll-snap-align: start; }
  .info-content { max-width: 100%; overflow-wrap: anywhere; }
  .info-content h2 { font-size: clamp(2rem,9.5vw,2.7rem); line-height: .95; }
  .info-content p, .info-content li { font-size: .84rem; }
  .policy-table-wrap { max-width: 100%; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
  .location-map { height: clamp(30rem,140vw,36rem); }
  .location-map::after { background: linear-gradient(0deg, rgba(20,20,20,.12), transparent 60%); }
  .location-overlay { right: 1rem; left: 1rem; width: auto; padding: 1.15rem; }
  .location-overlay h3, .local-location .location-overlay h2 { font-size: clamp(2.5rem,11vw,3.2rem); }
  .location-overlay > a { min-height: 2.75rem; }
  .gift-card-section { padding-block: 5rem; }
  .local-seo-main { padding-top: 6.2rem; }
  .local-seo-main > .breadcrumbs { margin-bottom: .9rem; }
  .local-hero { min-height: max(38rem,85svh); padding: .8rem; border-radius: var(--radius); }
  .local-hero-media img { object-position: 58% center; }
  .local-hero-media::after { background: linear-gradient(0deg, rgba(20,20,20,.24), transparent 70%); }
  .local-hero-panel { width: 100%; padding: 1.35rem; }
  .local-hero-panel h1 { font-size: clamp(2.7rem,11.5vw,3.6rem); line-height: .86; overflow-wrap: anywhere; }
  .local-hero-panel > p:not(.store-kicker) { font-size: .8rem; line-height: 1.65; }
  .local-hero-actions { display: grid; grid-template-columns: 1fr; }
  .local-hero-actions .button { width: 100%; }
  .local-section { padding-block: 4.25rem; }
  .local-heading, .local-process { gap: 2rem; }
  .local-heading > p, .local-copy { font-size: .82rem; }
  .local-feature-grid { margin-top: 2rem; }
  .local-feature-grid article { min-height: 13rem; padding: 1.25rem; }
  .local-feature-grid h3 { margin-top: 2.25rem; font-size: 2.15rem; }
  .local-feature-grid p, .local-process li p { font-size: .78rem; }
  .pt-addons-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .pt-addon-content h3 { font-size: clamp(2.25rem,8.5vw,3.2rem); line-height: .92; }
  .pt-addon-content > p:not(.store-kicker) { font-size: .82rem; }
  .local-gallery-feature { padding-block: .65rem; }
  .local-gallery-feature img { height: auto; aspect-ratio: 4 / 3; }
  .local-gallery { grid-template-columns: 1fr; gap: .65rem; padding-bottom: 1.25rem; }
  .local-gallery img, .local-gallery img:last-child, .local-gallery img:not(:first-child) { grid-column: auto; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
  .local-process li { grid-template-columns: 2.15rem minmax(0,1fr); gap: .85rem; min-height: 0; padding: 1rem; }
  .local-process li > span { width: 2.15rem; height: 2.15rem; }
  .local-location { padding-bottom: 4.75rem; }
  .local-cta { margin-top: 4rem; margin-bottom: 4rem; padding: 1.35rem; }
  .local-cta h2 { font-size: clamp(2.5rem,10.8vw,3.5rem); line-height: .88; }
  .local-cta > .button { width: 100%; }
  .seo-package-list { margin-block: 1.25rem; }
  .footer-column a { min-height: 2.75rem; font-size: .65rem; }
  .store-card-action, .cart-remove, .quantity-stepper button { min-height: 2.75rem; }
  .quantity-stepper { grid-template-columns: repeat(3,2.75rem); }
  .quantity-stepper button { width: 2.75rem; }
}

@media (max-width: 380px) {
  .product-facts { grid-template-columns: 1fr; }
  .product-facts > div:last-child:nth-child(odd) { grid-column: auto; }
}

@media (max-width: 360px) {
  .site-header { width: calc(100% - 1rem); }
  .site-header { column-gap: .2rem; padding-inline: .45rem; }
  .menu-toggle { margin-left: .1rem; }
}

@media (max-width: 980px) {
  .pt-pricing-layout, .guide-hero, .guide-summary, .guide-layout, .guide-lead { grid-template-columns: 1fr; }
  .pt-session-grid { grid-template-columns: 1fr; }
  .pt-session-grid li { min-height: 0; }
  .guide-hero { min-height: 0; }
  .guide-hero-media { min-height: 0; aspect-ratio: 4 / 3; grid-row: 2; }
  .guide-hero-copy { grid-row: 1; }
  .guide-summary { gap: 1.2rem; }
  .guide-toc { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 1rem; }
  .guide-toc p { grid-column: 1 / -1; }
  .guide-content { max-width: none; }
  .guide-lead-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .pt-pricing-layout { gap: 2rem; }
  .pt-pricing-copy > p:not(.kicker) { font-size: .9rem; }
  .pt-pricing-price strong { font-size: clamp(3.7rem,17vw,5rem); }
  .pt-pricing-panel { padding: 1.2rem; }
  .pt-pricing-list strong { font-size: .82rem; }
  .pt-pricing-list span, .pt-pricing-note { font-size: .8rem; }
  .pt-session-grid { margin-top: 2rem; }
  .pt-session-grid li { padding: 1.2rem; }
  .pt-session-grid h3 { margin-top: 2rem; font-size: 2.2rem; }
  .pt-session-grid p { font-size: .84rem; }
  .pt-guides-grid { grid-template-columns: 1fr; margin-top: 2rem; }
  .pt-guide-card { min-height: 0; padding: 1.3rem; }
  .pt-guide-card h3 { margin-top: 2.4rem; font-size: clamp(2.4rem,10.5vw,3.25rem); }
  .pt-guide-card > p:not(.store-kicker) { font-size: .86rem; }
  .guide-main { padding-top: 6rem; }
  .guide-main > .breadcrumbs { margin-bottom: .9rem; }
  .guide-hero { padding: .7rem; border-radius: var(--radius); }
  .guide-hero-copy { padding: 1.2rem .65rem 1rem; }
  .guide-hero h1 { font-size: clamp(3rem,14.2vw,4.25rem); line-height: .84; overflow-wrap: anywhere; }
  .guide-deck { margin-top: 1.15rem; font-size: .98rem; line-height: 1.68; }
  .guide-meta { display: grid; gap: .35rem; font-size: .68rem; }
  .guide-actions { display: grid; grid-template-columns: 1fr; }
  .guide-actions .button { width: 100%; }
  .guide-hero-media { aspect-ratio: 4 / 3; }
  .guide-hero-media figcaption { font-size: .67rem; }
  .guide-summary { margin-top: 2rem; padding: 1.2rem; }
  .guide-summary h2 { font-size: 2.35rem; }
  .guide-summary ul { grid-template-columns: 1fr; }
  .guide-summary li { font-size: .84rem; }
  .guide-layout { gap: 2.75rem; margin-top: 3rem; }
  .guide-toc { grid-template-columns: 1fr 1fr; padding: 1rem; }
  .guide-toc a { min-height: 2.75rem; font-size: .72rem; }
  .guide-intro { font-size: 1.08rem; }
  .guide-section { padding-block: 3.5rem; }
  .guide-section h2, .guide-faq h2 { font-size: clamp(2.65rem,12vw,3.6rem); line-height: .89; }
  .guide-section h3 { font-size: 2.15rem; }
  .guide-section > p { font-size: 1rem; line-height: 1.78; }
  .guide-checklist li, .guide-question-list li { font-size: .92rem; }
  .guide-callout p { font-size: .92rem; }
  .guide-inline-cta { grid-template-columns: 1fr; padding: 1.2rem; }
  .guide-inline-cta .button { width: 100%; }
  .guide-comparison-wrap { border-radius: .75rem; }
  .guide-comparison th, .guide-comparison td { font-size: .82rem; }
  .guide-faq summary { min-height: 4.5rem; font-size: .94rem; }
  .guide-faq details p { padding-right: 0; font-size: .92rem; }
  .guide-lead { margin-top: 4rem; padding: 1.35rem; }
  .guide-lead h2 { font-size: clamp(2.8rem,12vw,3.75rem); }
  .guide-lead p:not(.store-kicker) { font-size: .9rem; }
  .guide-lead-actions { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .guide-toc { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .store-card, .store-card-media img, .store-card-arrow, .cart-drawer, .search-panel, .store-overlay, .store-toast { transition: none !important; }
  .cart-count.is-bouncing { animation: none; }
}
/*
 * Modalità frontend: l'interfaccia commerciale resta nel codice ma non viene
 * esposta finché script.js non abilita esplicitamente la classe commerce-enabled.
 */
html:not(.commerce-enabled) [data-commerce-only],
html:not(.commerce-enabled) [data-cart-open],
html:not(.commerce-enabled) .nav-dropdown,
html:not(.commerce-enabled) .cart-drawer {
  display: none !important;
}

html:not(.commerce-enabled) a[href$="termini.html"],
html:not(.commerce-enabled) a[href*="termini.html#"],
html:not(.commerce-enabled) a[href$="recesso.html"] {
  display: none !important;
}

html.commerce-enabled [data-contact-only] {
  display: none !important;
}

.commerce-contact-state {
  gap: 1rem;
  padding-inline: 1rem;
}

.commerce-contact-state h1 {
  margin-bottom: 0;
}

.commerce-contact-state > p:not(.store-kicker) {
  max-width: 36rem;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.75;
}

.commerce-contact-state .button {
  margin-top: .35rem;
}
