:root {
  --ink: #090909;
  --ink-muted: #4d4d4a;
  --paper: #faf9f6;
  --paper-solid: #fdfcf9;
  --hairline: rgba(9, 9, 9, 0.35);
}

.home-page {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.45;
}

.home-page a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: #fff !important;
  background: var(--ink);
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

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

.home-stage {
  --drift-x: 0px;
  --drift-y: 0px;
  --drift-x-reverse: 0px;
  --drift-y-reverse: 0px;
  isolation: isolate;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 27vw);
  grid-template-rows: auto minmax(705px, 1fr) auto auto;
  min-height: 100svh;
  overflow: hidden;
  background: var(--paper);
}

.ink-scene {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ink-layer {
  position: absolute;
  top: 5.5rem;
  left: 0;
  width: 78%;
  height: calc(100% - 5.5rem);
  object-fit: cover;
  object-position: left center;
  mix-blend-mode: multiply;
  will-change: transform, opacity, filter;
}

.ink-layer-base {
  opacity: 0.9;
  transform: translate3d(var(--drift-x), var(--drift-y), 0) scale(1.015);
  animation: ink-breathe 18s ease-in-out infinite alternate;
}

.ink-layer-drift {
  opacity: 0.16;
  filter: blur(8px) contrast(1.12);
  transform: translate3d(var(--drift-x-reverse), var(--drift-y-reverse), 0) scale(1.04);
  animation: ink-undertow 24s ease-in-out infinite alternate;
}

.home-header {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 3.5vw;
  padding: 1.65rem 0 1.4rem;
  border-bottom: 1px solid var(--hairline);
}

.home-logo {
  font-size: clamp(1.55rem, 2.25vw, 2.25rem);
  font-weight: 750;
  letter-spacing: -0.065em;
  text-decoration: none;
}

.home-nav {
  display: flex;
  gap: clamp(1.7rem, 3vw, 3rem);
}

.home-nav a,
.home-footer a {
  font-size: 0.92rem;
  text-decoration: none;
  text-underline-offset: 0.35rem;
}

.home-nav a:hover,
.home-nav a:focus-visible,
.home-footer a:hover,
.home-footer a:focus-visible {
  text-decoration: underline;
}

.home-hero {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: flex-end;
  padding: clamp(19rem, 34vh, 30rem) 4vw 3.25rem 3.5vw;
}

.hero-copy {
  position: relative;
  max-width: 680px;
}

.hero-kicker {
  margin: 0 0 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4rem, 6.4vw, 6.7rem);
  font-weight: 760;
  line-height: 0.88;
  letter-spacing: -0.072em;
}

.hero-lead {
  margin: 1.5rem 0 1.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  line-height: 1.25;
}

.home-cta {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0 1.4rem;
  color: #fff !important;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-cta:hover,
.home-cta:focus-visible {
  color: var(--ink) !important;
  background: var(--paper-solid);
  transform: translateY(-2px);
}

.product-list {
  grid-column: 2;
  grid-row: 2;
  align-self: stretch;
  margin-right: 3.5vw;
  padding-top: clamp(6rem, 10vh, 9rem);
  background: rgba(250, 249, 246, 0.94);
}

.product-row {
  display: grid;
  grid-template-columns: clamp(70px, 7vw, 112px) 1fr;
  gap: clamp(1.1rem, 2vw, 2rem);
  min-height: 205px;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--hairline);
}

.product-row:last-child {
  border-bottom: 0;
}

.product-icon {
  width: clamp(70px, 7vw, 108px);
  height: clamp(70px, 7vw, 108px);
  align-self: start;
  border-radius: 22%;
  object-fit: cover;
}

.product-copy h2 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.35rem, 1.75vw, 1.9rem);
  font-weight: 730;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.product-copy p {
  max-width: 22ch;
  margin: 0 0 0.85rem;
  color: #292927;
  font-size: 0.96rem;
  line-height: 1.45;
}

.platform-label {
  display: inline-block;
  padding: 0.25rem 0.62rem;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 750;
}

.product-actions {
  display: flex;
  gap: 1.25rem;
  margin-top: 0.95rem;
}

.product-actions a {
  font-size: 0.87rem;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3rem;
}

.product-actions a:hover,
.product-actions a:focus-visible {
  text-decoration-thickness: 2px;
}

.home-contact {
  grid-column: 1 / -1;
  grid-row: 3;
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3.5rem);
  margin: 0 3.5vw;
  padding: 1.35rem 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.contact-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.contact-heading img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.contact-heading h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 650;
}

.home-contact > a {
  padding-left: clamp(1.2rem, 3vw, 3.5rem);
  border-left: 1px solid var(--hairline);
  font-size: 1rem;
  text-decoration: none;
}

.home-contact > a:hover,
.home-contact > a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.home-footer {
  grid-column: 1 / -1;
  grid-row: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem 3.5vw 1.6rem;
  color: var(--ink-muted);
}

.home-footer-links {
  display: flex;
  gap: 1.5rem;
}

.home-footer p {
  margin: 0;
  font-size: 0.82rem;
}

@keyframes ink-breathe {
  0% { transform: translate3d(var(--drift-x), var(--drift-y), 0) scale(1.015) rotate(-0.15deg); }
  45% { transform: translate3d(calc(var(--drift-x) + 9px), calc(var(--drift-y) + 3px), 0) scale(1.025) rotate(0.12deg); }
  100% { transform: translate3d(calc(var(--drift-x) + 18px), calc(var(--drift-y) + 10px), 0) scale(1.04) rotate(-0.08deg); }
}

@keyframes ink-undertow {
  0% { transform: translate3d(calc(var(--drift-x-reverse) - 8px), var(--drift-y-reverse), 0) scale(1.04); opacity: 0.12; }
  55% { transform: translate3d(calc(var(--drift-x-reverse) + 12px), calc(var(--drift-y-reverse) + 6px), 0) scale(1.065); opacity: 0.2; }
  100% { transform: translate3d(calc(var(--drift-x-reverse) + 24px), calc(var(--drift-y-reverse) + 14px), 0) scale(1.08); opacity: 0.14; }
}

@media (max-width: 900px) {
  .home-stage {
    display: block;
    overflow: clip;
  }

  .home-header {
    margin-inline: 1.25rem;
  }

  .ink-scene {
    height: 430px;
  }

  .ink-layer {
    top: 4.7rem;
    left: -10%;
    width: 125%;
    height: 360px;
    object-position: 42% 28%;
    opacity: 0.66;
  }

  .home-hero {
    min-height: 700px;
    align-items: flex-end;
    padding: 21rem 1.25rem 3.5rem;
  }

  .hero-copy h1 {
    font-size: clamp(3.8rem, 14vw, 6rem);
  }

  .product-list {
    margin: 0;
    padding: 0 1.25rem;
    background: var(--paper);
    border-top: 1px solid var(--hairline);
  }

  .product-row {
    grid-template-columns: 84px 1fr;
    min-height: 0;
    padding: 2rem 0;
  }

  .product-icon {
    width: 76px;
    height: 76px;
  }

  .product-copy p {
    max-width: 34ch;
  }

  .home-contact {
    flex-wrap: wrap;
    margin: 0 1.25rem;
  }

  .home-footer {
    padding-inline: 1.25rem;
  }
}

@media (max-width: 520px) {
  .home-nav {
    gap: 1.1rem;
  }

  .home-nav a {
    font-size: 0.82rem;
  }

  .home-hero {
    min-height: 650px;
    padding-top: 18rem;
  }

  .hero-kicker {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(3.35rem, 16vw, 4.75rem);
    line-height: 0.9;
  }

  .hero-lead {
    font-size: 1.25rem;
  }

  .product-row {
    grid-template-columns: 64px 1fr;
    gap: 1rem;
  }

  .product-icon {
    width: 60px;
    height: 60px;
  }

  .product-copy h2 {
    font-size: 1.45rem;
  }

  .home-contact {
    display: grid;
    gap: 0.85rem;
  }

  .home-contact > a {
    padding: 0;
    border: 0;
  }

  .home-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-footer-links {
    flex-wrap: wrap;
    gap: 0.8rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ink-layer,
  .home-cta {
    animation: none;
    transition: none;
  }

  .ink-layer-drift {
    display: none;
  }
}
