:root {
  --navy: #0c2340;
  --navy-dark: #0a1c33;
  --blue: #2f9be0;
  --blue-dark: #1c7fc2;
  --gray-bg: #eef1f5;
  --text-dark: #1b2733;
  --text-muted: #5b6875;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.5;
}

img { max-width: 100%; display: block; }

h1, h2, h3 {
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.15;
}

p { margin: 0 0 16px; }

a { text-decoration: none; color: inherit; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 28px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  transition: background 0.2s ease;
}

.btn-primary:hover { background: var(--blue-dark); }

/* ---------- Header ---------- */
.site-header {
  border-bottom: 1px solid #e7eaee;
  background: var(--white);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand, .footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark { width: 58px; height: auto; flex-shrink: 0; }

.brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-line1 { font-size: 12px; letter-spacing: 1px; color: var(--text-dark); font-weight: 600; }
.brand-line2 { font-size: 15px; color: var(--navy); }
.brand-line2 strong { color: var(--blue-dark); }
.brand-line3 { font-size: 9px; letter-spacing: 1.5px; color: var(--text-muted); margin-top: 2px; }

.main-nav { display: flex; gap: 32px; }
.main-nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-dark);
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
}
.main-nav a.active,
.main-nav a:hover {
  color: var(--blue-dark);
  border-bottom-color: var(--blue-dark);
}

.cart-icon { color: var(--navy); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(12,35,64,0.88) 0%, rgba(12,35,64,0.55) 45%, rgba(12,35,64,0.1) 75%);
}

.hero-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  color: var(--white);
}

.hero-content h1 { font-size: 44px; max-width: 560px; }
.hero-content .accent { color: var(--blue); }
.hero-content p { max-width: 460px; font-size: 16px; color: #eef2f6; }

/* ---------- Features ---------- */
.features {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.feature { text-align: center; padding: 0 12px; }
.feature + .feature { border-left: 1px solid #e2e6eb; }
.feature-icon { color: var(--blue-dark); margin-bottom: 14px; }
.feature h3 { font-size: 17px; color: var(--navy); }
.feature p { font-size: 14px; color: var(--text-muted); margin-bottom: 0; }

/* ---------- Peace of mind banner ---------- */
.banner {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner-media { position: absolute; inset: 0; }
.banner-media img { width: 100%; height: 100%; object-fit: cover; }
.banner-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,25,45,0.85) 0%, rgba(10,25,45,0.45) 50%, rgba(10,25,45,0) 80%);
}
.banner-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  color: var(--white);
}
.banner-content h2 { font-size: 34px; }
.banner-content .accent { color: var(--blue); }
.banner-content p { max-width: 480px; font-size: 16px; color: #eef2f6; }

/* ---------- Coming Soon ---------- */
.coming-soon {
  background: var(--gray-bg);
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.eyebrow-rule {
  display: block;
  width: 48px;
  height: 3px;
  background: var(--blue);
  margin-bottom: 18px;
}
.coming-soon h2 { font-size: 32px; color: var(--navy); }
.coming-soon .lede { font-weight: 600; color: var(--navy); }
.coming-soon-text p { color: var(--text-muted); max-width: 440px; }

.coming-soon-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}
.coming-soon-art .watermark { width: 220px; opacity: 0.35; }
.coming-soon-art .tagline {
  position: absolute;
  right: 8%;
  bottom: 10%;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: var(--blue-dark);
  font-size: 20px;
  text-align: right;
  transform: rotate(-4deg);
  margin: 0;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-dark);
  color: #cdd6e0;
}
.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 32px 32px;
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 0.8fr;
  gap: 40px;
}
.footer-brand .brand-line1,
.footer-brand .brand-line2,
.footer-brand .brand-line3 { color: var(--white); }
.footer-brand .brand-line2 strong { color: var(--blue); }
.footer-brand .brand-line3 { color: #9aa7b5; }

.footer-newsletter h4 { color: var(--white); margin-bottom: 8px; font-size: 16px; }
.footer-newsletter p { font-size: 14px; color: #aeb9c5; }
.newsletter-form { display: flex; gap: 10px; max-width: 380px; }
.newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border-radius: 24px;
  border: none;
  font-size: 14px;
}
.newsletter-form .btn { padding: 12px 22px; white-space: nowrap; }

.footer-links { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.footer-links a { font-size: 14px; color: #cdd6e0; }
.footer-links a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #93a0ae;
}
.social-icons { display: flex; gap: 14px; }
.social-icons a { color: #cdd6e0; }
.social-icons a:hover { color: var(--white); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .main-nav { display: none; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(odd) { border-left: none; }
  .coming-soon { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 34px; }
}

@media (max-width: 560px) {
  .features { grid-template-columns: 1fr; }
  .feature { border-left: none !important; padding-bottom: 20px; border-bottom: 1px solid #e2e6eb; }
  .newsletter-form { flex-direction: column; }
}
