:root {
  --ink: #10282f;
  --ink-2: #29434a;
  --paper: #f6f1e9;
  --paper-2: #eee6da;
  --white: #fffdfa;
  --signal: #b43b34;
  --signal-dark: #8c2723;
  --gold: #d9a85d;
  --line: rgba(16, 40, 47, .17);
  --muted: #53666c;
  --shadow: 0 24px 60px rgba(16, 40, 47, .13);
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { color: inherit; }
svg { flex: 0 0 auto; }

.site-header { min-height: 88px; display: grid; grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr); align-items: center; gap: 28px; padding: 14px clamp(20px, 5vw, 84px); background: var(--white); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; justify-self: start; }
.brand-mark { width: 50px; height: 50px; border: 1px solid var(--ink); position: relative; display: grid; place-items: center; }
.brand-mark span:first-child { width: 24px; height: 6px; background: var(--signal); }
.brand-mark span:last-child { width: 6px; height: 24px; background: var(--signal); position: absolute; }
.brand strong, .brand small { display: block; }
.brand strong { letter-spacing: .02em; font-size: 1rem; }
.brand small { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; }
.desktop-nav { display: flex; gap: clamp(14px, 1.5vw, 28px); align-items: center; }
.desktop-nav a { font-size: .82rem; text-decoration: none; font-weight: 700; padding: 12px 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--signal-dark); border-color: var(--signal); }
.mobile-nav { display: none; }
.header-actions { justify-self: end; display: flex; gap: 12px; align-items: center; }
.lang { text-decoration: none; font-weight: 700; padding: 12px; }
.emergency-button, .primary-cta { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--signal-dark); color: #fff; text-decoration: none; font-weight: 800; padding: 12px 20px; border: 1px solid var(--signal-dark); }
.emergency-button:hover, .primary-cta:hover { background: #651c1a; border-color: #651c1a; }

.emergency-strip { background: var(--ink); color: white; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 8px clamp(20px, 5vw, 84px); gap: 20px; }
.emergency-strip div { display: flex; align-items: center; gap: 10px; }
.emergency-strip p { margin: 0; font-size: .88rem; }
.emergency-strip a { color: #fff; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); white-space: nowrap; }

.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); min-height: 640px; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(42px, 4vw, 64px) clamp(28px, 4vw, 64px); align-self: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .19em; color: var(--signal-dark); font-weight: 800; font-size: .75rem; margin: 0 0 22px; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
h1 { font-size: clamp(3.1rem, 5.1vw, 5.4rem); margin: 0 0 30px; }
.hero-copy h1 { font-size: clamp(3rem, 4.2vw, 4.7rem); margin-bottom: 20px; }
h2 { font-size: clamp(2.2rem, 4vw, 4.3rem); margin: 0 0 20px; }
h3 { line-height: 1.2; }
.lede { font-size: clamp(1.06rem, 1.4vw, 1.28rem); color: var(--ink-2); max-width: 660px; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.identity-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .82rem; color: var(--muted); max-width: 620px; }
.hero-media { margin: 0; position: relative; min-height: 640px; overflow: hidden; background: #d8d0c3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; position: absolute; inset: 0; }
figcaption { position: absolute; bottom: 0; inset-inline: 0; background: rgba(16,40,47,.88); color: rgba(255,255,255,.85); padding: 8px 16px; font-size: .7rem; }

.numbers-section, .guides-section, .principles, .source-callout { padding: clamp(72px, 10vw, 144px) clamp(22px, 8vw, 140px); }
.section-intro { max-width: 780px; margin-bottom: 58px; }
.section-intro > p:last-child { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.number-grid { border-top: 1px solid var(--line); }
.number-item { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, color .2s ease; }
.number-item > span { font-family: var(--serif); font-size: 3.5rem; color: var(--signal-dark); }
.number-item h3, .number-item p { margin: 0; }
.number-item h3 { font-size: 1.35rem; }
.number-item p { color: var(--muted); max-width: 760px; }
.number-item:hover { padding-inline: 16px; color: var(--signal-dark); }

.guides-section { background: var(--ink); color: white; }
.guides-section .eyebrow { color: var(--gold); }
.guides-section .section-intro > p:last-child { color: rgba(255,255,255,.68); }
.guide-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.guide-card { grid-column: span 4; border-top: 1px solid rgba(255,255,255,.22); }
.guide-card:nth-child(1), .guide-card:nth-child(2) { grid-column: span 6; }
.guide-card a { display: grid; grid-template-columns: 58px 1fr; position: relative; text-decoration: none; padding-top: 22px; }
.guide-card img { grid-column: 1 / -1; width: 100%; height: clamp(200px, 16vw, 260px); object-fit: cover; margin-bottom: 24px; filter: saturate(.82); transition: filter .25s ease, transform .25s ease; }
.guide-card:nth-child(-n+2) img { height: clamp(250px, 20vw, 320px); }
.guide-card:hover img { filter: saturate(1); transform: translateY(-4px); }
.guide-number { color: var(--gold); font-family: var(--serif); font-size: 1.15rem; }
.guide-card h3 { font-family: var(--serif); font-weight: 500; font-size: 2rem; margin: 0 0 12px; }
.guide-card p { color: rgba(255,255,255,.67); margin: 0 0 18px; }
.guide-card .text-link { color: white; }

.principles { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); }
.principles > div:last-child { border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 60px 210px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principles article > span { color: var(--signal-dark); font-family: var(--serif); }
.principles h3, .principles p { margin: 0; }
.principles p { color: var(--muted); }
.source-callout { padding-block: 52px; background: var(--paper-2); display: flex; justify-content: space-between; gap: 40px; align-items: center; border-block: 1px solid var(--line); }
.source-callout p { max-width: 820px; margin: 0; }
.source-callout a { font-weight: 800; text-decoration: none; display: flex; gap: 8px; align-items: center; }

.article-hero { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.article-copy { padding: clamp(40px, 4vw, 64px) clamp(28px, 4vw, 64px); align-self: center; }
.article-copy h1 { font-size: clamp(2.8rem, 4.2vw, 4.6rem); }
.article-hero figure { margin: 0; min-height: 620px; position: relative; overflow: hidden; }
.article-hero figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; font-size: .78rem; color: var(--muted); margin-bottom: 26px; }
.crumbs a { font-weight: 800; }
.article-meta { display: grid; gap: 7px; border-top: 1px solid var(--line); margin-top: 24px; padding-top: 18px; color: var(--muted); font-size: .78rem; }
.article-layout { display: grid; grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr); gap: clamp(50px, 8vw, 140px); padding: clamp(74px, 10vw, 150px) clamp(24px, 9vw, 160px); }
.article-aside { align-self: start; position: sticky; top: 28px; border-top: 3px solid var(--signal); padding-top: 20px; }
.article-aside > span { font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .73rem; }
.article-aside p { color: var(--muted); font-size: .84rem; }
.compact { margin: 20px 0; width: 100%; }
.article-body section { position: relative; padding: 0 0 68px 80px; margin-bottom: 70px; border-bottom: 1px solid var(--line); }
[dir="rtl"] .article-body section { padding: 0 80px 68px 0; }
.section-index { position: absolute; inset-inline-start: 0; top: 8px; color: var(--signal-dark); font-family: var(--serif); font-size: 1.1rem; }
.article-body h2 { font-size: clamp(2.1rem, 3.6vw, 3.7rem); }
.article-body p { font-size: 1.08rem; color: var(--ink-2); max-width: 790px; }
.faq, .sources { max-width: 1080px; margin: 0 auto; padding: 20px 24px 110px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 1.12rem; font-weight: 800; padding: 24px 48px 24px 0; position: relative; }
[dir="rtl"] .faq summary { padding: 24px 0 24px 48px; }
.faq summary::after { content: "+"; position: absolute; inset-inline-end: 8px; font-size: 1.4rem; color: var(--signal-dark); }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); max-width: 760px; margin: 0 0 24px; }
.sources { padding-top: 0; }
.sources h2 { font-size: 2rem; }
.sources ul { list-style: none; padding: 0; border-top: 1px solid var(--line); }
.sources li { border-bottom: 1px solid var(--line); }
.sources a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; font-weight: 700; text-decoration: none; }

.legal-page, .not-found { max-width: 920px; min-height: 70vh; padding: clamp(80px, 12vw, 170px) 24px; margin: 0 auto; }
.legal-page h1, .not-found h1 { font-size: clamp(3.2rem, 6vw, 6rem); }
.legal-page > div { max-width: 760px; font-size: 1.12rem; color: var(--ink-2); }
.legal-page > div p { margin: 0 0 24px; }
.legal-reviewed { margin-top: 50px; color: var(--muted); font-size: .82rem; }
.not-found p:not(.eyebrow) { max-width: 640px; font-size: 1.16rem; margin-bottom: 36px; }

.site-footer { background: #0d242b; color: white; padding: 70px clamp(22px, 7vw, 120px) 30px; }
.footer-main { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; padding-bottom: 60px; }
.footer-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; }
.footer-main h2 { font-size: clamp(2rem, 3vw, 3.5rem); max-width: 900px; margin-top: 18px; }
.footer-main p { color: rgba(255,255,255,.62); max-width: 780px; }
.non-emergency { border-inline-start: 1px solid rgba(255,255,255,.19); padding-inline-start: 38px; display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.non-emergency small { color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .1em; }
.non-emergency a { text-decoration: none; font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 24px; display: flex; justify-content: space-between; gap: 28px; color: rgba(255,255,255,.6); font-size: .78rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-bottom a { color: white; }
.mobile-enquiry { display: none; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; }
  .hero, .article-hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 390px; grid-row: 1; }
  .hero-copy { grid-row: 2; }
  .article-hero figure { min-height: 390px; grid-row: 1; }
  .article-copy { grid-row: 2; }
  .guide-card, .guide-card:nth-child(1), .guide-card:nth-child(2) { grid-column: span 6; }
  .guide-card img, .guide-card:nth-child(-n+2) img { height: 240px; }
  .principles { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-footer { padding-bottom: calc(110px + env(safe-area-inset-bottom)); }
  .mobile-enquiry { display: block; position: fixed; inset-inline: 0; bottom: 0; z-index: 30; padding: 8px 16px calc(9px + env(safe-area-inset-bottom)); background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(16, 40, 47, .12); }
  .mobile-enquiry-label { display: block; margin-bottom: 5px; color: var(--muted); font-size: .78rem; font-weight: 800; line-height: 1.2; }
  .mobile-enquiry-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
  .mobile-enquiry-actions a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 12px; text-decoration: none; font-size: .9rem; font-weight: 800; white-space: nowrap; }
  .mobile-enquiry-call { background: var(--ink); color: white; }
  .mobile-enquiry-call:hover { background: var(--ink-2); }
  .mobile-enquiry-whatsapp { border: 1px solid var(--line); color: var(--ink); }
  .mobile-enquiry-actions a:focus-visible { outline: 3px solid var(--signal); outline-offset: 2px; }
  .site-header { min-height: 74px; padding: 10px 16px; gap: 10px; position: sticky; top: 0; }
  .brand-mark { width: 42px; height: 42px; }
  .brand strong { font-size: .88rem; }
  .brand small { font-size: .56rem; max-width: 150px; }
  .header-actions { gap: 2px; }
  .header-actions .emergency-button span { display: none; }
  .emergency-button { width: 44px; min-height: 44px; padding: 0; border-radius: 50%; }
  .lang { min-height: 44px; display: grid; place-items: center; font-size: .82rem; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { display: grid; place-items: center; cursor: pointer; width: 44px; height: 44px; list-style: none; border: 1px solid var(--line); }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { display: none; position: absolute; top: 100%; inset-inline: 0; padding: 14px 20px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .mobile-nav[open] nav { display: grid; }
  .mobile-nav nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 750; }
  .emergency-strip { align-items: flex-start; padding: 10px 16px; }
  .emergency-strip p { font-size: .78rem; line-height: 1.35; }
  .emergency-strip a { font-size: .82rem; }
  .hero { min-height: auto; }
  .hero-media { min-height: 280px; }
  .hero-media img { object-position: 65% center; }
  .hero-copy { padding: 44px 22px 58px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 11vw, 4rem); }
  h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  h2 { font-size: 2.5rem; }
  .lede { font-size: 1rem; }
  .numbers-section, .guides-section, .principles, .source-callout { padding: 72px 22px; }
  .number-item { grid-template-columns: 86px 1fr; gap: 16px; }
  .number-item > span { font-size: 2.7rem; }
  .number-item > svg { display: none; }
  .number-item p { font-size: .88rem; }
  .guide-grid { display: grid; grid-template-columns: 1fr; }
  .guide-card, .guide-card:nth-child(1), .guide-card:nth-child(2) { grid-column: auto; }
  .guide-card img, .guide-card:nth-child(-n+2) img { height: 210px; }
  .guide-card h3 { font-size: 1.65rem; }
  .principles article { grid-template-columns: 48px 1fr; }
  .principles article p { grid-column: 2; }
  .source-callout { display: grid; }
  .article-hero { min-height: auto; }
  .article-hero figure { min-height: 260px; }
  .article-copy { padding: 44px 22px 56px; }
  .article-copy h1 { font-size: clamp(2.65rem, 11vw, 4rem); }
  .article-layout { display: block; padding: 72px 22px; }
  .article-aside { position: static; margin-bottom: 70px; }
  .article-body section, [dir="rtl"] .article-body section { padding-inline-start: 52px; }
  .section-index { font-size: .9rem; }
  .article-body h2 { font-size: 2.3rem; }
  .article-body p { font-size: 1rem; }
  .faq, .sources { padding-inline: 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
  .non-emergency { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.19); padding: 30px 0 0; }
  .footer-bottom { display: grid; }
}

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

@media print {
  .site-header, .emergency-strip, .site-footer, .mobile-enquiry, .hero-actions, .article-aside { display: none; }
  body { background: white; color: black; }
}
