@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/satoshi-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url("/assets/fonts/satoshi-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fff;
  --ink: #333;
  --mint: #24e1ba;
  --mint-pale: #edfff8;
  --line: #e6e8e7;
  --focus: #167965;
  --gutter: clamp(20px, 4vw, 64px);
  /* Layers: photographs 0/1; keyboard skip link 10. */
  font-family: Satoshi, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
body { margin: 0; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
.container { width: min(calc(100% - var(--gutter) * 2), 1400px); margin-inline: auto; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: var(--gutter);
  z-index: 10;
  padding: 12px 18px;
  background: var(--paper);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 274px; flex: 0 1 274px; }
.brand img { width: 100%; height: auto; }
.services-link { padding-block: 12px; text-underline-offset: 5px; text-decoration-thickness: 1px; text-decoration-color: transparent; font-size: 21px; font-weight: 700; white-space: nowrap; }
.services-link:hover { text-decoration-color: currentColor; }
.hero { padding-top: 52px; padding-bottom: 28px; }
h1, h2, h3, p { margin: 0; }
h1 {
  margin-bottom: 34px;
  font-size: clamp(40px, 4.8vw, 76px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.048em;
}
h1 span { white-space: nowrap; }
.slideshow { position: relative; padding-bottom: 64px; }
.slideshow-media {
  position: relative;
  height: clamp(300px, calc(100svh - 320px), 680px);
  overflow: hidden;
  background: #f2f4f3;
}
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; z-index: 0; }
.slide.is-active { opacity: 1; z-index: 1; }
.slide picture, .slide img { width: 100%; height: 100%; }
.slide img { object-fit: cover; object-position: 50% 60%; }
.slide-6179 img { object-position: 50% 65%; }
.slide-6182 img { object-position: 50% 34%; }
.slide-6186 img { object-position: 50% 22%; }
.slide-6187 img { object-position: 50% 35%; }
.slide-6188 img { object-position: center bottom; }
.slideshow-controls { position: absolute; inset-inline: 0; bottom: 0; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.slide-navigation { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.icon-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 7px;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}
.autoplay-toggle { margin-left: -7px; }
.next-slide { margin-right: -7px; }
.icon-button:hover { background: var(--mint-pale); }
.icon-button:active { transform: scale(.95); }
.icon-button img { width: 100%; height: 100%; }
.image-error { position: absolute; inset: 0; display: grid; place-items: center; padding: 28px; text-align: center; line-height: 1.6; }
.services { padding-top: 70px; padding-bottom: 76px; scroll-margin-top: 32px; }
h2 { margin-bottom: 48px; font-size: clamp(34px, 4vw, 58px); line-height: 1.12; letter-spacing: -.04em; font-weight: 700; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 66px 7%; }
h3 { margin-bottom: 14px; font-size: clamp(22px, 1.9vw, 29px); line-height: 1.23; letter-spacing: -.024em; font-weight: 700; text-wrap: balance; }
.service p { max-width: 64ch; font-size: 19px; line-height: 1.55; letter-spacing: -.013em; }
.announcement { background: var(--mint-pale); }
.announcement-inner { display: grid; grid-template-columns: 1fr 72px; align-items: center; gap: 64px; padding-block: 36px; }
.announcement p { max-width: 106ch; font-size: 20px; line-height: 1.55; letter-spacing: -.012em; }
.brand-symbol { width: 72px; height: auto; }

@media (prefers-reduced-motion: no-preference) {
  .slide { transition: opacity 800ms ease-in-out; }
  .icon-button { transition: background-color 150ms ease, transform 150ms ease; }
}

@media (max-width: 767px) {
  :root { --gutter: 20px; }
  .header-inner { min-height: 76px; }
  .brand { width: 216px; flex-basis: 216px; }
  .services-link { display: none; }
  .hero { padding-top: 38px; padding-bottom: 0; }
  h1 { margin-bottom: 30px; font-size: clamp(36px, 9.8vw, 52px); line-height: 1.1; letter-spacing: -.04em; }
  .slideshow-media { height: auto; aspect-ratio: 4 / 3; }
  .slideshow { padding-bottom: 72px; }
  .slide img { object-position: 50% 50%; }
  .slide-6188 img { object-position: center bottom; }
  .slideshow-controls { min-height: 72px; }
  .services { padding-top: 46px; padding-bottom: 50px; scroll-margin-top: 24px; }
  h2 { margin-bottom: 36px; font-size: 36px; }
  .services-grid { grid-template-columns: 1fr; gap: 36px; }
  h3 { margin-bottom: 12px; font-size: 25px; text-wrap: initial; }
  .service p { font-size: 18px; line-height: 1.55; }
  .announcement-inner { grid-template-columns: 1fr; gap: 22px; padding-block: 30px; }
  .announcement p { font-size: 18px; }
  .brand-symbol { width: 50px; justify-self: end; }
}

@media (min-width: 768px) and (max-height: 640px) {
  .hero { padding-top: 28px; }
  h1 { margin-bottom: 24px; font-size: 48px; }
  .slideshow-media { height: 300px; }
}
