/* ==========================================================================
   Persimmon House, Maidenhead — site styles
   Brand: navy #12375a · sky #2aa8e0 · persimmon #b5502a · cream #f7f4ee
   ========================================================================== */

:root {
  --navy: #12375a;
  --navy-deep: #0b2540;
  --navy-soft: #244b70;
  --sky: #2aa8e0;
  --sky-soft: #d9eef9;
  --persimmon: #b5502a;
  --persimmon-deep: #93401f;
  --persimmon-soft: #f4e3d9;
  --cream: #f7f4ee;
  --sand: #e9e2d6;
  --ink: #1b2530;
  --muted: #5b6874;
  --line: #d9d3c8;
  --white: #ffffff;
  --radius: 6px;
  --shadow: 0 12px 32px rgba(11, 37, 64, 0.12);
  --font: "Montserrat", "Segoe UI", Helvetica, Arial, sans-serif;
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
}
img, video { max-width: 100%; height: auto; display: block; }
html, body { overflow-x: clip; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--persimmon); }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.15; margin: 0 0 0.5em; color: var(--navy); letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.2em; }
.lede { font-size: 1.15rem; color: var(--muted); font-weight: 400; max-width: 60ch; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.narrow { max-width: 760px; }
.eyebrow {
  display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--persimmon); margin-bottom: 0.9em;
}
.eyebrow-light { color: var(--sky); }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--persimmon); color: #fff; padding: 8px 14px; z-index: 999; }
.skip-link:focus { left: 8px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Buttons ------------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  padding: 0.85em 1.6em; border-radius: 999px; font-weight: 600; font-size: 0.95rem;
  text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: all .2s ease;
  font-family: inherit; line-height: 1.2;
}
.btn-lg { padding: 1em 2em; font-size: 1.02rem; }
.btn-persimmon { background: var(--persimmon); color: #fff; border-color: var(--persimmon); }
.btn-persimmon:hover { background: var(--persimmon-deep); border-color: var(--persimmon-deep); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-deep); color: #fff; }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }

/* Header ------------------------------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: linear-gradient(to bottom, rgba(11,37,64,.85), rgba(11,37,64,0));
  transition: background .3s ease, box-shadow .3s ease;
}
.site-header.is-solid, body.no-hero .site-header { background: var(--navy); box-shadow: 0 2px 12px rgba(0,0,0,.2); }
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 96px; padding-block: 6px; }
.brand { display: block; line-height: 0; }
.brand img { width: auto; height: 108px; transition: height .3s ease; }
.site-header.is-solid .brand img, body.no-hero .brand img { height: 78px; }
.site-nav { margin-left: auto; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(10px, 1.6vw, 26px); }
.site-nav a { color: #fff; text-decoration: none; font-weight: 500; font-size: 0.88rem; letter-spacing: 0.01em; padding: 6px 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.site-nav a:hover, .site-nav a.is-current { border-bottom-color: var(--sky); color: #fff; }
.site-nav .nav-cta a { border: 2px solid var(--persimmon); padding: 0.6em 1.2em; font-size: 0.85rem; }
.site-nav .nav-cta a:hover { border-color: var(--persimmon-deep); }
.header-phone { color: #fff; text-decoration: none; font-weight: 700; white-space: nowrap; font-size: 0.95rem; }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 8px; cursor: pointer; margin-left: auto; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; transition: transform .25s, opacity .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 960px) {
  .header-phone { display: none; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 96px 0 0 0; background: var(--navy-deep); transform: translateX(100%); transition: transform .3s ease, visibility 0s .3s; visibility: hidden; overflow: auto; padding: 24px var(--gutter) 120px; }
  .site-nav.is-open { transform: none; visibility: visible; transition: transform .3s ease; }
  .site-nav ul { flex-direction: column; align-items: flex-start; gap: 4px; }
  .site-nav a { font-size: 1.25rem; padding: 12px 0; display: block; }
  .site-nav .nav-cta { margin-top: 16px; }
  body.nav-open { overflow: hidden; }
}

/* Hero --------------------------------------------------------------------- */
.hero { position: relative; min-height: clamp(560px, 100svh, 960px); display: grid; align-items: end; color: #fff; overflow: hidden; background: var(--navy); }
.hero-media { position: absolute; inset: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,37,64,.92) 0%, rgba(11,37,64,.35) 45%, rgba(11,37,64,.15) 100%); }
.hero-content { position: relative; z-index: 2; padding: 140px 0 64px; max-width: 760px; }
.hero h1 { color: #fff; margin-bottom: 0.3em; }
.hero h1 .accent { color: var(--sky); display: block; }
.hero .hero-sub { font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 500; max-width: 46ch; margin-bottom: 1.6em; color: rgba(255,255,255,.92); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-availability { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.12); backdrop-filter: blur(6px); padding: 8px 16px 8px 10px; border-radius: 999px; font-weight: 600; font-size: 0.9rem; margin-bottom: 1.4em; border: 1px solid rgba(255,255,255,.25); }
.hero-availability .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--persimmon); box-shadow: 0 0 0 4px rgba(181,80,42,.35); }
.hero-scroll { position: absolute; right: var(--gutter); bottom: 28px; z-index: 2; color: #fff; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; opacity: .8; }
.video-toggle { position: absolute; left: var(--gutter); bottom: 28px; z-index: 3; background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; padding: 6px 14px; font: inherit; font-size: .8rem; cursor: pointer; }

/* Page hero (inner pages) */
.page-hero { position: relative; color: #fff; background: var(--navy); min-height: clamp(380px, 56vh, 560px); display: grid; align-items: end; overflow: hidden; }
.page-hero .hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,37,64,.95), rgba(11,37,64,.2)); }
.page-hero .hero-content { padding: 150px 0 56px; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,.9); font-size: 1.1rem; max-width: 60ch; }

/* Stat strip --------------------------------------------------------------- */
.stat-strip { background: var(--navy); color: #fff; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
@media (max-width: 640px) { .stat-grid { grid-template-columns: 1fr 1fr; } .stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); } .stat:nth-child(2n) { border-left: 1px solid rgba(255,255,255,.12); } .stat:nth-child(-n+2) { border-top: 0; } }
.stat { padding: 26px 20px; border-left: 1px solid rgba(255,255,255,.12); text-align: center; }
.stat:first-child { border-left: 0; }
.stat strong { display: block; font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 800; color: var(--sky); line-height: 1.1; white-space: nowrap; }
.stat strong sup { font-size: .55em; }
.stat span { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.stat small { display: block; font-size: .78rem; opacity: .75; text-transform: none; letter-spacing: 0; margin-top: 4px; }

/* Sections ----------------------------------------------------------------- */
.section { padding: clamp(56px, 8vw, 110px) 0; }
.section-tight { padding: clamp(40px, 5vw, 64px) 0; }
.section-white { background: #fff; }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-sand { background: var(--sand); }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head.center { margin-inline: auto; text-align: center; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.two-col.reverse > :first-child { order: 2; }
@media (max-width: 820px) { .two-col, .two-col.reverse { grid-template-columns: 1fr; } .two-col.reverse > :first-child { order: 0; } }
.figure { margin: 0; position: relative; }
.figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.figure figcaption { font-size: .8rem; color: var(--muted); margin-top: 10px; }
.figure-stack { position: relative; padding-bottom: 60px; }
.figure-stack img:last-child { position: absolute; width: 55%; right: -6%; bottom: 0; border: 6px solid var(--cream); }
.check-list { list-style: none; padding: 0; margin: 1.2em 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--sky); mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.5 14.5-4-4 1.4-1.4 2.6 2.6 5.6-5.6 1.4 1.4-7 7z'/></svg>") center/contain no-repeat; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.5 14.5-4-4 1.4-1.4 2.6 2.6 5.6-5.6 1.4 1.4-7 7z'/></svg>") center/contain no-repeat; }

/* Cards -------------------------------------------------------------------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 4px 16px rgba(11,37,64,.06); display: flex; flex-direction: column; }
.card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-body h3 { margin: 0; }
.card-body p { color: var(--muted); font-size: .95rem; }
.card-body .card-link { margin-top: auto; font-weight: 600; text-decoration: none; }
.card-body .card-link::after { content: " →"; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 28px 32px; }
.feature { padding-top: 18px; border-top: 3px solid var(--sky); }
.feature h3 { font-size: 1.05rem; margin-bottom: .3em; }
.feature p { color: var(--muted); font-size: .95rem; }
.section-navy .feature { border-top-color: var(--persimmon); }
.section-navy .feature p { color: rgba(255,255,255,.8); }

/* Building cards (home) */
.building { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.building + .building { margin-top: 32px; }
.building.reverse > .building-media { order: 2; }
.building-media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.building-body { padding: clamp(28px, 4vw, 52px); }
.building-body .tag { display: inline-block; background: var(--persimmon-soft); color: var(--persimmon-deep); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; padding: 4px 10px; border-radius: 3px; margin-bottom: 14px; }
.building-body h3 { font-size: 1.6rem; }
.mini-stats { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 18px 0 22px; padding: 0; list-style: none; }
.mini-stats li strong { display: block; font-size: 1.3rem; color: var(--navy); }
.mini-stats li span { font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
@media (max-width: 820px) { .building, .building.reverse { grid-template-columns: 1fr; } .building.reverse > .building-media { order: 0; } }

/* CTA band ----------------------------------------------------------------- */
.cta-band { background: var(--navy-deep); color: #fff; padding: clamp(48px, 7vw, 90px) 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(42,168,224,.35), transparent 65%); }
.cta-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.8rem); }
.cta-band p { color: rgba(255,255,255,.85); max-width: 52ch; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
@media (max-width: 820px) { .cta-inner { grid-template-columns: 1fr; } }

/* Footer ------------------------------------------------------------------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,.85); padding: 64px 0 32px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-grid h3 { color: #fff; font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1em; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-grid a { color: rgba(255,255,255,.85); text-decoration: none; }
.footer-grid a:hover { color: var(--sky); }
.footer-brand img { width: 190px; margin-left: -12px; }
.footer-address { margin-top: 16px; line-height: 1.5; }
.footer-eyebrow { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--sky); font-weight: 700; }
.footer-developer img { width: 150px; }
.footer-legal { padding-top: 24px; font-size: .74rem; color: rgba(255,255,255,.6); line-height: 1.6; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.mobile-cta { display: none; }
@media (max-width: 640px) {
  .video-toggle { bottom: 96px; }
  .hero-scroll { display: none; }
  .mobile-cta { display: block; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; background: var(--persimmon); color: #fff; text-align: center; padding: 14px; border-radius: 999px; font-weight: 700; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
  body { padding-bottom: 72px; }
}

/* Tables ------------------------------------------------------------------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); box-shadow: 0 4px 16px rgba(11,37,64,.06); background: #fff; }
table.schedule { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 640px; }
table.schedule th, table.schedule td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
table.schedule th { background: var(--navy); color: #fff; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; }
table.schedule tbody tr:hover { background: var(--sky-soft); }
table.schedule .num { font-variant-numeric: tabular-nums; }
table.schedule .building-row td { background: var(--sand); font-weight: 700; color: var(--navy); letter-spacing: .06em; text-transform: uppercase; font-size: .8rem; }
.pill { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: .74rem; font-weight: 700; letter-spacing: .04em; }
.pill-studio { background: #f1e6f6; color: #5b2d78; }
.pill-1 { background: var(--sky-soft); color: #0d5f88; }
.pill-2 { background: var(--persimmon-soft); color: var(--persimmon-deep); }
.pill-3 { background: #e0f0e3; color: #21603a; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.filters button { font: inherit; font-size: .85rem; font-weight: 600; border: 2px solid var(--navy); background: #fff; color: var(--navy); border-radius: 999px; padding: 7px 16px; cursor: pointer; }
.filters button[aria-pressed="true"] { background: var(--navy); color: #fff; }

/* Tabs / floor plans ------------------------------------------------------- */
.tabs { display: flex; flex-wrap: wrap; gap: 6px; border-bottom: 2px solid var(--line); margin-bottom: 24px; }
.tabs button { font: inherit; font-weight: 600; font-size: .9rem; background: none; border: 0; border-bottom: 3px solid transparent; margin-bottom: -2px; padding: 12px 16px; color: var(--muted); cursor: pointer; }
.tabs button[aria-selected="true"] { color: var(--navy); border-bottom-color: var(--persimmon); }
.tab-panel[hidden] { display: none; }
.plan-layout { display: grid; grid-template-columns: 1.4fr .8fr; gap: 32px; align-items: start; }
.plan-image { background: #fff; padding: 12px; border-radius: var(--radius); box-shadow: var(--shadow); }
.plan-image img { width: 100%; }
.plan-key { background: #fff; padding: 24px; border-radius: var(--radius); }
.plan-key h3 { font-size: 1rem; }
.plan-key table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.plan-key td { padding: 8px 4px; border-bottom: 1px solid var(--line); }
.plan-key td:last-child { text-align: right; white-space: nowrap; }
.plan-note { font-size: .8rem; color: var(--muted); margin-top: 14px; }
@media (max-width: 820px) { .plan-layout { grid-template-columns: 1fr; } }

/* Apartment type cards */
.type-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.type-card { background: #fff; border-radius: var(--radius); padding: 26px; border-top: 5px solid var(--sky); box-shadow: 0 4px 16px rgba(11,37,64,.06); }
.type-card.t-studio { border-top-color: #7c4a9b; }
.type-card.t-2 { border-top-color: var(--persimmon); }
.type-card.t-3 { border-top-color: #2f8a4c; }
.type-card h3 { font-size: 1.25rem; margin-bottom: .2em; }
.type-card .count { color: var(--muted); font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.type-card .size { font-size: 1.6rem; font-weight: 800; color: var(--navy); margin: 12px 0 6px; }
.type-card .size small { font-size: .85rem; font-weight: 500; color: var(--muted); }
.type-card ul { padding-left: 1.1em; margin: 10px 0 0; font-size: .92rem; color: var(--muted); }

/* Specification ------------------------------------------------------------ */
.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.spec-block { background: #fff; padding: 28px; border-radius: var(--radius); box-shadow: 0 4px 16px rgba(11,37,64,.06); }
.spec-block h3 { display: flex; align-items: center; gap: 12px; font-size: 1.05rem; }
.spec-block h3 .icon { width: 38px; height: 38px; border-radius: 50%; background: var(--sky-soft); color: var(--navy); display: grid; place-items: center; flex-shrink: 0; }
.spec-block h3 .icon svg { width: 20px; height: 20px; }
.spec-block ul { padding-left: 1.1em; margin: 10px 0 0; color: var(--muted); font-size: .95rem; display: grid; gap: 6px; }
.callout { background: var(--sky-soft); border-left: 4px solid var(--sky); padding: 18px 22px; border-radius: 0 var(--radius) var(--radius) 0; font-size: .95rem; }
.callout.persimmon { background: var(--persimmon-soft); border-left-color: var(--persimmon); }

/* Location & travel -------------------------------------------------------- */
#map { height: 560px; border-radius: var(--radius); box-shadow: var(--shadow); z-index: 1; }
@media (max-width: 640px) { #map { height: 420px; } }
.map-legend { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 16px; font-size: .85rem; }
.map-legend span { display: inline-flex; align-items: center; gap: 6px; }
.map-legend i { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.travel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.travel-card { background: #fff; padding: 26px; border-radius: var(--radius); box-shadow: 0 4px 16px rgba(11,37,64,.06); }
.travel-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; padding-bottom: 12px; border-bottom: 2px solid var(--sand); }
.travel-card h3 .icon { width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; color: #fff; background: var(--navy); flex-shrink: 0; }
.travel-card h3 .icon svg { width: 18px; height: 18px; }
.travel-card.rail h3 .icon { background: #6f3a8a; }
.travel-card.road h3 .icon { background: var(--persimmon); }
.travel-card.walk h3 .icon { background: #2f8a4c; }
.travel-card.air h3 .icon { background: var(--sky); }
.travel-list { list-style: none; padding: 0; margin: 10px 0 0; }
.travel-list li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: .95rem; }
.travel-list li:last-child { border-bottom: 0; }
.travel-list strong { white-space: nowrap; color: var(--navy); font-variant-numeric: tabular-nums; }
.travel-list small { display: block; color: var(--muted); font-size: .78rem; }
.commute-diagram { background: #fff; border-radius: var(--radius); padding: clamp(16px, 3vw, 32px); box-shadow: var(--shadow); overflow-x: auto; }
.commute-diagram svg { width: 100%; min-width: 720px; height: auto; display: block; }
.poi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.poi { background: #fff; padding: 20px; border-radius: var(--radius); border-left: 4px solid var(--sky); }
.poi h4 { margin: 0 0 4px; font-size: 1rem; }
.poi p { margin: 0; font-size: .88rem; color: var(--muted); }
.poi .dist { font-weight: 700; color: var(--persimmon); font-size: .82rem; display: block; margin-bottom: 6px; }

/* Gallery ------------------------------------------------------------------ */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.gallery-grid a { display: block; position: relative; border-radius: var(--radius); overflow: hidden; }
.gallery-grid a.wide { grid-column: span 2; }
@media (max-width: 640px) { .gallery-grid a.wide { grid-column: span 1; } }
.gallery-grid img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s ease; }
.gallery-grid a:hover img { transform: scale(1.04); }
.gallery-grid figcaption, .gallery-grid .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 12px; background: linear-gradient(to top, rgba(11,37,64,.85), transparent); color: #fff; font-size: .82rem; font-weight: 500; }
.lightbox { position: fixed; inset: 0; background: rgba(11,37,64,.95); z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 100%; max-height: 82vh; border-radius: 4px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox .lb-cap { position: absolute; bottom: 24px; left: 0; right: 0; text-align: center; color: #fff; font-size: .9rem; }
.lightbox button { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.3); width: 48px; height: 48px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; }
.lightbox .lb-close { top: 20px; right: 20px; }
.lightbox .lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 16px; top: 50%; transform: translateY(-50%); }

/* Accordion / FAQ ---------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 44px 20px 0; font-weight: 600; position: relative; color: var(--navy); font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: 300; color: var(--persimmon); }
.faq details[open] summary::after { content: "–"; }
.faq .faq-body { padding: 0 0 22px; color: var(--muted); max-width: 70ch; }

/* Timeline ----------------------------------------------------------------- */
.timeline { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; counter-reset: step; }
.timeline li { position: relative; padding-top: 22px; border-top: 3px solid var(--sand); }
.timeline li::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: -18px; left: 0; background: var(--persimmon); color: #fff; font-weight: 800; font-size: .85rem; padding: 6px 10px; border-radius: 4px; }
.timeline li.active { border-top-color: var(--sky); }
.timeline h3 { font-size: 1rem; margin-bottom: .2em; }
.timeline p { font-size: .92rem; color: var(--muted); }
.timeline .when { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sky); font-weight: 700; margin-bottom: 6px; }

/* Forms -------------------------------------------------------------------- */
.form-card { background: #fff; padding: clamp(24px, 4vw, 44px); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; color: var(--navy); }
.field label .req { color: var(--persimmon); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: .98rem; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--sky); outline-offset: 1px; border-color: var(--sky); }
.field textarea { min-height: 120px; resize: vertical; }
.checks { display: grid; gap: 10px; }
.checks label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; font-size: .92rem; }
.checks label span { flex: 1; }
.checks input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; }
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-group label { position: relative; cursor: pointer; }
.chip-group input { position: absolute; opacity: 0; inset: 0; }
.chip-group span { display: inline-block; padding: 8px 16px; border: 1.5px solid var(--line); border-radius: 999px; font-size: .9rem; font-weight: 500; }
.chip-group input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; }
.chip-group input:focus-visible + span { outline: 2px solid var(--sky); }
.form-note { font-size: .8rem; color: var(--muted); }
.form-status { margin-top: 16px; padding: 14px 16px; border-radius: 4px; display: none; font-weight: 500; }
.form-status.ok { display: block; background: #e0f0e3; color: #21603a; }
.form-status.err { display: block; background: #fbe4e1; color: #8a2b21; }
.honey { position: absolute; left: -9999px; }
.side-panel { background: var(--navy); color: #fff; padding: 32px; border-radius: var(--radius); }
.side-panel h3 { color: #fff; }
.side-panel a { color: var(--sky); }
.side-panel ul { padding-left: 1.1em; color: rgba(255,255,255,.85); }
.register-layout { display: grid; grid-template-columns: 1.5fr .8fr; gap: 32px; align-items: start; }
@media (max-width: 900px) { .register-layout { grid-template-columns: 1fr; } }

/* Split image band --------------------------------------------------------- */
.image-band { position: relative; min-height: 460px; display: grid; align-items: center; color: #fff; overflow: hidden; background: var(--navy); }
.image-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,37,64,.88) 0%, rgba(11,37,64,.55) 50%, rgba(11,37,64,.15) 100%); }
.image-band .wrap { position: relative; z-index: 2; padding: 72px 0; }
.image-band h2 { color: #fff; }
.image-band p { max-width: 50ch; color: rgba(255,255,255,.9); font-size: 1.05rem; }
.quote { font-size: clamp(1.3rem, 2.6vw, 1.9rem); font-weight: 500; line-height: 1.35; color: var(--navy); font-style: italic; max-width: 26ch; }
.quote::before { content: "“"; color: var(--persimmon); font-size: 2em; line-height: 0; vertical-align: -0.35em; margin-right: 4px; }

/* Reveal on scroll --------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* Brochure / print --------------------------------------------------------- */
@media print {
  .site-header, .site-footer .footer-grid, .mobile-cta, .video-toggle, .hero-scroll, .nav-toggle { display: none !important; }
  body { background: #fff; }
  .hero, .page-hero { min-height: auto; }
}

/* Commute diagram text halo (keeps labels legible over lines) ---------------- */
.commute-diagram svg text { paint-order: stroke; stroke: #fff; stroke-width: 4px; stroke-linejoin: round; }

/* MapLibre neighbourhood map ---------------------------------------------- */
.map-shell { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--sand); }
#map { height: 640px; }
.map-shell .maplibregl-ctrl-attrib { font-size: 10px; }
.map-panel { position: absolute; top: 16px; left: 16px; z-index: 5; width: 320px; max-height: calc(100% - 32px); display: flex; flex-direction: column; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(11,37,64,.18); overflow: hidden; }
.map-panel-head { padding: 14px 16px 10px; border-bottom: 1px solid var(--line); }
.map-panel-head h3 { font-size: .95rem; margin: 0 0 8px; }
.map-views { display: flex; gap: 6px; }
.map-views button { flex: 1; font: inherit; font-size: .78rem; font-weight: 600; padding: 7px 8px; border-radius: 6px; border: 1.5px solid var(--navy); background: #fff; color: var(--navy); cursor: pointer; }
.map-views button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.map-cats { display: flex; flex-wrap: wrap; gap: 6px; padding: 10px 16px; border-bottom: 1px solid var(--line); }
.map-cats button { font: inherit; font-size: .74rem; font-weight: 600; padding: 5px 10px 5px 8px; border-radius: 999px; border: 1.5px solid var(--cat, var(--navy)); background: #fff; color: var(--cat, var(--navy)); cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.map-cats button i { width: 9px; height: 9px; border-radius: 50%; background: var(--cat, var(--navy)); display: inline-block; }
.map-cats button[aria-pressed="true"] { background: var(--cat, var(--navy)); color: #fff; }
.map-cats button[aria-pressed="true"] i { background: #fff; }
.map-list { overflow: auto; flex: 1; }
.map-list details { border-bottom: 1px solid var(--line); }
.map-list summary { list-style: none; cursor: pointer; padding: 10px 16px; font-size: .82rem; font-weight: 700; color: var(--navy); display: flex; align-items: center; gap: 8px; }
.map-list summary::-webkit-details-marker { display: none; }
.map-list summary i { width: 10px; height: 10px; border-radius: 50%; background: var(--cat); flex-shrink: 0; }
.map-list summary .n { margin-left: auto; font-weight: 500; color: var(--muted); font-size: .74rem; }
.map-list summary::after { content: "+"; color: var(--persimmon); font-weight: 400; font-size: 1.1rem; margin-left: 6px; }
.map-list details[open] summary::after { content: "–"; }
.map-list ul { list-style: none; margin: 0; padding: 0 0 6px; }
.map-list li button { width: 100%; text-align: left; font: inherit; font-size: .8rem; background: none; border: 0; padding: 6px 16px 6px 34px; cursor: pointer; display: flex; justify-content: space-between; gap: 10px; color: var(--ink); }
.map-list li button:hover, .map-list li button.is-active { background: var(--sky-soft); }
.map-list li button span:last-child { color: var(--muted); font-size: .72rem; white-space: nowrap; }
.map-hint { padding: 8px 16px 10px; font-size: .72rem; color: var(--muted); border-top: 1px solid var(--line); }
.ph-marker { width: 26px; height: 26px; border-radius: 50%; background: var(--persimmon); border: 4px solid #fff; box-shadow: 0 0 0 4px rgba(181,80,42,.35), 0 4px 10px rgba(0,0,0,.3); cursor: pointer; }
.poi-marker { width: 14px; height: 14px; border-radius: 50%; border: 2.5px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.35); cursor: pointer; transition: transform .15s; }
.poi-marker:hover, .poi-marker.is-active { transform: scale(1.4); }
.maplibregl-popup-content { font-family: var(--font); padding: 12px 14px; border-radius: 6px; box-shadow: 0 8px 24px rgba(11,37,64,.25); max-width: 260px; }
.maplibregl-popup-content h4 { margin: 0 0 4px; font-size: .9rem; color: var(--navy); }
.maplibregl-popup-content .cat { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; }
.maplibregl-popup-content p { margin: 0; font-size: .8rem; color: var(--muted); }
.maplibregl-popup-content .times { margin-top: 6px; font-size: .78rem; font-weight: 600; color: var(--navy); }
.map-error { position: absolute; inset: 0; display: grid; place-items: center; padding: 24px; text-align: center; color: var(--muted); font-size: .9rem; z-index: 4; }
.map-lines-legend { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; font-size: .82rem; color: var(--muted); }
.map-lines-legend span { display: inline-flex; align-items: center; gap: 8px; }
.map-lines-legend i { width: 26px; height: 0; border-top: 4px solid var(--c); border-radius: 2px; display: inline-block; }
.map-lines-legend i.dash { border-top-style: dashed; }
@media (max-width: 900px) {
  #map { height: 460px; }
  .map-panel { position: static; width: auto; max-height: none; border-radius: 0; box-shadow: none; border-top: 1px solid var(--line); }
  .map-list { max-height: 320px; }
}
