@font-face {
  font-family: 'Romelio';
  src: url('../font/romelio.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #051720;
  --petrol: #06222e;
  --petrol-deep: #002937;
  --cyan: #2fb3d4;
  --cyan-soft: #8fd8e8;
  --white: #eef6f9;
  --muted: #93aab4;
  --line: rgba(143, 216, 232, 0.16);
  --card: #f4f8fa;
  --card-ink: #072430;
  --card-muted: #47606c;
  --card-line: rgba(7, 36, 48, 0.16);
  --display: 'Romelio', 'Archivo', sans-serif;
  --body: 'Archivo', -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--white);
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p a, li a { color: var(--cyan-soft); border-bottom: 1px solid var(--line); }
p a:hover, li a:hover { color: var(--cyan); border-bottom-color: var(--cyan); }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ------------------------------------------------------------- kickers -- */
.kicker {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cyan);
}
.kicker .dot { color: var(--muted); padding: 0 6px; }

h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.98;
  letter-spacing: 0.01em;
}

/* -------------------------------------------------------------- topbar -- */
.topbar {
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.topbar strong { color: var(--cyan-soft); font-weight: 600; }

/* ----------------------------------------------------------------- nav -- */
header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 23, 32, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}
.logo img { height: 42px; width: auto; }
nav.main { display: flex; align-items: center; gap: 34px; }
nav.main a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
nav.main a:hover { color: var(--cyan); }
nav.main a.active { color: var(--cyan); border-bottom-color: var(--cyan); }
nav.main a.cta {
  border: 1px solid var(--cyan);
  padding: 10px 20px;
  color: var(--cyan-soft);
}
nav.main a.cta:hover { background: var(--cyan); color: var(--ink); }

/* ------------------------------------------------------------- buttons -- */
.btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 15px 26px;
  border: 1px solid var(--cyan);
  color: var(--cyan-soft);
  transition: background 0.2s, color 0.2s;
}
.btn:hover { background: var(--cyan); color: var(--ink); }
.btn.solid { background: var(--cyan); color: var(--ink); }
.btn.solid:hover { background: var(--cyan-soft); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-copy .btn-row { gap: 22px; align-items: center; }
.link-quiet {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan-soft);
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
  white-space: nowrap;
}
.link-quiet:hover { color: var(--cyan); border-bottom-color: var(--cyan); }
.hero-trust { display: flex; align-items: center; gap: 13px; margin-top: -6px; }
.ag-badge { width: 32px; height: 32px; display: block; }
.hero-meta {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-meta span { white-space: nowrap; }
.hero-meta i { font-style: normal; color: var(--cyan); padding: 0 7px; }

/* ---------------------------------------------------------------- hero -- */
.hero { border-bottom: 1px solid var(--line); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  min-height: 480px;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 36px 56px 40px max(32px, calc((100vw - 1240px) / 2 + 32px));
  background:
    radial-gradient(1200px 500px at -10% 110%, rgba(47, 179, 212, 0.10), transparent 60%),
    var(--ink);
}
.hero-copy h1 {
  font-size: clamp(34px, 3.4vw, 50px);
  max-width: 18ch;
  text-wrap: balance;
}
.hero-copy h1 em { font-style: normal; color: var(--cyan); }
.hero-copy p.lede { color: var(--muted); max-width: 46ch; font-size: 17.5px; }
.hero-photo { position: relative; min-height: 420px; }
.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 78%;
}
.hero-photo figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--ink);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 10px 18px;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ------------------------------------------------------------- marquee -- */
.marquee {
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 18px 0;
  background: var(--petrol-deep);
}
.marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: slide 42s linear infinite;
}
.marquee-track span {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.14em;
  color: var(--cyan-soft);
  white-space: nowrap;
}
.marquee-track span i { font-style: normal; color: var(--cyan); padding: 0 22px; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ------------------------------------------------------------ sections -- */
section.band { padding: 104px 0; border-bottom: 1px solid var(--line); }
section.band.tight { padding: 80px 0; }
.section-head { margin-bottom: 56px; max-width: 760px; }
.section-head h2 { font-size: clamp(34px, 3.4vw, 54px); margin: 18px 0 20px; }
.section-head p { color: var(--muted); font-size: 17px; }

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}
.two-col .copy h2 { font-size: clamp(32px, 3.2vw, 50px); margin: 18px 0 22px; }
.two-col .copy p { color: var(--muted); margin-bottom: 18px; }
.two-col .copy p strong { color: var(--white); font-weight: 600; }

.canopy-fig { border: 1px solid var(--line); background: var(--petrol); padding: 34px 26px 20px; }
.canopy-fig svg { width: 100%; height: auto; display: block; }
.canopy-fig figcaption {
  padding: 16px 6px 4px;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
}
.canopy-fig figcaption b { color: var(--cyan); font-weight: 600; }

/* --------------------------------------------------------------- reel -- */
.reel-fig { border: 1px solid var(--line); background: #000; }
.reel-fig video { width: 100%; height: auto; display: block; }
.reel-fig figcaption {
  padding: 12px 18px;
  border-top: 1px solid var(--line);
  background: var(--petrol);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
}
.reel-fig figcaption b { color: var(--cyan); font-weight: 600; }

/* ---------------------------------------------------------- fact strip -- */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}
.fact { padding: 30px 28px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact .big {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 34px;
  color: var(--cyan);
  line-height: 1;
  margin-bottom: 10px;
}
.fact p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ----------------------------------------------------------- menu card -- */
.menu-card {
  background: var(--card);
  color: var(--card-ink);
  padding: clamp(36px, 5vw, 72px);
}
.menu-card .kicker { color: #1487a6; }
.menu-card h2 { font-size: clamp(32px, 3.2vw, 52px); margin: 16px 0 8px; }
.menu-card .sub { color: var(--card-muted); margin-bottom: 44px; max-width: 62ch; }
.tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--card-line);
}
.tier { padding: 30px 26px 34px; border-right: 1px solid var(--card-line); position: relative; }
.tier:last-child { border-right: 0; }
.tier.feature { background: var(--petrol-deep); color: var(--white); }
.tier.feature .tier-name, .tier.feature .tier-note { color: var(--cyan-soft); }
.tier.feature li { color: rgba(238, 246, 249, 0.85); border-color: rgba(143, 216, 232, 0.18); }
.tier.feature .price span { color: var(--white); }
.tier .flag {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--cyan);
  color: var(--ink);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 10px;
}
.tier-name {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1;
}
.tier-note {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--card-muted);
  margin: 8px 0 20px;
}
.price { display: flex; justify-content: space-between; font-size: 14px; padding: 7px 0; border-bottom: 1px dotted var(--card-line); }
.tier.feature .price { border-color: rgba(143, 216, 232, 0.25); }
.price b { font-weight: 700; font-size: 16px; }
.tier ul { list-style: none; margin-top: 20px; }
.tier li {
  font-size: 13.5px;
  color: var(--card-muted);
  padding: 7px 0 7px 0;
  border-bottom: 1px solid rgba(7, 36, 48, 0.07);
  line-height: 1.45;
}
.tier li:last-child { border-bottom: 0; }
.tier li.carry { font-weight: 600; color: inherit; }
.menu-foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 26px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--card-muted);
}
.menu-cta { margin-top: 40px; }
.menu-card .btn { border-color: var(--card-ink); color: var(--card-ink); }
.menu-card .btn:hover { background: var(--card-ink); color: var(--card); }
.menu-card .btn.solid { background: var(--card-ink); color: var(--card); border-color: var(--card-ink); }
.menu-card .btn.solid:hover { background: #123a4a; }

/* ------------------------------------------------------------- gallery -- */
.gallery { columns: 3; column-gap: 20px; }
.gallery figure { break-inside: avoid; margin-bottom: 20px; border: 1px solid var(--line); background: var(--petrol); }
.gallery figure img { width: 100%; transition: transform 0.35s; }
.gallery figure .frame { overflow: hidden; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption {
  padding: 12px 16px;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.gallery figcaption b { color: var(--cyan-soft); font-weight: 600; }

/* ------------------------------------------------------------ services -- */
.svc-rows { border: 1px solid var(--card-line); }
.svc-row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr) auto;
  gap: 24px;
  align-items: baseline;
  padding: 20px 26px;
  border-bottom: 1px solid rgba(7, 36, 48, 0.08);
}
.svc-row:last-child { border-bottom: 0; }
.svc-row .name { font-weight: 700; font-size: 15.5px; }
.svc-row .desc { font-size: 13.5px; color: var(--card-muted); }
.svc-row .amount { font-weight: 700; white-space: nowrap; }
.svc-row .amount small { font-weight: 500; color: var(--card-muted); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }

.ba-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 26px; }
.ba-grid figure { border: 1px solid var(--line); background: var(--petrol); }
.ba-grid figcaption { padding: 14px 18px; }
.ba-grid figcaption b { display: block; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); }
.ba-grid figcaption span { font-size: 12.5px; color: var(--muted); }

/* ----------------------------------------------------------------- faq -- */
.faq { max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--cyan); font-weight: 400; font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { color: var(--muted); padding: 0 0 26px; max-width: 64ch; }

/* --------------------------------------------------------------- visit -- */
.visit-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 0; border: 1px solid var(--line); }
.visit-info { padding: 48px; background: var(--petrol); display: flex; flex-direction: column; gap: 28px; }
.visit-info h2 { font-size: clamp(30px, 3vw, 44px); }
.hours { width: 100%; border-collapse: collapse; font-size: 14px; }
.hours td { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.hours td:last-child { text-align: right; color: var(--white); }
.hours tr.closed td:last-child { color: var(--cyan); letter-spacing: 0.12em; text-transform: uppercase; font-size: 12px; }
.addr { font-size: 15px; color: var(--muted); line-height: 1.8; }
.addr b { color: var(--white); font-weight: 600; }
.visit-map { min-height: 420px; }
.visit-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; filter: grayscale(0.2); }

/* ---------------------------------------------------------------- form -- */
.form-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 64px; align-items: start; }
form .field { margin-bottom: 22px; }
form label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
form input, form textarea {
  width: 100%;
  background: var(--petrol);
  border: 1px solid var(--line);
  color: var(--white);
  font-family: var(--body);
  font-size: 15px;
  padding: 14px 16px;
}
form input:focus, form textarea:focus { outline: none; border-color: var(--cyan); }
form textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; }
.form-note b { color: var(--cyan-soft); font-weight: 600; }

/* -------------------------------------------------------------- footer -- */
footer.site { background: var(--petrol-deep); }
footer.site .cols {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 2fr) minmax(0, 3fr) minmax(0, 3fr);
  gap: 48px;
  padding: 72px 0 56px;
}
footer.site h4 {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 18px;
  font-weight: 600;
}
footer.site ul { list-style: none; }
footer.site li { padding: 5px 0; font-size: 14px; color: var(--muted); }
footer.site li a:hover { color: var(--cyan); }
footer.site .brand img { height: 40px; margin-bottom: 18px; }
footer.site .brand p { font-size: 13.5px; color: var(--muted); max-width: 34ch; }
footer.site .legal {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
footer.site .legal .credit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  letter-spacing: 0.14em;
  opacity: 0.75;
  transition: opacity 0.15s;
}
footer.site .legal .credit:hover { opacity: 1; color: var(--cyan-soft); }
footer.site .legal .credit img { height: 15px; width: auto; display: block; }

/* ---------------------------------------------------------- page heads -- */
.route-copy p { color: var(--muted); max-width: 68ch; margin: 0 0 18px; font-size: 16.5px; line-height: 1.7; }
.route-copy p:last-child { margin-bottom: 0; }
.area-links { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.area-links span { color: var(--cyan-soft); margin-right: 10px; }
.area-links a { color: var(--fg); margin-right: 14px; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.area-links a:hover { color: var(--cyan); border-bottom-color: var(--cyan); }
.footer-areas { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 28px; }
.footer-areas h4 { margin-bottom: 10px; }
.footer-areas p { font-size: 13px; color: var(--muted); line-height: 2; }
.footer-areas a { color: var(--muted); }
.footer-areas a:hover { color: var(--cyan); }
.page-head { padding: 88px 0 72px; border-bottom: 1px solid var(--line); background: var(--petrol-deep); }
.page-head h1 { font-size: clamp(38px, 4.4vw, 66px); margin: 18px 0 20px; max-width: 20ch; }
.page-head p { color: var(--muted); max-width: 58ch; font-size: 17px; }

/* -------------------------------------------------------------- mobile -- */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 44px 28px 48px; }
  .hero-photo { min-height: 340px; }
  .two-col { grid-template-columns: 1fr; gap: 48px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact { border-bottom: 1px solid var(--line); }
  .fact:nth-child(even) { border-right: 0; }
  .fact:nth-child(3), .fact:nth-child(4) { border-bottom: 0; }
  .tiers { grid-template-columns: 1fr 1fr; }
  .tier { border-bottom: 1px solid var(--card-line); }
  .tier:nth-child(even) { border-right: 0; }
  .tier:nth-child(3), .tier:nth-child(4) { border-bottom: 0; }
  .gallery { columns: 2; }
  .visit-grid, .form-grid { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .topbar .wrap { flex-direction: column; gap: 2px; align-items: center; text-align: center; }
  .topbar .wrap span:last-child { display: none; }
  .hero-meta i { display: none; }
  .hero-meta span { display: block; margin-bottom: 3px; }
  header.site .wrap { flex-direction: column; gap: 14px; padding-top: 14px; padding-bottom: 16px; }
  nav.main { gap: 14px 18px; flex-wrap: wrap; justify-content: center; width: 100%; }
  nav.main a { font-size: 11px; letter-spacing: 0.16em; }
  nav.main a.cta { padding: 7px 12px; }
  .logo img { height: 40px; }
  .tiers { grid-template-columns: 1fr; }
  .tier { border-right: 0 !important; border-bottom: 1px solid var(--card-line) !important; }
  .tier:last-child { border-bottom: 0 !important; }
  .facts { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .gallery { columns: 1; }
  .ba-grid { grid-template-columns: 1fr; }
  .svc-row { grid-template-columns: 1fr; gap: 4px; }
  section.band { padding: 72px 0; }
}
