:root {
  --green: #135c44;
  --green-deep: #0b3d2e;
  --gold: #f9bb28;
  --cream: #f3efe4;
  --ink: #15231e;
  --white: #fff;
  --muted: #727b75;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f9f8f4; font-family: "DM Sans", sans-serif; }
body.dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  height: 72px; padding: 9px 18px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; position: absolute; z-index: 20; width: min(1180px, calc(100% - 72px));
  top: 24px; left: 50%; transform: translateX(-50%); color: white; background: var(--green-deep);
  border: 1px solid rgba(255,255,255,.12); border-radius: 36px; box-shadow: 0 16px 42px rgba(0,0,0,.2);
}
.brand { width: 178px; height: 50px; margin-left: 7px; display: flex; align-items: center; }
.brand img { width: 172px; max-width: 100%; height: auto; object-fit: contain; }
.desktop-nav { display: flex; gap: 32px; font-size: 14px; }
.desktop-nav a { opacity: .82; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.site-header > .button { justify-self: end; }
.menu-button { display: none; border: 0; color: white; background: none; }

.button {
  border: 0; border-radius: 999px; padding: 16px 22px; display: inline-flex; align-items: center;
  justify-content: center; gap: 22px; cursor: pointer; color: white; background: var(--green);
  font-weight: 600; transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: #07513c; }
.button-small { padding: 12px 18px; background: var(--gold); color: var(--green-deep); border: 1px solid var(--gold); }
.button-wide { width: 100%; justify-content: space-between; }
.button-light { background: var(--cream); color: var(--green-deep); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.light { color: white; }
.eyebrow { margin: 0 0 18px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }

.hero { height: min(900px, 100svh); min-height: 700px; margin: 0 14px; border-radius: 0 0 28px 28px; overflow: hidden; position: relative; color: white; }
.hero-image { position: absolute; inset: 0; background: url("/assets/dubai-day.png") center 54%/cover; transform: scale(1.03); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,25,20,.77), rgba(0,20,15,.08) 70%), linear-gradient(0deg, rgba(0,0,0,.3), transparent 45%); }
.hero-content { position: absolute; left: 7vw; bottom: 18%; max-width: 850px; }
.hero h1 { margin: 0; font-size: clamp(64px, 8.2vw, 138px); line-height: .86; letter-spacing: -.065em; font-weight: 500; }
.hero h1 em, h2 em { font-family: "Playfair Display", serif; font-weight: 500; letter-spacing: -.035em; }
.hero-copy { max-width: 500px; font-size: 18px; line-height: 1.5; margin: 30px 0; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-note { position: absolute; right: 4vw; bottom: 5%; display: flex; gap: 18px; align-items: flex-start; font-size: 13px; }
.hero-note span { color: var(--gold); }
.hero-note p { margin: 0; }
.hero-contact-actions { position: absolute; z-index: 3; left: 7vw; bottom: 28px; display: flex; gap: 10px; align-items: center; }
.quick-contact { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 7px 13px 7px 7px; border-radius: 999px; box-shadow: 0 10px 26px rgba(0,0,0,.2); transition: transform .2s, box-shadow .2s; }
.quick-contact:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,.27); }
.quick-contact > span:last-child { display: grid; line-height: 1.1; }
.quick-contact small { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; opacity: .72; }
.quick-contact strong { font-size: 12px; margin-top: 3px; }
.quick-icon { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; font-size: 14px; }
.quick-call { background: var(--gold); color: var(--green-deep); }
.quick-call .quick-icon { background: var(--green-deep); color: white; }
.quick-whatsapp { background: #1f7a57; color: white; }
.quick-whatsapp .quick-icon { background: rgba(255,255,255,.15); }

.section { padding: 120px max(7vw, calc((100vw - 1440px) / 2)); }
.intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; align-items: start; }
.intro-kicker { font-family: "Playfair Display", serif; font-size: 22px; color: var(--green); }
.intro-statement h2, .section-heading h2, .journey h2, .contact h2, .rates h2 {
  margin: 0; font-size: clamp(48px, 6.2vw, 96px); line-height: .98; letter-spacing: -.055em; font-weight: 500;
}
.intro-statement p { width: 60%; margin: 36px 0 0 auto; font-size: 17px; line-height: 1.7; color: var(--muted); }

.services { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 56px; }
.section-heading > div { min-width: 0; }
.section-heading > p { max-width: 430px; line-height: 1.6; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.service-card {
  min-height: 470px; border-radius: var(--radius); overflow: hidden; position: relative; padding: 28px;
  grid-column: span 4; color: white; background: #12231f;
}
.service-card:nth-child(1) { grid-column: span 7; }
.service-card:nth-child(2) { grid-column: span 5; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-featured img { object-position: center 58%; }
.image-card img { object-position: 59% center; }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,25,18,.88), rgba(0,0,0,.05) 70%); }
.service-number { position: absolute; top: 26px; right: 28px; font-size: 12px; opacity: .7; }
.service-card-content { position: absolute; left: 28px; right: 28px; bottom: 28px; }
.service-icon { display: block; margin-bottom: 18px; color: var(--gold); font-size: 24px; }
.service-card h3 { margin: 0; font-family: "Playfair Display", serif; font-size: 38px; font-weight: 500; }
.service-card p { max-width: 80%; margin: 10px 0 0; color: rgba(255,255,255,.7); line-height: 1.5; }
.circle-button {
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); color: white;
  background: transparent; cursor: pointer; position: absolute; right: 0; bottom: 0; transition: .2s;
}
.circle-button:hover { background: white; color: var(--green); }
.cream-card { background: #ddd5c2; color: var(--green-deep); }
.cream-card p { color: rgba(0,41,31,.6); }
.cream-card .circle-button, .gold-card .circle-button { color: var(--green); border-color: rgba(0,41,31,.4); }
.dark-card { background: var(--green-deep); }
.gold-card { color: var(--green-deep); background: var(--gold); }
.gold-card p { color: rgba(0,41,31,.65); }
.green-card { background: var(--green); }
.route-art { position: absolute; inset: 55px 35px auto; display: flex; align-items: center; gap: 10px; color: var(--gold); font-family: "Playfair Display", serif; font-size: 38px; opacity: .8; }
.route-art i { flex: 1; height: 80px; border-top: 1px dashed var(--gold); border-radius: 50%; transform: translateY(35px); }
.document-art { position: absolute; width: 170px; height: 215px; border: 1px solid rgba(0,41,31,.25); border-radius: 8px; top: 40px; left: 50%; transform: translateX(-50%) rotate(5deg); box-shadow: -20px 17px 0 rgba(0,41,31,.06); display: grid; place-items: center; font-family: serif; color: rgba(0,41,31,.35); }
.passport-art { position: absolute; top: 48px; left: 50%; transform: translateX(-50%) rotate(-7deg); width: 145px; height: 200px; border: 1px solid rgba(0,41,31,.4); border-radius: 8px; display: grid; place-items: center; font-size: 11px; letter-spacing: .16em; }
.line-map { position: absolute; width: 260px; height: 180px; border: 1px solid rgba(217,168,62,.35); border-radius: 50%; top: 45px; left: 50%; transform: translateX(-50%) rotate(-12deg); }

.rates { background: var(--green-deep); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.rates-intro { align-self: center; }
.rates-intro > p:not(.eyebrow):not(.updated) { line-height: 1.7; color: rgba(255,255,255,.68); max-width: 360px; margin: 30px 0; }
.updated { font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; }
.rate-board { background: var(--cream); color: var(--green-deep); border-radius: var(--radius); padding: 36px; }
.rate-board-top { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(0,41,31,.15); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.provider { padding: 28px 0; border-bottom: 1px solid rgba(0,41,31,.15); }
.provider-title { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; }
.provider-title span { width: 34px; height: 34px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; font-weight: 600; }
.provider-title h3 { margin: 0; font-family: "Playfair Display", serif; font-size: 28px; }
.rate-row { display: flex; justify-content: space-between; padding: 8px 0; }
.rate-row strong { font-size: 24px; }
.rate-board .button { margin-top: 26px; }
.rate-disclaimer { font-size: 11px; line-height: 1.5; color: var(--muted); text-align: center; }

.journey-title { display: flex; justify-content: space-between; align-items: end; }
.journey-title p { max-width: 360px; line-height: 1.6; color: var(--muted); }
.image-strip { display: grid; grid-template-columns: repeat(3, 1fr); height: 630px; margin-top: 65px; gap: 4px; overflow: hidden; border-radius: var(--radius); }
.image-strip figure { margin: 0; position: relative; overflow: hidden; }
.image-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.image-strip figure:hover img { transform: scale(1.04); }
.image-strip figcaption { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: rgba(0,30,22,.2); }
.image-strip b { font-family: "Playfair Display", serif; font-size: 160px; font-weight: 500; line-height: .8; }
.image-strip span { margin-top: 25px; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; }

.contact { background: var(--green); color: white; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; }
.contact .button { margin-top: 40px; }
.contact-details { display: grid; gap: 30px; align-content: end; }
.contact-details > div { border-top: 1px solid rgba(255,255,255,.25); padding-top: 14px; display: grid; grid-template-columns: 70px 1fr; }
.contact-details span { color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.contact-details p { margin: 0; line-height: 1.6; }
.visit-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1.45fr .55fr; min-height: 380px; margin-top: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: var(--green-deep); box-shadow: 0 24px 60px rgba(0,0,0,.13); }
.visit-map { min-height: 380px; background: #e7e2d7; }
.visit-map iframe { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; filter: saturate(.72) contrast(.96); }
.visit-copy { padding: 42px; display: flex; flex-direction: column; justify-content: center; }
.visit-copy h3 { margin: 0 0 22px; font: 500 38px/1.05 "Playfair Display", serif; }
.visit-copy > p:not(.eyebrow) { margin: 0; line-height: 1.65; color: rgba(255,255,255,.7); }
.visit-links { display: grid; gap: 0; margin-top: 28px; }
.visit-links a { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.18); font-size: 13px; font-weight: 600; }
footer { background: var(--green-deep); color: rgba(255,255,255,.55); padding: 32px 7vw; display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
footer img { width: 150px; }

.enquiry-dialog { width: min(780px, calc(100% - 28px)); max-height: calc(100vh - 28px); border: 0; border-radius: 28px; padding: 38px; color: var(--ink); background: var(--cream); }
.enquiry-dialog::backdrop { background: rgba(0,25,19,.82); backdrop-filter: blur(8px); }
.dialog-header { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid rgba(0,41,31,.15); padding-bottom: 25px; margin-bottom: 25px; }
.dialog-header h2 { margin: 0; font: 500 42px/1 "Playfair Display", serif; }
.close-dialog { border: 0; background: none; font-size: 40px; line-height: 1; color: var(--green); cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-dialog label { display: grid; gap: 8px; font-size: 12px; font-weight: 600; margin-bottom: 18px; }
.enquiry-dialog input, .enquiry-dialog select, .enquiry-dialog textarea {
  width: 100%; border: 1px solid rgba(0,41,31,.2); border-radius: 12px; padding: 14px; background: rgba(255,255,255,.6); color: var(--ink); outline: none;
}
.enquiry-dialog input:focus, .enquiry-dialog select:focus, .enquiry-dialog textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217,168,62,.15); }
.dynamic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 18px 0 0; border-top: 1px solid rgba(0,41,31,.15); }
.consent { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; font-weight: 400 !important; line-height: 1.4; }
.consent input { width: 16px; }
.hidden { display: none; }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 40px); grid-template-columns: 1fr auto; }
  .desktop-nav, .site-header > .button { display: none; }
  .menu-button { display: block; }
  .desktop-nav.open { position: absolute; top: 76px; right: 20px; display: grid; background: var(--cream); color: var(--green); padding: 24px; border-radius: 16px; min-width: 180px; }
  .hero { min-height: 680px; }
  .intro, .rates, .contact { grid-template-columns: 1fr; }
  .intro-statement p { width: 100%; margin-left: 0; }
  .service-card, .service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; }
  .journey-title { display: block; }
  .journey-title p { margin-top: 30px; }
  .image-strip { height: 480px; }
  .image-strip b { font-size: 100px; }
  .visit-card { grid-column: auto; grid-template-columns: 1fr; }
  .visit-map, .visit-map iframe { min-height: 340px; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 28px); height: 64px; top: 14px; padding: 6px 14px; border-radius: 32px; }
  .brand { width: 142px; height: 44px; margin-left: 3px; }
  .brand img { width: 136px; max-width: 100%; height: auto; object-fit: contain; }
  .hero { margin: 0 7px; min-height: 690px; }
  .hero-content { left: 25px; right: 25px; bottom: 18%; }
  .hero h1 { font-size: 56px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { display: none; }
  .hero-contact-actions { left: 20px; right: 20px; bottom: 20px; gap: 7px; }
  .quick-contact { flex: 1; min-width: 0; padding-right: 9px; }
  .quick-contact strong { font-size: 10px; }
  .quick-icon { flex: 0 0 29px; width: 29px; height: 29px; }
  .section { padding: 80px 24px; }
  .intro { gap: 40px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .service-grid { display: block; }
  .service-card { min-height: 430px; margin-bottom: 14px; }
  .service-card p { max-width: 75%; }
  .rate-board { padding: 24px 20px; }
  .rate-row strong { font-size: 20px; }
  .image-strip { height: auto; grid-template-columns: 1fr; }
  .image-strip figure { height: 390px; }
  .contact-details { margin-top: 20px; }
  .visit-card { margin-top: 10px; }
  .visit-map, .visit-map iframe { min-height: 285px; }
  .visit-copy { padding: 30px 24px; }
  .visit-copy h3 { font-size: 32px; }
  footer { display: grid; gap: 15px; }
  .enquiry-dialog { padding: 25px 20px; }
  .form-grid, .dynamic-grid { grid-template-columns: 1fr; gap: 0; }
}

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

.enquiry-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 6px; }
.enquiry-actions .button { margin: 0; }
.whatsapp-submit { background: #1f7a57; }
.whatsapp-submit:hover { background: #175f44; }
.whatsapp-note { margin: 10px 0 0; text-align: center; font-size: 11px; line-height: 1.5; color: var(--muted); }
@media (max-width: 620px) { .enquiry-actions { grid-template-columns: 1fr; } }


/* September 2026 contact and international-rate refinements */
.world-rates { grid-column: 1 / -1; margin-top: -4vw; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.world-rates-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 18px; }
.world-rates-heading .eyebrow { margin-bottom: 7px; color: var(--gold); }
.world-rates-heading h3 { margin: 0; font: 500 30px/1.1 "Playfair Display", serif; }
.world-rates-heading > span { font-size: 10px; text-transform: uppercase; letter-spacing: .11em; color: rgba(255,255,255,.55); }
.world-rate-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.world-rate { min-height: 82px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(255,255,255,.055); }
.world-rate span { font-size: 13px; } .world-rate small { display: block; margin: 5px 0 0 25px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .1em; }
.world-rate strong { color: var(--gold); font-size: 20px; }
.world-enquiry { margin-top: 14px; border: 0; background: none; color: white; padding: 7px 0; font-weight: 600; cursor: pointer; border-bottom: 1px solid rgba(255,255,255,.4); }
footer img { width: 175px; height: auto; }
@media (max-width: 900px) { .world-rates { margin-top: 0; } }
@media (max-width: 620px) { .world-rates-heading { display: block; } .world-rates-heading > span { display: block; margin-top: 8px; } .world-rate-grid { grid-template-columns: 1fr; } }


/* September 2026 SVG branding and footer social links */
.brand img { width: 172px; max-width: 100%; height: 46px; object-fit: contain; object-position: left center; }
.footer-centre { display: grid; justify-items: center; gap: 9px; text-align: center; }
.footer-centre p { margin: 0; }
.footer-socials { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 16px; }
.footer-socials a { color: rgba(255,255,255,.78); font-size: 10px; line-height: 1.3; text-decoration: none; transition: color .2s ease; }
.footer-socials a span { color: rgba(255,255,255,.48); margin-left: 3px; }
.footer-socials a:hover, .footer-socials a:focus-visible { color: var(--gold); }
footer > img { width: 175px; height: 72px; object-fit: contain; object-position: left center; }
@media (max-width: 620px) {
  .brand img { width: 136px; height: 40px; }
  footer { justify-items: start; }
  footer > img { width: 160px; height: 68px; object-position: left center; }
  .footer-centre { justify-items: start; text-align: left; }
  .footer-socials { justify-content: flex-start; gap: 8px 14px; }
}

/* Logo display correction — generous SVG viewBox prevents logotype clipping */
.site-header .brand { width: 210px; height: 54px; }
.site-header .brand img { width: 204px; height: 52px; max-width: none; object-fit: contain; object-position: left center; }
@media (max-width: 620px) {
  .site-header .brand { width: 166px; height: 46px; }
  .site-header .brand img { width: 160px; height: 44px; max-width: none; }
}

/* Social links visibility enhancement */
.footer-socials { gap: 10px; margin-top: 4px; }
.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(249,187,40,.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.06);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.footer-socials a span { color: var(--gold); font-weight: 500; margin-left: 0; }
.footer-socials a:hover, .footer-socials a:focus-visible {
  color: var(--green-deep);
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-1px);
}
.footer-socials a:hover span, .footer-socials a:focus-visible span { color: var(--green-deep); }
@media (max-width: 620px) {
  .footer-socials { gap: 8px; }
  .footer-socials a { min-height: 38px; padding: 9px 12px; font-size: 12px; }
}
