@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/InstrumentSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  color-scheme: light;
  --theme-1: #6d655b;
  --theme-2: #f6f1ec;
  --theme-3: #9c9286;
  --theme-4: #f9f6f1;
  --theme-5: #161412;
  --charcoal: #3f3a34;
  --charcoal-card: #49443d;
  --charcoal-line: rgba(249, 246, 241, 0.16);
  --line: color-mix(in srgb, var(--theme-5) 16%, transparent);
  --wide: 1440px;
  --content: 620px;
  --space-20: min(25px, 5vw);
  --space-40: min(75px, 7.5vw);
  --space-50: min(100px, 10vw);
  --space-60: min(125px, 12.5vw);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--theme-4);
  background: var(--theme-1);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

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

.alignwide {
  width: min(calc(100% - 2rem), var(--wide));
  margin-right: auto;
  margin-left: auto;
}

.hero-shell {
  min-height: 100vh;
  color: var(--theme-5);
  background: var(--theme-3);
}

.site-header {
  display: flex;
  width: min(calc(100% - 2rem), var(--wide));
  min-height: 5.75rem;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-20);
  margin: 0 auto;
  padding-top: var(--space-20);
  padding-bottom: var(--space-20);
}

.site-title {
  font-family: "Syne", "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: var(--space-20);
  font-size: 0.95rem;
}

.site-nav a {
  border-bottom: 1px solid transparent;
  padding: 0.15rem 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-bottom-color: currentColor;
}

.nav-toggle {
  display: none;
}

.hero {
  display: grid;
  padding-top: min(80px, 7vw);
  padding-bottom: var(--space-50);
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: min(90px, 7vw);
  align-items: center;
}

.hero-copy {
  display: grid;
  max-width: 560px;
  justify-items: start;
  gap: 1rem;
}

.status,
.eyebrow {
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Syne", "DM Sans", system-ui, sans-serif;
  /* Syne's default lowercase g reads clipped; ss04 uses the alternate full g glyph. */
  font-feature-settings: "ss04" 1;
  font-weight: 760;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 9.8ch;
  font-size: clamp(3.6rem, 6.9vw, 7.2rem);
  line-height: 0.98;
}

.hero-copy p:not(.status) {
  max-width: 500px;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  color: var(--theme-5);
  background: var(--theme-2);
  font-weight: 720;
  transition: opacity 160ms ease, transform 160ms ease;
}

.button.ghost {
  border-color: color-mix(in srgb, var(--theme-5) 26%, transparent);
  background: transparent;
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: color-mix(in srgb, var(--theme-5) 10%, transparent);
}

.button:hover,
.button:focus-visible {
  opacity: 0.86;
  transform: translateY(-1px);
}

.hero-image {
  justify-self: stretch;
}

.hero-image img {
  width: 100%;
  max-height: min(740px, 76vh);
  aspect-ratio: 3 / 4;
  border-radius: var(--radius);
  object-fit: cover;
}

.impact {
  padding-top: var(--space-60);
  padding-bottom: var(--space-60);
  color: var(--theme-4);
  background: var(--charcoal);
}

.impact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: var(--space-50);
  align-items: center;
}

.impact-statement {
  display: grid;
  gap: 0.75rem;
}

.impact-statement h2 {
  max-width: 9.5ch;
  color: var(--theme-4);
  font-size: clamp(3.2rem, 7vw, 7.6rem);
  line-height: 0.96;
}

.impact-statement h2 span {
  display: block;
}

.impact-points {
  display: grid;
  gap: 0.8rem;
  background: transparent;
  perspective: 1200px;
}

.impact-points article {
  display: grid;
  min-height: 0;
  grid-template-columns: 2.5rem minmax(9.5rem, 0.42fr) minmax(0, 1fr);
  align-items: baseline;
  gap: clamp(1rem, 2.4vw, 2rem);
  border: 1px solid var(--charcoal-line);
  border-radius: var(--radius);
  padding: clamp(1rem, 2vw, 1.35rem);
  background: var(--charcoal-card);
}

.tilt-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --tilt-z: 0px;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translate3d(0, 0, var(--tilt-z));
  transform-style: preserve-3d;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.tilt-card.is-tilting {
  border-color: color-mix(in srgb, var(--theme-4) 28%, transparent);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .tilt-card {
    transform: none;
    transition: none;
  }
}

.impact-points span {
  color: color-mix(in srgb, var(--theme-4) 62%, transparent);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.impact-points h3 {
  color: var(--theme-4);
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  line-height: 1.05;
  white-space: normal;
}

.impact-points p {
  color: color-mix(in srgb, var(--theme-4) 76%, transparent);
  font-size: 0.94rem;
  max-width: 28rem;
}

.products {
  padding-top: var(--space-60);
  padding-bottom: var(--space-60);
}

.section-heading {
  display: grid;
  max-width: 760px;
  gap: 0.55rem;
  margin-bottom: var(--space-40);
}

h2 {
  font-size: clamp(2.55rem, 5vw, 5.35rem);
  line-height: 0.94;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-20);
}

.product-card {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.product-media {
  display: grid;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  background: var(--theme-2);
  place-items: center;
}

.product-media img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  transition: transform 180ms ease;
}

.product-media.landscape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-media:hover img,
.product-media:focus-visible img {
  transform: scale(1.025);
}

.product-copy {
  display: grid;
  gap: 0.35rem;
}

.product-copy h3 {
  color: var(--theme-4);
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.product-copy p {
  color: color-mix(in srgb, var(--theme-4) 76%, transparent);
  font-size: 0.96rem;
}

.about {
  color: var(--theme-5);
  background: var(--theme-2);
}

.about-grid {
  display: grid;
  padding-top: var(--space-60);
  padding-bottom: var(--space-60);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.72fr);
  gap: var(--space-50);
  align-items: start;
}

.about-copy {
  display: grid;
  gap: 1rem;
  color: color-mix(in srgb, var(--theme-5) 70%, transparent);
}

.contact {
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding-top: var(--space-60);
  padding-bottom: var(--space-60);
  text-align: center;
}

.contact img {
  width: 5.25rem;
  height: 5.25rem;
  object-fit: contain;
  opacity: 0.72;
}

.contact h2 {
  max-width: 820px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--theme-4) 22%, transparent);
  padding-top: var(--space-20);
  padding-bottom: var(--space-20);
  color: color-mix(in srgb, var(--theme-4) 76%, transparent);
  font-size: 0.9rem;
}

.site-footer a {
  font-weight: 720;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    place-content: center;
    gap: 0.35rem;
  }

  .nav-toggle span {
    width: 1.15rem;
    height: 2px;
    background: var(--theme-5);
  }

  .site-nav {
    position: fixed;
    top: 5rem;
    right: 1rem;
    left: 1rem;
    display: none;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1rem;
    background: var(--theme-2);
    box-shadow: 0 24px 70px rgba(22, 20, 18, 0.18);
  }

  body.menu-open .site-nav {
    display: grid;
  }

  .hero {
    grid-template-columns: 1fr;
  }

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

  .impact-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .impact-points {
    grid-template-columns: 1fr;
  }

  .impact-points article {
    min-height: 10rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .alignwide,
  .site-header {
    width: min(calc(100% - 1.5rem), var(--wide));
  }

  .site-header {
    min-height: 4.75rem;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.4rem);
  }

  .hero-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero-image img {
    max-height: none;
  }

  .impact-statement h2 {
    max-width: 100%;
    font-size: clamp(3rem, 13.5vw, 4.5rem);
    line-height: 0.84;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}
