:root{--ink: #0c0c0f;--ink-soft: #1c1d25;--paper: #f4f1ea;--muted: #6d6a64;--line: rgba(255, 255, 255, .14);--orange: #f36b2b;--font-display: "Outfit", sans-serif;--font-body: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--paper);background:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;background:#0c0c0fc7;backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;text-decoration:none}.brand-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px 7px;isolation:isolate}.brand-mark:before{content:"";position:absolute;z-index:0;inset:4px 0;border-radius:3px;background:#f4f1ea;pointer-events:none}.brand-mark img{position:relative;z-index:1;height:34px;width:auto}.header-actions{display:flex;align-items:center;gap:20px}.header-links{display:none;gap:18px}.header-links a{text-decoration:none;font-size:13px;letter-spacing:.04em;text-transform:uppercase;opacity:.78}.header-links a:hover{opacity:1}.lang-switch{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden}.lang-switch a{text-decoration:none;padding:6px 11px;font-size:12px;font-weight:650;letter-spacing:.06em}.lang-switch a[aria-current=page]{background:#fff;color:var(--ink)}.hero{min-height:calc(100vh - 61px);display:grid;grid-template-columns:1fr}.hero-copy{position:relative;padding:48px 24px 40px;background:linear-gradient(180deg,#0a0a0a,#2a2a2a 28%,#b8b8b8 62%,#fff);color:#111;overflow:hidden}.hero-copy:before,.hero-copy:after{content:"";position:absolute;width:28px;height:28px;border:1.5px solid rgba(0,0,0,.35)}.hero-copy:before{top:18px;left:18px;border-right:0;border-bottom:0}.hero-copy:after{right:18px;bottom:18px;border-left:0;border-top:0}.kicker{margin:0 0 12px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:650;opacity:.65}.hero-copy h1{margin:0 0 12px;font-family:var(--font-display);font-size:clamp(42px,8vw,78px);line-height:.95;letter-spacing:-.04em;text-transform:uppercase}.hero-copy h2{margin:0 0 18px;max-width:18ch;font-family:var(--font-display);font-size:clamp(20px,3vw,28px);line-height:1.25;font-weight:550}.hero-copy p{max-width:38ch;margin:0 0 28px;color:#2b2b2b}.hero-cta{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:650;letter-spacing:.04em;text-transform:uppercase;font-size:13px;border-bottom:1.5px solid currentColor;padding-bottom:4px}.strips{display:grid}.strip{min-height:88px;padding:18px 20px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;text-decoration:none;color:#fff;position:relative}.strip:hover{filter:brightness(1.06)}.strip-name{font-family:var(--font-display);font-size:20px;font-weight:650;letter-spacing:-.02em}.strip-short{display:none;max-width:18ch;font-size:13px;line-height:1.35;opacity:.9}.strip-logo{width:72px;height:40px;object-fit:contain}.strip-logo.dark-plate{background:#0b0b0f;padding:4px 6px;border-radius:4px}.wordmark{width:min(70%,220px);margin-bottom:28px}.company{padding:72px 24px;border-top:1px solid var(--line)}.company-inner{max-width:1120px;margin:0 auto;display:grid;gap:36px}.company-bar{height:6px;width:72px;border-radius:999px}.company h2{margin:12px 0 8px;font-family:var(--font-display);font-size:clamp(32px,5vw,52px);letter-spacing:-.03em;line-height:1}.company .subtitle{margin:0 0 18px;color:#cfc9bf;font-size:18px}.tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px;padding:0;list-style:none}.tags li{border:1px solid var(--line);border-radius:999px;padding:6px 12px;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.company p{max-width:62ch;color:#d7d2c9}.company p a{color:#fff;text-decoration:underline;text-underline-offset:3px}.company p a:hover{color:var(--orange)}.company-panel{min-height:280px;border-radius:24px;display:grid;place-items:center;padding:36px;background:#101014;text-decoration:none;color:inherit}a.company-panel:hover{filter:brightness(1.06)}.company-panel img{width:min(70%,280px)}.company-wordmark{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);letter-spacing:-.03em;text-align:center;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.25)}.legal{margin-top:28px;font-size:13px;color:#9a958c;white-space:pre-line}.legal strong{display:block;color:#d7d2c9;margin-bottom:6px;font-weight:650}.ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.ctas a{text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:10px 16px;font-size:14px;font-weight:600}.ctas a:hover{background:#fff;color:var(--ink)}.site-footer{padding:40px 24px 48px;border-top:1px solid var(--line);color:#9a958c;font-size:14px}.footer-inner{max-width:1120px;margin:0 auto;display:grid;gap:16px}.footer-address{white-space:pre-line}.footer-links{display:flex;flex-wrap:wrap;gap:16px}.footer-links a{color:#d7d2c9;text-decoration:none}@media(min-width:900px){.header-links{display:flex}.hero{grid-template-columns:minmax(340px,.9fr) 1.1fr;min-height:calc(100svh - 61px)}.hero-copy{display:flex;flex-direction:column;justify-content:flex-end;padding:56px 48px 48px}.strips{grid-template-columns:repeat(7,minmax(0,1fr))}.strip{min-height:100%;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:28px 16px 24px}.strip-name{writing-mode:vertical-rl;transform:rotate(180deg);font-size:22px}.strip-short{display:none}.strip-logo{width:100%;height:48px}.company-inner{grid-template-columns:1.1fr .9fr;align-items:center}}@media(min-width:1200px){.site-header,.hero-copy,.company,.site-footer{padding-left:56px;padding-right:56px}}
