/* Wadeem Gardens enquiry lander.
   Restyled 17 Sep to Modon's own visual language: white ground, neo-grotesque
   sans, taupe #b2aa98 statement band, hairline rules, black buttons. The old
   build was dark green with a serif display face, which looked nothing like the
   developer the ads name.

   SuisseIntl is Modon's licensed face and cannot be served here, so this uses a
   system neo-grotesque stack that sits in the same class. No webfont request,
   which also keeps the page fast on paid mobile traffic. */

:root{
  --ink:#212529;
  --muted:#5f6368;
  --line:#e2e0dc;
  --taupe:#b2aa98;
  --sand:#f4f2f0;
  --white:#fff;
  --sans:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
/* height:auto is load bearing. The width/height attributes on every <img> map to
   presentational hints, so without this the hint supplies a definite height and
   any aspect-ratio is ignored: the gallery rendered 298x900 and the masterplan
   1240x900. Rules below that set their own height still win on specificity. */
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-weight:500;letter-spacing:-.02em;line-height:1.15}
h2{font-size:clamp(28px,3.4vw,42px)}
h3{font-size:19px}
[hidden]{display:none!important}
:focus-visible{outline:2px solid var(--ink);outline-offset:3px}
.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}
.section{padding-block:clamp(56px,7vw,104px)}
.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:18px}
.skip{position:fixed;top:-100px;left:10px;background:#fff;padding:10px;z-index:100}
.skip:focus{top:10px}

/* ── header ─────────────────────────────────────────────────────────────── */
.header{position:absolute;top:0;inset-inline:0;z-index:6;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 48px;color:#fff}
.brand{display:flex;align-items:center;gap:14px;flex-shrink:0}
.brand img{width:104px;height:auto}
.header nav{display:flex;gap:30px;font-size:13px}
.header nav a{opacity:.9;padding-block:8px}
.header nav a:hover{opacity:1}
.header-actions{display:flex;align-items:center;gap:14px}
.language{background:transparent;border:0;color:inherit;font-size:13px;padding:8px;min-height:44px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 26px;font-size:13px;letter-spacing:.02em;border:1px solid transparent;transition:background .18s,color .18s,border-color .18s}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:#000}
.btn-ghost{border-color:#ffffff66;color:#fff}
.btn-ghost:hover{background:#ffffff1a}
.btn-block{width:100%}

/* ── hero ───────────────────────────────────────────────────────────────── */
.hero{position:relative;min-height:min(880px,100svh);display:flex;align-items:flex-end;color:#fff;overflow:hidden}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.05) 32%,rgba(0,0,0,.12) 60%,rgba(0,0,0,.58))}
/* No width here: this element also carries .wrap, and a width declared later in
   the sheet would beat .wrap's and pin the hero copy flush to the viewport edge. */
.hero-inner{position:relative;display:grid;grid-template-columns:1fr minmax(380px,432px);gap:56px;align-items:end;padding-block:clamp(120px,14vh,170px) 64px}
.hero h1{font-size:clamp(40px,5.2vw,68px);font-weight:500}
.hero-tag{font-size:clamp(17px,1.7vw,21px);margin-top:14px;color:#f1efe9;font-weight:400}
.hero-meta{margin-top:30px;display:flex;flex-wrap:wrap;gap:14px 34px;font-size:13px;color:#eae7e0;padding-top:22px;border-top:1px solid #ffffff3d}
.hero-meta b{font-weight:500;color:#fff}

/* ── form card ──────────────────────────────────────────────────────────── */
.form-card{background:#fff;color:var(--ink);padding:32px 30px}
.form-card h2{font-size:25px;letter-spacing:-.015em}
.form-intro{font-size:13px;color:var(--muted);margin-top:8px}
.finance{margin-top:20px;padding:15px 17px;background:var(--sand);display:flex;align-items:center;gap:16px}
.finance b{font-size:23px;font-weight:500;letter-spacing:-.02em;white-space:nowrap}
.finance span{font-size:11.5px;line-height:1.45;color:var(--muted)}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}
.fields label{display:flex;flex-direction:column;gap:6px;font-size:12px;min-width:0}
.fields .wide{grid-column:1/-1}
.fields input,.fields select{width:100%;height:46px;padding:11px 12px;font-size:15px;color:var(--ink);background:#fff;border:1px solid #d5d2cc;border-radius:0}
.fields input:focus,.fields select:focus{border-color:var(--ink);outline:none}
.fields small{font-size:10.5px;color:var(--muted)}
.more-fields{grid-column:1/-1}
.more-fields>summary{list-style:none;cursor:pointer;display:flex;align-items:center;min-height:42px;font-size:12.5px;color:var(--muted);border-top:1px solid var(--line)}
.more-fields>summary::-webkit-details-marker{display:none}
.more-fields>summary:after{content:"+";margin-inline-start:auto;font-size:17px;line-height:1}
.more-fields[open]>summary:after{content:"\2212"}
.more-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:6px}
.consent{display:flex;gap:9px;align-items:flex-start;margin-block:16px;font-size:11px;line-height:1.6;color:var(--muted)}
.consent input{flex-shrink:0;width:15px;height:15px;margin-top:2px;accent-color:var(--ink)}
.consent a{text-decoration:underline;text-underline-offset:2px}
.btn:disabled{opacity:.55;cursor:wait}
#form-status{font-size:12px;margin-top:10px;color:#a3402f}
.form-foot{font-size:10.5px;color:var(--muted);text-align:center;margin-top:11px}
.honeypot{position:absolute;inset-inline-start:-10000px;width:1px;height:1px;overflow:hidden}

/* ── statement band ─────────────────────────────────────────────────────── */
.statement{background:var(--taupe);color:#fff}
.statement p{font-size:clamp(17px,2.05vw,25px);line-height:1.5;max-width:1000px;font-weight:400}

/* ── split ──────────────────────────────────────────────────────────────── */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,76px);align-items:center}
.split img{width:100%;height:clamp(280px,32vw,420px);object-fit:cover}
.split p{color:var(--muted);margin-top:18px;max-width:520px}

/* ── factsheet ──────────────────────────────────────────────────────────── */
.villas{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}
.villa{border:1px solid var(--line);background:#fff;display:flex;flex-direction:column}
.villa>img{width:100%;height:190px;object-fit:cover}
.villa-body{padding:24px 22px 22px;display:flex;flex-direction:column;flex:1}
.villa h3{font-size:20px}
.spec{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:11px;font-size:13.5px}
.spec li{display:flex;justify-content:space-between;gap:14px;padding-bottom:11px;border-bottom:1px solid var(--line)}
.spec li:last-child{border-bottom:0;padding-bottom:0}
.spec span{color:var(--muted)}
.spec b{font-weight:500;text-align:right}
.villa .btn{margin-top:22px}
.note{font-size:11.5px;color:var(--muted);margin-top:24px;line-height:1.75}

/* ── payment plan ───────────────────────────────────────────────────────── */
.pay-sec{background:var(--sand)}
.pay-lede{color:var(--muted);max-width:660px;margin-top:16px}
/* The wrapper is the guarantee the page body never scrolls sideways. The table
   is sized to fit 390px unaided, so on a phone this should never actually engage. */
.pay-scroll{margin-top:36px;overflow-x:auto}
.pay{width:100%;border-collapse:collapse;background:#fff;font-size:14px}
.pay th,.pay td{border:1px solid var(--line);padding:13px 15px;text-align:start;vertical-align:top}
.pay thead th{background:var(--ink);color:#fff;font-weight:500;white-space:nowrap}
.pay thead th span{display:block;font-size:12.5px;opacity:.74}
.pay thead th b{display:block;font-size:19px;font-weight:500;margin-top:3px;letter-spacing:-.02em}
.pay tbody th{width:72px;font-weight:500;color:var(--muted);background:var(--sand);text-align:center}
.pay td b{display:block;font-size:17px;font-weight:500;letter-spacing:-.02em}
.pay td small{display:block;font-size:12px;color:var(--muted);margin-top:2px;line-height:1.45}
.pay tbody tr:last-child td{background:#faf9f7}
.bank{display:inline-block;margin-top:6px;font-size:10px;letter-spacing:.1em;color:var(--muted);border:1px solid var(--line);padding:2px 6px}

/* ── amenities ──────────────────────────────────────────────────────────── */
.amenities-sec{background:var(--sand)}
.amen{display:grid;grid-template-columns:repeat(5,1fr);gap:34px 22px;margin-top:42px}
.amen div{text-align:center}
.amen img{width:54px;height:50px;margin:0 auto 12px;object-fit:contain}
.amen span{font-size:13px;line-height:1.4}

/* ── connectivity ───────────────────────────────────────────────────────── */
.map-sec .map{width:100%;border:1px solid var(--line);background:var(--sand)}
.times{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:38px;padding-top:30px;border-top:1px solid var(--line)}
.times b{display:block;font-size:31px;font-weight:500;letter-spacing:-.03em}
.times small{display:block;font-size:11px;color:var(--muted);margin-top:2px}
.times span{display:block;font-size:13px;margin-top:9px;color:var(--muted)}

/* ── gallery ────────────────────────────────────────────────────────────── */
.gallery-sec{background:var(--sand)}
.gal{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}
.gal img{width:100%;aspect-ratio:1;object-fit:cover}

/* ── faq ────────────────────────────────────────────────────────────────── */
.faq{margin-top:34px;border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;padding:22px 42px 22px 0;font-size:15.5px;position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";position:absolute;inset-inline-end:4px;top:19px;font-size:21px;color:var(--muted)}
.faq details[open] summary:after{content:"\2212"}
.faq p{font-size:14px;color:var(--muted);padding-bottom:24px;max-width:860px}

/* ── closing cta ────────────────────────────────────────────────────────── */
.cta{background:var(--ink);color:#fff;text-align:center}
.cta h2{max-width:720px;margin-inline:auto}
.cta p{color:#c9c6c0;margin-top:16px;max-width:560px;margin-inline:auto;font-size:15px}
.cta .btn{margin-top:30px;background:#fff;color:var(--ink)}
.cta .btn:hover{background:#efece7}

/* ── footer ─────────────────────────────────────────────────────────────── */
.footer{background:var(--ink);color:#b9b6b0;padding:46px 0 30px;border-top:1px solid #ffffff1f}
.footer-top{display:flex;justify-content:space-between;align-items:center;gap:26px;flex-wrap:wrap}
.footer .brand img{width:96px}
.disclaimer{font-size:10.5px;line-height:1.85;margin-block:22px;max-width:960px}
.footer-bottom{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:10px;letter-spacing:.08em;text-transform:uppercase;padding-top:20px;border-top:1px solid #ffffff1f}
.footer-bottom a{text-decoration:underline;text-underline-offset:2px}
.cookie-settings{background:none;border:0;color:inherit;font:inherit;text-decoration:underline;padding:0}

/* ── mobile cta ─────────────────────────────────────────────────────────── */
.mobile-cta{display:none}

/* ── cookie banner ──────────────────────────────────────────────────────── */
.cookie-banner{position:fixed;bottom:20px;inset-inline-end:20px;z-index:30;width:370px;max-width:calc(100% - 28px);background:#fff;border:1px solid var(--line);padding:20px;box-shadow:0 8px 34px rgba(0,0,0,.14)}
.cookie-banner p{font-size:12px;color:var(--muted)}
.cookie-banner div{display:flex;gap:10px;margin-top:15px}
.cookie-banner button{flex:1;min-height:42px;font-size:12px;border:1px solid var(--ink);background:#fff}
.cookie-banner button:last-child{background:var(--ink);color:#fff}

/* ── arabic ─────────────────────────────────────────────────────────────── */
html[dir=rtl] body{font-family:Tahoma,Arial,sans-serif}
html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3{letter-spacing:0;line-height:1.35}
html[dir=rtl] .eyebrow,html[dir=rtl] .footer-bottom{letter-spacing:0}
html[dir=rtl] .times b{font-family:Tahoma,Arial,sans-serif;font-size:27px;letter-spacing:0}
html[dir=rtl] .spec b{text-align:left}
/* dir="ltr" on these keeps "5%" and "25% / 75%" from being reordered, but it also
   makes text-align:start resolve to LEFT inside an RTL cell, so the figure hugged
   the opposite edge from the date beneath it. */
html[dir=rtl] .pay td b,html[dir=rtl] .pay thead th b{text-align:right}

/* ── responsive ─────────────────────────────────────────────────────────── */
@media(max-width:1100px){
  .wrap{width:calc(100% - 56px)}
  .header{padding:20px 28px}
  .header nav{display:none}
  .hero-inner{grid-template-columns:1fr;gap:34px;padding-block:112px 50px}
  .form-card{max-width:520px}
  .villas{grid-template-columns:1fr;gap:16px}
  .villa>img{height:210px}
  .amen{grid-template-columns:repeat(3,1fr)}
  .gal{grid-template-columns:repeat(2,1fr)}
  .split{grid-template-columns:1fr;gap:28px}
  .times{grid-template-columns:repeat(2,1fr);gap:26px}
}
@media(max-width:600px){
  .pay th,.pay td{padding:10px 8px}
  .pay{font-size:13px}
  .pay tbody th{width:34px}
  .pay td b{font-size:15px}
  .pay thead th b{font-size:15px}
  .wrap{width:calc(100% - 36px)}
  .header{padding:16px 18px}
  .brand img{width:84px}
  .hero{min-height:auto}
  .hero-inner{padding-block:96px 40px}
    .hero-meta{gap:10px 22px;font-size:12px}
  .form-card{padding:24px 20px;max-width:none}
  .fields{grid-template-columns:1fr}
  .more-grid{grid-template-columns:1fr}
  .amen{grid-template-columns:repeat(2,1fr);gap:26px 14px}
  .gal{grid-template-columns:1fr 1fr;gap:10px}
  .times{grid-template-columns:1fr 1fr;gap:20px}
  .times b{font-size:26px}
  .footer{padding-bottom:88px}
  .mobile-cta{position:fixed;bottom:0;inset-inline:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--ink);color:#fff;padding:9px 16px max(9px,env(safe-area-inset-bottom))}
  .mobile-cta span{display:flex;flex-direction:column;line-height:1.25}
  .mobile-cta small{font-size:9px;letter-spacing:.08em;color:#b9b6b0}
  .mobile-cta b{font-size:17px;font-weight:500}
  .mobile-cta .btn{min-height:42px;padding:10px 18px;font-size:12px;background:#fff;color:var(--ink)}
  .cookie-banner{bottom:76px;inset-inline:14px;width:auto}
}
