@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/dm-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  --ink: #141519;
  --muted: #60646c;
  --line: #dfe2e7;
  --blue: #2349f4;
  --paper: #fff;
  --soft: #f4f5f8;
  --font: "DM Sans", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; scrollbar-gutter: stable; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
::selection { color: white; background: var(--blue); }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 500; line-height: 1.08; }
img { display: block; max-width: 100%; }
.icon { display: inline-block; flex: 0 0 auto; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: calc(100% - 112px); max-width: 1328px; margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 20px; background: var(--ink); color: white; z-index: 20; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

/* Identity and navigation */
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand-lockup { display: flex; align-items: center; gap: 22px; }
.wordmark { display: inline-flex; flex-shrink: 0; line-height: 1; }
.wordmark img { width: 116px; height: auto; }
.brand-descriptor { border-left: 1px solid var(--line); padding-left: 22px; color: var(--muted); font-size: 12px; line-height: 1.35; letter-spacing: -.01em; }
.site-header nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 500; }
.site-header nav a { white-space: nowrap; transition: color 160ms; }
.site-header nav a:hover { color: var(--blue); }
.nav-contact { display: inline-flex; align-items: center; gap: 22px; border: 1px solid var(--line); border-radius: 999px; padding: 10px 17px; }
.nav-contact .icon { width: 18px; height: 18px; }

/* The holding company */
.hero { padding-top: 65px; padding-bottom: 80px; }
.hero h1 { font-size: clamp(76px, 8.65vw, 124px); font-weight: 500; letter-spacing: -.058em; line-height: 1.02; word-spacing: .018em; }
.hero-emphasis { color: var(--blue); }
.hero-bottom { display: grid; grid-template-columns: 1fr 425px; align-items: end; gap: 50px; margin-top: 48px; }
.hero-bottom p { font-size: 20px; line-height: 1.55; letter-spacing: -.018em; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 23px; }
.primary-link { white-space: nowrap; display: inline-flex; justify-content: space-between; align-items: center; gap: 32px; border-radius: 999px; padding: 16px 23px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 500; transition: background 160ms; }
.primary-link:hover { background: var(--blue); }
.primary-link .icon, .product-link .icon { transition: transform 240ms var(--ease); }
.primary-link:hover .icon, .product-link:hover .icon { transform: translate(2px, -2px); }
.text-link { display: inline-flex; align-items: center; gap: 25px; padding-block: 4px; font-size: 14px; font-weight: 500; }
.text-link .icon { width: 19px; height: 19px; }
.text-link:hover { color: var(--blue); }

/* Portfolio: authentic captures, presented as photographs */
.portfolio { padding-bottom: 104px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; border-top: 1px solid var(--line); padding: 28px 0; }
.section-heading h2 { font-size: 26px; letter-spacing: -.035em; }
.section-heading p { color: var(--muted); font-size: 14px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 66px 32px; }
.product { min-width: 0; }
.product-localcall { --frame: #f5eae2; }
.product-dotmock { --frame: #e9edf8; }
.product-flaps { --frame: #edece8; }
.product-image { position: relative; display: block; width: 100%; border: 0; border-radius: 12px; padding: 24px; overflow: hidden; background: var(--frame); color: var(--ink); cursor: zoom-in; }
.product-image img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; object-position: top; border-radius: 5px; box-shadow: 0 2px 3px #14151908, 0 12px 22px -14px #14151940; transition: transform 360ms var(--ease); }
.product-image:hover img { transform: scale(1.018); }
.preview-prompt { position: absolute; bottom: 35px; right: 35px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #e5e6eb; border-radius: 999px; padding: 8px 12px; background: white; color: var(--ink); font-size: 12px; line-height: 1; opacity: 0; transform: translateY(4px); transition: opacity 160ms, transform 240ms var(--ease); box-shadow: 0 2px 8px #14151912; }
.preview-prompt .icon { width: 16px; height: 16px; }
.product-image:hover .preview-prompt, .product-image:focus-visible .preview-prompt { opacity: 1; transform: none; }
.product-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 26px 0 14px; }
.product-heading h3 { font-size: 33px; letter-spacing: -.045em; }
.product-heading > span { font-size: 13px; color: var(--muted); }
.product > p, .flaps-copy > p { max-width: 550px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.product-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 20px; padding-block: 4px; font-size: 14px; font-weight: 500; }
.product-link .icon { width: 17px; height: 17px; }
.product-link:hover { color: var(--blue); }
.product-flaps { grid-column: 1/-1; display: grid; grid-template-columns: 1.32fr 1fr; align-items: center; gap: 64px; border-top: 1px solid var(--line); padding-top: 48px; }
.product-flaps .product-heading { margin: 0 0 32px; }
.flaps-copy { padding-right: 16px; }
.flaps-copy h4 { margin-bottom: 22px; font-size: 37px; line-height: 1.16; letter-spacing: -.045em; }
.stealth { display: flex; align-items: center; gap: 32px; margin-top: 64px; padding-top: 30px; border-top: 1px solid var(--line); }
.stealth h3 { font-size: 21px; letter-spacing: -.025em; margin-bottom: 8px; }
.stealth p { color: var(--muted); font-size: 14px; }
.stealth-status { display: flex; align-items: center; gap: 10px; margin-left: auto; color: var(--muted); font-size: 13px; white-space: nowrap; }
.stealth-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }

/* A long-term owner, with a distinct operating point of view */
.company { background: var(--ink); color: white; }
.company-inner { padding-block: 94px 90px; }
.company-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.company h2 { font-size: clamp(38px, 3.9vw, 56px); line-height: 1.12; letter-spacing: -.045em; }
.company-intro p { max-width: 520px; color: #d6d7de; font-size: 18px; line-height: 1.75; }
.company-intro p + p { margin-top: 20px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; margin-top: 72px; }
.principles article { border-top: 1px solid #45464d; padding-top: 28px; }
.principles h3 { font-size: 23px; letter-spacing: -.025em; margin-bottom: 17px; }
.principles p { max-width: 350px; color: #bfc1ca; font-size: 15px; line-height: 1.75; }

/* Introductions */
.join { padding-block: 104px 85px; }
.join-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.join-heading h2 { font-size: clamp(44px, 5.1vw, 72px); line-height: 1.09; letter-spacing: -.05em; }
.join-heading p { padding-bottom: 6px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.join-path { display: grid; grid-template-columns: 1fr 1.7fr 54px; align-items: center; gap: 40px; padding: 34px 0; border-top: 1px solid var(--line); }
.join-path:last-child { border-bottom: 1px solid var(--line); }
.join-audience { color: var(--muted); font-size: 14px; }
.join-path h3 { margin-bottom: 11px; font-size: 28px; letter-spacing: -.035em; line-height: 1.2; transition: color 160ms; }
.join-path p { max-width: 540px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.join-arrow { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; transition: background 180ms, color 180ms, border-color 180ms; }
.join-arrow .icon { transition: transform 240ms var(--ease); }
.join-path:hover .join-arrow, .join-path:focus-visible .join-arrow { color: white; border-color: var(--ink); background: var(--ink); }
.join-path:hover .join-arrow .icon { transform: translate(2px, -2px); }
.join-path:hover h3 { color: var(--blue); }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-block: 85px 100px; border-top: 1px solid var(--line); }
.contact h2 { font-size: clamp(38px, 4vw, 56px); letter-spacing: -.045em; line-height: 1.14; }
.contact h2 span { color: var(--blue); }
.contact-copy > p { max-width: 370px; margin-top: 25px; color: var(--muted); font-size: 16px; }
.email-link { display: inline-flex; align-items: center; gap: 28px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; margin-top: 34px; font-size: 25px; letter-spacing: -.035em; }
.email-link:hover { color: var(--blue); border-color: var(--blue); }
.contact-copy .contact-entity { margin-top: 14px; font-size: 13px; }
.contact-form { padding-top: 4px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 27px; }
.field label { font-size: 13px; font-weight: 500; color: var(--muted); }
.field input, .field textarea, .field select { display: block; width: 100%; min-width: 0; border: 0; border-bottom: 1px solid #b6bbc5; border-radius: 0; padding: 12px 0 13px; background: white; color: var(--ink); font-size: 16px; line-height: 1.5; transition: border-color 160ms; }
.field select { cursor: pointer; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: var(--ink); }
.field textarea { min-height: 117px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #757982; }
.form-bottom { display: flex; align-items: center; gap: 25px; margin-top: 32px; }
.form-bottom p { max-width: 220px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.form-bottom button { display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; margin-left: auto; border: 0; border-radius: 999px; padding: 16px 22px; background: var(--ink); color: white; font-size: 14px; font-weight: 500; white-space: nowrap; transition: background 160ms; }
.form-bottom button:hover { background: var(--blue); }
.form-bottom button .icon { width: 19px; height: 19px; }
.form-status { margin-top: 16px; color: var(--muted); font-size: 14px; }
.form-status:empty { display: none; }

/* The signature */
.site-footer { background: var(--soft); }
.footer-top { display: flex; align-items: center; gap: 50px; padding-block: 55px; }
.footer-top .wordmark img { width: 158px; }
.footer-top p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.footer-top nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; }
.footer-bottom { display: flex; align-items: center; gap: 32px; padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-bottom span:nth-child(2) { margin-right: auto; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 10px; }
.footer-bottom .icon { width: 15px; height: 15px; }
.site-footer a:hover { color: var(--blue); }

/* Full-size product imagery, without leaving the company site */
.preview-open { overflow: hidden; }
.product-preview { width: min(1240px, calc(100% - 64px)); max-height: calc(100dvh - 64px); border: 0; border-radius: 14px; padding: 0; color: var(--ink); background: white; overflow-y: auto; box-shadow: 0 32px 100px #0005; }
.product-preview::backdrop { background: #111318bf; }
.preview-header { position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; z-index: 1; padding: 17px 24px; border-bottom: 1px solid var(--line); background: white; }
.preview-header h2 { font-size: 22px; letter-spacing: -.03em; }
.preview-header > div { display: flex; align-items: center; gap: 24px; }
.preview-header a { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; }
.preview-header a:hover { color: var(--blue); }
.preview-header a .icon { width: 16px; height: 16px; }
.preview-header button { display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--ink); background: var(--soft); }
.preview-header button:hover { background: #e8ebf3; }
.preview-body { padding: 20px; background: var(--soft); }
.preview-body img { width: 100%; height: auto; border-radius: 5px; }
.preview-caption { padding: 14px 24px; color: var(--muted); font-size: 12px; }
.legal-page { max-width: 760px; padding-block: 80px 110px; }
.legal-page h1 { margin: 32px 0 18px; font-size: 64px; letter-spacing: -.05em; }
.legal-updated { color: var(--muted); font-size: 14px; }
.legal-copy { margin-top: 40px; }
.legal-copy h2 { margin: 36px 0 15px; font-size: 27px; letter-spacing: -.03em; }
.legal-copy p { margin-bottom: 20px; color: var(--muted); font-size: 17px; }
.legal-copy a, .back-link { text-decoration: underline; text-underline-offset: 4px; }
.error-page { min-height: 65vh; }

@media (min-width: 1600px) {
  .hero { padding-block: 80px 95px; }
  .hero h1 { font-size: 130px; }
}
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .hero h1 { font-size: 8.35vw; }
  .hero-bottom { grid-template-columns: 1fr 375px; gap: 35px; }
  .hero-bottom p { font-size: 18px; }
  .product-grid { gap: 48px 24px; }
  .product-image { padding: 20px; }
  .product-flaps { gap: 35px; }
  .flaps-copy h4 { font-size: 30px; }
  .product-heading h3 { font-size: 30px; }
  .product-heading > span { font-size: 12px; }
  .company-intro, .contact { gap: 40px; }
  .principles { gap: 28px; }
  .principles h3 { font-size: 21px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-bottom { flex-direction: column-reverse; align-items: flex-start; gap: 15px; }
  .form-bottom button { margin-left: 0; }
  .form-bottom p { max-width: none; }
  .footer-top { gap: 30px; }
  .footer-top nav { gap: 18px; }
}
@media (max-width: 800px) {
  .brand-descriptor { display: none; }
  .site-header nav { gap: 23px; }
  .hero-bottom { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero-bottom p { font-size: 17px; }
  .primary-link { gap: 20px; padding: 15px 20px; }
  .footer-top { flex-wrap: wrap; }
  .footer-top nav { width: 100%; margin-left: 0; gap: 30px; }
}
@media (max-width: 700px) {
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 88px; gap: 20px; }
  .wordmark img { width: 91px; }
  .site-header nav { font-size: 12px; gap: 22px; }
  .nav-contact { padding: 8px 12px; gap: 12px; }
  .nav-contact .icon { width: 15px; height: 15px; }
  .hero { padding-block: 43px 52px; }
  .hero h1 { font-size: clamp(48px, 9.5vw, 66px); line-height: 1.03; letter-spacing: -.055em; }
  .hero-bottom { display: flex; flex-direction: column-reverse; align-items: flex-start; gap: 26px; margin-top: 28px; }
  .hero-bottom p { font-size: 17px; line-height: 1.6; }
  .hero-actions { gap: 17px; }
  .primary-link { font-size: 13px; }
  .text-link { font-size: 13px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 9px; padding-block: 24px; }
  .section-heading h2 { font-size: 24px; }
  .section-heading p { font-size: 13px; }
  .product-grid { grid-template-columns: 1fr; gap: 42px; }
  .product-image { padding: 18px; border-radius: 10px; }
  .preview-prompt { bottom: 28px; right: 28px; padding: 7px 10px; font-size: 11px; }
  .product-heading { margin: 21px 0 12px; }
  .product-heading h3 { font-size: 29px; }
  .product > p, .flaps-copy > p { font-size: 15px; }
  .product-link { font-size: 13px; margin-top: 13px; }
  .product-flaps { display: block; border: 0; padding: 0; }
  .product-flaps .product-heading { margin: 21px 0 12px; }
  .flaps-copy { padding-right: 0; }
  .flaps-copy h4 { font-size: 28px; margin: 23px 0 14px; }
  .stealth { flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 42px; padding-top: 27px; }
  .stealth h3 { font-size: 21px; line-height: 1.25; }
  .stealth p { font-size: 14px; }
  .stealth-status { margin-left: 0; font-size: 12px; }
  .portfolio { padding-bottom: 55px; }
  .company-inner { padding-block: 58px; }
  .company-intro { grid-template-columns: 1fr; gap: 28px; }
  .company h2 { font-size: 39px; line-height: 1.12; }
  .company-intro p { font-size: 16px; }
  .principles { grid-template-columns: 1fr; gap: 27px; margin-top: 36px; }
  .principles article { padding-top: 23px; }
  .principles h3 { font-size: 23px; margin-bottom: 12px; }
  .principles p { font-size: 14px; max-width: none; }
  .join { padding-block: 57px 50px; }
  .join-heading { display: block; margin-bottom: 32px; }
  .join-heading h2 { font-size: 40px; }
  .join-heading p { font-size: 16px; margin-top: 22px; }
  .join-path { grid-template-columns: 1fr 40px; gap: 14px; padding-block: 26px; }
  .join-audience { grid-column: 1; font-size: 12px; }
  .join-path > div { grid-column: 1; grid-row: 2; }
  .join-path h3 { font-size: 23px; }
  .join-path p { font-size: 14px; }
  .join-arrow { grid-column: 2; grid-row: 1/3; width: 39px; height: 39px; }
  .join-arrow .icon { width: 20px; height: 20px; }
  .contact { grid-template-columns: 1fr; gap: 42px; padding-block: 56px 60px; }
  .contact h2 { font-size: 41px; }
  .contact-copy > p { margin-top: 22px; font-size: 15px; }
  .email-link { font-size: 24px; margin-top: 26px; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 20px; }
  .field { margin-bottom: 23px; }
  .field label { font-size: 12px; }
  .form-bottom { margin-top: 26px; }
  .form-bottom button { width: 100%; }
  .form-bottom p { font-size: 12px; }
  .footer-top { align-items: center; gap: 26px; padding-block: 35px; }
  .footer-top .wordmark img { width: 118px; }
  .footer-top p { font-size: 12px; }
  .footer-top nav { flex-wrap: wrap; column-gap: 23px; row-gap: 10px; font-size: 12px; }
  .footer-bottom { flex-wrap: wrap; gap: 13px 18px; font-size: 11px; }
  .footer-bottom span:nth-child(2) { order: 4; width: 100%; }
  .footer-bottom a:first-of-type { margin-left: auto; }
  .product-preview { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 10px; }
  .preview-header { padding: 13px 16px; gap: 12px; }
  .preview-header h2 { font-size: 19px; }
  .preview-header > div { gap: 14px; }
  .preview-header a { font-size: 12px; gap: 6px; }
  .preview-body { padding: 12px; }
  .preview-caption { font-size: 11px; padding: 12px 16px; }
  .legal-page { padding-block: 45px 70px; }
  .legal-page h1 { font-size: 46px; }
  .legal-copy p { font-size: 16px; }
}
@media (max-width: 560px) {
  .site-header nav > a:nth-child(2):not(.nav-contact) { display: none; }
  .hero h1 { font-size: clamp(45px, 12.2vw, 66px); }
}
@media (max-width: 380px) {
  .site-header nav { gap: 14px; }
  .nav-contact { gap: 7px; padding: 8px 10px; }
  .contact h2 { font-size: 36px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (hover: none) {
  .preview-prompt { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
