:root {
  --navy: #071f2d;
  --navy-soft: #12384a;
  --blue: #007acc;
  --blue-dark: #1260ad;
  --sea: #d8eff0;
  --sand: #e7d4b3;
  --cream: #f7f4ec;
  --mist: #f3f8f7;
  --white: #fff;
  --muted: #60737b;
  --line: rgba(7, 31, 45, .13);
  --shadow: 0 30px 80px rgba(7, 31, 45, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--mist);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px clamp(20px, 5vw, 76px);
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; text-decoration: none; }
.brand img, .footer-brand img { border-radius: 10px; box-shadow: 0 8px 20px rgba(7,31,45,.15); }
nav { display: flex; gap: clamp(15px, 2.4vw, 30px); font-size: 14px; font-weight: 700; }
nav a { text-decoration: none; }
nav a:hover { color: var(--blue-dark); }

.hero {
  position: relative;
  min-height: 900px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding: 130px clamp(20px, 5vw, 76px) 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 16%, rgba(255,255,255,.9), transparent 25%),
    linear-gradient(145deg, #e9f7f8 0%, #f8f5eb 58%, #efdcb9 100%);
}
.hero::after {
  content: ""; position: absolute; left: -8%; bottom: -185px; width: 58%; height: 330px;
  border-radius: 50%; background: rgba(216,239,240,.8); transform: rotate(7deg);
}
.hero-copy { position: relative; z-index: 2; max-width: 770px; }
.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(56px, 8vw, 108px); line-height: .88; letter-spacing: -.065em; }
h1 em { color: var(--blue-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(42px, 5.8vw, 76px); line-height: .95; letter-spacing: -.055em; }
h3 { margin-bottom: 10px; font-size: 26px; line-height: 1.08; letter-spacing: -.025em; }
.hero-text { max-width: 610px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border: 1px solid var(--line); border-radius: 999px; font-weight: 800; text-decoration: none; }
.button.primary { color: var(--white); background: var(--navy); border-color: var(--navy); box-shadow: 0 14px 30px rgba(7,31,45,.2); }
.button.secondary { color: var(--navy); background: rgba(255,255,255,.6); }
.availability { margin: 16px 0 0 6px; color: var(--muted); font-size: 13px; font-weight: 650; }

.phone-stage { position: relative; z-index: 2; display: flex; justify-content: center; padding-top: 55px; }
.sun-orb { position: absolute; top: 3%; right: -5%; width: 330px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: 0 0 80px rgba(255,255,255,.9); }
.phone { position: relative; width: min(354px, 88vw); padding: 10px; border: 2px solid #334853; border-radius: 56px; background: #07151d; box-shadow: var(--shadow); transform: rotate(2.5deg); }
.phone-screen { position: relative; min-height: 710px; overflow: hidden; padding: 25px 18px 72px; border-radius: 46px; background: linear-gradient(rgba(242,248,247,.83), rgba(242,248,247,.96)), url("assets/app-background.jpg") center/cover; }
.dynamic-island { position: absolute; top: 13px; left: 50%; width: 92px; height: 25px; border-radius: 20px; background: #050b0f; transform: translateX(-50%); }
.app-topline { display: flex; justify-content: space-between; padding: 0 5px; font-size: 10px; font-weight: 800; }
.app-title { margin: 36px 4px 14px; }
.app-title p { margin-bottom: -5px; color: var(--muted); font-size: 12px; font-weight: 700; }
.app-title h2 { margin: 0; font-size: 40px; letter-spacing: -.05em; }
.conditions-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.conditions-row div, .app-card { border: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.68); box-shadow: 0 8px 20px rgba(7,31,45,.07); backdrop-filter: blur(14px); }
.conditions-row div { display: grid; padding: 11px 8px; border-radius: 15px; }
.conditions-row strong { font-size: 20px; }
.conditions-row span { color: var(--muted); font-size: 9px; font-weight: 700; }
.app-card { margin-top: 10px; padding: 14px; border-radius: 19px; }
.card-label { margin-bottom: 9px; color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.status-card div { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 11px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #16986a; box-shadow: 0 0 0 4px rgba(22,152,106,.12); }
.train-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.train-grid div { display: grid; padding: 10px; border-radius: 12px; background: rgba(0,122,204,.08); }
.train-grid span { color: var(--muted); font-size: 9px; }
.train-grid strong { font-size: 17px; }
.news-card strong { font-size: 13px; line-height: 1.25; }
.tab-bar { position: absolute; left: 12px; right: 12px; bottom: 10px; display: flex; justify-content: space-around; padding: 12px; border: 1px solid rgba(255,255,255,.9); border-radius: 24px; background: rgba(255,255,255,.8); color: var(--blue-dark); }

.intro { display: grid; grid-template-columns: .75fr 1fr; gap: 30px 70px; padding: 110px clamp(20px, 8vw, 130px); background: var(--navy); color: var(--white); }
.intro .eyebrow { grid-column: 1 / -1; color: #82d4dd; }
.intro h2 { margin: 0; }
.intro > p:last-child { align-self: end; max-width: 620px; color: #b9cbd2; font-size: clamp(18px, 2.2vw, 24px); }

.feature-band { padding: 110px clamp(20px, 5vw, 76px); background: var(--cream); }
.section-heading { max-width: 860px; margin-bottom: 42px; }
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.feature { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }
.feature-large { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr .65fr; min-height: 480px; }
.coast-feature > img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: 30px; }
.feature-large .feature-copy { align-self: center; padding: clamp(32px, 5vw, 70px); }
.feature-number { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue-dark); font-size: 11px; font-weight: 900; }
.feature p { margin-bottom: 0; color: var(--muted); }
.feature-art { display: grid; place-items: center; min-height: 280px; }
.feature-art img { width: 52%; max-height: 180px; object-fit: contain; filter: drop-shadow(0 16px 22px rgba(7,31,45,.12)); }
.sand-art { background: linear-gradient(145deg, #f7ead4, var(--sand)); }
.blue-art { background: linear-gradient(145deg, #dff3f5, #9fd2dc); }

.local-section { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; background: var(--white); }
.local-photo img { width: 100%; height: 100%; object-fit: cover; }
.local-copy { align-self: center; padding: 80px clamp(30px, 7vw, 110px); }
.info-list { margin-top: 44px; border-top: 1px solid var(--line); }
.info-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.info-list span { color: var(--blue-dark); font-size: 12px; font-weight: 900; }
.info-list p { margin: 0; color: var(--muted); }
.info-list strong { color: var(--navy); }

.contact-section { padding: 110px 20px; text-align: center; background: linear-gradient(150deg, #d8eff0, #f8f3e7); }
.contact-section img { margin: 0 auto 25px; border-radius: 22px; box-shadow: 0 20px 45px rgba(7,31,45,.2); }
.contact-section h2 { margin-bottom: 16px; }
.contact-section > p:last-child { color: var(--muted); font-size: 19px; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 28px clamp(20px, 5vw, 76px); color: var(--muted); font-size: 13px; font-weight: 650; background: var(--white); }
.footer-brand { color: var(--navy); font-size: 16px; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; }
.footer-links a { text-decoration: none; }

.legal-page { min-height: 80vh; padding: 130px clamp(20px, 5vw, 76px) 90px; background: linear-gradient(145deg, #e9f7f8, #f8f5eb); }
.legal-content { max-width: 850px; margin: 0 auto; padding: clamp(30px, 5vw, 60px); border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: 0 20px 70px rgba(7,31,45,.08); }
.legal-content h1 { margin-bottom: 26px; font-size: clamp(48px, 7vw, 76px); line-height: .95; letter-spacing: -.055em; }
.legal-content h2 { margin-top: 36px; margin-bottom: 10px; font-size: 24px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--blue-dark); font-weight: 800; }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
  .phone-stage { padding-top: 20px; }
  .intro, .local-section { grid-template-columns: 1fr; }
  .feature-large { grid-template-columns: 1fr; }
  .coast-feature > img { min-height: 340px; }
  .local-photo { max-height: 620px; overflow: hidden; }
}

@media (max-width: 620px) {
  .site-header { position: relative; align-items: flex-start; flex-direction: column; background: #e9f7f8; }
  nav { flex-wrap: wrap; }
  .hero { padding-top: 60px; }
  h1 { font-size: 56px; }
  .button { width: 100%; }
  .intro { padding-top: 78px; padding-bottom: 78px; }
  .features { grid-template-columns: 1fr; }
  .feature-large { grid-column: auto; }
  .local-copy { padding-top: 70px; padding-bottom: 70px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: no-preference) {
  .phone { animation: float 6s ease-in-out infinite; }
  @keyframes float { 0%, 100% { transform: rotate(2.5deg) translateY(0); } 50% { transform: rotate(1.5deg) translateY(-12px); } }
}
