body.project-store-page {
  --store-ink: #101b16;
  --store-green: #075c3b;
  --store-green-deep: #06432d;
  --store-paper: #ffffff;
  --store-white: #fff;
  --store-muted: #617069;
  --store-line: #d8dfda;
  --store-soft: #eaf1ed;
  color: var(--store-ink);
  background: var(--store-paper);
}

body.project-store-page .main-content { padding: 0; }

.project-store-hero {
  padding: clamp(34px, 5vw, 68px) 0;
  color: #fff;
  background: var(--store-green-deep);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.project-store-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(480px, 1.18fr);
  gap: clamp(30px, 4.5vw, 68px);
  align-items: stretch;
}

.project-store-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.project-store-eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 11px;
  color: rgba(255, 255, 255, .68);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  font-size: .68rem;
  font-weight: 700;
}

.project-store-eyebrow span { color: #99d1b2; }

body.project-store-page .project-store-copy h1 {
  max-width: 650px;
  margin: clamp(28px, 4vw, 52px) 0 20px;
  color: #fff;
  font-size: clamp(2.45rem, 4.2vw, 4.35rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.project-store-copy h1 span { color: #9fd4b8; }

.project-store-copy > p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  line-height: 1.95;
}

.project-store-search { margin-top: 28px; }
.project-store-search > label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: .65rem;
  font-weight: 700;
}

.project-store-search > div {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  min-height: 54px;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
}

.project-store-search i { color: var(--store-green); text-align: center; }
.project-store-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 2px;
  color: var(--store-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: .78rem;
}
.project-store-search input::placeholder { color: #87918b; }
.project-store-search button {
  align-self: stretch;
  min-width: 82px;
  padding: 0 18px;
  color: #fff;
  background: var(--store-ink);
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: .72rem;
  font-weight: 700;
}
.project-store-search button:hover { background: var(--store-green); }

.project-store-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 17px;
  color: rgba(255, 255, 255, .62);
  font-size: .62rem;
}
.project-store-assurances span { display: inline-flex; align-items: center; gap: 7px; }
.project-store-assurances i { color: #9fd4b8; }

.project-store-feature {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  color: #fff;
  background: #07120d;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 18px;
  text-decoration: none;
}

.project-store-feature::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 12, 8, .28), transparent 38%, rgba(4, 12, 8, .88));
  content: "";
}

.project-store-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.project-store-feature:hover img { transform: scale(1.025); }

.project-store-feature-top,
.project-store-feature-bottom { position: absolute; right: 22px; left: 22px; z-index: 1; }
.project-store-feature-top {
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .72);
  font-size: .62rem;
  font-weight: 700;
}
.project-store-feature-bottom {
  bottom: 21px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .32);
}
.project-store-feature-bottom small,
.project-store-feature-bottom strong { display: block; }
.project-store-feature-bottom small { margin-bottom: 5px; color: #a2d7ba; font-size: .6rem; }
.project-store-feature-bottom strong { max-width: 440px; color: #fff; font-size: .84rem; }
.project-store-feature-bottom i { color: #a2d7ba; transition: transform .2s ease; }
.project-store-feature:hover .project-store-feature-bottom i { transform: translateX(-6px); }

.project-store-main { background: var(--store-paper); }

.project-filter-shell {
  position: sticky;
  top: 74px;
  z-index: 20;
  padding: 14px 0;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--store-line);
  backdrop-filter: blur(12px);
}
.project-filter-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--store-line);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(16, 27, 22, .045);
}
.project-filter-primary {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(500px, 1.25fr) minmax(120px, auto);
  gap: 18px;
  align-items: center;
  padding: 11px 12px 11px 16px;
}
.project-filter-title span,
.project-filter-title strong { display: block; }
.project-filter-title span {
  margin-bottom: 3px;
  color: var(--store-muted);
  font-size: .62rem;
  font-weight: 700;
}
.project-filter-title strong { color: var(--store-ink); font-size: .76rem; }

.project-kind-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  background: #f1f5f3;
  border: 1px solid #e5ebe7;
  border-radius: 10px;
}
.project-kind-switch a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 12px;
  color: #5a6760;
  border: 1px solid transparent;
  border-radius: 7px;
  text-decoration: none;
  font-size: .66rem;
  font-weight: 700;
}
.project-kind-switch a bdi {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  color: var(--store-green);
  background: #fff;
  border-radius: 50%;
  font-size: .58rem;
}
.project-kind-switch a:hover { color: var(--store-green); background: #fff; border-color: #cbd8d1; }
.project-kind-switch a.is-active { color: #fff; background: var(--store-green); box-shadow: 0 4px 12px rgba(7, 92, 59, .16); }
.project-kind-switch a.is-active bdi,
.project-kind-switch a:hover bdi { color: var(--store-green); background: #fff; }
.project-filter-summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}
.project-filter-summary span { color: var(--store-muted); font-size: .66rem; font-weight: 700; }
.project-filter-summary span bdi { color: var(--store-ink); font-size: .82rem; }
.project-filter-summary a {
  padding: 7px 9px;
  color: var(--store-green);
  border: 1px solid #cbd8d1;
  border-radius: 7px;
  text-decoration: none;
  font-size: .6rem;
  font-weight: 800;
}
.project-filter-summary a:hover { color: #fff; background: var(--store-green); border-color: var(--store-green); }

.project-category-list {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  padding: 10px 14px;
  background: #fafcfb;
  border-top: 1px solid var(--store-line);
  scrollbar-width: none;
}
.project-category-list::-webkit-scrollbar { display: none; }
.project-category-list > span {
  flex: 0 0 auto;
  margin-left: 7px;
  color: #59665f;
  font-size: .63rem;
  font-weight: 700;
}
.project-category-list a {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 32px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  color: #4f5d56;
  background: #fff;
  border: 1px solid var(--store-line);
  border-radius: 8px;
  text-decoration: none;
  font-size: .62rem;
  font-weight: 700;
}
.project-category-list a:hover { color: var(--store-green); border-color: #a9beb3; }
.project-category-list a.is-active { color: #fff; background: var(--store-green); border-color: var(--store-green); }
.project-category-list a.is-active bdi { color: #dff0e7; }
.project-category-list a bdi { color: #88938d; font-size: .55rem; }

.project-products-section { padding: clamp(52px, 6vw, 82px) 0 clamp(70px, 8vw, 108px); }
.project-section-heading {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(280px, .65fr) auto;
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  margin-bottom: 28px;
}
.project-section-heading > div > span,
.institution-projects-head > div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--store-green);
  font-size: .63rem;
  font-weight: 800;
}
body.project-store-page .project-section-heading h2,
body.project-store-page .institution-projects-head h2,
body.project-store-page .project-buying-guide h2,
body.project-store-page .project-store-empty h2 {
  margin: 0;
  color: var(--store-ink);
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  line-height: 1.28;
}
.project-section-heading > p,
.institution-projects-head > p {
  margin: 0;
  color: var(--store-muted);
  font-size: .73rem;
  line-height: 1.85;
}
.project-section-heading > bdi {
  padding: 7px 10px;
  color: var(--store-muted);
  border: 1px solid var(--store-line);
  border-radius: 8px;
  font-size: .62rem;
}

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

@media (min-width: 1260px) {
  .project-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .project-product-card { min-height: 525px; }
  .project-product-image { height: 210px; }
}

.project-product-card {
  display: flex;
  min-width: 0;
  min-height: 545px;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--store-line);
  border-radius: 16px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.project-product-card:hover {
  border-color: rgba(7, 92, 59, .52);
  box-shadow: 0 18px 42px rgba(15, 37, 27, .09);
  transform: translateY(-4px);
}

.project-product-image {
  position: relative;
  display: block;
  height: 230px;
  flex: 0 0 auto;
  overflow: hidden;
  background: #0c1712;
  border-bottom: 1px solid var(--store-line);
}
.project-product-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 13, 9, .16), transparent 55%, rgba(5, 13, 9, .5));
  content: "";
}
.project-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-product-card:hover .project-product-image img { transform: scale(1.035); }
.project-product-image > span,
.project-product-image > i { position: absolute; z-index: 1; color: #fff; }
.project-product-image > span {
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  background: rgba(7, 28, 18, .8);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 7px;
  backdrop-filter: blur(8px);
  font-size: .59rem;
  font-weight: 700;
}
.project-product-image > i { bottom: 16px; left: 16px; }

.project-product-body { padding: 19px 20px 16px; }
.project-product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #59665f; font-size: .58rem; font-weight: 700; }
.project-product-meta span:first-child { color: var(--store-green); }
body.project-store-page .project-product-body h3 { margin: 15px 0 8px; font-size: 1.12rem; line-height: 1.5; }
.project-product-body h3 a { color: var(--store-ink); text-decoration: none; }
.project-product-body > p { min-height: 52px; margin: 0; color: var(--store-muted); font-size: .68rem; line-height: 1.8; }
.project-product-body ul { display: grid; gap: 7px; margin: 15px 0 0; padding: 14px 0 0; border-top: 1px solid var(--store-line); list-style: none; }
.project-product-body li { display: flex; align-items: flex-start; gap: 8px; color: #4f5d56; font-size: .62rem; line-height: 1.6; }
.project-product-body li i { margin-top: 3px; color: var(--store-green); font-size: .55rem; }

.project-product-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding: 15px 20px;
  background: #fafbf9;
  border-top: 1px solid var(--store-line);
}
.project-product-footer small,
.project-product-footer strong { display: block; }
.project-product-footer small { margin-bottom: 2px; color: #59665f; font-size: .54rem; }
.project-product-footer strong { color: var(--store-ink); font-size: 1rem; }
.project-product-footer strong span { color: #68746e; font-size: .58rem; font-weight: 600; }
.project-product-footer > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  color: #fff;
  background: var(--store-green);
  border-radius: 9px;
  text-decoration: none;
  font-size: .64rem;
  font-weight: 800;
}
.project-product-footer > a:hover { background: var(--store-green-deep); }

.institution-projects-section {
  padding: clamp(60px, 7vw, 92px) 0;
  color: var(--store-ink);
  background: #f5f8f6;
  border-block: 1px solid var(--store-line);
}
.institution-projects-head {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(280px, .65fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: end;
  margin-bottom: 28px;
}
.institution-projects-head > div > span { color: var(--store-green); }
body.project-store-page .institution-projects-head h2 { color: var(--store-ink); }
.institution-projects-head > p { color: var(--store-muted); }
.institution-projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.institution-projects-grid.is-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.institution-projects-grid.is-single { grid-template-columns: minmax(0, 920px); }
.institution-projects-grid.is-single .institution-project-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
}
.institution-projects-grid.is-single .institution-project-visual { height: 330px; }
.institution-projects-grid.is-single .institution-project-copy { min-height: 330px; }
.institution-project-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: var(--store-ink);
  background: #fff;
  border: 1px solid var(--store-line);
  border-radius: 16px;
  text-decoration: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.institution-project-card:hover {
  border-color: rgba(7, 92, 59, .48);
  box-shadow: 0 18px 40px rgba(16, 27, 22, .09);
  transform: translateY(-4px);
}
.institution-project-visual { position: relative; height: 220px; overflow: hidden; background: #e9efec; }
.institution-project-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 14, 9, .08), rgba(5, 14, 9, .3)); content: ""; }
.institution-project-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.institution-project-card:hover img { transform: scale(1.035); }
.institution-project-visual > span {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  padding: 7px 10px;
  color: #fff;
  background: rgba(6, 67, 45, .88);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 7px;
  font-size: .6rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.institution-project-copy { display: flex; min-height: 190px; flex-direction: column; padding: 20px; }
.institution-project-copy strong { display: block; margin-bottom: 7px; color: var(--store-ink); font-size: 1.03rem; line-height: 1.55; }
.institution-project-copy p { margin: 0; color: var(--store-muted); font-size: .71rem; line-height: 1.8; }
.institution-project-copy > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 15px;
  color: var(--store-green);
  border-top: 1px solid var(--store-line);
  font-size: .67rem;
  font-weight: 800;
}
.institution-project-copy > span i { transition: transform .2s ease; }
.institution-project-card:hover .institution-project-copy > span i { transform: translateX(-5px); }

.project-store-empty { padding: 68px 0; }
.project-store-empty > .container {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 22px;
  align-items: center;
  padding-block: 34px;
  border-block: 1px solid var(--store-line);
}
.project-store-empty > .container > span { display: grid; width: 52px; height: 52px; place-items: center; color: var(--store-green); background: var(--store-soft); border-radius: 14px; }
.project-store-empty p { margin: 6px 0 0; color: var(--store-muted); font-size: .72rem; }
.project-store-empty .container > div:last-child { display: flex; gap: 8px; }
.project-store-empty a { padding: 11px 14px; color: var(--store-green); background: #fff; border: 1px solid var(--store-line); border-radius: 9px; text-decoration: none; font-size: .63rem; font-weight: 700; }
.project-store-empty a:last-child { color: #fff; background: var(--store-green); border-color: var(--store-green); }

.project-buying-guide { padding: clamp(66px, 8vw, 104px) 0; background: #fff; }
.project-buying-guide-grid { display: grid; grid-template-columns: minmax(240px, .6fr) 1fr minmax(260px, .62fr); gap: clamp(24px, 4vw, 58px); align-items: start; }
.project-buying-guide header > span { display: block; margin-bottom: 9px; color: var(--store-green); font-size: .62rem; font-weight: 800; }
.project-buying-guide ol { margin: 0; padding: 0; border-top: 1px solid var(--store-ink); list-style: none; }
.project-buying-guide li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--store-line); }
.project-buying-guide li > bdi { color: var(--store-green); font-size: .58rem; font-weight: 800; }
.project-buying-guide li strong { display: block; margin-bottom: 3px; font-size: .75rem; }
.project-buying-guide li p { margin: 0; color: var(--store-muted); font-size: .64rem; line-height: 1.65; }
.project-buying-guide aside { padding: 22px; color: #fff; background: var(--store-green); border-radius: 14px; }
.project-buying-guide aside span,
.project-buying-guide aside strong { display: block; }
.project-buying-guide aside span { color: rgba(255, 255, 255, .82); font-size: .61rem; }
.project-buying-guide aside strong { margin: 22px 0 32px; color: #fff; font-size: 1.05rem; line-height: 1.6; }
.project-buying-guide aside a { display: flex; align-items: center; justify-content: space-between; padding-top: 13px; color: #fff; border-top: 1px solid rgba(255, 255, 255, .4); text-decoration: none; font-size: .66rem; font-weight: 800; }

@media (max-width: 1120px) {
  .project-store-hero-grid { grid-template-columns: 1fr 1fr; }
  .project-filter-primary { grid-template-columns: minmax(140px, .38fr) minmax(430px, 1.2fr) auto; gap: 12px; }
  .project-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-section-heading { grid-template-columns: 1fr 1fr; }
  .project-section-heading > bdi { display: none; }
  .project-buying-guide-grid { grid-template-columns: .7fr 1.3fr; }
  .project-buying-guide aside { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .project-store-hero-grid { grid-template-columns: 1fr; }
  .project-store-feature { min-height: 340px; }
  .project-filter-shell { top: 68px; }
  .project-filter-primary { grid-template-columns: 1fr auto; }
  .project-kind-switch { grid-column: 1 / -1; grid-row: 2; }
  .project-filter-summary { grid-column: 2; grid-row: 1; }
  .project-section-heading,
  .institution-projects-head { grid-template-columns: 1fr; gap: 12px; }
  .institution-projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .project-store-hero { padding: 22px 0 25px; }
  .project-store-eyebrow { font-size: .61rem; }
  body.project-store-page .project-store-copy h1 { margin: 20px 0 13px; font-size: clamp(2rem, 10vw, 2.45rem); }
  .project-store-copy > p { font-size: .76rem; line-height: 1.75; }
  .project-store-search { margin-top: 18px; }
  .project-store-search > div { grid-template-columns: 38px minmax(0, 1fr) auto; min-height: 50px; }
  .project-store-search button { grid-column: auto; min-width: 68px; padding-inline: 12px; }
  .project-store-assurances { gap: 12px; }
  .project-store-feature { min-height: 215px; }
  .project-store-feature-bottom strong { max-width: 250px; font-size: .72rem; }
  .project-filter-shell { position: static; padding: 10px 0; }
  .project-filter-panel { border-radius: 12px; }
  .project-filter-primary { gap: 10px; padding: 12px; }
  .project-filter-title strong { font-size: .72rem; }
  .project-kind-switch { width: 100%; }
  .project-kind-switch a { min-width: 0; justify-content: center; padding-inline: 8px; }
  .project-kind-switch a bdi { display: none; }
  .project-filter-summary { gap: 6px; }
  .project-filter-summary a { padding: 6px 8px; }
  .project-category-list { flex-wrap: wrap; overflow: visible; padding: 11px 12px; }
  .project-category-list > span { width: 100%; margin: 0 0 2px; }
  .project-product-grid,
  .institution-projects-grid { grid-template-columns: 1fr; }
  .institution-projects-grid.is-pair,
  .institution-projects-grid.is-single { grid-template-columns: 1fr; }
  .institution-projects-grid.is-single .institution-project-card { display: flex; }
  .project-product-card { min-height: 515px; }
  .project-product-image { height: 218px; }
  .institution-project-visual { height: 210px; }
  .institution-projects-grid.is-single .institution-project-visual { height: 210px; }
  .institution-project-copy { min-height: 170px; padding: 18px; }
  .institution-projects-grid.is-single .institution-project-copy { min-height: 170px; }
  .project-store-empty > .container { grid-template-columns: 52px 1fr; }
  .project-store-empty .container > div:last-child { grid-column: 1 / -1; }
  .project-buying-guide-grid { grid-template-columns: 1fr; }
  .project-buying-guide aside { grid-column: auto; }
}
