:root {
  color-scheme: dark;
  --navy-950: #0d2335;
  --navy-900: #122f48;
  --navy-800: #173957;
  --navy-700: #214766;
  --gold: #d8b25e;
  --gold-strong: #e4c778;
  --paper: #f4f6f7;
  --ink: #132c40;
  --white: #f9fbfc;
  --muted: #c9d3da;
  --line: #4f6d84;
  --danger: #ffb5ae;
  --focus: #ffe19a;
  --radius-panel: 12px;
  --radius-control: 4px;
  --content: 1180px;
  --measure: 68ch;
  --layer-header: 10;
  --layer-cookie: 30;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy-900); color: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: var(--gold-strong); text-underline-offset: 0.2em; }
a:hover { text-decoration-thickness: 0.14em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 50; transform: translateY(-180%); background: var(--paper); color: var(--ink); padding: 0.65rem 1rem; border-radius: var(--radius-control); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.tenant-utility { background: #101214; padding: 0.42rem 1rem; text-align: center; font-size: 0.86rem; }
.tenant-utility a { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: var(--layer-header); background: var(--navy-950); border-bottom: 1px solid var(--line); }
.header-inner { width: min(var(--content), calc(100% - 2rem)); min-height: 72px; margin: 0 auto; display: flex; align-items: center; gap: 1.5rem; }
.brand-link { display: inline-flex; align-items: center; color: var(--white); text-decoration: none; line-height: 1; }
.brand-link img { width: 142px; height: auto; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: clamp(0.7rem, 1.45vw, 1.4rem); margin: 0; padding: 0; list-style: none; }
.main-nav a { color: var(--white); font-size: clamp(0.7rem, 0.84vw, 0.82rem); font-weight: 700; letter-spacing: 0.09em; text-decoration: none; white-space: nowrap; }
.main-nav a[aria-current="page"], .main-nav a:hover { color: var(--gold-strong); }
.menu-button { display: none; margin-left: auto; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius-control); background: var(--navy-800); padding: 12px; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { min-height: min(650px, calc(100dvh - 110px)); display: grid; align-items: center; background: var(--navy-800); border-bottom: 1px solid var(--line); }
.hero--compact { min-height: auto; }
.hero--compact .hero-inner { grid-template-columns: minmax(0, 820px); padding-block: clamp(3.5rem, 8vw, 7rem); }
.route-shell { width: min(var(--content), calc(100% - 2rem)); min-height: 42dvh; margin: 0 auto; padding: clamp(4rem, 10vw, 8rem) 0; }
.route-shell h1 { margin: 0; color: var(--gold-strong); font-size: clamp(2.35rem, 5.5vw, 4.9rem); line-height: 1.02; }
.hero-inner { width: min(var(--content), calc(100% - 2rem)); margin: 0 auto; padding: 4rem 0; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr); gap: clamp(2rem, 7vw, 6.5rem); align-items: center; }
.hero-copy h1 { max-width: 32ch; margin: 0; color: var(--gold-strong); font-size: clamp(2.35rem, 4vw, 2.75rem); line-height: 1.08; letter-spacing: -0.03em; text-wrap: balance; }
.hero-copy > p { max-width: 54ch; margin: 1.4rem 0 0; color: var(--white); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: var(--radius-control); padding: 0.78rem 1.2rem; font-weight: 800; line-height: 1.1; text-decoration: none; white-space: nowrap; cursor: pointer; }
.button:active { transform: translateY(1px); }
.button--primary { background: var(--gold-strong); color: var(--navy-950); }
.button--primary:hover { background: #efd99a; }
.button--secondary { border-color: var(--white); color: var(--white); background: transparent; }
.button--secondary:hover { background: var(--navy-950); }
.city-visual { margin: 0; }
.city-crop { position: relative; display: block; overflow: hidden; aspect-ratio: 314 / 176; border-radius: var(--radius-panel); border: 1px solid var(--line); box-shadow: 0 22px 50px rgb(5 22 34 / 0.34); }
.city-crop img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; }

.section { width: min(var(--content), calc(100% - 2rem)); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6.5rem) 0; border-bottom: 1px solid var(--line); }
.section h2 { max-width: 21ch; margin: 0 0 1.2rem; font-size: clamp(1.85rem, 3.4vw, 3rem); line-height: 1.1; letter-spacing: -0.02em; }
.section h3 { margin: 0 0 0.8rem; color: var(--gold-strong); font-size: 1.35rem; line-height: 1.2; }
.section p { max-width: var(--measure); }
.section-heading { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: end; margin-bottom: 2.4rem; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.section-heading p, .lead { color: var(--gold-strong); font-size: 1.22rem; font-weight: 700; }
.measure { max-width: var(--measure); }
.split-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); }
.three-part { display: grid; grid-template-columns: 0.7fr 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); }
.privacy-note { padding-left: 1rem; border-left: 4px solid var(--gold); color: var(--muted); }
.text-link { display: inline-block; margin-top: 0.6rem; font-weight: 700; }

.route-list { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 1px; overflow: hidden; border-radius: var(--radius-panel); background: var(--line); border: 1px solid var(--line); }
.route-list a { min-height: 160px; padding: clamp(1.4rem, 3vw, 2.4rem); background: var(--navy-800); color: var(--white); text-decoration: none; }
.route-list a:nth-child(3) { grid-column: 1 / -1; min-height: 130px; }
.route-list span { display: block; color: var(--gold-strong); font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 750; line-height: 1.15; }
.route-list small { display: block; max-width: 54ch; margin-top: 0.8rem; color: var(--muted); font-size: 0.98rem; }
.route-list a:hover { background: var(--navy-700); }
.resource-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin: 0; padding: 1px; border: 1px solid var(--line); border-radius: var(--radius-panel); background: var(--line); list-style: none; }
.resource-list li { margin: 0; background: var(--navy-800); }
.resource-list a { display: flex; min-height: 72px; height: 100%; align-items: center; padding: 1rem 1.2rem; color: var(--white); font-weight: 750; text-decoration: none; }
.resource-list a:hover { background: var(--navy-700); color: var(--gold-strong); }
.tenant-services article { padding: 1.4rem 0; border-top: 1px solid var(--line); }
.article-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin: 0; padding: 1px; border: 1px solid var(--line); border-radius: var(--radius-panel); background: var(--line); list-style: none; }
.article-index li { background: var(--navy-800); }
.article-index a { display: grid; min-height: 112px; align-content: space-between; gap: 1rem; padding: 1.3rem; color: var(--white); text-decoration: none; }
.article-index a:hover { background: var(--navy-700); }
.article-index span { color: var(--gold-strong); font-size: 1.15rem; font-weight: 750; line-height: 1.3; }
.article-index small, .article-meta { color: var(--muted); }
.article-layout { max-width: 960px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); font-weight: 700; }
.article-feature { overflow: hidden; margin: 2rem 0 0; border: 1px solid var(--line); border-radius: var(--radius-panel); background: var(--navy-950); }
.article-feature img { width: 100%; max-height: 520px; object-fit: contain; }
.asset-gap { margin: 2rem 0; padding-left: 1rem; border-left: 4px solid var(--gold); color: var(--muted); }
.article-body { max-width: 76ch; margin-top: 2.5rem; }
.article-body h2 { max-width: 28ch; margin: 3rem 0 1rem; color: var(--gold-strong); font-size: clamp(1.45rem, 2.5vw, 2rem); }
.article-body p, .article-body li { white-space: pre-wrap; }
.article-body blockquote { margin: 1.5rem 0; padding: 0.3rem 0 0.3rem 1.2rem; border-left: 4px solid var(--gold); color: var(--muted); }
.article-list { padding-left: 1.4rem; }
.article-list li { margin: 0.65rem 0; }
.article-list-nested { margin-left: 1.4rem !important; }
.article-space { height: 0.75rem; }
.recovered-legal h2 { max-width: 34ch; }
.contractor-form { max-width: 760px; margin-left: auto; margin-right: auto; }
.qa-list { max-width: 820px; }
.qa-list details { border-bottom: 1px solid var(--line); padding: 1.25rem 0; }
.qa-list summary { cursor: pointer; color: var(--gold-strong); font-size: 1.13rem; font-weight: 750; }
.plain-list { columns: 2; gap: 3rem; margin: 0; padding-left: 1.2rem; }
.plain-list li { break-inside: avoid; margin-bottom: 0.7rem; }
.values-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem 2rem; }
.quote-list { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-panel); background: var(--line); }
.quote-list blockquote { min-height: 180px; margin: 0; padding: 2rem; background: var(--navy-800); }
.quote-list p { margin-top: 0; font-size: 1.08rem; }
.quote-list footer { color: var(--gold-strong); font-weight: 700; }

.contact-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.enquiry-form { padding: clamp(1.4rem, 4vw, 2.4rem); border-radius: var(--radius-panel); background: var(--paper); color: var(--ink); }
.enquiry-form h2 { color: var(--ink); }
#message-us { scroll-margin-top: 7rem; }
.field { display: grid; gap: 0.45rem; margin-top: 1.1rem; }
.field label, .checkbox-field label { font-weight: 750; }
.field label span, .field small { font-weight: 400; color: #496174; }
.field input, .field textarea { width: 100%; border: 2px solid #536a7c; border-radius: var(--radius-control); background: #fbfcfd; color: #102a3e; padding: 0.78rem; }
.field input:focus, .field textarea:focus { border-color: #173957; outline: 3px solid #9b6b00; outline-offset: 2px; }
.field-error { min-height: 1.5em; color: #8a1913; font-weight: 700; }
.checkbox-field { display: grid; grid-template-columns: 24px 1fr; gap: 0.7rem; align-items: start; margin: 1.4rem 0; }
.checkbox-field input { width: 22px; height: 22px; margin: 0; accent-color: var(--navy-800); }
.form-status { min-height: 1.6em; font-weight: 700; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 2.5rem; font-size: 1.6rem; }
.final-cta { text-align: left; }
.final-cta p { color: var(--muted); }

.site-footer { width: min(var(--content), calc(100% - 2rem)); margin: 0 auto; padding: 4.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 0.7fr 0.7fr; gap: 3rem; }
.footer-grid h2 { font-size: 1rem; color: var(--gold-strong); }
.footer-grid p { max-width: 62ch; color: var(--muted); font-size: 0.9rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 0.5rem 0; }
.footer-brand { color: var(--white); font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.text-button { border: 0; padding: 0; background: none; color: var(--gold-strong); text-decoration: underline; cursor: pointer; }
.copyright { margin: 3rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.85rem; }

.cookie-panel { position: fixed; z-index: var(--layer-cookie); right: 1rem; bottom: 1rem; width: min(620px, calc(100% - 2rem)); display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: end; border: 1px solid var(--gold); border-radius: var(--radius-panel); background: var(--navy-950); padding: 1.4rem; box-shadow: 0 20px 55px rgb(4 17 26 / 0.55); }
.cookie-panel[hidden] { display: none; }
.cookie-panel h2 { margin: 0; font-size: 1.25rem; }
.cookie-panel p { margin: 0.6rem 0; color: var(--muted); }
.cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.button--cookie { border-color: var(--white); background: transparent; color: var(--white); }
.button--cookie:hover { background: var(--navy-700); }

@media (max-width: 64rem) {
  .main-nav a { font-size: 0.66rem; letter-spacing: 0.04em; }
  .main-nav ul { gap: 0.65rem; }
  .brand-link img { width: 124px; }
}

@media (max-width: 48rem) {
  .header-inner { min-height: 64px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; margin: 0; border-bottom: 1px solid var(--line); background: var(--navy-950); }
  .main-nav.is-open { display: block; }
  .main-nav ul { display: grid; gap: 0; padding: 0.7rem 1rem 1.2rem; }
  .main-nav a { display: block; min-height: 48px; padding: 0.8rem; font-size: 0.92rem; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding: 3rem 0; gap: 2rem; }
  .hero-copy h1 { max-width: 18ch; font-size: clamp(2rem, 9.6vw, 2.42rem); line-height: 1.08; }
  .hero-copy > p { max-width: 32ch; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-mark { min-height: 220px; order: -1; }
  .section { width: min(100% - 2rem, var(--content)); padding: 3.5rem 0; }
  .section-heading, .split-section, .three-part, .contact-layout, .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .route-list { grid-template-columns: 1fr; }
  .route-list a:nth-child(3) { grid-column: auto; }
  .route-list a { min-height: 0; }
  .plain-list { columns: 1; }
  .values-grid, .quote-list { grid-template-columns: 1fr; }
  .resource-list, .article-index { grid-template-columns: 1fr; }
  .quote-list blockquote { min-height: 0; }
  .cookie-panel { grid-template-columns: 1fr; }
  .cookie-actions .button { min-width: 0; }
}

@media (max-width: 390px) {
  .tenant-utility { font-size: 0.78rem; }
  .hero-inner, .section, .site-footer, .header-inner { width: calc(100% - 1.5rem); }
  .section h2 { font-size: 2rem; }
  .enquiry-form { padding: 1rem; }
}

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

@media (forced-colors: active) {
  .button, .menu-button, .city-crop, .route-list, .quote-list, .cookie-panel { border: 2px solid ButtonText; }
  .privacy-note { border-left-color: Highlight; }
}
