:root{
    --cg-paper:#F3F6F4;--cg-surface:#FFFFFF;--cg-surface-2:#E6EFEC;--cg-surface-3:#FAFCFB;
    --cg-ink:#132320;--cg-ink-2:#4A5A56;--cg-ink-3:#6B7B76;--cg-line:#D9E4E0;--cg-line-2:#C1D1CC;
    --cg-brand:#004643;--cg-brand-hover:#003532;--cg-teal:#00504C;--cg-teal-soft:#E0EDEA;
    --cg-crimson:#9E1B1B;--cg-crimson-soft:#FAEBEB;--cg-crimson-line:#EBC9C9;
    --cg-gold:#A97A28;--cg-gold-soft:#F8F0DE;--cg-radius:12px;--cg-radius-lg:18px;
    --cg-shadow-1:0 1px 2px rgba(10,35,30,.05),0 10px 22px -14px rgba(10,35,30,.24);
    --cg-shadow-2:0 2px 6px rgba(10,35,30,.07),0 26px 46px -24px rgba(10,35,30,.34);
    --cg-display:'Bodoni Moda',Georgia,'Times New Roman',serif;--cg-body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body.cg-themed{margin:0;padding-top:0!important;background:var(--cg-paper)!important;color:var(--cg-ink)!important;font-family:var(--cg-body)!important;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:clip}
.cg-themed h1,.cg-themed h2,.cg-themed h3{font-family:var(--cg-display);letter-spacing:-.02em;line-height:1.12;text-wrap:balance}
.cg-themed :where(a,button,input,select,[tabindex]):focus-visible{outline:3px solid var(--cg-gold)!important;outline-offset:3px;border-radius:6px}
.cg-wrap{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}

/* Existing subpage headers, brought into the homepage system */
.cg-themed>header{position:relative!important;top:auto!important;z-index:90!important;width:100%;background:var(--cg-surface)!important;border-bottom:1px solid var(--cg-line);box-shadow:none!important}
.cg-themed>header>.container{width:100%;max-width:1200px;min-height:84px;margin-inline:auto;padding:.7rem clamp(1rem,4vw,2rem)!important}
.cg-themed>header img{width:150px!important;height:60px!important;object-fit:contain}
.cg-themed>header nav a{border-radius:0!important;background:transparent!important;color:var(--cg-ink-2)!important;font-size:.84rem!important;font-weight:600!important;white-space:nowrap}
.cg-themed>header nav a:hover,.cg-themed>header nav a.bg-red-600{color:var(--cg-teal)!important}
.cg-themed>header button{color:var(--cg-teal)!important}

.cg-netbar{overflow:hidden;background:var(--cg-brand);color:#fff}
.cg-netbar__inner{min-height:44px;display:flex;align-items:center;justify-content:center;gap:clamp(.7rem,2.4vw,2rem);overflow-x:auto}
.cg-netbar__label{opacity:.72;font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}
.cg-netbar a{color:#fff;font-size:.77rem;font-weight:700;text-decoration:none;white-space:nowrap}.cg-netbar a span{opacity:.7}
.cg-sponsorbar{background:#0B2725;color:#D8E5E2}.cg-sponsorbar a{min-height:42px;display:flex;align-items:center;gap:1rem;color:inherit;font-size:.74rem;text-decoration:none}
.cg-sponsorbar strong{color:#fff}.cg-sponsorbar__copy{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cg-sponsorbar__cta{margin-left:auto;padding:.35rem .75rem;border-radius:999px;background:#C91F54;color:#fff;font-size:.65rem;font-weight:800;text-transform:uppercase;white-space:nowrap}

.cg-page-hero{position:relative;isolation:isolate;min-height:430px;display:flex;align-items:center;overflow:hidden;color:#fff}
.cg-page-hero>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}
.cg-page-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(7,29,27,.93),rgba(7,29,27,.7) 58%,rgba(7,29,27,.42))}
.cg-page-hero__inner{padding-block:clamp(3.5rem,7vw,5.7rem)}
.cg-page-hero__kicker{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem;color:#F0D49E;font-size:.7rem;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.cg-page-hero__kicker::before{content:"";width:1.7rem;height:2px;background:var(--cg-crimson)}
.cg-themed .cg-page-hero h1{max-width:900px;margin:0;color:#fff!important;font-size:clamp(2.7rem,7vw,5.2rem);font-weight:700;text-shadow:0 3px 18px rgba(0,0,0,.38)}
.cg-themed .cg-page-hero h1 em{color:#E7C87A!important;font-style:italic}.cg-themed .cg-page-hero p{max-width:740px;margin:1rem 0 0;color:#F1F5F4!important;font-size:clamp(1rem,2vw,1.15rem)}
.cg-page-hero__links{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.5rem}.cg-page-hero__links a{padding:.55rem .85rem;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(7,29,27,.5);color:#fff;font-size:.78rem;font-weight:700;text-decoration:none;backdrop-filter:blur(5px)}
.cg-page-hero__links a:hover{background:#fff;color:var(--cg-teal)}

.cg-themed main{max-width:1200px!important;margin-inline:auto!important;padding-top:clamp(2.5rem,5vw,4rem)!important;padding-bottom:clamp(3rem,6vw,5rem)!important}
.cg-themed.cg-directory main>.text-center:first-child>h1,.cg-themed.cg-directory main>.text-center:first-child>p:first-of-type,.cg-themed.cg-landing main>.text-center:first-child>h1,.cg-themed.cg-landing main>.text-center:first-child>p:first-of-type{display:none}
.cg-themed.cg-directory main>.text-center:first-child,.cg-themed.cg-landing main>.text-center:first-child{margin-top:0!important;margin-bottom:2rem!important}
.cg-themed main>.hero-section{display:none!important}
.cg-themed main h1{color:var(--cg-teal)!important}.cg-themed main h2{color:var(--cg-teal)!important}
.cg-themed main h2 i,.cg-themed main h3 i{color:var(--cg-crimson)!important}
.cg-themed main p,.cg-themed main li{color:var(--cg-ink-2)}
.cg-themed input[type="text"],.cg-themed input[type="search"],.cg-themed select{border-color:var(--cg-line-2)!important;border-radius:999px!important;background:var(--cg-surface)!important;box-shadow:var(--cg-shadow-1)}
.cg-themed input:focus,.cg-themed select:focus{border-color:var(--cg-brand)!important;box-shadow:0 0 0 3px rgba(0,70,67,.14)!important}
.cg-themed button[id$="-search-button"]{right:.25rem!important;top:.25rem!important;bottom:.25rem!important;width:2.25rem;padding:0!important;display:grid!important;place-items:center;border-radius:50%;background:var(--cg-brand)!important;color:#fff!important}

.cg-themed .category-card,.cg-themed .cafe-item,.cg-themed .bar-pub-item,.cg-themed .restaurant-item,.cg-themed .store-item,.cg-themed article.bg-white,.cg-themed article.bg-stone-50{
    min-width:0;border:1px solid var(--cg-line)!important;border-radius:var(--cg-radius)!important;background:var(--cg-surface)!important;box-shadow:var(--cg-shadow-1)!important;transition:transform .2s,border-color .2s,box-shadow .2s
}
.cg-themed .category-card:hover,.cg-themed .cafe-item:hover,.cg-themed .bar-pub-item:hover,.cg-themed .restaurant-item:hover,.cg-themed .store-item:hover{transform:translateY(-2px);border-color:var(--cg-line-2)!important;box-shadow:var(--cg-shadow-2)!important}
.cg-themed .cafe-item h3,.cg-themed .bar-pub-item h3,.cg-themed .restaurant-item h3,.cg-themed .store-item h3{color:var(--cg-teal)!important;font-family:var(--cg-display)}
.cg-themed .cafe-item a,.cg-themed .bar-pub-item a,.cg-themed .restaurant-item a,.cg-themed .store-item a{color:var(--cg-teal)!important;overflow-wrap:anywhere}
.cg-themed .az-link:not([aria-disabled="true"]){border:1px solid var(--cg-line)!important;background:var(--cg-surface)!important;color:var(--cg-teal)!important}.cg-themed .az-link:hover{background:var(--cg-brand)!important;color:#fff!important}
.cg-themed [class*="border-dashed"]{border-style:solid!important;border-color:var(--cg-crimson-line)!important;background:linear-gradient(135deg,var(--cg-crimson-soft),var(--cg-surface))!important;box-shadow:var(--cg-shadow-1)!important}
.cg-themed .bg-red-600,.cg-themed .bg-red-500,.cg-themed .bg-red-700{background-color:var(--cg-crimson)!important}.cg-themed .text-red-600,.cg-themed .text-red-700,.cg-themed .text-red-500{color:var(--cg-crimson)!important}
.cg-themed>header nav a.bg-red-600{background:transparent!important;color:var(--cg-teal)!important}
.cg-themed .content-section section{padding:clamp(1.4rem,3vw,2.2rem);border:1px solid var(--cg-line);border-radius:var(--cg-radius-lg);background:var(--cg-surface);box-shadow:var(--cg-shadow-1)}
.cg-themed .content-section section+section{margin-top:1.2rem}
.cg-themed .transport-card,.cg-themed .timeline-content,.cg-themed main>.content-section.bg-white{
    border:1px solid var(--cg-line)!important;border-radius:var(--cg-radius)!important;background:var(--cg-surface)!important;box-shadow:var(--cg-shadow-1)!important
}
.cg-themed .transport-card{transition:transform .2s,border-color .2s,box-shadow .2s}.cg-themed .transport-card:hover{transform:translateY(-2px);border-color:var(--cg-line-2)!important;box-shadow:var(--cg-shadow-2)!important}
.cg-themed .transport-icon,.cg-themed .timeline-icon{background:var(--cg-crimson-soft)!important;color:var(--cg-crimson)!important}
.cg-themed .timeline::after{background:var(--cg-crimson-line)!important}.cg-themed .timeline-content h3{color:var(--cg-teal)!important}
.cg-themed .faq-section>h2{border-color:var(--cg-crimson-line)!important;color:var(--cg-teal)!important}
.cg-themed .faq-section details{border:1px solid var(--cg-line);border-radius:var(--cg-radius);background:var(--cg-surface);box-shadow:var(--cg-shadow-1);overflow:hidden}
.cg-themed .faq-section summary{background:var(--cg-surface-3)!important;color:var(--cg-ink)!important}.cg-themed .faq-section summary:hover{background:var(--cg-teal-soft)!important}
.cg-themed .faq-section details>div{border-color:var(--cg-line)!important}
.cg-themed .stat-card,.cg-themed .package-card{
    border:1px solid var(--cg-line)!important;border-radius:var(--cg-radius)!important;background:var(--cg-surface)!important;box-shadow:var(--cg-shadow-1)!important
}
.cg-themed .package-card{position:relative;transition:transform .2s,border-color .2s,box-shadow .2s}.cg-themed .package-card:hover{transform:translateY(-3px);border-color:var(--cg-line-2)!important;box-shadow:var(--cg-shadow-2)!important}
.cg-themed .package-card.featured{border:2px solid var(--cg-crimson)!important}.cg-themed .package-badge{background:var(--cg-crimson)!important}
.cg-themed .check-item i{color:var(--cg-teal)!important}
.cg-themed main>.cg-dark-cta{background:#0D192A!important}
.cg-themed main>.cg-dark-cta h2{color:#fff!important}
.cg-themed main>.cg-dark-cta p,.cg-themed main>.cg-dark-cta a:not(.bg-red-600){color:#D6DEE8!important}
.cg-themed main>div.bg-white .max-w-4xl>div,.cg-themed main>div.bg-white .max-w-4xl>.inline-block{border-radius:var(--cg-radius)!important}
.cg-themed main>div.bg-white .bg-gray-50{border:1px solid var(--cg-line)!important;background:var(--cg-surface-3)!important;box-shadow:var(--cg-shadow-1)!important}

.cg-themed>footer{margin-top:0!important;padding:3rem 0 2rem!important;background:#081E1C!important;color:#C8D6D3!important}
.cg-themed>footer>.container{max-width:1200px!important}.cg-themed>footer h3,.cg-themed>footer h4{color:#fff!important;font-family:var(--cg-body)!important;font-size:.72rem!important;letter-spacing:.12em;text-transform:uppercase}
.cg-themed>footer a{color:#C8D6D3!important;text-decoration:none}.cg-themed>footer a:hover{color:#fff!important;text-decoration:underline}.cg-themed>footer p{color:#8FA29E!important}

@media(max-width:767px){
    .cg-themed>header>.container{min-height:72px}.cg-themed>header img{width:125px!important;height:50px!important}
    .cg-themed>header #mobile-menu{border-color:var(--cg-line)!important;background:var(--cg-surface)}
    .cg-netbar__label,.cg-sponsorbar__copy{display:none}.cg-netbar__inner{justify-content:flex-start}
    .cg-page-hero{min-height:420px}.cg-page-hero h1{font-size:2.65rem}.cg-page-hero__links a{font-size:.72rem}
    .cg-themed main{padding-inline:1rem!important}.cg-themed .content-section section{padding:1.2rem}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
