:root { color-scheme: light; --paper: #f8f9f5; --ink: #173e35; --muted: #58665e; --line: #d8ded6; --accent: #879879; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; color: var(--ink); background: var(--paper); font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
p, h1, h2, h3 { margin: 0; }
.wrap { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: 8px; left: 12px; z-index: 5; padding: 12px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-size: 13px; font-weight: 650; letter-spacing: 1.6px; }
.site-header > .brand { margin-right: auto; }
.site-header { flex-wrap: wrap; padding-block: 16px; }
.language-switcher { gap: 4px; }
.language-switcher a { padding: 6px 8px; border: 1px solid transparent; border-radius: 6px; white-space: nowrap; }
.language-switcher a[aria-current="page"] { border-color: var(--line); background: #eaf0e6; font-weight: 650; }
.language-flag { font-size: 20px; line-height: 1; }
nav { display: flex; gap: 32px; align-items: center; }
nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 13px; text-decoration: none; }
.hero { padding-block: 82px 36px; position: relative; overflow: hidden; }
.eyebrow, .section-label { font-size: 12px; font-weight: 550; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow { margin-bottom: 25px; }
h1 { position: relative; z-index: 1; font-size: clamp(44px, 5.15vw, 72px); line-height: 1.09; font-weight: 450; letter-spacing: -3.4px; max-width: 850px; }
.accent { color: var(--accent); }
.hero-bottom { margin-top: 62px; display: flex; justify-content: flex-end; align-items: center; position: relative; z-index: 1; gap: 24px; }
.text-link { font-size: 13px; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; gap: 32px; }
.hero-art { position: absolute; width: 360px; right: -72px; top: 38px; stroke: #dce3d8; stroke-width: 1; }
.section { padding-block: 64px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.split { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; }
.index { color: var(--muted); margin-right: 18px; letter-spacing: 0; }
.lead { font-size: 25px; line-height: 1.5; letter-spacing: -.5px; max-width: 720px; }
.body-copy { margin-top: 23px; max-width: 590px; font-size: 16px; line-height: 1.75; color: var(--muted); }
.services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px; margin-top: 42px; }
.service-symbol { font-size: 29px; display: block; height: 52px; font-weight: 300; }
h3 { font-size: 19px; font-weight: 500; letter-spacing: -.3px; }
.services p { margin-top: 15px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.product-card { margin-top: 32px; padding: 42px 46px; background: #eaf0e6; min-height: 300px; position: relative; overflow: hidden; }
.product-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; position: relative; z-index: 1; }
.product-heading h3 { font-size: 44px; font-weight: 550; letter-spacing: -2px; }
.product-heading h3 span { color: #6e805e; }
.status { font-size: 11px; border: 1px solid #a7b69e; border-radius: 30px; padding: 8px 12px; }
.product-description { position: relative; z-index: 1; margin-top: 35px; }
.product-tagline { font-size: 23px; line-height: 1.4; letter-spacing: -.5px; }
.product-description > p:last-child { font-size: 13px; color: var(--muted); margin-top: 20px; line-height: 1.6; }
.product-decoration { position: absolute; right: 125px; bottom: -94px; width: 230px; height: 270px; transform: rotate(30deg); }
.product-decoration span { position: absolute; inset: 0; border: 1px solid #c3cfbb; border-radius: 110px 110px 0 0; }
.product-decoration span + span { inset: 25px; }
.company-details > p { margin-top: 9px; color: var(--muted); font-size: 15px; }
dl { margin: 26px 0 0; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 28px; font-size: 13px; }
dt { color: var(--muted); }
dd { margin: 0; }
.contact-band { background: var(--ink); color: var(--paper); scroll-margin-top: 20px; }
.contact-inner { padding-block: 52px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.contact-inner p { margin-top: 18px; font-size: 35px; letter-spacing: -1px; }
.contact-inner > a { font-size: clamp(18px, 2.2vw, 27px); text-decoration-thickness: 1px; text-underline-offset: 8px; overflow-wrap: anywhere; }
.contact-inner > a span { display: inline-block; margin-left: 20px; }
.site-footer { padding-block: 38px 30px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-company { font-weight: 550; color: var(--ink); font-size: 13px; }
.copyright { margin-top: 33px; font-size: 11px; }
.legal { min-height: 55vh; padding-block: 76px; max-width: 760px; }
.legal h1 { font-size: 48px; letter-spacing: -2px; margin-bottom: 28px; }
.legal p { font-size: 17px; line-height: 1.8; margin-block: 20px; }
.legal .eyebrow { font-size: 12px; }
@media (min-width: 1500px) { .hero { padding-top: 100px; } }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 92px; gap: 12px; }
  .brand { font-size: 10px; letter-spacing: 1px; gap: 8px; }
  .brand img { width: 25px; height: 29px; }
  nav { gap: 16px; }
  nav a { font-size: 12px; }
  .hero { padding-top: 58px; }
  h1 { font-size: clamp(40px, 7.8vw, 59px); letter-spacing: -2px; max-width: 620px; }
  .desktop-break { display: none; }
  .hero-art { width: 290px; right: -145px; top: 15px; opacity: .6; }
  .hero-bottom { margin-top: 36px; }
  .text-link { gap: 12px; font-size: 12px; }
  .section { padding-block: 42px; }
  .split { grid-template-columns: 1fr; gap: 27px; }
  .lead { font-size: 22px; }
  .services { gap: 26px; }
  .services h3 { font-size: 17px; }
  .services p { font-size: 14px; }
  .product-card { padding: 30px; }
  .product-decoration { right: -60px; }
  .contact-inner { padding-block: 40px; flex-direction: column; align-items: flex-start; gap: 25px; }
}
@media (max-width: 480px) {
  .site-header { flex-wrap: wrap; padding-block: 22px 12px; gap: 12px; }
  .site-header nav { width: 100%; justify-content: space-between; }
  .site-header > .brand { width: 100%; }
  .site-header .language-switcher { width: auto; justify-content: flex-start; }
  .hero { padding-top: 42px; }
  .hero-bottom { flex-wrap: wrap; gap: 4px 22px; }
  .services { grid-template-columns: 1fr; margin-top: 30px; gap: 28px; }
  .services article + article { border-top: 1px solid var(--line); padding-top: 24px; }
  .service-symbol { height: 43px; }
  .services h3 { font-size: 20px; }
  .services p { font-size: 15px; margin-top: 10px; }
  .product-card { padding: 26px 22px; }
  .product-heading { flex-wrap: wrap; gap: 12px; }
  .product-heading h3 { font-size: 39px; }
  .status { font-size: 10px; }
  .product-tagline { font-size: 22px; }
  .footer-top { align-items: flex-start; }
  .site-footer nav { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
