:root {
  --ink: #1e2b23;
  --forest: #24513d;
  --forest-dark: #173c2c;
  --forest-deep: #102b20;
  --sage: #a9bda2;
  --sage-light: #dce6d7;
  --cream: #f2ecdf;
  --paper: #fffdf8;
  --clay: #a75834;
  --gold: #d7aa62;
  --line: rgba(30, 43, 35, 0.16);
  --shadow: 0 24px 70px rgba(22, 50, 36, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  background: var(--paper);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  align-items: center;
  background: rgba(255, 253, 248, 0.92);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
  gap: 0.7rem;
}

.brand-mark {
  align-items: center;
  background: var(--forest);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.7rem;
  height: 2.55rem;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 2.55rem;
}

.brand-name {
  letter-spacing: -0.02em;
}

nav {
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: clamp(1.25rem, 3vw, 2.4rem);
}

nav a {
  transition: color 160ms ease;
}

nav a:hover {
  color: var(--clay);
}

.nav-cta {
  border: 1px solid var(--forest);
  border-radius: 999px;
  padding: 0.55rem 1rem;
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 44px;
  padding: 0 8px;
  width: 44px;
}

.menu-toggle span[aria-hidden] {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 7px 0;
  transition: transform 180ms ease;
  width: 27px;
}

main {
  overflow: hidden;
}

.hero {
  background:
    radial-gradient(circle at 92% 0%, rgba(169, 189, 162, 0.55), transparent 32%),
    linear-gradient(135deg, var(--cream), #f8f4eb 70%);
  display: grid;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  min-height: calc(100vh - 78px);
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7rem);
}

.hero-content {
  align-self: center;
  max-width: 770px;
}

.eyebrow {
  color: var(--clay);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
.founder-statement {
  font-family: var(--serif);
  line-height: 1.07;
  margin-top: 0;
}

h1 {
  font-size: clamp(3.4rem, 7.2vw, 7.15rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  margin-bottom: 1.6rem;
}

h2 {
  font-size: clamp(2.45rem, 4.7vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.hero-copy {
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  max-width: 660px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.3rem;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 0.65rem;
  justify-content: center;
  padding: 0.9rem 1.45rem;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--forest);
  color: white;
}

.button-primary:hover {
  background: var(--forest-dark);
}

.text-link {
  align-items: center;
  color: var(--forest-dark);
  display: inline-flex;
  font-weight: 800;
  gap: 0.55rem;
  transition: color 160ms ease, transform 160ms ease;
}

.hero-details {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 750;
  gap: 0.75rem 1.7rem;
  list-style: none;
  margin: 3.2rem 0 0;
  padding: 0;
}

.hero-details li::before {
  color: var(--clay);
  content: "✦";
  margin-right: 0.5rem;
}

.hero-visual {
  align-self: center;
  justify-self: end;
  max-width: 560px;
  width: 100%;
}

.visual-frame {
  background: var(--forest-dark);
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
  color: white;
  overflow: hidden;
  padding: 1.1rem;
  position: relative;
  transform: rotate(1.2deg);
}

.visual-frame::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  content: "";
  inset: 1.1rem;
  pointer-events: none;
  position: absolute;
}

.visual-frame img {
  aspect-ratio: 4 / 3;
  background: #e7eadf;
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
}

.visual-frame p {
  font-family: var(--serif);
  font-size: 1.25rem;
  margin: 1rem 0 0.15rem;
  padding: 0 0.5rem;
}

.concept-label {
  background: var(--paper);
  border-radius: 999px;
  color: var(--forest-dark);
  font-size: 0.66rem;
  font-weight: 850;
  left: 2rem;
  letter-spacing: 0.11em;
  padding: 0.5rem 0.75rem;
  position: absolute;
  text-transform: uppercase;
  top: 2rem;
  z-index: 2;
}

.promise-strip {
  background: var(--forest-deep);
  color: #eef4eb;
  padding: 1.4rem clamp(1.25rem, 7vw, 7rem);
}

.promise-strip p {
  align-items: center;
  display: flex;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  gap: clamp(1rem, 3vw, 2.5rem);
  margin: 0;
}

.promise-strip span {
  color: var(--gold);
  flex: 0 0 auto;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section {
  padding: clamp(5.5rem, 10vw, 9.5rem) clamp(1.25rem, 7vw, 7rem);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1.1fr 0.7fr;
}

.section-heading h2 {
  margin-bottom: 0;
  max-width: 850px;
}

.section-heading > p {
  font-size: 1.05rem;
  margin: 0 0 0.6rem;
  max-width: 550px;
}

.product-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.2fr 1fr 1fr;
  margin-top: 4.5rem;
}

.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 410px;
  padding: clamp(1.6rem, 2.5vw, 2.25rem);
}

.product-card-featured {
  background:
    linear-gradient(rgba(23, 60, 44, 0.94), rgba(23, 60, 44, 0.94)),
    var(--forest-dark);
  color: white;
}

.card-number {
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.product-card-featured .card-number,
.product-card-featured .card-kicker {
  color: var(--gold);
}

.card-kicker {
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 0.8rem;
}

.product-card p:not(.card-kicker) {
  margin-bottom: 0;
}

.status-pill {
  align-self: flex-start;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 2rem;
  opacity: 0.72;
  padding: 0.4rem 0.65rem;
  text-transform: uppercase;
}

.approach {
  background: var(--cream);
  display: grid;
  gap: clamp(4rem, 8vw, 8rem);
  grid-template-columns: 0.8fr 1.2fr;
}

.approach-heading {
  position: sticky;
  top: 130px;
}

.approach-heading h2 {
  max-width: 600px;
}

.principle {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: 50px 1fr;
  padding: 2.2rem 0 2.7rem;
}

.principle > span {
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.principle h3,
.principle p {
  grid-column: 2;
  margin-bottom: 0;
}

.principle p {
  max-width: 650px;
}

.founder-note {
  background:
    radial-gradient(circle at 20% 10%, rgba(169, 189, 162, 0.5), transparent 28%),
    var(--paper);
}

.note-card {
  border-left: 4px solid var(--clay);
  margin: 0 auto;
  max-width: 1050px;
  padding: 1rem 0 1rem clamp(1.7rem, 5vw, 4.5rem);
}

.founder-statement {
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  margin-bottom: 2rem;
}

.note-card > p:last-child {
  font-size: 1.08rem;
  max-width: 710px;
}

.contact {
  background: var(--forest);
  color: white;
  text-align: center;
}

.contact-inner {
  margin: 0 auto;
  max-width: 880px;
}

.contact .eyebrow {
  color: var(--gold);
}

.contact h2 {
  margin-bottom: 1.5rem;
}

.contact-inner > p:not(.eyebrow, .contact-address) {
  color: #dce8dc;
  font-size: 1.08rem;
  margin: 0 auto;
  max-width: 720px;
}

.button-light {
  background: var(--paper);
  color: var(--forest-dark);
  margin-top: 2.2rem;
}

.button-light:hover {
  background: var(--cream);
}

.contact-address {
  color: #c7d8c9;
  font-size: 0.82rem;
  margin: 1.3rem 0 0;
}

footer {
  align-items: center;
  background: var(--forest-deep);
  color: #d9e4d6;
  display: flex;
  justify-content: space-between;
  padding: 2rem clamp(1.25rem, 7vw, 7rem);
}

.footer-brand {
  color: white;
}

.footer-brand .brand-mark {
  background: var(--paper);
  color: var(--forest-dark);
}

.footer-copy {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  text-align: right;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .button,
  .text-link {
    transition: none;
  }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-self: start;
    max-width: 660px;
  }

  .section-heading,
  .approach {
    grid-template-columns: 1fr;
  }

  .approach-heading {
    position: static;
  }

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

  .product-card-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 68px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 22;
  }

  .menu-toggle[aria-expanded="true"] span[aria-hidden]:first-of-type {
    transform: translateY(4.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span[aria-hidden]:last-of-type {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  nav {
    align-items: flex-start;
    background: var(--paper);
    flex-direction: column;
    font-family: var(--serif);
    font-size: 1.65rem;
    inset: 68px 0 0;
    opacity: 0;
    padding: 3rem 1.25rem;
    pointer-events: none;
    position: fixed;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-cta {
    border: 0;
    border-radius: 0;
    color: var(--clay);
    padding: 0;
  }

  .hero {
    min-height: auto;
    padding-top: 4rem;
  }

  h1 {
    font-size: clamp(3.15rem, 15vw, 5rem);
  }

  .hero-details {
    flex-direction: column;
  }

  .promise-strip p {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .section-heading {
    gap: 1.5rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .product-card-featured {
    grid-column: auto;
  }

  .product-card {
    min-height: 340px;
  }

  .principle {
    gap: 0.7rem 1rem;
    grid-template-columns: 35px 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-copy {
    text-align: left;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .visual-frame {
    border-radius: 1rem;
  }

  .concept-label {
    left: 1.5rem;
    top: 1.5rem;
  }
}
