:root {
  --paper: #f7f8f3;
  --surface: #ffffff;
  --surface-strong: #17211b;
  --ink: #1a241e;
  --muted: #5c695f;
  --line: #d8dfd5;
  --teal: #006c67;
  --green: #4b7a37;
  --coral: #c44b34;
  --gold: #a77710;
  --blue: #2d5c88;
  --shadow: 0 22px 60px rgba(25, 35, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 56px);
  background: rgba(247, 248, 243, 0.92);
  border-bottom: 1px solid rgba(216, 223, 213, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--ink);
  background: var(--surface);
  color: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-header nav a {
  padding: 9px 12px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover {
  color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px) clamp(48px, 6vw, 76px);
  overflow: hidden;
}

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

.eyebrow,
.section-kicker,
.product-meta {
  margin: 0;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.lede {
  max-width: 680px;
  margin: 0;
  color: #344038;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.primary-action {
  background: var(--ink);
  color: var(--surface);
}

.secondary-action {
  background: var(--surface);
  color: var(--ink);
}

.primary-action:hover,
.secondary-action:hover,
.product-actions a:hover {
  transform: translateY(-1px);
}

.product-wall {
  position: relative;
  min-height: clamp(360px, 36vw, 500px);
  isolation: isolate;
}

.product-wall img {
  position: absolute;
  aspect-ratio: 1 / 1;
  width: clamp(190px, 20vw, 280px);
  border: 1px solid rgba(23, 33, 27, 0.14);
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
  background: var(--surface);
  box-shadow: 0 22px 70px rgba(25, 35, 29, 0.2);
}

.product-wall img:nth-child(1) {
  top: 6%;
  left: 7%;
  z-index: 6;
  transform: rotate(-4deg);
}

.product-wall img:nth-child(2) {
  top: 13%;
  left: 29%;
  z-index: 7;
  transform: rotate(2deg);
}

.product-wall img:nth-child(3) {
  top: 0;
  right: 2%;
  z-index: 5;
  transform: rotate(4deg);
}

.product-wall img:nth-child(4) {
  bottom: 7%;
  left: 3%;
  z-index: 4;
  transform: rotate(3deg);
}

.product-wall img:nth-child(5) {
  bottom: 0;
  left: 34%;
  z-index: 8;
  transform: rotate(-3deg);
}

.product-wall img:nth-child(6) {
  right: 0;
  bottom: 10%;
  z-index: 3;
  transform: rotate(5deg);
}

.pathway-section {
  margin: 0 clamp(20px, 5vw, 72px);
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.pathway-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
}

.pathway-heading h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.pathway-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 22px;
  background: #fbfcf8;
  color: var(--ink);
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.pathway-card:hover {
  background: #eef8f6;
  transform: translateY(-2px);
}

.pathway-index {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pathway-card:nth-child(2) .pathway-index {
  color: var(--teal);
}

.pathway-card:nth-child(3) .pathway-index {
  color: var(--blue);
}

.pathway-card:nth-child(4) .pathway-index {
  color: var(--gold);
}

.pathway-card h3 {
  margin: auto 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.pathway-card p {
  margin: 0;
  color: #415047;
  font-size: 0.98rem;
}

.about-section,
.catalog-section {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: start;
  margin-top: 16px;
}

.about-grid h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.about-grid p,
.section-heading p {
  margin: 0;
  color: #3f4c44;
  font-size: 1.08rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.section-heading p {
  max-width: 390px;
}

.catalog-groups {
  display: grid;
  gap: clamp(54px, 7vw, 88px);
}

.catalog-group {
  scroll-margin-top: 96px;
}

.group-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(300px, 0.65fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: end;
  margin-bottom: 18px;
  padding-top: 4px;
}

.group-heading .section-kicker,
.group-heading h3 {
  grid-column: 1;
}

.group-heading h3 {
  margin: 7px 0 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.group-heading p:not(.section-kicker) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0;
  color: #3f4c44;
  font-size: 1.02rem;
}

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

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(27, 36, 30, 0.06);
}

.product-card > img {
  aspect-ratio: 16 / 10;
  width: 100%;
  border-bottom: 1px solid var(--line);
  object-fit: cover;
  object-position: top center;
}

.product-card-body {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.product-card h3 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.product-card p:not(.product-meta) {
  margin: 0;
  color: #415047;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.product-actions a,
.pending-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.product-actions a:first-child {
  background: var(--ink);
  color: var(--surface);
}

.product-actions a:nth-child(2) {
  background: #eef8f6;
  color: var(--teal);
  border-color: #9ccbc6;
}

.pending-link {
  color: #75621f;
  background: #fff6d8;
  border-color: #dcc46e;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--surface);
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer a {
  color: var(--surface);
  font-weight: 800;
  text-decoration: none;
}

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

  .product-wall {
    max-width: 760px;
    transform: none;
  }

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

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

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
  }

  .site-header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12.4vw, 4.2rem);
  }

  .product-wall {
    min-height: 136px;
    max-width: none;
  }

  .product-wall img {
    width: min(31vw, 118px);
  }

  .product-wall img:nth-child(1) {
    top: 0;
    left: 0;
  }

  .product-wall img:nth-child(2) {
    top: 8px;
    left: 22%;
  }

  .product-wall img:nth-child(3) {
    top: 2px;
    right: 22%;
  }

  .product-wall img:nth-child(4) {
    display: none;
  }

  .product-wall img:nth-child(5) {
    top: 12px;
    left: auto;
    right: 0;
    bottom: auto;
  }

  .product-wall img:nth-child(6) {
    display: none;
  }

  .pathway-heading,
  .pathway-grid,
  .about-grid,
  .section-heading,
  .group-heading,
  .product-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-heading,
  .pathway-heading {
    align-items: start;
  }

  .catalog-group {
    scroll-margin-top: 18px;
  }

  .group-heading .section-kicker,
  .group-heading h3,
  .group-heading p:not(.section-kicker) {
    grid-column: auto;
    grid-row: auto;
  }

  .pathway-card {
    min-height: 156px;
  }
}

@media (max-width: 460px) {
  .site-header {
    padding-inline: 16px;
  }

  .site-header nav a {
    padding-inline: 6px;
  }

  .hero,
  .about-section,
  .catalog-section {
    padding-inline: 16px;
  }

  .pathway-section {
    margin-inline: 16px;
    padding: 16px;
  }

  .hero-actions,
  .product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action,
  .product-actions a,
  .pending-link {
    width: 100%;
  }
}
