:root {
  --ink: #18322a;
  --muted: #64736e;
  --green: #477b65;
  --green-dark: #2f604d;
  --green-pale: #eaf2ed;
  --cream: #f8f4ec;
  --paper: #fffefa;
  --line: #dfe7e2;
  --white: #ffffff;
  --orange: #bd6a43;
  --shadow: 0 18px 60px rgba(28, 54, 45, 0.12);
  --radius: 22px;
}

/* v3.1.3 — Promo musiman */
.seasonal-promo { padding: 34px 0; background: #fff; }
.seasonal-promo[hidden] { display: none !important; }
.promo-banner {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: stretch; min-height: 340px; overflow: hidden; color: var(--promo-text);
  background: var(--promo-bg); box-shadow: 0 18px 42px rgba(45, 35, 31, .08);
}
.promo-banner--corners-square { border-radius: 0; }
.promo-banner--corners-soft { border-radius: 18px; }
.promo-banner--corners-rounded { border-radius: 36px; }
.promo-banner--height-compact { min-height: 260px; }
.promo-banner--height-normal { min-height: 340px; }
.promo-banner--height-tall { min-height: 430px; }
.promo-banner__copy { z-index: 2; align-self: center; padding: clamp(34px, 5vw, 72px); max-width: 760px; }
.promo-banner__eyebrow {
  display: inline-flex; border: 1px solid currentColor; border-radius: 999px; padding: 7px 13px;
  font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase;
}
.promo-banner h2 { margin: 17px 0 12px; max-width: 18ch; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.02; letter-spacing: -.035em; }
.promo-banner p { max-width: 62ch; margin: 0 0 24px; font-size: clamp(.95rem, 1.5vw, 1.08rem); line-height: 1.65; white-space: pre-line; }
.promo-banner__button {
  border: 0; border-radius: 999px; padding: 14px 22px; color: #fff; background: var(--promo-accent);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--promo-accent) 28%, transparent); font: inherit; font-weight: 800; cursor: pointer;
}
.promo-banner__media { min-width: 0; overflow: hidden; }
.promo-banner__media img { width: 100%; height: 100%; min-height: 100%; object-fit: cover; display: block; }
.promo-banner--image-left .promo-banner__copy { order: 2; }
.promo-banner--image-left .promo-banner__media { order: 1; }
.promo-banner--no-image { grid-template-columns: 1fr; }
.promo-banner--align-center .promo-banner__copy { justify-self: center; text-align: center; }
.promo-banner--align-center h2, .promo-banner--align-center p { margin-left: auto; margin-right: auto; }
.promo-banner--align-right .promo-banner__copy { justify-self: end; text-align: right; }
.promo-banner--align-right h2, .promo-banner--align-right p { margin-left: auto; }
.promo-banner__label { position: absolute; z-index: 4; display: grid; place-items: center; color: #fff; background: var(--promo-accent); font-weight: 900; line-height: 1.05; text-align: center; }
.promo-banner__label--circle { top: 28px; right: 28px; width: 88px; height: 88px; padding: 10px; border-radius: 50%; transform: rotate(7deg); }
.promo-banner__label--pill { top: 24px; right: 26px; min-width: 110px; min-height: 42px; padding: 10px 18px; border-radius: 999px; }
.promo-banner__label--corner { top: 0; right: 0; min-width: 150px; min-height: 64px; padding: 16px 22px; border-radius: 0 0 0 34px; }
.promo-banner__label--sticker { top: 24px; right: 28px; min-width: 112px; min-height: 46px; padding: 11px 16px; border-radius: 9px; transform: rotate(-4deg); }
.promo-banner--campaign { display: block; min-height: 380px; color: #fff; background: #173433; }
.promo-banner--campaign .promo-banner__media { position: absolute; inset: 0; }
.promo-banner--campaign .promo-banner__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--promo-text) 94%, transparent), color-mix(in srgb, var(--promo-text) 68%, transparent) 48%, transparent 86%); }
.promo-banner--campaign .promo-banner__copy { position: relative; min-height: inherit; display: flex; flex-direction: column; justify-content: center; }
.promo-banner--campaign.promo-banner--align-center .promo-banner__media::after { background: color-mix(in srgb, var(--promo-text) 62%, transparent); }
.promo-banner--campaign.promo-banner--align-right .promo-banner__media::after { background: linear-gradient(270deg, color-mix(in srgb, var(--promo-text) 94%, transparent), color-mix(in srgb, var(--promo-text) 66%, transparent) 48%, transparent 86%); }
.promo-banner--strip { grid-template-columns: minmax(0, 1fr) minmax(190px, 280px); min-height: 190px; border: 1px solid color-mix(in srgb, var(--promo-accent) 22%, transparent); box-shadow: none; }
.promo-banner--strip .promo-banner__copy { padding: 30px 40px; }
.promo-banner--strip h2 { margin: 10px 0 8px; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.promo-banner--strip p { margin-bottom: 17px; }
.promo-banner--strip .promo-banner__media { margin: 18px; border-radius: 14px; }
.promo-banner--strip.promo-banner--image-left { grid-template-columns: minmax(190px, 280px) minmax(0, 1fr); }
.promo-product-card { width: 100%; border: 1px solid #e8e0da; border-radius: 18px; padding: 10px; background: #fff; color: #332d29; display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; align-items: center; gap: 13px; text-align: left; cursor: pointer; box-shadow: 0 9px 22px rgba(44, 34, 29, .06); }
.seasonal-promo__products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 15px; }
.promo-product-card img { width: 74px; height: 66px; border-radius: 12px; object-fit: cover; }
.promo-product-card span { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.promo-product-card small { color: #82766f; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.promo-product-card > span > strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .94rem; }
.promo-product-card__price { align-items: flex-end; white-space: nowrap; }
.promo-product-card__price del { color: #9a8e87; font-size: .76rem; }
.promo-product-card__price strong { color: var(--promo-accent); font-size: .96rem; }

@media (max-width: 760px) {
  .seasonal-promo { padding: 22px 0; }
  .promo-banner, .promo-banner--strip, .promo-banner--strip.promo-banner--image-left { grid-template-columns: 1fr; min-height: 0; }
  .promo-banner--corners-rounded { border-radius: 24px; }
  .promo-banner__copy, .promo-banner--strip .promo-banner__copy { order: 1; padding: 30px 24px 26px; text-align: left; }
  .promo-banner__media, .promo-banner--image-left .promo-banner__media, .promo-banner--image-left .promo-banner__copy { order: 2; }
  .promo-banner__media { height: 230px; }
  .promo-banner h2 { max-width: none; font-size: clamp(2rem, 10vw, 3rem); overflow-wrap: anywhere; }
  .promo-banner p { font-size: .95rem; }
  .promo-banner__button { width: 100%; }
  .promo-banner__label--circle { top: 16px; right: 16px; width: 70px; height: 70px; font-size: .8rem; }
  .promo-banner__label--pill, .promo-banner__label--sticker { top: 15px; right: 15px; min-width: 0; max-width: 42%; font-size: .75rem; }
  .promo-banner__label--corner { min-width: 116px; min-height: 52px; padding: 13px 16px; font-size: .75rem; }
  .promo-banner--campaign { min-height: 480px; }
  .promo-banner--campaign .promo-banner__copy { min-height: 480px; padding: 82px 24px 30px; justify-content: flex-end; }
  .promo-banner--campaign .promo-banner__media::after, .promo-banner--campaign.promo-banner--align-right .promo-banner__media::after { background: linear-gradient(0deg, color-mix(in srgb, var(--promo-text) 96%, transparent), color-mix(in srgb, var(--promo-text) 35%, transparent) 68%, transparent); }
  .promo-banner--campaign.promo-banner--align-center .promo-banner__media::after { background: color-mix(in srgb, var(--promo-text) 62%, transparent); }
  .promo-banner--strip .promo-banner__media { height: 190px; margin: 0 18px 18px; }
  .seasonal-promo__products { grid-template-columns: 1fr; }
  .promo-product-card { grid-template-columns: 64px minmax(0, 1fr); }
  .promo-product-card img { width: 64px; height: 60px; }
  .promo-product-card__price { grid-column: 2; align-items: flex-start; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.announcement {
  color: #eff8f3;
  background: var(--green-dark);
  font-size: 12px;
}

.announcement__inner {
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: rgba(255, 254, 250, 0.96);
  border-bottom: 1px solid rgba(223, 231, 226, 0.9);
  backdrop-filter: blur(16px);
}

.header-main {
  min-height: 76px;
  display: grid;
  grid-template-columns: 210px minmax(280px, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand__mark {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 12px 12px 12px 4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.brand__logo {
  width: auto;
  max-width: 132px;
  height: 44px;
  object-fit: contain;
}

.search {
  min-height: 43px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  background: #f7f8f5;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.search:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(71, 123, 101, 0.12);
}

.search svg,
.icon-button svg,
.cart-button svg,
.button svg {
  width: 21px;
  height: 21px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search input {
  width: 100%;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.icon-button,
.cart-button {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 10px;
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.icon-button:hover,
.cart-button:hover {
  background: var(--green-pale);
}

.icon-button:active,
.cart-button:active,
.button:active {
  transform: translateY(1px);
}

.cart-button {
  position: relative;
  padding-inline: 11px;
  font-size: 13px;
  font-weight: 700;
}

.cart-count {
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--orange);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
}

.category-nav {
  border-top: 1px solid #edf1ee;
}

.category-nav__inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-nav__inner .static-nav-link {
  flex: 0 0 auto;
  padding: 7px 12px;
  white-space: nowrap;
  color: var(--green-dark);
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.category-nav__inner .education-nav-link {
  margin-left: auto;
}

.category-nav__inner .static-nav-link:hover,
.category-nav__inner .static-nav-link:focus-visible {
  color: var(--green);
  background: var(--green-pale);
}

.category-nav__inner::-webkit-scrollbar {
  display: none;
}

.category-nav button,
.text-link {
  padding: 7px 12px;
  white-space: nowrap;
  color: #52645e;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
}

.category-nav button:hover,
.category-nav button.active {
  color: var(--green-dark);
  background: var(--green-pale);
}

.mobile-search,
.mobile-only {
  display: none;
}

.hero {
  padding: 28px 0 48px;
}

.hero__grid {
  min-height: 525px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid #ede7da;
  border-radius: 30px;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 28px 64px 64px;
}

.eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 570px;
  margin-bottom: 20px;
  font-size: clamp(42px, 4.4vw, 66px);
  line-height: 0.99;
  text-wrap: balance;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.06;
}

.hero__copy > p {
  max-width: 525px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

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

.button--primary:hover {
  background: var(--green-dark);
  box-shadow: 0 8px 24px rgba(47, 96, 77, 0.2);
}

.button--ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line);
}

.button--ghost:hover {
  background: var(--white);
  border-color: #bbc9c2;
}

.button--full {
  width: 100%;
}

.hero__proof {
  display: flex;
  gap: 24px;
  margin-top: 38px;
  padding-top: 25px;
  border-top: 1px solid #ded8cc;
}

.hero__proof div {
  min-width: 88px;
}

.hero__proof strong,
.hero__proof span {
  display: block;
}

.hero__proof strong {
  margin-bottom: 3px;
  font-size: 14px;
}

.hero__proof span {
  color: var(--muted);
  font-size: 11px;
}

.hero__visual {
  position: relative;
  min-height: 100%;
}

.hero__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(260px, calc(100% - 48px));
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 17px;
  box-shadow: 0 14px 36px rgba(19, 45, 36, 0.18);
  backdrop-filter: blur(12px);
}

.hero-card span,
.hero-card strong {
  display: block;
}

.hero-card__stars {
  margin-bottom: 6px;
  color: #d08a42;
  letter-spacing: 0.12em;
  font-size: 11px;
}

.hero-card strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.hero-card > span:last-child {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.trust-strip {
  border-block: 1px solid var(--line);
}

.trust-grid {
  min-height: 105px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.trust-item {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item__icon {
  width: 38px;
  height: 38px;
  display: grid;
  flex: none;
  place-items: center;
  color: var(--green-dark);
  background: var(--green-pale);
  border-radius: 50%;
  font-weight: 800;
}

.trust-item strong,
.trust-item div span {
  display: block;
}

.trust-item strong {
  margin-bottom: 3px;
  font-size: 13px;
}

.trust-item div span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.section {
  padding: 90px 0;
}

.section--categories {
  padding-bottom: 40px;
}

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

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > div > p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.text-link {
  color: var(--green-dark);
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
}

.category-card {
  overflow: hidden;
  padding: 0;
  text-align: left;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 17px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-card:hover,
.category-card.active {
  transform: translateY(-3px);
  border-color: #b9cbbf;
  box-shadow: 0 12px 30px rgba(30, 66, 53, 0.09);
}

.category-card__image {
  aspect-ratio: 1.2;
  overflow: hidden;
  background: var(--cream);
}

.category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.category-card:hover img {
  transform: scale(1.04);
}

.category-card__copy {
  padding: 13px 13px 15px;
}

.category-card strong,
.category-card span {
  display: block;
}

.category-card strong {
  margin-bottom: 4px;
  font-size: 13px;
}

.category-card span {
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section-heading--catalog {
  padding-top: 40px;
  border-top: 1px solid var(--line);
}

.catalog-controls select,
.field input,
.field select,
.field textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: 0;
}

.catalog-controls select {
  min-width: 180px;
  height: 42px;
  padding: 0 34px 0 13px;
  font-size: 13px;
}

.catalog-controls select:focus,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(71, 123, 101, 0.12);
}

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

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.load-more-wrap.hidden {
  display: none;
}

@media (max-width: 640px) {
  .brand__logo {
    max-width: 104px;
    height: 38px;
  }
}

.product-card {
  position: relative;
  min-width: 0;
}

.product-card--shared {
  padding: 12px;
  background: #f8fbf9;
  border: 2px solid #8fb5a2;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(37, 75, 57, 0.11);
}

.product-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 0.82;
  margin-bottom: 15px;
  background: var(--cream);
  border: 1px solid #e8e8e2;
  border-radius: 17px;
}

.product-card__open {
  padding: 0;
  color: inherit;
  border: 0;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

.product-card__image-wrap.product-card__open {
  width: 100%;
  display: block;
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.product-card:hover .product-card__image {
  transform: scale(1.025);
}

.badge {
  position: absolute;
  top: 11px;
  left: 11px;
  max-width: calc(100% - 60px);
  padding: 6px 9px;
  overflow: hidden;
  color: var(--green-dark);
  background: rgba(244, 249, 246, 0.94);
  border: 1px solid rgba(71, 123, 101, 0.2);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.favorite-toggle {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(29, 45, 39, 0.08);
}

.favorite-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.favorite-toggle.active {
  color: #a74f4f;
}

.favorite-toggle.active svg {
  fill: currentColor;
}

.product-card__brand {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.product-card h3 {
  min-height: 43px;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.48;
}

.product-card__title {
  width: 100%;
  background: none;
}

.product-card__title:hover,
.product-card__title:focus-visible {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-card__description {
  min-height: 37px;
  margin-bottom: 11px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__details {
  width: 100%;
  margin: 12px 0 8px;
  padding: 10px 12px;
  color: var(--green-dark);
  background: #f0f6f2;
  border: 1px solid #d5e5dc;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.product-card__details:hover {
  background: #e4f0e9;
}

.product-card__price-row {
  min-height: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
}

.price-group strong,
.price-group del {
  display: block;
}

.price-group strong {
  font-size: 16px;
}

.price-group del {
  margin-top: 2px;
  color: #9aa6a1;
  font-size: 10px;
}

.stock {
  color: var(--muted);
  font-size: 10px;
}

.stock.low {
  color: var(--orange);
  font-weight: 750;
}

.product-card__add {
  width: 100%;
  min-height: 39px;
  margin-top: 13px;
  color: var(--green-dark);
  background: transparent;
  border: 1px solid #bdd0c5;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.product-card__catalog {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
  color: var(--green-dark);
  background: var(--green-pale);
  border-radius: 9px;
  font-size: 10px;
  font-weight: 800;
}

.product-card__share {
  width: 100%;
  min-height: 34px;
  margin-top: 7px;
  color: var(--muted);
  background: transparent;
  border: 1px solid #d8dfda;
  border-radius: 9px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
}

.product-card__share:hover {
  color: var(--green-dark);
  border-color: #abc2b5;
}

.product-card__share + .product-card__add {
  margin-top: 7px;
}

.product-card__add:hover {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.product-card__add:disabled {
  color: #9ba7a2;
  background: #f2f4f2;
  border-color: #e5e9e6;
  cursor: not-allowed;
}

.empty-state {
  padding: 70px 20px;
  text-align: center;
  background: var(--cream);
  border-radius: var(--radius);
}

.empty-state > span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 40px;
}

.empty-state h3 {
  margin-bottom: 7px;
}

.empty-state p {
  color: var(--muted);
}

.story {
  scroll-margin-top: 110px;
  background: #f2f5f1;
}

.story__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.story__image {
  overflow: hidden;
  aspect-ratio: 1.35;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story__copy > p {
  color: var(--muted);
  line-height: 1.8;
}

.story__copy ul {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.story__copy li {
  display: flex;
  gap: 10px;
}

.story__copy li span {
  color: var(--green);
  font-weight: 800;
}

.production-shipping {
  padding-top: 0;
}

.production-shipping__card {
  padding: 34px 38px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--cream);
}

.production-shipping__card h2 {
  margin: 8px 0 12px;
}

.production-shipping__card p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  white-space: pre-line;
}

.seo-intro {
  padding-top: 0;
}

.seo-intro__card {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 56px;
  padding: 38px;
  background: #f2f5f1;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.seo-intro__card h2 {
  margin-top: 8px;
  line-height: 1.25;
}

.seo-intro__copy {
  display: grid;
  gap: 13px;
}

.seo-intro__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.seo-intro__copy .button {
  width: fit-content;
  margin-top: 4px;
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}

.faq__intro {
  color: var(--muted);
  line-height: 1.75;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
}

.accordion p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

footer {
  padding: 64px 0 28px;
  color: #dfeae4;
  background: #1e3b31;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 42px;
}

.brand--footer {
  color: var(--white);
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
  display: block;
  color: #afc2b9;
  font-size: 12px;
  line-height: 1.8;
}

.footer-grid p {
  max-width: 330px;
  margin-top: 17px;
}

.footer-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--white);
  font-size: 13px;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-link-list {
  display: grid;
  gap: 6px;
}

.footer-link-list a {
  width: fit-content;
}

.footer-link-list a.external-link,
.instagram-account-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.external-link__icon {
  position: relative;
  display: inline-grid !important;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--white) !important;
  background: #587269;
  border-radius: 6px;
  font-size: 10px !important;
  font-weight: 900;
  line-height: 1 !important;
}

.external-link__icon--instagram {
  background: radial-gradient(circle at 28% 110%, #feda75 0 22%, #fa7e1e 38%, #d62976 60%, #962fbf 79%, #4f5bd5 100%);
}

.external-link__icon--instagram::before {
  width: 9px;
  height: 9px;
  border: 1.7px solid #fff;
  border-radius: 50%;
  content: "";
}

.external-link__icon--instagram::after {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  content: "";
}

.external-link__icon--shopee { background: #ee4d2d; }
.external-link__icon--tokopedia { background: #03ac0e; }
.external-link__icon--blibli { background: #0095da; }
.external-link__icon--tiktok { background: #111; }
.external-link__icon--youtube { background: #f00; }
.external-link__icon--linktree { color: #173b2d !important; background: #43e660; }

.external-link__label {
  display: inline !important;
  color: inherit !important;
}

.external-link > small {
  display: inline;
}

.footer-link-list small {
  display: block;
  color: #78978a;
  font-size: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 22px;
  color: #8eaaa0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.overlay {
  position: fixed;
  z-index: 70;
  inset: 0;
  background: rgba(17, 31, 26, 0.48);
  backdrop-filter: blur(3px);
}

.drawer {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  width: min(440px, 100%);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--paper);
  box-shadow: -15px 0 55px rgba(18, 36, 29, 0.2);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

.drawer.open {
  transform: translateX(0);
}

.drawer__header,
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.drawer__header {
  padding: 26px 24px 19px;
  border-bottom: 1px solid var(--line);
}

.drawer__header .eyebrow,
.modal__header .eyebrow {
  margin-bottom: 4px;
}

.drawer__header h2,
.modal__header h2 {
  margin: 0;
  font-size: 30px;
}

.drawer__body {
  overflow-y: auto;
  padding: 6px 24px;
}

.empty-cart {
  height: 100%;
  min-height: 280px;
  display: grid;
  place-content: center;
  text-align: center;
}

.empty-cart span {
  font-size: 38px;
}

.empty-cart h3 {
  margin: 12px 0 6px;
}

.empty-cart p {
  color: var(--muted);
  font-size: 12px;
}

.cart-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item img {
  width: 74px;
  height: 68px;
  object-fit: cover;
  border-radius: 10px;
}

.cart-item h3 {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.4;
}

.cart-item strong {
  font-size: 12px;
}

.quantity {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quantity button {
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.quantity span {
  width: 24px;
  text-align: center;
  font-size: 11px;
}

.remove-item {
  align-self: start;
  padding: 5px;
  color: #9a5b55;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 10px;
}

.drawer__footer {
  padding: 20px 24px 24px;
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.subtotal span {
  font-size: 13px;
}

.subtotal strong {
  font-size: 18px;
}

.drawer__footer p {
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 10px;
}

.modal {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: none;
  place-items: center;
  overflow-y: auto;
  padding: 24px;
  background: rgba(17, 31, 26, 0.56);
  backdrop-filter: blur(4px);
}

.modal.open {
  display: grid;
}

.modal__panel {
  width: min(650px, 100%);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  padding: 26px;
  background: var(--paper);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.modal__panel--small {
  width: min(460px, 100%);
}

.modal__panel--product-detail {
  width: min(1040px, 100%);
}

.product-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  margin-top: 22px;
}

.product-detail__media {
  position: relative;
  align-self: start;
  overflow: hidden;
  background: var(--cream);
  border-radius: 18px;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: zoom-in;
}

.product-detail__media img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 0.88;
  object-fit: cover;
}

.product-detail__zoom-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(17, 31, 26, 0.72);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
}

.modal--image-zoom {
  z-index: 110;
  cursor: zoom-out;
}

.image-zoom__image {
  max-width: min(1200px, calc(100vw - 48px));
  max-height: calc(100dvh - 48px);
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.image-zoom__close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 20px;
  color: #fff;
  background: rgba(17, 31, 26, 0.75);
  border-color: rgba(255, 255, 255, 0.25);
}

.product-detail__price {
  margin: 8px 0 3px;
  color: var(--green-dark);
  font-size: 24px;
  font-weight: 800;
}

.product-detail__stock {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 12px;
}

.product-detail__copy h3 {
  margin: 18px 0 7px;
  font-size: 13px;
}

.product-detail__description {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  white-space: pre-line;
}

.product-detail__variants {
  display: grid;
  gap: 10px;
}

.product-detail-variant {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  padding: 8px;
  background: #fbfcfa;
  border: 2px solid var(--line);
  border-radius: 14px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.product-detail-variant.selected {
  background: #f0f7f3;
  border-color: var(--green);
  box-shadow: 0 8px 24px rgba(47, 96, 77, 0.12);
}

.product-detail-variant.sold-out {
  opacity: 0.58;
}

.product-detail-variant__image {
  position: relative;
  width: 92px;
  height: 82px;
  overflow: hidden;
  padding: 0;
  background: var(--cream);
  border: 0;
  border-radius: 10px;
  cursor: zoom-in;
}

.product-detail-variant__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-variant__image > span {
  position: absolute;
  inset: auto 5px 5px;
  padding: 4px;
  color: #fff;
  background: rgba(17, 31, 26, 0.76);
  border-radius: 5px;
  font-size: 9px;
  font-weight: 800;
}

.product-detail-variant__select {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 28px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 5px 7px;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.product-detail-variant__select:disabled {
  cursor: not-allowed;
}

.product-detail-variant__copy,
.product-detail-variant__price {
  display: grid;
  gap: 4px;
}

.product-detail-variant__copy small,
.product-detail-variant__price del {
  color: var(--muted);
  font-size: 10px;
}

.product-detail-variant__price {
  text-align: right;
}

.product-detail-variant__check {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: transparent;
  border: 2px solid #b9c7c0;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.product-detail-variant.selected .product-detail-variant__check {
  color: #fff;
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.product-detail__add-selected:disabled {
  color: #6d7874;
  background: #dfe6e2;
  border-color: #dfe6e2;
  cursor: not-allowed;
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.checkout-form {
  display: grid;
  gap: 15px;
  margin-top: 24px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.field {
  display: grid;
  gap: 7px;
}

.field > span {
  font-size: 11px;
  font-weight: 750;
}

.field input,
.field select {
  height: 43px;
  padding: 0 12px;
}

.field textarea {
  min-height: 82px;
  padding: 11px 12px;
  resize: vertical;
}

.check-field {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.check-field input {
  margin-top: 2px;
  accent-color: var(--green);
}

.checkout-summary {
  padding: 15px;
  background: var(--cream);
  border-radius: 12px;
}

.checkout-summary div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 11px;
}

.checkout-summary div:last-child {
  margin: 12px 0 0;
  padding-top: 10px;
  color: var(--ink);
  border-top: 1px solid #ded8cc;
  font-size: 13px;
  font-weight: 800;
}

.checkout-pattern-field {
  margin: 10px 0 14px;
  padding: 10px;
  background: var(--white);
  border: 1px solid #ded8cc;
  border-radius: 9px;
}

.checkout-pattern-field small {
  color: var(--muted);
  font-size: 9px;
}

.form-error {
  min-height: 17px;
  margin: -5px 0 0;
  color: #a7473f;
  font-size: 11px;
  line-height: 1.5;
}

.success-panel {
  padding: 38px;
  text-align: center;
}

.success-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 17px;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 27px;
  font-weight: 800;
}

.success-panel h2 {
  margin-bottom: 12px;
}

.success-panel p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.order-number {
  display: block;
  margin: 9px 0 20px;
  padding: 11px;
  color: var(--green-dark);
  background: var(--green-pale);
  border-radius: 10px;
  font-size: 14px;
}

.success-panel .button + .button {
  margin-top: 9px;
}

.toast {
  position: fixed;
  z-index: 110;
  left: 50%;
  bottom: 25px;
  max-width: calc(100% - 32px);
  padding: 11px 16px;
  color: var(--white);
  background: #1e3b31;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(18, 36, 29, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 15px);
  transition: opacity 180ms ease, transform 180ms ease;
  font-size: 12px;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.hidden,
[hidden] {
  display: none !important;
}

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

@media (max-width: 980px) {
  .header-main {
    grid-template-columns: 190px minmax(220px, 1fr) auto;
    gap: 18px;
  }

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

  .hero__copy {
    padding: 48px 26px 48px 42px;
  }

  .category-cards {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .story__grid {
    gap: 40px;
  }

  .faq__grid {
    gap: 45px;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .announcement__inner {
    min-height: 29px;
    justify-content: center;
  }

  .announcement__inner span:not(:first-child) {
    display: none;
  }

  .mobile-only {
    display: inline-flex;
  }

  .desktop-only {
    display: none !important;
  }

  .header-main {
    min-height: 62px;
    grid-template-columns: auto 1fr auto;
    gap: 6px;
  }

  .header-main > .search {
    display: none;
  }

  .brand {
    justify-self: start;
    font-size: 19px;
  }

  .brand__mark {
    width: 32px;
    height: 32px;
    border-radius: 10px 10px 10px 3px;
    font-size: 10px;
  }

  .header-actions {
    gap: 0;
  }

  .icon-button,
  .cart-button {
    min-width: 38px;
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .cart-button {
    margin-left: 2px;
  }

  .cart-count {
    position: absolute;
    top: 1px;
    right: -2px;
    min-width: 17px;
    height: 17px;
    border: 2px solid var(--paper);
    font-size: 9px;
  }

  .category-nav {
    display: none;
  }

  .category-nav.open {
    display: block;
  }

  .category-nav__inner {
    min-height: 0;
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .mobile-search {
    display: none;
    padding-bottom: 10px;
  }

  .mobile-search.open {
    display: block;
  }

  .mobile-search .search {
    width: 100%;
  }

  .hero {
    padding: 14px 0 28px;
  }

  .hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .hero__copy {
    order: 2;
    padding: 31px 24px 34px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .hero__copy > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .hero__visual {
    order: 1;
    min-height: 270px;
    max-height: 380px;
  }

  .hero-card {
    right: 13px;
    bottom: 13px;
    width: 210px;
    padding: 13px;
  }

  .hero__proof {
    gap: 17px;
    margin-top: 27px;
    padding-top: 20px;
  }

  .trust-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 10px;
  }

  .trust-item {
    min-height: 70px;
    justify-content: start;
    padding: 8px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 65px 0;
  }

  .section--categories {
    padding-bottom: 20px;
  }

  .section-heading {
    align-items: start;
    margin-bottom: 25px;
  }

  h2 {
    font-size: 34px;
  }

  .category-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .section-heading--catalog {
    display: grid;
    padding-top: 28px;
  }

  .catalog-controls select {
    width: 100%;
  }

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

  .product-card__image-wrap {
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .product-card h3 {
    min-height: 54px;
    font-size: 13px;
  }

  .product-card__description {
    display: none;
  }

  .product-card__price-row {
    display: block;
  }

  .stock {
    display: block;
    margin-top: 6px;
  }

  .story__grid,
  .faq__grid,
  .seo-intro__card {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .seo-intro__card {
    padding: 26px 22px;
  }

  .story__copy {
    order: 1;
  }

  .story__image {
    order: 2;
  }

  .production-shipping__card {
    padding: 26px 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    gap: 20px;
  }

  .modal {
    align-items: end;
    padding: 0;
  }

  .modal__panel {
    width: 100%;
    max-height: 94dvh;
    padding: 22px 18px;
    border-radius: 22px 22px 0 0;
  }

  .product-detail__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-detail__media img {
    max-height: 42dvh;
  }

  .product-detail__actions .button {
    width: 100%;
  }

  .product-detail-variant {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .product-detail-variant__image {
    width: 82px;
    height: 86px;
  }

  .product-detail-variant__select {
    grid-template-columns: minmax(0, 1fr) 24px;
  }

  .product-detail-variant__price {
    grid-column: 1;
    text-align: left;
  }

  .product-detail-variant__check {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

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

  .success-panel {
    padding: 32px 22px;
  }
}

@media (max-width: 390px) {
  .brand > span:last-child {
    font-size: 17px;
  }

  .hero__actions .button {
    width: 100%;
  }

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

  .product-card__image-wrap {
    aspect-ratio: 1.3;
  }

  .product-card h3 {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.premium-collection {
  scroll-margin-top: 130px;
  background: linear-gradient(180deg, #fff8ed 0%, var(--paper) 100%);
  border-block: 1px solid #ead8bd;
}

.premium-collection__notice {
  padding: 32px;
  text-align: center;
  background: #fffaf1;
  border: 2px solid #c88145;
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(115, 70, 31, 0.1);
}

.premium-collection__po-label {
  display: inline-flex;
  padding: 8px 14px;
  color: #fff;
  background: #a6422e;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.premium-collection__notice h2 {
  margin: 16px 0 8px;
  font-size: clamp(28px, 4vw, 46px);
}

.premium-collection__notice > p {
  max-width: 760px;
  margin: 0 auto;
  color: #66492f;
  line-height: 1.7;
}

.premium-collection__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 880px;
  margin: 24px auto 0;
}

.premium-collection__steps div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  text-align: left;
  background: #fff;
  border: 1px solid #ead8bd;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 750;
}

.premium-collection__steps strong {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--green-dark);
  border-radius: 50%;
}

.premium-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.premium-catalog-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 24px;
  background: var(--white);
  border: 1px solid #e5d7c4;
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(58, 48, 35, 0.08);
}

.premium-catalog-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.premium-catalog-card__badge {
  color: #973b29;
  font-size: 12px;
  font-weight: 900;
}

.premium-catalog-card__estimate {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.premium-catalog-card h3 {
  margin: 18px 0 8px;
  font-size: 22px;
}

.premium-catalog-card p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.6;
}

.premium-catalog-card .button {
  width: 100%;
  margin-top: auto;
}

.premium-collection__footnote {
  margin: 22px 0 0;
  color: #7c3d2d;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.product-detail__po-catalog {
  padding: 14px 16px;
  color: #6e4129;
  background: #fff6e9;
  border: 1px solid #e6c99f;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .premium-collection__steps,
  .premium-catalog-grid {
    grid-template-columns: 1fr;
  }

  .premium-collection__notice {
    padding: 24px 18px;
  }

  .premium-catalog-card {
    min-height: 0;
  }
}
