/* ============================================================
   Lavanderia Mary — Direzione A · "Atelier"
   Editorial luxe, light. Relies on ../colors_and_type.css tokens.
   Class prefix: a-
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  background: var(--bianco);
  color: var(--fg1);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--acqua-200); }

/* ---------- shared atoms ---------- */
.a-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: var(--fs-eyebrow); font-weight: 600;
  letter-spacing: var(--tracking-eyebrow); text-transform: uppercase;
  color: var(--accent-cool-ink); margin: 0;
}
.a-eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--accent); }
.a-eyebrow.brass { color: var(--accent-ink); }

.a-icon svg { display: block; stroke-width: 1.5; }

.a-photo {
  position: relative; width: 100%;
  background:
    radial-gradient(120% 90% at 70% 10%, var(--acqua-050), transparent 60%),
    linear-gradient(150deg, var(--avorio-050) 0%, var(--acqua-100) 100%);
  border: 1px solid var(--line-300); overflow: hidden;
  display: grid; place-items: center;
}
.a-photo::after {
  content: ""; position: absolute; inset: 12px;
  border: 1px solid var(--ottone-400); opacity: .35; pointer-events: none;
}
.a-photo-inner {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: var(--accent-cool-ink); text-align: center; padding: 24px; z-index: 1;
}
.a-photo-inner .a-icon { opacity: .6; }
.a-photo-label { font-size: 14px; max-width: 24ch; color: var(--fg2); }
.a-photo-note { font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--fg3); }
.a-photo-img { background: var(--avorio-050); }
.a-photo-img picture { grid-area: 1 / 1; display: block; width: 100%; height: 100%; }
.a-photo-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* buttons */
.a-btn {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font-family: var(--font-body); font-size: 15px; font-weight: 600; letter-spacing: .015em;
  padding: 14px 26px; border-radius: var(--radius-sm); border: 1px solid transparent;
  transition: background var(--dur) var(--ease-soft), color var(--dur) var(--ease-soft),
              transform var(--dur) var(--ease-soft), box-shadow var(--dur) var(--ease-soft),
              border-color var(--dur) var(--ease-soft);
  white-space: nowrap;
}
.a-btn-solid { background: var(--acqua-600); color: #fff; }
.a-btn-solid:hover { background: var(--acqua-700); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.a-btn-ghost { background: transparent; color: var(--ink-900); border-color: var(--line-300); }
.a-btn-ghost:hover { border-color: var(--accent); background: var(--ottone-050); }
.a-btn-block { width: 100%; justify-content: center; }
.a-btn:active { transform: translateY(1px); }

/* ---------- top utility bar ---------- */
.a-topbar { background: var(--acqua-600); border-bottom: 1px solid var(--acqua-700); font-size: 12.5px; color: rgba(255,255,255,.9); }
.a-topbar-in { max-width: var(--maxw); margin: 0 auto; padding: 8px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.a-topbar .grp { display: inline-flex; align-items: center; gap: 22px; }
.a-topbar a, .a-topbar span > span, .a-topbar .grp > span { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.92); font-weight: 500; transition: color var(--dur); }
.a-topbar a:hover { color: #fff; }
.a-topbar .a-icon { color: rgba(255,255,255,.82); }

/* ---------- header ---------- */
.a-header {
  position: sticky; top: 0; z-index: 60; background: var(--bianco);
  border-bottom: 1px solid var(--line-200);
  transition: box-shadow var(--dur) var(--ease-soft), background var(--dur) var(--ease-soft);
}
.a-header.scrolled { background: rgba(255,255,255,.86); backdrop-filter: blur(12px); box-shadow: var(--shadow-sm); }
.a-header-in {
  max-width: var(--maxw); margin: 0 auto; padding: 16px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.a-lockup { display: inline-flex; align-items: center; gap: 13px; }
.a-dress { height: 46px; width: auto; display: block; }
.a-mono {
  width: 42px; height: 42px; min-width: 42px; border: 1.5px solid var(--brand);
  border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 600; font-size: 21px; color: var(--brand);
}
.a-wm { line-height: 1; }
.a-wm .scr { display: block; font-family: var(--font-script); font-size: 29px; color: var(--acqua-600); }
.a-wm small { display: block; font-size: 9px; letter-spacing: .34em; text-transform: uppercase; color: var(--accent-cool-ink); font-weight: 700; margin-top: 3px; }
.a-nav { display: flex; gap: 30px; }
.a-nav a { font-size: 14.5px; color: var(--fg2); position: relative; padding: 4px 0; transition: color var(--dur) var(--ease-soft); }
.a-nav a:hover { color: var(--fg1); }
.a-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1.5px; width: 0; background: var(--acqua-500); transition: width var(--dur) var(--ease-soft); }
.a-nav a:hover::after { width: 100%; }
.a-header-right { display: flex; align-items: center; gap: 18px; }
.a-lang { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--fg3); }
.a-lang button { background: none; border: none; cursor: pointer; font: inherit; color: var(--fg3); padding: 2px; transition: color var(--dur); }
.a-lang button.on { color: var(--acqua-700); font-weight: 800; }
.a-lang .sep { opacity: .5; }
.a-burger { display: none; background: none; border: none; cursor: pointer; color: var(--fg1); }
.a-mobile { display: none; }

/* ---------- hero ---------- */
.a-hero { position: relative; background: linear-gradient(180deg, var(--acqua-100) 0%, var(--acqua-050) 40%, var(--bianco) 80%); overflow: hidden; }
/* ambient soap bubbles drifting up behind the hero content (continuous loop) */
.a-hero-bubbles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.a-hero-bubble {
  position: absolute; bottom: -40px; border-radius: 50%; opacity: 0;
  background: radial-gradient(circle at 33% 27%, rgba(255,255,255,.97) 0%, rgba(255,255,255,.45) 32%, rgba(146,200,224,.5) 64%, rgba(62,137,174,.42) 100%);
  box-shadow: inset 0 2px 7px rgba(255,255,255,.85), inset -2px -3px 7px rgba(46,90,120,.22), 0 0 0 1px rgba(62,137,174,.30), 0 3px 10px rgba(46,20,40,.05);
  animation: a-hero-bubble-rise var(--bd, 12s) linear infinite;
  animation-delay: var(--bdl, 0s);
  will-change: transform, opacity;
}
@keyframes a-hero-bubble-rise {
  0%   { transform: translateY(0) scale(.5); opacity: 0; }
  9%   { opacity: .72; }
  55%  { opacity: .62; }
  90%  { opacity: .32; }
  100% { transform: translateY(-100vh) scale(1.06); opacity: 0; }
}
.a-hero-bubble:nth-child(1)  { left: 6%;  width: 24px; height: 24px; --bd: 13s;   --bdl: 0s; }
.a-hero-bubble:nth-child(2)  { left: 14%; width: 14px; height: 14px; --bd: 9.5s;  --bdl: 4s; }
.a-hero-bubble:nth-child(3)  { left: 22%; width: 33px; height: 33px; --bd: 16s;   --bdl: 2s; }
.a-hero-bubble:nth-child(4)  { left: 30%; width: 18px; height: 18px; --bd: 11s;   --bdl: 6s; }
.a-hero-bubble:nth-child(5)  { left: 38%; width: 12px; height: 12px; --bd: 8.5s;  --bdl: 1s; }
.a-hero-bubble:nth-child(6)  { left: 46%; width: 27px; height: 27px; --bd: 14s;   --bdl: 8s; }
.a-hero-bubble:nth-child(7)  { left: 54%; width: 16px; height: 16px; --bd: 10.5s; --bdl: 3.5s; }
.a-hero-bubble:nth-child(8)  { left: 62%; width: 21px; height: 21px; --bd: 12.5s; --bdl: 5.5s; }
.a-hero-bubble:nth-child(9)  { left: 70%; width: 13px; height: 13px; --bd: 9s;    --bdl: 7s; }
.a-hero-bubble:nth-child(10) { left: 78%; width: 30px; height: 30px; --bd: 15s;   --bdl: 1.5s; }
.a-hero-bubble:nth-child(11) { left: 86%; width: 18px; height: 18px; --bd: 11.5s; --bdl: 9s; }
.a-hero-bubble:nth-child(12) { left: 92%; width: 23px; height: 23px; --bd: 13.5s; --bdl: 10.5s; }
.a-hero-bubble:nth-child(13) { left: 34%; width: 11px; height: 11px; --bd: 8s;    --bdl: 6.5s; }
.a-hero-bubble:nth-child(14) { left: 50%; width: 19px; height: 19px; --bd: 12s;   --bdl: 11.5s; }
@media (prefers-reduced-motion: reduce) { .a-hero-bubble { animation: none; opacity: 0; } }
.a-hero-grid {
  position: relative; z-index: 1;
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(16px,2.4vw,32px) var(--gutter) clamp(24px,3.4vw,40px);
  display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(32px,5vw,72px); align-items: center;
  /* leave room for header/topbar + the marquee strip (~197px total) so the
     hero and the marquee both sit within the first fold */
  min-height: calc(100svh - 200px);
}
.a-hero-title {
  font-family: var(--font-display); font-weight: 500; font-size: clamp(2.5rem, 4.7vw, 4.4rem);
  line-height: 1.04; letter-spacing: -.016em; color: var(--fg1); margin: 10px 0 0;
}
.a-hero-title em { font-style: italic; color: var(--acqua-700); }
.a-hero-lead { font-size: var(--fs-lead); line-height: 1.5; color: var(--fg2); max-width: 44ch; margin: 16px 0 0; }
.a-hero-points { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.a-hero-points li { display: flex; align-items: center; gap: 12px; font-size: 15.5px; font-weight: 600; color: var(--ink-700); }
.a-hero-points li .a-icon { color: var(--acqua-600); flex: 0 0 auto; }
.a-hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.a-hero-stats { display: flex; gap: clamp(24px,4vw,52px); margin-top: clamp(20px,2.4vw,30px); padding-top: 20px; border-top: 1px solid var(--line-300); }
.a-stat .n { display: block; font-family: var(--font-display); font-size: 42px; font-weight: 600; color: var(--acqua-700); line-height: 1; }
.a-star { font-size: 0.46em; vertical-align: 0.34em; margin-left: 2px; color: var(--ottone-500); }
.a-stat .l { display: block; font-size: 13px; color: var(--fg2); margin-top: 8px; max-width: 14ch; }
.a-hero-media { position: relative; }
.a-hero-media .a-photo { aspect-ratio: 4 / 5; border-radius: var(--radius-md); }
.a-hero-badge {
  position: absolute; left: -20px; bottom: 34px; background: var(--bianco);
  border: 1px solid var(--line-300); box-shadow: var(--shadow-md); border-radius: var(--radius-pill);
  padding: 12px 20px; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; color: var(--fg1);
}
.a-hero-badge .a-icon { color: var(--acqua-600); }
.a-hero-seal {
  position: absolute; top: -18px; right: -18px; width: 96px; height: 96px; border-radius: 50%;
  background: var(--acqua-600); color: #fff; display: grid; place-items: center; text-align: center;
  font-family: var(--font-display); transform: rotate(6deg);
  border: 3px solid #fff;
  box-shadow: var(--shadow-md);
}
.a-hero-seal .b { font-size: 24px; font-weight: 600; line-height: .9; }
.a-hero-seal .s { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; margin-top: 3px; font-family: var(--font-body); }

/* ---------- marquee ---------- */
.a-marquee { background: var(--acqua-100); border-top: 1px solid var(--acqua-200); border-bottom: 1px solid var(--acqua-200); overflow: hidden; padding: 16px 0; }
.a-marquee-track { display: flex; gap: 0; width: max-content; animation: a-scroll 80s linear infinite; }
.a-marquee-item { display: inline-flex; align-items: center; gap: 18px; margin-right: 54px; font-family: var(--font-display); font-style: italic; font-size: 23px; color: var(--acqua-800); white-space: nowrap; }
.a-marquee-item .dot { width: 5px; height: 5px; background: var(--accent); transform: rotate(45deg); }
@keyframes a-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- generic section ---------- */
.a-section { max-width: var(--maxw); margin: 0 auto; padding: var(--section-pad) var(--gutter); }
/* full-bleed clean-blue band behind a centered .a-section (no horizontal scroll) */
.a-band-blue { position: relative; background: var(--acqua-050); box-shadow: 0 0 0 100vmax var(--acqua-050); clip-path: inset(0 -100vmax); }
.a-head { max-width: 660px; display: flex; flex-direction: column; gap: 16px; margin: 0 0 clamp(40px,5vw,64px); }
.a-head.center { text-align: center; align-items: center; margin-left: auto; margin-right: auto; }
.a-head h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--fs-h2); line-height: 1.1; margin: 0; color: var(--fg1); }
.a-head p { font-size: var(--fs-lead); line-height: 1.55; color: var(--fg2); margin: 0; }

/* ---------- hotels (specialty, soft blue feature) ---------- */
.a-hotels { background: linear-gradient(180deg, var(--bianco) 0%, var(--acqua-100) 100%); border-top: 1px solid var(--line-200); border-bottom: 1px solid var(--acqua-200); }
.a-hotels-grid { max-width: var(--maxw); margin: 0 auto; padding: var(--section-pad) var(--gutter); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px,5vw,80px); align-items: center; }
.a-hotels-copy h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--fs-h2); line-height: 1.1; color: var(--fg1); margin: 18px 0 0; }
.a-hotels-lead { font-size: var(--fs-lead); line-height: 1.6; color: var(--fg2); max-width: 50ch; margin: 18px 0 36px; }
.a-hpoints { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 36px; margin-bottom: 40px; }
.a-hpoint { display: flex; gap: 15px; }
.a-hpoint-ic { display: inline-flex; color: var(--acqua-700); margin-top: 3px; }
.a-hpoint h4 { font-family: var(--font-body); font-weight: 700; font-size: 16px; margin: 0 0 6px; color: var(--fg1); }
.a-hpoint p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--fg2); }
.a-hotels-media { position: relative; }
.a-hotels-media .a-photo { aspect-ratio: 5 / 6; border-radius: var(--radius-md); }

/* ---------- services ---------- */
.a-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.a-service {
  position: relative; background: var(--surface-raised); border: 1px solid var(--line-200);
  border-radius: var(--radius-md); padding: 34px 30px; box-shadow: var(--shadow-xs); overflow: hidden;
  transition: transform var(--dur) var(--ease-soft), box-shadow var(--dur) var(--ease-soft),
              border-color var(--dur) var(--ease-soft), background var(--dur-slow) var(--ease-soft);
}
.a-service::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; z-index: 3; background: linear-gradient(90deg, var(--acqua-500), var(--acqua-400)); transform: scaleX(0); transform-origin: left; transition: transform var(--dur-slow) var(--ease-out); }
.a-service:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--acqua-200); background: linear-gradient(180deg, var(--bianco) 0%, var(--acqua-050) 100%); }
.a-service:hover::before { transform: scaleX(1); }
/* keep content above the bubble layer */
.a-service > :not(.a-bubbles) { position: relative; z-index: 2; }
.a-service-ic { display: inline-flex; color: var(--acqua-600); margin-bottom: 20px; transition: transform var(--dur) var(--ease-soft), color var(--dur) var(--ease-soft); }
.a-service:hover .a-service-ic { transform: translateY(-3px) scale(1.08); color: var(--acqua-700); }
.a-service h3 { font-family: var(--font-display); font-weight: 600; font-size: 24px; margin: 0 0 10px; color: var(--fg1); }
.a-service p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--fg2); }

/* soap bubbles rising on hover (cleanliness / freshness cue) */
.a-bubbles { position: absolute; inset: 0; z-index: 1; overflow: hidden; border-radius: inherit; pointer-events: none; }
.a-bubble {
  position: absolute; bottom: -26px; border-radius: 50%; opacity: 0;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.95) 0%, rgba(194,224,236,.6) 55%, rgba(78,157,196,.32) 100%);
  box-shadow: inset 0 1px 5px rgba(255,255,255,.85), 0 0 0 1px rgba(124,187,216,.28), 0 1px 6px rgba(78,157,196,.22);
}
.a-service:hover .a-bubble { animation: a-bubble-rise var(--bd, 4.4s) var(--ease-soft) infinite; }
.a-bubble:nth-child(1) { left: 12%; width: 14px; height: 14px; --bd: 4.2s; animation-delay: 0s; }
.a-bubble:nth-child(2) { left: 27%; width: 9px;  height: 9px;  --bd: 3.4s; animation-delay: .7s; }
.a-bubble:nth-child(3) { left: 45%; width: 19px; height: 19px; --bd: 5.4s; animation-delay: 1.2s; }
.a-bubble:nth-child(4) { left: 62%; width: 11px; height: 11px; --bd: 4.6s; animation-delay: .3s; }
.a-bubble:nth-child(5) { left: 77%; width: 16px; height: 16px; --bd: 3.9s; animation-delay: 1.6s; }
.a-bubble:nth-child(6) { left: 89%; width: 8px;  height: 8px;  --bd: 3.6s; animation-delay: 1s; }
@keyframes a-bubble-rise {
  0%   { transform: translateY(0) scale(.5);   opacity: 0; }
  12%  { opacity: .9; }
  70%  { opacity: .6; }
  100% { transform: translateY(-300px) scale(1.05); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .a-service:hover .a-bubble { animation: none; }
}

/* ---------- pickup ---------- */
.a-pickup { background: linear-gradient(180deg, var(--acqua-050) 0%, var(--bianco) 100%); border-top: 1px solid var(--acqua-100); }
.a-pickup-grid { max-width: var(--maxw); margin: 0 auto; padding: var(--section-pad) var(--gutter); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px,5vw,72px); align-items: start; }
.a-pickup-copy h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--fs-h2); line-height: 1.1; color: var(--fg1); margin: 18px 0 18px; }
.a-pickup-copy p { font-size: var(--fs-lead); line-height: 1.6; color: var(--fg2); margin: 0 0 28px; max-width: 42ch; }
.a-pickup-aside { display: flex; gap: 13px; align-items: flex-start; padding: 20px 22px; background: var(--acqua-050); border: 1px solid var(--acqua-200); border-radius: var(--radius-md); }
.a-pickup-aside .a-icon { color: var(--acqua-700); flex: 0 0 auto; margin-top: 2px; }
.a-pickup-aside p { font-size: 14.5px; line-height: 1.55; color: var(--ink-700); margin: 0; max-width: none; }
.a-form { background: var(--surface-raised); border: 1px solid var(--line-300); border-radius: var(--radius-lg); padding: clamp(26px,3vw,40px); box-shadow: var(--shadow-sm); }
.a-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 22px; }
.a-field { display: flex; flex-direction: column; gap: 8px; }
.a-field.full { grid-column: 1 / -1; }
.a-field label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-cool-ink); font-weight: 700; }
.a-field input, .a-field select, .a-field textarea {
  font-family: var(--font-body); font-size: 15px; color: var(--fg1); background: var(--bianco);
  border: 1px solid var(--line-300); border-radius: var(--radius-sm); padding: 12px 14px; width: 100%;
  transition: border-color var(--dur), box-shadow var(--dur);
}
.a-field textarea { resize: vertical; min-height: 92px; line-height: 1.5; }
.a-field input:focus, .a-field select:focus, .a-field textarea:focus { outline: none; border-color: var(--acqua-500); box-shadow: 0 0 0 3px var(--acqua-100); }
.a-seg { display: flex; flex-wrap: wrap; gap: 8px; }
.a-seg button {
  font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; padding: 9px 16px;
  border: 1px solid var(--line-300); background: var(--bianco); color: var(--fg2); border-radius: var(--radius-pill);
  transition: all var(--dur) var(--ease-soft);
}
.a-seg button:hover { border-color: var(--acqua-400); color: var(--fg1); }
.a-seg button.on { background: var(--acqua-600); border-color: var(--acqua-600); color: #fff; }
.a-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 6px; flex-wrap: wrap; }
.a-form-note { font-size: 13px; color: var(--fg3); display: inline-flex; align-items: center; gap: 8px; }
.a-form-note .a-icon { color: var(--acqua-600); }
.a-form-success { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; padding: clamp(40px,6vw,72px) 24px; }
.a-form-success .ring { width: 64px; height: 64px; border-radius: 50%; border: 1.5px solid var(--acqua-500); display: grid; place-items: center; color: var(--acqua-700); background: var(--acqua-050); }
.a-form-success h3 { font-family: var(--font-display); font-weight: 600; font-size: 26px; margin: 0; color: var(--fg1); }
.a-form-success p { font-size: 16px; color: var(--fg2); margin: 0; max-width: 38ch; line-height: 1.55; }
.a-form-success-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 4px; }

/* ---------- about ---------- */
.a-about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(32px,5vw,80px); align-items: center; }
.a-about-media .a-photo { aspect-ratio: 4 / 5; border-radius: var(--radius-md); }
.a-about-copy h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--fs-h2); line-height: 1.1; margin: 16px 0 20px; color: var(--fg1); }
.a-about-copy p { font-size: var(--fs-lead); line-height: 1.62; color: var(--fg2); margin: 0; }
.a-about-sign { font-family: var(--font-script); font-size: 32px; color: var(--acqua-700); margin: 18px 0 0; line-height: 1.1; }
.a-about-stats { display: flex; gap: clamp(28px,4vw,52px); margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line-300); }
.a-about-stat .n { display: block; font-family: var(--font-display); font-size: 42px; font-weight: 600; color: var(--acqua-700); line-height: 1; }
.a-about-stat .l { display: block; font-size: 13px; letter-spacing: .04em; color: var(--fg2); margin-top: 8px; }

/* ---------- hours ---------- */
.a-hours { background: linear-gradient(180deg, var(--acqua-100) 0%, var(--bianco) 100%); border-top: 1px solid var(--acqua-200); border-bottom: 1px solid var(--line-200); }
.a-hours-in { max-width: 840px; margin: 0 auto; padding: var(--section-pad) var(--gutter); }
.a-hours-head { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; margin-bottom: 44px; }
.a-hours-head h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--fs-h2); color: var(--fg1); margin: 0; }
.a-hours-row { display: flex; align-items: baseline; gap: 16px; padding: 20px 4px; border-bottom: 1px solid var(--line-300); }
.a-hours-row .d { font-family: var(--font-display); font-size: 24px; color: var(--fg1); }
.a-hours-row .dots { flex: 1; border-bottom: 1px dotted var(--line-300); transform: translateY(-6px); }
.a-hours-row .h { color: var(--acqua-700); font-weight: 700; font-size: 18px; }
.a-hours-row.closed .h { color: var(--fg3); font-style: italic; font-weight: 400; }

/* ---------- testimonials ---------- */
.a-testi-proof { display: flex; justify-content: center; margin-bottom: 40px; }
.a-google { display: inline-flex; align-items: center; gap: 14px; padding: 12px 20px; background: var(--bianco); border: 1px solid var(--acqua-200); border-radius: var(--radius-pill); box-shadow: var(--shadow-sm); transition: all var(--dur) var(--ease-soft); }
.a-google:hover { border-color: var(--acqua-500); box-shadow: var(--shadow-md); }
.a-google .stars { color: var(--accent); letter-spacing: 2px; font-size: 16px; }
.a-google .rating { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--fg1); }
.a-google .lbl { font-size: 13px; color: var(--fg2); }
.a-google .cta { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--acqua-700); padding-left: 13px; border-left: 1px solid var(--line-300); }
.a-testi-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
/* sliding auto-carousel (advances one card at a time, looping) */
.a-testi-stage { position: relative; overflow: hidden; padding: 10px; margin: -10px; }
.a-testi-track { display: flex; gap: 20px; align-items: stretch; }
.a-testi-track.is-animating { transition: transform 0.7s var(--ease-soft); }
.a-testi-track .a-testi { margin: 0; }
.a-testi-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.a-testi-dot {
  width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; cursor: pointer;
  background: var(--line-300); transition: background var(--dur) var(--ease-soft), transform var(--dur) var(--ease-soft);
}
.a-testi-dot:hover { background: var(--acqua-400); }
.a-testi-dot.on { background: var(--acqua-600); transform: scale(1.3); }
@media (prefers-reduced-motion: reduce) { .a-testi-track.is-animating { transition: none; } }
.a-testi { flex: 1 1 300px; max-width: 372px; display: flex; flex-direction: column; background: var(--surface-raised); border: 1px solid var(--acqua-200); border-radius: var(--radius-md); padding: 30px 28px; box-shadow: var(--shadow-sm); margin: 0; }
.a-testi .stars { color: var(--accent); letter-spacing: 3px; font-size: 15px; }
.a-testi blockquote { font-family: var(--font-display); font-style: italic; font-size: 20px; line-height: 1.42; color: var(--fg1); margin: 16px 0 20px; flex: 1; }
.a-testi figcaption { display: flex; flex-direction: column; gap: 4px; padding-top: 16px; border-top: 1px solid var(--line-200); }
.a-testi .nm { font-size: 14px; font-weight: 700; color: var(--fg1); }
.a-testi .mt { font-size: 12px; color: var(--acqua-700); }
.a-testi-cta { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; margin-top: clamp(36px,4vw,52px); }
.a-testi-cta p { font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--fg1); margin: 0; max-width: 30ch; }

/* ---------- faq ---------- */
.a-faq { max-width: 860px; }
.a-faq-item { border-bottom: 1px solid var(--acqua-200); }
.a-faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: none; border: none; cursor: pointer; font-family: var(--font-display); font-size: 23px; font-weight: 600; color: var(--fg1); text-align: left; padding: 26px 0; }
.a-faq-q .a-icon { color: var(--acqua-600); flex: 0 0 auto; transition: transform var(--dur) var(--ease-soft); }
.a-faq-item.open .a-faq-q .a-icon { transform: rotate(45deg); }
.a-faq-a { overflow: hidden; max-height: 0; transition: max-height var(--dur-slow) var(--ease-out); }
.a-faq-item.open .a-faq-a { max-height: 260px; }
.a-faq-a > div { padding-bottom: 26px; }
.a-faq-a p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--fg2); max-width: 64ch; }

/* ---------- contact ---------- */
.a-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,64px); align-items: stretch; }
.a-contact-copy h2 { font-family: var(--font-display); font-weight: 500; font-size: var(--fs-h2); margin: 16px 0 34px; color: var(--fg1); }
.a-contact-rows { display: flex; flex-direction: column; gap: 22px; margin-bottom: 36px; }
.a-contact-row { display: flex; gap: 16px; align-items: flex-start; }
.a-contact-ic { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid var(--acqua-200); background: var(--acqua-100); border-radius: 50%; color: var(--acqua-700); }
.a-contact-l { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--fg3); margin-bottom: 5px; }
.a-contact-v { display: block; font-size: 17px; color: var(--fg1); line-height: 1.4; white-space: pre-line; }
.a-contact-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.a-contact-map .a-photo { aspect-ratio: 4 / 3; border-radius: var(--radius-md); }
.a-contact-map { position: relative; display: flex; }
.a-contact-map .a-map { width: 100%; height: 100%; min-height: 360px; border: 1px solid var(--line-300); border-radius: var(--radius-md); display: block; }
.a-map-tag {
  position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px; background: var(--bianco); border: 1px solid var(--acqua-200); border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm); font-size: 13px; font-weight: 700; color: var(--fg1);
  transition: border-color var(--dur) var(--ease-soft), box-shadow var(--dur) var(--ease-soft), transform var(--dur) var(--ease-soft);
}
.a-map-tag .a-icon { color: var(--acqua-600); }
.a-map-tag:hover { border-color: var(--acqua-500); box-shadow: var(--shadow-md); transform: translateY(-1px); }
.a-contact-closing { margin-top: clamp(48px,7vw,96px); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 26px; padding: clamp(44px,6vw,72px); background: linear-gradient(135deg, var(--acqua-600) 0%, var(--acqua-800) 100%); border: 1px solid var(--acqua-700); border-radius: var(--radius-lg); }
.a-contact-closing h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px,3.6vw,44px); color: #fff; margin: 0; max-width: 20ch; line-height: 1.12; }
.a-contact-closing .a-eyebrow { color: var(--acqua-200); }
.a-contact-closing .a-btn-solid { background: #fff; color: var(--acqua-800); }
.a-contact-closing .a-btn-solid:hover { background: var(--acqua-050); color: var(--acqua-800); box-shadow: var(--shadow-lg); }

/* ---------- footer ---------- */
.a-footer { background: var(--bianco); color: var(--fg2); border-top: 1px solid var(--line-300); }
.a-footer-grid { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px,7vw,88px) var(--gutter) 40px; display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 48px; }
.a-footer-brand p { color: var(--fg2); font-size: 15px; line-height: 1.6; margin: 22px 0; max-width: 44ch; }
.a-footer-social { display: flex; gap: 12px; }
.a-footer-social a { width: 40px; height: 40px; border: 1px solid var(--acqua-200); border-radius: 50%; display: grid; place-items: center; color: var(--acqua-700); transition: all var(--dur) var(--ease-soft); }
.a-footer-social a:hover { background: var(--acqua-600); color: #fff; border-color: var(--acqua-600); transform: translateY(-2px); }
.a-footer-col h5 { font-family: var(--font-body); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-cool-ink); margin: 0 0 16px; font-weight: 700; }
.a-footer-col a, .a-footer-col p { display: block; color: var(--fg2); font-size: 14px; line-height: 1.5; margin: 0 0 10px; transition: color var(--dur); }
.a-footer-col a:hover { color: var(--acqua-700); }
.a-footer-base { max-width: var(--maxw); margin: 0 auto; padding: 22px var(--gutter); border-top: 1px solid var(--line-200); display: flex; align-items: center; justify-content: space-between; gap: 12px 24px; font-size: 13px; color: var(--fg3); flex-wrap: wrap; }
.a-footer-legal { display: inline-flex; align-items: center; gap: 18px; }
.a-footer-legal a, .a-link-btn { color: var(--fg3); font-size: 13px; transition: color var(--dur); }
.a-link-btn { background: none; border: none; padding: 0; cursor: pointer; font: inherit; }
.a-footer-legal a:hover, .a-link-btn:hover { color: var(--acqua-700); }
.a-footer-credit a { color: var(--acqua-700); font-weight: 700; transition: color var(--dur); }
.a-footer-credit a:hover { color: var(--acqua-800); }

/* map consent placeholder */
.a-map-embed { position: relative; flex: 1; min-height: 360px; }
.a-map-placeholder {
  width: 100%; height: 100%; min-height: 360px; border: 1px solid var(--acqua-200); border-radius: var(--radius-md);
  background: linear-gradient(150deg, var(--avorio-050) 0%, var(--acqua-100) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 28px;
}
.a-map-placeholder .a-map-ph-ic { color: var(--acqua-700); }
.a-map-placeholder strong { font-family: var(--font-body); font-weight: 700; color: var(--fg1); font-size: 15px; }
.a-map-placeholder p { margin: 0; font-size: 13.5px; color: var(--fg2); max-width: 36ch; line-height: 1.5; }
.a-map-placeholder .a-btn { margin-top: 4px; }

/* GDPR cookie consent banner */
.a-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: var(--bianco); border-top: 1px solid var(--line-300); box-shadow: 0 -8px 30px rgba(46,20,40,.10); }
.a-consent-in { max-width: var(--maxw); margin: 0 auto; padding: 16px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 16px 24px; flex-wrap: wrap; }
.a-consent-text { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: 13.5px; color: var(--fg2); line-height: 1.55; max-width: 72ch; }
.a-consent-text .a-icon { color: var(--acqua-600); flex: 0 0 auto; margin-top: 1px; }
.a-consent-text a { color: var(--acqua-700); font-weight: 700; text-decoration: underline; }
.a-consent-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.a-consent-actions .a-btn { padding: 11px 24px; }

/* ---------- reveal-on-scroll ---------- */
.a-reveal { opacity: 0; transform: translateY(18px); transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
.a-reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .a-topbar { display: none; }
}
@media (max-width: 960px) {
  .a-nav { display: none; }
  .a-burger { display: inline-flex; }
  .a-hero-grid, .a-hotels-grid, .a-about-grid, .a-contact-grid, .a-pickup-grid { grid-template-columns: 1fr; }
  .a-hero-grid { min-height: auto; }
  .a-hero-media { max-width: 440px; }
  .a-services-grid { grid-template-columns: 1fr 1fr; }
  .a-mobile.open { display: flex; flex-direction: column; padding: 8px var(--gutter) 22px; gap: 2px; background: var(--bianco); border-bottom: 1px solid var(--line-300); }
  .a-mobile a { padding: 14px 0; border-bottom: 1px solid var(--line-200); font-size: 16px; color: var(--fg1); }
}
@media (max-width: 620px) {
  .a-services-grid { grid-template-columns: 1fr; }
  .a-hpoints { grid-template-columns: 1fr; }
  .a-form-row { grid-template-columns: 1fr; }
  .a-header-right .a-btn { display: none; }
  /* keep the three stats on a single line, scaled to the device width */
  .a-hero-stats { flex-wrap: nowrap; gap: clamp(10px,3vw,20px); justify-content: space-between; }
  .a-hero-stats .a-stat { flex: 1 1 0; min-width: 0; }
  .a-stat .n { font-size: clamp(26px,8.5vw,38px); }
  .a-stat .l { font-size: 11px; max-width: none; }
  .a-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  /* keep the script wordmark on a single line on small screens */
  .a-wm .scr { font-size: 23px; white-space: nowrap; }
  .a-wm small { font-size: 8.5px; letter-spacing: .3em; }
  .a-dress { height: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  .a-marquee-track { animation: none; }
  .a-reveal { opacity: 1; transform: none; transition: none; }
}
