:root {
  --ink: #0b2028;
  --ink-soft: #1c3a42;
  --paper: #f4f1e9;
  --white: #fff;
  --sun: #d8b875;
  --coral: #b96350;
  --blue: #78a9ad;
  --muted: #617177;
  --line: rgba(11, 32, 40, .14);
  --wrap: min(1180px, calc(100% - 48px));
  --shadow: 0 26px 72px rgba(4, 23, 30, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", sans-serif; }
h1, h2 { letter-spacing: -.045em; line-height: 1.02; }
h2 { font-size: clamp(2.4rem, 5vw, 4.9rem); }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--sun); color: var(--ink); padding: 10px 14px; border-radius: 3px; font-weight: 700; }
.skip-link:focus { top: 16px; }
.eyebrow { margin-bottom: 20px; color: #496d76; font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.82); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; border-radius: 2px; padding: 0 25px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sun); color: var(--ink); box-shadow: 0 12px 35px rgba(120,88,34,.18); }
.button-primary:hover { background: #e5c98f; }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: var(--white); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--sun); color: var(--ink); font-size: 1.15rem; font-weight: 800; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-size: 1.05rem; }
.brand-text small { margin-top: 4px; color: rgba(255,255,255,.7); font-family: "DM Sans", sans-serif; font-size: .72rem; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--sun); transition: right .2s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 2px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 7px auto; background: white; transition: transform .2s ease; }

.hero { position: relative; min-height: 850px; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/guided-tour.jpg") center 42%/cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(5,20,27,.92) 0%, rgba(5,20,27,.62) 47%, rgba(5,20,27,.18) 100%), linear-gradient(0deg, rgba(5,20,27,.55), transparent 52%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 110px; }
.hero h1 { max-width: 900px; margin-bottom: 27px; font-size: clamp(3.5rem, 7.2vw, 7rem); text-wrap: balance; }
.hero h1 em { color: var(--sun); font-style: normal; }
.hero-intro { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 1.17rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-badge { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 70px; width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--coral); color: white; text-align: center; transform: rotate(7deg); box-shadow: var(--shadow); }
.hero-badge strong { font: 800 2rem/1 "Manrope", sans-serif; }
.hero-badge span { margin-top: 6px; font-size: .82rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }

.proof-strip { background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.1); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 125px; display: flex; flex-direction: column; justify-content: center; padding: 24px 28px; border-left: 1px solid rgba(255,255,255,.12); }
.proof-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.proof-grid strong { font-family: "Manrope", sans-serif; font-size: 1.05rem; }
.proof-grid span { margin-top: 5px; color: rgba(255,255,255,.62); font-size: .82rem; }

.section-heading { margin-bottom: 65px; }
.split-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 420px; margin-bottom: 8px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 540px; display: flex; flex-direction: column; padding: 40px 34px 35px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 45px rgba(8,27,36,.04); overflow: hidden; }
.service-featured { background: var(--sun); border-color: var(--sun); transform: translateY(-18px); box-shadow: 0 25px 70px rgba(68,52,9,.12); }
.service-card-media { height: 205px; margin: -40px -34px 30px; overflow: hidden; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.history-card .service-card-media img { object-position: center top; transform-origin: center top; }
.service-card:hover .service-card-media img { transform: scale(1.035); }
.history-card:hover .service-card-media img { transform: none; }
.service-card h3 { margin-bottom: 18px; font-size: 1.55rem; line-height: 1.2; }
.service-card > p { color: #4c6068; }
.service-card ul { margin: 14px 0 32px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 7px 0 7px 22px; border-top: 1px solid rgba(8,27,36,.11); font-size: .9rem; }
.service-card li::before { content: "•"; position: absolute; left: 3px; color: var(--coral); font-weight: 800; }
.service-card .text-link { margin-top: auto; align-self: flex-start; font-size: .9rem; }
.transfer-note { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 340px; margin-top: 30px; background: var(--ink); color: white; overflow: hidden; }
.transfer-media { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 340px; }
.transfer-media img { width: 100%; height: 100%; object-fit: cover; }
.transfer-media img:first-child { object-position: center 62%; }
.transfer-media img:nth-child(2) { object-position: 57% center; }
.transfer-media span { position: absolute; left: 22px; bottom: 20px; padding: 8px 12px; background: var(--sun); color: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.transfer-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 40px; }
.transfer-note .eyebrow { margin-bottom: 8px; color: var(--sun); }
.transfer-note h3 { margin: 0 0 18px; font-size: 1.9rem; }
.transfer-copy > p:not(.eyebrow) { margin: 0 0 12px; color: rgba(255,255,255,.78); font-size: 1rem; }
.transfer-copy > p:last-child { margin-bottom: 0; }

.visits { background: var(--white); }
.visit-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; margin-bottom: 90px; }
.visits-photo { position: relative; }
.visits-photo::before { content: ""; position: absolute; z-index: 0; left: -35px; bottom: -35px; width: 72%; height: 55%; background: var(--sun); }
.visits-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 5/4; object-fit: cover; box-shadow: var(--shadow); }
.visits-photo > span { position: absolute; z-index: 2; left: 24px; bottom: 24px; padding: 8px 12px; background: rgba(8,27,36,.88); color: white; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.visits-copy h2 { margin-bottom: 42px; font-size: clamp(2.5rem, 4.5vw, 4.4rem); }
.visits-copy > p:not(.eyebrow) { max-width: 590px; margin-bottom: 32px; color: var(--muted); font-size: 1.04rem; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.experience-card { min-height: 500px; display: flex; flex-direction: column; padding: 34px 30px 30px; border: 1px solid var(--line); background: #f8f8f5; overflow: hidden; }
.experience-card:nth-child(even) { background: var(--paper); }
.experience-card.nature-card { background: var(--blue); border-color: var(--blue); }
.experience-card.concierge-card { background: var(--sun); border-color: var(--sun); }
.experience-card.cruise-card { background: var(--coral); border-color: var(--coral); color: white; }
.experience-card.niteroi-card { grid-column: 1 / -1; min-height: 0; }
.experience-card-media { position: relative; height: 170px; margin: -34px -30px 26px; overflow: hidden; background: #dce3e4; }
.experience-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-visual { display: grid; place-items: center; padding: 28px; color: white; background: linear-gradient(135deg, #0c3442, #a06a4d); }
.service-visual span { font: 700 clamp(1.35rem, 2vw, 2rem)/1.15 "Manrope", sans-serif; text-align: center; }
.experience-card:hover .experience-card-media img { transform: scale(1.04); }
.experience-card h3 { margin-bottom: 14px; font-size: 1.4rem; line-height: 1.2; }
.experience-card > p { margin-bottom: 18px; color: #4f656d; font-size: .94rem; }
.cruise-card > p { color: rgba(255,255,255,.82); }
.experience-card ul { margin: auto 0 0; padding: 0; list-style: none; }
.experience-card li { padding: 9px 0; border-top: 1px solid rgba(8,27,36,.12); font-size: .9rem; }
.card-link { display: inline-flex; align-self: flex-start; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; font-size: .88rem; }
.cruise-card li { border-color: rgba(255,255,255,.22); }
.trip-planner { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-top: 16px; padding: 34px 38px; background: var(--ink); color: white; }
.trip-planner > div { max-width: 720px; }
.trip-planner strong { font: 700 1.15rem "Manrope", sans-serif; }
.trip-planner p { margin: 7px 0 0; color: rgba(255,255,255,.68); }
.trip-planner .button { flex: 0 0 auto; }

.about { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); padding: 0; background: var(--blue); }
.about-media img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; }
.about-copy { padding: 105px clamp(45px, 7vw, 120px) 115px 75px; }
.about-copy h2 { margin-bottom: 35px; }
.about-copy p { max-width: 570px; }
.about-lead { font-size: 1.15rem; font-weight: 600; }
.signature { margin-top: 38px; font: 800 1.35rem "Manrope", sans-serif; }
.about-quote { position: absolute; right: 6%; bottom: -58px; width: min(390px, 84vw); padding: 28px 32px; background: var(--coral); color: white; box-shadow: var(--shadow); transform: rotate(-2deg); }
.about-quote p { margin: 0; font: 700 1.13rem/1.5 "Manrope", sans-serif; }

.reviews { padding-top: 180px; background: var(--ink); color: white; }
.review-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.review-heading h2 { margin-bottom: 0; }
.review-links { display: flex; flex-direction: column; gap: 10px; flex: 0 0 auto; }
.review-links a { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.3); font-weight: 600; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid blockquote { min-height: 350px; display: flex; flex-direction: column; margin: 0; padding: 35px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); }
.stars { margin-bottom: 35px; color: var(--sun); letter-spacing: .15em; }
.review-grid blockquote p { margin-bottom: 35px; font: 600 1.12rem/1.55 "Manrope", sans-serif; }
.review-grid footer { margin-top: auto; color: rgba(255,255,255,.58); font-size: .86rem; }

.process { background: var(--sun); }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.process-grid h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 4.4rem); }
.process-grid ol { margin: 0; padding: 0; list-style: none; }
.process-grid li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid rgba(8,27,36,.18); }
.process-grid li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-weight: 700; }
.process-grid strong { font: 700 1.05rem "Manrope", sans-serif; }
.process-grid li p { margin: 5px 0 0; color: #394d54; }

.inquiry { background: var(--paper); }
.inquiry-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); gap: 85px; align-items: start; }
.inquiry-copy { position: sticky; top: 45px; }
.inquiry-copy h2 { max-width: 580px; margin-bottom: 30px; }
.inquiry-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); font-size: 1.08rem; }
.inquiry-details { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.inquiry-details span { padding: 8px 12px; border: 1px solid var(--line); background: rgba(255,255,255,.45); font-size: .78rem; font-weight: 700; }
.inquiry-form { display: grid; gap: 22px; padding: 42px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 20px 65px rgba(8,27,36,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: grid; gap: 8px; color: var(--ink); font-size: .86rem; font-weight: 700; }
.inquiry-form input:not([type="checkbox"]), .inquiry-form textarea { width: 100%; border: 1px solid rgba(8,27,36,.22); border-radius: 2px; padding: 14px 15px; background: #fbfbf8; color: var(--ink); font: inherit; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.inquiry-form input:not([type="checkbox"]):focus, .inquiry-form textarea:focus { border-color: #537f84; box-shadow: 0 0 0 3px rgba(120,169,173,.2); }
.inquiry-form textarea { min-height: 170px; resize: vertical; }
.inquiry-form .consent-row { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: #53676f; font-size: .78rem; font-weight: 500; line-height: 1.45; }
.consent-row input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ink); }
.form-submit { width: 100%; border: 0; cursor: pointer; font-family: "DM Sans", sans-serif; font-size: .96rem; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note { margin: -7px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }

.contact { position: relative; min-height: 660px; display: flex; align-items: center; color: white; overflow: hidden; }
.contact > img, .contact-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact > img { object-fit: cover; object-position: center 52%; }
.contact-overlay { background: linear-gradient(90deg, rgba(5,20,27,.95) 0%, rgba(5,20,27,.67) 58%, rgba(5,20,27,.2) 100%); }
.contact-content { position: relative; z-index: 2; }
.contact-content h2 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6rem); }
.contact-content > p { max-width: 600px; color: rgba(255,255,255,.78); font-size: 1.1rem; }
.contact-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.contact-phone { font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); }

.site-footer { padding: 70px 0 30px; background: #041116; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-grid > div:not(.footer-bottom) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand strong { font: 800 1.5rem "Manrope", sans-serif; }
.footer-brand span { margin-top: 12px; color: rgba(255,255,255,.55); }
.footer-label { margin-bottom: 12px; color: rgba(255,255,255,.4); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: rgba(255,255,255,.78); }
.footer-grid a:hover { color: var(--sun); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 25px; margin-top: 35px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: .82rem; }
.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.22); transition: transform .2s ease; }
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 31px; fill: currentColor; }

.thank-you-page { min-height: 100vh; background: var(--ink); color: white; }
.thank-you-main { min-height: 100vh; display: grid; place-items: center; padding: 40px 22px; background: radial-gradient(circle at 78% 18%, rgba(120,169,173,.2), transparent 34%), radial-gradient(circle at 12% 86%, rgba(216,184,117,.13), transparent 30%); }
.thank-you-card { width: min(760px, 100%); padding: clamp(38px, 7vw, 78px); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); box-shadow: var(--shadow); }
.thank-you-check { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 50%; background: var(--sun); color: var(--ink); font: 800 1.65rem "Manrope", sans-serif; }
.thank-you-card .eyebrow { color: var(--sun); }
.thank-you-card h1 { margin-bottom: 26px; font-size: clamp(2.7rem, 7vw, 5.4rem); }
.thank-you-card > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.thank-you-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }

@media (min-width: 901px) {
  .site-header { height: 104px; background: linear-gradient(180deg, rgba(5,20,27,.72), rgba(5,20,27,.08)); }
  .site-header .main-nav { gap: 18px; font-size: .88rem; }
  .brand { flex: 0 0 auto; }
  .brand-text { min-width: 190px; }
  .hero { min-height: 900px; align-items: center; }
  .hero-content { padding-top: 120px; padding-bottom: 0; }
  .hero .eyebrow { margin-bottom: 14px; }
  .hero h1 { max-width: 860px; margin-bottom: 22px; font-size: clamp(3.5rem, 6.2vw, 6.2rem); }
  .hero-intro { font-size: 1.12rem; }
  .hero-badge { bottom: 55px; }
  .services .wrap { width: min(1120px, calc(100% - 80px)); }
  .split-heading { grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: 64px; }
  .split-heading h2 { max-width: 720px; font-size: clamp(2.8rem, 4.2vw, 4.35rem); line-height: 1.04; }
  .split-heading > p { max-width: 500px; margin-bottom: 0; color: #4e656e; font-size: 1.2rem; line-height: 1.6; }
  .service-featured .service-card-media { background: url("assets/rio-guide-christ.jpg") center 48%/cover no-repeat; }
  .service-featured .service-card-media img { opacity: 0; }
  .contact { background: url("assets/cruise-rio.jpg") center 52%/cover no-repeat; }
  .contact > img { opacity: 0; }
}

@media (max-width: 900px) {
  :root { --wrap: min(100% - 34px, 720px); }
  .section { padding: 85px 0; }
  .site-header { height: 78px; padding-inline: 18px; }
  .brand-text small { display: none; }
  .menu-toggle { position: relative; z-index: 22; display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 21; display: flex; flex-direction: column; justify-content: center; gap: 24px; background: var(--ink); font-size: 1.3rem; transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: translateX(0); }
  .hero { min-height: 780px; }
  .hero-media { background-position: 36% center; }
  .hero-content { padding-bottom: 100px; }
  .hero h1 { font-size: clamp(3rem, 12vw, 5.4rem); }
  .hero-intro { max-width: 540px; }
  .hero-badge { right: 18px; bottom: 25px; width: 108px; height: 108px; }
  .hero-badge strong { font-size: 1.45rem; }
  .hero-badge span { font-size: .65rem; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(odd) { border-left: 0; }
  .proof-grid > div { min-height: 105px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-heading, .visit-intro, .process-grid, .transfer-note, .inquiry-grid { grid-template-columns: 1fr; gap: 45px; }
  .inquiry-copy { position: static; }
  .transfer-note { gap: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-featured { transform: none; }
  .visits-photo { max-width: 650px; }
  .visit-intro { margin-bottom: 70px; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .trip-planner { align-items: flex-start; flex-direction: column; }
  .about { grid-template-columns: 1fr; }
  .about-media img { min-height: 560px; max-height: 720px; }
  .about-copy { padding: 80px max(24px, calc((100vw - 720px) / 2)) 120px; }
  .about-quote { right: 20px; bottom: -48px; }
  .review-heading { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote { min-height: 270px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 600px) {
  :root { --wrap: calc(100% - 30px); }
  body { font-size: 16px; }
  h2 { font-size: 2.55rem; }
  .hero { min-height: 760px; }
  .hero-media { background-image: url("assets/other-activities.jpg"); background-position: center 38%; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,20,27,.95) 0%, rgba(5,20,27,.55) 75%, rgba(5,20,27,.35) 100%); }
  .hero-content { padding-bottom: 115px; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(2.85rem, 13vw, 4rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-badge { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 88px; padding: 18px 0; border-left: 0; border-right: 0 !important; }
  .split-heading { gap: 25px; }
  .service-card { padding: 32px 25px; }
  .transfer-media { grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; min-height: 520px; }
  .transfer-media img { position: static; }
  .transfer-media img:nth-child(2) { display: block; object-position: 68% center; }
  .transfer-copy { padding: 32px 25px; }
  .visits-photo::before { left: -15px; bottom: -15px; }
  .visits-copy h2, .process-grid h2 { font-size: 2.55rem; }
  .visit-intro { margin-bottom: 55px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 0; }
  .service-card-media { margin: -32px -25px 26px; }
  .experience-card-media { height: 210px; }
  .trip-planner { padding: 28px 24px; }
  .about-media img { min-height: 440px; object-position: center top; }
  .about-copy { padding: 70px 20px 110px; }
  .about-quote { left: 16px; right: auto; }
  .reviews { padding-top: 150px; }
  .review-grid blockquote { padding: 27px 23px; }
  .contact { min-height: 700px; align-items: flex-end; }
  .contact > img { object-position: 60% center; }
  .contact-overlay { background: linear-gradient(0deg, rgba(5,20,27,.97) 0%, rgba(5,20,27,.6) 75%, rgba(5,20,27,.2) 100%); }
  .contact-content { padding-bottom: 85px; }
  .contact-content h2 { font-size: 3.15rem; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .inquiry-form { padding: 30px 23px; }
  .form-row { grid-template-columns: 1fr; }
  .thank-you-actions { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

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

/* Pages intérieures */
.inner-page { background: #f5f2ea; }
.inner-header { position: relative; background: #071b24; }
.inner-header .site-header { position: relative; }
.page-hero { position: relative; min-height: 620px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #071b24; }
.page-hero > img, .page-hero::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero > img { object-fit: cover; }
.page-hero::after { content: ""; background: linear-gradient(90deg, rgba(5,20,27,.94), rgba(5,20,27,.56) 56%, rgba(5,20,27,.18)), linear-gradient(0deg, rgba(5,20,27,.58), transparent 55%); }
.page-hero-content { position: relative; z-index: 2; padding: 95px 0 78px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: rgba(255,255,255,.7); font-size: .8rem; }
.breadcrumbs a:hover { color: var(--sun); }
.page-hero h1 { max-width: 940px; margin-bottom: 24px; font-size: clamp(3.25rem, 7vw, 6.8rem); }
.page-hero h1 em { color: var(--sun); font-style: normal; }
.page-hero-lead { max-width: 740px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.page-section { padding: 100px 0; }
.page-section.white { background: white; }
.page-section.dark { background: var(--ink); color: white; }
.page-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 70px; align-items: end; margin-bottom: 58px; }
.page-heading h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.page-heading > p { margin-bottom: 0; color: var(--muted); font-size: 1.06rem; }
.dark .page-heading > p { color: rgba(255,255,255,.7); }
.seo-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.seo-card { display: flex; flex-direction: column; min-height: 470px; border: 1px solid var(--line); background: white; }
.seo-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.seo-card-body { display: flex; flex: 1; flex-direction: column; padding: 27px; }
.seo-card h2, .seo-card h3 { margin-bottom: 12px; font-size: 1.45rem; line-height: 1.22; letter-spacing: -.025em; }
.seo-card p { color: var(--muted); }
.seo-card .text-link { align-self: flex-start; margin-top: auto; }
.route-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.route-card { padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.66); }
.route-card h2, .route-card h3 { margin-bottom: 12px; font-size: 1.25rem; line-height: 1.3; }
.route-card p { margin-bottom: 0; color: var(--muted); }
.route-card strong { color: var(--coral); }
.route-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 42px; margin: 0; padding: 0; list-style: none; }
.route-list li { padding: 18px 0; border-top: 1px solid var(--line); }
.route-list strong { display: block; margin-bottom: 4px; font: 700 1rem "Manrope", sans-serif; }
.route-list span { color: var(--muted); font-size: .92rem; }
.detail-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 72px; align-items: center; }
.detail-split.reverse .detail-media { order: 2; }
.detail-media { position: relative; }
.detail-media img { width: 100%; min-height: 520px; max-height: 680px; object-fit: cover; box-shadow: var(--shadow); }
.detail-media::before { content: ""; position: absolute; left: -18px; bottom: -18px; width: 58%; height: 58%; background: var(--sun); }
.detail-media img { position: relative; z-index: 1; }
.detail-copy h2 { font-size: clamp(2.45rem, 4.5vw, 4.4rem); }
.detail-copy > p { color: var(--muted); font-size: 1.04rem; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 27px; border-top: 1px solid var(--line); }
.check-list li::before { content: "•"; position: absolute; left: 3px; color: var(--coral); font-size: 1.4rem; line-height: 1; }
.testimonial-band { padding: 56px 0; background: var(--sun); }
.testimonial-band blockquote { max-width: 920px; margin: 0 auto; text-align: center; }
.testimonial-band p { margin-bottom: 18px; font: 700 clamp(1.4rem, 3vw, 2.15rem)/1.45 "Manrope", sans-serif; }
.testimonial-band footer { color: #44555a; }
.info-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 55px; background: rgba(255,255,255,.15); }
.info-band > div { padding: 26px; background: var(--ink); }
.info-band strong { display: block; margin-bottom: 6px; color: var(--sun); font-family: "Manrope", sans-serif; }
.info-band span { color: rgba(255,255,255,.67); font-size: .9rem; }
.page-cta { padding: 80px 0; background: var(--coral); color: white; }
.page-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.page-cta h2 { max-width: 720px; margin: 0; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.page-cta p { max-width: 520px; margin: 18px 0 0; color: rgba(255,255,255,.8); }
.page-cta .button { flex: 0 0 auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 170px; gap: 12px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: #d9d6ce; }
.gallery-grid figure:nth-child(6n+1) { grid-column: span 7; grid-row: span 2; }
.gallery-grid figure:nth-child(6n+2) { grid-column: span 5; grid-row: span 2; }
.gallery-grid figure:nth-child(6n+3), .gallery-grid figure:nth-child(6n+4), .gallery-grid figure:nth-child(6n+5) { grid-column: span 4; grid-row: span 2; }
.gallery-grid figure:nth-child(6n) { grid-column: span 12; grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 22px 18px 13px; color: white; background: linear-gradient(transparent, rgba(5,20,27,.78)); font-size: .8rem; }
.review-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.review-page-grid blockquote { display: flex; flex-direction: column; min-height: 320px; margin: 0; padding: 35px; border: 1px solid var(--line); background: white; }
.review-page-grid blockquote p { font: 600 1.05rem/1.6 "Manrope", sans-serif; }
.review-page-grid footer { margin-top: auto; color: var(--muted); font-size: .86rem; }
.review-page-grid .stars { margin-bottom: 24px; }
.subpage-footer .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
.subpage-footer .footer-bottom { grid-column: 1 / -1; }

@media (min-width: 901px) {
  .inner-header .site-header { height: 96px; }
  .inner-header .main-nav { gap: 20px; }
}

@media (max-width: 900px) {
  .page-hero { min-height: 570px; }
  .page-hero-content { padding: 80px 0 62px; }
  .page-heading, .detail-split { grid-template-columns: 1fr; gap: 38px; }
  .seo-card-grid { grid-template-columns: 1fr 1fr; }
  .detail-split.reverse .detail-media { order: 0; }
  .detail-media img { min-height: 420px; }
  .page-cta .wrap { align-items: flex-start; flex-direction: column; }
  .subpage-footer .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 600px) {
  .page-hero { min-height: 540px; }
  .page-hero h1 { font-size: clamp(2.75rem, 13vw, 4.25rem); }
  .page-hero > img { object-position: 58% center; }
  .page-section { padding: 75px 0; }
  .page-heading { margin-bottom: 40px; }
  .seo-card-grid, .route-grid, .route-list, .review-page-grid { grid-template-columns: 1fr; }
  .seo-card { min-height: 0; }
  .detail-media img { min-height: 370px; }
  .info-band { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-grid figure, .gallery-grid figure:nth-child(n) { grid-column: auto; grid-row: auto; }
  .subpage-footer .footer-grid { grid-template-columns: 1fr; }
}
