body.catalog-home {
  --garden-ink: #26402f;
  --garden-deep: #304c38;
  --garden-leaf: #718365;
  --garden-soft: #aab49a;
  --garden-paper: #f8f4e9;
  --garden-line: rgba(71, 88, 66, .22);
  --garden-gold: #b9a36c;
  --hex-width: clamp(255px, 29vw, 360px);
  --hex-height: calc(var(--hex-width) * 1.12);
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 19%, rgba(152, 172, 132, .18), transparent 22rem),
    radial-gradient(circle at 92% 35%, rgba(187, 163, 108, .12), transparent 24rem),
    linear-gradient(180deg, #fbf8ef 0%, #f7f2e5 100%);
  color: var(--garden-ink);
}

.catalog-home::before,
.catalog-home::after {
  position: fixed;
  z-index: -1;
  width: 280px;
  height: 520px;
  opacity: .16;
  content: "";
  pointer-events: none;
}

.catalog-home::before {
  left: -85px;
  top: 235px;
  background:
    radial-gradient(ellipse at 72% 14%, #6c815f 0 13%, transparent 14%),
    radial-gradient(ellipse at 42% 29%, #839578 0 12%, transparent 13%),
    radial-gradient(ellipse at 73% 45%, #62765b 0 13%, transparent 14%),
    radial-gradient(ellipse at 38% 60%, #8e9e82 0 13%, transparent 14%),
    linear-gradient(68deg, transparent 48%, #6f7f64 49% 51%, transparent 52%);
  transform: rotate(-11deg);
}

.catalog-home::after {
  right: -90px;
  bottom: 90px;
  background:
    radial-gradient(ellipse at 35% 15%, #7d8e70 0 12%, transparent 13%),
    radial-gradient(ellipse at 66% 31%, #66795f 0 13%, transparent 14%),
    radial-gradient(ellipse at 36% 48%, #91a085 0 13%, transparent 14%),
    radial-gradient(ellipse at 69% 67%, #718268 0 12%, transparent 13%),
    linear-gradient(112deg, transparent 48%, #6f7f64 49% 51%, transparent 52%);
  transform: rotate(8deg);
}

.catalog-home a { color: inherit; }

.garden-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  width: min(1180px, calc(100% - 40px));
  min-height: 110px;
  margin-inline: auto;
  border-bottom: 1px solid var(--garden-line);
}

.garden-domain {
  justify-self: start;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.82rem, 1.5vw, 1rem);
  letter-spacing: .045em;
}

.garden-emblem {
  display: grid;
  place-items: center;
  width: 68px;
  height: 78px;
}

.emblem-arch {
  position: relative;
  display: block;
  width: 42px;
  height: 56px;
  border: 2px solid rgba(68, 78, 57, .54);
  border-radius: 23px 23px 5px 5px;
  background: rgba(235, 230, 210, .75);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.48);
}

.emblem-arch::before,
.emblem-arch::after {
  position: absolute;
  top: 21px;
  width: 20px;
  height: 2px;
  background: #68765d;
  content: "";
}

.emblem-arch::before { right: 34px; transform: rotate(-26deg); }
.emblem-arch::after { left: 34px; transform: rotate(26deg); }

.emblem-arch i {
  position: absolute;
  inset: 7px 8px 0;
  border-radius: 15px 15px 2px 2px;
  background: #344b37;
}

.garden-language {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  color: #7a755f;
  font-family: Georgia, "Times New Roman", serif;
}

.garden-language button {
  border: 0;
  background: transparent;
  padding: .35rem .2rem;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.garden-language button.current {
  color: var(--garden-deep);
  font-weight: 800;
}

.garden-main {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
}

.garden-intro {
  padding: clamp(3.6rem, 8vw, 6.5rem) 0 clamp(2.5rem, 5vw, 4.2rem);
  text-align: center;
}

.garden-kicker {
  margin: 0 0 .7rem;
  color: var(--garden-leaf);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.garden-intro h1 {
  margin: 0;
  color: var(--garden-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 8.5vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .95;
}

.garden-tagline {
  max-width: 720px;
  margin: 1rem auto 0;
  color: #677064;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
}

.garden-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  margin: 1.1rem auto 0;
  color: var(--garden-gold);
}

.garden-divider span {
  width: min(130px, 20vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 130, 93, .42));
}

.garden-divider span:last-child {
  background: linear-gradient(90deg, rgba(143, 130, 93, .42), transparent);
}

.project-garden {
  padding: 1rem 0 clamp(4rem, 8vw, 7rem);
}

.plant-row {
  position: relative;
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.8vw, 20px);
}

.plant-row-center,
.plant-row-bottom {
  margin-top: calc(var(--hex-height) * -.235);
}

.plant-row-center { z-index: 3; }
.plant-row-top,
.plant-row-bottom { z-index: 2; }

.plant-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 54% 46%;
  width: var(--hex-width);
  height: var(--hex-height);
  overflow: hidden;
  clip-path: polygon(50% 0, 96% 23%, 96% 77%, 50% 100%, 4% 77%, 4% 23%);
  background: #fff;
  filter: drop-shadow(0 17px 20px rgba(59, 65, 49, .11));
  transition: transform .25s ease, filter .25s ease;
}

.plant-card::before {
  position: absolute;
  inset: 4px;
  z-index: -2;
  clip-path: inherit;
  background: var(--card-bg, #d5d6c6);
  content: "";
}

.plant-card::after {
  position: absolute;
  inset: 9px;
  z-index: 8;
  clip-path: inherit;
  border: 1px solid rgba(255,255,255,.55);
  content: "";
  pointer-events: none;
}

.plant-card.is-active:hover,
.plant-card.is-active:focus-visible {
  transform: translateY(-7px);
  filter: drop-shadow(0 24px 26px rgba(19, 50, 86, .22));
}

.plant-scene {
  position: relative;
  overflow: hidden;
}

.plant-copy {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: start;
  justify-items: center;
  padding: clamp(1rem, 2.6vw, 1.75rem) clamp(1.2rem, 2.8vw, 2rem) 1.2rem;
  color: #f7f3e9;
  text-align: center;
}

.plant-copy::before {
  position: absolute;
  inset: -35px -12px auto;
  z-index: -1;
  height: 72px;
  border-radius: 50% 50% 0 0;
  background: var(--copy-bg, rgba(36, 62, 49, .94));
  content: "";
}

.plant-copy::after {
  position: absolute;
  inset: 18px 0 0;
  z-index: -2;
  background: var(--copy-bg, rgba(36, 62, 49, .94));
  content: "";
}

.plant-status {
  margin-bottom: .45rem;
  color: rgba(255,255,255,.7);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.plant-copy h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4.2vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.plant-copy p {
  max-width: 250px;
  margin: .7rem 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(.82rem, 1.5vw, .98rem);
  line-height: 1.32;
}

.plant-copy small {
  max-width: 245px;
  margin-top: .7rem;
  overflow: hidden;
  color: rgba(255,255,255,.58);
  font-size: .66rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plant-enter {
  margin-top: .62rem;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  padding: .38rem .78rem;
  font-size: .72rem;
  font-weight: 900;
}

.plant-grace {
  --card-bg:
    radial-gradient(circle at 72% 18%, rgba(185, 220, 255, .65), transparent 23%),
    linear-gradient(150deg, #2568a4 0%, #103b6b 60%, #082c53 100%);
  --copy-bg: rgba(8, 44, 83, .96);
}

.grace-arch {
  position: absolute;
  left: 50%;
  top: 13%;
  width: 42%;
  height: 72%;
  border: clamp(6px, .8vw, 10px) solid rgba(222, 239, 255, .82);
  border-bottom-width: 0;
  border-radius: 48% 48% 0 0;
  background: linear-gradient(180deg, rgba(191,220,246,.92), rgba(114,163,205,.72));
  box-shadow: 0 18px 36px rgba(4, 28, 51, .24);
  transform: translateX(-50%);
}

.grace-arch i {
  position: absolute;
  inset: 13% 17% 0;
  border-radius: 48% 48% 0 0;
  background: linear-gradient(180deg, #dceefa 0%, #7ca5c7 58%, #355f83 100%);
}

.grace-light {
  position: absolute;
  left: 50%;
  top: 21%;
  z-index: 2;
  width: 3px;
  height: 25%;
  background: rgba(11, 42, 68, .72);
  transform: translateX(-50%);
}

.grace-light::after {
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 22px;
  height: 12px;
  border-radius: 14px 14px 5px 5px;
  background: #1f5e95;
  content: "";
  transform: translateX(-50%);
}

.grace-leaf {
  position: absolute;
  bottom: 4%;
  width: 31%;
  height: 54%;
  opacity: .68;
  background:
    radial-gradient(ellipse at 35% 16%, #143f32 0 15%, transparent 16%),
    radial-gradient(ellipse at 66% 33%, #1d513d 0 15%, transparent 16%),
    radial-gradient(ellipse at 36% 50%, #123b2d 0 16%, transparent 17%),
    radial-gradient(ellipse at 69% 70%, #1d4d3a 0 15%, transparent 16%),
    linear-gradient(90deg, transparent 49%, #173f31 50% 52%, transparent 53%);
}

.leaf-left { left: 2%; transform: rotate(-9deg); }
.leaf-right { right: 1%; transform: scaleX(-1) rotate(-8deg); }

.plant-human-games {
  --card-bg:
    radial-gradient(circle at 50% 34%, rgba(225, 211, 255, .22), transparent 24%),
    linear-gradient(145deg, #4a3a63, #201b31 72%);
  --copy-bg: rgba(37, 29, 51, .96);
}

.system-orbit {
  position: absolute;
  left: 50%;
  top: 47%;
  border: 1px solid rgba(237, 228, 255, .48);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one { width: 58%; aspect-ratio: 1; }
.orbit-two { width: 34%; aspect-ratio: 1; }

.system-node {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #d8c5eb;
  box-shadow: 0 0 0 7px rgba(216, 197, 235, .12);
}

.node-one { left: 22%; top: 43%; }
.node-two { right: 22%; top: 25%; }
.node-three { right: 26%; bottom: 16%; }

.plant-library {
  --card-bg:
    radial-gradient(circle at 67% 20%, rgba(245, 232, 188, .35), transparent 24%),
    linear-gradient(145deg, #a98b61, #66543f 70%);
  --copy-bg: rgba(91, 72, 51, .96);
}

.book {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 54%;
  height: 17%;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 5px 10px 10px 5px;
  background: rgba(248, 239, 212, .88);
  box-shadow: 0 10px 20px rgba(63, 48, 31, .18);
  transform: translateX(-50%);
}

.book-one { bottom: 13%; transform: translateX(-50%) rotate(-2deg); }
.book-two { bottom: 28%; width: 48%; background: #8ca07a; transform: translateX(-50%) rotate(2deg); }
.book-three { bottom: 42%; width: 42%; background: #e2cfa1; transform: translateX(-50%) rotate(-1deg); }

.library-sprout {
  position: absolute;
  left: 50%;
  top: 12%;
  width: 3px;
  height: 31%;
  border-radius: 3px;
  background: #344b37;
}

.library-sprout i {
  position: absolute;
  width: 38px;
  height: 22px;
  border-radius: 100% 0 100% 0;
  background: #536c4e;
}

.library-sprout i:first-child { left: -35px; top: 28%; transform: rotate(-22deg); }
.library-sprout i:last-child { left: 0; top: 5%; transform: rotate(72deg); }

.plant-history {
  --card-bg:
    radial-gradient(circle at 72% 16%, rgba(229, 216, 169, .25), transparent 22%),
    linear-gradient(145deg, #6d7450, #36412f 72%);
  --copy-bg: rgba(52, 65, 47, .96);
}

.history-door {
  position: absolute;
  left: 50%;
  top: 15%;
  width: 34%;
  height: 67%;
  border: 7px solid rgba(222, 214, 174, .68);
  border-radius: 47% 47% 3px 3px;
  background: linear-gradient(90deg, #4d3d2f, #756048 50%, #4c3c2e);
  box-shadow: 0 14px 28px rgba(32, 35, 23, .25);
  transform: translateX(-50%);
}

.history-ring {
  position: absolute;
  left: 50%;
  top: 47%;
  border: 1px solid rgba(244, 232, 187, .28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one { width: 68%; aspect-ratio: 1; }
.ring-two { width: 52%; aspect-ratio: 1; }

.history-vine {
  position: absolute;
  left: 9%;
  bottom: 6%;
  width: 3px;
  height: 70%;
  background: rgba(223, 219, 187, .48);
  transform: rotate(-8deg);
}

.history-vine i {
  position: absolute;
  width: 42px;
  height: 24px;
  border-radius: 100% 0 100% 0;
  background: rgba(216, 218, 179, .52);
}

.history-vine i:nth-child(1) { left: -38px; top: 10%; }
.history-vine i:nth-child(2) { left: 2px; top: 36%; transform: rotate(82deg); }
.history-vine i:nth-child(3) { left: -35px; top: 66%; transform: scale(.8); }

.plant-bike {
  --card-bg:
    radial-gradient(circle at 69% 18%, rgba(231, 245, 223, .35), transparent 24%),
    linear-gradient(145deg, #8aa27f, #41634d 70%);
  --copy-bg: rgba(55, 87, 67, .96);
}

.bike-wheel {
  position: absolute;
  bottom: 13%;
  width: 31%;
  aspect-ratio: 1;
  border: 5px solid rgba(244, 245, 225, .78);
  border-radius: 50%;
}

.wheel-one { left: 15%; }
.wheel-two { right: 15%; }

.bike-frame {
  position: absolute;
  left: 50%;
  bottom: 22%;
  width: 34%;
  height: 26%;
  border-left: 4px solid rgba(244,245,225,.82);
  border-right: 4px solid rgba(244,245,225,.82);
  border-bottom: 4px solid rgba(244,245,225,.82);
  transform: translateX(-50%) skewX(-16deg) rotate(-2deg);
}

.bike-frame::before {
  position: absolute;
  left: 50%;
  top: -53%;
  width: 4px;
  height: 80%;
  background: rgba(244,245,225,.82);
  content: "";
  transform: rotate(33deg);
}

.bike-sprout {
  position: absolute;
  left: 50%;
  top: 8%;
  width: 3px;
  height: 30%;
  background: #284937;
}

.bike-sprout i {
  position: absolute;
  width: 38px;
  height: 23px;
  border-radius: 100% 0 100% 0;
  background: #315841;
}

.bike-sprout i:first-child { left: -35px; top: 30%; transform: rotate(-22deg); }
.bike-sprout i:last-child { left: 0; top: 5%; transform: rotate(70deg); }

.garden-closing {
  margin: 0 auto clamp(3rem, 8vw, 6rem);
  border: 1px solid var(--garden-line);
  border-radius: 999px 999px 36px 36px;
  padding: clamp(2rem, 5vw, 3.5rem) 1.4rem;
  text-align: center;
}

.garden-closing p {
  margin: 0;
  color: var(--garden-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
}

.garden-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  border-top: 1px solid var(--garden-line);
  padding: 1.5rem 0 2.5rem;
  color: #70786d;
  font-size: .78rem;
}

@media (max-width: 830px) {
  body.catalog-home { --hex-width: min(43vw, 310px); }

  .garden-header { width: min(100% - 24px, 1180px); min-height: 84px; }
  .garden-domain { font-size: .72rem; }
  .garden-emblem { width: 48px; height: 60px; }
  .emblem-arch { transform: scale(.78); }

  .plant-copy { padding-inline: .85rem; }
  .plant-copy h2 { font-size: clamp(1.42rem, 4.5vw, 2.15rem); }
  .plant-copy p { font-size: clamp(.68rem, 1.85vw, .88rem); }
  .plant-copy small { max-width: 175px; font-size: .56rem; }
  .plant-status { font-size: .54rem; }
}

@media (max-width: 620px) {
  body.catalog-home { --hex-width: min(84vw, 340px); }

  .catalog-home::before,
  .catalog-home::after { opacity: .09; }

  .garden-header {
    grid-template-columns: 1fr auto;
  }

  .garden-emblem { display: none; }
  .garden-domain { font-size: .7rem; }
  .garden-language { font-size: .85rem; }

  .garden-intro { padding-top: 3.5rem; }
  .garden-intro h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .garden-tagline { max-width: 330px; font-size: .98rem; }

  .plant-row {
    display: grid;
    gap: 12px;
  }

  .plant-row-center,
  .plant-row-bottom { margin-top: 12px; }

  .plant-card { justify-self: center; }

  .plant-copy h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .plant-copy p { font-size: .9rem; }
  .plant-copy small { max-width: 250px; font-size: .64rem; }
  .plant-status { font-size: .62rem; }

  .garden-closing { border-radius: 90px 90px 28px 28px; }
  .garden-footer { display: grid; width: min(100% - 24px, 1180px); }
}

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