/* Original editorial layout, inspired by Calder's blue/white typography.
   Theme: intentionally light, as selected in the brand brief.
   Radius: 8px for media, full-pill for interactive controls.
   Motion: locally bundled Motion library; progressive enhancement. */
:root {
  color-scheme: light;
  --paper: #f5edce;
  --blue: #2448d8;
  --ink: var(--blue);
  --muted: #2448d8e6;
  --line: #2448d840;
  --wash: var(--paper);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}
a:active {
  transform: translateY(1px);
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
p,
h1,
h2,
figure,
dl,
dd {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
::selection {
  color: var(--paper);
  background: var(--blue);
}
.page-shell {
  max-width: 1600px;
  padding: 0 40px;
  margin: auto;
}
.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  transform: translateY(-200%);
  background: var(--paper);
  padding: 14px;
  z-index: 1;
}
.skip-link:focus {
  transform: none;
}
.site-header {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.small-wordmark {
  font: 32px/1 var(--serif);
  letter-spacing: -1.8px;
}
nav {
  display: flex;
  gap: 8px;
}
nav a {
  padding: 12px 18px;
  font-size: 15px;
  border-radius: 999px;
}
nav a:last-child {
  background: var(--wash);
}
nav a:hover {
  background: var(--blue);
  color: var(--paper);
}
.hero-top {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: start;
  padding-top: 24px;
}
.hero-intro {
  max-width: 510px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.hero-statement {
  font-size: clamp(27px, 2.6vw, 40px);
  line-height: 1.13;
  letter-spacing: -1.5px;
}
.hero-description {
  max-width: 360px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  min-height: 44px;
  margin-top: 22px;
  font-size: 15px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-product {
  min-width: 0;
}
.preview-stage {
  overflow: hidden;
  padding: 28px 30px 0;
  background: var(--wash);
  border-radius: 8px;
  aspect-ratio: 2.1;
}
.preview-stage img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  transform: translateY(6px);
  box-shadow: 0 12px 24px #06186c33;
}
.hero-product figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  line-height: 1.5;
  padding-top: 12px;
}
.hero-product figcaption span:last-child {
  color: var(--muted);
}
.brand-title {
  font: normal clamp(120px, 24.5vw, 380px)/1.02 var(--serif);
  letter-spacing: -0.075em;
  margin: 12px 0 12px -0.035em;
}
.section-label {
  font-size: 14px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.products {
  padding-top: 20px;
  padding-bottom: 114px;
}
.product-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 62px;
}
.product-heading h2 {
  font: normal clamp(64px, 7vw, 104px)/1.05 var(--serif);
  letter-spacing: -0.06em;
}
.product-tagline {
  margin-top: 22px;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.6px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  gap: 42px;
  align-items: center;
  white-space: nowrap;
  border-radius: 999px;
  background: var(--blue);
  color: var(--paper);
  min-height: 52px;
  padding: 0 24px;
  margin-top: 34px;
  font-size: 15px;
}
.button:hover {
  background: var(--blue);
}
.product-description {
  max-width: 530px;
  padding-top: 8px;
}
.lead {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.65px;
  max-width: 460px;
}
.product-description > p + p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  margin-top: 22px;
}
.product-capabilities {
  margin-top: 28px;
}
.product-capabilities div {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.5;
}
.product-capabilities dd {
  color: var(--muted);
}
.about {
  padding-bottom: 112px;
}
.about h2 {
  font: normal clamp(48px, 6.9vw, 105px)/1.06 var(--serif);
  letter-spacing: -0.052em;
  margin-top: 56px;
}
.about em {
  font-weight: normal;
}
.about-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  max-width: 750px;
  margin-left: auto;
  margin-top: 44px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
}
.contact {
  border-top: 1px solid var(--line);
  padding: 65px 0 76px;
}
.contact > p {
  font-size: 16px;
}
.contact-link {
  display: flex;
  width: fit-content;
  align-items: baseline;
  gap: 70px;
  font: normal clamp(62px, 9vw, 138px)/1.3 var(--serif);
  letter-spacing: -0.065em;
  margin-top: 10px;
}
.email-link {
  font-size: 17px;
  display: inline-block;
  padding: 10px 0;
  text-decoration: underline;
  text-underline-offset: 6px;
}
footer {
  border-top: 1px solid var(--line);
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
}
footer p {
  color: var(--muted);
}
footer > a:last-child {
  padding: 14px 0;
}
.error-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 15vh 24px;
}
.error-page h1 {
  font: normal 80px/1.2 var(--serif);
  letter-spacing: -0.05em;
}
.error-page p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  .button {
    transition: transform 0.25s;
  }
  .button:hover,
  .button:focus-visible {
    transform: translateY(-2px);
  }
}

@media (min-width: 1600px) {
  .brand-title {
    font-size: 380px;
  }
}
@media (max-width: 1023px) {
  .page-shell {
    padding: 0 28px;
  }
  .hero-top,
  .product-story {
    gap: 36px;
  }
  .hero-top {
    padding-top: 24px;
  }
  .hero-statement {
    font-size: 28px;
    letter-spacing: -0.8px;
  }
  .preview-stage {
    padding: 20px 20px 0;
    aspect-ratio: 1.5;
  }
  .hero-product figcaption {
    flex-direction: column;
    gap: 2px;
  }
  .product-capabilities div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .page-shell {
    padding: 0 20px;
  }
  .site-header {
    min-height: 76px;
  }
  .small-wordmark {
    font-size: 27px;
  }
  nav {
    gap: 0;
  }
  nav a {
    font-size: 12px;
    padding: 12px 10px;
  }
  .hero-top {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 28px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .hero-statement {
    font-size: 31px;
    letter-spacing: -1px;
  }
  .hero-description {
    font-size: 14px;
    margin-top: 15px;
    max-width: 310px;
  }
  .text-link {
    margin-top: 10px;
    font-size: 14px;
  }
  .preview-stage {
    padding: 20px 24px 0;
    aspect-ratio: 1.9;
  }
  .hero-product figcaption {
    flex-direction: row;
    font-size: 10px;
    padding-top: 9px;
  }
  .brand-title {
    font-size: 25vw;
    margin-top: 14px;
    margin-bottom: 24px;
  }
  .section-label {
    font-size: 12px;
    padding-top: 16px;
  }
  .products {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .product-story {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 32px;
  }
  .product-heading h2 {
    font-size: 68px;
  }
  .product-tagline {
    font-size: 24px;
    margin-top: 16px;
  }
  .button {
    margin-top: 23px;
  }
  .lead {
    font-size: 24px;
  }
  .product-description > p + p {
    font-size: 15px;
  }
  .product-capabilities div {
    grid-template-columns: 1fr 1.2fr;
    font-size: 12px;
    gap: 20px;
  }
  .about {
    padding-bottom: 65px;
  }
  .about h2 {
    font-size: clamp(40px, 8.8vw, 64px);
    margin-top: 34px;
  }
  .about-copy {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
    font-size: 15px;
  }
  .contact {
    padding: 40px 0 48px;
  }
  .contact > p {
    font-size: 13px;
  }
  .contact-link {
    gap: clamp(20px, 5vw, 40px);
    font-size: clamp(58px, 18vw, 76px);
  }
  .email-link {
    font-size: 15px;
  }
  footer {
    gap: 12px;
    min-height: 90px;
    font-size: 10px;
  }
  footer .small-wordmark {
    font-size: 25px;
  }
}

/* Two-color identity: cobalt blue and ivory pale yellow. */
.small-wordmark,
.brand-title,
.product-heading h2,
.text-link {
  color: var(--blue);
}
.brand-title > span {
  display: block;
  overflow: hidden;
  padding-bottom: 0.12em;
  margin-bottom: -0.12em;
}
.brand-letter {
  display: inline-block;
}
.hero-product {
  perspective: 900px;
}
.preview-stage {
  transform: rotate(-2deg);
  transform-origin: center;
  border: 1px solid var(--blue);
}
.preview-stage img {
  box-shadow: 0 12px 24px #2448d826;
  mix-blend-mode: multiply;
}
.hero-product figcaption {
  padding-top: 20px;
}
.about {
  background: var(--paper);
  padding: 36px 48px 72px;
  border-radius: 8px 8px 0 0;
}
.about .section-label {
  border-color: var(--line);
}
.about em {
  color: var(--blue);
}
.about-copy {
  color: var(--ink);
}
.contact {
  background: var(--blue);
  color: var(--paper);
  padding: 60px 48px 68px;
  border: 0;
  border-radius: 0 0 8px 8px;
}
.contact-link {
  color: var(--wash);
}
.contact a:focus-visible {
  outline-color: var(--wash);
}
footer {
  border-top: 0;
}
@media (max-width: 767px) {
  .about {
    padding: 26px 22px 42px;
  }
  .about h2 {
    font-size: clamp(32px, 7.4vw, 54px);
  }
  .contact {
    padding: 36px 22px 42px;
  }
  .contact-link {
    font-size: clamp(48px, 14vw, 72px);
    gap: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-letter,
  .hero-intro,
  .preview-stage,
  .product-heading,
  .product-description,
  .about h2,
  .about-copy,
  .contact {
    opacity: 1 !important;
    transform: none !important;
  }
}
