:root {
  --violet: #1a003f;
  --mardi: #890086;
  --magenta: #f800ce;
  --ivory: #f2f5ea;
  --pear: #c2e812;
  --black: #050505;
  --white: #ffffff;
  --ink: #0b0710;
  --muted: #67616d;
  --line: rgba(20, 7, 31, 0.14);
  --light-line: rgba(255, 255, 255, 0.18);
  --shell: min(1200px, calc(100% - 48px));
  --shadow: 0 28px 80px rgba(26, 0, 63, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; font-weight: 500; letter-spacing: -0.045em; }
h1 { font-size: clamp(3.4rem, 7.8vw, 7.2rem); line-height: 0.94; }
h2 { font-size: clamp(2.5rem, 5vw, 5.1rem); line-height: 0.98; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.1; }
p { color: var(--muted); }
main { overflow: clip; }

.site-header { position: sticky; top: 0; z-index: 80; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 30px; min-height: 76px; padding: 0 max(24px, calc((100% - 1200px) / 2)); background: var(--white); color: var(--ink); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.78); border-bottom-color: rgba(26,0,63,.1); box-shadow: 0 12px 34px rgba(26,0,63,.07); backdrop-filter: blur(18px) saturate(140%); }
.brand { display: inline-flex; align-items: center; width: 160px; min-height: 44px; }
.brand img { width: 152px; height: auto; aspect-ratio: 1014 / 263; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: 28px; }
.desktop-nav a, .desktop-nav button { padding: 0; border: 0; color: #4f4855; background: transparent; font-size: .88rem; cursor: pointer; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav button:hover { color: var(--mardi); }
.header-cta, .mobile-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border-radius: 999px; background: linear-gradient(110deg,var(--mardi),var(--magenta)); color: var(--white); font-size: .88rem; font-weight: 600; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 50%; background: var(--ivory); color: var(--violet); }
.menu-button span { display: block; height: 1px; margin: 7px 0; background: currentColor; }
.mobile-menu { display: none; }

.mega-menu { position: absolute; top: 76px; left: 50%; width: min(1120px, calc(100% - 48px)); transform: translateX(-50%) translateY(-12px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 32px; background: white; color: var(--ink); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transition: .22s ease; }
.mega-menu.is-open { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega-menu div { display: flex; flex-direction: column; gap: 8px; }
.mega-menu a { font-size: .8rem; color: var(--muted); }
.mega-menu .mega-overview { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 30px; margin: 0; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.mega-menu .mega-overview strong { color: var(--mardi); font-size: 1.05rem; }
.mega-menu .mega-overview span { max-width: 620px; color: var(--muted); font-size: .8rem; font-weight: 400; }
.mega-menu .mega-title { margin-bottom: 8px; color: var(--violet); font-size: 1rem; font-weight: 600; }

.site-footer { padding: 76px max(24px, calc((100% - 1200px) / 2)) 28px; background: var(--black); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-grid img { width: 160px; height: auto; aspect-ratio: 1014 / 263; object-fit: contain; filter: brightness(0) invert(1); }
.footer-grid p { max-width: 360px; margin-top: 20px; color: #a7a0ac; }
.footer-grid div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid strong { margin-bottom: 10px; color: white; }
.footer-grid a { color: #aaa3b0; font-size: .9rem; }
.footer-address { max-width: 250px; color: #8d8594; font-size: .82rem; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 62px; padding-top: 24px; border-top: 1px solid var(--light-line); color: #8d8594; font-size: .78rem; }
.footer-legal { display: flex; flex-direction: row !important; flex-wrap: wrap; gap: 16px !important; }
.footer-legal a { color: #b9b1bd; font-size: .78rem; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 600; font-size: .9rem; cursor: pointer; }
.button-primary { background: var(--pear); color: var(--black); }
.button-secondary { background: transparent; color: currentColor; border-color: currentColor; }
.button-dark { background: var(--black); color: white; }
.button-light { background: white; color: var(--violet); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 600; color: var(--mardi); }
.eyebrow { display: inline-flex; gap: 10px; align-items: center; color: var(--mardi); font-size: .78rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.section-heading { width: var(--shell); margin: 0 auto 54px; }
.section-heading > span { color: var(--mardi); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2 { max-width: 850px; margin: 18px 0; }
.section-heading p { max-width: 620px; font-size: 1.08rem; }
.section-heading.light { color: white; }
.section-heading.light > span { color: var(--pear); }
.section-heading.light p { color: #bdb5c4; }

:focus-visible { outline: 3px solid var(--mardi); outline-offset: 3px; }
.section-dark :focus-visible, .site-footer :focus-visible, .closing-cta :focus-visible { outline-color: var(--pear); }
::selection { color: white; background: var(--mardi); }

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