/*
Theme Name: Ad Turista
Theme URI: https://www.ad-turista.it/
Author: Ad Turista
Description: Tema custom leggero, accessibile e WooCommerce-ready per il servizio Ad Turista.
Version: 3.8.17
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: ad-turista
*/

:root {
  --at-primary: #075b64;
  --at-primary-dark: #043f47;
  --at-primary-soft: #dceff1;
  --at-accent: #e85f43;
  --at-accent-dark: #c9472f;
  --at-ink: #172b2f;
  --at-muted: #5a6d70;
  --at-line: #d7e3e4;
  --at-surface: #ffffff;
  --at-surface-soft: #f4f9f9;
  --at-success: #147d64;
  --at-warning: #f0a629;
  --at-radius-sm: 0.7rem;
  --at-radius: 1.15rem;
  --at-radius-lg: 1.75rem;
  --at-shadow: 0 1rem 2.5rem rgba(7, 55, 62, 0.11);
  --at-container: 1180px;
  --at-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/*
 * Approved mockup implementation — 1.4.0
 * Visual layer only. WooCommerce catalogue, product, cart, checkout, account,
 * payments, shipping, WPML and accessibility controls retain their templates.
 */
.at-topbar { display: none; }

.at-site-header {
  border-bottom: 1px solid rgba(4, 45, 64, 0.08);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: none;
}

.at-header__inner {
  min-height: 88px;
  grid-template-columns: auto 1fr auto;
  gap: 1.15rem;
}

.at-brand,
.at-brand img { width: 210px; }

.at-nav ul { gap: 0.2rem; }

.at-nav a {
  position: relative;
  padding: 0.7rem 0.62rem;
  color: #0a3147;
  background: transparent;
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 730;
}

.at-nav a::after {
  position: absolute;
  right: 100%;
  bottom: 0.2rem;
  left: 0.62rem;
  height: 2px;
  content: "";
  background: #ef4d43;
  border-radius: 999px;
  transition: right 180ms ease;
}

.at-nav a:hover::after,
.at-nav a[aria-current="page"]::after { right: 0.62rem; }

.at-header-actions { gap: 0.55rem; }

.at-header-actions .at-language-switcher {
  display: flex;
  gap: 0.25rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.at-header-actions .at-language-switcher a { padding: 0.25rem; }

.at-hotel-access {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0.65rem 1rem;
  color: #06344b;
  border: 1px solid #06344b;
  border-radius: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.at-header-actions .at-button {
  min-height: 46px;
  padding: 0.75rem 1rem;
  background: #ef4d43;
  border-color: #ef4d43;
  border-radius: 0.45rem;
  font-size: 0.78rem;
  box-shadow: 0 0.8rem 1.8rem rgba(239, 77, 67, 0.22);
}

.at-cart-link {
  width: 44px;
  height: 44px;
  color: #06344b;
  background: #f2f7f7;
  border-color: #dbe3e5;
}

.atm-home { color: #0a3147; }
.atm-home h1,
.atm-home h2 { font-family: "Jakarta AT", var(--at-font); }
.atm-home svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.atm-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #fff;
  background: #06344b url("./assets/images/hero-home.png") center/cover no-repeat;
}

.atm-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 39, 58, 0.97) 0%, rgba(2, 39, 58, 0.84) 39%, rgba(2, 39, 58, 0.25) 68%, rgba(2, 39, 58, 0.04) 100%),
    linear-gradient(0deg, rgba(2, 39, 58, 0.34), transparent 55%);
}

.atm-hero__inner {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
}

.atm-hero__copy {
  width: min(640px, 60%);
  padding: 4.2rem 0 8.4rem;
}

.atm-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  color: #7ad5df;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.atm-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.1rem, 5.3vw, 5.15rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-wrap: balance;
}

.atm-hero h1 span { white-space: nowrap; }

.atm-hero__copy > p {
  max-width: 575px;
  margin: 1.45rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
}

.atm-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 1.9rem;
}

.atm-hero__actions .at-button {
  min-height: 52px;
  background: #ef4d43;
  border-color: #ef4d43;
  border-radius: 0.5rem;
}

.atm-video-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.atm-video-link:hover { color: #fff; }

.atm-play {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  padding-left: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.65rem;
}

.atm-hero__benefits {
  position: absolute;
  bottom: 2.2rem;
  left: 0;
  min-width: 535px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.9rem;
  background: linear-gradient(90deg, rgba(6, 111, 135, 0.94), rgba(5, 153, 178, 0.91));
  box-shadow: 0 1.1rem 2.4rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.atm-hero__benefits > span {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0 0.9rem;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.atm-hero__benefits > span:first-child { padding-left: 0; }
.atm-hero__benefits > span:last-child { border: 0; }
.atm-hero__benefits svg { width: 28px; height: 28px; flex: 0 0 auto; }
.atm-hero__benefits small { color: #fff; font-size: 0.74rem; font-weight: 800; }

.atm-trust { background: #fff; border-bottom: 1px solid #dbe3e5; }

.atm-trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); }

.atm-trust article {
  min-height: 126px;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.45rem 2.3rem;
  border-right: 1px solid #dbe3e5;
}

.atm-trust article:last-child { border: 0; }
.atm-trust article > svg { width: 46px; height: 46px; color: #07869a; flex: 0 0 auto; stroke-width: 1.55; }
.atm-trust h2 { margin: 0 0 0.2rem; color: #0a3147; font-size: 1.2rem; letter-spacing: -0.02em; }
.atm-trust p { margin: 0; color: #607481; font-size: 0.8rem; }

.atm-audiences { padding: 3.2rem 0 1.9rem; background: #fff; }
.atm-audiences__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }

.atm-audience {
  position: relative;
  min-height: 455px;
  overflow: hidden;
  color: #fff;
  border-radius: 1.2rem;
  background-position: center;
  background-size: cover;
  box-shadow: 0 1.2rem 2.8rem rgba(3, 40, 59, 0.15);
}

.atm-audience--tourist { background-image: url("./assets/images/tourist-card.png"); }
.atm-audience--hotel { background-image: url("./assets/images/hotel-card.png"); }

.atm-audience__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 47, 66, 0.84), rgba(4, 47, 66, 0.14) 78%), linear-gradient(0deg, rgba(4, 47, 66, 0.38), transparent 60%);
}

.atm-audience--hotel .atm-audience__shade {
  background: linear-gradient(90deg, rgba(38, 27, 22, 0.88), rgba(38, 27, 22, 0.18) 80%), linear-gradient(0deg, rgba(30, 21, 17, 0.45), transparent 60%);
}

.atm-audience__content {
  position: relative;
  z-index: 2;
  width: 68%;
  min-height: 455px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem;
}

.atm-audience__content > svg { width: 38px; height: 38px; margin-bottom: 1.1rem; }
.atm-audience h2 { margin: 0; color: #fff; font-size: clamp(2.3rem, 4vw, 3.25rem); line-height: 1; }
.atm-audience p { margin: 1.1rem 0 1.55rem; color: rgba(255, 255, 255, 0.9); font-size: 0.91rem; }

.atm-light-button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1rem;
  margin-top: auto;
  color: #06344b;
  background: #fff;
  border-radius: 0.45rem;
  box-shadow: 0 0.75rem 1.8rem rgba(0, 0, 0, 0.18);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.atm-light-button:hover { color: #06344b; transform: translateY(-2px); }

.atm-categories { padding: 1.6rem 0 2rem; background: #fff; }
.atm-section-title { margin-bottom: 1.7rem; text-align: center; }
.atm-section-title h2 { margin: 0; color: #0a3147; font-size: clamp(2rem, 3.5vw, 3rem); letter-spacing: -0.035em; line-height: 1.08; }
.atm-section-title p { margin: 0.55rem 0 0; color: #607481; }
.atm-section-title--left { text-align: left; }

.atm-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }

.atm-category {
  position: relative;
  overflow: hidden;
  min-width: 0;
  color: #0a3147;
  background: #fbf6ee;
  border: 1px solid #ece5db;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.4rem rgba(3, 40, 59, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.atm-category:hover { color: #0a3147; transform: translateY(-5px); box-shadow: 0 1.1rem 2.2rem rgba(3, 40, 59, 0.13); }

.atm-category__photo {
  height: 185px;
  display: block;
  background-color: #fbf1e2;
  background-image: url("./assets/images/category-items-strip.png");
  background-repeat: no-repeat;
  background-size: 600% 100%;
}

.atm-category__photo--1 { background-position: 0% center; }
.atm-category__photo--2 { background-position: 20% center; }
.atm-category__photo--3 { background-position: 40% center; }
.atm-category__photo--4 { background-position: 60% center; }
.atm-category__photo--5 { background-position: 80% center; }
.atm-category__photo--6 { background-position: 100% center; }
.atm-category strong { display: block; padding: 0.9rem 2.4rem 0.9rem 1rem; font-size: 0.86rem; }
.atm-category > span:last-child { position: absolute; right: 0.9rem; bottom: 0.75rem; color: #ef4d43; font-size: 1.4rem; }
.atm-categories__action { display: flex; justify-content: center; margin-top: 1.7rem; }
.atm-categories__action .at-button { border-radius: 0.5rem; }

.atm-process { padding: 1.8rem 0 1.5rem; background: #fff; }

.atm-process__panel {
  position: relative;
  overflow: hidden;
  padding: 2.7rem 2.75rem 2.4rem;
  background: linear-gradient(135deg, #fffaf4, #f7eee3);
  border-radius: 1.2rem;
  box-shadow: 0 0.9rem 3.1rem rgba(81, 54, 25, 0.08);
}

.atm-process__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.atm-process__line { position: absolute; z-index: 1; top: 9.8rem; right: 12%; left: 12%; height: 3.9rem; border-top: 2px dashed #ef4d43; border-radius: 50%; transform: rotate(1deg); opacity: 0.82; }
.atm-step { position: relative; text-align: center; padding: 0 0.45rem; }
.atm-step__number { position: absolute; z-index: 4; top: -0.45rem; left: calc(50% - 2.5rem); width: 27px; height: 27px; display: grid; place-items: center; color: #fff; background: #07869a; border: 3px solid #fbf6ee; border-radius: 50%; font-size: 0.72rem; font-weight: 900; }
.atm-step__icon { position: relative; z-index: 3; width: 88px; height: 88px; display: grid; place-items: center; margin: 0 auto 1rem; color: #06344b; background: #fff; border: 1px solid #e8ddd0; border-radius: 50%; box-shadow: 0 0.6rem 1.55rem rgba(3, 40, 59, 0.09); }
.atm-step__icon svg,
.atm-step__icon img { width: 38px; height: 38px; object-fit: contain; }
.atm-step h3 { margin: 0 0 0.45rem; color: #0a3147; font-family: var(--at-font); font-size: 0.9rem; letter-spacing: -0.01em; }
.atm-step p { margin: 0; color: #607481; font-size: 0.74rem; line-height: 1.55; }

.atm-reviews { padding: 1.5rem 0 2.2rem; background: #fff; }
.atm-reviews__panel { position: relative; min-height: 365px; overflow: hidden; background: #fff url("./assets/images/locations/rimini-arco-augusto.webp") right center / 58% 100% no-repeat; border-radius: 1.2rem; box-shadow: 0 0.9rem 2.8rem rgba(3, 40, 59, 0.1); }
.atm-reviews__shade { position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, #fff 57%, rgba(255, 255, 255, 0.08) 84%); }
.atm-reviews__content { position: relative; z-index: 2; width: 72%; padding: 1.85rem 1.5rem; }
.atm-review-feed { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.atm-review-feed > div:not(.atm-review) { grid-column: 1 / -1; }

.atm-review {
  min-height: 220px;
  padding: 1rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #dbe3e5;
  border-radius: 0.95rem;
  box-shadow: 0 0.75rem 1.8rem rgba(3, 40, 59, 0.08);
}

.atm-review__user { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 0 0.6rem; }
.atm-review__user > span { grid-row: 1 / 3; width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: #07869a; border-radius: 50%; font-weight: 900; }
.atm-review__user strong { font-size: 0.72rem; }
.atm-review__user small { color: #20a26c; font-size: 0.62rem; }
.atm-review__stars { margin-top: 0.85rem; color: #ffb000; letter-spacing: 0.1rem; font-size: 0.85rem; }
.atm-review p { margin: 0.75rem 0 0; color: #324e5c; font-size: 0.73rem; line-height: 1.55; }

.atm-help { padding: 0 0 3rem; background: #fff; }
.atm-help__panel { min-height: 300px; display: grid; grid-template-columns: 34% 1fr; overflow: hidden; background: linear-gradient(135deg, #fffdf9, #f6efe6); border-radius: 1.2rem; box-shadow: 0 0.9rem 2.8rem rgba(3, 40, 59, 0.09); }
.atm-help__photo { min-height: 300px; background: url("./assets/images/support-agent.png") center / cover no-repeat; }
.atm-help__copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 2.5rem 3.4rem; }
.atm-help__copy h2 { margin: 0; color: #0a3147; font-size: clamp(2rem, 3.5vw, 3rem); letter-spacing: -0.035em; line-height: 1.08; }
.atm-help__copy > p { margin: 0.65rem 0 1.25rem; color: #607481; }
.atm-help__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.atm-whatsapp,
.atm-phone { min-height: 48px; display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.75rem 1.2rem; background: #fff; border: 1px solid #47b875; border-radius: 0.5rem; color: #147b45; font-size: 0.8rem; font-weight: 800; text-decoration: none; }
.atm-phone { color: #06344b; border-color: #06344b; }
.atm-whatsapp:hover { color: #147b45; }
.atm-phone:hover { color: #06344b; }
.atm-help__copy > small { margin-top: 0.7rem; color: #607481; }

.at-site-footer { background: linear-gradient(110deg, #04364c, #062d41); }
.at-footer-grid { padding-block: 3.4rem 2.5rem; }
.at-footer-brand img { border-radius: 0.45rem; }

/* Inner pages and all WooCommerce surfaces share the approved visual system. */
.at-page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background:
    linear-gradient(90deg, rgba(3, 40, 59, 0.92), rgba(3, 40, 59, 0.54)),
    url("./assets/images/hero-home.png") center 42% / cover no-repeat;
}

.at-page-hero h1 { font-family: "Jakarta AT", var(--at-font); }
.at-shop-shell { padding-block: clamp(2.5rem, 6vw, 5rem); }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.at-post-card,
.at-contact-card,
.at-form-card {
  border-radius: 1rem;
  box-shadow: 0 0.6rem 1.8rem rgba(3, 40, 59, 0.06);
}

.woocommerce ul.products li.product a img { border-radius: 0.8rem; }
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce a.checkout-button,
.woocommerce button.button.alt {
  background: #ef4d43;
  border-color: #ef4d43;
  border-radius: 0.5rem;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.checkout-button:hover,
.woocommerce button.button.alt:hover { background: #d83b33; border-color: #d83b33; }

@media (max-width: 1180px) {
  .at-header-actions .at-hotel-access,
  .at-header-actions .at-language-switcher { display: none; }
  .atm-category-grid { grid-template-columns: repeat(3, 1fr); }
  .atm-reviews__content { width: 82%; }
  .atm-reviews__panel { background-size: 65% 100%; }
}

@media (max-width: 1080px) {
  .at-nav { top: calc(100% + 0.2rem); }
  .at-nav a::after { display: none; }
}

@media (max-width: 820px) {
  .at-container { width: min(calc(100% - 1.8rem), var(--at-container)); }
  .at-header__inner { min-height: 76px; }
  .at-brand,
  .at-brand img { width: 170px; }
  .at-header-actions .at-button { display: none; }
  .atm-hero { min-height: 690px; background-position: 67% center; }
  .atm-hero__shade { background: linear-gradient(90deg, rgba(2, 39, 58, 0.96), rgba(2, 39, 58, 0.65)), linear-gradient(0deg, rgba(2, 39, 58, 0.52), transparent); }
  .atm-hero__inner { min-height: 690px; align-items: flex-start; }
  .atm-hero__copy { width: 100%; padding: 4rem 0 11.8rem; }
  .atm-hero h1 { font-size: clamp(2.65rem, 10vw, 4.6rem); }
  .atm-hero h1 span { white-space: normal; }
  .atm-hero__benefits { right: 0; left: 0; min-width: 0; }
  .atm-trust__grid { grid-template-columns: 1fr; }
  .atm-trust article { min-height: 100px; padding: 1.2rem; border-right: 0; border-bottom: 1px solid #dbe3e5; }
  .atm-audiences__grid { grid-template-columns: 1fr; }
  .atm-audience,
  .atm-audience__content { min-height: 420px; }
  .atm-process__grid { grid-template-columns: repeat(2, 1fr); gap: 2.2rem 1.1rem; }
  .atm-process__line { display: none; }
  .atm-reviews__panel { background-size: cover; }
  .atm-reviews__shade { background: rgba(255, 255, 255, 0.87); }
  .atm-reviews__content { width: 100%; }
  .atm-review-feed { grid-template-columns: 1fr; }
  .atm-review { min-height: 0; }
  .atm-help__panel { grid-template-columns: 1fr; }
  .atm-help__photo { min-height: 300px; }
}

@media (max-width: 540px) {
  .at-container { width: min(calc(100% - 1.35rem), var(--at-container)); }
  .at-brand,
  .at-brand img { width: 150px; }
  .atm-hero { min-height: 760px; background-position: 70% center; }
  .atm-hero__inner { min-height: 760px; }
  .atm-hero__copy { padding-top: 3.2rem; }
  .atm-hero__copy > p { font-size: 0.93rem; }
  .atm-hero__actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .atm-hero__benefits { bottom: 1.3rem; grid-template-columns: 1fr; padding: 0.65rem 0.9rem; }
  .atm-hero__benefits > span { min-height: 45px; padding: 0.35rem 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .atm-audiences { padding-top: 1.4rem; }
  .atm-audience { min-height: 480px; background-position: 65% center; }
  .atm-audience__content { width: 100%; min-height: 480px; justify-content: flex-end; padding: 1.7rem; }
  .atm-audience h2 { font-size: 2.45rem; }
  .atm-category-grid { grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }
  .atm-category__photo { height: 145px; }
  .atm-process__panel { padding: 2rem 1.1rem; }
  .atm-process__grid { grid-template-columns: 1fr; }
  .atm-help__copy { padding: 2rem 1.4rem; }
  .atm-help__actions { align-items: stretch; flex-direction: column; }
  .atm-whatsapp,
  .atm-phone { justify-content: center; }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--at-ink);
  background: var(--at-surface);
  font-family: var(--at-font);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

a {
  color: var(--at-primary);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--at-primary-dark);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--at-warning);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.7em;
  color: var(--at-ink);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.35rem, 6vw, 4.9rem);
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3.15rem);
}

h3 {
  font-size: clamp(1.18rem, 2vw, 1.5rem);
}

p {
  margin: 0 0 1.15rem;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 100000;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--at-primary-dark);
  border-radius: 0.5rem;
}

.at-container {
  width: min(calc(100% - 2rem), var(--at-container));
  margin-inline: auto;
}

.at-section {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.at-section--soft {
  background: var(--at-surface-soft);
}

.at-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.at-section-head > div {
  max-width: 760px;
}

.at-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--at-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.at-eyebrow::before {
  width: 1.7rem;
  height: 3px;
  content: "";
  background: var(--at-accent);
  border-radius: 999px;
}

.at-lead {
  max-width: 780px;
  color: var(--at-muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.at-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.2rem;
  color: #fff;
  background: var(--at-accent);
  border: 2px solid var(--at-accent);
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.at-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: #fff;
  background: var(--at-accent-dark);
  border-color: var(--at-accent-dark);
  transform: translateY(-2px);
}

.at-button--secondary {
  color: var(--at-primary);
  background: transparent;
  border-color: var(--at-primary);
}

.at-button--secondary:hover {
  color: #fff;
  background: var(--at-primary);
  border-color: var(--at-primary);
}

.at-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.4rem;
  font-weight: 780;
}

/* Header */
.at-topbar {
  color: #eaf7f7;
  background: var(--at-primary-dark);
  font-size: 0.85rem;
}

.at-topbar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.at-topbar a {
  color: #fff;
}

.at-topbar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
}

.at-site-header {
  position: sticky;
  z-index: 900;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(215, 227, 228, 0.9);
  backdrop-filter: blur(14px);
}

.admin-bar .at-site-header {
  top: 32px;
}

.at-header__inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.4rem;
}

.at-brand {
  display: inline-flex;
  width: 205px;
  align-items: center;
}

.at-brand img {
  width: 205px;
  height: auto;
}

.at-nav {
  justify-self: end;
}

.at-nav ul {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.at-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0.55rem 0.7rem;
  color: var(--at-ink);
  border-radius: 0.55rem;
  font-size: 0.92rem;
  font-weight: 690;
  text-decoration: none;
}

.at-nav a:hover,
.at-nav a[aria-current="page"] {
  color: var(--at-primary);
  background: var(--at-primary-soft);
}

.at-header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.at-header-actions .at-button {
  min-height: 44px;
  padding: 0.65rem 1rem;
  font-size: 0.86rem;
}

.at-cart-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--at-primary);
  background: var(--at-primary-soft);
  border-radius: 50%;
  text-decoration: none;
}

.at-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--at-primary);
  background: var(--at-primary-soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

/* Hero */
.at-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(220, 239, 241, 0.95), transparent 38%),
    linear-gradient(135deg, #f9fcfc 0%, #eef7f7 100%);
}

.at-hero::after {
  position: absolute;
  width: 30rem;
  height: 30rem;
  right: -14rem;
  bottom: -14rem;
  content: "";
  background: rgba(232, 95, 67, 0.08);
  border-radius: 50%;
}

.at-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.at-hero h1 {
  max-width: 760px;
}

.at-hero h1 span {
  color: var(--at-primary);
}

.at-hero__copy > p {
  max-width: 680px;
  color: var(--at-muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.at-object-search {
  display: flex;
  max-width: 700px;
  gap: 0.55rem;
  padding: 0.55rem;
  margin: 2rem 0 1.1rem;
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: 999px;
  box-shadow: 0 1rem 2.5rem rgba(7, 55, 62, 0.12);
}

.at-object-search label {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 0.7rem;
  padding-left: 0.8rem;
}

.at-object-search input[type="search"] {
  width: 100%;
  min-height: 48px;
  padding: 0 0.4rem;
  background: transparent;
  border: 0;
  outline: 0;
}

.at-object-search .at-button {
  min-width: 138px;
}

.at-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.at-trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.72rem;
  color: var(--at-primary-dark);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--at-line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.at-hero__visual {
  position: relative;
}

.at-hero__image {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 10px solid rgba(255, 255, 255, 0.9);
  border-radius: 2.25rem;
  box-shadow: var(--at-shadow);
}

.at-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.at-hero-card {
  position: absolute;
  left: -2.5rem;
  bottom: 2.4rem;
  width: min(310px, 78%);
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  box-shadow: var(--at-shadow);
}

.at-hero-card strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--at-primary);
  font-size: 1.1rem;
}

.at-hero-card p {
  margin: 0;
  color: var(--at-muted);
  font-size: 0.9rem;
}

.at-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -2.6rem;
  position: relative;
  z-index: 4;
}

.at-audience-card {
  display: flex;
  min-height: 180px;
  align-items: center;
  gap: 1.1rem;
  padding: clamp(1.3rem, 3vw, 2rem);
  color: var(--at-ink);
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius-lg);
  box-shadow: var(--at-shadow);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.at-audience-card:hover {
  color: var(--at-ink);
  border-color: var(--at-primary);
  transform: translateY(-4px);
}

.at-icon-disc {
  display: inline-flex;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  color: var(--at-primary);
  background: var(--at-primary-soft);
  border-radius: 50%;
}

.at-audience-card h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.22rem, 2vw, 1.6rem);
}

.at-audience-card p {
  margin: 0;
  color: var(--at-muted);
  font-size: 0.94rem;
}

/* Cards and grids */
.at-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.at-category-card {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.1rem;
  color: var(--at-ink);
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.at-category-card:hover {
  color: var(--at-ink);
  border-color: var(--at-primary);
  box-shadow: 0 0.8rem 1.8rem rgba(7, 55, 62, 0.09);
  transform: translateY(-3px);
}

.at-category-card__icon {
  color: var(--at-primary);
}

.at-category-card strong {
  font-size: 0.98rem;
}

.at-category-card small {
  color: var(--at-muted);
}

.at-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: steps;
}

.at-step {
  position: relative;
  padding: 1.7rem;
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  counter-increment: steps;
}

.at-step::before {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  color: #fff;
  background: var(--at-primary);
  border-radius: 50%;
  content: counter(steps);
  font-weight: 800;
}

.at-step p {
  margin: 0;
  color: var(--at-muted);
}

.at-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
}

.at-split__media {
  overflow: hidden;
  min-height: 480px;
  border-radius: var(--at-radius-lg);
  box-shadow: var(--at-shadow);
}

.at-split__media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.at-check-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.6rem 0 2rem;
  list-style: none;
}

.at-check-list li {
  display: flex;
  gap: 0.7rem;
}

.at-check-list li::before {
  flex: 0 0 auto;
  color: var(--at-success);
  content: "✓";
  font-weight: 900;
}

.at-faq-list {
  display: grid;
  max-width: 900px;
  gap: 0.75rem;
  margin-inline: auto;
}

.at-faq-list details {
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius-sm);
}

.at-faq-list summary {
  min-height: 58px;
  padding: 1rem 3rem 1rem 1.2rem;
  cursor: pointer;
  font-weight: 760;
}

.at-faq-list details > div {
  padding: 0 1.2rem 1.2rem;
  color: var(--at-muted);
}

.at-faq-list details p:last-child {
  margin-bottom: 0;
}

.at-review-shell {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius-lg);
  box-shadow: var(--at-shadow);
}

/* Inner pages */
.at-page-hero {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background: linear-gradient(135deg, var(--at-primary-dark), var(--at-primary));
}

.at-page-hero,
.at-page-hero h1,
.at-page-hero h2 {
  color: #fff;
}

.at-page-hero p {
  max-width: 760px;
  margin: 0;
  color: #d9efef;
  font-size: 1.12rem;
}

.at-page-content {
  width: min(calc(100% - 2rem), 900px);
  margin-inline: auto;
  padding-block: clamp(3rem, 7vw, 6rem);
}

.at-page-content > :first-child {
  margin-top: 0;
}

.at-page-content img {
  border-radius: var(--at-radius);
}

.at-contact-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 1.2rem;
}

.at-contact-card,
.at-form-card {
  padding: clamp(1.4rem, 4vw, 2.2rem);
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
}

.at-contact-card {
  color: #fff;
  background: var(--at-primary-dark);
  border-color: var(--at-primary-dark);
}

.at-contact-card h2,
.at-contact-card a {
  color: #fff;
}

.at-contact-card address {
  font-style: normal;
}

.at-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.at-field {
  display: grid;
  gap: 0.35rem;
}

.at-field--full {
  grid-column: 1 / -1;
}

.at-field label,
.at-field legend {
  font-size: 0.9rem;
  font-weight: 730;
}

.at-field input,
.at-field select,
.at-field textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  background: #fff;
  border: 1px solid #aebfc1;
  border-radius: 0.55rem;
}

.at-field textarea {
  min-height: 140px;
  resize: vertical;
}

.at-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.at-checkbox input {
  width: 1.2rem;
  height: 1.2rem;
  min-height: auto;
  margin-top: 0.22rem;
}

.at-notice {
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
  color: #104f40;
  background: #def4ec;
  border: 1px solid #9dd6c1;
  border-radius: var(--at-radius-sm);
}

.at-notice--error {
  color: #751e15;
  background: #fff0ed;
  border-color: #f2b1a7;
}

/* WooCommerce */
.at-shop-shell {
  padding-block: clamp(2.5rem, 6vw, 5rem);
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 1.5rem;
  color: var(--at-muted);
  font-size: 0.85rem;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  width: auto;
  min-width: 0;
  float: none;
  flex-direction: column;
  padding: 0.75rem;
  margin: 0;
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.woocommerce ul.products li.product:hover {
  border-color: var(--at-primary);
  box-shadow: 0 0.9rem 2rem rgba(7, 55, 62, 0.1);
  transform: translateY(-3px);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 1rem;
  object-fit: cover;
  border-radius: 0.85rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  margin: 0 0 0.45rem;
  color: var(--at-ink);
  font-size: 1.02rem;
  letter-spacing: -0.015em;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: auto 0 0.8rem;
  color: var(--at-primary);
  font-size: 1rem;
  font-weight: 800;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: 0.2rem;
}

.woocommerce span.onsale {
  min-width: 0;
  min-height: 0;
  padding: 0.35rem 0.65rem;
  color: #fff;
  background: var(--at-accent);
  border-radius: 999px;
  line-height: 1.2;
}

.woocommerce div.product {
  display: flow-root;
}

.woocommerce div.product div.images img {
  border-radius: var(--at-radius);
}

.woocommerce div.product .product_title {
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.woocommerce div.product form.cart .button {
  min-height: 50px;
}

.woocommerce .quantity .qty {
  min-height: 48px;
  border: 1px solid #aebfc1;
  border-radius: 0.45rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: var(--at-surface-soft);
  border-color: var(--at-line);
}

.woocommerce table.shop_table {
  border-color: var(--at-line);
  border-radius: var(--at-radius-sm);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--at-primary);
  background: var(--at-surface-soft);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--at-primary);
}

.at-start-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
}

/* Blog */
.at-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.at-post-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
}

.at-post-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--at-primary-soft);
}

.at-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.at-post-card__body {
  padding: 1.2rem;
}

.at-post-card__body h2,
.at-post-card__body h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.at-post-meta {
  margin-bottom: 0.6rem;
  color: var(--at-muted);
  font-size: 0.82rem;
}

/* Footer */
.at-site-footer {
  color: #d5e8e9;
  background: #092f35;
}

.at-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 0.85fr));
  gap: 2rem;
  padding-block: 4rem 3rem;
}

.at-footer-brand img {
  width: 210px;
  padding: 0.45rem;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 0.6rem;
}

.at-site-footer h2,
.at-site-footer h3 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
}

.at-site-footer a {
  color: #fff;
}

.at-footer-links {
  display: grid;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.at-footer-bottom {
  padding-block: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
}

.at-footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Floating controls: accessibility on the left, WhatsApp on the right */
.at-floating-button {
  position: fixed;
  z-index: 1200;
  bottom: 22px;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0.55rem 1.5rem rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.at-floating-button:hover {
  color: #fff;
  transform: translateY(-2px);
}

.at-floating-button--a11y {
  left: 22px;
  background: var(--at-primary);
  cursor: pointer;
}

.at-floating-button--whatsapp {
  right: 22px;
  background: #168c47;
}

.at-a11y-panel {
  position: fixed;
  z-index: 1300;
  left: 22px;
  bottom: 88px;
  width: min(350px, calc(100vw - 44px));
  padding: 1rem;
  background: #fff;
  border: 2px solid var(--at-primary);
  border-radius: var(--at-radius);
  box-shadow: 0 1.1rem 3rem rgba(0, 0, 0, 0.24);
}

.at-a11y-panel[hidden] {
  display: none;
}

.at-a11y-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.at-a11y-panel__head h2 {
  margin: 0;
  font-size: 1.1rem;
}

.at-a11y-close {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--at-primary-soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4rem;
}

.at-a11y-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.at-a11y-option {
  min-height: 52px;
  padding: 0.55rem;
  color: var(--at-ink);
  background: var(--at-surface-soft);
  border: 1px solid var(--at-line);
  border-radius: 0.55rem;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
}

.at-a11y-option[aria-pressed="true"] {
  color: #fff;
  background: var(--at-primary);
  border-color: var(--at-primary);
}

.at-a11y-reset {
  width: 100%;
  margin-top: 0.7rem;
}

/* Preference classes controlled by the floating accessibility panel */
html.at-font-large {
  font-size: 112.5%;
}

html.at-font-larger {
  font-size: 125%;
}

html.at-readable-font body {
  font-family: Arial, Verdana, sans-serif;
  letter-spacing: 0.02em;
  word-spacing: 0.08em;
}

html.at-underline-links a:not(.at-button):not(.button) {
  text-decoration: underline !important;
}

html.at-grayscale body {
  filter: grayscale(1);
}

html.at-high-contrast {
  --at-primary: #00363c;
  --at-primary-dark: #001f23;
  --at-accent: #a52f13;
  --at-accent-dark: #7e200a;
  --at-ink: #000;
  --at-muted: #242424;
  --at-line: #5c5c5c;
  --at-surface: #fff;
  --at-surface-soft: #f2f2f2;
}

html.at-reduce-motion *,
html.at-reduce-motion *::before,
html.at-reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .at-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .at-menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .at-nav {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    display: none;
    padding: 0.8rem;
    background: #fff;
    border: 1px solid var(--at-line);
    border-radius: var(--at-radius);
    box-shadow: var(--at-shadow);
  }

  .at-nav.is-open {
    display: block;
  }

  .at-nav ul {
    display: grid;
  }

  .at-nav a {
    width: 100%;
  }

  .at-header-actions .at-button {
    display: none;
  }

  .at-hero__grid {
    grid-template-columns: 1fr 0.8fr;
  }

  .at-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .at-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .at-site-header {
    top: 46px;
  }

  .at-topbar__inner {
    justify-content: center;
  }

  .at-topbar__meta span:last-child {
    display: none;
  }

  .at-header__inner {
    min-height: 72px;
  }

  .at-brand,
  .at-brand img {
    width: 170px;
  }

  .at-hero__grid,
  .at-split,
  .at-contact-grid {
    grid-template-columns: 1fr;
  }

  .at-hero__grid {
    min-height: 0;
  }

  .at-hero__visual {
    max-width: 560px;
    margin-inline: auto;
  }

  .at-hero__image {
    aspect-ratio: 4 / 3;
  }

  .at-hero-card {
    left: 1rem;
  }

  .at-audience-grid {
    grid-template-columns: 1fr;
    margin-top: -1.4rem;
  }

  .at-steps,
  .at-post-grid {
    grid-template-columns: 1fr;
  }

  .at-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .at-section-head {
    display: block;
  }

  .at-section-head .at-button,
  .at-section-head .at-text-link {
    margin-top: 1rem;
  }

  .at-footer-bottom__inner {
    display: block;
  }
}

@media (max-width: 540px) {
  .at-topbar {
    font-size: 0.78rem;
  }

  .at-brand,
  .at-brand img {
    width: 150px;
  }

  .at-cart-link {
    display: none;
  }

  .at-hero__grid {
    padding-top: 3rem;
  }

  .at-object-search {
    display: grid;
    padding: 0.65rem;
    border-radius: var(--at-radius);
  }

  .at-object-search label {
    padding-left: 0.4rem;
  }

  .at-object-search .at-button {
    width: 100%;
  }

  .at-hero-card {
    position: relative;
    width: calc(100% - 2rem);
    left: auto;
    bottom: auto;
    margin: -2rem auto 0;
  }

  .at-audience-card {
    min-height: 0;
    align-items: flex-start;
  }

  .at-icon-disc {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .at-category-grid,
  .woocommerce ul.products,
  .at-form-grid,
  .at-footer-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
  }

  .at-split__media,
  .at-split__media img {
    min-height: 320px;
  }

  .at-floating-button {
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .at-floating-button--a11y,
  .at-a11y-panel {
    left: 14px;
  }

  .at-floating-button--whatsapp {
    right: 14px;
  }

  .at-a11y-panel {
    bottom: 78px;
    width: calc(100vw - 28px);
  }
}

@media print {
  .at-topbar,
  .at-site-header,
  .at-site-footer,
  .at-floating-button,
  .at-a11y-panel {
    display: none !important;
  }
}

/*
 * Visual restyling 1.1.0
 * The selectors below only change presentation. Templates, WooCommerce flows,
 * multilingual routing, forms and accessibility controls remain unchanged.
 */
@font-face {
  font-family: "Manrope AT";
  src: url("./assets/fonts/manrope-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 800;
}

@font-face {
  font-family: "Jakarta AT";
  src: url("./assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500 800;
}

:root {
  --at-primary: #087d84;
  --at-primary-dark: #082f36;
  --at-primary-soft: #e4f4f2;
  --at-accent: #e93438;
  --at-accent-dark: #c9212a;
  --at-ink: #092f36;
  --at-muted: #5c7478;
  --at-line: #dbe8e7;
  --at-surface-soft: #f8f5ee;
  --at-success: #087d68;
  --at-radius-sm: 0.85rem;
  --at-radius: 1.25rem;
  --at-radius-lg: 1.8rem;
  --at-shadow: 0 1.4rem 4rem rgba(9, 47, 54, 0.13);
  --at-font: "Manrope AT", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-family: var(--at-font);
  background: #fff;
}

h1,
h2,
h3,
h4,
.woocommerce div.product .product_title {
  font-family: "Jakarta AT", var(--at-font);
  letter-spacing: -0.047em;
}

.at-container {
  width: min(calc(100% - 3rem), var(--at-container));
}

.at-section {
  padding-block: clamp(5rem, 8.5vw, 7.5rem);
}

.at-section--soft {
  background:
    radial-gradient(circle at 8% 12%, rgba(8, 125, 132, 0.06), transparent 31%),
    var(--at-surface-soft);
}

.at-eyebrow {
  color: var(--at-primary);
  letter-spacing: 0.12em;
}

.at-eyebrow::before {
  background: var(--at-accent);
}

.at-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 52px;
  padding: 0.86rem 1.4rem;
  background: var(--at-accent);
  border-color: var(--at-accent);
  border-radius: 0.85rem;
  box-shadow: 0 0.85rem 1.9rem rgba(233, 52, 56, 0.2);
}

.at-button--secondary {
  color: var(--at-primary-dark);
  background: #fff;
  border-color: rgba(9, 47, 54, 0.18);
  box-shadow: none;
}

/* Original logo and working navigation, with a more polished frame. */
.at-topbar {
  background: var(--at-primary-dark);
}

.at-topbar__inner {
  min-height: 36px;
}

.at-site-header {
  border-bottom-color: rgba(9, 47, 54, 0.08);
  box-shadow: 0 0.4rem 1.8rem rgba(9, 47, 54, 0.045);
}

.at-header__inner {
  min-height: 90px;
  gap: 1.2rem;
}

.at-brand,
.at-brand img {
  width: 218px;
}

.at-nav a {
  position: relative;
  padding-inline: 0.66rem;
  background: transparent;
  border-radius: 0;
  font-size: 0.86rem;
  font-weight: 760;
}

.at-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 0.3rem;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--at-accent);
  border-radius: 999px;
  transition: right 180ms ease, left 180ms ease;
}

.at-nav a:hover,
.at-nav a[aria-current="page"] {
  color: var(--at-primary-dark);
  background: transparent;
}

.at-nav a:hover::after,
.at-nav a[aria-current="page"]::after {
  right: 0.65rem;
  left: 0.65rem;
}

.at-header-actions .at-button {
  min-height: 46px;
  padding-inline: 1.1rem;
}

.at-cart-link {
  color: var(--at-primary-dark);
  background: #eef7f6;
  border: 1px solid var(--at-line);
}

/* Rich hero; the search remains the real WooCommerce product search. */
.at-hero {
  min-height: 720px;
  background-color: #eef7f5;
  background-image:
    linear-gradient(90deg, rgba(245, 250, 248, 1) 0%, rgba(245, 250, 248, 0.98) 35%, rgba(245, 250, 248, 0.72) 52%, rgba(245, 250, 248, 0.05) 76%),
    url("./assets/images/hero-premium.png");
  background-position: center, center right;
  background-size: cover, cover;
}

.at-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 8% 16%, rgba(8, 125, 132, 0.11), transparent 35%),
    linear-gradient(0deg, rgba(9, 47, 54, 0.08), transparent 30%);
  pointer-events: none;
}

.at-hero::after {
  right: auto;
  bottom: -18rem;
  left: -15rem;
  width: 36rem;
  height: 36rem;
  border: 4.5rem solid rgba(8, 125, 132, 0.045);
  background: transparent;
}

.at-hero__grid {
  min-height: 720px;
  grid-template-columns: minmax(0, 650px) 1fr;
  gap: 2rem;
}

.at-hero__copy {
  position: relative;
  z-index: 3;
}

.at-hero h1 {
  max-width: 700px;
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: 1.03;
}

.at-hero h1 span {
  display: block;
  color: var(--at-accent);
}

.at-hero__copy > p {
  max-width: 610px;
  color: #456268;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
}

.at-hero__visual {
  min-height: 620px;
  align-self: stretch;
}

.at-hero__image {
  display: none;
}

.at-hero-card {
  right: 0;
  bottom: 3.5rem;
  left: auto;
  width: min(330px, 38vw);
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1.25rem;
  backdrop-filter: blur(12px);
}

.at-hero-card strong {
  color: var(--at-primary-dark);
  font-family: "Jakarta AT", var(--at-font);
}

.at-object-search {
  max-width: 660px;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(9, 47, 54, 0.1);
  border-radius: 1rem;
  box-shadow: 0 1.2rem 3rem rgba(9, 47, 54, 0.14);
  backdrop-filter: blur(10px);
}

.at-object-search label {
  color: var(--at-primary-dark);
}

.at-object-search input[type="search"] {
  min-height: 52px;
}

.at-object-search .at-button {
  min-width: 145px;
  border-radius: 0.75rem;
}

.at-trust-row li {
  color: #31555a;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(9, 47, 54, 0.1);
  backdrop-filter: blur(8px);
}

/* The two original entry points remain linked to their real pages. */
.at-audience-grid {
  gap: 1.3rem;
  margin-top: -3.5rem;
}

.at-audience-card {
  min-height: 205px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-color: rgba(9, 47, 54, 0.09);
  box-shadow: 0 1.5rem 4rem rgba(9, 47, 54, 0.12);
}

.at-audience-card:first-child {
  background:
    radial-gradient(circle at 100% 0, rgba(233, 52, 56, 0.08), transparent 35%),
    #fff;
}

.at-audience-card:last-child {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(24, 181, 174, 0.25), transparent 42%),
    linear-gradient(135deg, #0b5961, #092f36);
  border-color: transparent;
}

.at-audience-card:last-child h2,
.at-audience-card:last-child p {
  color: #fff;
}

.at-audience-card:last-child p {
  opacity: 0.78;
}

.at-audience-card:last-child .at-icon-disc {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.at-icon-disc {
  width: 70px;
  height: 70px;
  flex-basis: 70px;
  color: var(--at-accent);
  background: #fff0ee;
}

.at-audience-card h2 {
  font-size: clamp(1.35rem, 2vw, 1.72rem);
}

/* More visual category and process cards; destination URLs are unchanged. */
.at-category-grid {
  gap: 1rem;
}

.at-category-card {
  min-height: 165px;
  padding: 1.25rem;
  border: 0;
  box-shadow: 0 0.8rem 2.5rem rgba(9, 47, 54, 0.075);
}

.at-category-card:nth-child(6n + 1) { background: #fff0ee; }
.at-category-card:nth-child(6n + 2) { background: #eaf4ff; }
.at-category-card:nth-child(6n + 3) { background: #fff6de; }
.at-category-card:nth-child(6n + 4) { background: #e8f7ef; }
.at-category-card:nth-child(6n + 5) { background: #f3edff; }
.at-category-card:nth-child(6n + 6) { background: #e8f6f4; }

.at-category-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--at-primary-dark);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 0.9rem;
}

.at-category-card strong {
  font-family: "Jakarta AT", var(--at-font);
  font-size: 1rem;
}

.at-steps {
  gap: 1.25rem;
}

.at-step {
  min-height: 250px;
  padding: 2rem;
  border: 0;
  border-radius: 1.45rem;
  box-shadow: 0 1rem 3rem rgba(9, 47, 54, 0.08);
}

.at-step::before {
  width: 52px;
  height: 52px;
  background: var(--at-accent);
  box-shadow: 0 0.75rem 1.5rem rgba(233, 52, 56, 0.18);
}

.at-split__media {
  min-height: 520px;
  border-radius: 2rem;
  box-shadow: var(--at-shadow);
}

.at-split__media img {
  min-height: 520px;
}

.at-check-list li {
  padding: 0.75rem 0.9rem;
  background: #f3f9f8;
  border-radius: 0.75rem;
}

.at-review-shell {
  border: 0;
  box-shadow: 0 1.4rem 4rem rgba(9, 47, 54, 0.1);
}

.at-faq-list details {
  overflow: hidden;
  border: 0;
  box-shadow: 0 0.65rem 1.8rem rgba(9, 47, 54, 0.055);
}

.at-faq-list summary {
  min-height: 66px;
}

/* Inner pages and the complete WooCommerce recovery funnel. */
.at-page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 86% 20%, rgba(33, 188, 180, 0.28), transparent 32%),
    linear-gradient(135deg, #082f36, #0b6870);
}

.at-page-hero::after {
  position: absolute;
  right: -8rem;
  bottom: -11rem;
  width: 24rem;
  height: 24rem;
  content: "";
  border: 3rem solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
}

.at-page-hero .at-eyebrow {
  color: #8ee0db;
}

.at-shop-shell {
  padding-block: clamp(3.5rem, 6vw, 6rem);
}

.woocommerce ul.products {
  gap: 1.35rem;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 0.9rem;
  border: 0;
  border-radius: 1.25rem;
  box-shadow: 0 0.8rem 2.6rem rgba(9, 47, 54, 0.075);
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 1.2rem 3rem rgba(9, 47, 54, 0.13);
}

.woocommerce ul.products li.product a img {
  border-radius: 0.95rem;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--at-accent);
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce .cart_totals,
.woocommerce .woocommerce-checkout-review-order {
  background: #fff;
  border-radius: 1rem;
}

.at-contact-card {
  background:
    radial-gradient(circle at 100% 0, rgba(28, 179, 172, 0.3), transparent 36%),
    var(--at-primary-dark);
}

.at-form-card,
.at-contact-card {
  border-radius: 1.35rem;
  box-shadow: 0 1rem 3rem rgba(9, 47, 54, 0.08);
}

.at-site-footer {
  background:
    radial-gradient(circle at 15% 0, rgba(13, 124, 132, 0.3), transparent 28%),
    #082f36;
}

.at-footer-grid {
  padding-block: 5rem 3.5rem;
}

.at-footer-brand img {
  width: 220px;
  padding: 0.6rem;
  border-radius: 0.8rem;
}

@media (max-width: 1080px) {
  .at-hero {
    background-position: center, 62% center;
  }

  .at-hero__grid {
    grid-template-columns: minmax(0, 590px) 1fr;
  }

  .at-hero-card {
    right: 1rem;
  }

  .at-nav a::after {
    display: none;
  }
}

@media (max-width: 782px) {
  .at-container {
    width: min(calc(100% - 2rem), var(--at-container));
  }

  .at-brand,
  .at-brand img {
    width: 172px;
  }

  .at-hero {
    min-height: 0;
    background-image:
      linear-gradient(90deg, rgba(245, 250, 248, 0.97), rgba(245, 250, 248, 0.83)),
      url("./assets/images/hero-premium.png");
    background-position: center, 66% center;
  }

  .at-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-block: 5rem 4rem;
  }

  .at-hero__copy {
    max-width: 660px;
  }

  .at-hero__visual {
    min-height: 0;
  }

  .at-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 390px);
    margin: 0;
  }

  .at-audience-grid {
    margin-top: -2rem;
  }

  .at-split__media,
  .at-split__media img {
    min-height: 380px;
  }
}

@media (max-width: 540px) {
  .at-topbar__meta span:nth-child(2) {
    display: none;
  }

  .at-brand,
  .at-brand img {
    width: 148px;
  }

  .at-hero {
    background-position: center, 70% center;
  }

  .at-hero__grid {
    padding-block: 4rem 3.4rem;
  }

  .at-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
  }

  .at-object-search {
    border-radius: 1rem;
  }

  .at-trust-row {
    display: grid;
  }

  .at-audience-card {
    padding: 1.4rem;
  }

  .at-icon-disc {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .at-section {
    padding-block: 4.2rem;
  }
}

/* Final cascade guard for shared theme components. */
.at-topbar { display: none; }
.at-site-header { border-bottom: 1px solid rgba(4, 45, 64, 0.08); background: rgba(255, 255, 255, 0.97); box-shadow: none; }
.at-header__inner { min-height: 88px; grid-template-columns: auto 1fr auto; gap: 1.15rem; }
.at-brand,
.at-brand img { width: 210px; }
.at-nav ul { gap: 0.2rem; }
.at-nav a { position: relative; padding: 0.7rem 0.62rem; color: #0a3147; background: transparent; border-radius: 0; font-size: 0.8rem; font-weight: 730; }
.at-nav a::after { position: absolute; right: 100%; bottom: 0.2rem; left: 0.62rem; height: 2px; content: ""; background: #ef4d43; border-radius: 999px; transition: right 180ms ease; }
.at-nav a:hover::after,
.at-nav a[aria-current="page"]::after { right: 0.62rem; left: 0.62rem; }
.at-header-actions { gap: 0.55rem; }
.at-header-actions .at-language-switcher { display: flex; gap: 0.25rem; font-size: 0.72rem; font-weight: 800; }
.at-header-actions .at-language-switcher a { padding: 0.25rem; }
.at-hotel-access { display: inline-flex; min-height: 46px; align-items: center; padding: 0.65rem 1rem; color: #06344b; border: 1px solid #06344b; border-radius: 0.45rem; font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.at-header-actions .at-button { min-height: 46px; padding: 0.75rem 1rem; background: #ef4d43; border-color: #ef4d43; border-radius: 0.45rem; font-size: 0.78rem; box-shadow: 0 0.8rem 1.8rem rgba(239, 77, 67, 0.22); }
.at-cart-link { width: 44px; height: 44px; color: #06344b; background: #f2f7f7; border-color: #dbe3e5; }
.at-site-footer { background: linear-gradient(110deg, #04364c, #062d41); }
.at-footer-grid { padding-block: 3.4rem 2.5rem; }
.at-page-hero { position: relative; overflow: hidden; padding-block: clamp(4.5rem, 8vw, 7rem); background: #06344b; }
.at-page-hero h1 { font-family: "Jakarta AT", var(--at-font); }
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce a.checkout-button,
.woocommerce button.button.alt { background: #ef4d43; border-color: #ef4d43; border-radius: 0.5rem; }

@media (max-width: 1180px) {
  .at-header-actions .at-hotel-access,
  .at-header-actions .at-language-switcher { display: none; }
}

@media (max-width: 1080px) {
  .at-nav a::after { display: none; }
}

@media (max-width: 820px) {
  .at-header__inner { min-height: 76px; }
  .at-brand,
  .at-brand img { width: 170px; }
  .at-header-actions .at-button { display: none; }
}

@media (max-width: 540px) {
  .at-brand,
  .at-brand img { width: 150px; }
}

/* Release 1.4.1: visual category navigation, accessible luggage choices and unique headers. */
body,
button,
input,
select,
textarea { font-family: "Manrope AT", ui-sans-serif, system-ui, sans-serif; }

h1,
h2,
h3,
h4,
.atm-home h1,
.atm-home h2,
.at-page-hero h1,
.woocommerce div.product .product_title {
  font-family: "Jakarta AT", "Manrope AT", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
}

.at-header-actions { flex-wrap: nowrap; }
.at-header-actions .at-button { order: 2; }
.at-header-actions .at-cart-link { order: 3; }
.at-header-actions .at-menu-toggle { order: 4; }
.at-header-actions .at-language-switcher { order: 1; }

.at-page-hero::after { display: none; }
.at-page-hero > .at-container { position: relative; z-index: 1; }
.at-page-hero .at-container { max-width: 1180px; }
.at-page-hero h1,
.at-page-hero p { max-width: 690px; text-wrap: balance; }
.at-page-hero--catalogue { background: linear-gradient(90deg, rgba(3, 40, 59, 0.96) 0%, rgba(3, 40, 59, 0.78) 43%, rgba(3, 40, 59, 0.22) 100%), url("./assets/images/headers/catalogo.webp") center / cover no-repeat; }
.at-page-hero--luggage { background: linear-gradient(90deg, rgba(3, 40, 59, 0.96) 0%, rgba(3, 40, 59, 0.75) 44%, rgba(3, 40, 59, 0.12) 100%), url("./assets/images/headers/spedizione-bagagli.png") center / cover no-repeat; }
.at-page-hero--tourist { background: linear-gradient(90deg, rgba(3, 40, 59, 0.96) 0%, rgba(3, 40, 59, 0.76) 46%, rgba(3, 40, 59, 0.18) 100%), url("./assets/images/headers/turista.webp") center / cover no-repeat; }
.at-page-hero--hotel { background: linear-gradient(90deg, rgba(53, 17, 25, 0.95) 0%, rgba(53, 17, 25, 0.73) 46%, rgba(53, 17, 25, 0.16) 100%), url("./assets/images/headers/albergatore.webp") center / cover no-repeat; }
.at-page-hero--about { background: linear-gradient(90deg, rgba(3, 40, 59, 0.96) 0%, rgba(3, 40, 59, 0.77) 46%, rgba(3, 40, 59, 0.16) 100%), url("./assets/images/headers/chi-siamo.webp") center / cover no-repeat; }
.at-page-hero--contact { background: linear-gradient(90deg, rgba(3, 40, 59, 0.96) 0%, rgba(3, 40, 59, 0.76) 46%, rgba(3, 40, 59, 0.15) 100%), url("./assets/images/headers/contatti.webp") center / cover no-repeat; }
.at-page-hero--blog { background: linear-gradient(90deg, rgba(3, 40, 59, 0.96) 0%, rgba(3, 40, 59, 0.76) 46%, rgba(3, 40, 59, 0.14) 100%), url("./assets/images/headers/blog.webp") center / cover no-repeat; }

.at-filter-panel {
  padding: clamp(1.25rem, 2.5vw, 2rem);
  margin: 1.8rem 0 2.6rem;
  background: linear-gradient(135deg, #f8fbfa, #f3f7f7);
  border: 1px solid #d5e2e3;
  border-radius: 1.4rem;
  box-shadow: 0 1rem 2.6rem rgba(5, 47, 57, 0.07);
}

.at-filter-panel__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.25rem 1.2rem;
}

.at-filter-panel__heading h2 { margin: 0.25rem 0 0; font-size: clamp(1.55rem, 3vw, 2rem); }
.at-filter-panel__heading p { max-width: 450px; margin: 0; color: #52696f; text-align: right; }

.at-category-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.at-category-filter {
  display: grid;
  min-height: 78px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.65rem;
  color: #07384b;
  background: #fff;
  border: 1px solid #d7e2e3;
  border-radius: 0.9rem;
  box-shadow: 0 0.35rem 1rem rgba(7, 49, 61, 0.04);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.at-category-filter__media {
  display: grid;
  width: 52px;
  height: 52px;
  overflow: hidden;
  place-items: center;
  background: #edf5f5;
  border-radius: 0.7rem;
}

.at-category-filter__media img { width: 100%; height: 100%; object-fit: cover; }
.at-category-filter__media svg { width: 24px; height: 24px; fill: currentColor; }
.at-category-filter__copy { display: grid; gap: 0.14rem; min-width: 0; }
.at-category-filter__copy strong { overflow: hidden; color: inherit; font-size: 0.88rem; line-height: 1.2; text-overflow: ellipsis; }
.at-category-filter__copy small { color: #5b6f74; font-size: 0.72rem; font-weight: 650; }
.at-category-filter__arrow { color: #dd4c42; font-size: 1.1rem; font-weight: 800; transition: transform 160ms ease; }

.at-category-filter:hover {
  border-color: #74aab0;
  box-shadow: 0 0.65rem 1.4rem rgba(7, 49, 61, 0.1);
  transform: translateY(-2px);
}

.at-category-filter:hover .at-category-filter__arrow { transform: translateX(3px); }
.at-category-filter.is-active { color: #fff; background: #063d50; border-color: #063d50; box-shadow: 0 0.7rem 1.5rem rgba(6, 61, 80, 0.18); }
.at-category-filter.is-active .at-category-filter__media { color: #063d50; background: #fff; }
.at-category-filter.is-active .at-category-filter__copy small,
.at-category-filter.is-active .at-category-filter__arrow { color: #fff; }
.at-category-filter:focus-visible { outline: 3px solid #ef4d43; outline-offset: 3px; }

.at-section-heading {
  max-width: 780px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.at-section-heading h2 { margin: 0.35rem 0 0.65rem; }
.at-section-heading p { margin: 0; color: var(--at-muted); }

.at-service-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.at-service-panel {
  min-height: 390px;
  padding: clamp(1.8rem, 4vw, 3.2rem);
  color: #fff;
  background: linear-gradient(145deg, #04364c, #075b64);
  border-radius: 1.4rem;
  box-shadow: var(--at-shadow);
}

.at-service-panel--luggage {
  color: #fff;
  background: radial-gradient(circle at 92% 12%, rgba(88, 203, 199, 0.28), transparent 32%), linear-gradient(145deg, #06364b, #096f73);
}

.at-service-panel h2 { margin: 0.35rem 0 1rem; color: inherit; }
.at-service-panel p { max-width: 580px; color: #f2f8f8; }
.at-service-panel .at-eyebrow { color: #9decef; }
.at-service-panel--luggage .at-button--secondary { color: #06344b; background: #fff; border-color: #fff; }
.at-service-panel--luggage .at-button--secondary:hover { color: #fff; background: #ef4d43; border-color: #ef4d43; }

.at-luggage-grid,
.at-benefit-grid,
.at-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.at-luggage-card,
.at-benefit-grid article,
.at-process-grid article {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--at-line);
  border-radius: 1rem;
  box-shadow: 0 0.65rem 1.8rem rgba(9, 47, 54, 0.06);
}

.at-luggage-card {
  overflow: hidden;
  padding: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.at-luggage-card:hover { border-color: #7baeb3; box-shadow: 0 1rem 2.1rem rgba(9, 47, 54, 0.12); transform: translateY(-3px); }
.at-luggage-card__link { display: block; height: 100%; color: inherit; text-decoration: none; }
.at-luggage-card__link > img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #f7f2eb; }
.at-luggage-card__body { display: grid; gap: 0.45rem; padding: 1.2rem 1.25rem 1.35rem; }
.at-luggage-card__body strong { color: var(--at-primary-dark); font-family: "Jakarta AT", var(--at-font); font-size: 1.25rem; }
.at-luggage-card__price { color: var(--at-accent-dark); font-weight: 760; }
.at-luggage-card__action { margin-top: 0.3rem; color: #073f51; font-size: 0.88rem; font-weight: 780; }
.at-luggage-card__link:focus-visible { outline: 3px solid #ef4d43; outline-offset: -4px; }

.at-special-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  margin-top: 1rem;
  background: var(--at-primary-dark);
  border-radius: 1rem;
  color: #fff;
}

.at-special-request h3 { margin: 0 0 0.25rem; color: #fff; }
.at-special-request p { margin: 0; color: #d8ecee; }

.at-process-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.at-process-grid article { padding: 1.2rem; }
.at-process-grid article > strong {
  display: inline-flex;
  width: 2.3rem;
  height: 2.3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  color: #fff;
  background: var(--at-primary);
  border-radius: 50%;
}
.at-process-grid h3 { margin: 0 0 0.4rem; font-size: 1rem; letter-spacing: -0.02em; }
.at-process-grid p { margin: 0; color: var(--at-muted); font-size: 0.88rem; }

.at-benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.at-benefit-grid h3 { margin: 0 0 0.45rem; font-size: 1.08rem; }
.at-benefit-grid p { margin: 0; color: var(--at-muted); }

.at-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.at-button--ghost {
  color: var(--at-primary-dark);
  background: transparent;
  border-color: var(--at-primary-dark);
  box-shadow: none;
  cursor: pointer;
}

.at-centered-action { margin: 1.4rem 0 0; text-align: center; }

@media (max-width: 1180px) {
  .at-category-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .at-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .at-page-hero--catalogue,
  .at-page-hero--tourist,
  .at-page-hero--hotel,
  .at-page-hero--about,
  .at-page-hero--contact,
  .at-page-hero--blog { background-position: 62% center; }
  .at-service-choice,
  .at-luggage-grid,
  .at-benefit-grid,
  .at-process-grid { grid-template-columns: 1fr; }
  .at-category-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .at-filter-panel__heading { align-items: flex-start; flex-direction: column; }
  .at-filter-panel__heading p { text-align: left; }
  .at-service-panel { min-height: 0; }
  .at-special-request { align-items: flex-start; flex-direction: column; }
  .at-share-actions .at-button { width: 100%; justify-content: center; }
}

@media (max-width: 580px) {
  .at-page-hero--catalogue,
  .at-page-hero--tourist,
  .at-page-hero--hotel,
  .at-page-hero--about,
  .at-page-hero--contact,
  .at-page-hero--blog { background-position: 68% center; background-blend-mode: normal; }
  .at-filter-panel { padding-inline: 1rem; }
  .at-category-filters {
    display: flex;
    gap: 0.65rem;
    padding: 0.25rem 0.15rem 0.75rem;
    overflow-x: auto;
    scroll-padding-inline: 0.15rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .at-category-filter { width: min(78vw, 280px); flex: 0 0 auto; scroll-snap-align: start; }
}

/* Release 1.5.0: richer editorial system, local elegant fonts and cart feedback. */
@font-face {
  font-family: "DM Sans AT";
  src: url("./assets/fonts/dm-sans-latin-400-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "DM Sans AT";
  src: url("./assets/fonts/dm-sans-latin-500-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "DM Sans AT";
  src: url("./assets/fonts/dm-sans-latin-600-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "DM Sans AT";
  src: url("./assets/fonts/dm-sans-latin-700-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Lora AT";
  src: url("./assets/fonts/lora-latin-500-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Lora AT";
  src: url("./assets/fonts/lora-latin-600-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Lora AT";
  src: url("./assets/fonts/lora-latin-700-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --at-font: "DM Sans AT", ui-sans-serif, system-ui, sans-serif;
  --at-font-display: "Lora AT", Georgia, serif;
  --at-ivory: #faf6ef;
  --at-sand: #e9ddcf;
  --at-burgundy: #783449;
  --at-shadow-soft: 0 1.2rem 3.2rem rgba(6, 46, 58, 0.09);
}

body,
button,
input,
select,
textarea { font-family: var(--at-font); }

h1,
h2,
h3,
h4,
.atm-home h1,
.atm-home h2,
.at-page-hero h1,
.woocommerce div.product .product_title,
.at-luggage-card__body strong {
  font-family: var(--at-font-display);
  font-weight: 600;
  letter-spacing: -0.032em;
}

body { color: #17333d; background: #fdfbf8; }
.at-section { position: relative; }
.at-section:not(.at-section--soft) { background: #fff; }
.at-section--soft { background: radial-gradient(circle at 4% 8%, rgba(120, 52, 73, 0.07), transparent 28%), radial-gradient(circle at 95% 88%, rgba(8, 125, 132, 0.08), transparent 30%), var(--at-ivory); }
.at-section-heading .at-eyebrow,
.at-filter-panel__heading .at-eyebrow { color: var(--at-burgundy); }
.at-section-heading h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.at-section-heading::after { display: block; width: 54px; height: 3px; margin: 1.15rem auto 0; content: ""; background: linear-gradient(90deg, var(--at-accent), var(--at-burgundy)); border-radius: 999px; }

.at-page-hero { min-height: 510px; display: grid; align-items: center; }
.at-page-hero::before { position: absolute; inset: auto auto -1px 0; width: 100%; height: 48px; content: ""; background: linear-gradient(176deg, transparent 48%, #fff 50%); pointer-events: none; }
.at-page-hero h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); line-height: 1.03; }
.at-page-hero p { font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.75; }
.at-page-hero--blog { background: linear-gradient(90deg, rgba(3, 40, 59, 0.97) 0%, rgba(3, 40, 59, 0.78) 46%, rgba(3, 40, 59, 0.14) 100%), url("./assets/images/headers/blog.webp") center / cover no-repeat; }

.at-cart-link { position: relative; overflow: visible; }
.at-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 21px;
  height: 21px;
  padding-inline: 4px;
  place-items: center;
  color: #fff;
  background: #e73f3f;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(199, 33, 42, 0.32);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}
.at-cart-count.is-empty { display: none; }
.at-cart-count.is-updated { animation: at-cart-pop 360ms ease; }
@keyframes at-cart-pop { 0% { transform: scale(0.65); } 60% { transform: scale(1.2); } 100% { transform: scale(1); } }

.at-service-panel,
.at-filter-panel,
.at-contact-card,
.at-form-card,
.at-special-request { border-radius: 1.7rem; }
.at-service-panel { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.13); box-shadow: 0 1.7rem 4rem rgba(4, 45, 64, 0.16); }
.at-service-panel::after { position: absolute; right: -54px; bottom: -66px; width: 180px; height: 180px; content: ""; border: 30px solid rgba(255, 255, 255, 0.07); border-radius: 50%; pointer-events: none; }
.at-service-panel > * { position: relative; z-index: 1; }

.at-split { position: relative; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.at-split__media { position: relative; }
.at-split__media::before { position: absolute; z-index: 0; inset: -22px 22px 22px -22px; content: ""; background: var(--at-sand); border-radius: 2rem; }
.at-split__media::after { position: absolute; z-index: 2; right: -22px; bottom: -22px; width: 108px; height: 108px; content: ""; background: radial-gradient(circle, rgba(120, 52, 73, 0.7) 2px, transparent 3px) 0 0 / 14px 14px; }
.at-split__media img { position: relative; z-index: 1; border-radius: 1.7rem; box-shadow: var(--at-shadow); }
.at-split h2 { font-size: clamp(2rem, 4vw, 3rem); }

.at-hotel-assurance { position: relative; z-index: 3; margin-top: -54px; }
.at-hotel-assurance__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; background: #fff; border: 1px solid #e6ded4; border-radius: 1.3rem; box-shadow: 0 1.4rem 3.8rem rgba(3, 40, 59, 0.16); }
.at-hotel-assurance__grid > div { display: flex; align-items: center; gap: 1rem; min-height: 126px; padding: 1.4rem 1.6rem; }
.at-hotel-assurance__grid > div + div { border-left: 1px solid #e7e1d9; }
.at-assurance-icon { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; color: #fff; background: linear-gradient(145deg, #075b64, #0a858b); border-radius: 50%; box-shadow: 0 10px 24px rgba(7, 91, 100, 0.24); }
.at-assurance-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.at-hotel-assurance p { display: grid; gap: 0.25rem; margin: 0; }
.at-hotel-assurance strong { color: #06384a; font-family: var(--at-font-display); font-size: 1.06rem; }
.at-hotel-assurance p span { color: #5d7075; font-size: 0.84rem; line-height: 1.5; }

.at-share-actions { padding: 0.85rem; background: #f6f1ea; border: 1px solid #e5ddd2; border-radius: 1rem; }
.at-process-grid { counter-reset: process; position: relative; }
.at-process-grid article { position: relative; overflow: hidden; min-height: 225px; padding: 1.4rem; border: 0; box-shadow: var(--at-shadow-soft); }
.at-process-grid article::after { position: absolute; right: -8px; bottom: -30px; content: counter(process, decimal-leading-zero); counter-increment: process; color: rgba(7, 91, 100, 0.07); font-family: var(--at-font-display); font-size: 5.6rem; font-weight: 700; }
.at-process-grid article > * { position: relative; z-index: 1; }
.at-process-grid article > strong { box-shadow: 0 8px 20px rgba(7, 91, 100, 0.22); }
.at-benefit-grid article { position: relative; overflow: hidden; min-height: 220px; padding: 1.65rem; border: 0; box-shadow: var(--at-shadow-soft); }
.at-benefit-grid article::before { display: block; width: 44px; height: 4px; margin-bottom: 1.25rem; content: ""; background: linear-gradient(90deg, var(--at-accent), var(--at-burgundy)); border-radius: 999px; }
.at-benefit-grid h3 { font-size: 1.35rem; }

.woocommerce ul.products li.product { border: 0; box-shadow: var(--at-shadow-soft); }
.woocommerce ul.products li.product:hover { box-shadow: 0 1.45rem 3.4rem rgba(6, 46, 58, 0.15); transform: translateY(-5px); }
.woocommerce ul.products li.product img { background: var(--at-ivory); }
.woocommerce .related.products { padding-top: 3rem; border-top: 1px solid #e5ddd4; }
.woocommerce .related.products > h2 { font-size: clamp(2rem, 4vw, 3rem); text-align: center; }
.woocommerce-message { border-radius: 0.8rem; box-shadow: var(--at-shadow-soft); }
.woocommerce-cart .at-shop-shell,
.woocommerce-checkout .at-shop-shell,
.woocommerce-account .at-shop-shell { max-width: 1180px; padding: clamp(1.5rem, 4vw, 3rem); margin-block: clamp(2.5rem, 6vw, 5rem); background: #fff; border: 1px solid #e9e1d7; border-radius: 1.6rem; box-shadow: var(--at-shadow-soft); }
.woocommerce .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { padding: clamp(1.25rem, 3vw, 2rem); background: var(--at-ivory); border: 1px solid #e3d9ce; border-radius: 1.2rem; }
.woocommerce table.shop_table { overflow: hidden; background: #fff; border: 1px solid #e6ded4; border-radius: 1rem; }
.woocommerce table.shop_table th { color: #06384a; background: #f7f1e9; font-weight: 700; }
.woocommerce-checkout #payment { background: #f6f1e9; border-radius: 1.2rem; }
.woocommerce-checkout #payment div.payment_box { background: #fff; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { min-height: 50px; padding: 0.7rem 0.85rem; background: #fff; border: 1px solid #b9c8ca; border-radius: 0.65rem; }
.woocommerce nav.woocommerce-pagination ul { overflow: hidden; border: 1px solid #d9e1e1; border-radius: 999px; }
.woocommerce nav.woocommerce-pagination ul li { border-right-color: #d9e1e1; }
.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: #063d50; }

.at-blog-section { background: radial-gradient(circle at 95% 5%, rgba(8, 125, 132, 0.07), transparent 24%), #fff; }
.at-blog-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; padding-bottom: 1.2rem; border-bottom: 1px solid #e4ddd4; }
.at-blog-heading > span { color: #06384a; font-family: var(--at-font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 600; }
.at-blog-heading p { max-width: 500px; margin: 0; color: var(--at-muted); text-align: right; }
.at-post-grid { gap: 1.5rem; }
.at-post-card { box-shadow: var(--at-shadow-soft); border: 0; transition: transform 180ms ease, box-shadow 180ms ease; }
.at-post-card:hover { box-shadow: 0 1.45rem 3.4rem rgba(6, 46, 58, 0.15); transform: translateY(-5px); }
.at-post-card__body { padding: 1.5rem; }
.at-post-card__media--placeholder { display: grid; place-items: center; color: rgba(255, 255, 255, 0.92); background: radial-gradient(circle at 75% 25%, rgba(233, 52, 56, 0.78), transparent 22%), linear-gradient(135deg, #06384a, #087d84); }
.at-post-card__media--placeholder span { font-family: var(--at-font-display); font-size: 3.5rem; font-style: italic; font-weight: 700; }
.at-post-card__body h2,
.at-post-card__body h3 { font-size: 1.45rem; line-height: 1.25; }
.at-post-meta { color: var(--at-burgundy); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.at-page-content { max-width: 900px; padding: clamp(2rem, 5vw, 4.5rem); margin: clamp(3rem, 6vw, 5.5rem) auto; background: #fff; border: 1px solid #ebe3d9; border-radius: 1.5rem; box-shadow: var(--at-shadow-soft); }
.at-page-content h2 { margin-top: 2.2rem; font-size: clamp(1.75rem, 4vw, 2.5rem); }

.atm-home h1,
.atm-home h2,
.atm-home h3,
.atm-section-title h2,
.atm-audience__content h2,
.atm-help__copy h2 { font-family: var(--at-font-display); font-weight: 600; letter-spacing: -0.032em; }
.atm-hero h1 { font-size: clamp(3rem, 6.2vw, 5.8rem); line-height: 1.01; }
.atm-hero h1 span { font-family: var(--at-font-display); font-style: italic; font-weight: 600; }
.atm-trust__grid { position: relative; z-index: 5; margin-top: -1.5rem; overflow: hidden; background: #fff; border: 1px solid #e7dfd4; border-radius: 1.25rem; box-shadow: var(--at-shadow-soft); }
.atm-trust__grid article { padding: 1.35rem 1.5rem; }
.atm-audience { border-radius: 1.7rem; box-shadow: 0 1.5rem 3.6rem rgba(3, 40, 59, 0.16); }
.atm-audience__content { padding: clamp(2rem, 5vw, 4rem); }
.atm-audience__content h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.atm-category { border: 0; border-radius: 1.2rem; box-shadow: var(--at-shadow-soft); }
.atm-category__photo { border-radius: 1.2rem 1.2rem 0 0; }
.atm-category strong { font-family: var(--at-font-display); font-size: 0.96rem; font-weight: 600; }
.atm-process__panel { border-radius: 1.8rem; box-shadow: var(--at-shadow-soft); }
.atm-step__icon { border: 0; box-shadow: 0 1rem 2.3rem rgba(3, 40, 59, 0.12); }
.atm-step h3 { font-family: var(--at-font-display); font-size: 1.05rem; font-weight: 600; }
.atm-reviews__panel,
.atm-help__panel { border-radius: 1.8rem; box-shadow: var(--at-shadow-soft); }
.atm-review { border-radius: 1.1rem; box-shadow: 0 0.8rem 2rem rgba(3, 40, 59, 0.08); }

@media (max-width: 980px) {
  .at-hotel-assurance__grid { grid-template-columns: 1fr; }
  .at-hotel-assurance__grid > div { min-height: auto; }
  .at-hotel-assurance__grid > div + div { border-top: 1px solid #e7e1d9; border-left: 0; }
}

@media (max-width: 820px) {
  .at-page-hero { min-height: 430px; }
  .at-page-hero--blog { background-position: 67% center; }
  .at-hotel-assurance { margin-top: -34px; }
  .at-split__media::after { right: -8px; }
  .at-blog-heading { align-items: flex-start; flex-direction: column; }
  .at-blog-heading p { text-align: left; }
  .at-process-grid article,
  .at-benefit-grid article { min-height: 0; }
}

@media (max-width: 580px) {
  .at-page-hero { min-height: 390px; }
  .at-page-hero--blog { background-position: 72% center; }
  .at-hotel-assurance__grid > div { padding: 1.15rem; }
  .at-split__media::before { inset: -12px 12px 12px -12px; }
}

/* Release 1.6.0: guided categories, local SEO pages, motion and richer interiors. */
.at-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 680ms cubic-bezier(0.22, 1, 0.36, 1), transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--at-reveal-delay, 0ms);
}
.at-reveal.is-visible { opacity: 1; transform: none; }
.at-reduce-motion .at-reveal { opacity: 1; transform: none; transition: none; }

.at-recovery-categories { overflow: hidden; background: radial-gradient(circle at 100% 0, rgba(8, 125, 132, 0.08), transparent 30%), #fff; }
.at-recovery-note {
  display: flex;
  max-width: 850px;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.3rem;
  margin: 0 auto 3rem;
  color: #173b45;
  background: #f7f1e8;
  border: 1px solid #e8ddce;
  border-radius: 1rem;
}
.at-recovery-note > span { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; color: #fff; background: var(--at-burgundy); border-radius: 50%; font-family: var(--at-font-display); font-size: 1.15rem; }
.at-recovery-note p { margin: 0; line-height: 1.55; }
.at-category-tree-shell { padding-block: clamp(1rem, 3vw, 2rem); }
.at-category-tree { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem; }
.at-category-branch {
  position: relative;
  display: grid;
  min-height: 270px;
  grid-template-columns: 43% minmax(0, 1fr);
  overflow: hidden;
  color: var(--at-ink);
  background: #fff;
  border: 1px solid #e3ddd5;
  border-radius: 1.45rem;
  box-shadow: var(--at-shadow-soft);
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.at-category-branch:hover { border-color: #82aeb2; box-shadow: 0 1.6rem 3.5rem rgba(6, 46, 58, 0.15); transform: translateY(-5px); }
.at-category-branch:focus-visible { outline: 3px solid var(--at-accent); outline-offset: 4px; }
.at-category-branch__number { position: absolute; z-index: 3; top: 1rem; left: 1rem; display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: rgba(3, 40, 59, 0.86); border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 50%; font-size: 0.74rem; font-weight: 700; backdrop-filter: blur(6px); }
.at-category-branch__media { overflow: hidden; background: var(--at-ivory); }
.at-category-branch__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.at-category-branch:hover .at-category-branch__media img { transform: scale(1.045); }
.at-category-branch__body { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; padding: 1.6rem; }
.at-category-branch__body .at-eyebrow { margin-bottom: 0.45rem; color: var(--at-burgundy); }
.at-category-branch__body strong { color: #06384a; font-family: var(--at-font-display); font-size: clamp(1.35rem, 2.5vw, 1.75rem); line-height: 1.1; }
.at-category-branch__body small { margin-top: 0.7rem; color: var(--at-muted); font-size: 0.88rem; line-height: 1.55; }
.at-category-branch__meta { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; margin-top: auto; color: #075b64; border-top: 1px solid #e8e2da; font-size: 0.83rem; font-weight: 700; }
.at-category-branch__meta b { color: var(--at-accent); font-size: 1.15rem; transition: transform 180ms ease; }
.at-category-branch:hover .at-category-branch__meta b { transform: translateX(4px); }

.at-recovery-luggage {
  display: grid;
  min-height: 470px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.8fr);
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 5% 10%, rgba(10, 157, 159, 0.42), transparent 32%), linear-gradient(135deg, #04364c, #072e42);
  border-radius: 1.8rem;
  box-shadow: var(--at-shadow);
}
.at-recovery-luggage > div { padding: clamp(2rem, 6vw, 4.2rem); }
.at-recovery-luggage h2 { max-width: 620px; margin: 0.45rem 0 1rem; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); }
.at-recovery-luggage p { max-width: 610px; color: #e7f2f2; font-size: 1.05rem; line-height: 1.75; }
.at-recovery-luggage .at-eyebrow { color: #9becef; }
.at-recovery-luggage img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.at-recovery-search .at-object-search { max-width: 860px; margin-inline: auto; box-shadow: var(--at-shadow-soft); }

.at-category-result-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; padding: 2.2rem 0 1rem; margin-bottom: 1.5rem; border-bottom: 1px solid #e3ddd5; }
.at-category-result-heading span { color: #06384a; font-family: var(--at-font-display); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 600; }
.at-category-result-heading p { max-width: 520px; margin: 0; color: var(--at-muted); text-align: right; }
.at-category-seo { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; padding: clamp(2.5rem, 6vw, 5rem); margin-top: clamp(4rem, 8vw, 7rem); background: radial-gradient(circle at 90% 10%, rgba(8, 125, 132, 0.11), transparent 30%), var(--at-ivory); border: 1px solid #e7ded2; border-radius: 1.8rem; box-shadow: var(--at-shadow-soft); }
.at-category-seo__intro h2 { margin: 0.45rem 0 1rem; font-size: clamp(2rem, 4vw, 3.1rem); }
.at-category-seo__intro p { color: #4d656b; font-size: 1rem; line-height: 1.8; }
.at-category-seo__steps { display: grid; gap: 0.8rem; }
.at-category-seo__steps article { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 0 1rem; padding: 1.2rem; background: #fff; border: 1px solid #e7dfd5; border-radius: 1rem; box-shadow: 0 0.7rem 1.7rem rgba(6, 46, 58, 0.06); }
.at-category-seo__steps strong { grid-row: 1 / 3; display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--at-burgundy); border-radius: 50%; font-size: 0.72rem; }
.at-category-seo__steps h3 { margin: 0; font-size: 1.05rem; }
.at-category-seo__steps p { margin: 0.3rem 0 0; color: var(--at-muted); font-size: 0.88rem; }

.at-about-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.at-about-story__copy h2 { margin: 0.4rem 0 1.2rem; font-size: clamp(2.1rem, 4vw, 3.3rem); }
.at-about-story__copy p { color: var(--at-muted); font-size: 1.05rem; line-height: 1.85; }
.at-about-stats { position: relative; display: grid; gap: 1rem; padding: 1.2rem; background: #06384a; border-radius: 1.8rem; box-shadow: var(--at-shadow); }
.at-about-stats::before { position: absolute; inset: -18px 18px 18px -18px; z-index: -1; content: ""; background: var(--at-sand); border-radius: 2rem; }
.at-about-stats article { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 1rem; min-height: 110px; padding: 1.2rem 1.4rem; color: #d9ebec; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 1rem; }
.at-about-stats strong { color: #fff; font-family: var(--at-font-display); font-size: 2.2rem; }

.at-contact-map-section { background: #fff; }
.at-contact-map { display: grid; grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1.4fr); overflow: hidden; background: #06384a; border-radius: 1.8rem; box-shadow: var(--at-shadow); }
.at-contact-map__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 5vw, 3.5rem); color: #dceced; }
.at-contact-map__copy h2 { margin: 0.4rem 0 0.8rem; color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.at-contact-map__copy .at-eyebrow { color: #91e5e8; }
.at-contact-map__frame { min-height: 480px; }
.at-contact-map iframe { display: block; width: 100%; height: 100%; min-height: 480px; filter: saturate(0.88) contrast(1.04); }

.star-rating,
.woocommerce-review-link,
.woocommerce-product-rating,
.woocommerce #reviews,
.wc-block-components-product-rating,
.wc-block-grid__product-rating { display: none !important; }

.at-site-footer { position: relative; overflow: hidden; padding-top: clamp(5rem, 9vw, 8rem); background: #052d3c; }
.at-footer-overlay { position: absolute; inset: 0; z-index: 0; background: linear-gradient(100deg, #03283b, #073e4b); }
.at-site-footer > *:not(.at-footer-overlay) { position: relative; z-index: 1; }
.at-footer-cta { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 5vw, 3.7rem); color: #fff; background: linear-gradient(135deg, rgba(121, 52, 73, 0.95), rgba(147, 56, 68, 0.93)); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 1.8rem; box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.24); }
.at-footer-cta h2 { max-width: 720px; margin: 0.4rem 0 0.7rem; font-size: clamp(2rem, 4.5vw, 3.5rem); }
.at-footer-cta p { max-width: 720px; margin: 0; color: #fae9ec; }
.at-footer-cta .at-eyebrow { color: #ffdbe2; }
.at-footer-cta__actions { display: flex; flex: 0 0 auto; gap: 0.7rem; }
.at-button--light { color: #06384a !important; background: #fff; border-color: #fff; }
.at-footer-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 2rem; overflow: hidden; color: #bfd8da; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 1rem; }
.at-footer-trust span { padding: 1rem 1.3rem; background: rgba(3, 40, 59, 0.84); text-align: center; }
.at-footer-trust strong { color: #fff; }
.at-footer-grid { padding-block: 4.2rem 3.5rem; }
.at-footer-brand p { max-width: 390px; color: #c7dcde; line-height: 1.7; }
.at-footer-contact-link { display: inline-block; margin-top: 0.5rem; font-family: var(--at-font-display); font-size: 1.25rem; }
.at-site-footer h2 { margin-bottom: 1rem; font-size: 1.1rem; }
.at-footer-links { gap: 0.7rem; }
.at-footer-links a { color: #d7e8e9; text-decoration: none; }
.at-footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.at-footer-hours { color: #a9c7c9; font-size: 0.85rem; }
.at-footer-bottom { background: rgba(0, 0, 0, 0.14); }
.at-footer-legal { display: flex; gap: 1.1rem; }

@media (prefers-reduced-motion: reduce) {
  .at-reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 980px) {
  .at-category-tree { grid-template-columns: 1fr; }
  .at-category-seo,
  .at-about-story { grid-template-columns: 1fr; }
  .at-footer-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 820px) {
  .at-category-branch { min-height: 235px; }
  .at-recovery-luggage { grid-template-columns: 1fr; }
  .at-recovery-luggage img { max-height: 390px; min-height: 0; }
  .at-category-result-heading { align-items: flex-start; flex-direction: column; }
  .at-category-result-heading p { text-align: left; }
  .at-contact-map { grid-template-columns: 1fr; }
  .at-contact-map__frame,
  .at-contact-map iframe { min-height: 400px; }
  .at-footer-cta__actions { width: 100%; flex-wrap: wrap; }
  .at-footer-trust { grid-template-columns: 1fr; }
	.atm-reviews__panel { background-size: cover; }
}

@media (min-width: 821px) and (max-width: 980px) {
  .atm-reviews__panel { background-size: 68% 100%; }
}

@media (max-width: 580px) {
  .at-category-branch { grid-template-columns: 1fr; }
  .at-category-branch__media { height: 210px; }
  .at-category-branch__body { min-height: 230px; }
  .at-category-seo { padding: 1.5rem; }
  .at-about-stats article { grid-template-columns: 84px 1fr; }
  .at-footer-cta__actions .at-button { width: 100%; justify-content: center; }
  .at-footer-bottom__inner { align-items: flex-start; flex-direction: column; }
}

/* Release 1.6.1: compact footer and category archive sidebar. */
.at-category-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.at-category-sidebar { position: sticky; top: 112px; }
.at-filter-panel--sidebar { padding: 1rem; margin: 0; border-radius: 1.1rem; box-shadow: 0 0.8rem 2rem rgba(6, 46, 58, 0.07); }
.at-filter-panel--sidebar .at-filter-panel__heading { display: block; padding: 0.35rem 0.35rem 0.9rem; }
.at-filter-panel--sidebar .at-filter-panel__heading h2 { font-size: 1.45rem; }
.at-filter-panel--sidebar .at-filter-panel__heading p { margin-top: 0.35rem; font-size: 0.8rem; text-align: left; }
.at-filter-panel--sidebar .at-category-filters { display: grid; grid-template-columns: 1fr; gap: 0.45rem; }
.at-filter-panel--sidebar .at-category-filter { min-height: 54px; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 0.6rem; padding: 0.42rem; border-radius: 0.7rem; box-shadow: none; }
.at-filter-panel--sidebar .at-category-filter__media { width: 38px; height: 38px; border-radius: 0.55rem; }
.at-filter-panel--sidebar .at-category-filter__copy strong { font-size: 0.78rem; }
.at-filter-panel--sidebar .at-category-filter__copy small { display: none; }
.at-filter-panel--sidebar .at-category-filter__arrow { font-size: 0.9rem; }
.at-category-products { min-width: 0; }
.at-category-products .at-category-result-heading { padding-top: 0; }
.at-category-products .woocommerce-result-count,
.at-category-products .woocommerce-ordering { margin-bottom: 1.4rem; }

.at-recovery-luggage { min-height: 390px; grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.55fr); }
.at-recovery-luggage > div { padding: clamp(2rem, 5vw, 3.4rem); }
.at-recovery-luggage h2 { font-size: clamp(2rem, 4vw, 3rem); }
.at-recovery-luggage img { min-height: 390px; }

.at-site-footer { padding-top: 0; background: linear-gradient(110deg, #052f3e, #073744); }
.at-site-footer > * { position: relative; z-index: 1; }
.at-footer-grid { grid-template-columns: minmax(220px, 1fr) minmax(420px, 1.5fr) minmax(240px, 0.9fr); align-items: center; gap: 2.2rem; padding-block: 2rem 1.6rem; }
.at-footer-brand img { width: 165px; padding: 0.4rem; margin-bottom: 0.55rem; }
.at-footer-brand p { max-width: 310px; margin: 0; color: #c7dcde; font-size: 0.84rem; line-height: 1.5; }
.at-footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.45rem 1rem; }
.at-footer-nav a { color: #e2eeee; font-size: 0.82rem; font-weight: 650; text-decoration: none; }
.at-footer-nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.at-footer-contact { display: grid; gap: 0.2rem; margin: 0; color: #bbd1d3; font-size: 0.8rem; font-style: normal; text-align: right; }
.at-footer-contact strong { color: #fff; }
.at-footer-contact a { color: #fff; text-decoration: none; }
.at-footer-bottom { padding-block: 0.75rem; background: rgba(0, 0, 0, 0.14); }
.at-footer-bottom__inner { font-size: 0.75rem; }

@media (max-width: 980px) {
  .at-category-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 1.2rem; }
  .at-footer-grid { grid-template-columns: 1fr; gap: 1.2rem; text-align: center; }
  .at-footer-brand p { margin-inline: auto; }
  .at-footer-contact { text-align: center; }
}

@media (max-width: 760px) {
  .at-category-layout { grid-template-columns: 1fr; }
  .at-category-sidebar { position: static; }
  .at-filter-panel--sidebar .at-filter-panel__heading p { display: none; }
  .at-filter-panel--sidebar .at-category-filters { display: flex; gap: 0.5rem; overflow-x: auto; scroll-snap-type: x proximity; }
  .at-filter-panel--sidebar .at-category-filter { width: 205px; flex: 0 0 205px; scroll-snap-align: start; }
  .at-recovery-luggage { grid-template-columns: 1fr; }
  .at-recovery-luggage img { max-height: 330px; min-height: 0; }
}

/* Release 1.6.2: footer 08, Profilo della costa. */
.at-site-footer {
  overflow: hidden;
  color: #183740;
  background: #f7f1e8;
  border-top: 1px solid #e5d9ca;
}
.at-footer-coast {
  display: block;
  width: 100%;
  height: clamp(30px, 5vw, 54px);
  color: #0c7780;
}
.at-footer-coast path { fill: currentColor; opacity: 0.2; }
.at-footer-grid {
  display: grid;
  grid-template-columns: minmax(210px, 0.85fr) minmax(420px, 1.5fr) minmax(285px, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding-block: 0.65rem 1.4rem;
}
.at-footer-brand { display: flex; align-items: center; gap: 0.7rem; }
.at-footer-brand img { width: 145px; flex: 0 0 auto; padding: 0; margin: 0; background: transparent; border-radius: 0; }
.at-footer-brand p { margin: 0; color: #52696f; font-size: 0.78rem; line-height: 1.35; }
.at-footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem 0.9rem; }
.at-footer-nav a { color: #173c47; font-size: 0.78rem; font-weight: 650; text-decoration: none; }
.at-footer-nav a:hover { color: #b33f3d; text-decoration: underline; text-underline-offset: 4px; }
.at-footer-contact { display: grid; gap: 0.1rem; margin: 0; color: #52696f; font-size: 0.75rem; font-style: normal; line-height: 1.45; text-align: right; }
.at-footer-contact strong { color: #173c47; font-family: var(--at-font-display); font-weight: 600; }
.at-footer-contact a { color: #173c47; text-decoration: none; }
.at-footer-contact a:hover { color: #b33f3d; text-decoration: underline; }
.at-footer-bottom { padding-block: 0.65rem; color: #d8e8e9; background: #073b48; border-top: 0; }
.at-footer-bottom__inner { font-size: 0.72rem; }
.at-footer-bottom a { color: #fff; }

@media (max-width: 980px) {
  .at-footer-grid { grid-template-columns: 1fr; gap: 0.85rem; padding-block: 0.4rem 1.2rem; text-align: center; }
  .at-footer-brand { justify-content: center; }
  .at-footer-contact { text-align: center; }
}

@media (max-width: 580px) {
  .at-footer-coast { height: 28px; }
  .at-footer-brand { flex-direction: column; }
  .at-footer-nav { gap: 0.45rem 0.75rem; }
  .at-footer-bottom__inner { align-items: center; text-align: center; }
  .at-footer-legal { justify-content: center; }
}

/* Release 1.6.3: footer 03, Biglietto da visita scuro. */
.at-site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  border-top: 0;
  color: #e9f2f2;
  background:
    radial-gradient(circle at 10% 20%, rgba(35, 118, 125, 0.24), transparent 34rem),
    linear-gradient(135deg, #052f3d 0%, #073945 56%, #042833 100%);
}
.at-site-footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 100%;
  mask-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
}
.at-footer-coast { display: none; }
.at-footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 1.05fr) minmax(300px, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  padding-block: clamp(1.55rem, 3vw, 2.15rem) clamp(1.45rem, 2.8vw, 1.95rem);
}
.at-footer-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}
.at-footer-brand img {
  display: block;
  width: 98px;
  height: auto;
  padding: 0.55rem 0.7rem;
  margin: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 15, 21, 0.24);
}
.at-footer-brand p {
  max-width: 19rem;
  margin: 0;
  color: #d9e9e9;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.45;
}
.at-footer-social {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: -0.35rem;
}
.at-footer-social a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 0.42rem;
  padding: 0.38rem 0.68rem;
  color: #eef7f7;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.at-footer-social a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.at-footer-social a:focus-visible {
  outline: 3px solid #f4c67a;
  outline-offset: 3px;
}
.at-footer-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  flex: 0 0 auto;
}
.at-footer-contact {
  display: grid;
  gap: 0.28rem;
  margin: 0;
  color: #d9e9e9;
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.45;
  text-align: left;
}
.at-footer-contact strong {
  color: #fff;
  font-family: var(--at-font-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.at-footer-contact a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 0.18em;
}
.at-footer-card-action { display: flex; justify-content: flex-end; }
.at-footer-recovery {
  min-height: 46px;
  padding: 0.78rem 1.25rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #e85f43;
  box-shadow: 0 12px 28px rgba(0, 15, 21, 0.22);
  white-space: nowrap;
}
.at-footer-recovery:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: #f06a4d;
  transform: translateY(-2px);
}
.at-footer-recovery:focus-visible,
.at-footer-contact a:focus-visible,
.at-footer-bottom a:focus-visible {
  outline: 3px solid #f4c67a;
  outline-offset: 3px;
}
.at-footer-bottom {
  position: relative;
  z-index: 1;
  padding-block: 0.65rem;
  color: #bcd0d2;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 17, 24, 0.24);
}
.at-footer-bottom__inner { font-size: 0.76rem; }
.at-footer-bottom a { color: #e9f2f2; }

@media (max-width: 920px) {
  .at-footer-grid { grid-template-columns: minmax(230px, 1fr) minmax(280px, 1fr); }
  .at-footer-card-action { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 620px) {
  .at-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding-block: 1.5rem 1.35rem;
    text-align: left;
  }
  .at-footer-brand {
    grid-template-columns: 88px minmax(0, 1fr);
    flex-direction: row;
    justify-content: flex-start;
  }
  .at-footer-brand img { width: 88px; }
  .at-footer-brand p { margin-inline: 0; }
  .at-footer-social { grid-column: 2; margin-top: -0.2rem; }
  .at-footer-contact { text-align: left; }
  .at-footer-card-action { grid-column: auto; }
  .at-footer-recovery { width: 100%; white-space: normal; }
  .at-footer-bottom__inner { align-items: flex-start; text-align: left; }
  .at-footer-legal { justify-content: flex-start; }
}

/* Release 1.6.4: percorso guidato di recupero e ordine multiplo. */
.at-recovery-wizard {
  max-width: 1080px;
  margin-inline: auto;
  color: #173b45;
}
.at-recovery-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 0 0 clamp(1.6rem, 4vw, 2.8rem);
  list-style: none;
}
.at-recovery-progress::before {
  position: absolute;
  top: 21px;
  right: 16.66%;
  left: 16.66%;
  height: 2px;
  content: "";
  background: #dbe5e4;
}
.at-recovery-progress li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  color: #718388;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.at-recovery-progress li span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #667b80;
  background: #fff;
  border: 2px solid #d2dfde;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(6, 46, 58, 0.07);
}
.at-recovery-progress li.is-active { color: #073b48; }
.at-recovery-progress li.is-active span { color: #fff; background: #0a7b80; border-color: #0a7b80; }
.at-recovery-progress li.is-complete span { color: #fff; background: #5a777a; border-color: #5a777a; }
.at-recovery-progress--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.at-recovery-progress--five::before { right: 10%; left: 10%; }

.at-recovery-step--payment { align-items: start; }
.at-recovery-payment > p { max-width: 780px; }
.at-recovery-payment__secure {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  margin: 0.35rem 0 1.4rem;
  color: #075b64;
  background: #e8f5f3;
  border: 1px solid #c8e5e1;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
}
.at-recovery-payment__secure span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #fff;
  background: #0a7b80;
  border-radius: 50%;
}
.at-recovery-payment__checkout .woocommerce { margin: 0; }
.at-recovery-payment__checkout .woocommerce-form-coupon-toggle,
.at-recovery-payment__checkout form.checkout_coupon,
.at-recovery-payment__checkout #customer_details,
.at-recovery-payment__checkout #customer_details + h3,
.at-recovery-payment__checkout .woocommerce-additional-fields { display: none !important; }
.at-recovery-payment__checkout #order_review_heading,
.at-recovery-payment__checkout .woocommerce-checkout-review-order-table { display: none !important; }

/* Release 1.7.4: hotel, fatturazione separata e riepilogo modificabile. */
.at-recovery-progress--six { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
.at-recovery-progress--six::before { right: 8.333% !important; left: 8.333% !important; }
.at-recovery-progress--seven { grid-template-columns: repeat(7, minmax(0, 1fr)) !important; }
.at-recovery-progress--seven::before { right: 7.14% !important; left: 7.14% !important; }
.at-recovery-hotel-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: end;
}
.at-recovery-hotel-row .at-recovery-select-wrap { width: 100%; }
.at-recovery-hotel-combobox {
  position: relative;
  width: 100%;
}
.at-recovery-hotel-search {
  width: 100%;
  min-height: 54px;
  padding: 0.8rem 3rem 0.8rem 1rem;
  color: #123d49;
  background: #fff;
  border: 1px solid #bdd0d2;
  border-radius: 0.85rem;
  outline: 0;
  font: inherit;
  font-size: 1rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.at-recovery-hotel-search:focus {
  border-color: #0a7b80;
  box-shadow: 0 0 0 4px rgba(10, 123, 128, 0.13);
}
.at-recovery-hotel-search:disabled {
  color: #718286;
  background: #eef3f2;
  cursor: not-allowed;
}
.at-recovery-hotel-combobox::after {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 18px;
  height: 18px;
  border: 2px solid #0a6c73;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.at-recovery-hotel-combobox::before {
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 14px;
  width: 8px;
  height: 2px;
  background: #0a6c73;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
  transform-origin: left center;
}
.at-recovery-hotel-results {
  position: absolute;
  z-index: 40;
  top: calc(100% + 0.45rem);
  right: 0;
  left: 0;
  max-height: 330px;
  padding: 0.35rem;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #c9d9d9;
  border-radius: 0.85rem;
  box-shadow: 0 1rem 2.5rem rgba(6, 46, 58, 0.16);
}
.at-recovery-hotel-option {
  display: block;
  width: 100%;
  padding: 0.78rem 0.9rem;
  color: #123d49;
  background: transparent;
  border: 0;
  border-radius: 0.62rem;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}
.at-recovery-hotel-option:hover,
.at-recovery-hotel-option:focus,
.at-recovery-hotel-option.is-active {
  color: #064f58;
  background: #e8f5f3;
  outline: 0;
}
.at-recovery-hotel-empty {
  padding: 0.85rem 0.9rem;
  color: #667b80;
  font-size: 0.92rem;
}
.at-recovery-hotel-manual,
.at-recovery-billing-fields {
  padding: clamp(1rem, 2.5vw, 1.45rem);
  margin-top: 1rem;
  background: #f4f8f7;
  border: 1px solid #d7e5e2;
  border-radius: 1rem;
}
.at-recovery-hotel-continue { margin-top: 1rem; }
.at-recovery-billing-toggle { margin-top: 1.2rem; }
.at-recovery-billing-fields h3 { margin: 0 0 0.4rem; color: #06384a; }
.at-recovery-billing-fields > p { margin-top: 0; color: #5a6d70; }
.at-recovery-subform-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.7rem; }
.at-recovery-subform-heading h3 { margin: 0; }
.at-recovery-hotel-manual .optional,
.at-recovery-billing-fields .optional { display: none !important; }
.at-recovery-hotel-manual .form-row > label::after,
.at-recovery-billing-fields .form-row:not(#billing_company_recovery_field) > label::after {
  margin-left: 0.18rem;
  color: #b3272d;
  content: "*";
  font-weight: 900;
}
.at-recovery-subform-heading button {
  padding: 0.38rem 0.7rem;
  color: #8b3438;
  background: #fff;
  border: 1px solid #e2b9b7;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
}
.at-recovery-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.4rem 0 1.8rem;
}
.at-recovery-review article {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  background: #f8faf9;
  border: 1px solid #dce7e4;
  border-radius: 0.9rem;
}
.at-recovery-review article > div { display: grid; gap: 0.22rem; min-width: 0; }
.at-recovery-review article span { color: #64787c; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.at-recovery-review article strong { color: #06384a; font-size: 1rem; }
.at-recovery-review article small { color: #52696f; line-height: 1.45; }
.at-recovery-review article button {
  flex: 0 0 auto;
  padding: 0.34rem 0.58rem;
  color: #075b64;
  background: #fff;
  border: 1px solid #b9d2cf;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
}
.at-recovery-review__total {
  grid-column: 1 / -1;
  color: #fff;
  background: linear-gradient(135deg, #06384a, #075c64) !important;
  border: 0 !important;
}
.at-recovery-review__total span,
.at-recovery-review__total strong,
.at-recovery-review__total small { color: #fff !important; }
.at-recovery-review__total strong { font-size: clamp(1.35rem, 3vw, 2rem) !important; }
.at-recovery-payment-heading { display: flex; align-items: center; gap: 1rem; margin: 1.2rem 0; }
.at-recovery-payment-heading h2 { margin: 0.15rem 0 0; }
.at-recovery-complete {
  max-width: 780px;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  text-align: center;
  background: #fff;
  border: 1px solid #cfe3df;
  border-radius: 1.2rem;
  box-shadow: 0 1rem 3rem rgba(6, 46, 58, 0.1);
}
.at-recovery-complete__icon { display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 1rem; color: #fff; background: #0a7b80; border-radius: 50%; font-size: 1.8rem; }
.at-recovery-complete h2 { color: #06384a; }

@media (max-width: 760px) {
  .at-recovery-hotel-row,
  .at-recovery-review { grid-template-columns: 1fr; }
  .at-recovery-hotel-row .at-button { width: 100%; justify-content: center; }
  .at-recovery-review__total { grid-column: auto; }
  .at-recovery-progress--six li,
  .at-recovery-progress--seven li { font-size: 0; }
  .at-recovery-progress--six li span,
  .at-recovery-progress--seven li span { font-size: 0.72rem; }
}
.at-recovery-payment__checkout form.checkout {
  display: block;
  max-width: 780px;
}
.at-recovery-payment__checkout .col2-set,
.at-recovery-payment__checkout #order_review { width: 100%; float: none; }
.at-recovery-payment__checkout .col-1,
.at-recovery-payment__checkout .col-2,
.at-recovery-payment__checkout #order_review {
  width: 100%;
  float: none;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: #f8faf9;
  border: 1px solid #dce7e4;
  border-radius: 1rem;
}
.at-recovery-payment__checkout #order_review_heading {
  margin: 0 0 0.8rem;
  color: #06384a;
  font-family: var(--at-font-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}
.at-recovery-payment__checkout .col-2 { margin-top: 1rem; }
.at-recovery-payment__checkout h3 {
  margin-top: 0;
  color: #06384a;
  font-family: var(--at-font-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}
.at-recovery-payment__checkout .form-row label { color: #173b45; font-weight: 700; }
.at-recovery-payment__checkout input.input-text,
.at-recovery-payment__checkout textarea,
.at-recovery-payment__checkout select,
.at-recovery-payment__checkout .select2-selection {
  min-height: 48px;
  color: #173b45;
  background: #fff;
  border: 1px solid #cbdcda;
  border-radius: 0.72rem;
}
.at-recovery-payment__checkout input.input-text,
.at-recovery-payment__checkout textarea { padding: 0.75rem 0.85rem; }
.at-recovery-payment__checkout #payment {
  margin-top: 1rem;
  background: #eef5f4;
  border: 1px solid #d5e4e2;
  border-radius: 1rem;
}
.at-recovery-payment__checkout #payment div.payment_box { background: #fff; border-radius: 0.75rem; }
.at-recovery-payment__checkout #place_order {
  width: 100%;
  min-height: 54px;
  color: #fff;
  background: #e85f43;
  border: 0;
  border-radius: 0.85rem;
  box-shadow: 0 10px 24px rgba(232, 95, 67, 0.22);
  font-weight: 800;
}
.at-recovery-payment__checkout #place_order:hover { background: #c9472f; }
.at-recovery-payment__checkout .woocommerce-error,
.at-recovery-payment__checkout .woocommerce-NoticeGroup { grid-column: 1 / -1; }

@media (max-width: 860px) {
  .at-recovery-payment__checkout form.checkout { grid-template-columns: 1fr; }
  .at-recovery-progress--five li { font-size: 0.58rem; }
}

@media (max-width: 560px) {
  .at-recovery-progress--five li { font-size: 0; }
  .at-recovery-progress--five li span { font-size: 0.78rem; }
  .at-recovery-step--payment { grid-template-columns: 1fr; }
}
.at-recovery-step {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.2rem);
  padding: clamp(1.5rem, 4vw, 2.7rem);
  margin-top: 1.1rem;
  background: #fff;
  border: 1px solid #dfe7e4;
  border-radius: 1.45rem;
  box-shadow: 0 1rem 3rem rgba(6, 46, 58, 0.085);
  animation: atRecoveryEnter 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.at-recovery-step[hidden],
.at-recovery-order-actions[hidden],
.at-recovery-warning[hidden] { display: none !important; }
.at-recovery-step__number {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #073b48, #0b7c81);
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(6, 46, 58, 0.18);
  font-family: var(--at-font-display);
  font-size: 1.08rem;
  font-weight: 700;
}
.at-recovery-step__content { min-width: 0; }
.at-recovery-step__content h2 {
  max-width: 750px;
  margin: 0.38rem 0 0.7rem;
  color: #06384a;
  font-size: clamp(1.65rem, 3.4vw, 2.55rem);
}
.at-recovery-step__content > p { max-width: 760px; margin: 0; color: #52696f; line-height: 1.65; }
.at-recovery-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; max-width: 720px; margin-top: 1.55rem; }
.at-recovery-choice__button {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  color: #173b45;
  background: #f7faf9;
  border: 1px solid #cadbd9;
  border-radius: 0.9rem;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.at-recovery-choice__button span { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 50%; background: #e5eeee; font-size: 1.25rem; }
.at-recovery-choice__button:hover { border-color: #78aaa9; box-shadow: 0 10px 22px rgba(6, 46, 58, 0.09); transform: translateY(-2px); }
.at-recovery-choice__button:focus-visible { outline: 3px solid #efbf70; outline-offset: 3px; }
.at-recovery-choice__button--yes.is-selected { color: #07585e; background: #e9f6f4; border-color: #18878a; }
.at-recovery-choice__button--yes.is-selected span { color: #fff; background: #0a7b80; }
.at-recovery-choice__button--no.is-selected { color: #7e3037; background: #fff2f1; border-color: #d68583; }
.at-recovery-choice__button--no.is-selected span { color: #fff; background: #ad4548; }
.at-recovery-warning {
  max-width: 720px;
  padding: 1rem 1.1rem;
  margin-top: 1rem;
  color: #663439;
  background: #fff4f2;
  border: 1px solid #efc7c1;
  border-left: 5px solid #ad4548;
  border-radius: 0.75rem;
}
.at-recovery-warning p { margin: 0.25rem 0 0; line-height: 1.55; }
.at-recovery-select-label { display: block; margin-top: 1.45rem; color: #173b45; font-size: 0.82rem; font-weight: 750; }
.at-recovery-select-wrap { position: relative; max-width: 650px; margin-top: 0.45rem; }
.at-recovery-select-wrap select {
  width: 100%;
  min-height: 58px;
  padding: 0.75rem 3.2rem 0.75rem 1rem;
  appearance: none;
  color: #173b45;
  background: #f9fbfa;
  border: 1px solid #bfcfce;
  border-radius: 0.8rem;
  font: inherit;
  font-weight: 650;
}
.at-recovery-select-wrap select:focus { border-color: #0a7b80; outline: 3px solid rgba(10, 123, 128, 0.2); }
.at-recovery-select-wrap svg { position: absolute; top: 50%; right: 1rem; width: 24px; height: 24px; pointer-events: none; fill: none; stroke: #075b64; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transform: translateY(-50%); }
.at-recovery-products { margin-top: 1.5rem; }
.at-recovery-products__message { padding: 1rem; margin: 0; color: #52696f; background: #f5f9f8; border: 1px solid #dce8e6; border-radius: 0.8rem; }
.at-recovery-products__message.is-loading::before { display: inline-block; width: 17px; height: 17px; margin-right: 0.6rem; content: ""; vertical-align: -3px; border: 2px solid #b7cdcb; border-top-color: #0a7b80; border-radius: 50%; animation: atRecoverySpin 700ms linear infinite; }
.at-recovery-products__message.is-error { color: #7e3037; background: #fff4f2; border-color: #efc7c1; }
.at-recovery-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.at-recovery-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe7e4;
  border-radius: 1rem;
  box-shadow: 0 0.7rem 2rem rgba(6, 46, 58, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.at-recovery-product:hover { border-color: #91b5b4; box-shadow: 0 1rem 2.5rem rgba(6, 46, 58, 0.11); transform: translateY(-3px); }
.at-recovery-product.is-selected { border-color: #0a7b80; box-shadow: 0 0 0 3px rgba(10, 123, 128, 0.12), 0 1rem 2.5rem rgba(6, 46, 58, 0.11); }
.at-recovery-product__media { overflow: hidden; aspect-ratio: 4 / 3; background: #f4f2ed; }
.at-recovery-product__media img { width: 100%; height: 100%; object-fit: cover; }
.at-recovery-product__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1rem; }
.at-recovery-product h3 { margin: 0; color: #06384a; font-size: 1.12rem; line-height: 1.25; }
.at-recovery-product__price { margin: 0.45rem 0 1rem; color: #ad4548; font-weight: 750; }
.at-recovery-product__select { width: 100%; min-height: 44px; justify-content: center; padding: 0.65rem 0.8rem; margin-top: auto; font-size: 0.84rem; text-align: center; }
.at-recovery-product__select.is-loading { cursor: wait; opacity: 0.8; }
.at-recovery-product__select.is-added { background: #0b7173; }
.at-recovery-product__select:disabled { cursor: default; }
.at-recovery-product__error { padding: 0 1rem 1rem; margin: 0; color: #8d343a; font-size: 0.8rem; }
.at-recovery-order-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: clamp(1.3rem, 3vw, 2rem);
  margin-top: 1.1rem;
  color: #fff;
  background: linear-gradient(135deg, #06384a, #075c64);
  border-radius: 1.2rem;
  box-shadow: 0 1rem 3rem rgba(6, 46, 58, 0.18);
  animation: atRecoveryEnter 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.at-recovery-order-status { display: flex; align-items: center; gap: 0.8rem; }
.at-recovery-order-status__icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; color: #07585e; background: #b8ede5; border-radius: 50%; font-size: 1.2rem; font-weight: 800; }
.at-recovery-order-status p { display: grid; gap: 0.15rem; margin: 0; }
.at-recovery-order-status p span { color: #cae1e2; font-size: 0.84rem; }
.at-recovery-order-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.7rem; }
.at-recovery-order-buttons .at-button--secondary { color: #fff; background: transparent; border-color: rgba(255, 255, 255, 0.52); }
.at-recovery-order-buttons .at-button--secondary:hover { background: rgba(255, 255, 255, 0.1); }
.at-recovery-help-section { padding-top: 0; }
.at-recovery-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #f7f1e8;
  border: 1px solid #e4d9cb;
  border-radius: 1.3rem;
}
.at-recovery-help h2 { margin: 0.35rem 0 0.45rem; color: #06384a; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.at-recovery-help p { margin: 0; color: #52696f; }
.at-recovery-help .at-button { flex: 0 0 auto; }
.at-recovery-noscript { padding: 1rem; margin-top: 1rem; background: #fff; border: 1px solid #dfe7e4; border-radius: 1rem; }

@keyframes atRecoveryEnter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes atRecoverySpin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .at-recovery-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .at-recovery-order-actions { align-items: flex-start; flex-direction: column; }
  .at-recovery-order-buttons { width: 100%; justify-content: flex-start; }
}

@media (max-width: 620px) {
  .at-recovery-progress li { font-size: 0.68rem; }
  .at-recovery-progress li span { width: 38px; height: 38px; }
  .at-recovery-progress::before { top: 18px; }
  .at-recovery-step { grid-template-columns: 1fr; padding: 1.2rem; }
  .at-recovery-step__number { width: 48px; height: 48px; border-radius: 0.75rem; font-size: 0.9rem; }
  .at-recovery-choice { grid-template-columns: 1fr; }
  .at-recovery-product-grid { grid-template-columns: 1fr; }
  .at-recovery-order-buttons { display: grid; grid-template-columns: 1fr; }
  .at-recovery-order-buttons .at-button { width: 100%; justify-content: center; text-align: center; }
  .at-recovery-help { align-items: flex-start; flex-direction: column; }
  .at-recovery-help .at-button { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .at-recovery-step,
  .at-recovery-order-actions,
  .at-recovery-products__message.is-loading::before { animation: none; }
}

/* Release 1.6.5: prodotti incorporati nel percorso e carrello WooCommerce nativo. */
.at-recovery-product-category[hidden] { display: none !important; }

/* Release 1.6.6: finalizzazione server-side e sessione WooCommerce persistente. */
.at-recovery-order-actions { margin-bottom: 0; }
.at-recovery-order-actions button[type="submit"] { font: inherit; }
.at-recovery-submit-error { padding: 1rem 1.15rem; margin-bottom: 1.2rem; color: #79343a; background: #fff1ef; border: 1px solid #ebc1bb; border-left: 5px solid #ad4548; border-radius: 0.8rem; }

/* Release 1.6.7: finalizzazione sul dominio corrente e aggiunta diretta al carrello. */

/* Release 1.6.8: prezzo commerciale leggibile nel carrello e nel checkout. */
.at-cart-service-price { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 0.25rem; color: #06384a; font-weight: 700; }
.at-cart-service-price small { color: #61767b; font-size: 0.72em; font-weight: 600; }
.at-service-rate-note td { padding: 0.9rem 0 !important; color: #405b61; border-top: 1px solid #dce7e4; }
.at-service-rate-note strong,
.at-service-rate-note span { display: block; }
.at-service-rate-note strong { margin-bottom: 0.25rem; color: #06384a; }
.at-service-rate-note span { font-size: 0.84rem; line-height: 1.55; }

/* Release 1.6.9: indirizzo e calcolo tariffa nel percorso guidato. */
.at-recovery-progress { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.at-recovery-progress::before { right: 12.5%; left: 12.5%; }
.at-recovery-order-actions {
  display: block;
  padding: 0;
  color: #173b45;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.at-recovery-step--address { margin-top: 0; }
.at-recovery-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
  max-width: 820px;
  margin-top: 1.5rem;
}
.at-recovery-address-grid .form-row {
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
}
.at-recovery-address-grid .form-row-wide { grid-column: 1 / -1; }
.at-recovery-address-grid label {
  display: block;
  margin-bottom: 0.38rem;
  color: #173b45;
  font-size: 0.8rem;
  font-weight: 750;
}
.at-recovery-address-grid .required { color: #ad4548; }
.at-recovery-address-grid .woocommerce-input-wrapper { display: block; width: 100%; }
.at-recovery-address-grid input,
.at-recovery-address-grid select {
  width: 100%;
  min-height: 52px;
  padding: 0.72rem 0.85rem;
  color: #173b45;
  background: #f9fbfa;
  border: 1px solid #bfcfce;
  border-radius: 0.72rem;
  font: inherit;
}
.at-recovery-address-grid input:focus,
.at-recovery-address-grid select:focus { border-color: #0a7b80; outline: 3px solid rgba(10, 123, 128, 0.18); }
.at-recovery-order-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: clamp(1.3rem, 3vw, 2rem);
  margin-top: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #06384a, #075c64);
  border-radius: 1.2rem;
  box-shadow: 0 1rem 3rem rgba(6, 46, 58, 0.18);
}

@media (max-width: 900px) {
  .at-recovery-order-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .at-recovery-progress li { font-size: 0.58rem; }
  .at-recovery-address-grid { grid-template-columns: 1fr; }
  .at-recovery-address-grid .form-row-wide { grid-column: auto; }
  .at-recovery-order-footer { padding: 1.2rem; }
}

/* Release 1.7.0: validazione asincrona e sessione persistente. */
.at-recovery-form-error {
  padding: 0.85rem 1rem;
  margin-top: 1rem;
  color: #743238;
  background: #fff2f0;
  border: 1px solid #e7aaa6;
  border-left: 4px solid #ad4548;
  border-radius: 0.72rem;
  font-size: 0.88rem;
  font-weight: 650;
}
.at-recovery-form-error[hidden] { display: none !important; }
.at-recovery-address-grid input.is-invalid,
.at-recovery-address-grid select.is-invalid { border-color: #ad4548; background: #fff8f7; box-shadow: 0 0 0 3px rgba(173, 69, 72, 0.12); }

/* Release 1.9.0: percorso bagagli e selettore lingua internazionale. */

/* Release 2.0.0: pagina bagagli dedicata, consensi checkout e pagine legali. */
/* Release 2.1.0: ripristino autoriparante pagina bagagli e traduzioni native complete. */
/* Release 2.1.1: endpoint bagagli virtuale e routing FR/DE/ES isolato dai plugin. */
/* Release 2.1.2: inizializzazione JavaScript e numerazione corretta del flusso bagagli. */
.at-checkout-legal {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid rgba(7, 91, 100, .2);
  border-radius: 14px;
  background: #f5fbfb;
}
.at-checkout-legal .form-row { margin: 0 0 10px; }
.at-checkout-legal .form-row:last-child { margin-bottom: 0; }
.at-checkout-legal label { line-height: 1.45; }
.at-checkout-legal .required { color: #c62828; }
.at-header-actions .at-button { white-space: nowrap; }
.at-header-actions .at-button--secondary { color: #075b64; background: #fff; border-color: #9ebfc1; box-shadow: none; }
.at-header-actions .at-language-switcher { order: 3; display: flex; gap: 0.2rem; padding-left: 0.35rem; }
.at-header-actions .at-menu-toggle { order: 4; }
.at-language-switcher a {
  display: grid;
  width: 31px;
  height: 31px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 1.15rem;
  line-height: 1;
  text-decoration: none;
}
.at-language-switcher a:hover,
.at-language-switcher a[aria-current="true"] { background: #edf6f6; border-color: #8fb8ba; }
.at-recovery-progress--four { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.at-recovery-progress--four::before { right: 12.5% !important; left: 12.5% !important; }
.at-luggage-selector-grid { margin-bottom: 1.1rem; }
.at-luggage-selector-card label { display: grid; gap: 0.45rem; color: #173b45; font-size: 0.82rem; font-weight: 750; }
.at-luggage-selector-card input[type="number"] { width: 100%; min-height: 48px; padding: 0.65rem 0.75rem; border: 1px solid #bfcfce; border-radius: 0.7rem; font: inherit; }
.at-luggage-products-continue,
.at-luggage-other-toggle { margin: 0.4rem 0.5rem 0.4rem 0; }
.at-luggage-contact { display: grid; grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr); gap: 1.5rem; padding: clamp(1.2rem, 3vw, 2rem); margin-top: 1rem; background: #f4f9f9; border: 1px solid #cfe0e0; border-radius: 1.1rem; }
.at-luggage-contact__heading { grid-column: 1 / -1; width: 100%; margin-bottom: 0; }
.at-luggage-contact__details p { margin-top: 0; }
.at-luggage-contact[hidden] { display: none !important; }
.at-luggage-contact h3 { margin-top: 0; color: #06384a; }
.at-luggage-contact a { color: #075b64; font-weight: 750; }
.atm-about-intro { background: #f4f9f9; }
.atm-about-intro__grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.atm-about-intro h2 { margin: .45rem 0 0; color: #06384a; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }
.atm-about-intro p { margin-top: 0; color: #49666b; font-size: 1.08rem; line-height: 1.8; }
.at-recovery-legal-note { flex: 1 1 100%; margin: 0; color: #5a6d70; font-size: .86rem; line-height: 1.55; }
.at-recovery-legal-note a { color: #075b64; font-weight: 750; }
.at-seo-copy__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; margin-top: 2rem; }
.at-seo-copy__grid article { padding: clamp(1.2rem, 3vw, 1.8rem); background: #fff; border: 1px solid #d7e3e4; border-radius: 1rem; box-shadow: 0 12px 30px rgba(4, 63, 71, .06); }
.at-seo-copy__grid h3 { margin: 0 0 .6rem; color: #06384a; }
.at-seo-copy__grid p { margin: 0; color: #5a6d70; line-height: 1.7; }
.at-seo-faq .at-faq-list { max-width: 900px; margin-inline: auto; }

@media (max-width: 1180px) {
  .at-header-actions .at-button { padding-inline: 0.7rem; font-size: 0.7rem; }
  .at-header-actions .at-language-switcher a { width: 27px; height: 27px; font-size: 1rem; }
}
@media (max-width: 980px) {
  .at-header-actions .at-button { display: none; }
  .at-header-actions .at-language-switcher { display: flex; }
}
@media (max-width: 680px) {
	.atm-about-intro__grid { grid-template-columns: 1fr; gap: 1.2rem; }
	.at-seo-copy__grid { grid-template-columns: 1fr; }
  .at-header-actions .at-language-switcher a { width: 25px; height: 25px; font-size: 0.95rem; }
  .at-luggage-contact { grid-template-columns: 1fr; }
  .at-recovery-progress--four li { font-size: 0; }
  .at-recovery-progress--four li span { font-size: 0.75rem; }
}

.at-partners { background: #fff; }
.at-partners__panel {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(320px, 1.28fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(7,91,100,.14);
  border-radius: 1.75rem;
  background: linear-gradient(145deg,#f0f8f7,#fff 58%);
  box-shadow: 0 22px 55px rgba(4,63,71,.09);
}
.at-partners__copy h2 { margin: .55rem 0 1rem; }
.at-partners__copy p { color: var(--at-muted); line-height: 1.7; }
.at-partners__logos { padding: 1.25rem; border-radius: 1.2rem; background: #fff; }
.at-partners__logos img { display: block; width: 100%; height: auto; }

.at-blog-topics { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; margin:2rem 0 3rem; }
.at-blog-topic { padding:1.35rem; border:1px solid var(--at-line); border-radius:1rem; background:#fff; }
.at-blog-topic h2 { margin:0 0 .5rem; font-size:1.15rem; }
.at-blog-topic p { margin:0; color:var(--at-muted); font-size:.93rem; }
.at-blog-empty { padding:2rem; border:1px dashed var(--at-line); border-radius:1rem; text-align:center; background:#fff; }
@media (max-width:900px) { .at-partners__panel { grid-template-columns:1fr; } .at-blog-topics { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:560px) { .at-blog-topics { grid-template-columns:1fr; } }

/* Release 2.5.0: assistenza con mappa, condizioni del servizio e blog in home. */
.atm-help__panel { grid-template-columns: 34% 1fr; }
.atm-help__map { grid-column: 1 / -1; min-height: 320px; overflow: hidden; border-top: 1px solid #d9e3e3; }
.atm-help__map iframe { display: block; width: 100%; height: 320px; }
.atm-contact-button { min-height: 48px; padding: .75rem 1.2rem; font-size: .8rem; }
.atm-blog { background: linear-gradient(180deg, #f4f9f9, #fff); }
.atm-blog__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.atm-blog__head h2 { margin: .45rem 0 .5rem; color: #06384a; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; }
.atm-blog__head p { max-width: 700px; margin: 0; color: #587176; font-size: 1.05rem; line-height: 1.7; }
.atm-blog__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
.atm-blog-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; background: #fff; border: 1px solid #d7e3e4; border-radius: 1.15rem; box-shadow: 0 14px 35px rgba(4, 63, 71, .08); transition: transform .2s ease, box-shadow .2s ease; }
.atm-blog-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(4, 63, 71, .13); }
.atm-blog-card__media { display: grid; height: 190px; overflow: hidden; place-items: center; color: #fff; background: linear-gradient(145deg, #075b64, #0c8990); font-family: var(--at-font-display); font-size: 2.6rem; font-weight: 700; text-decoration: none; }
.atm-blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.atm-blog-card:hover .atm-blog-card__media img { transform: scale(1.04); }
.atm-blog-card__body { display: flex; padding: 1.2rem; flex: 1; flex-direction: column; }
.atm-blog-card time { color: #7b8f92; font-size: .75rem; font-weight: 700; }
.atm-blog-card h3 { margin: .55rem 0 .65rem; color: #06384a; font-size: 1.2rem; line-height: 1.25; }
.atm-blog-card h3 a { color: inherit; text-decoration: none; }
.atm-blog-card p { margin: 0 0 1rem; color: #61777b; font-size: .88rem; line-height: 1.6; }
.atm-blog-card__link { margin-top: auto; color: #087b80; font-size: .82rem; font-weight: 850; text-decoration: none; }
.at-page-hero--terms { background: linear-gradient(90deg, rgba(4, 49, 62, .96), rgba(5, 83, 89, .82)), url("assets/images/headers/chi-siamo.webp") center/cover no-repeat; }
.at-page-hero--terms .at-eyebrow,
.at-page-hero--terms h1,
.at-page-hero--terms p { color: #fff; }
@media (max-width: 1080px) { .atm-blog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  .atm-help__panel { grid-template-columns: 1fr; }
  .atm-help__map { grid-column: auto; }
  .atm-blog__head { align-items: flex-start; flex-direction: column; }
  .atm-blog__grid { grid-template-columns: 1fr; }
  .atm-blog-card__media { height: 220px; }
}

/* Release 2.4.0: navigazione editoriale, menu lingua e pagine informative. */
.at-header-actions .at-language-switcher {
  position: relative;
  display: block;
  padding-left: .5rem;
  color: #073c4b;
}
.at-language-switcher summary {
  display: flex;
  min-width: 82px;
  min-height: 42px;
  padding: .45rem .65rem;
  align-items: center;
  justify-content: center;
  gap: .38rem;
  background: #fff;
  border: 1px solid #c7d9d9;
  border-radius: 999px;
  cursor: pointer;
  font-size: .74rem;
  font-weight: 850;
  list-style: none;
  box-shadow: 0 7px 20px rgba(5, 57, 69, .06);
}
.at-language-switcher summary::-webkit-details-marker { display: none; }
.at-language-switcher[open] summary { border-color: #72a9ab; box-shadow: 0 0 0 3px rgba(7, 91, 100, .1); }
.at-language-code { letter-spacing: .06em; }
.at-language-flag { font-size: 1.05rem; line-height: 1; }
.at-language-chevron { margin-top: -.18rem; color: #658084; font-size: .9rem; transition: transform .2s ease; }
.at-language-switcher[open] .at-language-chevron { transform: rotate(180deg); }
.at-language-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + .55rem);
  right: 0;
  width: 190px;
  padding: .45rem;
  background: #fff;
  border: 1px solid #d5e2e2;
  border-radius: .9rem;
  box-shadow: 0 18px 45px rgba(3, 43, 54, .18);
}
.at-header-actions .at-language-menu a,
.at-language-menu a {
  display: grid;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding: .55rem .65rem !important;
  grid-template-columns: 28px 28px 1fr;
  align-items: center;
  border: 0;
  border-radius: .55rem;
  color: #173b45;
  font-size: .78rem;
  text-align: left;
}
.at-language-menu a:hover,
.at-language-menu a[aria-current="true"] { background: #edf6f6; }
.at-language-name { color: #587176; font-weight: 650; }

.atm-about-intro { overflow: hidden; background: linear-gradient(145deg, #eef8f7, #fff 65%); }
.atm-about-intro__panel {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(7, 91, 100, .14);
  border-radius: 1.8rem;
  box-shadow: 0 24px 70px rgba(4, 63, 71, .12);
}
.atm-about-intro__visual {
  position: relative;
  min-height: 480px;
  background: linear-gradient(180deg, transparent 42%, rgba(3, 42, 52, .76)), url("assets/images/headers/chi-siamo.webp") center/cover no-repeat;
}
.atm-about-intro__visual span {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 1rem 1.15rem;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: .85rem;
  background: rgba(6, 56, 74, .62);
  backdrop-filter: blur(8px);
  font-weight: 800;
}
.atm-about-intro__content { padding: clamp(2rem, 5vw, 4.5rem); align-self: center; }
.atm-about-intro__content h2 { margin: .55rem 0 1.15rem; }
.atm-about-intro__content ul { display: grid; gap: .7rem; padding: 0; margin: 1.35rem 0 1.8rem; list-style: none; }
.atm-about-intro__content li { position: relative; padding-left: 1.8rem; color: #274d55; font-weight: 700; }
.atm-about-intro__content li::before { position: absolute; left: 0; content: "✓"; color: #087b80; font-weight: 900; }

.at-how-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.35rem; margin-top: 2rem; }
.at-how-service { position: relative; overflow: hidden; padding: clamp(1.5rem, 4vw, 2.6rem); background: #fff; border: 1px solid #d4e2e2; border-radius: 1.35rem; box-shadow: 0 15px 38px rgba(4, 63, 71, .08); }
.at-how-service--luggage { background: linear-gradient(145deg, #fff, #f0f8f7); }
.at-how-service__number { position: absolute; top: .4rem; right: 1rem; color: rgba(7, 91, 100, .08); font-size: 5rem; font-weight: 900; line-height: 1; }
.at-how-service h3 { max-width: 500px; margin: .55rem 0 1.4rem; color: #06384a; font-size: clamp(1.55rem, 3vw, 2.25rem); line-height: 1.13; }
.at-how-service ol { display: grid; gap: 1rem; padding-left: 1.25rem; margin: 0 0 1.8rem; color: #536e73; line-height: 1.65; }
.at-how-service li::marker { color: #087b80; font-weight: 900; }
.at-how-service li strong { color: #173b45; }
.at-how-note { padding: 1.15rem 1.35rem; margin-top: 1.35rem; color: #31555b; background: #e2f2ef; border-left: 4px solid #087b80; border-radius: .75rem; line-height: 1.65; }
.at-page-hero--privacy { background: linear-gradient(90deg, rgba(4, 49, 62, .96), rgba(5, 83, 89, .82)), url("assets/images/headers/contatti.webp") center/cover no-repeat; }
.at-page-hero--privacy .at-eyebrow,
.at-page-hero--privacy h1,
.at-page-hero--privacy p { color: #fff; }
.at-legal-content { max-width: 980px; padding-block: clamp(2.5rem, 6vw, 5rem); }

@media (max-width: 900px) {
  .atm-about-intro__panel,
  .at-how-service-grid { grid-template-columns: 1fr; }
  .atm-about-intro__visual { min-height: 350px; }
}
@media (max-width: 680px) {
  .at-header-actions .at-language-switcher { padding-left: 0; }
  .at-language-switcher summary { min-width: 72px; min-height: 38px; padding: .35rem .5rem; }
  .at-language-menu { position: fixed; top: 76px; right: 1rem; }
  .atm-about-intro__panel { border-radius: 1.15rem; }
  .atm-about-intro__visual { min-height: 280px; }
  .atm-about-intro__content { padding: 1.5rem; }
}

/* Release 3.7.0: About service cards, page loader and section reveals. */
.at-about-services-grid { gap: clamp(1rem, 3vw, 1.6rem); }
.at-about-services-grid .at-service-panel {
  display: flex;
  min-height: 350px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(2rem, 4vw, 3.35rem);
  isolation: isolate;
}
.at-about-services-grid .at-service-panel:first-child {
  background: radial-gradient(circle at 90% 8%, rgba(46, 184, 184, 0.25), transparent 34%), linear-gradient(145deg, #04364c, #075b64);
}
.at-about-services-grid .at-service-panel--luggage {
  background: radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.16), transparent 33%), linear-gradient(145deg, #713044, #943b4a);
}
.at-service-panel h2,
.at-service-panel h3 {
  max-width: 540px;
  margin: 0.65rem 0 1rem;
  color: #fff;
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  line-height: 1.12;
}
.at-about-services-grid .at-service-panel p {
  margin: 0 0 1.7rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.75;
}
.at-about-services-grid .at-service-panel .at-button { margin-top: auto; }
.at-service-panel__index {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.at-page-loader {
  position: fixed;
  z-index: 999999;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  background: #fff;
  transition: opacity 260ms ease, visibility 260ms ease;
}
.at-page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.at-page-loader__content {
  display: grid;
  width: min(250px, 58vw);
  justify-items: center;
  gap: 1.25rem;
}
.at-page-loader__content img {
  width: min(220px, 52vw);
  height: auto;
}
.at-page-loader__track {
  width: 100%;
  height: 4px;
  overflow: hidden;
  background: #deebec;
  border-radius: 999px;
}
.at-page-loader__track span {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, #075b64, #0b9ca0, #ef4d43);
  border-radius: inherit;
  animation: at-page-loader-progress 1.05s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.at-page-loader.is-completing .at-page-loader__track span {
  width: 100%;
  animation: none;
  transform: none;
  transition: width 180ms ease;
}
@keyframes at-page-loader-progress {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(240%); }
}

.at-reveal { will-change: opacity, transform; }
.at-reveal.is-visible { will-change: auto; }

@media (max-width: 680px) {
  .at-about-services-grid .at-service-panel { min-height: 320px; }
}

@media (prefers-reduced-motion: reduce) {
  .at-page-loader { transition-duration: 0.01ms; }
  .at-page-loader__track span { width: 100%; animation: none; transform: none; }
}

/* Mobile service shortcuts and consistent About CTAs. */
.at-mobile-service-actions { display: none; }

.at-about-services-grid .at-about-service-cta {
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.at-about-services-grid .at-about-service-cta--recovery {
  color: #fff;
  background: #ef4d43;
  border-color: #ef4d43;
  box-shadow: 0 0.8rem 1.8rem rgba(239, 77, 67, 0.22);
}
.at-about-services-grid .at-about-service-cta--recovery:hover,
.at-about-services-grid .at-about-service-cta--recovery:focus-visible {
  color: #fff;
  background: #d9433b;
  border-color: #d9433b;
}
.at-about-services-grid .at-about-service-cta--luggage {
  color: #075b64;
  background: #fff;
  border-color: #9ebfc1;
  box-shadow: none;
}
.at-about-services-grid .at-about-service-cta--luggage:hover,
.at-about-services-grid .at-about-service-cta--luggage:focus-visible {
  color: #fff;
  background: #ef4d43;
  border-color: #ef4d43;
}

@media (max-width: 980px) {
  .at-header__inner {
    min-height: 0;
    padding-bottom: 0.65rem;
    grid-template-rows: 76px auto;
  }
  .at-brand { grid-row: 1; }
  .at-header-actions { grid-row: 1; }
  .at-mobile-service-actions {
    display: grid;
    width: 100%;
    grid-row: 2;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }
  .at-mobile-service-actions a {
    display: flex;
    min-height: 44px;
    padding: 0.65rem 0.75rem;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
  }
  .at-mobile-service-actions__recovery {
    color: #fff;
    background: #ef4d43;
    border-color: #ef4d43 !important;
    box-shadow: 0 0.55rem 1.25rem rgba(239, 77, 67, 0.18);
  }
  .at-mobile-service-actions__luggage {
    color: #075b64;
    background: #fff;
    border-color: #9ebfc1 !important;
  }
  .at-mobile-service-actions a:focus-visible {
    outline: 3px solid rgba(7, 91, 100, 0.28);
    outline-offset: 2px;
  }
  .at-nav { top: 100%; }
}

@media (max-width: 680px) {
  .at-language-menu { top: 132px; }
}

@media (max-width: 390px) {
  .at-mobile-service-actions a { padding-inline: 0.45rem; font-size: 0.7rem; }
}


/* Native WordPress editor content. */
.at-editor-content{max-width:1180px;margin:0 auto;padding:clamp(2.5rem,6vw,5rem) 1.25rem}
.at-editor-content>:first-child{margin-top:0}
.at-editor-content>:last-child{margin-bottom:0}
.at-editor-content .wp-block-button__link{border-radius:999px}
.at-editor-content img{max-width:100%;height:auto}


/* 3.8.16 — public contact cleanup, approved reviews, luggage limit */
.atm-email { min-height: 48px; display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.75rem 1.2rem; background: #fff; border: 1px solid #06344b; border-radius: 0.5rem; color: #06344b; font-size: 0.8rem; font-weight: 800; text-decoration: none; }
.atm-email:hover { color: #06344b; }
.atm-review-feed--scroll { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 1fr); grid-template-columns: none; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; padding-bottom: 0.55rem; scrollbar-width: thin; }
.atm-review-feed--scroll .atm-review { scroll-snap-align: start; min-width: 0; }
.atm-review__product { display: block; margin-top: 0.65rem; color: #60777f; font-size: 0.66rem; font-weight: 700; }
.atm-google-reviews { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding: 1rem 1.1rem; background: rgba(255,255,255,.9); border: 1px solid rgba(7,91,100,.13); border-radius: .9rem; }
.atm-google-reviews > div { display: grid; gap: .15rem; }
.atm-google-reviews strong { color: #17333d; font-size: .95rem; }
.atm-google-reviews span { color: #5a6d70; font-size: .78rem; }
.at-luggage-limit-note { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .65rem; margin: 1rem 0 .65rem; padding: .8rem 1rem; background: #fff7ec; border: 1px solid #f3cf9f; border-radius: .75rem; color: #6b4a20; font-size: .82rem; }
.at-luggage-limit-note a { font-weight: 800; }
@media (max-width: 680px) {
  .atm-email { justify-content: center; }
  .atm-google-reviews { align-items: stretch; flex-direction: column; }
  .atm-google-reviews .at-button { width: 100%; justify-content: center; }
  .atm-review-feed--scroll { grid-auto-columns: minmax(82vw, 1fr); }
}
