:root {
  --ink: #16324f;
  --ink-dark: #0d2237;
  --trust: #1f6f8b;
  --trust-light: #eaf6fb;
  --warm: #f7f2ea;
  --gold: #d99a2b;
  --paper: #ffffff;
  --muted: #5e7083;
  --line: #dde7ef;
  --shadow: 0 18px 45px rgba(13, 34, 55, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink-dark);
  background: #fbfcfd;
  line-height: 1.6;
}

a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--ink);
  color: white;
  font-weight: 800;
  letter-spacing: -.04em;
}
.brand strong { display: block; font-size: 1.05rem; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.nav { display: flex; gap: 22px; color: var(--muted); font-weight: 700; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--trust); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 34px;
  padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at top right, rgba(31, 111, 139, .16), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, var(--warm) 100%);
}
.hero-content { max-width: 820px; }
.eyebrow { color: var(--trust); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.1; margin: 0 0 16px; color: var(--ink-dark); }
h1 { font-size: clamp(2.65rem, 6vw, 5.7rem); letter-spacing: -.06em; }
h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); letter-spacing: -.045em; }
h3 { font-size: 1.15rem; }
.hero-text { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--muted); max-width: 720px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 2px solid transparent;
}
.primary { background: var(--trust); color: white; }
.primary:hover { background: var(--ink); }
.secondary { background: white; color: var(--ink); border-color: var(--line); }
.secondary:hover { border-color: var(--trust); }
.full { width: 100%; }
.hero-card, .order-card, .info-box, .contact-card, .hours-card, .service-grid > div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.hero-card { padding: 30px; align-self: end; }
.hero-card ul { padding-left: 0; list-style: none; margin: 20px 0 0; }
.hero-card li { padding: 12px 0; border-top: 1px solid var(--line); }
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 22px clamp(20px, 5vw, 72px);
  background: var(--ink);
}
.trust-strip span { color: white; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 8px 14px; font-weight: 700; }
.section { padding: clamp(54px, 7vw, 92px) clamp(20px, 5vw, 72px); }
.alt { background: var(--trust-light); }
.section-heading { max-width: 780px; margin-bottom: 32px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.order-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.order-card { padding: 28px; box-shadow: none; }
.order-card.featured { border: 2px solid var(--trust); box-shadow: var(--shadow); }
.order-card p { color: var(--muted); }
.text-link { font-weight: 800; color: var(--trust); text-decoration: none; }
.text-link:hover { color: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-grid > div { padding: 24px; box-shadow: none; }
.service-grid p, .two-col p, .info-box li { color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.info-box { padding: 28px; box-shadow: none; }
.info-box ul { margin: 0; padding-left: 20px; }
.info-box li { margin: 10px 0; }
.contact-section { display: grid; grid-template-columns: 1.4fr .6fr; gap: 24px; background: var(--ink); }
.contact-section h2, .contact-section h3, .contact-section p, .contact-section strong, .contact-section span, .contact-section a { color: white; }
.contact-card, .hours-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); box-shadow: none; padding: 30px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 24px; }
.contact-grid div { border-top: 1px solid rgba(255,255,255,.2); padding-top: 14px; }
.contact-grid strong { display: block; opacity: .75; margin-bottom: 4px; }
.footer { display: flex; justify-content: space-between; gap: 16px; padding: 24px clamp(20px, 5vw, 72px); background: #071827; color: rgba(255,255,255,.78); flex-wrap: wrap; }
.footer p { margin: 0; }

@media (max-width: 900px) {
  .hero, .order-grid, .service-grid, .two-col, .contact-section { grid-template-columns: 1fr; }
  .nav { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
}
