
:root {
  --navy: #00aeef;
  --navy-dark: #00425b;
  --navy-soft: #0081b2;
  --gold: #c8a04d;
  --gold-dark: #8a6a26;
  --off-white: #f7f6f3;
  --ink: #1c1c1c;
  --grey: #6b6f76;
  --border: #e3e1db;
  --max: 1180px;
  --display: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  /* ponytail: serif for H1/hero statements only — pairs on a contrast axis with the
     geometric Jost sans instead of "one sans everywhere", the actual axis a font pairing
     needs to read as designed rather than a single default typeface doing every job. */
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: #fff; line-height: 1.65; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; }
a, button, .tile, .card, .icon-tile, .spotlight-card, .visual-link, .news-tile, .social-card, .contact-route-card { touch-action: manipulation; }
img { max-width: 100%; display: block; margin: 1.75rem 0; }
/* ponytail: branded focus ring (gold, not the browser default blue) on every interactive
   element — was relying entirely on the browser’s default outline before, which is easy
   to lose track of against a white/navy site and isn’t a "nice to have" for keyboard nav. */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible,
summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 2px; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 350; background: var(--navy-dark); color: #fff; padding: .75rem 1.25rem; font-family: var(--display); font-weight: 600; text-decoration: none; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
.logo img, .footer-brand img, .tile img, .brand-strip img, .gallery-grid img, .discovery-card img,
.card img, .shop-logo, .social-icon, .icon-tile-grid img { margin: 0; }
/* ponytail: --navy (#00aeef) is 2.53:1 on white, fails WCAG AA (4.5:1) for text.
   Kept as a background color (buttons/tiles pair it with white text, which is fine)
   but every navy-on-light TEXT use below is switched to --navy-dark (~8:1, passes). */
a { color: var(--navy-dark); }
/* ponytail: heading colour uses --navy-dark not the bright --navy, so blue-brand-accent isn’t
   also doing double duty as body-text colour on every heading site-wide.
   H1 is now a serif editorial statement (mixed case, not a shouty uppercase box) — real
   size/weight contrast against H2/H3, which stay in the Jost sans as the "system" voice. */
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.15; color: var(--navy-dark); letter-spacing: .01em; }
h1 { font-family: var(--serif); font-size: 3.1rem; font-weight: 500; letter-spacing: -0.01em; margin: 0 0 .6rem; text-wrap: balance; }
h2 { font-size: 1.7rem; font-weight: 600; margin: 3rem 0 .75rem; text-align: left; letter-spacing: 0; text-wrap: balance; }
h2.center { text-align: center; }
/* ponytail: every homepage subsection was getting the same 3rem-top h2 spacing regardless
   of content — no rhythm, just uniform repetition. This gives the site’s genuinely
   differentiated section (the discovery/"what’s new" grid) a real beat: a top rule +
   roughly double the breathing room, so it reads as a new act instead of more of the same. */
h2.section-break { margin-top: 6rem; padding-top: 3rem; border-top: 1px solid var(--border); }
h3 { font-size: 1.25rem; font-weight: 600; text-transform: none; letter-spacing: 0; text-wrap: balance; }
p { margin: 0 0 1rem; text-wrap: pretty; }
/* ponytail: replaces the old .eyebrow (uppercase, tracked, gold) — that pattern was the
   "tiny kicker above every section" template tell, repeated on 20+ pages regardless of
   whether there was real metadata to show. .meta-line is for when there IS real info
   (a unit number, a byline, a date) — plain sentence case, no tracking, no gold badge. */
.meta-line { font-family: var(--body); font-size: .95rem; color: var(--grey); margin: 0 0 .75rem; }
.page-hero .meta-line { color: #b9c9d9; }
/* ponytail: root-cause fix for sticky-header overlap — any element jumped to via a hash
   anchor (#message-form, #discover, etc.) gets breathing room above it so the fixed pill
   nav never covers it, instead of patching each anchor link individually. */
[id] { scroll-margin-top: 110px; }

/* Utility bar — thin strip above the main header */
.utility-bar { background: var(--navy-dark); }
.utility-inner { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: .55rem 1.5rem; }
.utility-links { display: flex; gap: 1.5rem; }
.utility-inner a { color: #b9c2d6; text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.utility-inner a:hover { color: var(--gold); }
/* ponytail: the one action that actually makes Trinity money — promoted from "only on
   the homepage hero + parking page" to every page, gold against the muted utility-bar
   links so it reads as the priority action rather than another nav item. */
.utility-cta { color: var(--gold) !important; font-weight: 700; }
@media (max-width: 700px) { .utility-inner { justify-content: center; gap: .75rem; flex-wrap: wrap; } .utility-links { gap: 1rem; } }

/* Header — floating white pill nav, Bluewater-style */
.site-header { background: transparent; position: sticky; top: 0; z-index: 100; padding: 1.1rem 1.5rem; }
.header-inner { max-width: var(--max); margin: 0 auto; }
.nav-pill { background: #fff; border-radius: 999px; box-shadow: 0 12px 30px rgba(7,26,51,.16); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .6rem 1rem .6rem 1.75rem; position: relative; }
.logo img { height: 34px; }
/* ponytail: real fix for the actual bug, not a cosmetic one — every viewport size,
   including full desktop, was hiding all primary nav behind a hamburger with zero
   visible top-level links. That’s a usability regression on a site whose whole job is
   "get me to Shop/Parking/Events fast", not a look. Desktop now shows real inline links
   in the pill; the hamburger + fullscreen overlay becomes a tablet/mobile-only pattern. */
.nav-inline { display: none; list-style: none; margin: 0; padding: 0; gap: 1.85rem; align-items: center; }
.nav-inline a { color: var(--navy-dark); text-decoration: none; font-family: var(--display); font-size: .92rem; font-weight: 500; padding: .35rem 0; border-bottom: 2px solid transparent; }
.nav-inline li.active a, .nav-inline a:hover { border-bottom-color: var(--gold); }
.nav-toggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: var(--navy); border-radius: 50%; border: 0; color: #fff; font-size: 1.4rem; cursor: pointer; flex: 0 0 auto; }
.main-nav { position: fixed; inset: 0; background: var(--navy-dark); display: none; align-items: center; justify-content: center; z-index: 200; overscroll-behavior: contain; }
.nav-close { position: absolute; top: 1.5rem; right: 1.5rem; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.12); color: #fff; font-size: 1.2rem; cursor: pointer; }
.main-nav.open { display: flex; }
.main-nav ul { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; margin: 0; padding: 0; }
.main-nav a { color: #fff; text-decoration: none; font-size: 1.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-family: var(--display); }
.main-nav li.active a, .main-nav a:hover { color: var(--gold); }
@media (min-width: 960px) {
  .nav-inline { display: flex; }
  .nav-toggle { display: none; }
}

/* Hero / generic page header — diagonal navy gradient like Bluewater’s blue hero */
.page-hero { background: linear-gradient(135deg, var(--navy-soft) 0%, var(--navy-dark) 100%); color: #fff; padding: 4.5rem 1.5rem 4rem; text-align: center; }
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.1rem); }
.page-hero p { color: #d8dee8; max-width: 640px; margin: 0 auto; font-size: 1.1rem; font-family: var(--body); }
/* ponytail: homepage-only full-bleed photographic hero (replaces the gradient box) — real
   photography carrying the "hero moment" instead of a flat navy panel, asymmetric
   left-aligned composition rather than dead-centre, matching how MOA/Chadstone/Siam
   Paragon all lead with photo/video, not a solid brand-colour panel. */
.home-hero { position: relative; min-height: 74dvh; display: flex; align-items: flex-end; background-size: cover; background-position: center; }
.home-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,16,28,.88) 0%, rgba(6,16,28,.45) 55%, rgba(6,16,28,.1) 100%); }
/* ponytail: one restrained load animation, on one element, once — not a scroll-triggered
   reveal (those stay hidden if JS never fires); a plain @keyframes animation instead, so
   the content is fully visible by default and only enhanced when the animation runs. */
@keyframes heroRise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.home-hero .hero-inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; padding: 3rem 1.5rem 3.5rem; width: 100%; animation: heroRise .8s cubic-bezier(.25,1,.5,1) both; }
@media (prefers-reduced-motion: reduce) { .home-hero .hero-inner { animation: none; } }
/* ponytail: "bolder" pass — give the hero one unmistakable focal point instead of making
   everything louder. Hero H1 gets real dominant scale (within the 6rem shout ceiling);
   the icon-tile-grid right below it gets a calmer shadow (see .icon-tile) so it supports
   the hero instead of competing with it for attention. */
.home-hero h1 { color: #fff; max-width: 780px; text-align: left; font-size: clamp(2.6rem, 6vw, 4.6rem); letter-spacing: -0.02em; }
.home-hero .hero-lede { color: #dce3ec; max-width: 520px; font-size: 1.15rem; text-align: left; font-family: var(--body); margin: 0 0 1.75rem; }
.home-hero .hero-cta-row { justify-content: flex-start; }
@media (max-width: 700px) {
  .home-hero { min-height: 62dvh; }
  .home-hero .hero-inner { padding: 2rem 1.25rem 2.25rem; }
}

section.container, .container { max-width: var(--max); margin: 0 auto; padding: 4rem 1.5rem; }
.narrow { max-width: 800px; }

/* Photo tiles (Shop / Eat / Events / Plan my visit) */
.icon-tile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; margin: 2rem 0; }
.icon-tile { display: flex; align-items: flex-end; justify-content: flex-start; aspect-ratio: 1.15; background-size: cover; background-position: center; color: #fff; border: none; border-radius: 14px; text-decoration: none; font-family: var(--display); font-size: 1.35rem; font-weight: 500; padding: 1.5rem; transition: box-shadow .25s cubic-bezier(.25,1,.5,1), transform .25s cubic-bezier(.25,1,.5,1); box-shadow: 0 4px 12px rgba(11,37,69,.1); }
.icon-tile:hover { box-shadow: 0 10px 22px rgba(11,37,69,.22); transform: translateY(-3px); }
@media (prefers-reduced-motion: reduce) { .icon-tile, .card, .news-tile, .spotlight-card, .tile, .visual-link, .btn, .social-card { transition: none !important; } }
/* ponytail: shared press feedback for every hover-lift surface — hover alone (mouse-only)
   left touch/keyboard activation feeling inert; this is the one rule instead of repeating
   translateY(0) on each component’s :active selector individually. */
.icon-tile:active, .card:active, .news-tile:active, .spotlight-card:active, .tile:active, .visual-link:active, .social-card:active, .contact-route-card:active { transform: scale(.98); }

/* Marquee — auto-scrolling row used for brand strip and category tiles, pauses on hover */
.marquee-wrap { overflow: hidden; margin: 1.5rem 0; -webkit-mask-image: linear-gradient(90deg, transparent, #fff 4%, #fff 96%, transparent); mask-image: linear-gradient(90deg, transparent, #fff 4%, #fff 96%, transparent); }
.marquee-track { display: flex; gap: 1.25rem; width: max-content; animation: marquee 32s linear infinite; }
.marquee-wrap:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } .marquee-wrap { overflow-x: auto; } }

/* Visual "see all shops / new to Trinity" link row — text-led, no circular icon badge */
.visual-link-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin: 1.5rem 0 0; }
.visual-link { display: flex; align-items: center; gap: 1.25rem; border-radius: 14px; padding: 1.5rem 1.75rem; text-decoration: none; transition: transform .2s cubic-bezier(.25,1,.5,1), box-shadow .2s cubic-bezier(.25,1,.5,1); }
.visual-link:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(11,37,69,.15); }
.visual-link.navy { background: var(--navy-dark); color: #fff; }
.visual-link.navy .visual-link-sub { color: #b9c9d9; }
.visual-link.navy h3 { color: #fff; }
.visual-link.navy h3::after { content: ' \2192'; }
.visual-link.gold { background: var(--off-white); border: 1px solid var(--border); color: var(--navy-dark); }
.visual-link.gold .visual-link-sub { color: #555; }
.visual-link .visual-link-logos { display: flex; flex: 0 0 auto; }
.visual-link .visual-link-logos img { width: 42px; height: 42px; object-fit: contain; background: #fff; border-radius: 8px; padding: 5px; border: 1px solid var(--border); margin-left: -8px; }
.visual-link .visual-link-logos img:first-child { margin-left: 0; }
.visual-link h3 { margin: 0 0 .15rem; font-size: 1.05rem; }
.visual-link .visual-link-sub { margin: 0; font-size: .85rem; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; justify-content: center; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2rem; margin-top: 1.5rem; justify-content: center; }
/* ponytail: news/event tiles were a bordered, shadowed "SaaS card" — identical boxes
   regardless of content. Editorial treatment instead: image + plain text below, no card
   chrome, hover reveals the same warmth photography would in print (gentle image zoom +
   title colour shift), not a floating shadow. */
.news-tile { display: block; text-decoration: none; color: inherit; }
.news-tile img { width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block; margin: 0 0 1rem; border-radius: 12px; }
.news-tile h3 { margin: 0 0 .35rem; font-size: 1.05rem; color: var(--navy-dark); text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: text-decoration-color .15s ease, color .15s ease; }
.news-tile p { margin: 0; color: var(--grey); font-size: .92rem; }
/* ponytail: was six one-off inline style="" repeats of the same caption look across the
   homepage and contact/business forms — one real utility class instead. */
.fine-print { font-size: .85rem; color: var(--grey); }
.news-tile:hover h3 { color: var(--gold-dark); text-decoration-color: var(--gold-dark); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: .75rem; margin: 1.25rem 0 2rem; }
.gallery-grid a { display: block; border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s ease; }
.gallery-grid a:hover img { transform: scale(1.05); }
.lightbox { position: fixed; inset: 0; background: rgba(11,37,69,.92); display: none; align-items: center; justify-content: center; z-index: 300; padding: 3rem 1.5rem; overscroll-behavior: contain; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 8px; box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.lightbox-close { position: absolute; top: 1.5rem; right: 1.5rem; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,.15); color: #fff; font-size: 1.2rem; cursor: pointer; }
.lightbox-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 0; background: rgba(255,255,255,.15); color: #fff; font-size: 1.4rem; cursor: pointer; z-index: 1; }
.lightbox-arrow:hover { background: rgba(255,255,255,.3); }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }
@media (max-width: 700px) { .lightbox-arrow { width: 44px; height: 44px; font-size: 1.1rem; } .lightbox-prev { left: .5rem; } .lightbox-next { right: .5rem; } }

/* Accessibility toolbar */
.a11y-widget { position: fixed; left: max(1.25rem, env(safe-area-inset-left)); bottom: max(1.25rem, env(safe-area-inset-bottom)); z-index: 250; }
.a11y-toggle { width: 48px; height: 48px; border-radius: 50%; border: 2px solid #fff; background: var(--navy); color: #fff; font-size: .95rem; font-weight: 700; cursor: pointer; box-shadow: 0 6px 18px rgba(11,37,69,.3); }
.a11y-panel { display: none; position: absolute; bottom: 58px; left: 0; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 1rem; width: 240px; box-shadow: 0 14px 30px rgba(11,37,69,.15); overscroll-behavior: contain; }
.a11y-panel.open { display: block; }
.a11y-panel h4 { margin: 0 0 .75rem; font-size: .95rem; }
.a11y-row { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-bottom: .6rem; }
/* ponytail: was 36x32px — under the 44x44 touch-target minimum, on the one panel most
   likely to be used by someone who benefits from a generous tap target. */
.a11y-row button { width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--border); background: var(--off-white); cursor: pointer; font-weight: 700; flex: 0 0 auto; }
.a11y-btn { display: block; width: 100%; text-align: left; padding: .5rem .6rem; margin-bottom: .4rem; border-radius: 8px; border: 1px solid var(--border); background: var(--off-white); cursor: pointer; font-size: .88rem; }
.a11y-more { margin: .5rem 0 0; font-size: .8rem; }
html.a11y-contrast body { background: #000; color: #fff; }
html.a11y-contrast a { color: #ffd23f; }
html.a11y-contrast .card, html.a11y-contrast .tile.light, html.a11y-contrast .news-tile { background: #111; border-color: #444; }
html.a11y-grayscale { filter: grayscale(1); }
html.a11y-underline a { text-decoration: underline !important; }
@media (max-width: 700px) {
  .a11y-widget { left: max(.75rem, env(safe-area-inset-left)); bottom: max(.75rem, env(safe-area-inset-bottom)); }
  /* ponytail: the fixed a11y toggle was overlapping the last line of body text on short
     pages (e.g. shop detail pages with little copy) -- content ran right into its corner
     since fixed elements don't reserve layout space. Reserve clearance under #main-content
     on mobile so the toggle always sits over empty margin, never live text. */
  #main-content { padding-bottom: calc(48px + max(1.25rem, env(safe-area-inset-bottom)) + 1rem); }
}
.card { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; transition: box-shadow .15s ease, transform .15s ease; }
.card:hover { box-shadow: 0 14px 30px rgba(11,37,69,.1); transform: translateY(-3px); }
.card > *:not(img) { padding-left: 1.5rem; padding-right: 1.5rem; overflow-wrap: anywhere; }
.card h3 { margin: 1rem 0 .4rem; }
.ticket-price { font-weight: 600; color: var(--navy-dark); font-variant-numeric: tabular-nums; margin: 0 0 .5rem; }
.card p:last-child, .card a { margin-bottom: 1.25rem; display: inline-block; }

/* Brand strip — enlarged logo chips, auto-scrolling marquee. One consistent white/bordered
   chip style (the old navy-filled default was dead CSS — every real usage already opted
   into the lighter ".light" variant, so that’s promoted to the base style here). */
.brand-strip-wrap { margin: 1.5rem 0 0; }
.brand-strip { padding: .5rem .25rem 1rem; }
.brand-strip a { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 190px; height: 96px; background: #fff; border: 1px solid var(--border); border-radius: 14px; transition: border-color .15s ease, box-shadow .15s ease; }
.brand-strip a:hover, .brand-strip a.light:hover { border-color: var(--navy-dark); box-shadow: 0 8px 20px rgba(11,37,69,.1); }
.brand-strip img { max-width: 78%; max-height: 58%; width: auto; height: auto; object-fit: contain; }

/* Section tab links — plain underline-on-hover text, not decorative pill buttons */
.tab-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin: 2rem 0 0; font-family: var(--display); }
.tab-links a { text-decoration: none; color: var(--grey); font-size: .95rem; font-weight: 500; padding-bottom: .3rem; border-bottom: 2px solid transparent; }
.tab-links a.active, .tab-links a:hover { color: var(--navy-dark); border-bottom-color: var(--gold); }

/* Spotlight grid — one larger featured story beside two smaller ones, replacing three
   identical cards with an actual editorial hierarchy (the biggest story genuinely reads
   as the biggest story). Collapses to a single column on narrow screens. */
.spotlight-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.spotlight-grid .spotlight-side { display: flex; flex-direction: column; gap: 1.5rem; }
.spotlight-card { position: relative; border-radius: 16px; overflow: hidden; text-decoration: none; display: block; color: #fff; min-height: 320px; background-size: cover; background-position: center; }
.spotlight-side .spotlight-card { min-height: 152px; }
.spotlight-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,16,28,.88) 0%, rgba(6,16,28,.25) 60%, rgba(6,16,28,0) 100%); }
.spotlight-card-body { position: relative; z-index: 1; padding: 1.5rem; align-self: flex-end; margin-top: auto; }
.spotlight-card { display: flex; flex-direction: column; justify-content: flex-end; }
.spotlight-card .meta-line { color: #cfe3ee; margin-bottom: .25rem; }
.spotlight-card h3 { color: #fff; margin: 0 0 .35rem; font-size: 1.35rem; }
.spotlight-side .spotlight-card h3 { font-size: 1.1rem; }
.spotlight-card p { color: #dce3ec; margin: 0; font-size: .95rem; }
@media (max-width: 800px) { .spotlight-grid { grid-template-columns: 1fr; } .spotlight-card { min-height: 220px; } }

/* Full-width callout band, e.g. parking/plan-your-visit highlight */
/* ponytail: "bolder" — commit to gold at real surface weight for the one section that
   should be a genuine moment (the parking CTA), instead of gold only ever appearing as
   a tiny button. Still just the two existing brand colors, no new ones. Serif heading
   here (not the system Jost sans) so it reads as a statement, not another h2 in the list. */
.callout-band { background: radial-gradient(120% 140% at 15% 0%, var(--gold) 0%, var(--gold) 55%, var(--gold-dark) 130%); padding: 4.5rem 1.5rem; text-align: center; }
.callout-band .container { padding-top: 0; padding-bottom: 0; }
.callout-band h2 { color: var(--navy-dark); font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 500; }
.callout-band p { color: var(--navy-dark); }

/* Social band — two side-by-side platform links, plain inline icon (no circular disc) */
.social-band { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2rem 1.5rem; }
.social-card { border-radius: 14px; padding: 2rem 2rem 2.25rem; display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; text-decoration: none; transition: transform .2s cubic-bezier(.25,1,.5,1), box-shadow .2s cubic-bezier(.25,1,.5,1); }
.social-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(11,37,69,.2); }
.social-card.facebook { background: #1877F2; }
.social-card.instagram { background: linear-gradient(135deg, #4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75); }
.social-card .social-icon { font-size: 1.6rem; line-height: 1; color: #fff; margin-bottom: .35rem; }
.social-card h3 { color: #fff; margin: 0; text-align: left; }
.social-card p { color: rgba(255,255,255,.9); margin: 0; font-size: .92rem; }
.social-card .social-cta { color: #fff; font-weight: 600; font-size: .85rem; margin-top: .25rem; }
@media (max-width: 700px) { .social-band { grid-template-columns: 1fr; } }

/* ponytail: tiles were a solid-navy colour-block repeated for every shop/category link —
   the single most "generic mall template" pattern on the site. One consistent
   white/bordered directory style now (".light" becomes a harmless alias below, so none of
   the generator markup that toggles it needs to change), border goes navy-dark on hover
   rather than a colour swap, matching the rest of the site’s border-based hover language. */
.tile-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.tile { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 120px; border-radius: 12px; padding: 1.25rem; text-align: center; background: #fff; border: 1px solid var(--border); transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.tile-grid.marquee-track { display: flex; gap: 1.25rem; margin-top: 0; }
.category-strip a.tile { flex: 0 0 auto; width: 200px; }
.tile:hover, .tile.light:hover { border-color: var(--navy-dark); box-shadow: 0 10px 24px rgba(11,37,69,.1); transform: translateY(-2px); }
.tile img { max-height: 70px; max-width: 100%; width: auto; height: auto; margin: 0 auto 0.5rem; object-fit: contain; }
.tile h3, .tile.light h3 { color: var(--navy-dark); margin: 0; font-size: 1rem; overflow-wrap: anywhere; }
.tile p, .tile.light p { color: #555; }

table.hours { border-collapse: collapse; width: 100%; max-width: 480px; table-layout: fixed; margin: 0 auto; }
table.hours td { padding: .4rem .8rem .4rem 0; border-bottom: 1px solid var(--border); font-size: .92rem; overflow-wrap: anywhere; }
table.hours td:first-child { width: 58%; }
table.hours td:last-child { width: 42%; text-align: right; font-weight: 600; white-space: nowrap; font-variant-numeric: tabular-nums; }

.info-block { background: var(--off-white); border-left: 4px solid var(--gold); padding: 1.25rem 1.5rem; margin: 1.5rem 0; border-radius: 4px; }

/* Real photography */
.hero-photo { display: block; width: 100%; max-width: 1000px; max-height: 440px; aspect-ratio: 1000/440; object-fit: cover; border-radius: 18px; margin: 1.75rem auto; }
.diagram-img { display: block; width: 100%; max-width: 1000px; height: auto; object-fit: contain; border-radius: 12px; border: 1px solid var(--border); margin: 1.75rem auto; }
/* ponytail: interactive embed, same bordered/rounded treatment as .diagram-img so it
   reads as one more piece of real content rather than a bolted-on widget. aspect-ratio
   instead of a fixed height keeps it responsive without a JS resize handler. */
.map-embed { display: block; width: 100%; max-width: 480px; aspect-ratio: 4/3; border-radius: 12px; border: 1px solid var(--border); margin: 1.75rem auto; }
.photo-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin: 1.5rem 0; }
.photo-row img { width: 100%; height: 220px; object-fit: cover; border-radius: 14px; }
.card img, .news-hero img { width: 100%; height: 160px; object-fit: cover; margin-bottom: .75rem; }
.card .shop-logo-wrap img { width: auto; height: auto; max-height: 100%; max-width: 100%; object-fit: contain; margin-bottom: 0; }
.card .shop-logo-wrap { margin: 1.5rem auto 0; max-width: none; width: 120px; height: 120px; padding: 1rem; }
.card { position: relative; }
.shop-logo-wrap { background: var(--navy); border-radius: 14px; padding: 1.75rem; display: flex; align-items: center; justify-content: center; margin: 0 0 1.5rem; max-width: 320px; }
.shop-logo-wrap.light { background: #fff; border: 1px solid var(--border); }
.shop-logo { max-height: 90px; max-width: 220px; object-fit: contain; }
.news-hero { width: 100%; max-height: 380px; aspect-ratio: 800/380; object-fit: cover; border-radius: 16px; margin: 0 0 1.5rem; }

/* ponytail: pill-shaped uppercase-tracked buttons everywhere was the single biggest
   generic-template tell flagged for this redesign. Soft-rectangle now (same radius family
   as cards/tiles), sentence case, no letter-spacing — reads as considered rather than a
   default component library. */
.btn { display: inline-block; background: var(--navy-dark); color: #fff; padding: .8rem 1.65rem; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: .95rem; font-family: var(--display); transition: background .15s ease, transform .15s ease; }
.btn:hover { background: #002e3f; transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn.gold { background: var(--gold); color: var(--navy-dark); }
.btn.gold:hover { background: var(--gold-dark); color: #fff; }
.btn.outline { background: transparent; border: 1px solid rgba(255,255,255,.7); color: #fff; }
.btn.outline:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.hero-cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.75rem; }

/* Contact routing — plain text blocks, no circular icon badge */
.contact-route-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin: 1.5rem 0 2.5rem; }
.contact-route-card { display: block; padding: 1.75rem; border: 1px solid var(--border); border-radius: 14px; text-decoration: none; color: var(--navy-dark); transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.contact-route-card:hover { border-color: var(--navy-dark); box-shadow: 0 14px 30px rgba(11,37,69,.1); transform: translateY(-3px); }
.contact-route-card h3 { margin: 0 0 .35rem; }
.contact-route-card h3::after { content: ' \2192'; color: var(--gold-dark); }
.contact-route-card p { margin: 0; color: #555; font-size: .92rem; }
.contact-tabs { margin: 1.5rem 0 2.5rem; }
.contact-tabs input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.contact-tab-labels { display: flex; flex-wrap: wrap; gap: .6rem; border-bottom: 1px solid var(--border); padding-bottom: 1rem; }
.contact-tab-labels label { cursor: pointer; padding: .6rem 1.2rem; border-radius: 999px; background: var(--off-white); border: 1px solid var(--border); font-weight: 600; font-size: .9rem; }
#tab-general:checked ~ .contact-tab-labels label[for="tab-general"],
#tab-commercial:checked ~ .contact-tab-labels label[for="tab-commercial"],
#tab-parking:checked ~ .contact-tab-labels label[for="tab-parking"],
#tab-security:checked ~ .contact-tab-labels label[for="tab-security"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.contact-tab-panels { padding-top: 1.5rem; }
.contact-tab-panels .panel { display: none; }
#tab-general:checked ~ .contact-tab-panels .panel-general,
#tab-commercial:checked ~ .contact-tab-panels .panel-commercial,
#tab-parking:checked ~ .contact-tab-panels .panel-parking,
#tab-security:checked ~ .contact-tab-panels .panel-security { display: block; }

form.contact-form { display: grid; gap: 1rem; max-width: 520px; margin: 1.5rem auto 0; }
/* ponytail: visible <label> per field (not placeholder-only) — placeholders disappear on
   input and aren’t a substitute for a real label at any point in the interaction. */
form.contact-form label { display: block; font-size: .85rem; font-weight: 600; color: var(--navy-dark); text-align: left; }
form.contact-form label > .honeypot { display: none; }
form.contact-form input, form.contact-form textarea, form.contact-form select { display: block; width: 100%; margin-top: .35rem; padding: .75rem; border: 1px solid var(--border); border-radius: 4px; font-family: inherit; font-size: 1rem; background: #fff; color: var(--ink); }
form.contact-form select:invalid { color: #777; }
form.contact-form textarea { min-height: 130px; }
.form-status { padding: .75rem 1rem; border-radius: 4px; margin-bottom: 1rem; }
.form-status.success { background: #e4f4e6; color: #1a5c26; }
.form-status.error { background: #fbe4e4; color: #7a1f1f; }
.honeypot { position: absolute; left: -9999px; }

dl.faq dt { font-weight: 600; margin-top: 1.25rem; color: var(--navy-dark); }
dl.faq dd { margin: .25rem 0 0; color: var(--grey); }

/* Footer — near-black, 5-column, Bluewater-style */
.site-footer { background: #0e1522; color: #cfd5e0; margin-top: 4rem; }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 3.5rem 1.5rem 2.5rem; display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 2rem; }
.footer-brand img { height: 30px; margin-bottom: 1.25rem; }
.footer-brand a { color: #cfd5e0; text-decoration: none; }
.footer-contact-row { display: flex; align-items: center; gap: .5rem; font-size: .88rem; margin-bottom: .6rem; }
.social-links { margin-top: 1rem; }
.social-links a { color: #cfd5e0; margin-right: 1rem; font-size: .85rem; }
.footer-col h4 { color: #fff; font-family: var(--body); font-weight: 600; font-size: .9rem; text-transform: none; letter-spacing: 0; margin: 0 0 1rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: .65rem; }
.footer-col a { color: #cfd5e0; text-decoration: none; font-size: .9rem; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid #232d3d; max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .75rem; padding: 1.5rem 1.5rem; font-size: .8rem; color: #8a93a6; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: #8a93a6; text-decoration: none; }
.footer-legal a:hover { color: var(--gold); }
.footer-member { text-align: center; padding: 1rem 1.5rem 1.5rem; }
.footer-member img { display: inline-block; max-width: 260px; width: 100%; height: auto; margin: 0; }

@media (max-width: 860px) {
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .nav-pill { border-radius: 20px; }
  .main-nav a { font-size: 1.15rem; }
  h2 { font-size: 1.5rem; margin: 2.25rem 0 .6rem; }
  .page-hero { padding: 3rem 1.25rem 2.5rem; }
  .page-hero p { font-size: 1rem; }
  section.container, .container { padding: 2.5rem 1.25rem; }
  .social-band { grid-template-columns: 1fr; margin: 1.5rem 1rem; }
  .social-card { padding: 1.75rem; }
  .callout-band { padding: 2.5rem 1.25rem; }
  .icon-tile-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: .85rem; }
  .icon-tile { font-size: 1.1rem; padding: 1rem; aspect-ratio: 1.6; }
  .brand-strip a { width: 150px; height: 78px; }
  .category-strip a.tile { width: 160px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
}
@media (max-width: 480px) {
  .shop-logo-wrap { padding: 1.1rem; }
  table.hours td { font-size: .82rem; padding: .35rem .5rem .35rem 0; }
  .btn, .btn.gold, .btn.outline { width: 100%; text-align: center; }
}
