/* Daichan Egypt v9 — one mobile layout, shared visual language.
   Desktop geometry remains owned by modern.css; shared polish is paint only. */
:root {
  --brand-ink:#0a2230;
  --brand-paper:#fbfaf7;
  --brand-sand:#efe7dc;
  --brand-copper:#ad543e;
  --brand-teal:#256d6a;
  --brand-line:rgba(10,34,48,.12);
  --brand-radius:18px;
}
.btn,.nav-cta,.nav-line {border-radius:14px}
.btn-line {background:#087f42;border-color:#087f42}
.btn-line:hover {background:#076a38;border-color:#076a38}
.kicker {color:var(--brand-copper)}
.trust-icon,.service-icon {color:var(--brand-copper);background:#f5eee4}
.trust-icon svg,.service-icon svg,.assurance-icon svg {display:block;stroke-linecap:round;stroke-linejoin:round}
.tour-card,.service-card {box-shadow:0 6px 24px rgba(10,34,48,.035)}
.tour-card,.service-card,.gallery-button,.inquiry-form {border-radius:var(--brand-radius)}
.price-table-wrap {border-radius:14px}
.inquiry-form input,.inquiry-form select,.inquiry-form textarea {border-radius:10px}
.booking-flow {background:#f6f2eb}
.process-grid::before,.process-card::after {display:none}
.process-card {background:#fff!important;box-shadow:0 6px 22px rgba(10,34,48,.035)!important;border-radius:20px!important}
.process-icon,.process-card:nth-child(2) .process-icon,.process-card:nth-child(3) .process-icon {transform:none;background:#eef5f2;border-color:#d9e8e0;box-shadow:none;color:var(--brand-teal);border-radius:18px}
.process-card:nth-child(2) .process-icon {background:#fcf1e5;border-color:#efdfc9;color:#956423}
.process-card:nth-child(3) .process-icon {background:#f8ece6;border-color:#ebd8ce;color:var(--brand-copper)}
.process-icon svg {width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;stroke-width:1.7}
.process-icon .icon-fill {fill:currentColor;fill-opacity:.13;stroke:none}
.process-no {background:#f3eee5;color:var(--brand-copper)}
.process-mini {color:#62747b}
.contact-panel {background:linear-gradient(115deg,#0a2230,#173f4a)}
.contact-panel .kicker,.flagship-home .kicker,.proof .kicker {color:#e5c388}
.contact-panel::after {border-color:rgba(230,206,162,.1);box-shadow:none}
.contact-panel .btn-ghost {color:#fff;border-color:rgba(255,255,255,.48)}
.footer-links a {color:#d2dade;opacity:1}
.site-footer .footer-trust {color:#b8c8cb}
:where(a,button,summary,input,select,textarea):focus-visible {outline:3px solid #bd7956;outline-offset:4px}
.mobile-action-dock,.mobile-carousel-ui[hidden] {display:none!important}
dialog:not([open]) {display:none}
.mobile-carousel-ui {display:none}

@media (max-width:760px) {
  html {scroll-padding-top:80px}
  body {padding-bottom:0;background:var(--brand-paper);font-size:14px;line-height:1.8}
  .container,.hero-cinematic-inner.container {width:calc(100% - 32px);max-width:620px;margin-inline:auto}
  .container :is(.about-copy,.hero-copy,.transfer-copy,.museum-copy,.service-card,.tour-card,.process-card) {min-width:0}
  .section {padding-block:36px}
  main>.section:first-child {padding-top:96px}
  .section-head {display:block;margin-bottom:20px}
  .section-head>p {max-width:none;margin:10px 0 0;font-size:13px;line-height:1.8}
  .section-head h2,.about h2,.transfer h2,.museum h2,.faq h2,.final-cta h2,.booking-flow h2,.assurance-section h2,.tour-section h2 {
    font-size:clamp(25px,6.6vw,32px);line-height:1.42;letter-spacing:-.025em;overflow-wrap:anywhere
  }
  .kicker,.eyebrow {font-size:10px;letter-spacing:.15em;margin-bottom:10px}
  .btn {min-height:48px;padding:10px 18px;font-size:13px;line-height:1.5;letter-spacing:.02em}
  .hero-actions {gap:10px}
  .text-link {font-size:13px}
  .section::before,.section::after,.tour-section::after,.tour-hero::before,.redsea-hero::after {display:none}

  /* A viewport-sized menu, outside the header's backdrop containing block. */
  .site-header,.site-header.scrolled {color:var(--brand-ink);background:rgba(251,250,247,.97);backdrop-filter:none}
  .home-page .site-header:not(.scrolled) {color:#fff;background:linear-gradient(180deg,rgba(5,18,27,.5),rgba(5,18,27,.1));backdrop-filter:none}
  .nav-wrap {min-height:64px;gap:16px}
  .brand {gap:9px}
  .brand-mark {width:34px;height:34px;border-radius:10px;font-size:17px}
  .brand-text strong {font-size:16px}
  .brand-text small {display:none}
  .menu-toggle {position:relative;z-index:3;display:grid;place-content:center;gap:5px;width:44px;height:44px;padding:0;border:1px solid currentColor;border-radius:13px;color:inherit;background:transparent}
  .menu-toggle span {width:19px;height:1.5px;background:currentColor;transition:transform .2s,opacity .2s}
  .menu-toggle[aria-expanded=true] span:nth-child(1) {transform:translateY(6.5px) rotate(45deg)}
  .menu-toggle[aria-expanded=true] span:nth-child(2) {opacity:0}
  .menu-toggle[aria-expanded=true] span:nth-child(3) {transform:translateY(-6.5px) rotate(-45deg)}
  .site-header:has(.is-open) {background:var(--brand-paper)!important;color:var(--brand-ink)!important}
  .site-nav {position:fixed;z-index:2;inset:64px 0 0;width:auto;max-height:calc(100dvh - 64px);padding:18px 24px max(24px,env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;overflow-y:auto;border:0;border-radius:0;box-shadow:none;background:var(--brand-paper);color:var(--brand-ink);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,transform .2s,visibility .2s}
  .site-nav.open,.site-nav.is-open {opacity:1;visibility:visible;transform:none}
  .site-nav>a {padding:17px 0;border-bottom:1px solid var(--brand-line);font-size:17px;line-height:1.6}
  .site-nav>a:not(.nav-line)::after {display:none}
  .site-nav .nav-line,.site-nav .nav-cta {display:flex;align-items:center;justify-content:center;min-height:48px;margin-top:18px;padding:12px 18px;border:1px solid var(--brand-ink)!important;border-radius:14px;background:var(--brand-ink)!important;color:#fff!important;font-size:14px}
  body.nav-open {overflow:hidden}
  body.nav-open .mobile-tour-cta {visibility:hidden}

  /* Compact hero without forcing a narrow text column or tall fixed height. */
  .hero.hero-cinematic {min-height:620px;min-height:min(650px,88svh);max-height:none;display:grid;align-items:end}
  .hero-cinematic-inner {display:block;padding:120px 0 30px}
  .hero.hero-cinematic .hero-copy {width:100%;max-width:100%}
  .hero-cinematic-media img {object-position:57% center}
  .hero-cinematic-shade {background:linear-gradient(0deg,rgba(4,18,26,.93),rgba(4,18,26,.68) 50%,rgba(4,18,26,.16))}
  .hero.hero-cinematic .eyebrow {display:inline-flex;max-width:100%;margin-bottom:18px;font-size:8px;letter-spacing:.12em;background:rgba(10,34,48,.55);color:#f4d79d;border-color:rgba(255,255,255,.15)}
  .hero.hero-cinematic h1 {max-width:none;margin:0;font-size:clamp(29px,7.9vw,43px);line-height:1.4;letter-spacing:-.045em;overflow-wrap:anywhere}
  .hero.hero-cinematic h1>span {display:block}
  .hero.hero-cinematic h1>span+span {margin-top:.16em}
  .hero.hero-cinematic h1 .hero-phrase {display:inline-block}
  .hero.hero-cinematic .hero-lead {max-width:40em;margin:18px 0 0;font-size:13px;line-height:1.85;color:#eef0f0}
  .hero.hero-cinematic .hero-actions {display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}
  .hero.hero-cinematic .hero-actions .btn {width:100%;min-height:48px;padding:11px 9px;font-size:12px;gap:6px}
  .hero.hero-cinematic .hero-secondary-cta {background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.55);color:#fff}
  .hero-proofline {display:flex;gap:7px;flex-wrap:wrap;margin-top:18px;font-size:8px;letter-spacing:.035em}
  .hero-guide-card,.hero-scrollcue {display:none}

  /* Shared carousel affordance: count, swipe label, 44px arrow targets. */
  .mobile-carousel-ui {display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin:0 0 12px}
  .carousel-caption {display:flex;align-items:center;gap:10px;min-width:0}
  .carousel-count {min-width:34px;font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--brand-ink)}
  .carousel-hint {font-size:10px;color:#586c75}
  .mobile-carousel-arrows {display:flex;gap:8px;margin-left:auto}
  .mobile-carousel-arrow {display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid var(--brand-line);border-radius:50%;background:#fff;color:var(--brand-ink);box-shadow:none;cursor:pointer;touch-action:manipulation}
  .mobile-carousel-arrow svg {display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .mobile-carousel-arrow:disabled {background:#f1eee8;color:#8b9498;opacity:.55;cursor:default}
  .mobile-carousel-arrow:active:not(:disabled) {background:var(--brand-ink);color:#fff}
  .proof .carousel-count,.proof .carousel-hint {color:#d6e2e4}
  .proof .mobile-carousel-arrow {background:#173d4c;border-color:#42606d;color:#fff}
  .proof .mobile-carousel-arrow:disabled {background:#17313e;color:#8c9fa5}
  .trust-ribbon-grid,#featured-tours .tour-grid,.proof-grid,.destination-grid-five {display:flex;gap:12px;min-width:0;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;overflow-x:auto;scrollbar-width:none;scroll-padding-inline:16px;align-items:stretch;margin-inline:-16px;padding:0 16px 8px;width:calc(100% + 32px)}
  .trust-ribbon-grid::-webkit-scrollbar,#featured-tours .tour-grid::-webkit-scrollbar,.proof-grid::-webkit-scrollbar,.destination-grid-five::-webkit-scrollbar {display:none}
  .trust-ribbon {padding-block:16px;background:#fff;overflow:hidden}
  .trust-ribbon>.mobile-carousel-ui {width:calc(100% - 32px);max-width:620px;margin:0 auto 10px}
  .trust-ribbon-grid.container {width:100%;max-width:652px;margin-inline:auto;min-height:0}
  .trust-ribbon-item,.trust-ribbon-item:first-child,.trust-ribbon-item:last-child {flex:0 0 224px;min-height:72px;padding:12px;gap:12px;border:1px solid var(--brand-line);border-radius:14px;background:var(--brand-paper);scroll-snap-align:start}
  .trust-icon {width:32px;height:32px;flex-basis:32px}
  .trust-icon svg {width:19px;height:19px}
  .trust-ribbon-item strong {font-size:12px}
  .trust-ribbon-item small {font-size:11px;color:#5f727b}
  #featured-tours,.proof,.areas {overflow:hidden}
  #featured-tours .tour-card,#featured-tours .tour-card:nth-child(n) {flex:0 0 min(84vw,330px);max-width:330px;grid-column:auto;scroll-snap-align:start;border-radius:18px;box-shadow:none}
  #featured-tours .tour-card>a {height:100%}
  #featured-tours .tour-card img,#featured-tours .tour-card:nth-child(n) img {width:100%;height:auto!important;aspect-ratio:3/2!important;object-fit:contain!important;background:var(--brand-sand)}
  #featured-tours .tour-card-body {padding:16px;gap:9px;flex:1}
  #featured-tours .tour-card .kicker {font-size:10px;color:var(--brand-copper)}
  #featured-tours .tour-card h3 {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:18px;line-height:1.55;letter-spacing:-.02em}
  #featured-tours .tour-card p {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:12px;line-height:1.8}
  #featured-tours .tour-facts {font-size:11px;line-height:1.65}
  #featured-tours .price-value {font-size:21px}
  #featured-tours .price-line small {font-size:11px}
  #featured-tours .text-link {font-size:12px;margin-top:3px}
  .centered-action {margin-top:18px;text-align:center}
  .centered-action .btn {width:100%}

  .flagship-home-editorial .flagship-home-inner {display:flex;flex-direction:column;gap:24px;padding-block:36px}
  .flagship-home-editorial .flagship-home-visual-single {order:-1;width:100%}
  .flagship-main-figure,.flagship-main-figure .flagship-main-image {border-radius:18px}
  .flagship-main-figure .flagship-main-image {width:100%;height:auto;aspect-ratio:auto;object-fit:contain}
  .flagship-main-figure figcaption {display:block;padding:10px 0 0}
  .flagship-main-figure figcaption span {font-size:9px}
  .flagship-main-figure figcaption strong {display:block;margin-top:5px;font-size:12px;text-align:left}
  .flagship-home-editorial h2 {margin-bottom:16px;font-size:clamp(25px,6.6vw,34px);line-height:1.45}
  .flagship-home-editorial .flagship-home-copy>p:not(.kicker) {font-size:13px;line-height:1.85}
  .flagship-route {margin:18px 0 14px;gap:6px 8px;font-size:8px}
  .flagship-home-facts {gap:6px;margin-bottom:20px}
  .flagship-home-facts span {padding:6px 9px;font-size:10px;border-radius:8px}
  .flagship-home-editorial .hero-actions {display:grid;grid-template-columns:1fr;gap:9px}
  .flagship-home-editorial .hero-actions .btn {width:100%}

  .service-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:0}
  .service-card {min-height:0;padding:16px;border-radius:16px;box-shadow:none}
  .service-card-top {margin-bottom:16px}
  .service-icon {width:36px;height:36px}
  .service-icon svg {width:23px;height:23px}
  .service-card h3 {margin-bottom:8px;font-size:16px;line-height:1.55}
  .service-card p {margin:0;font-size:12px;line-height:1.8}
  .about-grid {display:grid;grid-template-columns:minmax(0,1fr);gap:24px}
  .about-photo {width:100%;max-width:380px;justify-self:center}
  .about-photo::before {display:none}
  .about-photo img {display:block;width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center top;border-radius:20px;box-shadow:none}
  .about-card {position:relative;inset:auto;z-index:2;width:calc(100% - 24px);margin:-30px 12px 0;padding:14px 16px;border-radius:14px}
  .about-copy {width:100%;max-width:none}
  .about-copy .about-lead {margin:16px 0 12px;font-size:17px;line-height:1.8}
  .about-copy>p:not(.kicker):not(.about-lead),.transfer-copy>p:not(.kicker),.museum-copy p:not(.kicker),.assurance-copy>p:not(.kicker),.faq-heading>p:not(.kicker) {font-size:13px;line-height:1.85}
  .check-list li {font-size:13px;line-height:1.8}

  /* Three compact journey steps, with custom two-tone vector artwork. */
  .process-grid {grid-template-columns:minmax(0,1fr);gap:12px}
  .process-card {min-height:0;padding:17px 16px 17px 78px!important;border-radius:18px!important}
  .process-card-head {display:block;margin:0 0 8px}
  .process-no {padding:0;background:transparent;font-size:9px;letter-spacing:.14em}
  .process-icon,.process-card:nth-child(n) .process-icon {position:absolute;left:14px;top:19px;width:48px;height:48px;flex-basis:48px;border-radius:14px}
  .process-icon svg {width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important}
  .process-card h3 {margin:0 0 6px;font-size:17px;line-height:1.55}
  .process-card p {margin:0;font-size:12px;line-height:1.85}
  .process-mini {display:none}
  .proof-grid figure,.proof-grid .proof-main {flex:0 0 min(76vw,292px);width:auto;max-width:292px;height:auto!important;aspect-ratio:auto!important;margin:0;scroll-snap-align:start;border-radius:18px}
  .proof-grid img {display:block;width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;filter:none}
  .proof-grid figcaption {font-size:9px;max-width:calc(100% - 24px);white-space:normal}
  .destination-grid-five .destination-card,.destination-grid-five .destination-card:nth-child(n) {flex:0 0 min(82vw,320px);max-width:320px;grid-column:auto;min-height:0;height:340px;aspect-ratio:auto;scroll-snap-align:start;border-radius:18px}
  .destination-card img {width:100%;height:100%;object-fit:cover}
  .destination-card>div {inset:auto 18px 18px}
  .destination-card h3 {font-size:23px;line-height:1.4}
  .destination-card p {font-size:12px}

  .transfer-grid,.museum-grid {grid-template-columns:minmax(0,1fr);gap:24px}
  .transfer-photo-wrap,.transfer-luxury-board,.museum-photo {min-height:0;border-radius:18px}
  .transfer-luxury-board {padding:20px 16px;gap:20px}
  .transfer-board-grid {grid-template-columns:minmax(0,1fr) 50px minmax(0,1fr);gap:10px}
  .transfer-board-stop {padding:16px 0}
  .transfer-board-stop strong {font-size:20px}
  .transfer-board-stop small {font-size:8px;letter-spacing:.06em}
  .transfer-board-stop span {font-size:10px}
  .transfer-board-center p {display:none}
  .transfer-board-car {transform:scale(.62);transform-origin:center}
  .transfer-board-tags {gap:6px}
  .transfer-board-tags span {padding:6px 8px;font-size:10px}
  .transfer-note {position:static;display:inline-block;margin-top:10px;border-radius:12px}
  .museum-photo {box-shadow:none}
  .museum-photo img {display:block;width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;border-radius:18px}
  #museum-title br {display:none}
  .assurance-shell {grid-template-columns:minmax(0,1fr);gap:20px}
  .assurance-copy {position:static}
  .assurance-grid {grid-template-columns:minmax(0,1fr)}
  .assurance-card,.assurance-card:nth-child(even) {grid-template-columns:40px minmax(0,1fr) auto;column-gap:12px;padding:17px 0}
  .assurance-icon {width:36px;height:36px}
  .assurance-icon svg {width:19px!important;height:19px!important;max-width:19px!important;max-height:19px!important}
  .assurance-card strong {font-size:14px}
  .assurance-card h3 {font-size:17px;line-height:1.5}
  .assurance-card p {font-size:12px;line-height:1.8}
  .faq-grid {grid-template-columns:minmax(0,1fr);gap:20px}
  .faq-heading {position:static}
  .faq-item summary,.faq-list summary {padding:17px 34px 17px 0;font-size:14px;line-height:1.7}
  .faq-item p,.faq-list p {font-size:13px;line-height:1.85}

  /* Consistent sizing across listings, detail pages, itineraries and forms. */
  .breadcrumbs {padding-top:86px;padding-bottom:8px;font-size:11px;overflow-wrap:anywhere}
  .tour-hero,.redsea-hero-grid {grid-template-columns:minmax(0,1fr);gap:22px}
  .tour-hero {padding-top:12px;padding-bottom:32px}
  .tour-hero-media,.redsea-hero-media {order:-1;border-radius:18px}
  .tour-hero-media::before,.tour-hero-media::after {display:none}
  .tour-hero-img,.redsea-hero-img {width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;border-radius:18px}
  .tour-hero h1,.redsea-hero h1,.tours-index-hero h1,.booking-page h1,.transfer-page h1,.policy-page h1,main>.section:first-child h1 {font-size:clamp(26px,7vw,36px);line-height:1.45;letter-spacing:-.03em;overflow-wrap:anywhere}
  .tour-hero .hero-lead,.hero-lead,.policy-lead {font-size:14px;line-height:1.85}
  .tour-hero .hero-actions {display:grid;grid-template-columns:1fr}
  .tour-hero .hero-actions .btn {width:100%}
  .tour-trust-chips {gap:6px}
  .tour-trust-chips span,.listing-trust span {font-size:10px;border-radius:8px}
  .price-panel {margin-block:16px;padding-block:16px}
  .price-panel .price-value {font-size:26px}
  .price-panel>.price-value {display:block;line-height:1.45}
  .price-panel>small {display:block;margin-top:6px;font-size:12px;line-height:1.7}
  .price-panel p {font-size:12px;line-height:1.8}
  .tour-facts {font-size:12px;line-height:1.8}
  .tour-grid {grid-template-columns:minmax(0,1fr);gap:18px}
  .tour-card {border-radius:18px}
  .tour-card img {width:100%;height:auto!important;aspect-ratio:3/2!important;object-fit:contain!important;background:var(--brand-sand)}
  .tour-card-body {padding:17px}
  .tour-card h3 {font-size:20px;line-height:1.55}
  .tour-card p {font-size:13px;line-height:1.8}
  .tour-category {margin-top:30px}
  .tour-category-head {margin-bottom:16px}
  .pricing-disclosure {grid-template-columns:1fr;gap:6px;padding:14px;margin:18px 0 28px}
  .pricing-disclosure p {font-size:12px}
  .highlight-grid {grid-template-columns:minmax(0,1fr)}
  .highlight-item {min-height:0;padding:16px 0;border-right:0;font-size:13px;line-height:1.8}
  .itinerary-shell {width:calc(100% - 32px);max-width:620px}
  .itinerary-shell .section-head {display:block;margin-bottom:16px}
  .itinerary-duration {margin-top:12px;font-size:12px}
  .itinerary-intro {font-size:13px;margin-bottom:20px}
  .itinerary-days {gap:24px}
  .day-heading {gap:12px;margin-bottom:14px}
  .day-heading h3 {font-size:17px;line-height:1.6}
  .day-heading p {font-size:12px;line-height:1.8}
  .itinerary-steps {margin-left:6px;padding-left:18px}
  .itinerary-step::before {left:-24px}
  .itinerary-step summary {grid-template-columns:48px minmax(0,1fr) 20px;gap:9px;padding:16px 0}
  .step-time {font-size:11px;overflow-wrap:anywhere}
  .step-title {font-size:14px;line-height:1.7}
  .step-detail {padding:0 0 18px}
  .step-detail p {font-size:13px;line-height:1.9}
  .stop-photo {border-radius:12px;max-height:360px}
  .tour-gallery {grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px;align-items:start}
  .gallery-button {border-radius:12px;text-align:left}
  .gallery-button img {width:100%;height:auto!important;aspect-ratio:3/2!important;object-fit:contain!important;border-radius:12px;background:var(--brand-sand)}
  .gallery-visible-caption {padding:8px 2px;font-size:11px;line-height:1.7}
  .inclusion-grid {grid-template-columns:minmax(0,1fr);gap:20px}
  .inclusion-grid>div {padding:18px 0}
  .price-table-wrap {overflow:auto;overscroll-behavior-inline:contain}
  .price-table th,.price-table td {padding:12px 10px;font-size:12px}
  .signature-story-grid {grid-template-columns:minmax(0,1fr);gap:24px}
  .signature-story-copy h2 {font-size:28px;max-width:none}
  .signature-story-copy p,.signature-thread p {font-size:13px;line-height:1.85}
  .signature-thread {grid-template-columns:28px minmax(0,1fr);gap:12px;padding:16px 0}
  .redsea-hero {padding-block:92px 32px}
  .redsea-city-grid,.redsea-activity-grid {grid-template-columns:minmax(0,1fr);gap:22px}
  .redsea-gallery-media {min-height:0;aspect-ratio:3/2}
  .redsea-gallery-media img {width:100%;height:100%!important;aspect-ratio:auto!important;object-fit:contain!important}
  .inquiry-form,.transfer-modal .inquiry-form-compact {padding:18px 16px;border-radius:18px}
  .inquiry-form input:not([type=checkbox]),.inquiry-form select,.inquiry-form textarea {max-width:100%;min-height:48px;font-size:16px;line-height:1.5}
  .inquiry-form label {font-size:13px}
  .inquiry-form .form-grid {grid-template-columns:minmax(0,1fr)}
  .form-actions {display:grid;grid-template-columns:1fr;gap:10px}
  .form-actions .btn {width:100%}
  .form-note {font-size:12px;line-height:1.8}
  .form-consent {font-size:12px;padding:12px}
  .transfer-modal {width:calc(100% - 24px);max-height:calc(100dvh - 24px);border-radius:18px}
  .transfer-modal .modal-body {padding:48px 16px 20px;max-height:calc(100dvh - 24px)}
  .transfer-modal h2 {font-size:26px}
  .modal-close,.lightbox-close {min-width:44px;min-height:44px}
  #lightbox {max-width:calc(100% - 20px);width:calc(100% - 20px);max-height:calc(100dvh - 24px);padding:50px 14px 18px;border-radius:18px;overflow-y:auto}
  #lightbox img {max-height:58svh;object-fit:contain}
  .lightbox-caption {font-size:12px;line-height:1.7}
  .lightbox-controls button {min-width:60px;min-height:44px}
  .policy-stack {gap:18px}
  .policy-stack h2 {font-size:18px}
  .policy-stack p {font-size:13px}
  .check-list,.policy-page {overflow-wrap:anywhere}

  .mobile-tour-cta {position:fixed;z-index:90;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));padding:10px 12px;border:1px solid var(--brand-line);border-radius:16px;background:rgba(251,250,247,.97);backdrop-filter:blur(16px);box-shadow:0 6px 24px rgba(10,34,48,.12)}
  .mobile-tour-cta .price-value {font-size:16px;line-height:1.4}
  .mobile-tour-cta small {display:block;font-size:9px;line-height:1.5}
  .mobile-tour-cta .btn {min-height:44px;padding:10px 14px;font-size:12px}
  .contact-panel,.final-cta {padding-block:36px}
  .contact-panel h2 {font-size:clamp(25px,6.6vw,32px);line-height:1.5}
  .contact-panel p:not(.kicker) {font-size:13px;line-height:1.85}
  .contact-panel .hero-actions {display:grid;grid-template-columns:1fr;gap:9px;margin-top:22px}
  .contact-panel .btn {width:100%}
  .site-footer {padding:32px 0 max(28px,env(safe-area-inset-bottom))}
  body:has(.mobile-tour-cta) .site-footer {padding-bottom:calc(112px + env(safe-area-inset-bottom))}
  .footer-grid {grid-template-columns:minmax(0,1fr);gap:22px;align-items:start}
  .footer-links {grid-template-columns:1fr 1fr;gap:2px 14px}
  .footer-links a {display:flex;align-items:center;min-height:44px;font-size:12px;line-height:1.6}
  .footer-copy {font-size:11px;text-align:left}
}
@media (max-width:359px) {
  .hero.hero-cinematic .hero-actions {grid-template-columns:1fr}
  .service-card {padding:13px}
  .service-card h3 {font-size:15px}
  .service-card p {font-size:11.5px}
  .process-card {padding-left:72px!important}
  .process-icon,.process-card:nth-child(n) .process-icon {left:12px;width:44px;height:44px}
}
@media (prefers-reduced-motion:reduce) {
  .trust-ribbon-grid,#featured-tours .tour-grid,.proof-grid,.destination-grid-five {scroll-behavior:auto}
}

/* Checkout — mobile keeps the same identity without affecting desktop geometry. */
@media (max-width:760px){
  .booking-checkout{padding-top:92px!important;padding-bottom:42px!important}
  .checkout-heading{margin-bottom:24px}
  .checkout-heading h1{font-size:clamp(29px,8vw,38px);line-height:1.4;letter-spacing:-.03em;margin-bottom:12px}
  .checkout-heading .hero-lead{font-size:13px;line-height:1.85;margin-bottom:18px}
  .checkout-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding-top:14px}
  .checkout-steps span{display:grid;grid-template-columns:22px minmax(0,1fr);gap:5px;font-size:9px;line-height:1.35;letter-spacing:0}
  .checkout-steps b{width:22px;height:22px;font-size:9px}
  .checkout-layout{grid-template-columns:minmax(0,1fr);gap:18px}
  .checkout-summary{position:relative;top:auto;border-radius:18px}
  .checkout-summary-media{aspect-ratio:16/8.7}
  .checkout-summary-body{padding:19px 18px}
  .checkout-summary h2{font-size:24px;line-height:1.45;margin-bottom:8px}
  .checkout-summary-body>p:not(.kicker){font-size:12px;line-height:1.75;margin-bottom:14px}
  .checkout-summary dl div{grid-template-columns:74px minmax(0,1fr);padding:10px 0;gap:10px}
  .checkout-summary dt{font-size:10px}.checkout-summary dd{font-size:11px}
  .checkout-summary .text-link{margin-top:15px;font-size:12px}
  .checkout-form-intro{gap:6px;margin-bottom:9px}.checkout-form-intro span{font-size:9px;padding:6px 9px}
  .booking-checkout .inquiry-form{padding:18px 16px;border-radius:18px}
  .contact-method-grid{grid-template-columns:1fr;gap:8px}
  .contact-method-card{min-height:68px;padding:11px;grid-template-columns:42px minmax(0,1fr)!important;border-radius:13px}
  .contact-method-icon{width:42px;height:42px;border-radius:11px}
  .inquiry-actions-single .btn{min-height:52px}
}

/* Red Sea primary image: use the Hurghada beach photo selected by the user. */
.redsea-destination-placeholder {
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background:url('/assets/redsea-hurghada-beach.webp') center center/cover no-repeat!important;
  color:transparent!important;
  z-index:0!important;
}
.destination-card .redsea-destination-placeholder + div {z-index:2}
.redsea-hero-img {
  display:block!important;
  width:100%!important;
  min-height:420px;
  background:url('/assets/redsea-hurghada-beach.webp') center center/cover no-repeat!important;
  color:transparent!important;
}
@media (max-width:760px){
  .redsea-hero-img {min-height:0!important;aspect-ratio:16/9!important;height:auto!important;background-size:cover!important}
}