/* =========================================================
   CHIAVE DEL MARE — PAGINA GITE NEL DESERTO
   Responsive desktop / tablet / mobile
   ========================================================= */
.cdm-desert-page { overflow:hidden; background:#fffaf4; color:#283338; }
.cdm-desert-shell,.cdm-desert-scene-copy { width:min(90%,1180px); margin-inline:auto; }
.cdm-desert-page .cdm-eyebrow { margin:0 0 16px; color:#bb7442; font:700 12px/1.4 Poppins,sans-serif; text-transform:uppercase; letter-spacing:3px; }
.cdm-desert-page h1,.cdm-desert-page h2,.cdm-desert-page h3 { font-family:Georgia,'Times New Roman',serif; }

.cdm-desert-hero { position:relative; min-height:88svh; display:flex; align-items:center; overflow:hidden; background:#3b2b24; }
.cdm-desert-hero picture { position:absolute; inset:0; }
.cdm-desert-hero-video,.cdm-desert-hero-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.cdm-desert-hero-video { z-index:0; background:#3b2b24; }
.cdm-desert-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(28,18,13,.72) 0%,rgba(28,18,13,.34) 52%,rgba(28,18,13,.12) 100%); }
.cdm-desert-hero-content { position:relative; z-index:2; width:min(90%,1180px); margin:auto; padding:150px 0 110px; color:#fff; }
.cdm-desert-hero-content .cdm-eyebrow { color:#f3c69e; }
.cdm-desert-hero h1 { max-width:850px; margin:0 0 24px; color:#fff; font-size:clamp(56px,6vw,92px); line-height:.98; font-weight:500; letter-spacing:-2.2px; }
.cdm-desert-hero-content > p:not(.cdm-eyebrow) { max-width:650px; margin:0 0 34px; font-size:19px; line-height:1.75; color:#f9ede3; }
.cdm-desert-scroll { position:absolute; z-index:3; left:50%; bottom:28px; width:26px; height:44px; transform:translateX(-50%); border:1px solid rgba(255,255,255,.58); border-radius:20px; }
.cdm-desert-scroll span { position:absolute; left:50%; top:9px; width:4px; height:8px; transform:translateX(-50%); border-radius:4px; background:#fff; animation:cdmDesertScroll 1.7s ease-in-out infinite; }
@keyframes cdmDesertScroll { 0%,100%{opacity:.4;transform:translate(-50%,0)} 50%{opacity:1;transform:translate(-50%,12px)} }

.cdm-desert-intro { padding:130px 0; background:#fffaf4; }
.cdm-desert-intro-grid { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:85px; }
.cdm-desert-intro-copy h2,.cdm-desert-section-head h2,.cdm-desert-cta h2 { margin:0; color:#2e302f; font-size:clamp(42px,4vw,62px); line-height:1.06; font-weight:500; letter-spacing:-1.4px; }
.cdm-desert-intro-copy > p:last-child { margin:28px 0 0; max-width:580px; color:#695f58; font-size:17px; line-height:1.85; }
.cdm-desert-feature-image { position:relative; margin:0; height:620px; overflow:visible; }
.cdm-desert-feature-image img { width:100%; height:100%; object-fit:cover; border-radius:150px 28px 28px 28px; box-shadow:0 30px 65px rgba(67,44,31,.16); }
.cdm-desert-sun { position:absolute; right:-38px; bottom:72px; width:105px; height:105px; border-radius:50%; background:rgba(215,126,69,.18); border:1px solid rgba(187,116,66,.4); box-shadow:0 0 0 20px rgba(215,126,69,.08); }

.cdm-desert-experiences { padding:130px 0; background:#f5eadf; }
.cdm-desert-section-head { max-width:760px; margin:0 auto 58px; text-align:center; }
.cdm-desert-section-head-left { max-width:820px; margin-left:0; text-align:left; }
.cdm-desert-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.cdm-desert-card { overflow:hidden; border-radius:28px; background:#fffaf4; box-shadow:0 16px 45px rgba(77,52,38,.08); transition:transform .35s ease,box-shadow .35s ease; }
.cdm-desert-card:hover { transform:translateY(-7px); box-shadow:0 22px 55px rgba(77,52,38,.14); }
.cdm-desert-card-image { height:300px; background-size:cover; background-position:center; }
.cdm-desert-card-1 .cdm-desert-card-image { background-image:linear-gradient(rgba(44,28,20,.05),rgba(44,28,20,.12)),url('../images/safari-jeep-bg.jpg'); background-position:center 58%; }
.cdm-desert-card-2 .cdm-desert-card-image { background-image:linear-gradient(rgba(44,28,20,.08),rgba(44,28,20,.24)),url('../images/IMG_2815.JPG'); background-position:68% center; }
.cdm-desert-card-3 .cdm-desert-card-image { background-image:linear-gradient(rgba(44,28,20,.08),rgba(44,28,20,.18)),url('../images/IMG_2818.jpg'); background-position:center; }
.cdm-desert-card-body { padding:32px 28px 36px; min-height:285px; }
.cdm-desert-card-number { display:inline-block; margin-bottom:20px; color:#bb7442; font:700 12px/1 Poppins,sans-serif; letter-spacing:2px; }
.cdm-desert-card h3 { margin:0 0 14px; color:#2e302f; font-size:27px; line-height:1.15; }
.cdm-desert-card p { margin:0; color:#6f635c; line-height:1.75; }

.cdm-desert-scene { position:relative; min-height:670px; display:flex; align-items:center; overflow:hidden; }
.cdm-desert-scene-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.cdm-desert-scene-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(39,24,16,.74),rgba(39,24,16,.34) 58%,rgba(39,24,16,.13)); }
.cdm-desert-scene-copy { position:relative; z-index:2; color:#fff; }
.cdm-desert-scene-copy .cdm-eyebrow { color:#f1c295; }
.cdm-desert-scene-copy h2 { max-width:730px; margin:0 0 25px; color:#fff; font-size:clamp(50px,5vw,76px); line-height:1.02; font-weight:500; }
.cdm-desert-scene-copy > p:last-child { max-width:630px; margin:0; color:#f7e9de; font-size:18px; line-height:1.8; }

.cdm-desert-why { padding:130px 0; background:#fffaf4; }
.cdm-desert-why-grid { display:grid; grid-template-columns:1fr 1fr; column-gap:75px; }
.cdm-desert-reason { display:grid; grid-template-columns:48px 1fr; gap:18px; padding:35px 0; border-top:1px solid rgba(89,63,48,.15); }
.cdm-desert-reason > span { color:#bb7442; font:700 15px/1.4 Poppins,sans-serif; letter-spacing:1.5px; }
.cdm-desert-reason h3 { margin:0 0 10px; font-size:23px; color:#2e302f; }
.cdm-desert-reason p { margin:0; color:#6f635c; line-height:1.75; }

.cdm-desert-gallery { padding:130px 0 145px; background:#f5eadf; }
.cdm-desert-gallery-grid { display:grid; grid-template-columns:1.35fr .65fr; grid-template-rows:280px 280px; gap:24px; }
.cdm-desert-gallery-grid figure { margin:0; overflow:hidden; border-radius:28px; background:#dfcbbb; }
.cdm-desert-gallery-grid img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.cdm-desert-gallery-grid figure:hover img { transform:scale(1.045); }
.cdm-desert-gallery-main { grid-row:1 / 3; }
.cdm-desert-gallery-main img { object-position:center; }

.cdm-desert-cta { position:relative; overflow:hidden; padding:135px 0; background:linear-gradient(135deg,#493126 0%,#6e4632 52%,#3f2a22 100%); }
.cdm-desert-cta::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 20% 20%,rgba(224,144,85,.22),transparent 34%),radial-gradient(circle at 86% 82%,rgba(255,212,165,.12),transparent 32%); }
.cdm-desert-cta-inner { position:relative; z-index:2; max-width:900px; text-align:center; color:#fff; }
.cdm-desert-cta .cdm-eyebrow { color:#f1c295; }
.cdm-desert-cta h2 { color:#fff; }
.cdm-desert-cta-inner > p:not(.cdm-eyebrow) { max-width:720px; margin:26px auto 34px; color:#f6e9de; font-size:18px; line-height:1.8; }
.cdm-desert-cta-orb { position:absolute; border:1px solid rgba(255,255,255,.11); border-radius:50%; }
.cdm-desert-cta-orb-1 { width:360px; height:360px; left:-150px; top:-120px; }
.cdm-desert-cta-orb-2 { width:250px; height:250px; right:-70px; bottom:-110px; }

@media (max-width:1024px) {
  .cdm-desert-shell,.cdm-desert-scene-copy { width:min(92%,900px); }
  .cdm-desert-hero { min-height:82svh; }
  .cdm-desert-intro { padding:105px 0; }
  .cdm-desert-intro-grid { grid-template-columns:1fr 1fr; gap:48px; }
  .cdm-desert-feature-image { height:520px; }
  .cdm-desert-experiences,.cdm-desert-why,.cdm-desert-gallery { padding:105px 0; }
  .cdm-desert-cards { gap:20px; }
  .cdm-desert-card-image { height:250px; }
  .cdm-desert-card-body { padding:28px 24px 30px; min-height:260px; }
  .cdm-desert-scene { min-height:600px; }
  .cdm-desert-gallery-grid { grid-template-rows:230px 230px; }
}

@media (max-width:782px) {
  .cdm-desert-shell,.cdm-desert-scene-copy { width:calc(100% - 40px); }
  .cdm-desert-hero { min-height:78svh; }
  .cdm-desert-hero-video,.cdm-desert-hero-bg { object-position:center; }
  .cdm-desert-hero-content { width:calc(100% - 40px); padding:125px 0 80px; }
  .cdm-desert-hero h1 { font-size:clamp(45px,9vw,66px); }
  .cdm-desert-scroll { bottom:20px; }
  .cdm-desert-intro-grid { grid-template-columns:1fr; gap:54px; }
  .cdm-desert-intro-copy { max-width:680px; }
  .cdm-desert-feature-image { width:88%; height:520px; margin-left:auto; }
  .cdm-desert-cards { grid-template-columns:1fr; gap:26px; }
  .cdm-desert-card { display:grid; grid-template-columns:.9fr 1.1fr; }
  .cdm-desert-card-image { height:100%; min-height:280px; }
  .cdm-desert-card-body { min-height:0; display:flex; flex-direction:column; justify-content:center; }
  .cdm-desert-scene { min-height:580px; }
  .cdm-desert-scene-overlay { background:linear-gradient(90deg,rgba(39,24,16,.77),rgba(39,24,16,.42)); }
  .cdm-desert-why-grid { grid-template-columns:1fr; }
  .cdm-desert-gallery-grid { grid-template-columns:1fr 1fr; grid-template-rows:400px 240px; }
  .cdm-desert-gallery-main { grid-column:1 / 3; grid-row:auto; }
  .cdm-desert-cta { padding:110px 0; }
}

@media (max-width:520px) {
  .cdm-desert-shell,.cdm-desert-scene-copy { width:calc(100% - 32px); }
  .cdm-desert-hero { min-height:760px; }
  .cdm-desert-hero-video,.cdm-desert-hero-bg { object-position:center; }
  .cdm-desert-hero-overlay { background:linear-gradient(180deg,rgba(38,23,15,.28),rgba(38,23,15,.22) 35%,rgba(38,23,15,.78)); }
  .cdm-desert-hero-content { width:calc(100% - 32px); padding:135px 0 95px; align-self:flex-end; }
  .cdm-desert-hero-content .cdm-eyebrow { font-size:11px; letter-spacing:2.3px; }
  .cdm-desert-hero h1 { font-size:clamp(42px,13vw,59px); margin-bottom:20px; }
  .cdm-desert-hero-content > p:not(.cdm-eyebrow) { font-size:17px; line-height:1.62; margin-bottom:30px; }
  .cdm-desert-intro,.cdm-desert-experiences,.cdm-desert-why,.cdm-desert-gallery { padding:82px 0; }
  .cdm-desert-intro-copy h2,.cdm-desert-section-head h2,.cdm-desert-cta h2 { font-size:clamp(36px,10vw,48px); margin-bottom:22px; }
  .cdm-desert-intro-copy > p:last-child { font-size:16px; line-height:1.78; }
  .cdm-desert-feature-image { width:100%; height:420px; }
  .cdm-desert-feature-image img { border-radius:75px 24px 24px 24px; }
  .cdm-desert-sun { right:-12px; bottom:55px; width:76px; height:76px; }
  .cdm-desert-section-head { margin-bottom:42px; }
  .cdm-desert-card { display:block; border-radius:24px; }
  .cdm-desert-card-image { height:280px; min-height:0; }
  .cdm-desert-card-body { min-height:0; padding:30px 25px 32px; }
  .cdm-desert-card h3 { font-size:23px; }
  .cdm-desert-scene { min-height:620px; }
  .cdm-desert-scene-bg { object-position:62% center; }
  .cdm-desert-scene-overlay { background:rgba(39,24,16,.61); }
  .cdm-desert-scene-copy { text-align:center; }
  .cdm-desert-scene-copy > * { margin-left:auto; margin-right:auto; }
  .cdm-desert-scene-copy h2 { font-size:clamp(42px,12vw,56px); }
  .cdm-desert-scene-copy > p:last-child { font-size:17px; line-height:1.7; }
  .cdm-desert-why-grid { gap:0; }
  .cdm-desert-reason { grid-template-columns:42px 1fr; gap:14px; padding:30px 0; }
  .cdm-desert-reason h3 { font-size:21px; }
  .cdm-desert-gallery-grid { display:flex; flex-direction:column; gap:16px; }
  .cdm-desert-gallery-grid figure,.cdm-desert-gallery-main { height:270px; }
  .cdm-desert-gallery-main { height:390px; }
  .cdm-desert-cta { padding:90px 0; }
  .cdm-desert-cta-inner > p:not(.cdm-eyebrow) { font-size:16px; line-height:1.72; }
  .cdm-desert-cta .cdm-btn { width:100%; max-width:320px; }
}

@media (prefers-reduced-motion:reduce) {
  .cdm-desert-scroll span { animation:none; }
  .cdm-desert-card,.cdm-desert-gallery-grid img { transition:none; }
}

/* Freccia di apertura card: coerente con le card della pagina Immersioni */
.cdm-desert-card-open {
  display:block;
  margin-top:14px;
  color:inherit;
  font-size:24px;
  line-height:1;
}
