* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; overscroll-behavior-x: none; text-rendering: optimizeLegibility; }
body:has(.mobile-menu.is-open) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { border: 0; color: inherit; font: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #7acb24; outline-offset: 3px; }
.section-shell { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }
.eyebrow { color: var(--forest-soft); font-size: .78rem; font-weight: 700; letter-spacing: .14em; margin: 0 0 22px; text-transform: uppercase; }
.eyebrow--light { color: #c8edc8; }
h1, h2, h3, p { margin-top: 0; text-wrap: balance; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: -.06em; }
h1 { font-size: clamp(3.6rem, 8vw, 8.5rem); line-height: .94; max-width: 900px; margin-bottom: 28px; }
.headline span { display: block; }
h2 { font-size: clamp(2.5rem, 5vw, 5.8rem); line-height: .98; margin-bottom: 26px; }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1; margin-bottom: 14px; }
p { color: rgba(23, 59, 50, .72); font-size: clamp(1.04rem, 1.2vw, 1.25rem); line-height: 1.45; }
svg { display: block; fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 18px; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-size: .93rem; font-weight: 700; gap: 12px; justify-content: center; padding: 16px 20px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .card-link svg { transition: transform .2s ease; }
.button:hover svg, .text-link:hover svg, .card-link:hover svg { transform: translateX(4px); }
.button--cream { background: #f1f4da; color: var(--forest); }
.button--dark { background: var(--ink); color: #fff; }
.button--light { background: rgba(255, 255, 255, .13); color: #fff; }
.button--small { padding: 12px 16px; }
.desktop-cta { background: #fff; border: 0; border-radius: 999px; color: #080b0b; font-size: .88rem; font-weight: 500; gap: 7px; min-height: 38px; min-width: 120px; padding: 7px 12px; }
.desktop-cta:hover, .desktop-cta:focus-visible { background: #f1f1ef; color: #080b0b; }
.desktop-cta svg { height: 17px; padding: 0; width: 17px; }
.text-link, .card-link { align-items: center; display: inline-flex; font-size: .94rem; font-weight: 700; gap: 10px; }
.text-link--light { color: #e8f3de; }
.site-header { align-items: center; background: #000; border-radius: 0; color: #fff; display: flex; gap: 48px; left: auto; max-width: none; min-height: var(--site-header-height); padding: 14px clamp(16px, 4vw, 48px); position: relative; top: auto; transform: none; width: 100%; z-index: 5; }
.brand { align-items: center; display: flex; flex: 0 0 auto; gap: 14px; height: 56px; width: auto; }
.brand__mark { flex: 0 0 48px; height: 38px; overflow: hidden; position: relative; width: 48px; }
.brand__mark img { height: auto; left: -16px; max-width: none; position: absolute; top: 0; width: 80px; }
.brand__name { color: #fff; font-family: var(--font-display); font-size: 1.75rem; font-weight: 600; letter-spacing: -.065em; line-height: 1; }
.desktop-nav { display: flex; flex: 1; gap: 36px; }
.desktop-nav a { color: rgba(255,255,255,.84); font-size: 1rem; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-actions { align-items: center; display: flex; gap: 12px; margin-left: auto; }
.language-menu { position: relative; }
.language-menu__toggle { align-items: center; background: transparent; border: 0; color: #fff; display: flex; height: 46px; justify-content: center; padding: 0; width: 46px; }
.language-menu__toggle:hover { color: #ffffff; }
.language-menu__toggle svg { height: 34px; stroke-width: 1.45; width: 34px; }
.language-menu__options { background: #fff; border: 1px solid rgba(23,59,50,.1); border-radius: 14px; box-shadow: 0 18px 40px rgba(5,35,27,.22); display: grid; gap: 4px; left: 50%; opacity: 0; padding: 6px; pointer-events: none; position: absolute; top: calc(100% + 10px); transform: translate(-50%, -5px); transition: opacity .18s ease, transform .18s ease; width: 70px; z-index: 7; }
.language-menu.is-open .language-menu__options { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.language-menu__option { align-items: center; background: transparent; border-radius: 9px; color: var(--ink); display: inline-flex; font-size: .72rem; font-weight: 800; justify-content: center; min-height: 44px; padding: 9px 8px; }
.language-menu__option:hover, .language-menu__option.is-active { background: #000; color: #fff; }
.menu-button { background: transparent; color: #fff; display: none; padding: 8px; }
.mobile-menu { background: var(--ink-deep); inset: 0; opacity: 0; pointer-events: none; position: fixed; transform: translateY(-16px); transition: opacity .24s var(--ease-out), transform .24s var(--ease-out); z-index: 10; }
.mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-menu__inner { display: flex; flex-direction: column; height: 100%; padding: 28px; }
.mobile-menu__inner { overscroll-behavior: contain; }
.mobile-menu__close { align-self: flex-end; background: transparent; color: #fff; padding: 8px; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 24px; margin-top: 15vh; }
.mobile-menu nav a { color: #f4f4e8; font-family: var(--font-display); font-size: 2.5rem; font-weight: 700; letter-spacing: -.06em; }
.mobile-menu__languages { display: flex; gap: 8px; margin-top: auto; }
  .mobile-menu__languages button { background: rgba(255,255,255,.11); border-radius: 999px; color: #fff; min-height: 44px; padding: 10px 14px; }
.mobile-menu__languages button:hover { background: #fff; color: var(--ink); }
@media (max-width: 900px) { .desktop-nav, .desktop-cta, .language-menu { display: none; } .menu-button { display: block; } .site-header { justify-content: space-between; } }
@media (max-width: 620px) { :root { --site-header-height: 67px; } .section-shell { width: min(calc(100% - 32px), var(--max-width)); } .site-header { padding: 10px 16px; } .header-actions { gap: 4px; } .brand { gap: 8px; height: 47px; } .brand__mark { flex-basis: 34px; height: 28px; width: 34px; } .brand__mark img { left: -11px; top: -1px; width: 57px; } .brand__name { font-size: 1.3rem; } h1 { font-size: clamp(2.25rem, 10.5vw, 3.2rem); line-height: 1.03; } h2 { font-size: clamp(2.1rem, 9vw, 3.8rem); } }

/* Phone controls keep a comfortable tap target while the visual icon stays
   compact. This prevents missed taps in Safari's narrow layout. */
@media (max-width: 760px) {
  .menu-button,
  .mobile-menu__close {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 12px;
  }

  .mobile-menu__inner {
    padding: max(28px, env(safe-area-inset-top)) 24px max(28px, env(safe-area-inset-bottom));
  }
}

/* Keep phone typography compact and prevent the footer Products entry from
   rendering twice when the desktop link and mobile toggle share the markup. */
@media (max-width: 620px) {
  h1 { font-size: clamp(2rem, 9vw, 2.85rem); }
  h2 { font-size: clamp(1.9rem, 8vw, 3.2rem); }
  .mobile-menu nav a { font-size: 2.2rem; }
}

/* Keep the contacts-page menu compact on smaller screens without changing
   the spacing of the shared navigation elsewhere. */
@media (max-width: 760px) {
  .contact-page .mobile-menu nav {
    gap: 14px;
    margin-top: 8vh;
  }
}

@media (max-width: 760px) {
  .site-footer .footer-link-group > .footer-link-parent--desktop { display: none; }
  .site-footer .footer-link-group > [data-footer-products-toggle] { display: inline-flex; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
.form-security-trap {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-turnstile {
  display: flex;
  justify-content: flex-start;
  min-height: 0;
  margin-top: 1rem;
}

.site-footer__trust {
  align-items: center;
  display: flex;
  margin-top: 22px;
  max-width: 48px;
}
.site-footer__trust-badge {
  display: block;
  flex: 0 0 48px;
  height: 48px;
  object-fit: contain;
  width: 48px;
}
