@font-face {
  font-family:Inter;
  src:url('assets/fonts/inter-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:400 750;
  font-display:swap
}

@font-face {
  font-family:'JetBrains Mono';
  src:url('assets/fonts/jetbrains-mono-latin.woff2') format('woff2');
  font-style:normal;
  font-weight:400 500;
  font-display:swap
}

:root {
  --ink:#0b0f14;
  --dark:#101920;
  --slate:#53657a;
  --steel:#9caebd;
  --line:#a7b9c9;
  --blue:#2780fa;
  --light:#f8fafc;
  --text:#111827;
  --mono:'JetBrains Mono',monospace;
  --sans:Inter,Arial,sans-serif
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}

body {
  margin:0;
  font-family:var(--sans);
  font-size:16px;
  line-height:1.55;
  color:var(--text);
  background:var(--ink);
  -webkit-font-smoothing:antialiased
}

a {
  color:inherit;
  text-decoration:none
}

button,input,textarea {
  font:inherit
}

button,a,input,textarea {
  -webkit-tap-highlight-color:transparent
}

button {
  cursor:pointer
}

button:disabled {
  cursor:not-allowed
}

svg {
  display:block
}

h1,h2,h3,p {
  margin:0
}

h1,h2,h3 {
  line-height:1.12;
  letter-spacing:-.045em
}

a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible {
  outline:3px solid #2681ff;
  outline-offset:5px
}

::selection {
  background:#2780fa;
  color:#fff
}

.container {
  width:calc(100% - 128px);
  max-width:1320px;
  margin-inline:auto
}

.mono,.eyebrow,.section-label,.section-rail {
  font-family:var(--mono)
}

.skip-link {
  position:fixed;
  z-index:20;
  top:12px;
  left:16px;
  padding:12px 20px;
  background:#fff;
  color:#101920;
  transform:translateY(-200%);
  border-radius:4px
}

.skip-link:focus {
  transform:translateY(0)
}

.hero-shell {
  position:relative;
  isolation:isolate;
  background:var(--ink);
  color:#f8fafc;
  overflow:hidden
}

.hero-art {
  position:absolute;
  inset:0;
  z-index:-3;
  background:url('assets/hero-smartphone-frontal.webp') center 58%/cover no-repeat
}

.hero-art:after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,14,19,.88) 0%,rgba(8,14,19,.6) 31%,rgba(8,14,19,.14) 55%,rgba(8,14,19,.06) 100%)
}

.hero-grid {
  position:absolute;
  inset:0 0 0 50%;
  z-index:-2;
  opacity:.14;
  background-image:linear-gradient(#31414d66 1px,transparent 1px),linear-gradient(90deg,#31414d66 1px,transparent 1px);
  background-size:134px 134px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%)
}

.site-header {
  height:102px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  position:relative;
  z-index:5
}

.wordmark {
  font-weight:650;
  font-size:29px;
  letter-spacing:-1.8px;
  line-height:1;
  white-space:nowrap;
  display:inline-block;
  transform:scaleX(1.06);
  transform-origin:left center
}

.brand-w {
  background:linear-gradient(115deg,currentColor 0 60%,var(--blue) 61% 78%,currentColor 79%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent
}

.navigation {
  display:flex;
  align-items:center;
  gap:40px;
  font-size:14px;
  font-weight:500
}

.navigation>a {
  transition:color .2s
}

.navigation>a:hover {
  color:#78b6ff
}

.navigation .nav-contact {
  border:1px solid #2780fa;
  border-radius:5px;
  padding:12px 26px;
  transition:background .2s,border-color .2s
}

.navigation .nav-contact:hover {
  background:#2780fa;
  color:#fff;
  border-color:#2780fa
}

.menu-toggle {
  display:none
}

.hero {
  min-height:627px;
  position:relative;
  padding-top:54px;
  padding-bottom:102px
}

.hero-copy {
  width:58%;
  max-width:720px
}

.eyebrow {
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:400;
  line-height:1.6
}

.hero .eyebrow {
  color:#bfccd9;
  margin-bottom:26px
}

.hero h1 {
  font-size:clamp(48px,4.25vw,68px);
  font-weight:600;
  line-height:1.045;
  letter-spacing:-.043em
}

.hero h1 span {
  color:#3288ff
}

.hero-description {
  color:#d1d8df;
  max-width:540px;
  margin-top:28px;
  font-size:17px;
  line-height:1.55
}

.button {
  min-height:49px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  padding:12px 24px;
  border:0;
  border-radius:5px;
  font-size:14px;
  font-weight:550;
  line-height:1.4;
  transition:background .2s,transform .2s,box-shadow .2s
}

.button svg {
  height:20px;
  width:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5
}

.button-primary {
  background:#217bfa;
  color:#fff;
  margin-top:32px;
  box-shadow:inset 0 1px 0 #ffffff26
}

.button-primary:hover {
  background:#116ae9;
  transform:translateY(-2px);
  box-shadow:0 8px 24px #061a4b40
}

.hero-process {
  position:absolute;
  right:1%;
  top:auto;
  bottom:170px;
  display:grid;
  gap:2px;
  padding:20px 25px;
  font-size:12px;
  letter-spacing:.21em;
  text-transform:uppercase;
  color:#d1deeb;
  line-height:1.8
}

.hero-process:before,.hero-process:after {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  width:14px;
  border-top:1px solid #4296ff;
  border-bottom:1px solid #4296ff
}

.hero-process:before {
  left:0;
  border-left:1px solid #4296ff
}

.hero-process:after {
  right:0;
  border-right:1px solid #4296ff
}

.hero-note {
  position:absolute;
  right:1%;
  bottom:62px;
  font-size:11px;
  line-height:1.75;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#adc1d1
}

.accent-rule {
  display:block;
  width:34px;
  height:1px;
  background:var(--blue);
  position:relative
}

.accent-rule:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:8px;
  background:#88baf4
}

.hero-note .accent-rule {
  margin-top:20px
}

.hero-signature {
  position:absolute;
  bottom:28px;
  left:0;
  font-size:11px;
  letter-spacing:.17em;
  color:#a7bacb;
  text-transform:uppercase
}

.hero-signature .accent-rule {
  margin-bottom:11px
}

.crosshair {
  position:absolute;
  top:36px;
  left:63%;
  width:22px;
  height:22px;
  opacity:.7
}

.crosshair:before,.crosshair:after {
  content:'';
  position:absolute;
  background:#aec5d5
}

.crosshair:before {
  top:10px;
  left:0;
  width:22px;
  height:1px
}

.crosshair:after {
  left:10px;
  top:0;
  height:22px;
  width:1px
}

.section {
  position:relative;
  padding:44px 0;
  border-top:1px solid #7891a955;
  overflow:hidden;
  scroll-margin-top:0
}

.section-light {
  background:#f8fafc;
  color:var(--text)
}

.section-muted {
  background:#eef3f8;
  color:var(--text)
}

.section-dark {
  background:#101920;
  color:#f8fafc
}

.with-rail {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 106px;
  gap:42px
}

.section-main {
  position:relative;
  z-index:1;
  min-width:0
}

.section-label {
  display:flex;
  align-items:center;
  gap:20px;
  color:#59718e;
  font-size:12px;
  font-weight:400;
  letter-spacing:.19em;
  text-transform:uppercase;
  line-height:1.5;
  margin-bottom:38px
}

.section-label:after {
  content:'';
  display:block;
  height:1px;
  width:85px;
  background:#749aba
}

.section-dark .section-label {
  color:#b0c3d7
}

.section-rail {
  font-size:10px;
  letter-spacing:.15em;
  line-height:1.75;
  text-transform:uppercase;
  color:#59718e;
  padding-top:0
}

.section-rail .accent-rule {
  margin-top:22px
}

.section-dark .section-rail {
  color:#a9bfd4
}

.company {
  padding-bottom:52px
}

.company-content {
  display:grid;
  grid-template-columns:1.1fr .8fr;
  gap:44px;
  align-items:center
}

.company h2 {
  font-size:clamp(32px,3vw,46px);
  font-weight:600;
  letter-spacing:-.047em
}

.company-content>p {
  border-left:1px solid #a9bbc9;
  padding-left:26px;
  font-size:16px;
  line-height:1.6;
  color:#3f5064;
  max-width:385px
}

.company-monogram {
  position:absolute;
  right:-21px;
  bottom:-35px;
  width:310px;
  fill:#e2eaf2;
  pointer-events:none
}

.company-monogram .monogram-blue {
  fill:#dce8f6
}

.activity {
  padding-bottom:44px
}

.pillars {
  display:grid;
  grid-template-columns:1fr 1fr 1.07fr;
  gap:30px
}

.pillar {
  border-left:1px solid #809bb7;
  padding-left:24px
}

.pillar-icon {
  height:38px;
  width:38px;
  fill:none;
  stroke:var(--blue);
  stroke-width:1.8;
  color:var(--blue);
  margin-bottom:24px
}

.pillar h3 {
  font-size:23px;
  letter-spacing:-.038em;
  font-weight:600;
  line-height:1.25;
  margin-bottom:10px
}

.pillar p {
  color:#435164;
  font-size:16px;
  line-height:1.55
}

.products {
  background:#fbf8fc;
  color:#191015;
  padding-bottom:44px;
  border-top-color:#e4dce8
}

.products .section-label {
  margin-bottom:26px
}

.product-panel {
  position:relative;
  overflow:hidden;
  border:1px solid #ebdceb;
  border-radius:28px;
  padding:40px 44px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:36px;
  align-items:center;
  background:radial-gradient(ellipse at 90% 20%,#efdffa 0%,transparent 48%),linear-gradient(120deg,#fffdfd 16%,#fff3f7 65%,#fbe6f3 100%)
}

.product-copy .eyebrow {
  font-size:12px;
  letter-spacing:.13em;
  color:#675e70;
  margin-bottom:18px
}

.product-copy h3 {
  margin-bottom:24px;
  line-height:0
}

.kinfancy-wordmark {
  display:block;
  width:235px;
  max-width:100%;
  height:auto
}

.product-tagline {
  font-family:var(--sans);
  font-size:clamp(32px,3.2vw,44px);
  font-weight:600;
  line-height:1.13;
  letter-spacing:-.045em
}

.product-tagline span {
  color:#ab167f
}

.product-description {
  font-size:16px;
  color:#675e70;
  line-height:1.65;
  max-width:500px;
  margin-top:22px
}

.product-moments {
  list-style:none;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:14px 22px;
  margin:26px 0 0
}

.product-moments li {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:#675e70;
  line-height:1.5
}

.product-moments svg {
  flex:none;
  width:19px;
  height:19px;
  fill:none;
  stroke:#bd1586;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round
}

.product-visual {
  display:flex;
  justify-content:center;
  padding:10px 0
}

.kinfancy-brand-card {
  width:258px;
  padding:30px 28px 26px;
  text-align:center;
  border:1px solid #ffffff;
  border-radius:36px;
  background:#ffffff91;
  box-shadow:0 18px 50px -24px #8827823d
}

.kinfancy-app-icon {
  display:block;
  width:188px;
  max-width:100%;
  height:auto;
  margin:0 auto;
  filter:drop-shadow(0 12px 12px #96108d1c)
}

.kinfancy-brand-card p {
  margin-top:24px;
  font-size:14px;
  line-height:1.65;
  color:#675e70
}

.kinfancy-brand-card p span {
  color:#93169f;
  font-weight:600
}

@media(max-width:900px) {
  .product-panel {
    grid-template-columns:minmax(0,1fr) 210px;
    padding:32px;
    gap:26px
  }
  .kinfancy-wordmark {
    width:205px
  }
  .kinfancy-brand-card {
    width:210px;
    padding:24px 20px;
    border-radius:28px
  }
  .kinfancy-app-icon {
    width:150px
  }
  .product-tagline {
    font-size:35px
  }
}

@media(max-width:650px) {
  .product-panel {
    padding:28px 24px;
    grid-template-columns:minmax(0,1fr);
    gap:26px;
    border-radius:24px
  }
  .product-copy .eyebrow {
    font-size:12px;
    letter-spacing:.07em
  }
  .kinfancy-wordmark {
    width:210px
  }
  .product-tagline {
    font-size:clamp(28px,7.8vw,40px);
    letter-spacing:-.05em
  }
  .product-description {
    margin-top:20px
  }
  .product-moments {
    gap:12px 18px;
    margin-top:22px
  }
  .product-visual {
    padding:0;
    justify-content:flex-start
  }
  .kinfancy-brand-card {
    display:flex;
    align-items:center;
    gap:17px;
    width:100%;
    padding:16px;
    border-radius:22px;
    text-align:left;
    box-shadow:none
  }
  .kinfancy-app-icon {
    width:64px;
    flex:none;
    margin:0
  }
  .kinfancy-brand-card p {
    margin:0;
    font-size:13px
  }
}

.contact {
  padding-top:46px;
  padding-bottom:55px
}

.contact-content {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:60px
}

.contact-copy h2 {
  font-size:60px;
  font-weight:600;
  line-height:.99;
  margin-bottom:27px
}

.contact-copy h2 span {
  color:#237df3
}

.contact-copy p {
  font-size:16px;
  line-height:1.65;
  color:#485970;
  max-width:350px
}

.contact-form {
  padding-top:0;
  min-width:0
}

.form-row {
  display:grid;
  grid-template-columns:82px minmax(0,1fr);
  gap:20px;
  margin-bottom:13px;
  align-items:start
}

.form-row label {
  font-family:var(--mono);
  font-size:11px;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  line-height:1.5;
  padding-top:12px
}

.form-row input,.form-row textarea {
  width:100%;
  min-height:42px;
  border:1px solid #9eb2c8;
  border-radius:4px;
  background:#fff;
  color:#1f2937;
  padding:9px 12px;
  font-size:14px;
  line-height:1.5;
  transition:border-color .15s,box-shadow .15s
}

.form-row input::placeholder,.form-row textarea::placeholder {
  color:#65768c;
  opacity:1
}

.form-row input:hover,.form-row textarea:hover {
  border-color:#6a8daf
}

.form-row input:focus,.form-row textarea:focus {
  outline:2px solid #2780fa;
  outline-offset:2px
}

.form-row textarea {
  resize:vertical;
  min-height:110px;
  max-height:350px
}

.form-actions {
  padding-left:102px
}

.button-submit {
  background:#176ade;
  color:#fff;
  min-width:145px;
  min-height:44px;
  gap:25px
}

.button-submit:disabled {
  background:#d9e0e7;
  color:#68788b
}

.button-submit:not(:disabled):hover {
  background:#1258ba
}

.contact-trap {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}

#form-status[data-state=success] {
  color:#176344
}

#form-status[data-state=error] {
  color:#a62536
}

.button-submit svg {
  height:17px;
  width:17px;
  opacity:.6
}

.form-actions p {
  font-size:12px;
  line-height:1.65;
  color:#52637a;
  margin-top:17px
}

.site-footer {
  border-top:1px solid #9ab0c044;
  padding:48px 0 50px
}

.footer-grid {
  display:grid;
  grid-template-columns:1fr 1.65fr 1fr;
  gap:44px;
  align-items:stretch
}

.footer-brand {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:14px;
  border-right:1px solid #4b6173;
  padding-right:30px
}

.footer-brand .wordmark {
  font-size:28px
}

.footer-brand>.mono {
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#b6c6d5;
  padding-left:33px
}

.company-details {
  font-size:12px;
  line-height:1.65;
  color:#c2d0dd
}

.legal-name {
  font-size:11px;
  line-height:1.8;
  letter-spacing:.12em;
  margin-bottom:18px
}

.company-details address {
  font-style:normal
}

.footer-end {
  font-size:13px;
  color:#c4d0dc;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px
}

.footer-end a {
  font-size:13px;
  color:#e0e9f2;
  border-bottom:1px solid #57728a;
  padding-bottom:2px
}

.footer-end a:hover {
  color:#61a2ff
}

.footer-end .accent-rule {
  margin:15px 0 2px
}

.footer-end small {
  font-size:11px;
  line-height:1.6
}

@media(min-width:1600px) {
  .hero-art {
    background-position:center 58%
  }
  .hero {
    min-height:680px
  }
  .hero h1 {
    font-size:74px
  }
  .hero-description {
    font-size:18px
  }
  .company-monogram {
    right:10px
  }
  .company-content {
    grid-template-columns:1.12fr 1fr
  }
}

@media(max-width:1190px) {
  .container {
    width:calc(100% - 80px)
  }
  .with-rail {
    grid-template-columns:minmax(0,1fr);
    gap:0
  }
  .section-rail {
    display:none
  }
  .company-monogram {
    right:-45px;
    width:265px;
    opacity:.6
  }
  .company-content {
    grid-template-columns:1.1fr 1fr;
    gap:50px
  }
  .company-content>p {
    max-width:390px
  }
  .hero-copy {
    width:65%
  }
  .hero h1 {
    font-size:58px
  }
  .hero-note {
    display:none
  }
  .hero-process {
    display:none
  }
  .hero-description {
    max-width:480px
  }
  .contact-content {
    gap:40px
  }
  .footer-grid {
    gap:28px;
    grid-template-columns:.95fr 1.5fr 1fr
  }
  .footer-brand .wordmark {
    font-size:25px
  }
}

@media(max-width:900px) {
  .container {
    width:calc(100% - 56px)
  }
  .site-header {
    height:88px
  }
  .wordmark {
    font-size:25px
  }
  .navigation {
    gap:24px;
    font-size:13px
  }
  .navigation .nav-contact {
    padding:10px 17px
  }
  .hero {
    padding-top:48px;
    padding-bottom:355px;
    min-height:0
  }
  .hero h1 {
    font-size:51px
  }
  .hero-copy {
    width:100%
  }
  .hero-description {
    font-size:16px;
    max-width:450px
  }
  .hero .eyebrow {
    font-size:10px
  }
  .hero-process {
    display:none
  }
  .hero-note {
    display:none
  }
  .hero-art {
    inset:auto 0 0;
    height:360px;
    background-size:auto 100%;
    background-position:right bottom
  }
  .hero-art:after {
    background:linear-gradient(180deg,#0b0f14 0%,#0b0f1480 13%,transparent 34%),linear-gradient(90deg,#0b0f14 0%,transparent 42%)
  }
  .company h2 {
    font-size:35px
  }
  .company-content {
    gap:26px
  }
  .company-content>p {
    font-size:15px;
    padding-left:20px
  }
  .pillars {
    gap:18px
  }
  .pillar {
    padding-left:19px
  }
  .pillar h3 {
    font-size:20px
  }
  .pillar p {
    font-size:15px
  }
  .contact-content {
    grid-template-columns:.85fr 1.15fr;
    gap:30px
  }
  .contact-copy h2 {
    font-size:50px
  }
  .form-row {
    grid-template-columns:1fr;
    gap:5px;
    margin-bottom:14px
  }
  .form-row label {
    padding:0;
    font-size:10px
  }
  .form-actions {
    padding:0
  }
  .footer-grid {
    grid-template-columns:1fr 1.4fr;
    gap:30px
  }
  .footer-end {
    grid-column:1/-1;
    flex-direction:row;
    gap:22px;
    flex-wrap:wrap;
    align-items:center;
    border-top:1px solid #4b6173;
    padding-top:24px
  }
  .footer-end .accent-rule {
    display:none
  }
  .footer-end small {
    margin-left:auto
  }
  .footer-end small br {
    display:none
  }
}

@media(max-width:650px) {
  html {
    scroll-padding-top:16px
  }
  .container {
    width:calc(100% - 40px)
  }
  .site-header {
    height:82px
  }
  .wordmark {
    font-size:26px
  }
  .menu-toggle {
    width:44px;
    height:44px;
    background:transparent;
    border:1px solid #536b8277;
    border-radius:4px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    z-index:2;
    color:#fff
  }
  .menu-toggle span {
    height:1px;
    width:19px;
    background:currentColor;
    transition:transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3.5px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg)
  }
  .navigation {
    display:none;
    position:absolute;
    top:73px;
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 15px 15px;
    background:#101a23;
    border:1px solid #40566b;
    box-shadow:0 16px 40px #0005;
    border-radius:5px
  }
  .navigation.is-open {
    display:flex
  }
  .navigation>a {
    padding:14px 10px;
    min-height:44px;
    font-size:15px
  }
  .navigation .nav-contact {
    margin-top:5px;
    text-align:center;
    padding:12px
  }
  .hero {
    padding-top:49px;
    padding-bottom:315px;
    min-height:0
  }
  .hero-copy {
    width:100%;
    max-width:490px
  }
  .hero h1 {
    font-size:clamp(38px,9.6vw,59px);
    line-height:1.06;
    letter-spacing:-.045em
  }
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:.13em;
    margin-bottom:24px
  }
  .hero-description {
    font-size:15px;
    max-width:355px;
    margin-top:24px;
    line-height:1.65;
    color:#dce3ea
  }
  .button-primary {
    margin-top:29px;
    min-height:49px;
    padding:13px 20px;
    font-size:13px;
    gap:21px
  }
  .hero-art {
    height:320px;
    background-position:right bottom
  }
  .hero-art:after {
    background:linear-gradient(180deg,#0b0f14 0%,#0b0f1480 13%,transparent 34%),linear-gradient(90deg,#0b0f1455,transparent 40%)
  }
  .hero-grid {
    inset:0 0 0 35%;
    background-size:94px 94px;
    opacity:.1
  }
  .hero-process {
    display:none
  }
  .hero-note {
    display:none
  }
  .crosshair {
    top:18px;
    left:auto;
    right:12%
  }
  .hero-signature {
    font-size:9px;
    bottom:26px
  }
  .section {
    padding:35px 0
  }
  .section-label {
    font-size:10px;
    letter-spacing:.17em;
    gap:18px;
    margin-bottom:29px
  }
  .section-label:after {
    width:65px
  }
  .company-content {
    grid-template-columns:1fr;
    gap:25px
  }
  .company h2 {
    font-size:clamp(29px,7.4vw,43px);
    line-height:1.13
  }
  .company-content>p {
    font-size:15px;
    max-width:390px;
    border-left:1px solid #a9bbc9;
    padding-left:18px;
    position:relative;
    z-index:1
  }
  .company-monogram {
    width:180px;
    right:-24px;
    bottom:-20px;
    opacity:.48
  }
  .pillars {
    grid-template-columns:1fr;
    gap:28px
  }
  .pillar {
    display:grid;
    grid-template-columns:42px 1fr;
    column-gap:18px;
    align-items:start;
    padding-left:18px
  }
  .pillar-icon {
    grid-row:1/3;
    width:31px;
    height:31px;
    margin:2px 0 0
  }
  .pillar h3 {
    font-size:22px;
    line-height:1.3;
    margin-bottom:5px
  }
  .pillar p {
    font-size:15px
  }
  .pillar p br {
    display:none
  }
  .contact-content {
    grid-template-columns:1fr;
    gap:30px
  }
  .contact-copy h2 {
    font-size:53px;
    line-height:1.01;
    margin-bottom:20px
  }
  .contact-copy p {
    max-width:410px;
    font-size:15px
  }
  .contact-form {
    padding-top:0
  }
  .form-row {
    gap:8px;
    margin-bottom:18px
  }
  .form-row label {
    font-size:11px
  }
  .form-row input,.form-row textarea {
    font-size:16px;
    min-height:47px;
    padding:11px 12px
  }
  .form-row textarea {
    min-height:136px
  }
  .button-submit {
    min-height:46px;
    min-width:148px
  }
  .form-actions p {
    font-size:12px
  }
  .site-footer {
    padding:35px 0
  }
  .footer-grid {
    grid-template-columns:1fr;
    gap:26px
  }
  .footer-brand {
    border-right:0;
    border-bottom:1px solid #4b6173;
    padding:0 0 27px;
    gap:12px
  }
  .footer-brand .wordmark {
    font-size:28px
  }
  .footer-brand>.mono {
    padding-left:25px;
    font-size:9px
  }
  .legal-name {
    font-size:11px;
    margin-bottom:16px
  }
  .company-details {
    font-size:12px;
    line-height:1.8
  }
  .footer-end {
    grid-column:auto;
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    gap:11px;
    padding-top:22px
  }
  .footer-end small {
    margin:8px 0 0;
    font-size:11px
  }
  .footer-end small br {
    display:block
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
  .button-primary:hover {
    transform:none
  }
}

.site-header {
  position:absolute;
  inset:0 0 auto;
  color:#f8fafc
}

.hero-shell {
  padding-top:102px
}

.button-primary {
  background:#176ade
}

@media(max-width:900px) {
  .hero-shell {
    padding-top:88px
  }
}

@media(max-width:650px) {
  .hero-shell {
    padding-top:82px
  }
}

@media(min-width:651px) and (max-width:1190px) {
  .hero {
    min-height:560px;
    padding-top:48px;
    padding-bottom:88px
  }
  .hero-copy {
    width:58%
  }
  .hero h1 {
    font-size:clamp(37px,5.4vw,58px)
  }
  .hero-description {
    max-width:360px;
    font-size:15px
  }
  .hero-art {
    inset:0;
    height:auto;
    background-size:cover;
    background-position:65% center
  }
  .hero-art:after {
    background:linear-gradient(90deg,#0b0f14f5 0%,#0b0f14d9 31%,#0b0f1473 49%,#0b0f140a 70%)
  }
  .crosshair {
    display:none
  }
}

