:root {
  --navy-950: #0d2638;
  --navy-800: #173f5f;
  --navy-700: #24536f;
  --red-700: #a72a2a;
  --red-800: #8f2020;
  --cream: #f5f3ee;
  --mist: #edf3f5;
  --white: #ffffff;
  --text: #3f5362;
  --muted: #6d7d88;
  --border: #d9e2e6;
  --focus: #f0a226;
  --shadow: 0 18px 48px rgba(13, 38, 56, 0.11);
  --radius-lg: 24px;
  --radius-md: 15px;
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.site-header { position: relative; z-index: 2; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(217,226,230,.8); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-800); text-decoration: none; font-size: 1.2rem; font-weight: 800; letter-spacing: -.035em; }
.brand-old { color: var(--muted); }
.brand-arrow, .brand-new { color: var(--red-700); }
.location { color: var(--muted); font-size: .84rem; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; }

.hero { position: relative; padding: 76px 0 84px; background: radial-gradient(circle at 85% 5%, rgba(167,42,42,.08), transparent 27%), linear-gradient(145deg, #fbfcfb 0%, #edf3f5 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(44px, 7vw, 88px); }
.eyebrow { margin: 0 0 13px; color: var(--red-700); font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; color: var(--navy-950); font-size: clamp(2.8rem, 5.7vw, 5rem); line-height: .99; letter-spacing: -.055em; }
.hero-lead { max-width: 640px; margin: 27px 0 0; font-size: clamp(1.05rem, 1.8vw, 1.22rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 20px; border-radius: 10px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button-primary { color: var(--white); background: var(--red-700); box-shadow: 0 10px 24px rgba(167,42,42,.2); }
.button-primary:hover { background: var(--red-800); transform: translateY(-2px); }
.text-link { color: var(--navy-800); font-weight: 750; text-underline-offset: 5px; }
.continuity-note { margin: 25px 0 0; color: var(--navy-700); font-size: .9rem; font-weight: 700; }
.continuity-note span { margin-right: 7px; color: var(--red-700); }

.hero-image-wrap { position: relative; margin: 0; padding: 13px; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-image-wrap::before { content: ""; position: absolute; inset: 4px; pointer-events: none; border: 1px solid rgba(255,255,255,.65); border-radius: 19px; z-index: 1; }
.hero-image-wrap img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; border-radius: 16px; }

.destinations { padding: 92px 0 104px; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .help-strip h2 { margin: 0; color: var(--navy-950); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 18px 0 0; font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.card { position: relative; min-width: 0; padding: 31px; background: rgba(255,255,255,.75); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: 0 7px 24px rgba(13,38,56,.045); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card:hover { transform: translateY(-3px); border-color: #c2d0d7; box-shadow: 0 15px 32px rgba(13,38,56,.08); }
.card-products { grid-row: span 2; background: var(--navy-950); border-color: var(--navy-950); color: #dfe9ed; }
.card-icon { display: grid; width: 43px; height: 43px; margin-bottom: 22px; place-items: center; color: var(--red-700); background: #f9eaea; border-radius: 11px; font-size: 1.12rem; font-weight: 900; }
.card-products .card-icon { color: #ffd3d3; background: rgba(255,255,255,.11); }
.card h3 { margin: 0 0 9px; color: var(--navy-950); font-size: 1.35rem; line-height: 1.25; }
.card-products h3 { color: var(--white); }
.card h3 a { text-decoration: none; }
.card h3 a::after { content: ""; position: absolute; inset: 0; z-index: 0; }
.card p { margin: 0 0 20px; }
.card-link, .product-links a { position: relative; z-index: 1; color: var(--red-700); font-weight: 800; text-underline-offset: 4px; }
.product-links { position: relative; z-index: 1; display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.product-links li { display: grid; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.product-links a { color: var(--white); text-decoration: none; }
.product-links small { color: #aebfc8; }

.help-strip { padding: 55px 0; color: #dce8ed; background: var(--navy-800); }
.help-strip .eyebrow { color: #f29a9a; }
.help-strip h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.5rem); }
.help-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.help-links { display: flex; flex-wrap: wrap; gap: 16px; }
.help-links a { min-width: 205px; padding: 14px 18px; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; text-decoration: none; font-weight: 750; }
.help-links span { display: block; color: #aac0cb; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }

.site-footer { color: #aebbc2; background: var(--navy-950); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 22px 36px; padding-block: 37px; }
.site-footer strong { color: var(--white); }
.site-footer address { font-style: normal; }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; }
.footer-contact a { color: #d8e4e9; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); font-size: .83rem; }

a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; border-radius: 3px; }

@media (max-width: 820px) {
  .hero { padding: 58px 0 68px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-image-wrap { max-width: 610px; transform: none; }
  .card-grid { grid-template-columns: 1fr; }
  .card-products { grid-row: auto; }
  .help-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-contact { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 66px; }
  .location { display: none; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 3.6rem); }
  .hero-actions, .button { width: 100%; }
  .hero-actions { align-items: flex-start; }
  .text-link { width: auto; }
  .card { padding: 25px; }
  .destinations { padding: 72px 0 78px; }
  .help-links, .help-links a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
