@font-face {
      font-family: "ITC Legacy Sans";
      src: url("../fonts/itc-legacy-sans-bold.otf") format("opentype");
      font-style: normal;
      font-weight: 700;
      font-display: swap;
    }
    @font-face {
      font-family: "Source Sans 3";
      src: url("https://fonts.gstatic.com/s/sourcesans3/v19/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky461EN.ttf") format("truetype");
      font-style: normal;
      font-weight: 400;
      font-display: swap;
    }
    @font-face {
      font-family: "Source Sans 3";
      src: url("https://fonts.gstatic.com/s/sourcesans3/v19/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxf7FEN.ttf") format("truetype");
      font-style: normal;
      font-weight: 700;
      font-display: swap;
    }

    :root {
      --green: #9fcc3a;
      --blue: #00aeef;
      --charcoal: #1e2a32;
      --mist: #f2f4f5;
      --slate: #5a6b75;
      --white: #fff;
      --line: rgba(30, 42, 50, .14);
      --shadow: 0 24px 65px rgba(30, 42, 50, .14);
      --shell: 1240px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      overflow-x: hidden;
      color: var(--charcoal);
      background: var(--white);
      font-family: "Source Sans 3", "Source Sans Pro", "Noto Sans", "Segoe UI", sans-serif;
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
    }
    body.menu-open, body.modal-open { overflow: hidden; }
    img { display: block; max-width: 100%; }
    a { color: inherit; }
    button, input { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    .shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
    .brand-heading { font-family: "ITC Legacy Sans", "Arial Black", sans-serif; font-weight: 700; }
    .eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
    .eyebrow::before { width: 28px; height: 2px; background: var(--green); content: ""; }
    .button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 0; border-radius: 999px; color: var(--charcoal); background: var(--green); cursor: pointer; text-decoration: none; font-size: 13px; font-weight: 700; transition: transform .2s ease, filter .2s ease; }
    .button:hover, .button:focus-visible { filter: brightness(1.06); transform: translateY(-2px); }
    .button--blue { color: var(--white); background: var(--blue); }
    .button--outline { color: var(--charcoal); background: var(--white); box-shadow: inset 0 0 0 1px var(--line); }

    .site-header {
      position: relative;
      top: 0;
      z-index: 30;
      padding: 30px 0;
      color: var(--charcoal);
      background:
        radial-gradient(circle at 88% -80%, rgba(159,204,58,.12), transparent 42%),
        var(--charcoal);
      box-shadow: none;
    }
    .nav-wrap { display: flex; min-height: 76px; align-items: center; gap: 34px; }
    .brand { flex: 0 0 auto; }
    .brand img { width: 270px; }
    .main-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
    .main-nav > a, .nav-dropdown-toggle { display: flex; align-items: center; gap: 7px; padding: 12px 13px; border: 0; border-radius: 999px; color: inherit; background: transparent; text-decoration: none; cursor: pointer; font-size: 13px; font-weight: 700; }
    .main-nav > a:hover, .main-nav > a:focus-visible, .main-nav > a[aria-current="page"], .nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible, .nav-dropdown.is-open .nav-dropdown-toggle { background: var(--mist); }
    .nav-dropdown { position: relative; }
    .nav-dropdown-toggle svg { transition: transform .2s ease; }
    .nav-dropdown.is-open .nav-dropdown-toggle svg, .nav-dropdown:hover .nav-dropdown-toggle svg, .nav-dropdown:focus-within .nav-dropdown-toggle svg { transform: rotate(180deg); }
    .submenu { position: absolute; top: calc(100% + 15px); left: 50%; display: grid; width: 285px; padding: 11px; border: 1px solid var(--line); border-radius: 17px; color: var(--charcoal); background: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 9px); transition: opacity .2s ease, transform .2s ease, visibility .2s; visibility: hidden; }
    .submenu::before { position: absolute; top: -16px; right: 0; left: 0; height: 18px; content: ""; }
    .submenu a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 13px; border-radius: 10px; text-decoration: none; font-size: 13px; font-weight: 700; }
    .submenu a::after { color: var(--blue); content: "→"; }
    .submenu a:hover, .submenu a:focus-visible { background: var(--mist); }
    .nav-dropdown:hover .submenu, .nav-dropdown:focus-within .submenu, .nav-dropdown.is-open .submenu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); visibility: visible; }
    .nav-cta { display: inline-flex; min-height: 46px; align-items: center; gap: 9px; padding: 0 17px; border-radius: 100px; color: var(--charcoal); background: var(--green); text-decoration: none; font-size: 13px; font-weight: 700; }
    .menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; border: 0; border-radius: 50%; color: var(--white); background: var(--charcoal); cursor: pointer; }

    .page-top { padding: 46px 0 38px; background: var(--mist); }
    .breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; color: var(--slate); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
    .breadcrumbs a { text-decoration: none; }
    .breadcrumbs a:hover { color: var(--blue); }
    .title-row { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: end; }
    .region-tag { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
    .region-tag::before { width: 9px; height: 9px; border-radius: 50%; background: var(--green); content: ""; }
    h1 { max-width: 890px; margin: 0; font-family: "ITC Legacy Sans", "Arial Black", sans-serif; font-size: clamp(48px, 6.5vw, 86px); font-weight: 700; line-height: .94; letter-spacing: -.045em; }
    .title-actions { display: flex; gap: 9px; padding-bottom: 6px; }

    .gallery { padding: 24px 0 0; }
    .gallery-grid { display: grid; height: min(600px, 48vw); min-height: 440px; grid-template-columns: 1.55fr .75fr .75fr; grid-template-rows: 1fr 1fr; gap: 10px; overflow: hidden; border-radius: 22px; }
    .gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: var(--mist); cursor: pointer; }
    .gallery-item:first-child { grid-row: 1 / 3; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
    .gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); }
    .gallery-count { position: absolute; right: 16px; bottom: 16px; display: flex; min-height: 40px; align-items: center; gap: 8px; padding: 0 15px; border-radius: 999px; color: var(--charcoal); background: rgba(255,255,255,.94); box-shadow: 0 8px 25px rgba(30,42,50,.17); font-size: 11px; font-weight: 700; }

    .park-layout { display: grid; grid-template-columns: minmax(0, 1fr) 365px; gap: 80px; padding: 90px 0 110px; align-items: start; }
    .content-section { padding: 0 0 65px; }
    .content-section + .content-section { padding-top: 65px; border-top: 1px solid var(--line); }
    .content-section h2 { max-width: 760px; margin: 0 0 25px; font-family: "ITC Legacy Sans", "Arial Black", sans-serif; font-size: clamp(34px, 4vw, 54px); font-weight: 700; line-height: 1; letter-spacing: -.035em; }
    .lead { max-width: 760px; margin: 0; color: var(--slate); font-size: 19px; line-height: 1.65; }
    .lead + .lead { margin-top: 18px; }
    .highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; }
    .highlight { padding: 22px; border-radius: 15px; background: var(--mist); }
    .highlight strong { display: block; margin-bottom: 4px; color: var(--blue); font-family: "ITC Legacy Sans", "Arial Black", sans-serif; font-size: 23px; line-height: 1.1; }
    .highlight span { color: var(--slate); font-size: 12px; }

    .facilities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .facility { display: flex; min-height: 78px; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); font-size: 12px; font-weight: 700; }
    .facility-icon { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--charcoal); background: rgba(159,204,58,.22); font-size: 17px; }

    .location-card { display: grid; grid-template-columns: 1fr .8fr; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; }
    .location-copy { padding: 36px; }
    .location-copy h3 { margin: 0 0 12px; font-family: "ITC Legacy Sans", "Arial Black", sans-serif; font-size: 26px; line-height: 1.1; }
    .location-copy address { margin-bottom: 25px; color: var(--slate); font-style: normal; }
    .map-placeholder { position: relative; min-height: 310px; overflow: hidden; background-color: #e7edf0; background-image: linear-gradient(35deg, transparent 47%, rgba(255,255,255,.8) 48%, rgba(255,255,255,.8) 52%, transparent 53%), linear-gradient(-28deg, transparent 44%, rgba(255,255,255,.85) 45%, rgba(255,255,255,.85) 50%, transparent 51%); background-size: 120px 90px, 170px 120px; }
    .map-placeholder::before { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; border: 5px solid var(--white); border-radius: 50% 50% 50% 0; background: var(--blue); box-shadow: 0 10px 24px rgba(30,42,50,.25); content: ""; transform: translate(-50%, -65%) rotate(-45deg); }
    .map-placeholder::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 14px; border-radius: 50%; background: var(--white); content: ""; transform: translate(-50%, -95%); }

    .contact-card { position: sticky; top: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
    .contact-card-head { padding: 28px; color: var(--white); background: var(--blue); }
    .contact-card-head small { display: block; margin-bottom: 5px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
    .contact-card-head strong { display: block; font-family: "ITC Legacy Sans", "Arial Black", sans-serif; font-size: 27px; line-height: 1.05; }
    .contact-card-body { padding: 27px; }
    .contact-list { display: grid; gap: 0; margin: 0 0 23px; }
    .contact-row { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
    .contact-row:first-child { padding-top: 0; }
    .contact-row-icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--mist); }
    .contact-row small { display: block; margin-bottom: 2px; color: var(--slate); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
    .contact-row strong { display: block; overflow-wrap: anywhere; font-size: 13px; }
    .contact-card .button { width: 100%; }
    .contact-card .button + .button { margin-top: 9px; }
    .totalparks-embed { display: block; width: 100%; }
    .totalparks-embed:empty { display: none; }
    .totalparks-embed + .button { margin-top: 9px; }
    .trust-marks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
    .trust-marks img { width: 100%; height: 54px; object-fit: contain; }
    .trust-caption { margin: 10px 0 0; color: var(--slate); font-size: 9px; text-align: center; }

    .more-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .more-gallery button { height: 155px; overflow: hidden; padding: 0; border: 0; border-radius: 14px; cursor: pointer; }
    .more-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
    .more-gallery button:hover img, .more-gallery button:focus-visible img { transform: scale(1.04); }

    .footer { padding: 90px 0 30px; color: var(--slate); background: var(--mist); }
    .footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; }
    .footer-brand img { width: 185px; margin-bottom: 22px; }
    .footer-brand p { max-width: 350px; margin: 0; font-size: 13px; }
    .footer h3 { margin: 0 0 18px; color: var(--charcoal); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
    .footer nav { display: grid; gap: 11px; }
    .footer nav a { font-size: 13px; text-decoration: none; }
    .footer nav a:hover { color: var(--blue); }
    .footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 75px; padding-top: 25px; border-top: 1px solid var(--line); font-size: 11px; }

    .lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 70px; color: var(--white); background: rgba(30,42,50,.96); opacity: 0; pointer-events: none; transition: opacity .2s ease; visibility: hidden; }
    .lightbox.is-open { opacity: 1; pointer-events: auto; visibility: visible; }
    .lightbox img { max-width: min(1150px, 90vw); max-height: 78vh; border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
    .lightbox-close { position: absolute; top: 24px; right: 28px; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; font-size: 24px; }
    .lightbox-controls { display: flex; align-items: center; gap: 15px; margin-top: 18px; }
    .lightbox-controls button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }
    .lightbox-count { min-width: 65px; font-size: 12px; text-align: center; }

    @media (max-width: 1080px) {
      .main-nav > a, .nav-dropdown-toggle { padding-inline: 8px; }
      .nav-cta { display: none; }
      .park-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 45px; }
      .facilities { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 820px) {
      .shell { width: min(calc(100% - 32px), var(--shell)); }
      .site-header { padding: 10px 0; }
      .nav-wrap { min-height: 68px; }
      .brand img { width: 215px; }
      .menu-toggle { display: grid; place-items: center; }
      .main-nav { position: fixed; top: 0; right: 0; z-index: -1; display: flex; width: min(82vw, 390px); height: 100vh; flex-direction: column; align-items: stretch; justify-content: center; gap: 5px; padding: 100px 35px 40px; color: var(--white); background: var(--charcoal); box-shadow: -20px 0 50px rgba(0,0,0,.2); transform: translateX(110%); transition: transform .3s ease; }
      .main-nav.is-open { transform: translateX(0); }
      .main-nav > a { padding: 15px; font-size: 18px; }
      .main-nav > a:hover, .main-nav > a:focus-visible, .main-nav > a[aria-current="page"], .nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible, .nav-dropdown.is-open .nav-dropdown-toggle { background: rgba(255,255,255,.08); }
      .nav-dropdown { width: 100%; }
      .nav-dropdown-toggle { width: 100%; justify-content: space-between; padding: 15px; font-size: 18px; text-align: left; }
      .nav-dropdown .submenu { position: static; width: 100%; max-height: 0; padding: 0 8px; border: 0; border-radius: 12px; color: var(--white); background: rgba(255,255,255,.07); box-shadow: none; opacity: 1; overflow: hidden; pointer-events: none; transform: none; transition: max-height .3s ease, padding .3s ease, margin .3s ease; visibility: visible; }
      .nav-dropdown .submenu::before { display: none; }
      .nav-dropdown.is-open .submenu { max-height: 330px; margin: 4px 0 9px; padding: 8px; pointer-events: auto; transform: none; }
      .submenu a { padding: 11px 12px; color: var(--white); font-size: 13px; }
      .submenu a::after { color: var(--green); }
      .submenu a:hover, .submenu a:focus-visible { background: rgba(255,255,255,.08); }
      .title-row { grid-template-columns: 1fr; gap: 28px; }
      .title-actions { padding: 0; }
      .gallery-grid { height: 560px; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1.2fr .8fr; }
      .gallery-item:first-child { grid-column: 1 / 3; grid-row: 1; }
      .gallery-item:nth-child(4) { display: none; }
      .park-layout { grid-template-columns: 1fr; padding-top: 70px; }
      .contact-card { position: static; grid-row: 1; }
      .contact-card-body { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
      .contact-list { margin: 0; }
      .contact-actions { align-self: center; }
      .trust-marks { grid-column: 1 / -1; }
      .trust-caption { grid-column: 1 / -1; }
      .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
      .footer-brand { grid-column: 1 / -1; }
    }

    @media (max-width: 560px) {
      .brand img { width: 185px; }
      .menu-toggle { width: 42px; height: 42px; }
      .page-top { padding-top: 35px; }
      h1 { font-size: 48px; }
      .title-row > * { min-width: 0; }
      h1 { overflow-wrap: anywhere; }
      .title-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
      .title-actions .button { min-width: 0; padding-inline: 14px; white-space: nowrap; }
      .gallery-grid { height: 420px; min-height: 0; border-radius: 15px; }
      .park-layout { gap: 55px; padding: 55px 0 80px; }
      .contact-card-body { display: block; }
      .contact-actions { margin-top: 22px; }
      .highlights { grid-template-columns: 1fr; }
      .facilities { grid-template-columns: 1fr; }
      .location-card { grid-template-columns: 1fr; }
      .map-placeholder { min-height: 240px; }
      .more-gallery { grid-template-columns: 1fr 1fr; }
      .more-gallery button { height: 125px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-brand { grid-column: 1 / -1; }
      .footer-bottom { display: block; }
      .footer-bottom span { display: block; margin-top: 8px; }
      .lightbox { padding: 55px 16px 25px; }
    }

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