@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans/DMSans-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope/Manrope-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --cream: #f8f3ed;
  --paper: #fffdf9;
  --ink: #181818;
  --green: #589c32;
  --green-dark: #285720;
  --pink: #db0375;
  --pink-dark: #9f0054;
  --soft-pink: #f8dce9;
  --soft-green: #e2f0d9;
  --yellow: #ffd95a;
  --muted: #6f6b68;
  --line: rgba(24, 24, 24, .13);
  --radius: 28px;
  --max: 1240px;
  --shadow: 0 24px 70px rgba(36, 26, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.5; overflow-x: hidden; }
body::selection { background: var(--soft-pink); color: var(--ink); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:where(a, button, summary):focus-visible { outline: 3px solid white; outline-offset: 2px; box-shadow: 0 0 0 6px var(--pink); border-radius: 8px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; background: white; padding: 12px 18px; border-radius: 99px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 90px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 0 clamp(20px, 4vw, 64px); color: white; border-bottom: 1px solid rgba(255,255,255,.3); }
.brand { width: 172px; filter: drop-shadow(0 2px 8px rgba(0,0,0,.2)); }
.brand img { height: 54px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 700; }
.main-nav a { transition: opacity .2s; }
.main-nav a:hover { opacity: .62; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 15px; }
.language-switcher { display: flex; gap: 2px; }
.language-button { border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 12px; font-weight: 800; padding: 7px; opacity: .55; }
.language-button.active { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 25px; border-radius: 999px; font-weight: 800; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(25,20,23,.18); }
.button-small { min-height: 43px; padding: 0 19px; font-size: 13px; }
.button-large { min-height: 60px; padding: 0 30px; }
.button-pink { background: var(--pink); color: white; }
.button-dark { background: var(--ink); color: white; }
.button-white { background: white; color: var(--ink); }
.button-outline-light { border: 1px solid rgba(255,255,255,.62); color: white; background: rgba(255,255,255,.06); }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-weight: 700; font-size: 14px; }
.text-link-light { color: white; }

.hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: flex-end; overflow: hidden; background: #543d36; color: white; }
.hero-media { position: absolute; inset: 0; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.15s ease; }
.hero-image.is-active { opacity: 1; }
.hero-image-current { object-position: 58% 68%; }
.hero-image-team { object-position: 50% 45%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,18,18,.82) 0%, rgba(18,18,18,.55) 38%, rgba(18,18,18,.08) 74%), linear-gradient(0deg, rgba(18,18,18,.58), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(780px, 74%); padding: 170px clamp(20px, 7vw, 110px) 68px; }
.eyebrow { margin: 0 0 17px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .18em; color: var(--pink); }
.eyebrow-light { color: #ffd0e8; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; line-height: 1.03; letter-spacing: -.052em; }
h1 { font-size: clamp(58px, 8.3vw, 112px); }
h2 { font-size: clamp(41px, 5.1vw, 72px); }
.hero-copy { max-width: 640px; margin: 25px 0 31px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.hero-facts { display: flex; margin-top: 48px; max-width: 760px; border-top: 1px solid rgba(255,255,255,.34); }
.hero-facts div { flex: 1; min-width: 150px; padding: 18px 30px 0 0; margin-right: 30px; border-right: 1px solid rgba(255,255,255,.32); }
.hero-facts div:last-child { border: 0; margin-right: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font: 800 16px/1.2 "Manrope", sans-serif; letter-spacing: .02em; }
.hero-facts div:first-child strong { color: var(--yellow); font-size: 14px; letter-spacing: 2px; }
.hero-facts span { margin-top: 5px; font-size: 11px; color: rgba(255,255,255,.68); }
.hero-slider-controls { position: absolute; z-index: 3; top: 112px; right: 38px; display: flex; gap: 7px; padding: 8px; border-radius: 999px; background: rgba(18,18,18,.28); backdrop-filter: blur(9px); }
.hero-slider-dot { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,.92); border-radius: 999px; background: transparent; cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-slider-dot.is-active { width: 29px; background: white; }
.hero-slider-dot:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.advance-note { position: absolute; z-index: 3; right: 38px; bottom: 35px; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--ink); font-size: 12px; font-weight: 800; backdrop-filter: blur(10px); }
.advance-note span:first-child { color: var(--green); }

.trust-section { max-width: var(--max); margin: 0 auto; padding: 100px 34px 70px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: end; }
.trust-intro > p:not(.eyebrow) { color: var(--muted); max-width: 450px; margin: 22px 0 0; font-size: 16px; }
.trust-platforms { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.trust-card { min-height: 148px; padding: 22px; border-radius: 22px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; align-items: flex-start; transition: transform .2s, border-color .2s, box-shadow .2s; }
.trust-card:hover { transform: translateY(-3px); border-color: var(--pink); box-shadow: 0 14px 38px rgba(38,29,33,.1); }
.trust-card-proof { min-height: 208px; border-color: rgba(0, 170, 130, .3); background: linear-gradient(145deg, #fff 0%, #f2fbf7 100%); }
.trust-card-getyourguide { border-color: rgba(255, 85, 51, .26); background: linear-gradient(145deg, #fff 0%, #fff5f2 100%); }
.trust-card-google { border-color: rgba(66, 133, 244, .25); background: linear-gradient(145deg, #fff 0%, #f4f8ff 100%); }
.trust-card-instagram { border-color: rgba(219, 3, 117, .24); background: linear-gradient(145deg, #fff 0%, #fff4f9 100%); }
.trust-card-head { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.platform-logo { align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; color: var(--ink); }
.platform-logo img { flex: 0 0 auto; width: 30px; height: 30px; object-fit: contain; }
.platform-logo strong { font: 800 16px/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.platform-logo-google { min-height: 30px; gap: 7px; }
.platform-logo-google .google-maps-pin { width: 20px; height: 27px; }
.platform-logo-google .google-maps-wordmark { width: 92px; height: 19px; }
.platform-logo-google strong { color: #4285f4; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.platform-logo-getyourguide img { width: 31px; height: 31px; }
.trust-score-compact { display: flex; align-items: flex-start; gap: 8px; text-align: right; }
.trust-score-compact > strong { font: 800 24px/.95 "Manrope", sans-serif; letter-spacing: -.05em; }
.trust-score-getyourguide > strong { flex: 0 0 auto; white-space: nowrap; }
.trust-score-compact > span { display: flex; flex-direction: column; }
.trust-score-compact b { color: #00aa82; font-size: 9px; letter-spacing: .7px; }
.trust-score-compact small { margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 700; }
.trust-context { display: block; margin: 15px 0 0; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.trust-badges-compact { margin: 9px 0 12px; }
.trust-badge { min-height: 28px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid rgba(18,18,18,.09); border-radius: 9px; background: white; font-size: 9px; font-weight: 800; line-height: 1.2; }
.trust-badge i { flex: 0 0 auto; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; font-style: normal; font-size: 10px; }
.trust-badge-coral i { background: #ef6949; }
.trust-badge-gold i { background: #dea340; color: #2c1e05; }
.trust-badge-blue i { background: #4285f4; color: white; }
.trust-badge-google i { width: auto; height: auto; display: inline; background: transparent; color: #fbbc04; font-size: 13px; letter-spacing: 1px; text-shadow: 0 1px 0 rgba(95, 73, 12, .12); }
.trust-badge-red i { background: #ff5533; color: white; }
.trust-badge-white i { border: 1px solid #ff5533; color: #ff5533; }
.trust-badge-pink i { background: var(--pink); color: white; }
.trust-badge-notes { display: block; margin: 7px 0 0 2px; }
.trust-badge-note { display: block; margin: 2px 0 0; color: var(--muted); font-size: 9px; line-height: 1.35; font-weight: 600; }
.platform-stars { display: flex; flex-direction: column; margin: 18px 0 12px; }
.platform-stars strong { color: #e89c15; font: 800 18px/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.platform-stars small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; }
.platform-handle { margin: 15px 0 0; color: var(--pink); font-size: 12px; font-weight: 800; }
.trust-card-link { width: 100%; margin-top: auto; display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; }
.media-card { grid-column: 1 / -1; min-height: 96px; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; background: var(--ink); color: white; }
.media-card .media-icon { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--pink); font-size: 18px; }
.media-brand { min-width: 82px; height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 0 10px; color: white; font: 800 14px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.media-brand b { color: #58a8df; font-size: 17px; letter-spacing: -.02em; }
.media-card strong { font: 800 17px/1.2 "Manrope", sans-serif; }
.media-card small { display: block; color: rgba(255,255,255,.6); margin-top: 4px; }
.media-card span:last-child { color: white; }
.trust-verification-note { grid-column: 2; margin: -46px 2px 0; color: var(--muted); font-size: 10px; }

.section { max-width: var(--max); margin: 0 auto; padding: 105px 34px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 46px; }
.section-heading > p { max-width: 430px; color: var(--muted); font-size: 17px; margin: 0 0 5px; }
.experience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.experience-card { grid-column: span 2; position: relative; min-height: 570px; overflow: hidden; border-radius: var(--radius); color: white; background: #402537; }
.experience-card-wide { grid-column: span 3; }
.experience-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.experience-card:hover img { transform: scale(1.035); }
.experience-card:nth-child(1) img { object-position: 54% 46%; }
.experience-card:nth-child(2) img { object-position: 50% center; }
.experience-card:nth-child(3) img { object-position: 50% 42%; }
.experience-card:nth-child(4) img { object-position: center; }
.experience-card:nth-child(5) img { object-position: 50% 42%; }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,17,17,.92) 0%, rgba(17,17,17,.12) 70%); }
.pill { position: absolute; z-index: 2; left: 20px; top: 20px; display: inline-flex; padding: 8px 12px; border-radius: 99px; background: rgba(255,255,255,.91); color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.card-body { position: absolute; z-index: 2; inset: auto 0 0; padding: 27px; }
.card-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 0 0 12px; font-size: 12px; color: rgba(255,255,255,.75); }
.card-body h3 { font-size: clamp(29px, 3vw, 42px); }
.card-body > p:not(.card-meta) { min-height: 65px; margin: 14px 0 18px; color: rgba(255,255,255,.78); font-size: 14px; }
.card-link { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.38); font-size: 13px; font-weight: 800; }

.process { max-width: none; padding: 110px max(34px, calc((100vw - 1172px)/2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; color: white; background: var(--green-dark); }
.process > * { min-width: 0; }
.process-intro { align-self: center; }
.process-intro p:not(.eyebrow) { max-width: 490px; color: rgba(255,255,255,.69); font-size: 17px; margin: 26px 0 34px; }
.process-steps { border-top: 1px solid rgba(255,255,255,.22); }
.process-steps article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-steps article > span { color: #b8ee99; font: 800 13px "Manrope", sans-serif; }
.process-steps h3 { font-size: 23px; letter-spacing: -.03em; }
.process-steps p { margin: 8px 0 0; color: rgba(255,255,255,.63); font-size: 14px; max-width: 560px; }

.groups { padding-top: 130px; padding-bottom: 80px; }
.group-banner { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 34px; background: var(--pink-dark); color: white; box-shadow: var(--shadow); }
.group-visual { min-height: 620px; }
.group-visual img { height: 100%; object-fit: cover; object-position: 52% center; }
.group-copy { padding: clamp(48px, 6vw, 78px); align-self: center; }
.group-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 17px; margin: 27px 0 22px; }
.group-copy ul { padding: 0; margin: 0 0 32px; list-style: none; }
.group-copy li { padding: 11px 0 11px 28px; position: relative; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 14px; }
.group-copy li::before { content: "✦"; position: absolute; left: 0; color: #ffd0e8; }
.group-actions { display: flex; flex-wrap: wrap; gap: 11px; }

.gift-section { max-width: calc(var(--max) - 68px); margin: 0 auto 80px; padding: 55px 62px; border-radius: 30px; background: var(--soft-green); display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.gift-section h2 { max-width: 750px; font-size: clamp(38px, 4.5vw, 61px); }
.gift-section p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); }
.gift-section .button { flex: none; }

.gallery-section { max-width: var(--max); margin: 0 auto; padding: 100px 34px; }
.gallery-heading { max-width: 700px; margin-bottom: 42px; }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; grid-auto-rows: 270px; gap: 13px; }
.gallery-grid img { height: 100%; object-fit: cover; border-radius: 20px; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding-top: 130px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 24px 48px 24px 0; font: 700 19px/1.35 "Manrope", sans-serif; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--pink); font-size: 25px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -5px 0 24px; padding-right: 55px; color: var(--muted); font-size: 15px; }

.visit { padding: 0; display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border-radius: 34px; background: var(--yellow); }
.visit-card { padding: clamp(48px, 6vw, 78px); }
.visit-details { display: grid; grid-template-columns: 1.3fr 1fr .8fr; gap: 28px; margin: 44px 0 35px; padding-top: 25px; border-top: 1px solid rgba(24,24,24,.25); }
.visit-details span, .visit-details strong { display: block; }
.visit-details span { margin-bottom: 8px; color: rgba(24,24,24,.62); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visit-details strong { font-size: 13px; }
.visit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.visit-photo { min-height: 560px; }
.visit-photo img { height: 100%; object-fit: cover; }

.closing-cta { margin-top: 110px; padding: 130px 20px; text-align: center; background: var(--ink); color: white; }
.closing-cta h2 { font-size: clamp(54px, 8vw, 108px); margin-bottom: 38px; }
.site-footer { min-height: 160px; padding: 35px clamp(20px, 5vw, 70px); background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: auto auto minmax(210px, 1fr); align-items: center; gap: 22px 34px; }
.footer-brand { width: 145px; }
.footer-brand img { height: 55px; object-fit: contain; object-position: left center; }
.site-footer p { color: rgba(255,255,255,.45); font-size: 11px; }
.footer-email { justify-self: end; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 700; }
.footer-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; font-weight: 700; }
.footer-links a, .footer-email { transition: color .2s; }
.footer-links a:hover, .footer-email:hover { color: #ffd0e8; }
.whatsapp-text-link { color: #176b38; }
.whatsapp-float { position: fixed; z-index: 50; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 11px; min-width: 168px; padding: 11px 17px 11px 11px; border-radius: 999px; background: #25d366; color: #102b1a; box-shadow: 0 14px 36px rgba(17, 65, 34, .28); transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(17, 65, 34, .34); }
.whatsapp-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: white; font-size: 16px; font-weight: 800; }
.whatsapp-float strong, .whatsapp-float small { display: block; line-height: 1.1; }
.whatsapp-float strong { font: 800 14px "Manrope", sans-serif; }
.whatsapp-float small { margin-top: 4px; font-size: 9px; font-weight: 700; opacity: .68; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .trust-section { grid-template-columns: 1fr; align-items: start; }
  .trust-verification-note { grid-column: auto; margin-top: -46px; }
  .experience-card, .experience-card-wide { grid-column: span 3; }
  .process { grid-template-columns: 1fr; gap: 65px; }
  .group-banner, .visit { margin-left: 20px; margin-right: 20px; grid-template-columns: 1fr; }
  .group-visual { min-height: 470px; }
  .group-copy { order: -1; }
  .faq { grid-template-columns: 1fr; gap: 45px; }
  .visit-photo { min-height: 400px; }
}

@media (max-width: 700px) {
  body { padding-bottom: 74px; }
  .site-header { height: 76px; padding: 0 17px; }
  .brand { width: 126px; }
  .brand img { height: 45px; }
  .header-actions .button { display: none; }
  .hero { min-height: 850px; }
  .hero-image-current { object-position: 58% center; }
  .hero-image-team { object-position: 55% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(18,18,18,.96) 0%, rgba(18,18,18,.55) 58%, rgba(18,18,18,.12) 100%); }
  .hero-slider-controls { top: 92px; right: 17px; }
  .hero-content { width: 100%; padding: 130px 19px 42px; }
  h1 { font-size: clamp(57px, 17vw, 82px); }
  h2 { font-size: 42px; }
  .hero-copy { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { margin-top: 33px; }
  .hero-facts div { min-width: 0; padding-right: 10px; margin-right: 10px; }
  .hero-facts strong { font-size: 12px; }
  .hero-facts div:first-child strong { font-size: 10px; letter-spacing: 1px; }
  .hero-facts span { font-size: 9px; }
  .advance-note { display: none; }
  .trust-section, .section, .gallery-section { padding: 78px 19px; }
  .trust-platforms { grid-template-columns: 1fr; }
  .media-card { grid-column: auto; }
  .trust-verification-note { margin-top: -46px; }
  .media-card { grid-template-columns: auto 1fr; }
  .media-card > span:last-child { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; font-size: 15px; }
  .experience-grid { display: block; }
  .experience-card { min-height: 530px; margin-bottom: 14px; }
  .process { padding: 80px 19px; }
  .process-intro h2 { overflow-wrap: anywhere; }
  .process-intro h2 br { display: none; }
  .process-steps article { grid-template-columns: 42px 1fr; }
  .groups { padding-left: 0; padding-right: 0; }
  .group-banner, .visit { margin-left: 11px; margin-right: 11px; border-radius: 25px; }
  .group-copy, .visit-card { padding: 47px 23px; }
  .group-visual { min-height: 350px; }
  .group-actions .button { width: 100%; }
  .gift-section { margin: 0 11px 30px; padding: 45px 24px; display: block; }
  .gift-section .button { margin-top: 28px; width: 100%; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .gallery-tall { grid-row: span 2; }
  .gallery-wide { grid-column: span 2; }
  .faq { gap: 35px; }
  .faq-list summary { font-size: 17px; }
  .visit-details { grid-template-columns: 1fr; gap: 22px; }
  .visit-photo { min-height: 330px; }
  .closing-cta { margin-top: 80px; padding: 90px 17px; }
  .site-footer { padding: 35px 20px; grid-template-columns: 1fr; align-items: start; }
  .footer-email { justify-self: start; overflow-wrap: anywhere; }
  .footer-links { grid-column: auto; }
  .whatsapp-float { left: 10px; right: 10px; bottom: 10px; min-width: 0; height: 56px; justify-content: flex-start; padding: 8px 14px; }
  .whatsapp-float::after { content: "↗"; margin-left: auto; font-size: 18px; }
  .whatsapp-icon { width: 38px; height: 38px; }
}

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