:root {
  --navy: #2d2e8f;
  --navy-deep: #20256f;
  --blue: #2d2e8f;
  --cyan: #32b7e8;
  --red: #ed1c24;
  --green: #2eb848;
  --ink: #17233d;
  --muted: #617087;
  --line: #d9e2ef;
  --surface: #f2f6fb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(32, 37, 111, .13);
  --spectrum: linear-gradient(90deg, var(--blue) 0 25%, var(--cyan) 25% 50%, var(--green) 50% 75%, var(--red) 75% 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Manrope", sans-serif; letter-spacing: 0; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.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; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(18px,3vw,48px); padding: 0 4vw; color: white; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s, height .25s, box-shadow .25s; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--spectrum); background-size: 180% 100%; opacity: 0; transform: scaleX(.72); transform-origin: center; transition: opacity .25s, transform .35s; animation: spectrum-flow 8s linear infinite; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 10px 35px rgba(32,37,111,.1); backdrop-filter: blur(16px); border-color: transparent; }
.site-header.scrolled::after { opacity: 1; transform: scaleX(1); }
.nav-brand { position: relative; z-index: 1; display: flex; align-items: center; width: clamp(166px, 13vw, 229px); min-width: 159px; text-decoration: none; }
.nav-brand img { display: block; width: 100%; height: auto; max-height: 70px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(4,17,36,.28)); }
.site-header.scrolled .nav-brand img { filter: drop-shadow(0 7px 15px rgba(32,37,111,.14)); }
.desktop-nav { display: flex; align-items: center; justify-content: flex-start; gap: clamp(20px, 2.2vw, 38px); font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 28px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 20px; width: 0; height: 3px; background: var(--cyan); transition: width .2s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.portal-button { height: 44px; padding: 0 17px; display: flex; align-items: center; gap: 8px; color: inherit; background: transparent; border: 1px solid currentColor; cursor: pointer; font-weight: 800; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.portal-button:hover { color: white; background: var(--blue); border-color: var(--blue); transform: translateY(-1px); }
.portal-button svg { width: 17px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; color: inherit; border: 0; cursor: pointer; }
.menu-button span { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: transform .2s, opacity .2s; }
.mobile-nav { position: fixed; z-index: 45; inset: 72px 0 0; padding: 40px 28px; display: none; flex-direction: column; gap: 0; background: white; color: var(--ink); }
.mobile-nav.open { display: flex; }
.mobile-nav a, .mobile-nav button { padding: 18px 0; text-align: left; color: inherit; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-size: 20px; font-weight: 800; }

.hero { position: relative; min-height: 760px; height: min(88vh, 900px); display: flex; align-items: center; color: white; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center 58%; }
.hero-shade { background: linear-gradient(90deg, rgba(9,28,72,.82) 0%, rgba(20,52,108,.57) 38%, rgba(25,76,132,.16) 72%, rgba(25,76,132,.02) 100%); }
.hero-content { position: relative; z-index: 2; width: min(860px, 86vw); margin: 0 auto; padding-bottom: 150px; text-align: center; transform: translateY(-34px); animation: hero-enter .85s cubic-bezier(.2,.7,.2,1) both; }
.eyebrow { margin: 0 0 16px; color: var(--blue); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.eyebrow.light { color: #aeeaff; }
.hero-brand-title { width: max-content; margin: 0; display: flex; flex-direction: column; align-items: center; line-height: .72; filter: drop-shadow(0 8px 18px rgba(4,17,36,.38)); }
.hero-brand-title span { align-self: center; margin: 0 0 5px 20px; color: #69d7f4; font-family: Manrope, sans-serif; font-size: clamp(25px,2.4vw,36px); font-weight: 800; letter-spacing: 6px; text-transform: uppercase; }
.hero-brand-title strong { color: var(--red); font-family: Lobster, "Brush Script MT", cursive; font-size: clamp(92px,9.2vw,144px); font-weight: 400; letter-spacing: 0; -webkit-text-stroke: 1px rgba(255,255,255,.9); text-shadow: 0 2px 0 rgba(255,255,255,.85); }
.hero-brand-title-logo { width: min(610px, 74vw); display: block; line-height: 1; margin: 0 auto; }
.hero-brand-title-logo img { display: block; width: 100%; height: auto; max-height: 315px; object-fit: contain; object-position: center; }
.hero-company { margin: 0; color: white; font-size: clamp(30px,3vw,48px); line-height: 1.08; font-weight: 900; letter-spacing: 3.6px; text-transform: uppercase; text-shadow: 0 5px 18px rgba(4,17,36,.45); }
.hero-copy { max-width: 650px; margin: 22px auto 34px; font-size: clamp(18px, 2vw, 25px); line-height: 1.5; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.button { min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); box-shadow: 0 12px 30px rgba(237,28,36,.24); }
.button-primary:hover { background: #d91018; box-shadow: 0 16px 34px rgba(237,28,36,.3); }
.button-ghost { color: white; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button-white { color: var(--navy); background: white; }
.hero-proof { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(700px, 54vw); min-height: 118px; display: grid; grid-template-columns: repeat(3,1fr); background: rgba(255,255,255,.96); color: var(--ink); box-shadow: -18px -10px 45px rgba(20,24,77,.12); animation: proof-enter .9s .2s cubic-bezier(.2,.7,.2,1) both; }
.hero-proof div { padding: 28px 24px; border-left: 1px solid var(--line); }
.hero-proof div:nth-child(1) { border-top: 4px solid var(--blue); }.hero-proof div:nth-child(2) { border-top: 4px solid var(--cyan); }.hero-proof div:nth-child(3) { border-top: 4px solid var(--green); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 16px; }
.hero-proof span { margin-top: 6px; color: var(--muted); font-size: 12px; }

.action-strip { position: relative; z-index: 5; width: min(1320px, 92vw); margin: -40px auto 0; display: grid; grid-template-columns: repeat(3,1fr); background: white; box-shadow: var(--shadow); }
.quick-action { min-height: 128px; padding: 24px 26px; display: grid; grid-template-columns: 50px 1fr 24px; gap: 16px; align-items: center; border-top: 3px solid transparent; border-right: 1px solid var(--line); transition: background .2s, border-color .2s; }
.quick-action:nth-child(1) { border-top-color: var(--red); }.quick-action:nth-child(2) { border-top-color: var(--cyan); }.quick-action:nth-child(3) { border-top-color: var(--green); }
.quick-action:hover { background: #f8faff; }
.quick-action:last-child { border-right: 0; }
.quick-icon { width: 50px; height: 50px; display: grid; place-items: center; color: white; }
.quick-icon.red { background: var(--red); }.quick-icon.cyan { background: var(--cyan); }.quick-icon.green { background: var(--green); }
.quick-icon svg { width: 25px; height: 25px; }
.quick-action strong, .quick-action small { display: block; }
.quick-action strong { font-size: 15px; }.quick-action small { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.quick-action .arrow { width: 21px; color: var(--muted); transition: transform .2s, color .2s; }
.quick-action:hover .arrow { color: var(--red); transform: translateX(4px); }

.section { width: min(1320px, 90vw); margin: 0 auto; padding: 120px 0; }
.solutions { position: relative; }
.solutions::before { content: ""; position: absolute; top: 88px; left: 0; width: 74px; height: 5px; background: var(--spectrum); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.section-heading h2, .legacy h2, .purpose-section h2, .safety h2, .service-reach h2, .coverage h2, .request-section h2 { margin: 0; font-family: "Source Serif 4", serif; font-size: clamp(40px, 5vw, 68px); line-height: 1.04; letter-spacing: 0; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.8; }
.solution-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.solution-card { position: relative; min-height: 355px; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--blue); background: white; box-shadow: 0 10px 30px rgba(32,37,111,.04); transition: transform .28s, box-shadow .28s, border-color .28s; }
.solution-card:hover { transform: translateY(-7px); box-shadow: 0 22px 48px rgba(32,37,111,.13); }
.solution-card.business { border-top-color: var(--cyan); }.solution-card.industry { border-top-color: var(--red); }.solution-card.delivery { border-top-color: var(--green); }
.solution-card::after { content: ""; position: absolute; right: -35px; bottom: -80px; width: 180px; height: 180px; border: 28px solid rgba(45,46,143,.055); transform: rotate(45deg); transition: transform .35s, border-color .35s; }
.solution-card:hover::after { transform: rotate(45deg) scale(1.08); border-color: rgba(50,183,232,.1); }
.card-number { position: absolute; top: 25px; right: 30px; color: #b9c5d1; font-size: 12px; font-weight: 800; }
.solution-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--blue); background: #eef3fb; }
.business .solution-icon { color: #067fa9; background: #eaf9ff; }.industry .solution-icon { color: var(--red); background: #fff0f1; }.delivery .solution-icon { color: #14833b; background: #ebf9ef; }
.solution-icon svg { width: 27px; }
.solution-card h3 { margin: 54px 0 12px; font-size: 24px; }.solution-card p { min-height: 54px; margin: 0 0 28px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.solution-card a { position: relative; z-index: 2; display: inline-flex; gap: 16px; align-items: center; color: var(--navy); font-size: 13px; font-weight: 800; }.solution-card a span { color: var(--red); font-size: 20px; }

.legacy { position: relative; padding: 110px 5vw; color: white; background: var(--navy-deep); overflow: hidden; }
.legacy::before,.social-story::before,footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--spectrum); }
.legacy-inner { width: min(1320px, 100%); margin: auto; display: grid; grid-template-columns: minmax(360px,.88fr) 1.12fr; align-items: center; gap: clamp(70px,8vw,125px); }
.legacy-visual { min-width: 0; padding: 34px 0 42px 26px; perspective: 1200px; }
.legacy-portrait-shell { position: relative; width: min(440px,100%); margin: 0 auto; isolation: isolate; transform-style: preserve-3d; }
.legacy-portrait-shell::before { content: ""; position: absolute; z-index: -2; inset: -22px 30px 34px -24px; border: 1px solid rgba(142,223,246,.35); transform: translateZ(-36px) rotate(-3deg); }
.legacy-portrait-shell::after { content: ""; position: absolute; z-index: -3; left: -38px; right: 52px; bottom: -25px; height: 46%; background: linear-gradient(135deg,rgba(50,183,232,.35),rgba(46,184,72,.1) 55%,rgba(237,28,36,.3)); filter: blur(28px); opacity: .72; }
.legacy-portrait { position: relative; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; background: #0c1639; border: 1px solid rgba(255,255,255,.32); box-shadow: 30px 36px 70px rgba(3,10,31,.52), -12px -10px 34px rgba(50,183,232,.1); transform: rotateY(-7deg) rotateX(2deg); transform-origin: center; animation: legacy-float 7s ease-in-out infinite; transition: transform .55s cubic-bezier(.2,.7,.2,1), box-shadow .55s; }
.legacy-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg,rgba(255,255,255,.17),transparent 24%,transparent 72%,rgba(50,183,232,.08)); pointer-events: none; }
.legacy-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(.92) contrast(1.03); }
.legacy-portrait figcaption { position: absolute; z-index: 2; left: 0; bottom: 0; width: 50%; padding: 42px 24px 20px; color: white; background: linear-gradient(transparent,rgba(5,14,39,.92)); font-family: "Source Serif 4",serif; font-size: 18px; line-height: 1.15; }
.legacy-portrait-shell:hover .legacy-portrait { transform: rotateY(-2deg) rotateX(0) translateY(-5px); box-shadow: 36px 44px 82px rgba(3,10,31,.6), -14px -12px 38px rgba(50,183,232,.14); }
.legacy-year-badge { position: absolute; z-index: 4; right: -42px; bottom: 38px; width: min(250px,62%); padding: 20px 20px 18px; color: var(--navy-deep); background: rgba(255,255,255,.96); border-left: 5px solid var(--red); box-shadow: 0 20px 45px rgba(2,9,30,.38); backdrop-filter: blur(12px); transform: translateZ(45px); }
.legacy-year-badge::before { content: ""; position: absolute; left: -5px; right: 0; top: 0; height: 3px; background: var(--spectrum); }
.legacy-year-badge strong,.legacy-year-badge span { display: block; }
.legacy-year-badge strong { font-family: "Source Serif 4",serif; font-size: clamp(42px,5vw,68px); line-height: .9; }
.legacy-year-badge span { margin-top: 10px; color: #506079; font-size: 9px; font-weight: 800; line-height: 1.45; letter-spacing: 1.2px; text-transform: uppercase; }
.legacy-copy p:not(.eyebrow) { max-width: 680px; color: #b9c8d9; font-size: 17px; line-height: 1.8; }
.legacy-facts { margin-top: 38px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.legacy-facts div { padding: 22px 16px 0 0; }
.legacy-facts strong,.legacy-facts span { display: block; }
.legacy-facts strong { color: white; font-size: 28px; }
.legacy-facts span { margin-top: 5px; color: #9fb1ca; font-size: 10px; line-height: 1.45; }
.text-link { display: inline-flex; gap: 20px; align-items: center; font-size: 13px; font-weight: 800; }.light-link { color: white; }

.purpose-section { width: min(1320px,90vw); margin: auto; padding: 110px 0; display: grid; grid-template-columns: .85fr 1.15fr; column-gap: clamp(55px,8vw,120px); row-gap: 50px; }
.purpose-heading { max-width: 540px; }
.purpose-body { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
.purpose-body article { padding-top: 22px; border-top: 4px solid var(--cyan); }
.purpose-body article:nth-child(2) { border-top-color: var(--green); }
.purpose-body article > span { color: var(--red); font-size: 11px; font-weight: 800; }
.purpose-body h3 { margin: 15px 0 10px; font-size: 21px; }
.purpose-body p { margin: 0; color: var(--muted); line-height: 1.75; }
.value-line { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-line span { position: relative; padding: 22px 18px 22px 28px; border-right: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 800; }
.value-line span:last-child { border-right: 0; }
.value-line span::before { content: ""; position: absolute; left: 10px; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--red); transform: translateY(-50%); }
.value-line span:nth-child(2)::before { background: var(--cyan); }.value-line span:nth-child(3)::before { background: var(--green); }.value-line span:nth-child(4)::before { background: var(--blue); }.value-line span:nth-child(5)::before { background: var(--red); }

.safety { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 110px); align-items: center; }
.safety-media { position: relative; min-height: 580px; }
.safety-media img { width: 100%; height: 580px; object-fit: cover; }
.safety-badge { position: absolute; right: -28px; bottom: 34px; width: 190px; padding: 22px; color: white; background: var(--red); }
.safety-badge strong, .safety-badge span { display: block; }.safety-badge strong { font-size: 20px; }.safety-badge span { margin-top: 4px; font-size: 12px; }
.safety-content > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.feature-list { margin: 35px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); }
.feature-list li > span { color: var(--red); font-size: 12px; font-weight: 800; }.feature-list li:nth-child(2) > span { color: var(--cyan); }.feature-list li:nth-child(3) > span { color: var(--green); }.feature-list strong,.feature-list small { display: block; }.feature-list small { margin-top: 5px; color: var(--muted); line-height: 1.5; }

.service-reach { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: var(--surface); }
.service-reach-media { position: relative; min-height: 620px; overflow: hidden; }
.service-reach-media img { width: 100%; height: 100%; object-fit: cover; }
.service-reach-media::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(5,20,48,.88)); }
.service-reach-caption { position: absolute; z-index: 2; left: max(5vw,calc((100vw - 1320px)/2)); right: 44px; bottom: 40px; color: white; }
.service-reach-caption strong,.service-reach-caption span { display: block; }
.service-reach-caption strong { font-size: 21px; }.service-reach-caption span { max-width: 420px; margin-top: 7px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.6; }
.service-reach-content { padding: 82px max(5vw,calc((100vw - 1320px)/2)) 82px 7vw; }
.service-reach-content #reach-title { margin-top: -6px; margin-bottom: 16px; font-size: clamp(38px,4.35vw,62px); line-height: 1; }
.service-reach-content > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.operational-promises { margin-top: 30px; border-top: 1px solid var(--line); }
.operational-promises div { padding: 17px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; border-bottom: 1px solid var(--line); }
.operational-promises strong { font-size: 12px; }.operational-promises span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.cylinder-sizes { margin-top: 28px; display: grid; grid-template-columns: 1.6fr repeat(4,1fr); align-items: center; border: 1px solid var(--line); background: white; }
.cylinder-sizes span,.cylinder-sizes strong { padding: 16px 12px; text-align: center; }
.cylinder-sizes span { color: var(--muted); font-size: 10px; }.cylinder-sizes strong { border-left: 1px solid var(--line); color: var(--navy); font-size: 14px; }

.social-story { position: relative; padding: 105px max(5vw, calc((100vw - 1320px)/2)); color: white; background: var(--navy-deep); }
.social-story-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.social-story-heading h2 { max-width: 820px; margin: 0; font-family: "Source Serif 4", serif; font-size: clamp(40px, 5vw, 68px); line-height: 1.04; }
.social-story-intro p { margin: 0 0 22px; color: #b9c8d9; line-height: 1.8; }
.instagram-link { display: inline-flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 800; }
.instagram-link span { color: var(--cyan); font-size: 18px; }
.social-gallery { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 290px 290px; gap: 12px; }
.social-photo { position: relative; min-width: 0; overflow: hidden; background: var(--navy); border-bottom: 3px solid transparent; transition: border-color .25s; }
.social-photo:nth-child(1) { border-color: var(--cyan); }.social-photo:nth-child(2) { border-color: var(--red); }.social-photo:nth-child(3) { border-color: var(--green); }.social-photo:nth-child(4) { border-color: var(--blue); }
.social-photo-featured { grid-row: 1 / 3; }
.social-photo-wide { grid-column: 2 / 4; }
.social-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.social-photo:hover img { transform: scale(1.035); }
.social-photo::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(4,17,36,.88)); }
.social-photo > span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; }
.social-photo strong,.social-photo small { display: block; }
.social-photo strong { font-size: 19px; }
.social-photo small { margin-top: 5px; color: rgba(255,255,255,.78); font-size: 11px; line-height: 1.45; }

.coverage { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 520px; color: white; background: var(--navy); overflow: hidden; }
.coverage::before { content: ""; position: absolute; z-index: 2; left: 0; top: 0; bottom: 0; width: 6px; background: var(--spectrum); }
.coverage-copy { padding: 90px max(5vw, calc((100vw - 1320px)/2)); padding-right: 50px; }.coverage-copy p:not(.eyebrow) { color: #bfd0e2; line-height: 1.8; }.coverage-copy .button { margin-top: 20px; }
.coverage-map { position: relative; min-height: 520px; overflow: hidden; background: #10294c; }
.stations-map { position: absolute; inset: 0; z-index: 1; }
.coverage-stat { position: absolute; z-index: 500; right: 7%; bottom: 10%; padding: 15px 22px; background: white; color: var(--navy); box-shadow: 0 10px 30px rgba(9,27,54,.18); }.coverage-stat strong,.coverage-stat span { display: block; }.coverage-stat strong { font-size: 34px; }.coverage-stat span { color: var(--muted); font-size: 11px; }
.station-marker { width: 18px; height: 18px; border: 3px solid white; border-radius: 50%; background: var(--red); box-shadow: 0 3px 10px rgba(9,27,54,.35); }
.station-marker.antillano { background: var(--cyan); }
.leaflet-popup-content-wrapper { border-radius: 4px; box-shadow: 0 15px 35px rgba(9,27,54,.2); }
.leaflet-popup-content { margin: 16px 18px; font-family: "Manrope", sans-serif; }
.map-popup strong,.map-popup span,.map-popup a { display: block; }.map-popup strong { margin-bottom: 7px; color: var(--navy); font-size: 14px; }.map-popup span { color: var(--muted); font-size: 11px; line-height: 1.55; }.map-popup a { margin-top: 11px; color: var(--blue); font-size: 11px; font-weight: 800; }

.station-directory { width: min(1320px,90vw); margin: auto; padding: 105px 0 120px; }
.station-directory-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.station-directory-heading h2 { margin: 0; font-family: "Source Serif 4", serif; font-size: clamp(40px,5vw,68px); line-height: 1.04; }
.station-directory-heading > p { margin: 0; color: var(--muted); line-height: 1.8; }
.station-toolbar { margin-top: 42px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--cyan); }
.station-search { width: min(440px,100%); height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 15px; background: white; border: 1px solid #cbd6e1; }
.station-search svg { width: 20px; flex: 0 0 auto; color: var(--muted); }.station-search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.station-filters { display: flex; gap: 6px; }
.station-filters button { height: 42px; padding: 0 15px; border: 1px solid #cbd6e1; border-radius: 3px; color: var(--ink); background: white; cursor: pointer; font-size: 12px; font-weight: 800; }
.station-filters button { transition: color .2s, background .2s, border-color .2s, transform .2s; }.station-filters button:hover { border-color: var(--cyan); transform: translateY(-1px); }.station-filters button.active { color: white; background: var(--navy); border-color: var(--navy); }.station-filters span { margin-left: 5px; opacity: .7; }
.station-results-meta { padding: 26px 0 16px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }.station-results-meta strong { color: var(--ink); font-size: 13px; }
.station-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.station-item { min-height: 170px; padding: 19px 20px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: background .2s, box-shadow .2s; }
.station-item:hover { position: relative; z-index: 2; background: #f9fbff; box-shadow: inset 4px 0 0 var(--cyan); }
.station-brand { display: flex; align-items: center; gap: 8px; color: var(--blue); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: 1px; }.station-brand::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }.station-brand.antillano::before { background: var(--cyan); }
.station-item h3 { margin: 10px 0 6px; font-size: 16px; line-height: 1.3; }.station-item address { margin: 0 0 12px; color: var(--muted); font-size: 10.5px; font-style: normal; line-height: 1.5; }
.station-actions { margin-top: auto; display: flex; gap: 15px; align-items: center; }.station-actions a { color: var(--navy); font-size: 10.5px; font-weight: 800; }.station-actions a:last-child { color: var(--red); }
.station-empty { padding: 50px 20px; text-align: center; color: var(--muted); background: var(--surface); }

.request-section { width: min(1320px,90vw); margin: auto; padding: 120px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.request-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }.request-contact { display: grid; gap: 24px; margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--line); }.request-contact-title { display: block; margin-bottom: 10px; color: var(--muted); font-size: 12px; }.request-contact-list,.request-contact-emails { display: grid; gap: 10px; }.request-contact-row { display: grid; gap: 3px; }.request-contact a { color: var(--navy); font-weight: 800; text-decoration: none; }.request-contact-list a { font-size: 20px; }.request-contact-emails a { color: var(--red); font-size: 15px; overflow-wrap: anywhere; }.request-contact-location { color: var(--muted); font-size: 13px; font-weight: 700; }
.request-form { position: relative; padding: 35px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(32,37,111,.08); }.request-form::before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; height: 5px; background: var(--spectrum); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.request-form label { display: block; margin-bottom: 18px; color: var(--ink); font-size: 12px; font-weight: 800; }.request-form input,.request-form select,.request-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #cbd6e1; border-radius: 3px; background: white; outline: none; transition: border-color .2s, box-shadow .2s; }.request-form input:focus,.request-form select:focus,.request-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(50,183,232,.14); }.form-submit { width: 100%; }.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 10px; }.form-note.is-loading { color: var(--navy); font-weight: 800; }.form-note.is-success { color: #0b7a42; font-weight: 800; }.form-note.is-error { color: #c70f1e; font-weight: 800; }

footer { position: relative; color: white; background: #15194f; }.footer-main { width: min(1320px,90vw); margin: auto; padding: 70px 0; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; }.footer-logos { width: min(440px,100%); display: grid; grid-template-columns: minmax(0,.96fr) 24px minmax(0,1.04fr); align-items: center; }.footer-logo-frame { min-width: 0; height: 118px; display: grid; place-items: center; }.footer-logo-frame img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; filter: drop-shadow(0 12px 24px rgba(0,0,0,.2)); }.footer-logo-frame-antillano { height: 96px; }.footer-logo-divider { display: grid; place-items: center; }.footer-logo-divider span { width: 1px; height: 42px; background: rgba(255,255,255,.3); }.footer-brand p { max-width: 390px; margin-top: 11px; color: #c3cee4; font-size: 11px; letter-spacing: .2px; }.footer-column { display: flex; flex-direction: column; gap: 12px; }.footer-column strong { margin-bottom: 8px; }.footer-column a,.footer-column span { color: #b8c4dc; font-size: 12px; line-height: 1.5; }.footer-column a:hover { color: var(--cyan); }.footer-bottom { min-height: 64px; padding: 18px 5vw; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); color: #9faed0; font-size: 10px; }.footer-bottom button { padding: 0; color: white; background: transparent; border: 0; cursor: pointer; font-weight: 800; }

.reveal-ready .reveal-item { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-ready .reveal-item.reveal-visible { opacity: 1; transform: translateY(0); }

@keyframes hero-enter { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes proof-enter { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }
@keyframes spectrum-flow { to { background-position: 180% 0; } }
@keyframes legacy-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }

.site-dialog { width: min(480px, calc(100vw - 32px)); padding: 45px; border: 0; border-top: 5px solid var(--red); border-radius: 5px; color: var(--ink); box-shadow: 0 28px 80px rgba(9,27,54,.3); }.site-dialog::backdrop { background: rgba(5,18,37,.7); backdrop-filter: blur(4px); }.dialog-close { position: absolute; top: 10px; right: 14px; width: 36px; height: 36px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 25px; }.dialog-icon { width: 58px; height: 58px; margin-bottom: 24px; display: grid; place-items: center; background: #eef3fb; color: var(--blue); }.dialog-icon svg { width: 28px; }.site-dialog h2 { margin: 0; font-family: "Source Serif 4", serif; font-size: 36px; }.site-dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }.site-dialog .button { margin-top: 10px; width: 100%; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 28px; padding: 14px 20px; color: white; background: var(--navy-deep); transform: translate(-50%, 160%); transition: transform .3s; box-shadow: var(--shadow); font-size: 12px; }.toast.show { transform: translate(-50%,0); }

@media (max-width: 980px) {
  .desktop-nav,.portal-button span { display: none; }.portal-button { width: 44px; padding: 0; justify-content: center; }.menu-button { display: block; }
  .site-header { height: 72px; display: flex; justify-content: space-between; padding: 0 22px; }.site-header:not(.scrolled) { background: rgba(6,22,45,.28); backdrop-filter: blur(8px); }
  .nav-brand { width: clamp(153px,36vw,203px); min-width: 146px; }.nav-brand img { max-height: 62px; }
  .hero { min-height: 720px; height: 86vh; }.hero-content { margin: 0 auto; padding-bottom: 112px; transform: translateY(-18px); }.hero-proof { width: 100%; min-height: 90px; }.hero-proof div { padding: 20px; }
  .action-strip { grid-template-columns: 1fr; margin-top: 0; width: 100%; box-shadow: none; border-bottom: 1px solid var(--line); }.quick-action { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 85px 0; }.section-heading { grid-template-columns: 1fr; gap: 24px; }.solution-grid { grid-template-columns: repeat(2,1fr); }.solution-card { min-height: 300px; }
  .legacy-inner,.purpose-section,.safety,.service-reach,.coverage,.request-section { grid-template-columns: 1fr; }.legacy-visual { width: min(560px,100%); margin: auto; }.legacy-copy { max-width: 700px; }.purpose-heading { max-width: 720px; }.service-reach-media { min-height: 520px; }.service-reach-content { padding: 68px 7vw 75px; }.safety { gap: 55px; }.safety-badge { right: 18px; }.coverage-copy { padding: 75px 7vw; }.coverage-map { min-height: 460px; }.request-section { gap: 45px; }
  .station-directory-heading { grid-template-columns: 1fr; gap: 24px; }.station-toolbar { align-items: stretch; flex-direction: column; }.station-search { width: 100%; }.station-list { grid-template-columns: repeat(2,1fr); }
  .social-story-heading { grid-template-columns: 1fr; gap: 24px; }.social-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 280px 280px; }.social-photo-featured { grid-column: 1 / 3; grid-row: auto; }.social-photo-wide { grid-column: 1 / 3; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .hero { min-height: 710px; height: 90vh; align-items: flex-end; }.hero-media { object-position: 63% center; }.hero-shade { background: linear-gradient(0deg,rgba(4,17,36,.96) 0%,rgba(4,17,36,.68) 55%,rgba(4,17,36,.12) 100%); }.hero-content { width: calc(100% - 44px); margin: 0 auto; padding-bottom: 128px; transform: none; }.hero-brand-title span { margin-left: 12px; font-size: 20px; letter-spacing: 5px; }.hero-brand-title strong { font-size: 82px; }.hero-brand-title-logo { width: min(90vw, 430px); }.hero-brand-title-logo img { max-height: 235px; }.hero-company { margin-top: 0; font-size: 23px; letter-spacing: 2px; line-height: 1.2; }.hero-copy { margin: 16px auto 24px; font-size: 17px; }.hero-actions .button { flex: 1; padding: 0 12px; }.hero-proof { min-height: 78px; }.hero-proof div { padding: 15px 10px; }.hero-proof strong { font-size: 11px; }.hero-proof span { font-size: 8px; }
  .section { width: min(100% - 36px,1320px); }.section-heading h2,.legacy h2,.purpose-section h2,.safety h2,.service-reach h2,.coverage h2,.request-section h2 { font-size: 40px; }.solution-grid { grid-template-columns: 1fr; }.solution-card { padding: 28px; }.solutions::before { top: 58px; }.legacy { padding: 72px 22px 80px; }.legacy-inner { gap: 50px; }.legacy-visual { width: 100%; padding: 20px 8px 0; }.legacy-portrait-shell { width: min(360px,90%); }.legacy-portrait { transform: rotateY(-3deg) rotateX(1deg); }.legacy-year-badge { position: relative; right: auto; bottom: auto; width: min(220px,72%); margin: -18px 0 0 auto; padding: 16px; transform: translateZ(28px); }.legacy-year-badge strong { font-size: 46px; }.legacy-portrait figcaption { width: 70%; padding: 36px 18px 16px; font-size: 16px; }.legacy-facts { grid-template-columns: 1fr; }.legacy-facts div { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.purpose-section { width: calc(100% - 36px); padding: 78px 0; }.purpose-body { grid-template-columns: 1fr; }.value-line { grid-template-columns: 1fr; }.value-line span { border-right: 0; border-bottom: 1px solid var(--line); }.value-line span:last-child { border-bottom: 0; }.safety-media,.safety-media img { min-height: 410px; height: 410px; }.service-reach-media { min-height: 410px; }.service-reach-content { padding: 62px 18px 70px; }.service-reach-content #reach-title { margin-top: -4px; margin-bottom: 14px; font-size: 38px; }.operational-promises div { grid-template-columns: 1fr; gap: 7px; }.cylinder-sizes { grid-template-columns: 1fr 1fr; }.cylinder-sizes span { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }.cylinder-sizes strong:nth-of-type(odd) { border-left: 0; }.coverage-map { min-height: 380px; }.coverage-stat { right: 4%; bottom: 5%; }
  .station-directory { width: calc(100% - 36px); padding: 78px 0 85px; }.station-directory-heading h2 { font-size: 40px; }.station-filters { display: grid; grid-template-columns: .75fr 1.1fr 1.25fr; gap: 6px; overflow: visible; }.station-filters button { min-width: 0; padding: 0 7px; font-size: 10px; white-space: nowrap; }.station-results-meta { gap: 8px; flex-direction: column; }.station-list { grid-template-columns: 1fr; }.station-item { min-height: 160px; }
  .social-story { padding: 78px 18px; }.social-story-heading h2 { font-size: 40px; }.social-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 340px); }.social-photo-featured,.social-photo-wide { grid-column: auto; grid-row: auto; }.social-photo > span { left: 18px; right: 18px; bottom: 18px; }
  .request-section { width: auto; padding: 80px 18px; }.request-form { padding: 24px 18px; }.field-row { grid-template-columns: 1fr; gap: 0; }.footer-main { grid-template-columns: 1fr; padding: 55px 0; gap: 35px; }.footer-logos { grid-template-columns: 1fr; gap: 10px; width: min(300px,100%); }.footer-logo-frame,.footer-logo-frame-antillano { height: 90px; }.footer-logo-divider { display: none; }.footer-bottom { align-items: flex-start; gap: 18px; flex-direction: column; }.site-dialog { padding: 38px 25px 28px; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }.reveal-ready .reveal-item { opacity: 1; transform: none; } }
