:root {
  --ink: #111814;
  --muted: #647068;
  --paper: #f4f6f2;
  --line: #dce2dc;
  --brand: #176b4b;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.store-logo { display: flex; align-items: center; gap: 12px; }
.store-logo img { width: 130px; height: 36px; object-fit: contain; }
.store-logo span { padding-left: 12px; border-left: 1px solid var(--line); font-size: 11px; letter-spacing: .2em; }

.store-main { max-width: 1440px; margin: auto; }
.eyebrow { display: block; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.primary, .secondary, .product-primary {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--brand);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}
.primary, .product-primary { background: var(--brand); color: #fff; }
.secondary { background: transparent; color: var(--brand); }

/* Store catalog */
.store-hero {
  min-height: 640px;
  margin: 24px;
  padding: 58px max(32px, calc((100% - 1240px) / 2));
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(550px, 1.18fr);
  align-items: center;
  gap: 48px;
  overflow: hidden;
  border-radius: 28px;
  background: #eef3ef;
}
.store-hero .hero-copy { align-self: center; }
.store-hero .eyebrow { font-size: 13px; }
.store-hero h1 { max-width: 590px; margin: 19px 0 24px; font-size: clamp(52px, 5vw, 74px); line-height: .95; letter-spacing: -.06em; text-wrap: balance; }
.store-hero h1 em { color: var(--brand); font-style: normal; }
.store-hero p { max-width: 540px; margin: 0; color: #526158; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.store-hero .secondary { border-color: #92aa9d; background: #fff; }
.hero-stage {
  min-width: 0;
  min-height: 440px;
  margin: 0;
  padding: 25px 27px 23px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(24, 52, 37, .06);
}
.hero-stage-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #617067; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-stage-top span:last-child { padding: 8px 12px; border-radius: 999px; background: #f6eceb; color: #9d2e31; font-size: 11px; letter-spacing: .02em; }
.hero-product { position: relative; min-height: 270px; display: grid; place-items: center; }
.hero-product::after { content: ""; position: absolute; right: 10%; bottom: 20%; left: 15%; height: 25px; border-radius: 50%; background: rgba(14, 35, 24, .13); filter: blur(20px); }
.hero-product img { position: relative; z-index: 1; display: block; width: min(108%, 760px); max-width: none; height: auto; }
.hero-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 20px; border-top: 1px solid #e1e7e3; }
.hero-features > span { padding: 0 17px; display: flex; align-items: center; gap: 11px; border-right: 1px solid #e1e7e3; }
.hero-features > span:first-child { padding-left: 0; }
.hero-features > span:last-child { padding-right: 0; border: 0; }
.hero-features i { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #e8f1eb; color: var(--brand); font-size: 11px; font-style: normal; font-weight: 800; }
.hero-features b { font-size: 14px; line-height: 1.3; }

.trust-strip { max-width: 1240px; margin: 0 auto; padding: 28px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip span { padding: 0 28px; border-right: 1px solid var(--line); }
.trust-strip span:last-child { border: 0; }
.trust-strip b, .trust-strip small { display: block; }
.trust-strip b { font-size: 15px; }
.trust-strip small { margin-top: 5px; color: var(--muted); font-size: 12px; }

.catalog-section { padding: 110px max(24px, calc((100% - 1240px) / 2)); }
.catalog-section > header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 38px; }
.catalog-section h2, .consult-band h2 { margin: 9px 0; font-size: clamp(34px, 4vw, 58px); letter-spacing: -.045em; }
.catalog-section > header button { padding: 12px 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; text-align: left; cursor: pointer; }
.catalog-section > header button small, .catalog-section > header button strong { display: block; }
.catalog-section > header button small { color: var(--muted); font-size: 10px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.catalog-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.catalog-image { position: relative; height: 350px; display: grid; place-items: center; background: #f0f3ef; }
.catalog-image > span { position: absolute; top: 20px; left: 20px; padding: 8px 12px; border-radius: 999px; background: var(--brand); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.catalog-image img { width: 90%; height: 82%; object-fit: contain; transition: transform .35s; }
.catalog-image:hover img { transform: scale(1.04); }
.catalog-copy { padding: 26px; }
.catalog-copy > small { color: var(--brand); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.catalog-copy h3 { margin: 8px 0 10px; font-size: 28px; }
.catalog-copy p { min-height: 50px; color: var(--muted); line-height: 1.55; }
.catalog-copy dl { margin: 24px 0 0; padding-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.catalog-copy dt { color: var(--muted); font-size: 10px; }
.catalog-copy dd { margin: 5px 0 0; font-size: 12px; font-weight: 700; }
.catalog-card footer { padding: 20px 26px 24px; border-top: 1px solid var(--line); background: #f8faf7; }
.card-price { display: flex; align-items: end; justify-content: space-between; }
.card-price small { color: var(--brand); font-weight: 700; }
.card-price strong { font-size: 26px; }
.card-actions { display: flex; gap: 10px; margin-top: 18px; }
.card-actions button { flex: 1; min-height: 46px; }
.text-action { border: 1px solid var(--line); border-radius: 9px; background: #fff; font-weight: 700; cursor: pointer; }
.card-context { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.is-out .product-primary { display: none; }
.is-out .card-price small { color: #9a5b4b; }
.consult-band { margin: 20px 24px 80px; padding: 58px max(34px, calc((100% - 1160px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 24px; background: #14261d; color: #fff; }
.consult-band p { max-width: 720px; color: #b7c4bc; line-height: 1.6; }
.consult-band .primary { background: #fff; color: var(--brand); white-space: nowrap; }
.store-empty { grid-column: 1 / -1; padding: 80px; border-radius: 20px; background: var(--paper); text-align: center; }

/* Shared modal shell. Detailed city/lead presentation lives with each component. */
.store-dialog { width: min(520px, calc(100% - 28px)); padding: 34px; border: 0; border-radius: 18px; box-shadow: 0 30px 80px #0004; }
.store-dialog::backdrop { background: #0b1710b8; backdrop-filter: blur(5px); }
.store-dialog h2 { margin: 7px 0; font-size: 34px; }
.store-dialog > p { color: var(--muted); line-height: 1.5; }
.is-embed .store-main { max-width: none; }
.is-embed .store-hero { margin: 0; border-radius: 0; }
.is-embed .catalog-section { padding-top: 80px; }

@media (max-width: 1050px) {
  .store-hero { grid-template-columns: 1fr; padding: 52px 34px 28px; }
  .store-hero .hero-copy { max-width: 720px; }
  .hero-stage { margin-top: 10px; }
}

@media (max-width: 800px) {
  .store-hero { min-height: 0; margin: 10px; padding: 38px 18px 18px; }
  .store-hero .eyebrow { font-size: 11px; }
  .store-hero h1 { font-size: 44px; }
  .store-hero h1 br { display: none; }
  .store-hero p { font-size: 16px; }
  .hero-actions { margin-top: 27px; flex-direction: column; }
  .hero-stage { min-height: 0; margin-top: 12px; padding: 18px 16px; border-radius: 18px; }
  .hero-product { min-height: 205px; }
  .hero-product img { width: 113%; }
  .hero-features { grid-template-columns: 1fr; padding-top: 9px; }
  .hero-features > span, .hero-features > span:first-child, .hero-features > span:last-child { padding: 11px 0; border: 0; border-bottom: 1px solid #e5eae7; }
  .hero-features > span:last-child { border: 0; }
  .hero-stage-top, .hero-stage-top span:last-child { font-size: 10px; }
  .trust-strip { grid-template-columns: 1fr; padding: 20px 10px; }
  .trust-strip span { padding: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .catalog-section { padding: 70px 14px; }
  .catalog-section > header { align-items: start; flex-direction: column; gap: 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .catalog-image { height: 260px; }
  .catalog-copy { padding: 20px; }
  .catalog-copy h3 { font-size: 24px; }
  .catalog-copy dl { gap: 6px; }
  .catalog-copy dd { font-size: 10px; }
  .card-actions { flex-direction: column; }
  .consult-band { margin: 10px 10px 50px; padding: 38px 22px; align-items: start; flex-direction: column; }
}
