:root {
  --ink: #17231f;
  --muted: #66736d;
  --green: #155d49;
  --green-dark: #0d4637;
  --green-pale: #eaf5ef;
  --lime: #d9f26a;
  --cream: #f5f4ee;
  --paper: #fff;
  --line: #dbe1dc;
  --gold: #c88b21;
  --shadow: 0 24px 70px rgba(23, 55, 44, 0.11);
  --soft-shadow: 0 15px 40px rgba(23, 55, 44, 0.07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: 'DM Sans', system-ui, sans-serif; line-height: 1.55; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--green); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.service-bar { color: #edf8f2; background: var(--green-dark); font-size: 13px; }
.service-bar__inner { width: 100%; max-width: 1180px; min-height: 36px; margin-inline: auto; display: flex; justify-content: center; align-items: center; text-align: center; }
.service-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217, 242, 106, .12); }
.service-message { position: relative; display: grid; width: 100%; min-height: 36px; align-items: center; text-align: center; }
.service-message__item { grid-area: 1 / 1; display: flex; align-items: center; justify-content: center; gap: 9px; padding-inline: 8px; opacity: 0; transform: translateY(5px); transition: opacity .65s ease, transform .65s ease; white-space: nowrap; }
.service-message__item.is-active { opacity: 1; transform: translateY(0); }

.site-header { position: sticky; z-index: 90; top: 0; border-bottom: 1px solid rgba(219, 225, 220, .8); background: rgba(255, 255, 255, .9); backdrop-filter: blur(18px); }
.nav-shell { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 25px/1 'Manrope', sans-serif; letter-spacing: -1.5px; }
.brand__mark { width: 34px; height: 34px; position: relative; display: grid; place-items: center; }
.brand__mark::before, .brand__mark::after, .brand__mark i:first-child { content: ''; position: absolute; width: 25px; height: 8px; border-radius: 6px; background: var(--green); }
.brand__mark::before { transform: translateY(-8px) rotate(-8deg); }
.brand__mark::after { transform: translateY(8px) rotate(8deg); }
.brand__mark i:first-child { transform: rotate(2deg); }
.brand__mark i:last-child { position: relative; z-index: 1; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 28px; color: #53605b; font-size: 14px; font-weight: 700; }
.site-nav a { position: relative; }
.site-nav a::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--green); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after { transform: scaleX(1); }
.lang-switcher { display: flex; align-items: center; gap: 7px; margin-left: 6px; padding-left: 20px; border-left: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--muted); }
.lang-switcher a:hover { color: var(--green); }
.lang-switcher a[aria-current="page"] { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom .lang-switcher { margin-left: 0; padding-left: 0; border-left: none; color: inherit; }
.footer-bottom .lang-switcher a:hover, .footer-bottom .lang-switcher a[aria-current="page"] { color: var(--lime); text-decoration: none; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); }

.button { min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 43px; padding-inline: 18px; }
.button--primary { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(21, 93, 73, .18); }
.button--primary:hover { background: var(--green-dark); box-shadow: 0 17px 32px rgba(21, 93, 73, .24); }
.button--quiet { border-color: var(--line); background: rgba(255,255,255,.75); }
.button--quiet:hover { background: white; }
.button--outline { border-color: var(--green); color: var(--green); background: white; }
.button--whatsapp { color: #105b36; background: #dcf7e8; }
.button--lime { color: var(--green-dark); background: var(--lime); }
.text-link { color: var(--green); font-weight: 800; }

.hero { position: relative; overflow: hidden; min-height: 720px; display: grid; align-items: center; background: radial-gradient(circle at 9% 12%, rgba(217,242,106,.3), transparent 25rem), linear-gradient(135deg, #f9faf6 0%, #edf4ee 100%); }
.hero::before { content: ''; position: absolute; width: 500px; height: 500px; right: -220px; bottom: -260px; border: 1px solid rgba(21,93,73,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(21,93,73,.025), 0 0 0 140px rgba(21,93,73,.02); }
.hero__grid { min-width: 0; padding: 86px 0 100px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(410px, .98fr); gap: 72px; align-items: center; }
.hero__copy { min-width: 0; }
.kicker, .eyebrow { color: var(--green); font: 800 11px/1.2 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.kicker { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid #c8ded2; border-radius: 999px; background: rgba(255,255,255,.65); }
.kicker span { color: var(--lime); text-shadow: 0 0 0 var(--green); }
.hero h1 { max-width: 720px; margin: 24px 0 25px; font: 800 clamp(44px, 5.4vw, 72px)/1.05 'Manrope', sans-serif; letter-spacing: -.065em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero__copy > p { max-width: 650px; margin: 0 0 30px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-list { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 16px; color: #53605b; font-size: 13px; font-weight: 700; }
.trust-list span { display: flex; align-items: center; gap: 7px; }
.trust-list i { width: 20px; height: 20px; display: grid; place-items: center; color: var(--green); background: white; border: 1px solid #cfe0d6; border-radius: 50%; font-size: 11px; font-style: normal; }

.hero__visual { position: relative; padding: 12px 0 28px; }
.venice-hero-card { position: relative; min-height: 500px; overflow: hidden; isolation: isolate; border: 8px solid white; border-radius: 28px; color: white; background: #254f53; box-shadow: var(--shadow); }
.venice-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.venice-hero-card::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(9, 43, 39, .45), transparent 34%, rgba(6, 42, 37, .34)); pointer-events: none; }
.venice-hero-card__top { position: absolute; z-index: 5; top: 0; right: 0; left: 0; padding: 18px 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.88); font: 800 9px/1.2 'Manrope', sans-serif; letter-spacing: .13em; text-transform: uppercase; background: linear-gradient(180deg, rgba(10,35,35,.43), transparent); }
.venice-sky { position: absolute; inset: 0 0 43%; background: radial-gradient(circle at 77% 25%, #f8e5a5 0 7%, transparent 7.4%), linear-gradient(180deg, #87b9c6 0%, #bad4d1 64%, #dae0cb 100%); }
.venice-sky::after { content: ''; position: absolute; inset: 0; opacity: .4; background: linear-gradient(100deg, rgba(255,255,255,.5), transparent 35%); }
.venice-palazzi { position: absolute; z-index: 2; right: 0; bottom: 35%; left: 0; height: 42%; display: flex; align-items: end; }
.palazzo { position: relative; display: block; flex: 1; min-width: 16%; height: 78%; border-right: 3px solid rgba(74,52,42,.25); background: #c67555; box-shadow: inset 0 8px 0 rgba(255,255,255,.12); }
.palazzo::before { content: ''; position: absolute; inset: 18px 12% 0; background: repeating-linear-gradient(90deg, rgba(36,72,75,.77) 0 11%, transparent 11% 31%), repeating-linear-gradient(0deg, transparent 0 28px, rgba(105,48,37,.36) 28px 32px); }
.palazzo::after { content: ''; position: absolute; top: -27px; left: -6%; width: 112%; height: 31px; background: inherit; clip-path: polygon(0 100%, 8% 12%, 91% 0, 100% 100%); }
.palazzo--one { height: 64%; background: #dcab76; }.palazzo--two { height: 96%; background: #a95642; }.palazzo--three { height: 74%; background: #e0bb80; }.palazzo--four { height: 89%; background: #bd6a4f; }
.venice-canal { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; height: 38%; overflow: hidden; background: linear-gradient(180deg, #2c7e89, #155d68); }
.venice-canal i { position: absolute; right: -15%; left: -15%; height: 70px; border-top: 2px solid rgba(219,244,229,.45); border-radius: 50%; }.venice-canal i:nth-child(1) { top: 22px; transform: rotate(-6deg); }.venice-canal i:nth-child(2) { top: 75px; transform: rotate(4deg); }.venice-canal i:nth-child(3) { top: 130px; transform: rotate(-3deg); }
.gondola { position: absolute; z-index: 3; left: 17%; bottom: 17%; width: 150px; height: 44px; border-radius: 0 0 70% 80%; background: #193536; transform: rotate(-4deg); box-shadow: 0 10px 14px rgba(11,45,48,.25); }.gondola::before { content: ''; position: absolute; top: -11px; right: 16px; width: 105px; height: 18px; border: 4px solid #193536; border-bottom: 0; border-radius: 50% 50% 0 0; }.gondola i { position: absolute; right: 14px; bottom: 19px; width: 4px; height: 86px; background: #193536; transform: rotate(18deg); }
.locker-bay { position: absolute; z-index: 4; right: 8%; bottom: 13%; width: 130px; height: 176px; padding: 17px 9px 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; align-items: end; border: 5px solid #edf0e8; border-radius: 7px 7px 3px 3px; background: #e4e6dc; box-shadow: 0 18px 25px rgba(17,52,54,.28); }.locker-bay::before { content: ''; position: absolute; right: -13px; bottom: -9px; left: -13px; height: 15px; background: #cdd1c6; transform: skewX(-30deg); }.locker-bay__brand { position: absolute; top: 5px; left: 0; width: 100%; color: var(--green); font: 800 9px 'Manrope', sans-serif; letter-spacing: -.06em; text-align: center; }.locker-bay i { height: 112px; border: 1px solid #adb9b2; background: linear-gradient(90deg, #f9fbf7, #d5ddd7); }.locker-bay b { position: absolute; right: 14px; bottom: 19px; color: var(--green); font-size: 10px; }
.hero-location-card { position: absolute; z-index: 6; right: 18px; bottom: 18px; left: 18px; min-height: 72px; padding: 13px 15px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: var(--ink); border: 1px solid rgba(255,255,255,.62); border-radius: 14px; background: rgba(255,255,255,.93); box-shadow: 0 10px 30px rgba(16,58,57,.16); backdrop-filter: blur(10px); }.hero-location-card__pin { width: 38px; height: 38px; display: grid; place-items: center; color: white; border-radius: 10px; background: var(--green); font-size: 22px; }.hero-location-card small, .hero-location-card strong { display: block; }.hero-location-card small { color: var(--muted); font-size: 10px; }.hero-location-card strong { font: 800 14px 'Manrope', sans-serif; }.travel-card__arrow { color: var(--green); font-size: 22px; animation: hero-arrow-float 2.4s ease-in-out infinite; }.hero-location-card:hover .travel-card__arrow, .hero-location-card:focus-visible .travel-card__arrow { animation-play-state: paused; }
@keyframes hero-arrow-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@media (prefers-reduced-motion: reduce) { .travel-card__arrow { animation: none; } }
.hero-availability { position: absolute; z-index: 7; right: -13px; bottom: -2px; padding: 13px 17px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: white; box-shadow: var(--soft-shadow); }.hero-availability__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(217,242,106,.3); }.hero-availability strong, .hero-availability small { display: block; }.hero-availability strong { font: 800 11px 'Manrope', sans-serif; }.hero-availability small { color: var(--muted); font-size: 10px; }

.booking-section { position: relative; padding: 105px 0 120px; background: var(--green-dark); }
.booking-section::before { content: ''; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0); background-size: 26px 26px; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin: 11px 0 14px; font: 800 clamp(36px, 5vw, 56px)/1.02 'Manrope', sans-serif; letter-spacing: -.055em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.section-heading--booking { position: relative; color: white; }
.section-heading--booking .kicker { color: var(--lime); border-color: rgba(217,242,106,.3); background: rgba(255,255,255,.05); }
.section-heading--booking p { color: #c9d8d1; }
.booking-layout { position: relative; display: grid; grid-template-columns: minmax(380px, 550px) minmax(0, 1fr); gap: 68px; align-items: start; }
.widget-host { min-width: 0; padding: 10px; background: #f3f5f1; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.23); }
.widget-host__label { padding: 11px 14px 14px; display: flex; justify-content: space-between; gap: 12px; color: #54605b; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.widget-host__label span { display: flex; align-items: center; gap: 7px; color: var(--green); }
.widget-host__label i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(21,93,73,.12); }
[data-booking-widget] { width: 100%; min-height: 720px; overflow: hidden; border-radius: 16px; background: #f4f6f1; }
.booking-aside { position: sticky; top: 120px; padding-top: 24px; color: white; }
.booking-aside .eyebrow { color: var(--lime); }
.booking-aside h3 { max-width: 520px; margin: 14px 0 16px; font: 800 clamp(35px, 4vw, 52px)/1.04 'Manrope', sans-serif; letter-spacing: -.05em; }
.booking-aside > p { max-width: 560px; color: #bdcec7; font-size: 17px; }
.benefit-list { margin: 36px 0; padding: 0; display: grid; gap: 1px; list-style: none; border-block: 1px solid rgba(255,255,255,.14); }
.benefit-list li { padding: 19px 0; display: grid; grid-template-columns: 45px 1fr; gap: 15px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit-list li:last-child { border: 0; }
.benefit-list li > span { color: var(--lime); font: 800 12px 'Manrope', sans-serif; }
.benefit-list strong, .benefit-list small { display: block; }
.benefit-list strong { margin-bottom: 3px; }
.benefit-list small { color: #aebfb8; font-size: 13px; }
.help-card { padding: 16px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.06); }
.help-card__icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--green-dark); background: var(--lime); border-radius: 50%; font-weight: 800; }
.help-card strong, .help-card small { display: block; }
.help-card small { color: #aebfb8; }
.help-card a { color: var(--lime); font-weight: 800; }

.section { padding: 104px 0; }
.section--cream { background: var(--cream); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 300px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--soft-shadow); }
.step-card::after { content: ''; position: absolute; right: -48px; bottom: -48px; width: 135px; height: 135px; border: 22px solid var(--green-pale); border-radius: 50%; }
.step-card__number { color: #8a9690; font: 800 11px 'Manrope', sans-serif; letter-spacing: .12em; }
.step-card__icon { width: 51px; height: 51px; margin: 35px 0 22px; display: grid; place-items: center; color: var(--green-dark); background: var(--lime); border-radius: 15px; font-size: 21px; font-weight: 800; }
.step-card h3 { margin: 0 0 9px; font: 800 21px 'Manrope', sans-serif; letter-spacing: -.025em; }
.step-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); }

.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; text-align: left; }
.section-heading--split p { padding-bottom: 5px; }
.locker-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.locker-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--soft-shadow); }
.locker-card__visual { position: relative; height: 230px; overflow: hidden; display: grid; place-items: center; background: #e7f1ec; }
.locker-card__visual::before { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,.65); }
.locker-card__visual i { position: absolute; right: 18px; top: 15px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font: 800 12px 'Manrope', sans-serif; font-style: normal; }
.locker-card__visual img { position: relative; z-index: 2; width: min(72%, 260px); height: 190px; object-fit: contain; filter: drop-shadow(0 18px 15px rgba(21,93,73,.16)); }
.bag { position: relative; z-index: 2; display: block; border: 5px solid var(--green-dark); border-radius: 17px 17px 12px 12px; background: var(--lime); box-shadow: inset 0 -22px 0 rgba(21,93,73,.14), 12px 15px 0 rgba(21,93,73,.08); }
.bag::before { content: ''; position: absolute; top: -25px; left: 27%; width: 46%; height: 24px; border: 5px solid var(--green-dark); border-bottom: 0; border-radius: 13px 13px 0 0; }
.bag::after { content: ''; position: absolute; right: 11px; bottom: -10px; left: 11px; height: 7px; border-inline: 6px solid var(--green-dark); }
.bag--small { width: 88px; height: 95px; }
.bag--medium { width: 112px; height: 130px; }
.bag--large { width: 126px; height: 158px; }
.locker-card--medium .locker-card__visual { background: #edf4dd; }
.locker-card--large .locker-card__visual { background: #e1eee9; }
.locker-card__body { padding: 24px; }
.locker-card__body > span { color: var(--green); font: 800 10px 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.locker-card__body h3 { margin: 7px 0 9px; font: 800 20px 'Manrope', sans-serif; letter-spacing: -.025em; }
.locker-card__body p { min-height: 48px; margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.locker-card__body strong { display: block; padding-top: 16px; border-top: 1px solid var(--line); color: var(--green); font-size: 13px; }
.size-note { margin-top: 18px; padding: 17px 20px; display: flex; align-items: center; gap: 14px; border: 1px solid #ceded5; border-radius: 14px; background: var(--green-pale); }
.size-note > span { width: 37px; height: 37px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--green); font-size: 20px; }
.size-note p { margin: 0; color: #4d5c55; font-size: 13px; }

.locations-section { background: #f4f7f3; }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.location-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--soft-shadow); }
.location-card__art { position: relative; height: 210px; overflow: hidden; padding: 24px; display: flex; justify-content: space-between; align-items: flex-end; color: white; background: var(--green-dark); }
.location-card--nearby .location-card__art { background: linear-gradient(135deg, #155d49, #2b8b70); }
.location-card__image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.location-card--venice .location-card__image { object-position: 50% 43%; }
.location-card--mestre .location-card__image { object-position: 50% 16%; }
.location-card__art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 55, 42, .12), rgba(7, 55, 42, .78)); }
.location-card__art::before { content: ''; position: absolute; right: 7%; bottom: -74px; width: 330px; height: 210px; border: 24px solid rgba(255,255,255,.11); border-radius: 50%; }
.location-card__art span, .location-card__art i { position: relative; z-index: 2; }
.location-card__art span { font: 800 39px 'Manrope', sans-serif; letter-spacing: -.06em; }
.location-card__art i { font: 800 13px 'Manrope', sans-serif; font-style: normal; }
.location-card__body { display: flex; flex: 1; flex-direction: column; padding: 27px; }
.location-label { color: var(--green); font: 800 10px 'Manrope', sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.location-card h3 { margin: 8px 0 9px; font: 800 23px 'Manrope', sans-serif; letter-spacing: -.035em; }
.location-card p { margin: 0; color: var(--muted); }
.location-card ul { margin: auto 0 0; padding: 19px 0 0; display: grid; gap: 8px; list-style: none; color: #4d5b55; font-size: 14px; font-weight: 700; }
.location-card li { display: flex; gap: 8px; }
.location-card li::before { content: '✓'; color: var(--green); }
.location-card__actions { display: flex; align-items: center; gap: 20px; margin-top: 24px; }

.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 86px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin: 13px 0 15px; font: 800 clamp(38px, 4vw, 53px)/1.04 'Manrope', sans-serif; letter-spacing: -.055em; }
.faq-intro p { margin: 0 0 24px; color: var(--muted); font-size: 17px; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 8px 25px rgba(23,55,44,.045); }
.faq-item summary { padding: 21px 22px; display: flex; justify-content: space-between; align-items: center; gap: 15px; cursor: pointer; font-family: 'Manrope', sans-serif; font-weight: 800; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-pale); transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.final-cta { padding: 20px 0 100px; }
.final-cta__inner { min-height: 260px; padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 30px; overflow: hidden; position: relative; color: white; background: var(--green); border-radius: 28px; }
.final-cta__inner::after { content: ''; position: absolute; right: -50px; width: 300px; height: 300px; border: 45px solid rgba(217,242,106,.15); border-radius: 50%; }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2 { max-width: 700px; margin: 12px 0 0; font: 800 clamp(37px, 5vw, 58px)/1 'Manrope', sans-serif; letter-spacing: -.06em; }
.final-cta .button { position: relative; z-index: 2; flex: 0 0 auto; }

.site-footer { padding: 62px 0 26px; color: #dae5df; background: var(--green-dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; }
.brand--light { color: white; }
.brand--light .brand__mark::before, .brand--light .brand__mark::after, .brand--light .brand__mark i:first-child { background: white; }
.footer-grid > div:first-child p { max-width: 330px; color: #9fb3aa; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.footer-grid strong { margin-bottom: 5px; color: white; font-family: 'Manrope', sans-serif; }
.footer-grid a:not(.brand) { color: #aebfb7; font-size: 14px; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { margin-top: 48px; padding-top: 22px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; border-top: 1px solid rgba(255,255,255,.12); color: #829c90; font-size: 12px; }
.footer-payments { display: flex; align-items: center; gap: 8px; }
.footer-payments small { color: #829c90; font-size: 12px; }
.payment-icon { width: 34px; height: 22px; border-radius: 5px; box-shadow: 0 1px 2px rgba(0,0,0,.25); }

.whatsapp-float { position: fixed; z-index: 100; right: 20px; bottom: 20px; min-height: 52px; padding: 0 18px; display: flex; align-items: center; gap: 8px; color: white; background: #20b85f; border: 4px solid white; border-radius: 999px; box-shadow: 0 14px 35px rgba(16,113,60,.28); font-size: 14px; }
.whatsapp-float span { font-size: 20px; }
.mobile-book { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .hero__grid { grid-template-columns: 1fr 420px; gap: 38px; }
  .hero h1 { font-size: 48px; }
  .booking-layout { grid-template-columns: minmax(360px, 520px) 1fr; gap: 38px; }
  .booking-aside h3 { font-size: 38px; }
  .faq-layout { gap: 48px; }
}

@media (max-width: 850px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu-button { display: block; grid-column: 2; grid-row: 1; }
  .nav-cta { display: none; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; padding: 22px 20px; display: none; align-items: stretch; flex-direction: column; gap: 17px; border-bottom: 1px solid var(--line); background: white; box-shadow: var(--soft-shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav .lang-switcher { margin-left: 0; padding-left: 0; border-left: none; padding-top: 12px; border-top: 1px solid var(--line); }
  .hero { min-height: auto; }
  .hero__grid { padding: 65px 0 85px; grid-template-columns: 1fr; }
  .hero__copy { text-align: center; }
  .hero__copy > p { margin-inline: auto; }
  .hero__actions, .trust-list { justify-content: center; }
  .hero__visual { width: min(560px, 100%); margin: auto; }
  .booking-layout { grid-template-columns: 1fr; }
  .widget-host { width: min(560px, 100%); margin-inline: auto; }
  .booking-aside { position: static; width: min(620px, 100%); margin-inline: auto; }
  .steps-grid, .locker-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 250px; }
  .locker-card { display: grid; grid-template-columns: 240px 1fr; }
  .locker-card__visual { height: 100%; min-height: 260px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 10px; }
  .location-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.25fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { padding-bottom: 74px; }
  .container { width: min(100% - 28px, 1180px); }
  .service-bar { font-size: 11px; }
  .service-bar__inner { width: calc(100% - 28px); max-width: none; min-height: 42px; }
  .service-message { min-height: 42px; }
  .service-message__item { white-space: normal; }
  .nav-shell { min-height: 66px; }
  .hero__grid { padding: 48px 0 72px; }
  .kicker { max-width: 100%; font-size: 9px; letter-spacing: .11em; text-align: left; }
  .hero h1 { font-size: clamp(36px, 10.5vw, 44px); letter-spacing: -.06em; }
  .hero__copy > p { font-size: 17px; }
  .hero__actions .button { width: 100%; }
  .trust-list { align-items: center; flex-direction: column; }
  .hero__visual { padding: 5px; }
  .venice-hero-card { min-height: 420px; border-width: 6px; border-radius: 24px; }
  .venice-hero-card__top { padding: 15px; font-size: 8px; }
  .palazzo--four { display: none; }
  .gondola { left: 10%; width: 118px; }
  .locker-bay { right: 7%; width: 112px; height: 153px; }
  .hero-availability { right: -4px; }
  .booking-section, .section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 38px; }
  .widget-host { padding: 5px; border-radius: 17px; }
  .widget-host__label { padding: 10px 8px; }
  [data-booking-widget] { border-radius: 12px; }
  .booking-aside { padding-top: 5px; }
  .booking-aside h3 { font-size: 35px; }
  .help-card { grid-template-columns: auto 1fr; }
  .help-card a { grid-column: 2; }
  .locker-card { display: block; }
  .locker-card__visual { min-height: 220px; }
  .location-card__actions { align-items: flex-start; flex-direction: column; }
  .location-card__actions .button { width: 100%; }
  .final-cta { padding: 12px 0 75px; }
  .final-cta__inner { min-height: 330px; padding: 31px 24px; border-radius: 22px; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .whatsapp-float { right: 14px; bottom: 88px; width: 50px; height: 50px; padding: 0; justify-content: center; }
  .whatsapp-float strong { display: none; }
  .mobile-book { position: fixed; z-index: 99; right: 0; bottom: 0; left: 0; padding: 10px 14px; display: block; border-top: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
  .mobile-book.is-hidden { display: none; }
  .mobile-book .button { width: 100%; min-height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
