:root {
  --navy: #0c1b2a;
  --ink: #163047;
  --muted: #5b6d7c;
  --blue: #1d7fd1;
  --ice: #eef6fc;
  --foam: #f6fbff;
  --line: #d7e4ef;
  --shadow: 0 20px 50px rgba(12, 27, 42, .08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Manrope", system-ui, sans-serif; color: var(--ink); background: var(--foam); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid #edf3f8; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; }
.brand { font-weight: 800; font-size: 18px; color: var(--navy); }
.brand b { color: var(--blue); }
.pills { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pills a { padding: 8px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 650; color: var(--ink); background: #fff; border: 1px solid var(--line); }
.pills a.active, .pills a:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.menu { display: none; background: none; border: 0; font-size: 22px; }
.hero { background: radial-gradient(900px 420px at 8% 80%, rgba(125,196,236,.28), transparent 60%), linear-gradient(180deg, #f8fcff 0%, #eaf4fb 100%); padding: 54px 0 0; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center; padding-bottom: 28px; }
.eyebrow { letter-spacing: .18em; font-size: 11px; font-weight: 800; color: #7a8b99; text-transform: uppercase; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; color: var(--navy); line-height: 1.05; }
h1 { font-size: clamp(44px, 6.4vw, 72px); margin: 12px 0 16px; }
h1 em { font-style: italic; color: var(--blue); }
.subhead { font-size: clamp(20px, 2.4vw, 28px); letter-spacing: .04em; text-transform: uppercase; font-weight: 700; margin-bottom: 14px; }
.subhead span { color: var(--blue); }
.lead { color: var(--muted); max-width: 520px; font-size: 17px; }
.actions { display: flex; gap: 10px; margin: 22px 0 18px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: #fff; border-radius: 10px; padding: 12px 18px; font-weight: 700; font-size: 14px; border: 1px solid var(--navy); }
.btn.light { background: #fff; color: var(--navy); }
.stats { display: flex; gap: 28px; padding-top: 10px; border-top: 1px solid #d5e3ee; max-width: 420px; }
.stats b { display: block; font-family: "Playfair Display", serif; font-size: 34px; color: var(--navy); line-height: 1; }
.stats span { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #7a8b99; }
.logo-card { background: #fff; border-radius: 18px; padding: 28px; box-shadow: var(--shadow); display: grid; place-items: center; min-height: 360px; }
.logo-card .mark { font-size: 42px; font-weight: 900; letter-spacing: -1px; color: #111; }
.logo-card .mark b { position: relative; top: -8px; font-size: 28px; }
.splash { width: 260px; height: 110px; margin-top: 8px; background: radial-gradient(circle at 50% 30%, #9fd4f2, #2b8ec9 62%, #0d5f96); border-radius: 0 0 70% 70%; clip-path: ellipse(70% 58% at 50% 42%); }
.strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-item { padding: 16px 10px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; font-weight: 650; border-right: 1px solid var(--line); }
.section { padding: 72px 0; }
.section.pale { background: #eef4f8; }
.kicker { color: var(--blue); font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
h2 { font-size: clamp(30px, 4vw, 46px); margin: 8px 0 14px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid #e7eef4; }
.card .art { height: 180px; display: grid; place-items: center; color: #fff; font-weight: 800; }
.water { background: linear-gradient(160deg, #4aa3d6, #0d5f96); }
.ice { background: linear-gradient(160deg, #cfe8f6, #6aa8c9); color: var(--navy) !important; }
.alk { background: linear-gradient(160deg, #1d7fd1, #072a4a); }
.card .body { padding: 18px 20px 22px; }
.muted { color: var(--muted); }
.story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; }
.cta-band { background: linear-gradient(90deg, #0c1b2a, #13466e); color: #fff; border-radius: 22px; padding: 36px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.cta-band h2 { color: #fff; margin: 0 0 8px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.price .amt { font-family: "Playfair Display", serif; font-size: 32px; }
form { display: grid; gap: 10px; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px; font: inherit; }
.map iframe { width: 100%; height: 280px; border: 0; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
footer { background: var(--navy); color: #c9d7e3; padding: 40px 0 20px; }
footer a { color: #fff; }
.foot { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 20px; }
.legal { margin-top: 22px; padding-top: 14px; border-top: 1px solid #244058; font-size: 13px; display: flex; justify-content: space-between; }
@media (max-width: 900px) {
  .menu { display: block; }
  .pills { display: none; position: absolute; left: 0; right: 0; top: 64px; background: #fff; padding: 12px; flex-direction: column; }
  .pills.open { display: flex; }
  .hero-grid, .cards, .story, .price-grid, .grid-2, .foot, .strip-grid { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; }
}

