/* V13 — Future heritage tourism brochure visual system */
:root{
  --br-navy:#071522;--br-navy2:#0d2233;--br-navy3:#132b3f;--br-gold:#e5b954;--br-gold-soft:#f2d58d;
  --br-cream:#f5efe4;--br-paper:#fffaf1;--br-ink:#172535;--br-muted:#6f706e;--br-line:#dccfb8;
  --br-serif:Georgia,"Times New Roman",serif;--br-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
html{background:var(--br-cream)}body{font-family:var(--br-sans);background:var(--br-cream);color:var(--br-ink)}

/* HOME MASTHEAD */
.brochure-home{margin:0;background:var(--br-cream);overflow-x:hidden}
.brochure-topbar{position:relative;z-index:50;height:88px;padding:0 clamp(20px,4vw,64px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;background:linear-gradient(120deg,#06131f,#0c2131 58%,#10283c);color:white;border-bottom:1px solid rgba(229,185,84,.18)}
.brochure-menu{display:none;width:50px;height:50px;border:1px solid rgba(229,185,84,.45);border-radius:14px;background:transparent;padding:12px;cursor:pointer}
.brochure-menu span{display:block;height:2px;margin:5px 0;background:var(--br-gold);border-radius:2px;transition:.2s}
.brochure-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:white;min-width:max-content}.brochure-emblem{width:48px;height:48px;display:grid;place-items:center;color:var(--br-gold);font-size:30px;border:1px solid rgba(229,185,84,.42);border-radius:50%;box-shadow:inset 0 0 0 5px rgba(229,185,84,.04)}.brochure-logo small{display:block;font:500 12px/1 var(--br-serif);letter-spacing:2.2px;color:#f6e2aa}.brochure-logo strong{display:block;font:500 22px/1.05 var(--br-serif);letter-spacing:.3px;margin-top:3px}
.brochure-nav{display:flex;justify-content:center;gap:clamp(14px,2vw,32px)}.brochure-nav a{color:#e8edf1;text-decoration:none;font-size:12px;letter-spacing:.2px}.brochure-nav a:hover{color:var(--br-gold)}
.brochure-lang{display:flex;align-items:center;gap:9px;direction:ltr}.brochure-lang button{appearance:none;border:0;background:transparent;color:#fff;font:600 13px var(--br-serif);padding:7px 2px;cursor:pointer;white-space:nowrap}.brochure-lang button.active{color:var(--br-gold)}.brochure-lang i{font-style:normal;color:var(--br-gold);font-size:10px}
.brochure-drawer{display:none}

/* HERO */
.brochure-hero{position:relative;min-height:760px;background:var(--br-navy);overflow:visible}.brochure-hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.02)}.brochure-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,15,25,.9) 0%,rgba(4,15,25,.66) 43%,rgba(4,15,25,.24) 70%,rgba(4,15,25,.08) 100%),linear-gradient(0deg,rgba(4,15,25,.42),transparent 48%)}
.brochure-hero-copy{position:relative;z-index:2;color:white;padding:clamp(90px,10vw,150px) clamp(24px,8vw,128px) 190px;max-width:780px}.brochure-eyebrow{font-size:10px;letter-spacing:3px;font-weight:800;color:var(--br-gold-soft)}.brochure-hero h1{font:400 clamp(68px,7vw,106px)/.94 var(--br-serif);letter-spacing:-2.8px;margin:16px 0 22px;text-shadow:0 3px 30px rgba(0,0,0,.18)}.brochure-rule{display:flex;align-items:center;gap:12px;width:190px;margin:0 0 20px}.brochure-rule i{height:1px;flex:1;background:var(--br-gold)}.brochure-rule b{font-size:13px;color:var(--br-gold)}.brochure-rule.dark i{background:#b5934d}.brochure-rule.dark b{color:#b5934d}
.brochure-hero-copy p{font-size:18px;line-height:1.7;max-width:610px;color:#eff2f3;margin:0}.brochure-hero-actions{display:flex;gap:12px;align-items:center;margin-top:28px}.brochure-gold-btn,.brochure-ghost-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:54px;padding:0 26px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}.brochure-gold-btn{background:linear-gradient(90deg,#dba739,#f0c665);color:#071522;box-shadow:0 16px 40px rgba(0,0,0,.2)}.brochure-gold-btn span{font-size:25px;line-height:1}.brochure-ghost-btn{border:1px solid rgba(255,255,255,.42);color:#fff;background:rgba(4,15,25,.18);backdrop-filter:blur(10px)}
.brochure-stats{position:absolute;z-index:4;left:clamp(20px,4vw,64px);right:clamp(20px,4vw,64px);bottom:-1px;transform:translateY(45%);display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(115deg,rgba(7,21,34,.96),rgba(14,34,50,.96));border:1px solid rgba(229,185,84,.38);border-radius:24px;box-shadow:0 24px 55px rgba(0,0,0,.22);overflow:hidden}.brochure-stats>div{min-height:130px;display:grid;grid-template-columns:48px auto;grid-template-rows:auto auto;align-content:center;column-gap:12px;padding:24px 28px;position:relative}.brochure-stats>div:not(:last-child):after{content:"";position:absolute;right:0;top:24px;bottom:24px;width:1px;background:rgba(229,185,84,.34)}.brochure-stats span{grid-row:1/3;align-self:center;color:var(--br-gold);font-size:28px}.brochure-stats strong{font:600 31px/1 var(--br-serif);color:#fff}.brochure-stats small{font-size:9px;letter-spacing:1.2px;color:#dfcfaa;margin-top:6px}

/* BROCHURE SECTIONS */
.brochure-section{padding:112px clamp(20px,4vw,64px) 82px;background:var(--br-cream)}.brochure-heading span,.journeys-intro>span,.passport-brochure>div>span{display:block;font-size:9px;letter-spacing:2.2px;font-weight:900;color:#a98235}.brochure-heading h2,.journeys-intro h2,.passport-brochure h2{font:400 clamp(42px,4.4vw,66px)/1.02 var(--br-serif);letter-spacing:-1.4px;margin:8px 0 10px;color:#0c1b28}.brochure-heading p{font-size:14px;line-height:1.65;color:#64696b;margin:0}.brochure-heading.centered{text-align:center;max-width:780px;margin:0 auto 30px}.brochure-heading.centered .brochure-rule{margin:14px auto}.brochure-heading.row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.brochure-heading.row h2{font-size:46px;margin-bottom:0}.brochure-heading.row>a{text-decoration:none;color:#192938;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.7px}.brochure-heading.row>a b{color:#a98235;font-size:16px;margin-left:8px}

/* REGIONS */
.brochure-regions{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;max-width:1500px;margin:0 auto}.brochure-region-card{position:relative;min-height:420px;border-radius:22px;overflow:hidden;text-decoration:none;background:#1a2a34;border:1px solid rgba(35,39,43,.1);box-shadow:0 18px 38px rgba(26,32,35,.12)}.brochure-region-card img,.region-image-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.region-image-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#122c43,#9d7535);color:#f3d284;font-size:34px}.brochure-region-card .region-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,13,20,.04) 15%,rgba(4,13,20,.18) 43%,rgba(3,12,20,.95) 100%)}.region-copy{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:white}.region-copy small{font-size:8px;letter-spacing:1.5px;color:#efd592}.region-copy h3{font:400 34px/1 var(--br-serif);margin:5px 0 8px}.region-copy p{font-size:12px;line-height:1.5;color:#f0f0ed;min-height:36px;margin:0}.region-copy>div{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:12px;border-top:1px solid rgba(229,185,84,.44)}.region-copy b{font-size:9px;text-transform:uppercase;letter-spacing:.5px;color:#f2dda5}.region-copy span{width:32px;height:32px;border:1px solid rgba(229,185,84,.7);border-radius:50%;display:grid;place-items:center;color:var(--br-gold);font-size:17px}.brochure-region-card:hover img{transform:scale(1.035);transition:.45s ease}

/* FEATURED */
.featured-showcase{padding-top:54px;background:#faf4e9;border-top:1px solid #e0d4c2}.brochure-featured{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;max-width:1600px;margin:0 auto}.brochure-feature-card{position:relative;min-height:300px;border-radius:18px;overflow:hidden;text-decoration:none;background:#152330}.brochure-feature-card img,.feature-image-fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feature-image-fallback{display:grid;place-items:center;color:#e3b751;font-size:30px;background:linear-gradient(135deg,#0d2234,#a27b3a)}.feature-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,14,22,.02) 32%,rgba(4,14,22,.92) 100%)}.feature-badge{position:absolute;top:13px;left:13px;padding:6px 9px;border-radius:999px;background:rgba(175,128,44,.9);color:white;font-size:8px;letter-spacing:.5px}.feature-copy{position:absolute;z-index:2;left:15px;right:15px;bottom:14px;color:white}.feature-copy h3{font:400 20px/1.1 var(--br-serif);margin:0 0 7px}.feature-copy p{font-size:9px;margin:0;color:#e4e7e8}.feature-copy b{position:absolute;right:0;bottom:0;color:#f3ce73;font-size:18px}.brochure-feature-card:hover img{transform:scale(1.04);transition:.45s ease}

/* JOURNEYS */
.brochure-dark{position:relative;min-height:560px;padding:76px clamp(20px,4vw,64px);background:#081723;color:white;display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,1.8fr);gap:36px;align-items:center;overflow:hidden}.brochure-dark-backdrop{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,15,24,.98),rgba(8,23,35,.88)),url('/heritage/assets/archive-baghdad-region-map-1942.jpg') center/cover;opacity:.72}.journeys-intro,.brochure-journeys{position:relative;z-index:2}.journeys-intro>span{color:#edc86d}.journeys-intro h2{color:white;margin-top:8px}.journeys-intro p{font-size:14px;line-height:1.65;color:#d4dde2;max-width:320px}.journeys-intro a{display:inline-flex;align-items:center;gap:18px;margin-top:16px;border:1px solid var(--br-gold);color:#f1cc73;text-decoration:none;border-radius:999px;padding:12px 18px;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.7px}.journeys-intro a b{font-size:17px}.brochure-journeys{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.brochure-journey-card{position:relative;min-height:330px;border:1px solid rgba(229,185,84,.48);border-radius:20px;overflow:hidden;text-decoration:none;color:white;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;background:rgba(16,37,54,.82)}.brochure-journey-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.journey-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,17,26,.16),rgba(5,17,26,.9) 84%)}.brochure-journey-card>span,.brochure-journey-card>strong,.brochure-journey-card>small{position:relative;z-index:2}.brochure-journey-card>span{position:absolute;top:16px;left:16px;color:#efca71;font:400 16px var(--br-serif)}.brochure-journey-card>strong{font:400 24px/1.1 var(--br-serif)}.brochure-journey-card>small{font-size:9px;color:#e8dcbf;margin-top:8px}.brochure-journey-card:hover{border-color:#f2ce75}

/* DEEPER + PASSPORT */
.discover-more{background:#fffaf1;padding-top:72px}.brochure-experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1250px;margin:28px auto 0}.brochure-experience-grid a{min-height:185px;border:1px solid #ded0b7;border-radius:20px;padding:22px;text-decoration:none;color:#142432;background:linear-gradient(145deg,#fffdf8,#f3eadc);display:flex;flex-direction:column}.brochure-experience-grid em{font-style:normal;font:400 18px var(--br-serif);color:#b18a42}.brochure-experience-grid strong{font:400 25px var(--br-serif);margin-top:auto}.brochure-experience-grid span{font-size:11px;color:#727471;margin-top:5px}
.passport-brochure{margin:10px clamp(20px,4vw,64px) 58px;padding:34px 42px;border-radius:24px;background:linear-gradient(120deg,#071522,#102c43 60%,#071522);border:1px solid rgba(229,185,84,.55);display:grid;grid-template-columns:1fr 300px;align-items:center;gap:32px;color:white;overflow:hidden}.passport-brochure>div>span{color:#edc86f}.passport-brochure h2{color:#efc96c;font-size:44px}.passport-brochure p{font-size:14px;line-height:1.65;color:#d9e1e5;max-width:650px}.passport-brochure a{display:inline-flex;align-items:center;gap:18px;color:#f2cd71;border:1px solid #dcb14e;border-radius:999px;text-decoration:none;padding:12px 19px;text-transform:uppercase;font-size:9px;font-weight:900}.passport-book{justify-self:center;width:180px;height:230px;border-radius:10px 22px 22px 10px;background:linear-gradient(145deg,#102a42,#06111c);border:1px solid #b88e37;box-shadow:18px 18px 28px rgba(0,0,0,.28);transform:rotate(6deg);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#e4b94f}.passport-book i{font-style:normal;font-size:36px}.passport-book small{letter-spacing:2px;margin-top:14px}.passport-book strong{font:400 24px var(--br-serif);margin-top:2px}.passport-book span{font-size:8px;letter-spacing:1.5px;margin-top:20px;color:#e6d4a7}
.brochure-footer{padding:34px clamp(20px,4vw,64px) 42px;background:#06131f;color:#d8e0e4;display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;border-top:1px solid rgba(229,185,84,.2)}.brochure-footer>div{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;align-items:center;gap:0 10px}.brochure-footer .brochure-emblem{grid-row:1/3;width:38px;height:38px;font-size:21px}.brochure-footer strong{font:400 18px var(--br-serif)}.brochure-footer small{font-size:8px;letter-spacing:1.2px;color:#bba36d}.brochure-footer nav{display:flex;gap:18px}.brochure-footer nav a{color:#dce2e5;text-decoration:none;font-size:9px}.brochure-footer p{text-align:right;font-size:9px;line-height:1.55;color:#91a0aa;margin:0}

/* GLOBAL INTERNAL PAGE THEME */
body:not(.brochure-home){background:var(--br-cream)!important;color:var(--br-ink)!important}
.site-header{min-height:86px!important;height:86px!important;padding:0 clamp(18px,4vw,58px)!important;background:linear-gradient(120deg,#06131f,#0c2131 70%,#10283c)!important;border-bottom:1px solid rgba(229,185,84,.2)!important;box-shadow:none!important;color:white!important}
.site-header .brand{gap:12px!important}.site-header .brand-mark{width:46px!important;height:46px!important;border-radius:50%!important;background:transparent!important;border:1px solid rgba(229,185,84,.5)!important;color:var(--br-gold)!important;box-shadow:inset 0 0 0 5px rgba(229,185,84,.04)!important}.site-header .brand-copy small{color:#d0b56e!important;font-size:7px!important}.site-header .brand-copy strong{color:white!important;font:500 18px var(--br-serif)!important}.site-header .site-nav{gap:18px!important}.site-header .site-nav a{color:#d9e1e5!important;font-size:10px!important}.site-header .site-nav a:hover{color:var(--br-gold)!important}.site-header .nav-cta{background:transparent!important;border:1px solid rgba(229,185,84,.55)!important;color:#efcc77!important;box-shadow:none!important}.site-header .lang-switch{display:flex!important;direction:ltr;gap:5px!important}.site-header .lang-switch button{border:0!important;background:transparent!important;color:white!important;font:600 10px var(--br-serif)!important;padding:6px 4px!important}.site-header .lang-switch button.active{color:var(--br-gold)!important}.mobile-nav-toggle{border-color:rgba(229,185,84,.45)!important;color:#f0c96d!important;background:transparent!important}

.page-hero{position:relative;overflow:hidden;padding:76px clamp(20px,7vw,105px) 68px!important;background:linear-gradient(120deg,#091a29,#122d42)!important;color:white!important;border-bottom:1px solid rgba(229,185,84,.25)!important}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 20%,rgba(229,185,84,.12),transparent 24%),linear-gradient(135deg,transparent 35%,rgba(229,185,84,.035) 35.5%,transparent 36%);pointer-events:none}.page-hero>*{position:relative;z-index:1}.page-hero .breadcrumbs,.page-hero .breadcrumbs a{color:#b9c3c9!important;font-size:9px!important}.page-hero .kicker{color:#efc96c!important;font-size:9px!important;letter-spacing:2px!important;margin-top:28px}.page-hero h1{color:white!important;font:400 clamp(48px,5.4vw,78px)/.98 var(--br-serif)!important;letter-spacing:-2px!important;max-width:1050px!important}.page-hero p{color:#d9e2e6!important;font-size:15px!important;max-width:850px!important;line-height:1.7!important}.page-hero .site-hero-meta span{border-color:rgba(229,185,84,.42)!important;background:rgba(5,20,32,.45)!important;color:#f0d99d!important}
.section{padding:70px clamp(18px,5vw,72px)!important;background:var(--br-cream)!important}.section:nth-of-type(even){background:#faf4e9!important}.section-head .kicker,.section .kicker{color:#a47c2e!important}.section-head h2,.section h2,.section h3{font-family:var(--br-serif);font-weight:400;color:#10202e}.section-head h2{font-size:46px}.section-head p{color:#676b6b;line-height:1.7}

/* cards become travel/editorial */
.destination-grid,.learn-grid,.people-grid,.archive-grid,.collection-grid,.connection-grid,.nearby-grid,.platform-grid{gap:16px!important}
.dest-card{position:relative!important;min-height:360px!important;padding:0!important;border-radius:20px!important;overflow:hidden!important;background:#122538!important;border:1px solid rgba(20,35,47,.08)!important;box-shadow:0 20px 40px rgba(26,32,35,.1)!important}.dest-card>img,.dest-card>.img-ph{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.dest-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,14,22,.03) 25%,rgba(4,14,22,.93) 100%)}.dest-card .dest-body{position:absolute!important;z-index:2;left:0;right:0;bottom:0;padding:22px!important;color:white!important;background:transparent!important}.dest-card .dest-type{display:inline-block!important;background:rgba(177,133,49,.9)!important;color:white!important;border-radius:999px!important;padding:6px 9px!important;font-size:8px!important;letter-spacing:.6px!important}.dest-card h3{font:400 27px/1.05 var(--br-serif)!important;color:white!important;margin:10px 0 8px!important}.dest-card p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#e4e8ea!important;font-size:11px!important;line-height:1.5!important}.dest-actions{border-top:1px solid rgba(229,185,84,.35)!important;padding-top:10px!important}.dest-actions span{color:#ddd9ce!important}.dest-actions a{color:#efca70!important}
.feature-card,.plan-card,.builder-panel,.passport-panel,.roots-panel,.atlas-sidebar,.root-card,.passport-stamp,.netlify-form,.nearby-card,.root-note,.roots-demo,.site-facts div,.passport-summary div,.trip-summary,.notice,.audio-strip,.location-note,.research-story,.research-facts,.site-timeline-card,.research-sources,.connection-card,.site-archive-card,.archive-card,.people-card,.learn-card,.entity-card{background:var(--br-paper)!important;border:1px solid #dfd0b7!important;box-shadow:0 16px 34px rgba(31,37,38,.06)!important;border-radius:18px!important}
.btn,.passport-btn,.atlas-filter,.map-tools button,.audio-btn{border-radius:999px!important}.btn.navy,.navy.btn,.passport-btn.saved,.atlas-filter.active{background:var(--br-navy2)!important;color:#fff!important;border-color:var(--br-navy2)!important}.btn:not(.navy),.passport-btn:not(.saved),.atlas-filter:not(.active){background:#fffaf2!important;color:#233545!important;border-color:#ddcdae!important}
footer:not(.brochure-footer){background:#06131f!important;color:#d6dfe3!important;border-top:1px solid rgba(229,185,84,.2)!important}.footer-brand .brand-mark{background:transparent!important;border:1px solid rgba(229,185,84,.5)!important;color:var(--br-gold)!important}.footer-brand strong{color:white!important}.footer-links a{color:#c9d4d9!important}.footer-note{color:#90a0a9!important}

/* site dossier as cinematic destination */
.site-page-hero{min-height:560px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;padding-bottom:62px!important;background-position:center!important;background-size:cover!important}.site-page-hero.has-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,14,22,.9),rgba(4,14,22,.48) 58%,rgba(4,14,22,.2)),linear-gradient(0deg,rgba(4,14,22,.72),transparent 56%);z-index:0}.site-page-hero.has-photo>*{z-index:1}.site-page-hero.has-photo h1{max-width:880px!important}.site-story-section{padding-top:42px!important}.site-detail-grid{display:grid!important;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;gap:20px!important;align-items:start!important}.site-detail-grid>div:first-child{display:none!important}.site-briefing{background:var(--br-paper);border:1px solid #dfd0b7;border-radius:24px;padding:28px;box-shadow:0 20px 44px rgba(31,37,38,.07);grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:12px 32px}.site-briefing>.kicker,.site-briefing>h2,.site-briefing>.site-location-line,.site-briefing>.site-long-brief,.site-briefing>.highlight-list,.site-briefing>.site-alias-box,.site-briefing>.site-facts,.site-briefing>.location-note,.site-briefing>.builder-actions{grid-column:1/-1}.site-native-name{font:400 28px var(--br-serif)!important}.site-long-brief{font-size:16px!important;line-height:1.8!important;max-width:900px}.highlight-list span{background:#f4ead9!important;border-color:#decba8!important;color:#695b43!important}.site-facts{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important}.site-facts div{padding:18px!important}.site-facts small{color:#93723b!important}.site-facts strong{font:400 18px var(--br-serif)!important;color:#15293a!important}.site-evidence-band{background:linear-gradient(120deg,#071522,#102d44)!important;border:1px solid rgba(229,185,84,.4)!important;border-radius:22px!important}.site-evidence-band h2{color:#fff!important}.site-evidence-band small{color:#edc96f!important}.site-evidence-band p{color:#ccd6dc!important}.research-head h2{font-size:48px!important}.research-story-grid{gap:14px!important}.research-story{padding:24px!important}.research-story small{color:#a17a31!important}.research-story h3{font-size:27px!important}.research-story p{font-size:13px!important;line-height:1.75!important;color:#616766!important}.research-period{background:#0b2234!important;border-radius:18px!important;color:white!important;border:1px solid rgba(229,185,84,.34)!important}.research-period small{color:#e6bf65!important}.research-period strong{color:white!important;font-family:var(--br-serif)!important}.site-subsection{padding-top:66px!important}.site-subsection>h2{font-size:42px!important}.site-map{border-radius:22px!important}.site-archive-card{overflow:hidden!important}.site-archive-card img{border-radius:16px!important}.nearby-card b{font-family:var(--br-serif)!important;font-size:20px!important}

/* Learn / People / Archive emphasis */
.learn-card,.people-card,.archive-card,.entity-card{overflow:hidden!important}.learn-card h3,.people-card h3,.archive-card h3,.entity-card h3{font-size:27px!important}.archive-card img,.site-archive-card img{filter:saturate(.88) contrast(1.03)}.people-toolbar,.archive-toolbar,.atlas-filters{gap:8px!important}

/* desktop maps become secondary elegant tools */
.map-shell,.site-map,.atlas-map-shell,.world-map-shell{border:1px solid #d9c9ab!important;box-shadow:0 20px 40px rgba(25,35,41,.09)!important;border-radius:22px!important;overflow:hidden!important}.atlas-sidebar{background:#fffaf1!important}.map-tools button{background:rgba(255,250,241,.94)!important;color:#172a39!important;border-color:#d6c4a4!important}

/* Arabic/Hebrew keep fixed language-bar order but align page content naturally */
.global-lang-switch,.lang-switch,.brochure-lang{direction:ltr!important;unicode-bidi:isolate!important}.global-lang-switch button,.lang-switch button,.brochure-lang button{direction:ltr!important;unicode-bidi:isolate!important}
html[dir="rtl"] .brochure-hero-copy,html[dir="rtl"] .brochure-heading,html[dir="rtl"] .journeys-intro,html[dir="rtl"] .region-copy,html[dir="rtl"] .feature-copy,html[dir="rtl"] .passport-brochure>div{text-align:right}
html[dir="rtl"] .brochure-heading.row{direction:rtl}.brochure-topbar .brochure-lang{justify-self:end}

/* TABLET */
@media(max-width:1100px){
  .brochure-topbar{grid-template-columns:auto 1fr auto}.brochure-nav{display:none}.brochure-menu{display:block}.brochure-logo{justify-self:center}.brochure-topbar{grid-template-columns:auto 1fr auto}.brochure-regions{grid-template-columns:repeat(3,1fr)}.brochure-region-card.r1{grid-column:span 2}.brochure-featured{grid-template-columns:repeat(3,1fr)}.brochure-dark{grid-template-columns:1fr}.brochure-journeys{grid-template-columns:repeat(4,1fr)}.brochure-experience-grid{grid-template-columns:repeat(2,1fr)}.brochure-footer{grid-template-columns:1fr}.brochure-footer p{text-align:left}.brochure-drawer{position:absolute;z-index:49;top:88px;left:0;right:0;background:#081926;border-top:1px solid rgba(229,185,84,.2);padding:18px 22px;grid-template-columns:repeat(4,1fr);gap:8px}.brochure-drawer.open{display:grid}.brochure-drawer a{color:#eef2f3;text-decoration:none;padding:12px 14px;border:1px solid rgba(229,185,84,.18);border-radius:12px;font-size:11px}.site-header .site-nav{display:none!important}.site-header.nav-open .site-nav{display:grid!important}
}

/* MOBILE — exact same brochure language, compressed */
@media(max-width:720px){
  .brochure-topbar{height:78px;padding:0 14px;gap:8px;grid-template-columns:44px 1fr auto}.brochure-menu{display:block;width:42px;height:42px;border-radius:11px;padding:9px}.brochure-logo{justify-self:center;gap:7px}.brochure-emblem{width:36px;height:36px;font-size:21px}.brochure-logo small{font-size:8px;letter-spacing:1.4px}.brochure-logo strong{font-size:16px}.brochure-lang{gap:4px}.brochure-lang button{font-size:10px;padding:4px 1px}.brochure-lang i{font-size:8px}.brochure-drawer{top:78px;grid-template-columns:1fr 1fr;padding:12px 14px}.brochure-drawer a{font-size:11px}
  .brochure-hero{min-height:640px}.brochure-hero-shade{background:linear-gradient(0deg,rgba(4,15,25,.92) 0%,rgba(4,15,25,.58) 54%,rgba(4,15,25,.16) 100%)}.brochure-hero-photo{object-position:center}.brochure-hero-copy{padding:220px 20px 145px;max-width:none}.brochure-eyebrow{font-size:8px;letter-spacing:2.2px}.brochure-hero h1{font-size:54px;line-height:.97;letter-spacing:-1.5px;margin:10px 0 14px}.brochure-rule{width:132px;margin-bottom:14px}.brochure-hero-copy p{font-size:15px;line-height:1.55;max-width:92%}.brochure-hero-actions{margin-top:18px}.brochure-gold-btn,.brochure-ghost-btn{min-height:48px;padding:0 18px;font-size:10px}.brochure-ghost-btn{display:none}.brochure-stats{left:14px;right:14px;transform:translateY(40%);grid-template-columns:repeat(4,1fr);border-radius:18px}.brochure-stats>div{min-height:86px;padding:12px 8px;display:flex;flex-direction:column;text-align:center}.brochure-stats>div:not(:last-child):after{top:14px;bottom:14px}.brochure-stats span{font-size:18px}.brochure-stats strong{font-size:22px;margin-top:2px}.brochure-stats small{font-size:6px;letter-spacing:.5px;line-height:1.25}
  .brochure-section{padding:82px 14px 46px}.brochure-heading.centered{margin-bottom:18px}.brochure-heading span{font-size:8px}.brochure-heading h2{font-size:34px;line-height:1.03;letter-spacing:-.7px}.brochure-heading p{font-size:12px;line-height:1.55}.brochure-heading.row{align-items:center;margin-bottom:14px}.brochure-heading.row h2{font-size:30px}.brochure-heading.row>a{font-size:8px}
  .region-showcase{padding-top:84px}.brochure-regions{display:flex;overflow-x:auto;gap:9px;scroll-snap-type:x mandatory;padding-bottom:6px;scrollbar-width:none;margin-right:-14px}.brochure-regions::-webkit-scrollbar{display:none}.brochure-region-card,.brochure-region-card.r1{min-width:76vw;min-height:330px;grid-column:auto;scroll-snap-align:start;border-radius:18px}.brochure-region-card:last-child{margin-right:14px}.region-copy{left:16px;right:16px;bottom:14px}.region-copy h3{font-size:32px}.region-copy p{font-size:11px;min-height:auto}.region-copy>div{margin-top:13px}.featured-showcase{padding-top:28px}.brochure-featured{display:flex;overflow-x:auto;gap:9px;scroll-snap-type:x mandatory;padding-bottom:6px;scrollbar-width:none;margin-right:-14px}.brochure-featured::-webkit-scrollbar{display:none}.brochure-feature-card{min-width:68vw;min-height:260px;scroll-snap-align:start}.brochure-feature-card:last-child{margin-right:14px}.feature-copy h3{font-size:22px}
  .brochure-dark{padding:42px 14px 46px;display:block;min-height:auto}.journeys-intro h2{font-size:38px}.journeys-intro p{font-size:12px;margin-bottom:14px}.journeys-intro a{margin-top:4px}.brochure-journeys{display:flex;overflow-x:auto;gap:9px;scroll-snap-type:x mandatory;scrollbar-width:none;margin-top:22px;margin-right:-14px}.brochure-journeys::-webkit-scrollbar{display:none}.brochure-journey-card{min-width:70vw;min-height:300px;scroll-snap-align:start}.brochure-journey-card:last-child{margin-right:14px}.discover-more{padding-top:44px}.brochure-experience-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.brochure-experience-grid a{min-height:145px;padding:15px;border-radius:16px}.brochure-experience-grid strong{font-size:20px}.brochure-experience-grid span{font-size:9px}.passport-brochure{margin:0 14px 28px;padding:24px 20px;grid-template-columns:1fr;border-radius:18px}.passport-brochure h2{font-size:34px}.passport-brochure p{font-size:12px}.passport-book{display:none}.brochure-footer{padding:26px 16px 34px;display:block}.brochure-footer nav{display:flex;flex-wrap:wrap;margin:18px 0;gap:12px}.brochure-footer p{text-align:left}
  .site-header{height:auto!important;min-height:76px!important;padding:0 12px!important}.site-header .brand-copy small{display:none}.site-header .brand-copy strong{font-size:15px!important}.site-header .brand-mark{width:38px!important;height:38px!important}.header-actions{gap:4px!important}.site-header .lang-switch button{font-size:9px!important;padding:5px 2px!important}.mobile-nav-toggle{min-width:38px!important;height:38px!important;padding:0 7px!important}.mobile-nav-label{display:none!important}
  .page-hero{padding:48px 16px 40px!important}.page-hero .kicker{margin-top:18px}.page-hero h1{font-size:44px!important;line-height:1!important;letter-spacing:-1.2px!important;margin:10px 0 12px!important}.page-hero p{font-size:13px!important;line-height:1.55!important}.section{padding:42px 14px!important}.destination-grid,.learn-grid,.people-grid,.archive-grid,.collection-grid,.connection-grid,.nearby-grid,.platform-grid{grid-template-columns:1fr!important}.dest-card{min-height:390px!important;border-radius:18px!important}.dest-card h3{font-size:29px!important}.dest-card p{font-size:12px!important}.site-page-hero{min-height:500px!important;padding-bottom:34px!important}.site-page-hero h1{font-size:48px!important}.site-story-section{padding-top:18px!important}.site-briefing{padding:18px!important;border-radius:18px!important}.site-long-brief{font-size:14px!important;line-height:1.65!important}.site-facts{grid-template-columns:1fr 1fr!important}.site-facts div{padding:13px!important}.site-facts strong{font-size:15px!important}.research-head{display:block!important}.research-head h2{font-size:38px!important}.expanded-research-grid{grid-template-columns:1fr!important}.research-story{padding:18px!important}.research-story h3{font-size:24px!important}.research-story p{font-size:13px!important}.research-learning-grid{grid-template-columns:1fr!important}.site-subsection{padding-top:46px!important}.site-subsection>h2{font-size:34px!important}.site-map,.atlas-map-shell,.world-map-shell{display:none!important}.builder-actions{display:grid!important;grid-template-columns:1fr!important}.builder-actions>*{width:100%!important;justify-content:center!important}.audio-strip{display:none!important}
}
@media(max-width:390px){.brochure-topbar{grid-template-columns:40px 1fr auto}.brochure-logo .brochure-emblem{display:none}.brochure-logo strong{font-size:15px}.brochure-lang button{font-size:9px}.brochure-stats small{font-size:5.5px}.brochure-hero h1{font-size:49px}.brochure-experience-grid{grid-template-columns:1fr}.brochure-region-card{min-width:82vw}.brochure-feature-card{min-width:76vw}.brochure-journey-card{min-width:78vw}}
.journey-index-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1350px;margin:0 auto}.journey-index-card{position:relative;min-height:520px;border-radius:24px;overflow:hidden;text-decoration:none;background:#0b2030;color:white;border:1px solid rgba(229,185,84,.25);box-shadow:0 22px 48px rgba(20,28,34,.12)}.journey-index-card img,.journey-index-ph{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.journey-index-ph{display:grid;place-items:center;background:linear-gradient(135deg,#0a2031,#a27b3c);font-size:38px;color:#edc767}.journey-index-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,12,20,.04) 15%,rgba(3,12,20,.9) 92%)}.journey-index-copy{position:absolute;z-index:2;left:28px;right:28px;bottom:24px}.journey-index-copy>span{color:#edc86d;font:400 17px var(--br-serif)}.journey-index-copy h2{font:400 40px/1 var(--br-serif)!important;color:white!important;margin:8px 0 10px}.journey-index-copy p{max-width:620px;font-size:12px;line-height:1.6;color:#e5ebed}.journey-index-copy>div{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(229,185,84,.42);padding-top:12px;margin-top:16px}.journey-index-copy b{font-size:9px;letter-spacing:.5px;color:#ecd99d}.journey-index-copy em{font-style:normal;font-size:10px;color:#f2c96b;font-weight:900}.journey-index-card:hover img{transform:scale(1.035);transition:.45s ease}
@media(max-width:720px){.journey-index-grid{grid-template-columns:1fr;gap:12px}.journey-index-card{min-height:390px;border-radius:18px}.journey-index-copy{left:18px;right:18px;bottom:16px}.journey-index-copy h2{font-size:32px!important}.journey-index-copy p{font-size:11px}}

/* Immersive / specialist pages inherit the brochure system */
body.immersive-body:not(.brochure-home){background:var(--br-cream)!important;color:var(--br-ink)!important}.immersive-top{height:82px!important;left:0!important;right:0!important;top:0!important;padding:0 24px!important;background:linear-gradient(120deg,#06131f,#0c2131 70%,#10283c)!important;border-bottom:1px solid rgba(229,185,84,.2)!important;display:flex!important;align-items:center!important;gap:18px!important;box-shadow:none!important}.immersive-brand{background:transparent!important;border:0!important;padding:0!important;border-radius:0!important;backdrop-filter:none!important}.immersive-mark{width:44px!important;height:44px!important;border-radius:50%!important;background:transparent!important;border:1px solid rgba(229,185,84,.5)!important;color:var(--br-gold)!important}.immersive-brand small{color:#c7aa62!important}.immersive-brand strong{font-family:var(--br-serif)!important;color:#fff!important}.immersive-nav{margin-left:auto!important}.immersive-nav a,.immersive-nav button{background:transparent!important;border:0!important;color:#d9e2e6!important;backdrop-filter:none!important}.immersive-nav a:hover{color:var(--br-gold)!important}.immersive-top .global-lang-switch{display:flex!important;gap:4px!important;direction:ltr!important}.immersive-top .global-lang-switch button{background:transparent!important;border:0!important;color:white!important;font:600 10px var(--br-serif)!important;padding:5px 3px!important}.immersive-top .global-lang-switch button.active{color:var(--br-gold)!important}.immersive-page{padding:82px 0 0!important;background:var(--br-cream)!important}.immersive-page-head{padding:68px clamp(20px,7vw,100px) 58px!important;background:linear-gradient(120deg,#091a29,#122d42)!important;color:white!important;max-width:none!important;border:0!important}.immersive-page-head .crumb,.immersive-page-head .crumb a{color:#aebdc5!important}.immersive-page-head h1{font:400 clamp(48px,5vw,76px)/.98 var(--br-serif)!important;color:white!important;letter-spacing:-1.8px!important;margin:14px 0!important}.immersive-page-head p{max-width:820px!important;color:#d5dfe4!important;font-size:14px!important;line-height:1.7!important}.immersive-shell{padding:46px clamp(18px,4vw,64px) 70px!important;background:var(--br-cream)!important}.twin-sidebar,.world-panel,.graph-panel,.memory-entry,.graph-legend{background:var(--br-paper)!important;border:1px solid #dfd0b7!important;border-radius:18px!important;color:var(--br-ink)!important;box-shadow:0 16px 34px rgba(31,37,38,.06)!important}.lens-title{color:#a17b32!important}.world-panel h3,.graph-panel h3,.memory-entry h3{font-family:var(--br-serif)!important;color:#122839!important}.lens-copy,.graph-panel p,.memory-entry p{color:#626a6c!important}.twin-stage,.field-stage,.graph-stage{border:1px solid #d8c7a7!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 22px 48px rgba(21,31,37,.1)!important}.twin-info{background:linear-gradient(0deg,rgba(4,14,22,.96),rgba(4,14,22,.5),transparent)!important}.twin-info h2{font-family:var(--br-serif)!important;color:white!important}.twin-info p{color:#e1e6e8!important}.immersive-btn{border-radius:999px!important;border-color:#ceb77b!important;color:#203446!important;background:#fffaf1!important}.immersive-btn.gold{background:linear-gradient(90deg,#dba739,#efc565)!important;color:#071522!important;border-color:#e1b755!important}.site-orbit .orbit-row{background:#fffaf1!important;border-color:#dfd0b7!important}.site-orbit .orbit-row b{color:#1a2c3a!important}.site-orbit .orbit-row small{color:#6f7676!important}
@media(max-width:720px){.immersive-top{height:auto!important;min-height:76px!important;padding:0 12px!important}.immersive-brand small{display:none!important}.immersive-brand strong{font-size:14px!important}.immersive-mark{width:38px!important;height:38px!important}.immersive-nav{display:none!important}.immersive-top.nav-open .immersive-nav{display:grid!important;position:absolute!important;top:76px!important;left:10px!important;right:10px!important;margin:0!important;padding:10px!important;background:#081a29!important;border:1px solid rgba(229,185,84,.25)!important;border-radius:14px!important;z-index:90!important}.immersive-top .global-lang-switch{margin-left:auto!important}.immersive-page{padding-top:76px!important}.immersive-page-head{padding:44px 16px 36px!important}.immersive-page-head h1{font-size:43px!important}.immersive-page-head p{font-size:12px!important}.immersive-shell{padding:24px 14px 42px!important}.twin-layout,.world-grid,.graph-layout{display:block!important}.twin-sidebar,.world-side,.graph-panel{margin-bottom:12px!important}.world-map-shell{display:none!important}.twin-stage{min-height:480px!important}.graph-stage{height:460px!important}.field-stage{min-height:520px!important}}
@media(min-width:1101px){.destination-grid{grid-template-columns:repeat(3,1fr)!important}.learn-grid,.people-grid,.archive-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(min-width:721px) and (max-width:1100px){.destination-grid{grid-template-columns:repeat(2,1fr)!important}.learn-grid,.people-grid,.archive-grid{grid-template-columns:repeat(2,1fr)!important}}

/* === V13.1 — brochure mockup fidelity pass === */
.brochure-topbar{position:sticky;top:0;z-index:120;box-shadow:0 12px 32px rgba(0,0,0,.15)}
.brochure-hero{min-height:760px;border-bottom:1px solid rgba(229,185,84,.28)}
.brochure-hero-photo{filter:saturate(.88) contrast(1.05) brightness(.78);object-position:center}
.brochure-hero-shade{background:linear-gradient(90deg,rgba(3,11,19,.9) 0%,rgba(3,11,19,.66) 42%,rgba(3,11,19,.24) 73%,rgba(3,11,19,.18) 100%),linear-gradient(0deg,rgba(3,11,19,.62),transparent 55%)}
.brochure-hero-copy{padding-top:118px;padding-bottom:95px;max-width:720px}
.brochure-hero h1 span{display:block}
.brochure-hero h1{font-size:clamp(72px,7vw,112px);line-height:.92;letter-spacing:-3px}
.brochure-hero-actions .play-dot{width:24px;height:24px;border-radius:50%;border:1px solid rgba(229,185,84,.7);display:grid;place-items:center;color:var(--br-gold);font-size:15px}
.brochure-stats{left:auto;right:clamp(26px,4vw,70px);bottom:auto;top:50%;transform:translateY(-50%);width:min(270px,23vw);grid-template-columns:1fr;border-radius:22px;background:rgba(4,15,24,.88);backdrop-filter:blur(16px)}
.brochure-stats>div{min-height:88px;grid-template-columns:42px 1fr;grid-template-rows:auto auto;padding:16px 20px}
.brochure-stats>div:not(:last-child):after{left:18px;right:18px;top:auto;bottom:0;width:auto;height:1px;background:rgba(229,185,84,.28)}
.brochure-stats .stat-icon{font-size:24px}.brochure-stats strong{font-size:26px}.brochure-stats small{font-size:8px}

.region-showcase{position:relative;padding-top:82px!important}.region-showcase:before{content:"";position:absolute;left:0;right:0;top:-22px;height:46px;background:var(--br-cream);clip-path:polygon(0 48%,4% 38%,8% 55%,13% 43%,18% 56%,24% 37%,31% 50%,38% 41%,45% 55%,52% 40%,59% 53%,66% 39%,74% 52%,82% 38%,90% 54%,96% 42%,100% 51%,100% 100%,0 100%);z-index:5}
.brochure-heading.centered{margin-bottom:34px}.brochure-heading.centered h2{font-size:clamp(44px,4.6vw,70px)}
.brochure-region-card{min-height:450px}.brochure-region-card img{transition:transform .55s ease,filter .55s ease;filter:saturate(.92) contrast(1.03)}
.brochure-region-card:hover img{transform:scale(1.045);filter:saturate(1) contrast(1.05)}
.region-copy h3{font-size:clamp(29px,2.4vw,38px)}
.featured-showcase{padding-bottom:76px}.brochure-feature-card{min-height:330px}.brochure-feature-card img{transition:transform .5s ease;filter:saturate(.9) contrast(1.05)}
.brochure-dark{min-height:600px;background:#06131f}.brochure-dark-backdrop{background:linear-gradient(90deg,rgba(4,13,21,.98),rgba(8,23,35,.8)),url('/heritage/assets/archive-baghdad-region-map-1942.jpg') center/cover;opacity:.9}
.brochure-journey-card{min-height:355px}.brochure-journey-card img{filter:saturate(.38) sepia(.34) contrast(1.05);transition:filter .4s ease,transform .4s ease}.brochure-journey-card:hover img{filter:saturate(.72) sepia(.18) contrast(1.05);transform:scale(1.025)}

.passport-brochure{grid-template-columns:minmax(320px,.9fr) minmax(420px,1.45fr) 190px;gap:24px;padding:30px 34px;margin-top:0}.passport-memory-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;min-height:190px}.passport-memory-strip img{width:100%;height:190px;object-fit:cover;border-radius:12px;filter:sepia(.35) saturate(.62) contrast(1.04);border:1px solid rgba(229,185,84,.28)}.passport-memory-strip img:nth-child(2){transform:translateY(9px)}.passport-memory-strip img:nth-child(3){transform:translateY(-6px)}
.discover-more{padding-top:58px}.brochure-experience-grid a{transition:transform .2s ease,border-color .2s ease}.brochure-experience-grid a:hover{transform:translateY(-4px);border-color:#c69b47}

/* richer interior-page brochure continuity */
body:not(.brochure-home) .page-hero{border-radius:0 0 32px 32px!important;box-shadow:0 22px 52px rgba(11,25,36,.12)}
body:not(.brochure-home) .page-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:18px;background:linear-gradient(180deg,transparent,rgba(229,185,84,.08));pointer-events:none}
body:not(.brochure-home) .section{max-width:1680px;margin-left:auto;margin-right:auto}
body:not(.brochure-home) .dest-card{min-height:410px!important}
body:not(.brochure-home) .site-page-hero.has-photo{min-height:650px!important}
body:not(.brochure-home) .site-page-hero.has-photo:before{background:radial-gradient(circle at 82% 18%,rgba(229,185,84,.12),transparent 25%)!important}
body:not(.brochure-home) .research-story{position:relative;overflow:hidden}
body:not(.brochure-home) .research-story:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#e5b954,#9f762f)}
html[dir="rtl"] body:not(.brochure-home) .research-story:before{left:auto;right:0}

@media(min-width:1101px){
  .brochure-hero-copy{padding-right:320px;max-width:1040px}
  html[dir="rtl"] .brochure-hero-copy{padding-right:clamp(24px,8vw,128px);padding-left:320px;margin-left:auto}
}

@media(max-width:1100px){
  .brochure-stats{left:clamp(18px,3vw,32px);right:clamp(18px,3vw,32px);top:auto;bottom:-1px;transform:translateY(45%);width:auto;grid-template-columns:repeat(4,1fr)}
  .brochure-stats>div{min-height:112px}.brochure-stats>div:not(:last-child):after{left:auto;right:0;top:20px;bottom:20px;width:1px;height:auto}
  .brochure-hero-copy{padding-bottom:170px}
  .passport-brochure{grid-template-columns:1fr 1.25fr}.passport-book{display:none}
}

@media(max-width:720px){
  .brochure-topbar{height:108px;min-height:108px;padding:0 12px 8px;grid-template-columns:44px 1fr 44px;grid-template-rows:66px 32px;grid-template-areas:"menu logo spacer" "lang lang lang";align-items:center}
  .brochure-menu{grid-area:menu;align-self:center}.brochure-logo{grid-area:logo;justify-self:center}.brochure-lang{grid-area:lang;justify-self:center!important;align-self:center;gap:9px;background:rgba(255,255,255,.025);border-top:1px solid rgba(229,185,84,.14);width:100%;justify-content:center;padding-top:6px}.brochure-lang button{font-size:12px!important;padding:3px 2px!important}.brochure-lang i{font-size:8px}.brochure-drawer{top:108px}
  .brochure-hero{min-height:650px}.brochure-hero-photo{object-position:center center;filter:saturate(.9) contrast(1.03) brightness(.7)}.brochure-hero-shade{background:linear-gradient(0deg,rgba(3,11,19,.92) 0%,rgba(3,11,19,.66) 50%,rgba(3,11,19,.22) 100%)}
  .brochure-hero-copy{padding:180px 18px 145px}.brochure-hero h1{font-size:52px;line-height:.96;letter-spacing:-1.4px}.brochure-hero-copy p{font-size:14px;max-width:88%}.brochure-eyebrow{font-size:7.5px}.brochure-gold-btn{padding:0 17px}.brochure-stats{left:12px;right:12px;transform:translateY(43%);grid-template-columns:repeat(4,1fr);border-radius:16px}.brochure-stats>div{min-height:82px;padding:10px 5px}.brochure-stats>div:not(:last-child):after{top:12px;bottom:12px}.brochure-stats .stat-icon{font-size:17px}.brochure-stats strong{font-size:20px}.brochure-stats small{font-size:5.8px;letter-spacing:.35px}
  .region-showcase{padding-top:78px!important}.region-showcase:before{top:-15px;height:32px}.brochure-heading.centered h2{font-size:34px}.brochure-regions{gap:8px}.brochure-region-card,.brochure-region-card.r1{min-width:43vw;min-height:295px}.region-copy{left:13px;right:13px;bottom:12px}.region-copy h3{font-size:26px}.region-copy p{font-size:9.5px;line-height:1.42}.region-copy>div{margin-top:10px;padding-top:9px}.region-copy b{font-size:7px}.region-copy span{width:27px;height:27px;font-size:14px}
  .featured-showcase{padding-top:26px!important;padding-bottom:40px!important}.brochure-feature-card{min-width:72vw;min-height:270px}.feature-copy h3{font-size:23px}.feature-badge{font-size:7px}
  .brochure-dark{padding-top:40px}.journeys-intro h2{font-size:36px}.brochure-journey-card{min-width:72vw;min-height:315px}.brochure-journey-card>strong{font-size:24px}
  .passport-brochure{margin:0 12px 24px;padding:22px 18px;display:block}.passport-memory-strip{grid-template-columns:repeat(3,1fr);min-height:112px;margin-top:20px}.passport-memory-strip img{height:112px;border-radius:9px}.passport-brochure h2{font-size:33px}.passport-book{display:none}
  .discover-more{padding-top:38px!important}.brochure-experience-grid{grid-template-columns:1fr 1fr}.brochure-experience-grid a{min-height:135px}
  body:not(.brochure-home) .page-hero{border-radius:0 0 22px 22px!important}.site-page-hero.has-photo{min-height:520px!important}.site-page-hero.has-photo h1{font-size:46px!important}.site-page-hero.has-photo p{font-size:13px!important}.site-briefing{padding:18px!important}.research-story:before{width:2px!important}
}

@media(max-width:390px){
  .brochure-topbar{grid-template-columns:40px 1fr 40px}.brochure-logo .brochure-emblem{display:block;width:30px;height:30px;font-size:18px}.brochure-logo small{font-size:7px}.brochure-logo strong{font-size:13px}.brochure-lang button{font-size:11px!important}
  .brochure-hero-copy{padding-top:168px}.brochure-hero h1{font-size:47px}.brochure-region-card,.brochure-region-card.r1{min-width:48vw}.brochure-feature-card{min-width:78vw}.brochure-journey-card{min-width:78vw}.passport-memory-strip img{height:100px}
}
.credit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}.credit-grid a{display:flex;flex-direction:column;gap:5px;padding:16px 18px;border:1px solid #dfd0b7;border-radius:16px;background:#fffaf1;text-decoration:none;color:#213442}.credit-grid b{font:400 18px var(--br-serif);color:#102638}.credit-grid span{font-size:10px;line-height:1.5;color:#6c706f}.credit-grid a:hover{border-color:#c79c49}@media(max-width:720px){.credit-grid{grid-template-columns:1fr}.credit-grid a{padding:14px}.credit-grid b{font-size:17px}}


/* V13.1 — restore visible research depth without losing brochure styling */
.destinations-depth-intro{display:grid;grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr);gap:30px;align-items:end;max-width:1200px;margin:0 auto 32px;padding:0 4px}.destinations-depth-intro h2{font:400 40px/1.05 var(--br-serif);margin:8px 0 0;color:var(--br-navy)}.destinations-depth-intro p{margin:0;font-size:15px;line-height:1.75;color:#62686a;max-width:760px}.dest-card{min-height:470px!important}.dest-card .dest-body{padding:24px!important}.dest-card p{display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important;font-size:13px!important;line-height:1.62!important;max-width:95%;margin:8px 0 12px!important}.dest-depth{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 13px}.dest-depth span{font-size:8px;line-height:1;padding:7px 8px;border-radius:999px;border:1px solid rgba(229,185,84,.4);background:rgba(7,21,34,.52);color:#f1d78f;backdrop-filter:blur(7px)}
.site-research-section{padding:42px!important;background:#fffaf1!important;border-color:#ddceb5!important}.research-head-rich{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)!important}.research-head-rich h2{font-size:52px!important;max-width:760px}.research-head-rich p{font-size:15px!important;line-height:1.8!important;max-width:620px}.dossier-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:24px 0 14px}.dossier-summary>div{padding:18px;border:1px solid #ddceb5;border-radius:16px;background:#f7efdf}.dossier-summary strong{display:block;font:400 30px var(--br-serif);color:#0c2030}.dossier-summary span{display:block;margin-top:3px;font-size:9px;letter-spacing:.7px;text-transform:uppercase;color:#856a39}.dossier-contents{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin:0 0 24px}.dossier-contents a{min-height:82px;padding:12px;border:1px solid #ddceb5;border-radius:14px;background:#fffdf8;text-decoration:none;color:#1b2d3b;display:flex;flex-direction:column;justify-content:space-between}.dossier-contents b{font:400 17px var(--br-serif);color:#ae8437}.dossier-contents span{font-size:10px;line-height:1.3}.dossier-contents a:hover{background:#f3e6ce;border-color:#c7aa71}.expanded-research-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.research-story{min-height:0!important;padding:28px!important}.research-story h3{font-size:30px!important}.research-story p{font-size:16px!important;line-height:1.82!important;color:#4f5c65!important}.research-facts li,.site-timeline-row p,.research-sources-wide p{font-size:14px!important;line-height:1.75!important}.research-facts h3,.site-timeline-card h3,.research-sources-wide h3{font-size:28px!important}.source-stack b{font-size:12px!important;line-height:1.45}.site-timeline-date{font-size:11px!important}.site-timeline-row h4{font-size:18px!important}.site-briefing{padding:34px!important}.site-long-brief{font-size:18px!important;line-height:1.82!important;max-width:980px!important}
@media(max-width:1050px){.dossier-contents{grid-template-columns:repeat(4,1fr)}.expanded-research-grid{grid-template-columns:1fr!important}.destinations-depth-intro{grid-template-columns:1fr;gap:12px}.dest-card{min-height:500px!important}}
@media(max-width:700px){.destinations-depth-intro{margin-bottom:20px}.destinations-depth-intro h2{font-size:32px}.destinations-depth-intro p{font-size:14px}.dest-card{min-height:520px!important}.dest-card p{font-size:14px!important;line-height:1.62!important}.dest-depth span{font-size:9px}.site-research-section{padding:20px!important}.research-head-rich h2{font-size:38px!important}.research-head-rich p{font-size:14px!important}.dossier-summary{grid-template-columns:1fr 1fr}.dossier-summary>div{padding:14px}.dossier-summary strong{font-size:26px}.dossier-summary span{font-size:8px}.dossier-contents{display:flex;overflow-x:auto;gap:8px;padding-bottom:5px;scroll-snap-type:x mandatory}.dossier-contents a{min-width:150px;min-height:78px;scroll-snap-align:start}.research-story{padding:20px!important}.research-story h3{font-size:26px!important}.research-story p{font-size:15px!important;line-height:1.78!important}.research-facts li,.site-timeline-row p,.research-sources-wide p{font-size:14px!important}.site-long-brief{font-size:16px!important;line-height:1.72!important}.site-briefing{padding:20px!important}}

/* === V13.2 — Readability, font and contrast pass === */
:root{
  --br-ink:#172430;
  --br-muted:#4f5962;
  --br-muted-strong:#3f4b55;
  --br-paper:#fffaf1;
  --br-cream:#f6f0e6;
  --br-gold-text:#7b5a1c;
  --br-link:#123f64;
  --br-serif:Georgia,"Times New Roman",Times,serif;
  --br-sans:"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
html{font-size:17px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body{font-size:1rem;line-height:1.68;color:var(--br-ink);font-family:var(--br-sans)}
p,li{font-weight:400}
::selection{background:#ead3a0;color:#102131}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #d4a84c;outline-offset:3px}

/* Better script-specific typography. Keep the language chooser itself unchanged. */
html[lang="ar"] body{font-family:Tahoma,"Segoe UI",Arial,sans-serif;letter-spacing:0}
html[lang="he"] body{font-family:Arial,"Segoe UI",sans-serif;letter-spacing:0}
html[lang="ar"] :is(h1,h2,h3,h4,.brand-copy strong,.brochure-logo strong,.brochure-heading h2,.journeys-intro h2,.passport-brochure h2,.region-copy h3,.feature-copy h3,.journey-index-copy h2,.site-page-hero h1,.research-story h3,.research-facts h3,.site-timeline-card h3,.research-sources-wide h3),
html[lang="he"] :is(h1,h2,h3,h4,.brand-copy strong,.brochure-logo strong,.brochure-heading h2,.journeys-intro h2,.passport-brochure h2,.region-copy h3,.feature-copy h3,.journey-index-copy h2,.site-page-hero h1,.research-story h3,.research-facts h3,.site-timeline-card h3,.research-sources-wide h3){font-family:inherit!important;font-weight:700!important;letter-spacing:0!important}

/* Navigation and fixed language labels */
.brochure-nav a{font-size:13.5px;color:#f1f4f5;font-weight:500}
.brochure-lang button{font-size:14px;color:#fff}.brochure-lang button.active{color:#f1c965}
.site-header nav a{font-size:13px!important;color:#334555!important;font-weight:600}.site-header .nav-cta{color:#fff!important}
.site-header .lang-switch button,.site-header .global-lang-switch button{font-size:12px!important;color:#293a48!important;font-weight:700!important}.site-header .lang-switch button.active,.site-header .global-lang-switch button.active{color:#10283c!important}
.mobile-nav-panel a{font-size:16px!important;line-height:1.4!important}

/* Homepage brochure: larger text and stronger light/dark contrast */
.brochure-eyebrow{font-size:11px;color:#f4d88f}
.brochure-hero-copy p{font-size:20px;line-height:1.65;color:#f6f8f8;text-shadow:0 1px 8px rgba(0,0,0,.2)}
.brochure-gold-btn,.brochure-ghost-btn{font-size:13.5px;letter-spacing:.25px}
.brochure-stats small{font-size:10.5px;color:#f1dfb6;letter-spacing:.8px}
.brochure-heading span,.journeys-intro>span,.passport-brochure>div>span{font-size:10.5px;color:var(--br-gold-text);letter-spacing:1.8px}
.brochure-heading p{font-size:16.5px;line-height:1.72;color:var(--br-muted);max-width:720px}
.region-copy small{font-size:10px;color:#f5db98}.region-copy p{font-size:14px;line-height:1.55;color:#fff}.region-copy b{font-size:10.5px;color:#f7e5b5}
.feature-badge{font-size:10px}.feature-copy h3{font-size:23px}.feature-copy p{font-size:12.5px;line-height:1.45;color:#f5f6f5}
.journeys-intro p{font-size:16px;line-height:1.7;color:#eef2f4}.journeys-intro a{font-size:11px}.brochure-journey-card p{font-size:13.5px!important;line-height:1.55!important;color:#f3f5f4!important}.brochure-journey-card small{font-size:10px!important;color:#f2d794!important}
.passport-brochure p{font-size:16px!important;line-height:1.7!important;color:#e9eff2!important}.passport-brochure a{font-size:12px!important}
.brochure-experience-grid p{font-size:14px!important;line-height:1.6!important;color:var(--br-muted)!important}.brochure-experience-grid span{font-size:10.5px!important;color:var(--br-gold-text)!important}
.brochure-footer,.brochure-footer p,.brochure-footer a{font-size:13px!important;line-height:1.6!important}.brochure-footer p{color:#d9e1e5!important}

/* Interior pages: make ordinary reading text genuinely readable */
body:not(.brochure-home) .page-hero p{font-size:17px!important;line-height:1.72!important;color:#edf2f5!important;max-width:850px!important}
body:not(.brochure-home) .breadcrumbs,body:not(.brochure-home) .breadcrumbs a{font-size:11.5px!important;color:#f0d99c!important}
body:not(.brochure-home) .kicker{font-size:11px!important;color:#f0d58e!important;letter-spacing:1.8px!important}
body:not(.brochure-home) :is(.section-head p,.copy-block p,.small-copy,.notice,.trip-summary,.root-card p,.nearby-card p,.passport-panel p,.roots-panel p,.builder-panel p,.learn-card p,.people-card p,.archive-card p,.collection-card p,.connection-card p){font-size:16px!important;line-height:1.72!important;color:var(--br-muted)!important}
body:not(.brochure-home) :is(.section-head h2,.copy-block h2,.tourism-card h2){line-height:1.08!important}

/* Destination catalogue */
.destinations-depth-intro p{font-size:17px!important;line-height:1.76!important;color:var(--br-muted)!important}
.dest-card .dest-type{font-size:10.5px!important;color:var(--br-gold-text)!important;letter-spacing:.8px!important}
.dest-card h3{font-size:25px!important;line-height:1.12!important}
.dest-card p{font-size:15.5px!important;line-height:1.68!important;color:#46535d!important;max-width:100%!important}
.dest-actions,.dest-actions a{font-size:12px!important;color:#173d5b!important}.dest-depth span{font-size:10px!important;color:#ffe4a2!important}

/* Site page overview */
.site-briefing{color:var(--br-ink)!important}.site-long-brief{font-size:19px!important;line-height:1.82!important;color:#35444f!important;max-width:900px!important}
.site-facts small{font-size:10px!important;color:#71571f!important;letter-spacing:.55px!important}.site-facts strong{font-size:14px!important;line-height:1.45!important;color:#203442!important}
.highlight-list span{font-size:11px!important;color:#3f4b55!important;background:#fffdf8!important}
.audio-strip span,.location-note{font-size:13px!important;line-height:1.6!important;color:#4c5962!important}

/* Full historical dossier */
.site-research-section{color:var(--br-ink)!important}.research-head-rich p{font-size:17px!important;line-height:1.8!important;color:#46535d!important}
.dossier-summary span{font-size:10.5px!important;color:#6e5119!important;font-weight:700!important;letter-spacing:.45px!important}
.dossier-contents span{font-size:12px!important;line-height:1.42!important;color:#253845!important}.dossier-contents b{color:#835f1f!important}
.research-story p{font-size:17.5px!important;line-height:1.84!important;color:#364650!important;max-width:72ch}
.research-facts li,.site-timeline-row p,.research-sources-wide p{font-size:16px!important;line-height:1.78!important;color:#394953!important}
.research-facts li+li{margin-top:9px}.site-timeline-date{font-size:12.5px!important;color:#72571f!important;font-weight:800!important}.site-timeline-row h4{font-size:20px!important;line-height:1.3!important;color:#1f3341!important}.source-stack b{font-size:14px!important;line-height:1.5!important;color:#203442!important}.source-stack a{font-size:13px!important;color:var(--br-link)!important;text-decoration-thickness:1px;text-underline-offset:2px}

/* Journeys, entity cards, search and utility screens */
.journey-index-copy p{font-size:15px!important;line-height:1.65!important;color:#f4f6f6!important}.journey-index-copy b,.journey-index-copy em{font-size:11px!important}
.feature-card p,.plan-card p,.journey-card p,.root-card p{font-size:15px!important;line-height:1.68!important;color:#48555e!important}
.feature-card h3,.plan-card h3,.root-card h3{font-size:24px!important}.feature-card span,.plan-card span{font-size:11px!important;color:var(--br-gold-text)!important}
.pick-row label b,.it-stop b{font-size:14px!important}.pick-row label small,.it-stop small{font-size:12px!important;color:#56636d!important}.roots-results{font-size:14px!important;color:#4b5962!important}
input,select,textarea,button{font-family:inherit}.atlas-search,.root-search-box input,.roots-demo input,.form-field input,.form-field textarea,.form-field select{font-size:16px!important;color:#1f303d!important}
.btn,.audio-btn,.passport-btn,.map-tools button{font-size:12.5px!important}

/* Specialist/immersive pages */
.immersive-page-head p{font-size:17px!important;line-height:1.72!important;color:#eef3f5!important}.immersive-page-head .crumb,.immersive-page-head .crumb a{font-size:11.5px!important;color:#e7d29b!important}
.immersive-nav a,.immersive-nav button{font-size:12.5px!important;color:#eff3f5!important}.immersive-top .global-lang-switch button{font-size:12px!important}.lens-title{font-size:11px!important;color:#765819!important}.lens-copy,.graph-panel p,.memory-entry p{font-size:15px!important;line-height:1.7!important;color:#44525c!important}.site-orbit .orbit-row b{font-size:13px!important}.site-orbit .orbit-row small{font-size:11px!important;color:#52616a!important}.twin-info p{font-size:15px!important;line-height:1.65!important;color:#f0f3f4!important}

/* Gold on light paper needs to be darker than decorative gold on navy. */
body:not(.brochure-home) :is(.dest-type,.lens-title,.feature-card span,.plan-card span,.credit-grid span){color:var(--br-gold-text)!important}
.credit-grid span{font-size:13px!important;line-height:1.6!important;color:#4c5860!important}.credit-grid b{font-size:20px!important}

/* Arabic and Hebrew need slightly more breathing room for dense dossier copy. */
html[lang="ar"] :is(.research-story p,.site-long-brief,.research-facts li,.site-timeline-row p),html[lang="he"] :is(.research-story p,.site-long-brief,.research-facts li,.site-timeline-row p){line-height:1.9!important}

@media(max-width:720px){
  html{font-size:16px}
  .brochure-lang button{font-size:13px!important}.brochure-logo strong{font-size:15px!important}
  .brochure-eyebrow{font-size:9.5px!important;letter-spacing:1.8px!important}.brochure-hero-copy p{font-size:17px!important;line-height:1.62!important;max-width:95%!important}.brochure-gold-btn,.brochure-ghost-btn{font-size:12.5px!important;min-height:50px!important}
  .brochure-stats small{font-size:7.8px!important;line-height:1.25!important;letter-spacing:.25px!important}.brochure-stats strong{font-size:22px!important}
  .brochure-heading span,.journeys-intro>span,.passport-brochure>div>span{font-size:9.5px!important}.brochure-heading p{font-size:15.5px!important;line-height:1.68!important}
  .region-copy small{font-size:9px!important}.region-copy p{font-size:12.5px!important;line-height:1.48!important}.region-copy b{font-size:9px!important}.region-copy h3{font-size:27px!important}
  .feature-badge{font-size:9px!important}.feature-copy h3{font-size:25px!important}.feature-copy p{font-size:12px!important}.journeys-intro p{font-size:15.5px!important}.journeys-intro a{font-size:11px!important}.brochure-journey-card p{font-size:13px!important}.brochure-journey-card small{font-size:9.5px!important}.passport-brochure p{font-size:15.5px!important}
  body:not(.brochure-home) .page-hero p{font-size:16.5px!important;line-height:1.68!important}.page-hero .kicker{font-size:10px!important}.page-hero .breadcrumbs,.page-hero .breadcrumbs a{font-size:11px!important}
  .destinations-depth-intro p{font-size:16px!important}.dest-card p{font-size:15.5px!important;line-height:1.68!important}.dest-card .dest-type{font-size:10px!important}.dest-actions,.dest-actions a{font-size:12px!important}
  .site-long-brief{font-size:18px!important;line-height:1.78!important}.site-facts small{font-size:9.5px!important}.site-facts strong{font-size:14px!important}.highlight-list span{font-size:11px!important}
  .research-head-rich p{font-size:16px!important}.research-story p{font-size:17px!important;line-height:1.82!important;max-width:none}.research-facts li,.site-timeline-row p,.research-sources-wide p{font-size:15.5px!important}.source-stack b{font-size:13.5px!important}.source-stack a{font-size:13px!important}.dossier-contents span{font-size:11.5px!important}.dossier-summary span{font-size:10px!important}
  .journey-index-copy p{font-size:14.5px!important}.feature-card p,.plan-card p,.journey-card p,.root-card p{font-size:15px!important}
  .immersive-page-head p{font-size:16px!important}.lens-copy,.graph-panel p,.memory-entry p,.twin-info p{font-size:15px!important}
  .btn,.audio-btn,.passport-btn,.map-tools button{font-size:13px!important;min-height:42px}
}

@media(max-width:390px){
  .brochure-lang button{font-size:12px!important}
  .brochure-hero-copy p{font-size:16.5px!important}
  .brochure-stats small{font-size:7px!important}
  .region-copy p{font-size:12px!important}
  .research-story p{font-size:16.5px!important}
}

/* === V13.3 — true RTL hero mirroring === */
/* The language selector intentionally remains LTR/endonym-based. The hero itself mirrors for Arabic/Hebrew. */
html[dir="rtl"] .brochure-hero-copy{
  text-align:right;
}
html[dir="rtl"] .brochure-hero-copy p{
  margin-left:auto;
  margin-right:0;
}
html[dir="rtl"] .brochure-hero-actions{
  direction:rtl;
  justify-content:flex-start;
}
html[dir="rtl"] .brochure-gold-btn > span,
html[dir="rtl"] .brochure-ghost-btn > span,
html[dir="rtl"] .brochure-hero-actions .play-dot{
  transform:scaleX(-1);
}
html[dir="rtl"] .brochure-stats{
  direction:rtl;
}
html[dir="rtl"] .brochure-stats > div{
  text-align:right;
}

@media(min-width:1101px){
  /* English: copy left / stats right. Arabic + Hebrew: copy right / stats left. */
  html[dir="rtl"] .brochure-stats{
    left:clamp(26px,4vw,70px);
    right:auto;
  }
  html[dir="rtl"] .brochure-hero-copy{
    margin-left:auto;
    margin-right:0;
    padding-right:clamp(24px,8vw,128px);
    padding-left:320px;
  }
  html[dir="rtl"] .brochure-hero-shade{
    background:
      linear-gradient(270deg,rgba(3,11,19,.9) 0%,rgba(3,11,19,.66) 42%,rgba(3,11,19,.24) 73%,rgba(3,11,19,.18) 100%),
      linear-gradient(0deg,rgba(3,11,19,.62),transparent 55%);
  }
  html[dir="rtl"] .brochure-rule{
    margin-left:auto;
    margin-right:0;
  }
}

@media(max-width:1100px){
  /* On compact layouts the stats become a full-width strip, but reading order still mirrors. */
  html[dir="rtl"] .brochure-stats{
    left:clamp(18px,3vw,32px);
    right:clamp(18px,3vw,32px);
  }
  html[dir="rtl"] .brochure-hero-copy{
    margin-left:0;
    margin-right:0;
  }
  html[dir="rtl"] .brochure-rule{
    margin-left:auto;
    margin-right:0;
  }
}

@media(max-width:720px){
  html[dir="rtl"] .brochure-hero-copy{
    padding-left:18px;
    padding-right:18px;
  }
  html[dir="rtl"] .brochure-hero-copy p{
    margin-left:auto;
    margin-right:0;
  }
  html[dir="rtl"] .brochure-stats{
    left:12px;
    right:12px;
  }
}


/* === V13.4 — clean destination photography ===
   Long historical copy must never be placed directly on top of heritage images. */
.dest-card.clean-dest-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  overflow:hidden!important;
  background:var(--br-paper)!important;
  border:1px solid #ddcfb7!important;
  border-radius:22px!important;
  box-shadow:0 18px 38px rgba(24,31,34,.09)!important;
}
.dest-card.clean-dest-card:after{content:none!important;display:none!important}
.clean-dest-card .dest-media{
  position:relative;
  min-height:300px;
  overflow:hidden;
  background:#172838;
}
.clean-dest-card .dest-media>img,
.clean-dest-card .dest-media>.img-ph{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.clean-dest-card .dest-media-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(3,12,20,.03) 42%,rgba(3,12,20,.86) 100%);
  pointer-events:none;
}
.clean-dest-card .dest-media-copy{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:20px;
  color:#fff;
}
.clean-dest-card .dest-media-copy .dest-type{
  display:inline-flex!important;
  align-items:center;
  width:auto;
  margin:0 0 8px;
  padding:6px 9px!important;
  border-radius:999px!important;
  background:rgba(8,22,34,.72)!important;
  border:1px solid rgba(231,190,94,.58)!important;
  color:#f2d78e!important;
  font-size:10px!important;
  letter-spacing:.55px!important;
  backdrop-filter:blur(8px);
}
.clean-dest-card .dest-media-copy h3{
  margin:0 0 7px!important;
  max-width:94%;
  color:#fff!important;
  font:400 30px/1.07 var(--br-serif)!important;
  text-shadow:0 2px 14px rgba(0,0,0,.32);
}
.clean-dest-card .dest-media-copy small{
  display:block;
  color:#f3ead7!important;
  font-size:13px!important;
  line-height:1.35;
  text-shadow:0 1px 8px rgba(0,0,0,.4);
}
.clean-dest-card .dest-body{
  position:relative!important;
  inset:auto!important;
  z-index:auto!important;
  display:flex!important;
  flex:1;
  flex-direction:column;
  padding:22px 22px 20px!important;
  background:var(--br-paper)!important;
  color:var(--br-ink)!important;
}
.clean-dest-card .dest-body>p{
  display:block!important;
  margin:0 0 17px!important;
  max-width:none!important;
  overflow:visible!important;
  color:#34434d!important;
  font-size:16px!important;
  line-height:1.72!important;
  -webkit-line-clamp:unset!important;
}
.clean-dest-card .dest-depth{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:auto 0 17px!important;
}
.clean-dest-card .dest-depth span{
  padding:7px 9px!important;
  border:1px solid #d9c69e!important;
  background:#f8f0df!important;
  color:#624b1d!important;
  font-size:10.5px!important;
  font-weight:700;
  line-height:1.15!important;
  border-radius:999px!important;
  backdrop-filter:none!important;
}
.clean-dest-card .dest-actions{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  margin:0!important;
  padding-top:15px!important;
  border-top:1px solid #e3d8c7!important;
}
.clean-dest-card .dest-actions a{
  color:#123a5a!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.clean-dest-card:hover .dest-media>img{transform:scale(1.025);transition:transform .35s ease}

html[dir="rtl"] .clean-dest-card .dest-media-copy{text-align:right}
html[dir="rtl"] .clean-dest-card .dest-actions{justify-content:flex-start!important}

@media(max-width:720px){
  .dest-card.clean-dest-card{min-height:0!important;border-radius:20px!important}
  .clean-dest-card .dest-media{min-height:300px}
  .clean-dest-card .dest-media-copy{left:18px;right:18px;bottom:17px}
  .clean-dest-card .dest-media-copy h3{font-size:29px!important}
  .clean-dest-card .dest-media-copy small{font-size:12.5px!important}
  .clean-dest-card .dest-body{padding:19px 18px 18px!important}
  .clean-dest-card .dest-body>p{font-size:16px!important;line-height:1.7!important;margin-bottom:15px!important}
  .clean-dest-card .dest-depth{margin-bottom:14px!important}
  .clean-dest-card .dest-depth span{font-size:10px!important}
  .clean-dest-card .dest-actions a{font-size:13px!important}
}


/* V13.5 QA: prevent empty map UI on mobile where interactive maps are intentionally disabled */
@media(max-width:720px){
  .site-map-section,.compare-present{display:none!important}
}

/* Count-integrity UI */
.destination-result-count{margin-inline-start:auto;align-self:center;padding:9px 14px;border:1px solid rgba(134,96,38,.32);border-radius:999px;color:#6f4f1f;background:#fffaf0;font-weight:700;font-size:14px;white-space:nowrap}
@media(max-width:720px){.destination-result-count{margin-inline-start:0;margin-top:10px;font-size:15px}}


/* V13.7 — sourced visual enrichment */
.image-context-note{margin:0 0 15px;padding:11px 13px;border-left:3px solid #a77b2f;background:#f3ecdf;border-radius:10px;color:#4b4b46;font-size:12px;line-height:1.5}.image-context-note b{display:block;color:#72551f;font-size:11px;letter-spacing:.7px;text-transform:uppercase;margin-bottom:4px}.image-context-note span{display:block}
.site-image-credit{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:10px;padding:13px 15px;border:1px solid #d9ccb5;background:#fffaf1;border-radius:14px;color:#4c514f}.site-image-credit b{display:block;color:#765820;font-size:12px;letter-spacing:.6px;text-transform:uppercase}.site-image-credit span{display:block;margin-top:4px;font-size:13px;line-height:1.55}.site-image-credit small{display:block;margin-top:6px;color:#636660;font-size:11px}.site-image-credit a{flex:0 0 auto;color:#765820;font-weight:800;font-size:12px;text-decoration:none;white-space:nowrap}.site-archive-card img{aspect-ratio:4/3;object-fit:cover}.site-archive-card{overflow:hidden}
@media(max-width:760px){.site-image-credit{display:block}.site-image-credit a{display:inline-block;margin-top:9px}.image-context-note{font-size:13px}.site-archive-grid,.site-archive-list{grid-template-columns:1fr!important}}
[dir="rtl"] .image-context-note{border-left:0;border-right:3px solid #a77b2f;text-align:right}[dir="rtl"] .site-image-credit{text-align:right}


/* V13.8 — visible photography enrichment */
.photo-archive-showcase{padding-top:46px;padding-bottom:74px}
.brochure-photo-mosaic{display:grid;grid-template-columns:1.15fr .85fr .85fr 1.15fr;grid-auto-rows:190px;gap:12px}
.brochure-photo-tile{position:relative;overflow:hidden;border-radius:20px;background:#122231;color:#fff;text-decoration:none;min-width:0}
.brochure-photo-tile.tile-1,.brochure-photo-tile.tile-5{grid-row:span 2}.brochure-photo-tile.tile-4{grid-column:span 2}
.brochure-photo-tile img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.brochure-photo-tile:hover img{transform:scale(1.035)}
.photo-tile-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(5,15,24,.88) 100%)}
.photo-tile-copy{position:absolute;left:18px;right:18px;bottom:16px;display:flex;flex-direction:column;gap:4px}.photo-tile-copy small{font-size:11px;letter-spacing:.12em;color:#e8c56d}.photo-tile-copy strong{font:500 19px/1.15 Georgia,serif}.photo-tile-copy span{font-size:11px;color:#e9e4d9}
.site-photo-story{margin:38px 0 54px}.site-photo-story-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.site-photo-story-head h2{font:500 34px/1.08 Georgia,serif;color:var(--navy);margin:7px 0 0}.site-photo-story-head>a{font-size:13px;font-weight:800;color:var(--navy);text-decoration:none}
.site-photo-story-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-auto-rows:230px;gap:12px}.site-photo-frame{position:relative;margin:0;overflow:hidden;border-radius:22px;background:#152637}.site-photo-frame.photo-1{grid-row:span 2}.site-photo-frame.photo-4{grid-column:span 2}.site-photo-frame img{width:100%;height:100%;object-fit:cover}.site-photo-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(5,15,24,.86) 100%);pointer-events:none}.site-photo-frame figcaption{position:absolute;z-index:2;left:17px;right:17px;bottom:15px;color:#fff}.site-photo-frame figcaption small{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#efce77;margin-bottom:4px}.site-photo-frame figcaption strong{display:block;font:500 19px/1.15 Georgia,serif}.site-photo-frame figcaption span{display:block;font-size:12px;line-height:1.45;color:#eee7db;margin-top:5px;max-width:620px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
[dir="rtl"] .photo-tile-copy,[dir="rtl"] .site-photo-frame figcaption{text-align:right}
@media(max-width:900px){.brochure-photo-mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.brochure-photo-tile.tile-1,.brochure-photo-tile.tile-5{grid-row:span 1}.brochure-photo-tile.tile-4{grid-column:span 1}.site-photo-story-grid{grid-template-columns:1fr 1fr;grid-auto-rows:210px}.site-photo-frame.photo-1{grid-row:span 1}.site-photo-frame.photo-4{grid-column:span 1}}
@media(max-width:620px){.photo-archive-showcase{padding-top:30px;padding-bottom:46px}.brochure-photo-mosaic{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding-bottom:5px}.brochure-photo-tile{flex:0 0 78vw;height:300px;scroll-snap-align:start}.photo-tile-copy strong{font-size:20px}.site-photo-story{margin:26px -16px 38px}.site-photo-story-head{padding:0 16px;align-items:flex-start}.site-photo-story-head h2{font-size:28px}.site-photo-story-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:9px;padding:0 16px 4px}.site-photo-frame{flex:0 0 82vw;height:330px;scroll-snap-align:start}.site-photo-frame figcaption strong{font-size:21px}.site-photo-frame figcaption span{font-size:13px}}


/* V13.9 — archive image-shape normalization
   The archive grid is a visual gallery: images stay wide and consistent rather
   than being squeezed into tall strips by nested multi-column cards. */
.archive-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start;
}
.archive-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0;
  height:100%;
  border-radius:22px!important;
  overflow:hidden;
}
.archive-image-shell{
  position:relative!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:4 / 3;
  overflow:hidden;
  background:#e8e1d4;
}
.archive-image-shell img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.archive-card-map .archive-image-shell{
  background:#eee8dc;
}
.archive-card-map .archive-image-shell img{
  object-fit:contain!important;
  padding:10px;
}
.archive-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:20px!important;
}
.archive-card-body h2{font-size:25px!important;line-height:1.1!important}
.archive-card-body p{font-size:14px!important;line-height:1.65!important}
.archive-card-body .archive-actions{margin-top:auto;padding-top:8px}

/* Keep panoramic originals cinematic without distorting them. */
.archive-card-photograph .archive-image-shell{aspect-ratio:4 / 3}

@media (max-width:1100px){
  .archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:700px){
  .archive-grid{grid-template-columns:1fr!important;gap:16px!important}
  .archive-card{border-radius:18px!important}
  .archive-image-shell{aspect-ratio:4 / 3!important}
  .archive-card-map .archive-image-shell{aspect-ratio:1 / 1!important}
  .archive-card-body{padding:18px!important}
  .archive-card-body h2{font-size:25px!important}
  .archive-card-body p{font-size:15px!important}
}

.embassy-home-link{font-size:10px!important;letter-spacing:.06em;color:#e6cc91!important;text-decoration:none!important;border-left:1px solid rgba(255,255,255,.16);padding-left:14px}@media(max-width:900px){.embassy-home-link{display:none!important}}

.full-experience-showcase{background:#f8f3e9}.full-experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1280px;margin:30px auto 0}.full-experience-grid a{display:flex;flex-direction:column;min-height:190px;padding:22px;border-radius:22px;text-decoration:none;background:#fffdfa;border:1px solid #e3d6c0;color:#18344e;transition:transform .2s ease,box-shadow .2s ease}.full-experience-grid a:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(12,39,65,.08)}.full-experience-grid em{font-style:normal;font-size:25px;color:#a77a31;margin-bottom:auto}.full-experience-grid strong{font:500 23px Georgia,serif;margin:18px 0 7px}.full-experience-grid span{font-size:13px;line-height:1.65;color:#5b6873}.brochure-home>.embassy-heritage-ribbon{position:relative;z-index:120}.brochure-home .brochure-topbar{top:0}@media(max-width:1050px){.full-experience-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.full-experience-grid{grid-template-columns:1fr 1fr;gap:10px}.full-experience-grid a{min-height:160px;padding:17px}.full-experience-grid strong{font-size:19px}.full-experience-grid span{font-size:12px}}@media(max-width:420px){.full-experience-grid{grid-template-columns:1fr}.full-experience-grid a{min-height:auto}}
