:root {
  --ink: #0057ff;
  --ink-2: #0046d1;
  --tint: #eef1fa;
  --paper: #ffffff;
  --paper-2: #fbfbfd;
  --muted: #60747b;
  --line: rgba(0, 87, 255, .16);
  --shadow: 0 24px 70px rgba(0, 87, 255, .13);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--ink); }
body::after { content: ""; position: absolute; inset: 0; z-index: 999; pointer-events: none; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .25s ease, background .25s ease; }
.site-header[data-scrolled] { background: rgba(255, 255, 255, .96); border-bottom-color: var(--line); }
.nav { min-height: 88px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 12px; text-decoration: none; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-name { font-family: "Fraunces", Georgia, serif; font-size: 1.42rem; font-weight: 700; letter-spacing: -.025em; }
.brand-kind { margin-top: 7px; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.nav-wrap { margin-left: auto; }
.nav-links, .language-links, .header-actions { display: flex; align-items: center; }
.nav-links { gap: 4px; }
.nav-links a { padding: 9px 13px; text-decoration: none; font-size: .92rem; font-weight: 600; border-radius: 999px; }
.nav-links > a:hover, .nav-links > a[aria-current="page"] { background: rgba(0, 87, 255, .08); }
.products-menu { position: relative; }
.products-menu summary { display: flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 999px; cursor: pointer; list-style: none; font-size: .92rem; font-weight: 600; }
.products-menu summary::-webkit-details-marker { display: none; }
.products-menu summary:hover, .products-menu[open] summary, .products-menu[data-current="true"] summary { background: rgba(0, 87, 255, .08); }
.products-menu summary svg { transition: transform .2s ease; }
.products-menu[open] summary svg { transform: rotate(180deg); }
.products-panel { position: absolute; top: calc(100% + 14px); left: 50%; z-index: 60; display: grid; width: 285px; padding: 10px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 22px 55px rgba(0, 87, 255,.18); transform: translateX(-50%); }
.products-panel::before { content: ""; position: absolute; top: -7px; left: 50%; width: 13px; height: 13px; background: var(--paper-2); border-top: 1px solid var(--line); border-left: 1px solid var(--line); transform: translateX(-50%) rotate(45deg); }
.products-panel a { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 10px 12px; border-radius: 12px; color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 600; }
.products-panel a::after { content: "→"; color: var(--ink); opacity: 0; transform: translateX(-5px); transition: opacity .2s, transform .2s; }
.products-panel a:hover, .products-panel a[aria-current="page"] { background: var(--tint); }
.products-panel a:hover::after, .products-panel a[aria-current="page"]::after { opacity: 1; transform: none; }
.header-actions { flex: 0 0 auto; gap: 10px; }
.language-links { gap: 2px; padding: 4px; background: rgba(255,255,255,.52); border: 1px solid var(--line); border-radius: 999px; }
.language-links a { display: grid; min-width: 34px; min-height: 32px; place-items: center; color: var(--muted); border-radius: 999px; text-decoration: none; font-size: .69rem; font-weight: 700; text-transform: uppercase; transition: color .2s, background .2s; }
.language-links a:hover { color: var(--ink); background: rgba(0, 87, 255, .07); }
.language-links a[aria-current="true"] { color: white; background: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; cursor: pointer; }
.menu-button .icon-close { display: none; }
.menu-button[aria-expanded="true"] .icon-open { display: none; }
.menu-button[aria-expanded="true"] .icon-close { display: block; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--ink); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
h1 { margin: 0; max-width: 860px; font-size: clamp(3rem, 6.9vw, 6.3rem); }
h2 { margin: 0 0 22px; font-size: clamp(2.2rem, 4.2vw, 4rem); scroll-margin-top: 110px; }
h3 { margin: 0 0 10px; font-size: 1.45rem; }
p { text-wrap: pretty; }
.lede { max-width: 680px; color: #385763; font-size: clamp(1.08rem, 2vw, 1.32rem); }

.hero { position: relative; min-height: 760px; padding: 88px 0 68px; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto auto; z-index: -2; width: min(52vw, 760px); height: 100%; background: var(--tint); border-radius: 0 0 0 180px; }
.hero::after { content: ""; position: absolute; top: 46px; right: -9vw; z-index: -1; width: min(40vw, 560px); aspect-ratio: 1; background: radial-gradient(circle at 50% 50%, #e3e9f8, #e3e9f8 62%, transparent 63%); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; }
.hero h1 em { color: var(--ink); font-style: normal; background: linear-gradient(to bottom, transparent 60%, var(--tint) 60%); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 21px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0, 87, 255, .14); }
.button svg { transition: transform .25s ease; }
.button:hover svg { transform: translateX(4px); }
.button-primary { color: white; background: var(--ink); }
.button-primary:hover { background: var(--ink-2); }
.button-soft { color: white; background: var(--ink); border-color: var(--ink); }
.button-soft:hover { background: var(--ink-2); border-color: var(--ink-2); }
.button[aria-disabled="true"] { cursor: not-allowed; opacity: .55; box-shadow: none; transform: none; }
.hero-card { position: relative; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.hero-card-sea { position: relative; height: 190px; background: linear-gradient(180deg, #14418f 0%, var(--ink) 100%); }
.hero-card-info { padding: 34px 42px 42px; }
.wave { position: absolute; inset: auto 0 -1px; height: 80px; background: url("data:image/svg+xml,%3Csvg width='240' height='80' viewBox='0 0 240 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 44C40 0 80 88 120 44S200 88 240 44L240 80 0 80Z' fill='%23ffffff'/%3E%3C/svg%3E") left bottom/240px 80px repeat-x; animation: wave-drift 9s linear infinite; }
@keyframes wave-drift { to { background-position-x: 240px; } }
.hero-card p { margin: 0; color: var(--muted); }
.status { display: flex; align-items: center; gap: 10px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .9rem; }
.status-dot { width: 9px; height: 9px; background: #2ea86a; border-radius: 50%; }

.quick-facts { position: relative; z-index: 4; margin-top: -16px; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper-2); border: 1px solid rgba(0, 87, 255,.1); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.fact { position: relative; min-height: 145px; padding: 28px 30px 28px 78px; transition: background .25s ease; }
.fact:hover { background: var(--tint); }
.fact + .fact { border-left: 1px solid var(--line); }
.fact-icon { position: absolute; top: 30px; left: 28px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: rgba(0, 87, 255, .08); border-radius: 12px; }
.fact-label { color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.fact strong { display: block; margin: 8px 0 3px; font-family: "Fraunces", serif; font-size: 1.35rem; }
.fact p { margin: 0; color: var(--muted); font-size: .9rem; }

.section { padding: 120px 0; }
.section-tight { padding: 80px 0; }
.page-hero + .section { padding-top: 0; }
.section-ink { color: white; background: var(--ink); }
.section-ink .lede, .section-ink .muted { color: #c7d2ea; }
.two-col { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.sticky-copy { position: sticky; top: 130px; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card { position: relative; display: block; min-height: 260px; padding: 30px; color: inherit; background: var(--paper-2); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; text-decoration: none; transition: transform .3s ease, box-shadow .3s ease; }
.card::after { content: ""; position: absolute; right: -46px; top: -46px; width: 120px; height: 120px; border: 1.5px solid rgba(0, 87, 255, .12); border-radius: 50%; transition: transform .35s ease; }
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(0, 87, 255, .12); }
.card:hover::after { transform: scale(1.25); }
.card:nth-child(3n+1) { background: #eef1fa; }
.card:nth-child(3n+2) { background: #e3e9f8; }
.two-col .cards > a:last-child:nth-child(odd) { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 24px; min-height: 0; }
.two-col .cards > a:last-child:nth-child(odd) .card-index { margin-bottom: 0; }
.two-col .cards > a:last-child:nth-child(odd) h3 { margin: 0; }
.two-col .cards > a:last-child:nth-child(odd) p { flex: 1 1 100%; margin: 4px 0 0; }
.card-index { display: block; margin-bottom: 52px; color: var(--ink); font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.card p { color: #3f5a64; }
.section-ink .card { color: white; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.section-ink .card p { color: #c7d6d6; }

.location-band { position: relative; padding: 80px 0; background: linear-gradient(115deg, var(--ink), #0f317e 58%, var(--ink)); overflow: hidden; }
.location-band .button-primary { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.location-band .button-primary:hover { background: var(--tint); border-color: var(--tint); }
.location-band::after { content: ""; position: absolute; right: -80px; bottom: -190px; width: 460px; height: 460px; border: 55px solid rgba(255,255,255,.12); border-radius: 50%; }
.location-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; color: white; }
.location-grid .eyebrow { color: white; }
.location-grid h2 { max-width: 700px; }
.route-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.route-list li { display: flex; justify-content: space-between; gap: 18px; padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.35); transition: background .2s ease, padding-left .25s ease; }
.route-list li:hover { padding-left: 12px; background: rgba(255,255,255,.09); }
.route-list strong { font-family: "Fraunces", serif; font-size: 1.12rem; }

.page-hero { position: relative; padding: 100px 0 80px; background: var(--paper); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; top: -180px; right: -140px; width: min(58vw, 720px); aspect-ratio: 1; background: var(--tint); border-radius: 43% 57% 52% 48% / 46% 41% 59% 54%; }
.page-hero::after { content: ""; position: absolute; right: 8vw; top: -140px; width: 380px; height: 380px; border: 2px solid rgba(0, 87, 255, .12); border-radius: 50%; }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 950px; font-size: clamp(3rem, 7vw, 6rem); }
.crumbs { display: flex; gap: 8px; margin-bottom: 40px; color: var(--muted); font-size: .82rem; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 90px; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 60px; font-size: clamp(2rem, 4vw, 3.2rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 32px; }
.prose p, .prose li { color: #3d5963; }
.prose > a, .prose p a { color: var(--ink); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.map-embed { margin: 42px 0 52px; }
.map-canvas { position: relative; z-index: 0; width: 100%; height: 430px; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); background: var(--paper-2); overflow: hidden; }
.map-canvas noscript a { display: grid; place-items: center; height: 100%; padding: 20px; color: var(--ink); text-align: center; }
.map-embed figcaption { margin-top: 10px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.map-embed figcaption a { color: inherit; }
.galerna-pin { filter: drop-shadow(0 6px 10px rgba(0, 87, 255, .3)); }
.galerna-pin svg { display: block; }
.leaflet-container { font-family: "DM Sans", sans-serif; background: var(--paper-2); }
.leaflet-container a { color: var(--ink); }
.leaflet-popup-content { font-size: .92rem; line-height: 1.4; }
.leaflet-popup-content strong { font-family: "Fraunces", serif; }
.leaflet-bar a { color: var(--ink); }
.leaflet-control-attribution { font-size: .68rem; }
.editorial-image { margin: 42px 0 52px; }
.editorial-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.editorial-image figcaption { margin-top: 10px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.prose table { width: 100%; border-collapse: collapse; }
.prose th { color: var(--ink); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.prose th, .prose td { padding: 14px 10px; border-bottom: 1px solid var(--line); text-align: left; }
.prose tbody tr { transition: background .2s ease; }
.prose tbody tr:hover { background: var(--tint); }
.aside-card { position: sticky; top: 120px; padding: 26px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.aside-card h2 { font-size: 1.55rem; }
.aside-card .button { width: 100%; margin-top: 10px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); transition: background .2s ease; }
.faq details:hover { background: var(--tint); }
.faq summary { position: relative; cursor: pointer; padding: 24px 44px 24px 10px; list-style: none; font-family: "Fraunces", serif; font-size: 1.25rem; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 10px; top: 50%; margin-top: -.5em; color: var(--ink); font-size: 1.5rem; line-height: 1; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 42px 22px 10px; }
.page-faq .page-hero { padding-bottom: 40px; }
.page-faq .section { padding-top: 48px; }

.cta { position: relative; padding: 85px 0; text-align: center; background: var(--tint); overflow: hidden; }
.cta::before { content: ""; position: absolute; left: -110px; bottom: -220px; width: 420px; height: 420px; border: 45px solid rgba(0, 87, 255, .1); border-radius: 50%; }
.cta .shell { position: relative; }
.cta h2 { max-width: 720px; margin-inline: auto; }
.cta .lede { margin-inline: auto; }
.cta .hero-actions { justify-content: center; }
.site-footer { padding: 70px 0 30px; color: #d7ddf2; background: var(--ink-2); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr .7fr .7fr; gap: 40px; }
.footer-brand { width: 118px; height: 118px; object-fit: contain; }
.footer-title { margin-bottom: 13px; color: white; font-family: "Fraunces", serif; font-size: 1.05rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #b9c6e8; text-decoration: none; width: fit-content; transition: color .2s ease; }
.footer-links a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #93a3c9; font-size: .78rem; }
[data-reveal] { opacity: 0; }
[data-reveal].is-visible { opacity: 1; animation: reveal-rise .7s cubic-bezier(.22, .61, .36, 1) backwards; }
@keyframes reveal-rise { from { opacity: 0; transform: translateY(22px); } }
.cards [data-reveal].is-visible:nth-child(2) { animation-delay: .08s; }
.cards [data-reveal].is-visible:nth-child(3) { animation-delay: .16s; }
.cards [data-reveal].is-visible:nth-child(4) { animation-delay: .24s; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } [data-reveal] { opacity: 1; transform: none; } }
@media (max-width: 1050px) {
  .menu-button { display: block; }
  .nav-wrap { position: absolute; top: 88px; left: 0; right: 0; display: none; margin-left: 0; padding: 18px 20px 25px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 34px rgba(0, 87, 255,.09); }
  .nav-wrap[data-open="true"] { display: block; }
  .nav-links { display: grid; }
  .nav-links > a { padding: 13px; }
  .products-menu summary { padding: 13px; }
  .products-panel { position: static; width: auto; margin: 4px 0 8px 13px; padding: 4px 0 4px 13px; background: transparent; border: 0; border-left: 1px solid var(--line); border-radius: 0; box-shadow: none; transform: none; }
  .products-panel::before { display: none; }
  .products-panel a { min-height: 42px; padding: 8px 12px; }
  .hero { min-height: auto; padding-top: 60px; }
  .hero-grid, .two-col, .location-grid, .content-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero::before { width: 88vw; opacity: .35; border-radius: 0 0 0 120px; -webkit-mask-image: linear-gradient(to left, #000 52%, transparent); mask-image: linear-gradient(to left, #000 52%, transparent); }
  .hero-card { max-width: 520px; margin-inline: auto; }
  .quick-facts { margin-top: 20px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact + .fact { border-top: 1px solid var(--line); border-left: 0; }
  .sticky-copy, .aside-card { position: static; }
  .page-hero::after { right: -120px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 78px; gap: 10px; }
  .brand { gap: 8px; }
  .brand img { width: 54px; height: 54px; }
  .brand-name { font-size: 1.08rem; }
  .brand-kind { margin-top: 5px; font-size: .48rem; letter-spacing: .12em; }
  .nav-wrap { top: 78px; }
  .header-actions { margin-left: auto; gap: 3px; }
  .language-links { gap: 0; padding: 3px; }
  .language-links a { min-width: 29px; min-height: 29px; font-size: .62rem; }
  .hero { padding-top: 44px; }
  h1 { font-size: clamp(2.5rem, 12.5vw, 3.9rem); }
  .lede { font-size: 1.05rem; }
  .hero-card { display: none; }
  .two-col .cards > a:last-child:nth-child(odd) { display: block; min-height: 220px; }
  .two-col .cards > a:last-child:nth-child(odd) .card-index { margin-bottom: 52px; }
  .section { padding: 82px 0; }
  .page-hero { padding: 70px 0 60px; }
  .page-hero::after { display: none; }
  .page-hero::before { top: -120px; right: -160px; opacity: .35; }
  .page-hero h1 { font-size: clamp(2.3rem, 10.5vw, 3.2rem); }
  .crumbs { margin-bottom: 28px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 220px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}
