:root {
  --ink: #082e62;
  --muted: #536376;
  --brand: #13b89e;
  --brand-dark: #087f70;
  --paper: #ffffff;
  --wash: #f3faf8;
  --line: #d9e8e5;
  --shadow: 0 18px 48px rgba(8, 46, 98, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 10; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.logo-mark { font-size: 1.6rem; font-weight: 900; letter-spacing: .18em; }
.contact-link, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; font-weight: 750; text-decoration: none; }
.contact-link { border: 1px solid var(--line); }
.contact-link:hover, .contact-link:focus-visible { border-color: var(--brand); color: var(--brand-dark); }

.hero { overflow: hidden; padding: clamp(64px, 9vw, 120px) 0; background: radial-gradient(circle at 90% 10%, rgba(19,184,158,.16), transparent 32%), var(--wash); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: clamp(40px, 7vw, 88px); align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--brand-dark); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.intro { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.button { background: var(--brand); color: #032e2a; box-shadow: 0 8px 24px rgba(19,184,158,.24); }
.button:hover, .button:focus-visible { background: #21ccb0; }

.company-card { padding: clamp(26px, 4vw, 40px); border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.company-card h2 { font-size: 1.45rem; }
dl, dd { margin: 0; }
dl > div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); }
dt { color: var(--muted); font-size: .88rem; }
dd { font-weight: 650; overflow-wrap: anywhere; }
dd a { text-decoration-color: var(--brand); text-underline-offset: 4px; }

.brands { padding: clamp(72px, 10vw, 128px) 0; }
.brands h2 { margin-bottom: 36px; font-size: clamp(2.2rem, 5vw, 3.8rem); letter-spacing: -.04em; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.brand-card { overflow: hidden; display: block; border: 1px solid var(--line); border-radius: 20px; background: white; color: var(--ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.brand-card img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 14px; background: var(--wash); }
.brand-card > span { display: flex; justify-content: space-between; gap: 10px; padding: 17px 18px; font-weight: 750; }
.brand-card:hover, .brand-card:focus-visible { transform: translateY(-5px); border-color: var(--brand); box-shadow: var(--shadow); outline: none; }

footer { border-top: 1px solid var(--line); background: var(--ink); color: white; }
.footer-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-inner p { margin: 0; }
.footer-address { max-width: 620px; margin: 5px 0 4px !important; color: #b9cadb; font-size: .9rem; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 14px 28px; }
.footer-inner a { color: #dce9f5; text-underline-offset: 4px; }

.legal-main { padding: clamp(56px, 8vw, 96px) 0; }
.legal-wrap { max-width: 820px; }
.legal-wrap h1 { margin-bottom: 18px; font-size: clamp(2.5rem, 6vw, 4.7rem); }
.legal-wrap h2 { margin: 42px 0 12px; font-size: 1.45rem; }
.legal-wrap p, .legal-wrap li { color: var(--muted); }
.legal-wrap a { color: var(--brand-dark); text-underline-offset: 4px; }
.legal-meta { margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.back-link { display: inline-flex; margin-bottom: 28px; color: var(--brand-dark); font-weight: 750; text-decoration: none; }

:focus-visible { outline: 3px solid #f1b928; outline-offset: 4px; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }
  .header-inner { min-height: 76px; }
  .logo-mark { font-size: 1.3rem; }
  .contact-link { min-height: 42px; padding-inline: 15px; font-size: .9rem; }
  .hero { padding-block: 56px 68px; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.6rem); }
  .company-card { border-radius: 18px; }
  dl > div { grid-template-columns: 1fr; gap: 3px; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { display: grid; grid-template-columns: 112px 1fr; align-items: center; }
  .brand-card img { height: 112px; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding-block: 32px; }
  .footer-inner nav { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
