
        /* ===== LOCATION LANDING SYSTEM - one template, rotating content ===== */
        .loc-main { padding-top: var(--nav-height, 80px); }
        .loc-wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }

        .loc-crumb { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; color: #808080; padding: 1.6rem 0; }
        .loc-crumb a { color: #808080; text-decoration: none; transition: color 0.3s ease; }
        .loc-crumb a:hover { color: var(--brand-green); }
        .loc-crumb span { color: var(--brand-green); }
        .loc-crumb i { font-style: normal; opacity: 0.4; margin: 0 0.45rem; }

        /* ---------- HERO: copy left, image + stats right ---------- */
        .loc-hero { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; padding: 1rem 0 4.5rem; position: relative; overflow: hidden; }
        .loc-eyebrow { display: block; font-size: 0.68rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2.6px; color: var(--brand-green); margin-bottom: 1.2rem; }
        .loc-hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.5rem); font-weight: 900; line-height: 1.06; letter-spacing: -0.03em; color: #fff; margin: 0 0 1.4rem; transition: color 0.4s ease; }
        .loc-hero h1 em { font-style: normal; color: var(--brand-green); }
        .loc-lede { font-size: 1rem; line-height: 1.75; color: var(--text-muted, #999); margin: 0 0 2rem; max-width: 46ch; }

        .loc-pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr)); gap: 1.4rem 1rem; margin-bottom: 2.2rem; }
        .loc-pillar { display: flex; flex-direction: column; gap: 0.5rem; }
        .loc-pillar svg { width: 22px; height: 22px; stroke: var(--brand-green); fill: none; stroke-width: 1.6; }
        .loc-pillar b { font-size: 0.82rem; font-weight: 800; color: #fff; letter-spacing: 0.2px; transition: color 0.4s ease; }

        .loc-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
        .loc-btn-ghost { display: inline-block; padding: 1.05rem 2.1rem; border: 1px solid rgba(255,255,255,0.22); border-radius: 50px; color: #fff; text-decoration: none; font-weight: 800; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 1.4px; transition: all 0.35s ease; }
        .loc-btn-ghost:hover { border-color: var(--brand-green); color: var(--brand-green); transform: translateY(-3px); }

        .loc-hero-media { position: relative; }
        .loc-hero-media img { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; border: 1px solid rgba(255,255,255,0.07); }
        .loc-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr)); gap: 1px; background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.09); border-radius: 14px; overflow: hidden; margin: -3rem 1.5rem 0 auto; position: relative; width: calc(100% - 3rem); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
        .loc-stat { background: rgba(10,10,10,0.9); padding: 1.1rem 1.2rem; }
        .loc-stat b { display: block; font-size: 1.15rem; font-weight: 900; color: var(--brand-green); letter-spacing: -0.01em; line-height: 1.1; }
        .loc-stat span { display: block; font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.1px; color: var(--text-muted, #888); margin-top: 0.3rem; line-height: 1.3; }

        /* ---------- banded sections ---------- */
        .loc-band { padding: clamp(3.5rem, 7vw, 6rem) 0; border-top: 1px solid rgba(255,255,255,0.06); }
        .loc-band.alt { background: rgba(255,255,255,0.015); }
        .loc-band-head { text-align: center; max-width: 760px; margin: 0 auto 3rem; }
        .loc-band-head .loc-eyebrow { margin-bottom: 0.9rem; }
        .loc-band-head h2 { font-size: clamp(1.5rem, 3.2vw, 2.3rem); font-weight: 800; color: #fff; margin: 0 0 0.9rem; line-height: 1.2; letter-spacing: -0.02em; transition: color 0.4s ease; }
        .loc-band-head p { font-size: 1rem; line-height: 1.75; color: var(--text-muted, #999); margin: 0; }

        .loc-band-head.split { text-align: left; max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }
        .loc-band-head.split > div { max-width: 640px; }

        /* 6-up icon grid */
        .loc-6 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
        .loc-6 > a, .loc-6 > div { display: block; background: var(--bg-dark, #0a0a0a); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; text-decoration: none; color: inherit; transition: transform 0.4s var(--bouncy-curve, cubic-bezier(.34,1.56,.64,1)), border-color 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease; }
        .loc-6 > a:hover, .loc-6 > a:focus-visible { transform: translateY(-6px); border-color: rgba(166,207,67,0.5); background: rgba(166,207,67,0.05); box-shadow: 0 15px 30px rgba(0,0,0,0.35); }
        .loc-6 > div:hover { border-color: rgba(166,207,67,0.32); }
        .loc-6 svg { width: 30px; height: 30px; stroke: var(--brand-green); fill: none; stroke-width: 1.5; margin-bottom: 1.1rem; transition: transform 0.4s ease; }
        .loc-6 > a:hover svg { transform: scale(1.1); }
        .loc-6 h3 { font-size: 0.95rem; font-weight: 800; color: #fff; margin: 0 0 0.6rem; line-height: 1.3; transition: color 0.4s ease; }
        .loc-6 > a:hover h3 { color: var(--brand-green); }
        .loc-6 p { font-size: 0.85rem; line-height: 1.6; color: var(--text-muted, #888); margin: 0; }

        /* process rail */
        .loc-rail { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr)); gap: 1.5rem; text-align: center; }
        .loc-rail li { position: relative; }
        .loc-rail .num { width: 56px; height: 56px; margin: 0 auto 1.1rem; border: 1px solid rgba(166,207,67,0.45); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: 900; color: var(--brand-green); }
        .loc-rail h3 { font-size: 0.95rem; font-weight: 800; color: #fff; margin: 0 0 0.55rem; transition: color 0.4s ease; }
        .loc-rail p { font-size: 0.85rem; line-height: 1.6; color: var(--text-muted, #888); margin: 0; }

        /* project cards */
        .loc-projects { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(255px, 100%), 1fr)); gap: 1.4rem; }
        .loc-proj { display: flex; flex-direction: column; text-decoration: none; border-radius: 16px; overflow: hidden; background: var(--bg-card, #111); border: 1px solid rgba(255,255,255,0.06); transition: transform 0.4s ease, border-color 0.4s ease; }
        .loc-proj:hover { transform: translateY(-7px); border-color: rgba(166,207,67,0.45); }
        .loc-proj img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
        .loc-proj .lp-tag { font-size: 0.6rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.5px; color: var(--brand-green); padding: 1.2rem 1.3rem 0.5rem; }
        .loc-proj .lp-title { font-size: 1rem; font-weight: 800; color: #fff; padding: 0 1.3rem 0.5rem; line-height: 1.32; transition: color 0.4s ease; }
        .loc-proj .lp-loc { display: flex; align-items: center; gap: 6px; font-size: 0.76rem; color: var(--text-muted, #888); padding: 0 1.3rem 0.7rem; }
        .loc-proj .lp-loc svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.7; flex-shrink: 0; }
        .loc-proj .lp-desc { font-size: 0.86rem; line-height: 1.6; color: var(--text-muted, #888); padding: 0 1.3rem 1rem; margin: 0; }
        .loc-proj .lp-cta { font-size: 0.66rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1.4px; color: var(--brand-green); padding: 0 1.3rem 1.4rem; margin-top: auto; }

        /* venue cards */
        .loc-venues { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr)); gap: 1rem; }
        .loc-venue { border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 1.5rem 1.2rem; text-align: center; transition: border-color 0.35s ease; }
        .loc-venue:hover { border-color: rgba(166,207,67,0.4); }
        .loc-venue svg { width: 26px; height: 26px; stroke: var(--brand-green); fill: none; stroke-width: 1.5; margin-bottom: 0.9rem; }
        .loc-venue b { display: block; font-size: 0.88rem; font-weight: 800; color: #fff; line-height: 1.35; transition: color 0.4s ease; }
        .loc-venue span { display: block; font-size: 0.74rem; color: var(--text-muted, #888); margin-top: 0.3rem; }

        /* FAQ beside CTA */
        .loc-faq-row { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
        .loc-faq { border-bottom: 1px solid rgba(255,255,255,0.08); }
        .loc-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; font-size: 0.95rem; font-weight: 700; color: #fff; transition: color 0.3s ease; }
        .loc-faq summary::-webkit-details-marker { display: none; }
        .loc-faq summary::after { content: "+"; color: var(--brand-green); font-weight: 900; flex-shrink: 0; }
        .loc-faq[open] summary::after { content: "\2013"; }
        .loc-faq summary:hover { color: var(--brand-green); }
        .loc-faq p { margin: 0 0 1.2rem; font-size: 0.92rem; line-height: 1.7; color: var(--text-muted, #999); }

        .loc-cta { position: relative; overflow: hidden; border: 1px solid rgba(166,207,67,0.3); border-radius: 18px; padding: clamp(2rem, 4vw, 3rem); background: linear-gradient(150deg, rgba(166,207,67,0.10), rgba(10,10,10,0.4) 60%); }
        .loc-cta h2 { font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 900; text-transform: uppercase; color: #fff; margin: 0 0 1rem; line-height: 1.15; letter-spacing: -0.01em; }
        .loc-cta h2 em { font-style: normal; color: var(--brand-green); }
        .loc-cta p { font-size: 0.95rem; line-height: 1.7; color: var(--text-muted, #aaa); margin: 0 0 1.8rem; }
        .loc-cta-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }

        /* prose blocks (market context) */
        .loc-prose { max-width: 780px; }
        .loc-prose p { font-size: 1rem; line-height: 1.85; color: var(--text-main); margin: 0 0 1.2rem; transition: color 0.4s ease; }
        .loc-prose a { color: var(--brand-green); }
        .loc-chips { list-style: none; padding: 0; margin: 1.4rem 0 0; display: flex; flex-wrap: wrap; gap: 0.6rem; }
        .loc-chips li { font-size: 0.83rem; font-weight: 600; color: var(--text-main); border: 1px solid rgba(255,255,255,0.14); border-radius: 50px; padding: 0.42rem 1rem; transition: color 0.4s ease; }
        .loc-chips a { text-decoration: none; color: inherit; }
        .loc-note { font-size: 0.9rem; color: var(--text-muted, #888); max-width: 70ch; margin: 0 0 2rem; line-height: 1.7; }

        .loc-related { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)); gap: 2rem; }
        .loc-related h3 { font-size: 0.66rem; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; color: var(--brand-green); margin: 0 0 1rem; }
        .loc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.6rem; }
        .loc-list a { font-size: 0.92rem; color: var(--text-main); text-decoration: none; transition: color 0.3s ease; }
        .loc-list a:hover { color: var(--brand-green); }

        .loc-back { display: inline-block; margin: 2.5rem 0 4rem; color: var(--brand-green); font-weight: 900; text-transform: uppercase; font-size: 0.74rem; letter-spacing: 1.8px; text-decoration: underline; text-underline-offset: 5px; }

        body.light-theme .loc-hero h1, body.light-theme .loc-band-head h2, body.light-theme .loc-6 h3,
        body.light-theme .loc-rail h3, body.light-theme .loc-proj .lp-title, body.light-theme .loc-venue b,
        body.light-theme .loc-faq summary, body.light-theme .loc-cta h2, body.light-theme .loc-pillar b { color: #111827; }
        body.light-theme .loc-6 > a, body.light-theme .loc-6 > div, body.light-theme .loc-stat { background: #f9fafb; }
        body.light-theme .loc-band.alt { background: rgba(0,0,0,0.02); }
        body.light-theme .loc-crumb, body.light-theme .loc-crumb a { color: #4b5563; }
        body.light-theme .loc-btn-ghost { color: #111827; border-color: rgba(0,0,0,0.2); }

        @media (max-width: 1200px) {
            .loc-6 { grid-template-columns: repeat(3, 1fr); }
        }
        @media (max-width: 1000px) {
            .loc-6 { grid-template-columns: repeat(2, 1fr); }
            .loc-hero { grid-template-columns: 1fr; }
            .loc-hero-media { order: -1; }
            .loc-stats { width: 100%; margin: -2rem 0 0; }
            .loc-faq-row { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            .loc-list { gap: 0.15rem; }
            .loc-list a { display: block; padding: 0.5rem 0; }
        }
        @media (max-width: 600px) {
            .loc-6 { grid-template-columns: 1fr; }
            .loc-band-head.split { flex-direction: column; align-items: flex-start; }
        }
    
    /* Keyboard skip link: visually hidden until focused, then pinned top-left.
       Without it, every keyboard user tabs through the whole nav on every page. */
    .skip-link { position: absolute; left: -9999px; top: 0; z-index: 100001;
        background: var(--brand-green, #A6CF43); color: #000; font-weight: 900;
        padding: 12px 20px; border-radius: 0 0 8px 0; text-decoration: none;
        text-transform: uppercase; letter-spacing: 1px; font-size: 0.85rem; }
    .skip-link:focus { left: 0; outline: 3px solid #fff; outline-offset: -3px; }
