html,body{overflow-x:hidden;overflow-x:clip}
/* ==========================================================================
   MADINET MASR DEVELOPMENTS — Design v2 "Official Corporate"
   Premium developer-grade visual layer: image-forward heroes, clean white
   surfaces, deep petrol + warm sand brand system, elegant corporate type.
   RTL-first (Arabic), LTR mirror for /en/. No frameworks, no build step.
   ========================================================================== */

:root {
    /* palette — white corporate base, deep petrol brand, warm sand accent */
    --white:      #FFFFFF;
    --paper:      #F7F5F0;   /* warm off-white alt sections */
    --paper-2:    #F1EDE4;
    --card-line:  #E9E4D8;
    --ink:        #15211F;   /* headings */
    --body:       #3B4A46;   /* body text */
    --muted:      #72817C;   /* secondary text */
    --brand:      #0E3B34;   /* deep petrol — brand anchor */
    --brand-2:    #0A2C27;   /* darker petrol */
    --sand:       #C7964F;   /* warm sand accent (brand feel) */
    --sand-deep:  #A1762F;   /* sand for text-on-white (AA) */
    --sand-soft:  #F4EBDC;
    --wa:         #1E7A4C;   /* whatsapp green */
    --wa-deep:    #145C38;

    /* type */
    --sans: 'Almarai', 'Segoe UI', Tahoma, sans-serif;

    /* rhythm */
    --maxw: 78rem;
    --gutter: clamp(1.1rem, 4vw, 2.5rem);
    --radius: 14px;
    --radius-sm: 10px;

    /* shadows */
    --sh-sm: 0 1px 2px rgba(14,59,52,.06), 0 4px 14px -6px rgba(14,59,52,.10);
    --sh-md: 0 2px 6px rgba(14,59,52,.07), 0 18px 40px -18px rgba(14,59,52,.22);
    --sh-lg: 0 4px 10px rgba(14,59,52,.08), 0 30px 70px -24px rgba(14,59,52,.30);
}

/* ── Reset ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
    font-family: var(--sans);
    background: var(--white);
    color: var(--body);
    line-height: 1.85;
    font-size: 1.03rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
a { color: var(--sand-deep); text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { color: var(--brand); }
h1, h2, h3, h4 { line-height: 1.4; font-weight: 800; color: var(--ink); text-wrap: balance; }
strong { font-weight: 700; color: inherit; }
::selection { background: var(--sand); color: #fff; }
:focus-visible { outline: 2px solid var(--sand); outline-offset: 3px; border-radius: 4px; }

/* ── Layout primitives ─────────────────────────────────────────────── */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(3.2rem, 7vw, 5.6rem); position: relative; }
.section--deep { background: var(--paper); }
.section--card { background: var(--paper-2); }
.section + .section { border-top: 1px solid var(--card-line); }

/* elegant eyebrow (was section ref) */
.s-ref {
    display: inline-flex; align-items: center; gap: .7rem;
    font-size: .85rem; font-weight: 700; letter-spacing: .02em;
    color: var(--sand-deep); margin-bottom: .9rem;
}
.s-ref::after { content: ""; width: 2.4rem; height: 2px; background: var(--sand); border-radius: 2px; }
.s-title { font-size: clamp(1.6rem, 3.4vw, 2.35rem); margin-bottom: 1.1rem; max-width: 46ch; }
.s-lead { color: var(--muted); max-width: 62ch; font-size: 1.07rem; }

/* eyebrow tag (was mono tag) */
.tag {
    display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .03em;
    color: var(--sand); margin-bottom: 1rem;
}

/* ── Header ────────────────────────────────────────────────────────── */
.topstrip {
    background: var(--brand-2); color: #C7D4CF;
    font-size: .76rem; font-weight: 400;
}
.topstrip .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: .4rem; }
.topstrip a { color: #E8CD9F; text-decoration: none; font-weight: 700; }
.topstrip a:hover { color: #fff; }
.topstrip .dot { opacity: .4; margin-inline: .8em; }
.topstrip .lang-sw { border: 1px solid rgba(255,255,255,.3); padding: .1rem .6rem; border-radius: 6px; }

.site-head {
    position: sticky; top: 0; z-index: 60;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--card-line);
    box-shadow: 0 1px 12px -6px rgba(14,59,52,.08);
}
.site-head .wrap { display: flex; align-items: center; gap: 1.2rem; padding-block: .75rem; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand:hover { color: inherit; }
.brand img { width: 150px; height: auto; flex: none; }
@media (max-width: 56em) { .brand img { width: 118px; } }

.main-nav { margin-inline-start: auto; }
.main-nav ul { list-style: none; display: flex; gap: .25rem; padding: 0; align-items: center; }
.main-nav a {
    display: block; padding: .55rem .85rem; text-decoration: none; color: var(--ink);
    font-size: .95rem; font-weight: 700; border-radius: 8px;
    border-bottom: 2px solid transparent;
}
.main-nav a:hover { color: var(--sand-deep); }
.main-nav a[aria-current="page"] { color: var(--sand-deep); border-bottom-color: var(--sand); border-radius: 8px 8px 0 0; }
.nav-cta {
    background: var(--sand); color: #fff !important; border-radius: 8px !important;
    padding: .55rem 1.15rem !important; border-bottom: 0 !important;
    box-shadow: 0 6px 16px -8px rgba(167,118,47,.8);
}
.nav-cta:hover { background: var(--sand-deep); }
.nav-toggle {
    display: none; margin-inline-start: auto; background: var(--white); border: 1px solid var(--card-line);
    border-radius: 8px; padding: .5rem .65rem; cursor: pointer; line-height: 0;
}
.nav-toggle svg { width: 22px; height: 22px; stroke: var(--ink); }

@media (max-width: 56em) {
    .nav-toggle { display: block; }
    .main-nav {
        position: fixed; inset: 0; z-index: 70; margin: 0;
        background: var(--white); display: none;
        padding: 5rem var(--gutter) 2rem;
    }
    .main-nav.open { display: block; }
    .main-nav ul { flex-direction: column; align-items: stretch; gap: .45rem; }
    .main-nav a { font-size: 1.2rem; padding: .85rem 1.1rem; border: 1px solid var(--card-line); border-radius: 10px; background: var(--white); }
    .main-nav a[aria-current="page"] { border-radius: 10px; border-bottom: 1px solid var(--card-line); background: var(--sand-soft); }
    .main-nav .nav-close { display: block; }
}
.nav-close { display: none; position: absolute; inset-block-start: 1.2rem; inset-inline-end: var(--gutter);
    background: var(--white); border: 1px solid var(--card-line); border-radius: 8px; padding: .45rem .75rem; cursor: pointer; font-size: 1rem; }

/* ── Photo hero (image-forward, official genre) ────────────────────── */
.hero-photo {
    position: relative; min-height: min(78vh, 46rem);
    display: flex; align-items: flex-end;
    background-image: linear-gradient(180deg, rgba(10,44,39,.42) 0%, rgba(10,44,39,.30) 40%, rgba(10,44,39,.85) 100%), var(--hero);
    background-size: cover; background-position: center;
    color: #fff;
}
.hero-photo .wrap { width: 100%; padding-block: clamp(3.5rem, 9vw, 6rem) clamp(6.2rem, 9vw, 8.5rem); }
.hero-photo .crumbs { color: rgba(255,255,255,.75); font-size: .85rem; margin-bottom: 1.1rem; display: flex; gap: .55rem; flex-wrap: wrap; }
.hero-photo .crumbs a { color: rgba(255,255,255,.85); text-decoration: none; }
.hero-photo .crumbs a:hover { color: #fff; text-decoration: underline; }
.hero-photo .crumbs .sep { opacity: .5; }
.hero-photo .tag { color: var(--sand); }
.hero-photo h1 { color: #fff; font-size: clamp(1.85rem, 4.6vw, 3.1rem); max-width: 23ch; text-shadow: 0 2px 24px rgba(10,44,39,.45); }
.hero-photo .standfirst { color: rgba(255,255,255,.92); font-size: clamp(1rem, 1.8vw, 1.18rem); max-width: 58ch; margin-top: 1.1rem; text-shadow: 0 1px 14px rgba(10,44,39,.5); }
.hero-photo .hero-actions { margin-top: 1.8rem; }

/* brand hero (no photography — elegant corporate) */
.hero-brand {
    position: relative; overflow: hidden;
    background:
        radial-gradient(60rem 30rem at 85% -10%, rgba(199,150,79,.22), transparent 60%),
        radial-gradient(40rem 26rem at -10% 110%, rgba(199,150,79,.14), transparent 55%),
        linear-gradient(160deg, #12504466 0%, transparent 40%),
        linear-gradient(150deg, #115048 0%, var(--brand) 45%, var(--brand-2) 100%);
    color: #fff;
    padding-block: clamp(3.2rem, 8vw, 5.5rem) clamp(2.8rem, 7vw, 5rem);
}
.hero-brand::after {
    content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
    background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
.hero-brand .wrap { position: relative; z-index: 1; }
.hero-brand .crumbs { color: rgba(255,255,255,.72); font-size: .85rem; margin-bottom: 1.1rem; display: flex; gap: .55rem; flex-wrap: wrap; }
.hero-brand .crumbs a { color: rgba(255,255,255,.85); text-decoration: none; }
.hero-brand .crumbs a:hover { color: #fff; text-decoration: underline; }
.hero-brand .crumbs .sep { opacity: .5; }
.hero-brand h1 { color: #fff; font-size: clamp(1.8rem, 4.2vw, 2.8rem); max-width: 26ch; }
.hero-brand .standfirst { color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.7vw, 1.15rem); max-width: 60ch; margin-top: 1.1rem; }

/* ── Facts card (floating white data card) ─────────────────────────── */
.facts-wrap { position: relative; z-index: 5; margin-top: clamp(-5rem, -6vw, -3.2rem); }
.hero-brand + .facts-wrap, .section:first-child.facts-wrap { margin-top: clamp(-3.6rem, -5vw, -2.4rem); }
.facts-card {
    background: var(--white); border: 1px solid var(--card-line);
    border-radius: var(--radius); box-shadow: var(--sh-lg);
    padding: clamp(1.2rem, 2.6vw, 1.9rem) clamp(1.2rem, 3vw, 2.2rem);
}
/* top quick facts (was chips) */
.data-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr)); gap: .9rem 1.2rem; }
.data-row .chip { display: flex; flex-direction: column; gap: .1rem; border-inline-start: 1px solid var(--card-line); padding-inline-start: 1rem; }
.data-row .chip:first-child { border-inline-start: 0; padding-inline-start: 0; }
.data-row .chip .lbl { color: var(--muted); font-size: .78rem; font-weight: 400; }
.data-row .chip b { color: var(--ink); font-weight: 800; font-size: .98rem; }
@media (max-width: 56em) { .data-row .chip:nth-child(odd) { border-inline-start: 0; padding-inline-start: 0; } }
/* detail rows (was factcol) */
.factcol { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 0 2rem; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--card-line); }
.factcol .f-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-block: .55rem; border-bottom: 1px dashed var(--card-line); font-size: .93rem; }
.factcol .f-row .f-k { color: var(--muted); }
.factcol .f-row .f-v { font-weight: 700; color: var(--ink); text-align: end; }
/* datasheet (no-photo pages) → same look */
.datasheet { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 0 2rem; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--card-line); }
.datasheet .f-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-block: .55rem; border-bottom: 1px dashed var(--card-line); font-size: .93rem; }
.datasheet .f-row .f-k { color: var(--muted); }
.datasheet .f-row .f-v { font-weight: 700; color: var(--ink); text-align: end; }
/* no chips on datasheet pages: datasheet without preceding data-row gets no top border */
.phero .datasheet, .hero-brand ~ .facts-wrap .datasheet:first-child { margin-top: 0; padding-top: 0; border-top: 0; }

/* ── Home hero ─────────────────────────────────────────────────────── */
.hero .eyebrow { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; margin-bottom: 1.3rem; }
.hero .eyebrow .chip {
    display: inline-flex; align-items: baseline; gap: .45em;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.35);
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    padding: .35rem .8rem; border-radius: 100px; font-size: .82rem; color: #fff;
}
.hero .eyebrow .chip b { font-weight: 800; color: #F0D9B5; }
.hero .eyebrow .chip .lbl { color: rgba(255,255,255,.8); }
.hero h1 { max-width: 22ch; }
.hero .lead { font-size: clamp(1.02rem, 1.9vw, 1.2rem); color: rgba(255,255,255,.92); max-width: 56ch; margin-top: 1.2rem; text-shadow: 0 1px 14px rgba(10,44,39,.5); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }

/* stats strip (home) */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr)); }
.stat { padding: .35rem 1.2rem; border-inline-start: 1px solid var(--card-line); }
.stat:first-child { border-inline-start: 0; padding-inline-start: 0; }
.stat .v { font-size: clamp(1.4rem, 2.6vw, 1.95rem); font-weight: 800; color: var(--sand-deep); line-height: 1.3; }
.stat .k { font-size: .82rem; color: var(--muted); margin-top: .1rem; }
@media (max-width: 40em) { .stat:nth-child(odd) { border-inline-start: 0; padding-inline-start: 0; } .stat { padding-block: .6rem; } }

/* ── Buttons ───────────────────────────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
    padding: .8rem 1.6rem; border-radius: var(--radius-sm); font-weight: 800; font-size: .97rem;
    text-decoration: none; cursor: pointer; border: 1.5px solid transparent; line-height: 1.4;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--accent { background: var(--sand); color: #fff; box-shadow: 0 10px 24px -12px rgba(167,118,47,.75); }
.btn--accent:hover { background: var(--sand-deep); color: #fff; transform: translateY(-2px); }
.btn--ghost { border-color: rgba(255,255,255,.75); color: #fff; background: rgba(255,255,255,.08); }
.btn--ghost:hover { background: #fff; color: var(--brand); border-color: #fff; }
.section .btn--ghost, .facts-wrap .btn--ghost, .ty-box .btn--ghost { border-color: var(--brand); color: var(--brand); background: transparent; }
.section .btn--ghost:hover, .facts-wrap .btn--ghost:hover, .ty-box .btn--ghost:hover { background: var(--brand); color: #fff; }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: var(--wa-deep); color: #fff; transform: translateY(-2px); }
.btn--sm { padding: .5rem 1rem; font-size: .88rem; }

/* ── Project cards ─────────────────────────────────────────────────── */
.grid-projects { display: grid; grid-template-columns: repeat(auto-fill, minmax(19.5rem, 1fr)); gap: 1.5rem; }
.pcard {
    display: flex; flex-direction: column; text-decoration: none; color: var(--body);
    background: var(--white); border: 1px solid var(--card-line);
    border-radius: var(--radius); overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease;
}
.pcard:hover { transform: translateY(-5px); box-shadow: var(--sh-md); color: var(--body); }
.pcard .thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-2); }
.pcard .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.pcard:hover .thumb img { transform: scale(1.05); }
.pcard .body { padding: 1.15rem 1.25rem 1.25rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.pcard .p-type { font-size: .76rem; font-weight: 700; color: var(--sand-deep); letter-spacing: .02em; }
.pcard h3 { font-size: 1.25rem; color: var(--ink); }
.pcard .p-loc { color: var(--muted); font-size: .9rem; display: flex; align-items: center; gap: .4rem; }
.pcard .p-loc svg { width: 14px; height: 14px; flex: none; }
.pcard .p-meta { margin-top: auto; padding-top: .85rem; border-top: 1px solid var(--card-line);
    display: flex; justify-content: space-between; align-items: baseline; gap: .6rem; font-size: .88rem; }
.pcard .p-price { color: var(--sand-deep); font-weight: 800; }
.pcard .p-more { color: var(--muted); font-size: .82rem; font-weight: 700; }
.pcard:hover .p-more { color: var(--sand-deep); }
.pcard .thumb--placeholder { display: grid; place-items: center; background: linear-gradient(150deg, #115048, var(--brand) 60%, var(--brand-2)); }
.pcard .thumb--placeholder svg { width: 44%; opacity: .85; }

/* ── Prose / content blocks ────────────────────────────────────────── */
.prose p + p { margin-top: 1em; }
.prose p { max-width: 72ch; }
.prose ul { padding-inline-start: 1.3rem; max-width: 68ch; }
.prose ul li { margin-block: .3rem; }
.prose ul li::marker { color: var(--sand); }
.prose h3 { margin-top: 1.6em; margin-bottom: .5em; font-size: 1.2rem; }
.lede { font-size: 1.12rem; color: var(--body); }
.kicker { color: var(--sand-deep); font-weight: 800; }

.cols-2 { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.cols-2 > *, .lead-grid > *, .grid-projects > *, .stats > *, .phero-top > * { min-width: 0; }
@media (max-width: 52em) { .cols-2 { grid-template-columns: 1fr; } }

.sidenote {
    background: var(--white); border: 1px solid var(--card-line);
    border-top: 3px solid var(--sand);
    border-radius: var(--radius); box-shadow: var(--sh-sm);
    padding: 1.3rem 1.4rem; font-size: .9rem;
}
.sidenote h4 { font-size: .82rem; font-weight: 800; color: var(--sand-deep); letter-spacing: .03em; margin-bottom: .7rem; }
.sidenote p, .sidenote li { font-size: .9rem; color: var(--body); }
.sidenote ul { padding-inline-start: 1.15rem; }
.sidenote li::marker { color: var(--sand); }
.sidenote li { margin-block: .25rem; }

/* ── Masterplan (framed, clean) ────────────────────────────────────── */
.maproom .figure {
    background: var(--white); border: 1px solid var(--card-line);
    border-radius: 18px; box-shadow: var(--sh-md); padding: clamp(.6rem, 1.6vw, 1.1rem);
}
.maproom .figure img { width: 100%; border-radius: 12px; }
.map-note { font-size: .86rem; color: var(--muted); margin-top: .9rem; }
.legend { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: 1.1rem; font-size: .86rem; color: var(--body); }
.legend .sw { display: inline-block; width: .85em; height: .85em; border-radius: 3px; margin-inline-end: .45em; vertical-align: -0.08em; }

/* ── Phases (clean register) ───────────────────────────────────────── */
.phase-list { background: var(--white); border: 1px solid var(--card-line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-sm); }
.phase { display: grid; grid-template-columns: 1fr auto; gap: .6rem 1.4rem; align-items: baseline; padding: 1rem 1.4rem; border-bottom: 1px solid var(--card-line); transition: background .15s ease; }
.phase:last-child { border-bottom: 0; }
.phase:hover { background: var(--paper); }
.phase .ph-name { font-weight: 800; color: var(--ink); }
.phase .ph-name small { display: block; font-weight: 400; color: var(--muted); font-size: .84rem; margin-top: .1rem; }
.phase .ph-data { font-size: .88rem; font-weight: 700; color: var(--sand-deep); text-align: end; white-space: nowrap; }
@media (max-width: 40em) { .phase { grid-template-columns: 1fr; } .phase .ph-data { text-align: start; white-space: normal; } }

/* ── Tables (corporate) ────────────────────────────────────────────── */
.table-scroll { overflow-x: auto; background: var(--white); border: 1px solid var(--card-line); border-radius: var(--radius); box-shadow: var(--sh-sm); }
table.schedule { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 34rem; }
table.schedule caption { text-align: start; padding: .85rem 1.2rem; font-size: .8rem; font-weight: 700; color: var(--muted); border-bottom: 1px solid var(--card-line); background: var(--paper); border-radius: var(--radius) var(--radius) 0 0; }
table.schedule th {
    text-align: start; font-weight: 800; font-size: .8rem; letter-spacing: .02em;
    color: var(--brand); padding: .75rem 1.2rem; border-bottom: 1px solid var(--card-line); background: var(--white);
    white-space: nowrap;
}
table.schedule td { padding: .7rem 1.2rem; border-bottom: 1px solid var(--card-line); vertical-align: top; }
table.schedule tr:last-child td { border-bottom: 0; }
table.schedule td.num { font-weight: 700; color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
table.schedule tr:hover td { background: var(--paper); }
table.schedule .u-name { font-weight: 700; color: var(--ink); }

/* ── Updates timeline ──────────────────────────────────────────────── */
.updates { list-style: none; padding: 0; position: relative; }
.updates::before { content: ""; position: absolute; inset-block: .5rem; inset-inline-start: 5.35rem; width: 2px; background: var(--card-line); border-radius: 2px; }
.updates li { display: grid; grid-template-columns: 5.4rem 1fr; gap: 1.4rem; padding-block: .85rem; position: relative; }
.updates .u-date { font-size: .8rem; font-weight: 800; color: var(--sand-deep); text-align: end; padding-top: .25rem; font-variant-numeric: tabular-nums; }
.updates .u-body { padding-inline-start: 1.5rem; position: relative; }
.updates .u-body::before { content: ""; position: absolute; inset-inline-start: -6px; top: .55rem; width: 11px; height: 11px; background: var(--white); border: 3px solid var(--sand); border-radius: 50%; }
.updates .u-body h3 { font-size: 1.05rem; margin-bottom: .25rem; color: var(--ink); }
.updates .u-body p { font-size: .93rem; color: var(--body); }
@media (max-width: 40em) {
    .updates::before { inset-inline-start: .5rem; }
    .updates li { grid-template-columns: 1fr; gap: .2rem; padding-inline-start: 1.7rem; }
    .updates .u-date { text-align: start; }
    .updates .u-body { padding-inline-start: 0; }
    .updates .u-body::before { inset-inline-start: -1.7rem; }
}

/* ── Gallery ───────────────────────────────────────────────────────── */
.gal { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.gal a { display: block; overflow: hidden; border-radius: 12px; border: 1px solid var(--card-line); box-shadow: var(--sh-sm); }
.gal img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .5s ease; }
.gal a:hover img { transform: scale(1.06); }
.gal .wide { grid-column: span 2; }
.gal .wide img { aspect-ratio: 8/3.9; }
@media (max-width: 40em) { .gal { grid-template-columns: repeat(2, 1fr); } .gal .wide { grid-column: span 2; } }

/* ── FAQ ───────────────────────────────────────────────────────────── */
.faq { background: var(--white); border: 1px solid var(--card-line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-sm); }
.faq details { border-bottom: 1px solid var(--card-line); }
.faq details:last-child { border-bottom: 0; }
.faq summary {
    cursor: pointer; list-style: none; padding: 1.1rem 1.3rem; font-weight: 800; font-size: 1.02rem; color: var(--ink);
    display: flex; justify-content: space-between; align-items: center; gap: 1rem;
    transition: color .15s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--sand-deep); }
.faq summary .plus { flex: none; width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--sand); position: relative; transition: background .2s ease; }
.faq summary .plus::before, .faq summary .plus::after { content: ""; position: absolute; background: var(--sand-deep); inset: 0; margin: auto; transition: transform .2s ease, background .2s ease; }
.faq summary .plus::before { width: 12px; height: 2px; border-radius: 2px; }
.faq summary .plus::after { width: 2px; height: 12px; border-radius: 2px; }
.faq details[open] summary .plus { background: var(--sand); }
.faq details[open] summary .plus::before, .faq details[open] summary .plus::after { background: #fff; }
.faq details[open] summary .plus::after { transform: rotate(90deg); }
.faq details[open] summary { color: var(--sand-deep); }
.faq .a { padding: 0 1.3rem 1.25rem; color: var(--body); max-width: 72ch; }

/* ── Lead band ─────────────────────────────────────────────────────── */
.lead-band {
    background:
        radial-gradient(50rem 24rem at 90% 0%, rgba(199,150,79,.18), transparent 60%),
        linear-gradient(150deg, #115048 0%, var(--brand) 55%, var(--brand-2) 100%);
    color: #E7EEEA; position: relative; overflow: hidden;
}
.lead-band .s-ref { color: var(--sand); }
.lead-band .s-ref::after { background: var(--sand); }
.lead-band .s-title { color: #fff; }
.lead-band .s-lead { color: #B9C9C2; }
.lead-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 52em) { .lead-grid { grid-template-columns: 1fr; } }
.lead-form {
    background: var(--white); color: var(--body);
    padding: clamp(1.5rem, 3vw, 2.2rem);
    border-radius: var(--radius); box-shadow: var(--sh-lg);
}
.lead-form h3 { font-size: 1.3rem; margin-bottom: .35rem; color: var(--ink); }
.lead-form .f-sub { font-size: .88rem; color: var(--muted); margin-bottom: 1.3rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .86rem; font-weight: 800; margin-bottom: .35rem; color: var(--ink); }
.field label .req { color: var(--sand-deep); }
.field input {
    width: 100%; border: 1.5px solid #DAD5C7; background: #FDFDFB; padding: .78rem .95rem;
    border-radius: var(--radius-sm); font-size: 1rem; color: var(--ink);
}
.field input:focus { outline: 2px solid var(--sand); outline-offset: 0; border-color: var(--sand); }
.field .hint { font-size: .76rem; color: var(--muted); margin-top: .3rem; }
.hp-field { position: absolute !important; inset-inline-start: -9999px !important; opacity: 0; height: 0; overflow: hidden; }
.form-foot { display: flex; gap: .9rem; align-items: center; flex-wrap: wrap; margin-top: 1.3rem; }
.form-foot .privacy { font-size: .74rem; color: var(--muted); flex: 1 1 12rem; }
.lead-form.has-error input:invalid { border-color: #B23A15; }
.lead-side { display: flex; flex-direction: column; gap: 1rem; }
.lead-side .contact-row { display: flex; align-items: center; gap: .9rem; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-sm); padding: .95rem 1.15rem; text-decoration: none; color: #E7EEEA; transition: border-color .18s ease, background .18s ease; }
.lead-side .contact-row:hover { border-color: var(--sand); color: #fff; background: rgba(255,255,255,.05); }
.lead-side .contact-row svg { width: 22px; height: 22px; flex: none; }
.lead-side .contact-row .c-lbl { font-size: .78rem; color: #9FB6AD; display: block; }
.lead-side .contact-row .c-val { font-weight: 800; font-size: 1.05rem; direction: ltr; unicode-bidi: embed; }
.trust-points { list-style: none; padding: 0; display: grid; gap: .6rem; margin-top: .4rem; }
.trust-points li { display: flex; gap: .7rem; align-items: flex-start; font-size: .92rem; color: #C4D4CC; }
.trust-points svg { width: 17px; height: 17px; flex: none; margin-top: .3rem; }

/* ── Sticky mobile CTA ─────────────────────────────────────────────── */
.sticky-cta {
    position: fixed; inset-block-end: 0; inset-inline: 0; z-index: 65;
    display: none; grid-template-columns: 1fr 1fr 1fr;
    background: var(--white); border-top: 1px solid var(--card-line);
    box-shadow: 0 -8px 24px -12px rgba(14,59,52,.18);
    padding: .5rem .5rem calc(.5rem + env(safe-area-inset-bottom));
    gap: .5rem;
}
.sticky-cta a {
    display: flex; align-items: center; justify-content: center; gap: .45rem;
    padding: .68rem .4rem; border-radius: var(--radius-sm); text-decoration: none;
    font-size: .86rem; font-weight: 800; color: #fff;
}
.sticky-cta a svg { width: 17px; height: 17px; }
.sticky-cta .c-call { background: var(--brand); }
.sticky-cta .c-wa { background: var(--wa); }
.sticky-cta .c-form { background: var(--sand); }
@media (max-width: 52em) {
    .sticky-cta { display: grid; }
    body { padding-bottom: 4.2rem; }
}

/* ── Footer ────────────────────────────────────────────────────────── */
.site-foot { background: var(--brand-2); color: #AFC3BB; font-size: .92rem; }
.site-foot .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.2rem; padding-block: 3.2rem 2.2rem; }
@media (max-width: 52em) { .site-foot .top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 34em) { .site-foot .top { grid-template-columns: 1fr; } }
.site-foot h4 { color: #fff; font-size: .9rem; margin-bottom: .95rem; font-weight: 800; letter-spacing: .04em; }
.site-foot ul { list-style: none; padding: 0; display: grid; gap: .5rem; }
.site-foot a { color: #AFC3BB; text-decoration: none; }
.site-foot a:hover { color: #F0D9B5; }
.site-foot .f-logo { width: 170px; height: auto; }
.site-foot .f-brand p { max-width: 34ch; font-size: .88rem; margin-top: .8rem; }
.site-foot .bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .8rem; color: #7E948C; }

/* ── Reveal on scroll ──────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal-stagger.in > *:nth-child(1) { transition-delay: .02s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: .08s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: .14s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: .2s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: .26s; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: .32s; }
.reveal-stagger.in > *:nth-child(7) { transition-delay: .38s; }
.reveal-stagger.in > *:nth-child(8) { transition-delay: .44s; }
.reveal-stagger.in > * { opacity: 1; transform: none; }

/* ── Unit-type strip + hub bits ────────────────────────────────────── */
.type-h { font-size: 1.15rem; margin-bottom: 1rem; color: var(--ink); }
.type-links { display: flex; flex-wrap: wrap; gap: .7rem; }
.type-link {
    display: inline-flex; align-items: baseline; gap: .5em; text-decoration: none;
    border: 1.5px solid var(--card-line); background: var(--white); border-radius: 100px;
    padding: .55rem 1.15rem; font-weight: 800; color: var(--ink); font-size: .92rem;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.type-link small { color: var(--sand-deep); font-weight: 700; font-size: .78rem; }
.type-link:hover { border-color: var(--sand); background: var(--sand-soft); color: var(--ink); transform: translateY(-2px); }
.type-link[aria-current="page"] { border-color: var(--sand); background: var(--sand-soft); color: var(--sand-deep); }
.offer-areas { font-size: .86rem; color: var(--muted); }

/* ── Thank-you ─────────────────────────────────────────────────────── */
.ty-box { text-align: center; padding-block: clamp(3rem, 9vw, 6rem); }
.ty-box .ok { width: 76px; height: 76px; margin-inline: auto; margin-bottom: 1.4rem; }

/* utility */
.mono { font-variant-numeric: tabular-nums; }
.ltr-nums { direction: ltr; unicode-bidi: embed; }
.center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; inset-inline-start: -9999px; top: 0; background: var(--brand); color: #fff; padding: .6rem 1rem; z-index: 100; border-radius: 0 0 8px 0; }
.skip-link:focus { inset-inline-start: .5rem; top: .5rem; }

/* contact channels cards (replaces schedule table — owner rule) */
.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-block:1.2rem}
.cc-card{background:#fff;border:1px solid rgba(14,59,52,.12);border-radius:14px;padding:1.1rem 1.2rem;box-shadow:0 6px 22px rgba(14,59,52,.06)}
.cc-primary{background:var(--brand);color:#fff;border-color:var(--brand)}
.cc-tag{display:block;font-size:.78rem;font-weight:700;letter-spacing:.02em;opacity:.75;margin-bottom:.45rem}
.cc-value{display:block;font-weight:800;font-size:1.05rem;line-height:1.5;margin-bottom:.4rem;color:inherit;text-decoration:none}
.cc-primary .cc-value{font-size:1.35rem}
.cc-best{font-size:.85rem;line-height:1.6;margin:0;opacity:.85}
.cc-actions{display:flex;gap:.6rem;margin-top:.8rem}
.btn-cc{flex:1;text-align:center;background:#fff;color:var(--brand);font-weight:700;border-radius:9px;padding:.55rem .9rem;text-decoration:none;font-size:.9rem}
.btn-cc-wa{background:#1da851;color:#fff}
