:root {
  --teal: #0d485b;
  --teal-light: #17677a;
  --coral: #f36c27;
  --gold: #c9a96a;
  --ivory: #fffdf8;
  --sea-glass: #70bbb8;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; width: 100%; max-width: 100%; overflow-x: hidden; }
body {
  min-height: 100%; width: 100%; max-width: 100%; margin: 0; overflow-x: hidden;
  color: #fff; background: var(--teal);
  font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.landing-page {
  width: 100%; max-width: 100%; min-height: 100vh; min-height: 100svh;
  display: grid; grid-template-rows: auto 1fr auto; overflow-x: clip;
  position: relative; isolation: isolate;
  background: #132d35 url("../images/hero-seafood.jpg") center center / cover no-repeat;
}
.landing-page::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, rgba(4,26,33,.54), rgba(4,26,33,.11) 67%, rgba(4,26,33,.08));
}
.landing-page::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; height: 4px;
  background: linear-gradient(90deg, var(--coral), var(--gold) 52%, var(--sea-glass));
}

.landing-header { position: relative; z-index: 3; background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(255,255,255,.5); }
.header-inner { min-width: 0; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 5px; }
.header-inner img { width: min(275px, 42vw); min-width: 0; height: auto; }
.header-inner p { min-width: 0; margin: 0; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-align: right; text-transform: uppercase; white-space: nowrap; }
.header-inner p span { margin-inline: 7px; color: var(--coral); }

.hero { min-height: 0; display: grid; align-items: center; overflow: hidden; }
.mobile-hero-photo { display: none; }
.hero-inner { min-height: 0; display: flex; align-items: center; padding-block: 14px 16px; }
.coming-soon-panel {
  width: min(850px, 75%); padding: 22px 30px 20px; background: linear-gradient(135deg, rgba(13,72,91,.96), rgba(13,72,91,.88));
  border: 1px solid rgba(255,255,255,.22); border-left: 4px solid var(--gold);
  box-shadow: 0 26px 70px rgba(0,20,26,.36); backdrop-filter: blur(4px);
}
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 8px; color: #f2d8a7;
  font-size: .7rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 38px; height: 1px; background: var(--gold); }
h1 {
  max-width: 720px; margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.2vw, 3.45rem); font-weight: 700; letter-spacing: -.04em; line-height: .98;
}
.intro { max-width: 680px; margin: 0; color: rgba(255,255,255,.9); font-size: .92rem; line-height: 1.42; }

.inquiries { margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.16); }
.inquiries h2 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: .96rem; font-weight: 400; line-height: 1.35; }
.phone-list { display: grid; grid-template-columns: 1.15fr 1.55fr .9fr; gap: 8px; }
.phone-line {
  min-width: 0; display: grid; align-content: start; gap: 3px; margin: 0; padding: 8px 10px;
  background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.2);
}
.phone-line span { color: rgba(255,255,255,.76); font-size: .63rem; font-weight: 700; line-height: 1.28; text-transform: uppercase; letter-spacing: .045em; }
.phone-line strong { font-size: .94rem; letter-spacing: .02em; }
.opportunities { margin: 10px 0 0; color: #f2d8a7; font-size: .76rem; font-weight: 700; line-height: 1.35; }
.call-hours { margin: 6px 0 0; color: rgba(255,255,255,.9); font-size: .75rem; }
.voip-note { margin: 3px 0 0; color: #f2d8a7; font-size: .71rem; font-weight: 700; }

.issue-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.issue-link {
  min-width: 0; display: grid; gap: 1px; padding: 10px 14px; color: #fff;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.57);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.issue-link-primary { background: var(--coral); border-color: var(--coral); }
.issue-link:hover, .issue-link:focus-visible { transform: translateY(-2px); background: #fff; border-color: #fff; color: var(--teal); }
.issue-link > span { font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .78; }
.issue-link strong { overflow-wrap: anywhere; font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; line-height: 1.16; }
.issue-link small { margin-top: 3px; font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.issue-link small b { margin-left: 4px; font-size: .85rem; }

.panel-footer { display: flex; align-items: center; gap: 20px; margin-top: 9px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.16); }
.status { display: flex; align-items: center; gap: 8px; margin: 0; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.status > span { width: 8px; height: 8px; background: var(--sea-glass); border-radius: 50%; box-shadow: 0 0 0 4px rgba(112,187,184,.14); }

.landing-footer { position: relative; z-index: 3; background: rgba(7,38,47,.94); }
.footer-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.footer-inner p span { color: var(--coral); font-weight: 700; }
.footer-inner small { color: rgba(255,255,255,.68); font-size: .64rem; }

@media (max-width: 800px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .landing-page { background: var(--teal); }
  .landing-page::before { display: none; }
  .header-inner { min-height: 88px; }
  .header-inner img { width: min(290px, 58vw); }
  .hero { display: flex; flex-direction: column; align-items: stretch; overflow: visible; }
  .mobile-hero-photo {
    display: block; flex: none; width: 100%; aspect-ratio: 16 / 10;
    background: url("../images/hero-seafood.jpg") right center / cover no-repeat;
  }
  .hero-inner { display: block; padding-block: 0 30px; }
  .coming-soon-panel {
    width: min(730px, 100%); margin: 0 auto; border-top: 4px solid var(--gold);
    border-left: 1px solid rgba(255,255,255,.22);
  }
  .phone-list { grid-template-columns: 1fr 1fr; gap: 8px; }
}

@media (max-width: 640px) {
  .header-inner { width: calc(100% - 20px); min-height: 72px; gap: 8px; }
  .header-inner img { flex: 0 1 175px; width: min(175px, 42vw); }
  .header-inner p {
    flex: 1 1 auto; max-width: 245px; font-size: .54rem; letter-spacing: .08em;
    line-height: 1.55; white-space: normal;
  }
  .header-inner p span { display: inline-block; margin-inline: 2px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 20px); max-width: var(--shell); }
  .header-inner { min-height: 72px; gap: 8px; }
  .header-inner img { flex: 0 1 145px; width: min(145px, 42vw); }
  .header-inner p {
    flex: 1 1 auto; max-width: 185px; font-size: .51rem; letter-spacing: .075em;
    line-height: 1.55; white-space: normal;
  }
  .header-inner p span { display: inline-block; margin-inline: 2px; }
  .mobile-hero-photo { aspect-ratio: 4 / 3; background-position: right center; }
  .coming-soon-panel { width: 100%; padding: 28px 23px 25px; }
  h1 { font-size: 2.7rem; }
  .intro { font-size: .92rem; }
  .phone-list { grid-template-columns: 1fr; gap: 9px; }
  .issue-links { grid-template-columns: 1fr; }
  .panel-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-inner { min-height: 64px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; padding-block: 10px; }
}

@media (min-width: 801px) and (max-height: 760px) {
  .header-inner { min-height: 72px; }
  .header-inner img { width: 240px; }
  .hero-inner { padding-block: 8px 10px; }
  .coming-soon-panel { padding: 17px 26px 15px; }
  .eyebrow { margin-bottom: 6px; }
  h1 { font-size: clamp(2.25rem, 3.8vw, 3rem); margin-bottom: 7px; }
  .intro { font-size: .84rem; line-height: 1.34; }
  .inquiries { margin-top: 8px; padding-top: 7px; }
  .inquiries h2 { margin-bottom: 6px; font-size: .88rem; }
  .phone-line { padding: 6px 8px; }
  .opportunities { margin-top: 7px; }
  .call-hours { margin-top: 4px; }
  .issue-links { margin-top: 8px; }
  .issue-link { padding-block: 7px; }
  .panel-footer { margin-top: 6px; padding-top: 6px; }
  .footer-inner { min-height: 38px; }
}

@media (min-width: 801px) {
  .landing-page { height: 100vh; height: 100svh; min-height: 0; overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  .issue-link { transition: none; }
}
