@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --ink: #0c1713;
  --ink-soft: #15221c;
  --paper: #f0eee6;
  --paper-muted: #c6c9bc;
  --leaf: #d9ff70;
  --leaf-dark: #b5d756;
  --coral: #f58d6e;
  --lavender: #c9c3ff;
  --line: rgba(240, 238, 230, 0.18);
  --sans: 'DM Sans', Arial, sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  top: -4rem;
  left: 1rem;
  z-index: 100;
  padding: .7rem 1rem;
  background: var(--leaf);
  color: var(--ink);
  font-weight: 700;
}

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

.site-header,
.site-footer,
.section {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 0 5.5vw;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--paper);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -.04em;
  text-decoration: none;
}

.brand-mark {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--leaf);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.8rem); }

nav a,
.footer-meta a {
  color: var(--paper-muted);
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}

nav a:hover,
.footer-meta a:hover { color: var(--leaf); }

.section { padding-left: 5.5vw; padding-right: 5.5vw; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr);
  align-items: center;
  min-height: 670px;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: '';
  background-image: linear-gradient(rgba(240,238,230,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(240,238,230,.035) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}

.hero-copy { padding: 6rem 1rem 6rem 0; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1.35rem;
  color: var(--leaf);
  font-family: var(--mono);
  font-size: .67rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 { letter-spacing: -.065em; }

h1 {
  max-width: 710px;
  margin-bottom: 1.6rem;
  font-size: clamp(3.5rem, 7.2vw, 7.7rem);
  font-weight: 500;
  line-height: .91;
}

h1 em, h2 em { color: var(--leaf); font-family: var(--serif); font-weight: 500; }

.hero-intro {
  max-width: 475px;
  margin-bottom: 2rem;
  color: var(--paper-muted);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.6;
}

.text-link,
.product-card a {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  color: var(--paper);
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
}

.text-link::after {
  width: 2.2rem;
  height: 1px;
  content: '';
  background: currentColor;
  transition: width .25s ease;
}

.text-link:hover::after { width: 3rem; }

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 510px;
  overflow: hidden;
}

.halo {
  position: absolute;
  border: 1px solid rgba(217,255,112,.47);
  border-radius: 50%;
}

.halo-one { width: 520px; height: 520px; top: 5%; right: -24%; }
.halo-two { width: 370px; height: 370px; top: 17%; right: -7%; border-color: rgba(201,195,255,.57); }
.halo-three { width: 210px; height: 210px; top: 33%; right: 14%; border-color: rgba(245,141,110,.75); }

.hero-art::before,
.hero-art::after {
  position: absolute;
  content: '';
  border-radius: 999px;
}

.hero-art::before {
  width: 110%;
  height: 130px;
  right: -35%;
  bottom: 16%;
  border: 1px solid rgba(217,255,112,.37);
  transform: rotate(-31deg);
}

.hero-art::after {
  width: 130%;
  height: 72px;
  right: -45%;
  bottom: 27%;
  border: 1px solid rgba(201,195,255,.4);
  transform: rotate(-31deg);
}

.seed { position: absolute; width: 10px; height: 10px; border-radius: 50%; }
.seed-one { top: 22%; right: 37%; background: var(--leaf); box-shadow: 0 0 0 7px rgba(217,255,112,.1); }
.seed-two { top: 64%; right: 7%; background: var(--coral); box-shadow: 0 0 0 7px rgba(245,141,110,.1); }
.seed-three { top: 78%; right: 48%; background: var(--lavender); box-shadow: 0 0 0 7px rgba(201,195,255,.1); }

.hero-art p {
  position: absolute;
  right: 20%;
  bottom: 8%;
  margin: 0;
  color: rgba(240,238,230,.73);
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .16em;
  line-height: 1.8;
}

.products {
  padding-top: clamp(5rem, 10vw, 11rem);
  padding-bottom: clamp(5rem, 10vw, 11rem);
  background: var(--paper);
  color: var(--ink);
}

.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; margin-bottom: 3.8rem; }
.section-heading .eyebrow { grid-column: 1 / -1; color: #587221; }

h2 {
  margin-bottom: 0;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  font-weight: 500;
  line-height: .97;
}

.section-heading > p:last-child {
  max-width: 355px;
  align-self: end;
  margin: 0 0 .4rem;
  color: #46524b;
  font-size: 1.04rem;
  line-height: 1.55;
}

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 1.5rem;
  overflow: hidden;
  color: var(--ink);
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover { transform: translateY(-7px); box-shadow: 0 14px 24px rgba(12,23,19,.13); }
.product-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.product-number, .product-type, .coming-soon { font-family: var(--mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.product-symbol { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; font-family: var(--serif); font-size: 2.2rem; font-style: italic; }
.product-card-bottom { margin-top: auto; }
.product-type { margin-bottom: .85rem; opacity: .68; }
.product-card h3 { margin-bottom: .85rem; font-size: clamp(2rem, 3vw, 3rem); font-weight: 600; line-height: .95; }
.product-card-bottom > p:not(.product-type):not(.coming-soon) { max-width: 295px; margin-bottom: 1.6rem; font-size: .98rem; line-height: 1.56; }
.product-card a { border-bottom: 1px solid currentColor; padding-bottom: .2rem; }

.product-retro { background: var(--leaf); }
.product-retro .product-card-bottom a { color: var(--ink); }
.retro-symbol { color: var(--leaf); background: var(--ink); }
.product-foray { background: var(--lavender); }
.product-foray a { color: var(--ink); }
.foray-symbol { color: var(--ink); background: rgba(240,238,230,.7); }
.product-patchrail { color: var(--paper); background: var(--ink-soft); }
.product-patchrail .product-symbol { color: var(--ink-soft); background: var(--coral); }
.product-patchrail .coming-soon { margin: 0; color: var(--leaf); }

.approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  padding-top: clamp(5rem, 10vw, 10rem);
  padding-bottom: clamp(5rem, 10vw, 10rem);
  border-top: 1px solid var(--line);
}

.approach .eyebrow { margin-bottom: 1.25rem; }
.approach h2 { max-width: 590px; }
.approach-copy { align-self: end; max-width: 480px; padding-bottom: .3rem; }
.approach-copy p { color: var(--paper-muted); font-size: 1.1rem; line-height: 1.63; }
.approach-copy p + p { margin-bottom: 2rem; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 2rem 5.5vw;
  border-top: 1px solid var(--line);
}

.site-footer > p { margin: 0; color: var(--paper-muted); font-size: .9rem; }
.footer-meta { display: flex; grid-column: 1 / -1; justify-content: space-between; padding-top: 3.2rem; color: rgba(240,238,230,.55); font-family: var(--mono); font-size: .63rem; letter-spacing: .04em; text-transform: uppercase; }

:focus-visible { outline: 2px solid var(--leaf); outline-offset: 4px; }

.page-hero h1 { max-width: 760px; font-size: clamp(3.5rem, 5.2vw, 5.9rem); }
.page-hero .hero-copy { padding-right: 2rem; }

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: clamp(3rem, 9vw, 11rem);
  padding-top: clamp(5.5rem, 10vw, 10.5rem);
  padding-bottom: clamp(3.75rem, 7vw, 7rem);
  background: var(--paper);
  color: var(--ink);
}

.about-statement .eyebrow { color: #587221; }
.about-statement h2 { max-width: 600px; }
.about-story h2 em { color: #587221; }
.about-copy { align-self: end; max-width: 510px; padding-bottom: .35rem; }
.about-copy p { color: #46524b; font-size: 1.1rem; line-height: 1.63; }
.about-copy p + p { margin-bottom: 2rem; }
.about-copy .text-link { color: var(--ink); }

.about-principles {
  padding-top: 0;
  padding-bottom: clamp(5.5rem, 10vw, 10.5rem);
  background: var(--paper);
  color: var(--ink);
}

.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(12,23,19,.2); }
.principle { min-height: 210px; padding: 1.45rem 1.4rem 1.6rem 0; border-right: 1px solid rgba(12,23,19,.2); }
.principle + .principle { padding-left: 1.4rem; }
.principle:last-child { border-right: 0; }
.principle span { color: #587221; font-family: var(--mono); font-size: .66rem; letter-spacing: .08em; }
.principle h3 { max-width: 235px; margin: 3.8rem 0 0; font-size: clamp(1.65rem, 2.5vw, 2.35rem); font-weight: 600; line-height: .98; }

.portfolio-products { padding-top: clamp(5.5rem, 10vw, 10.5rem); }
.portfolio-products h2 em { color: #587221; font-family: var(--serif); font-weight: 500; }

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding-right: 1.4rem; padding-left: 1.4rem; }
  nav { gap: 1rem; }
  nav a { font-size: .6rem; }
  nav a:first-child { display: none; }
  .section { padding-right: 1.4rem; padding-left: 1.4rem; }
  .hero { display: block; min-height: 0; }
  .hero-copy { padding-top: 5.5rem; padding-bottom: 3.7rem; }
  .hero-art { min-height: 325px; margin: 0 -1.4rem; }
  .halo-one { width: 360px; height: 360px; top: -10%; right: -27%; }
  .halo-two { width: 260px; height: 260px; top: 8%; right: -4%; }
  .halo-three { width: 150px; height: 150px; top: 27%; right: 19%; }
  .section-heading, .approach, .about-story { grid-template-columns: 1fr; }
  .section-heading { gap: 1.35rem; margin-bottom: 2.3rem; }
  .section-heading > p:last-child { margin: 0; }
  .product-grid { grid-template-columns: 1fr; gap: .85rem; }
  .product-card { min-height: 370px; }
  .approach { gap: 3rem; }
  .site-footer { display: flex; flex-direction: column; padding: 1.8rem 1.4rem; }
  .footer-meta { gap: 1rem; padding-top: 1.6rem; }
  .page-hero .hero-copy { padding-right: 0; }
  .about-story { gap: 3rem; padding-top: 5rem; padding-bottom: 3rem; }
  .about-principles { padding-bottom: 5rem; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle, .principle + .principle { min-height: 0; padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid rgba(12,23,19,.2); }
  .principle:last-child { border-bottom: 0; }
  .principle h3 { margin-top: 1.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
