:root {
  --v2-forest: #113d2d;
  --v2-forest-deep: #0b2a20;
  --v2-forest-soft: #244f40;
  --v2-lime: #91b93d;
  --v2-lime-light: #dff0b8;
  --v2-cream: #f6f3e9;
  --v2-warm: #ece8da;
  --v2-gold: #dca632;
  --v2-ink: #10261d;
  --v2-grey: #65736c;
  --v2-border: #d9dfda;
  --v2-radius: 24px;
  --v2-shadow: 0 24px 70px rgba(15, 48, 36, .12);
}

/* Keep the V2 content self-contained when it sits inside the real live shell. */
.v2-preview-bar,
.v2-master-page,
.v2-category-page,
.v2-product-page,
.v2-mobile-buybar,
.v2-preview-bar *,
.v2-master-page *,
.v2-category-page *,
.v2-product-page *,
.v2-mobile-buybar * {
  box-sizing: border-box;
}

.v2-page-content { background: #fff; }

/* Catalogue admin */
.catalog-metrics {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.catalog-metric {
  min-width: 0;
  padding: 16px;
  display: grid;
  gap: 4px;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-decoration: none;
}

.catalog-metric.is-active {
  background: var(--green-soft);
  border-color: #b8cf96;
}

.catalog-metric span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.catalog-metric strong { font-size: 28px; letter-spacing: -.05em; }
.catalog-metric small { overflow: hidden; color: #8a948f; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.catalog-records { overflow: hidden; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.catalog-page-list { display: grid; }

.catalog-page-row {
  padding: 15px 20px;
  display: grid;
  grid-template-columns: 42px minmax(260px, 1.4fr) minmax(150px, .8fr) minmax(150px, .8fr) auto;
  gap: 16px;
  align-items: center;
  border-top: 1px solid var(--soft-line);
}

.catalog-type-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
}

.catalog-type-icon.type-category { color: var(--v2-forest); background: var(--v2-lime-light); }
.catalog-type-icon.type-product { color: #7d5410; background: #fff0cc; }
.catalog-page-main { min-width: 0; display: grid; gap: 4px; }
.catalog-page-main > a { overflow: hidden; font-size: 13px; font-weight: 850; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.catalog-page-main code { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.catalog-page-heading { display: flex; gap: 6px; flex-wrap: wrap; }
.type-pill, .migration-pill { padding: 3px 6px; border-radius: 999px; font-size: 7px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.type-pill { color: #506058; background: #edf1ee; }
.migration-pill { color: #74622e; background: #fff5da; }
.migration-pill.state-new_published { color: #315514; background: #e5f2cc; }
.migration-pill.state-legacy { color: #68736d; background: #edf0ee; }
.catalog-page-parent, .catalog-page-keyword { min-width: 0; display: grid; gap: 4px; }
.catalog-page-parent small, .catalog-page-keyword small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.catalog-page-parent b, .catalog-page-keyword b { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.catalog-row-actions {
  width: 295px;
  display: grid;
  grid-template-columns: 112px 108px 61px;
  gap: 7px;
  align-items: center;
  justify-content: end;
}
.catalog-action-slot { min-width: 0; display: flex; align-items: center; justify-content: stretch; }
.catalog-action-slot .button { width: 100%; white-space: nowrap; }

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

.page-type-grid > a {
  min-height: 330px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 10px 35px rgba(25, 42, 34, .04);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.page-type-grid > a:hover { transform: translateY(-5px); border-color: #9db676; box-shadow: var(--shadow); }
.page-type-grid span { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--v2-forest); border-radius: 12px; font-size: 11px; font-weight: 900; }
.page-type-grid h2 { margin: 40px 0 10px; font-size: 35px; letter-spacing: -.05em; }
.page-type-grid p { margin: 0; flex: 1; color: var(--muted); font-size: 13px; line-height: 1.7; }
.page-type-grid b { margin-top: 28px; color: var(--green-dark); font-size: 12px; }

.catalogue-editor-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.catalogue-editor-heading h1 { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.draft-status-pill { padding: 6px 9px; color: #745510; background: #fff0bf; border: 1px solid #ead28b; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.design-switch { padding: 4px; display: flex; gap: 3px; background: #e9eeeb; border-radius: 12px; }
.design-switch span { padding: 9px 12px; color: #738079; border-radius: 9px; font-size: 10px; font-weight: 850; }
.design-switch span.is-active { color: var(--ink); background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.07); }
.catalogue-editor-form { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 22px; align-items: start; }
.catalogue-editor-main { min-width: 0; display: grid; gap: 18px; }
.catalogue-editor-sidebar { display: grid; gap: 14px; position: sticky; top: 135px; }
.v2-form-section { padding: 26px; }
.v2-section-heading { margin-bottom: 24px; display: flex; align-items: flex-start; gap: 13px; }
.v2-section-heading > span { width: 32px; height: 32px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; background: var(--v2-forest); border-radius: 9px; font-size: 9px; font-weight: 900; }
.v2-section-heading h2 { margin: 0 0 4px; font-size: 18px; letter-spacing: -.025em; }
.v2-section-heading p { margin: 0; color: var(--muted); font-size: 10px; }
.relationship-columns { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.relationship-columns fieldset, .builder-option-groups fieldset { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 13px; }
.relationship-columns legend, .builder-option-groups legend { padding: 0 6px; font-size: 11px; font-weight: 850; }
.relationship-columns fieldset > p { margin: 0 0 12px; color: var(--muted); font-size: 9px; }
.relationship-checks { max-height: 260px; padding-right: 4px; display: grid; gap: 6px; overflow-y: auto; }
.relationship-checks label { padding: 8px; display: flex; align-items: center; gap: 8px; background: #f7f9f7; border-radius: 8px; font-size: 9px; }
.content-pair { margin-top: 14px; display: grid; grid-template-columns: minmax(180px, .35fr) 1fr; gap: 12px; }
.rich-copy-field { min-height: 250px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; line-height: 1.55; }
.faq-editor { margin-top: 25px; padding-top: 23px; border-top: 1px solid var(--soft-line); }
.faq-editor-heading { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.faq-editor-heading h3 { margin: 0 0 4px; font-size: 14px; }
.faq-editor-heading p { margin: 0; color: var(--muted); font-size: 9px; }
.faq-editor-list { display: grid; gap: 10px; }
.faq-editor-row { padding: 15px; display: grid; grid-template-columns: minmax(180px, .42fr) 1fr; gap: 10px; background: #f7f9f7; border: 1px solid var(--line); border-radius: 13px; }
.faq-editor-row-top { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.faq-enabled { display: flex; align-items: center; gap: 7px; font-size: 9px; font-weight: 850; }
.faq-enabled input { accent-color: var(--green); }
.faq-editor-row-top button { padding: 0; color: #85664a; background: transparent; border: 0; cursor: pointer; font-size: 8px; font-weight: 850; text-decoration: underline; }
.builder-option-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.builder-option-groups fieldset { display: flex; flex-wrap: wrap; gap: 7px; align-content: flex-start; }
.compact-options { max-height: 215px; width: 100%; padding-right: 4px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; overflow-y: auto; }
.option-check { min-width: 0; padding: 8px 10px; display: flex; align-items: center; gap: 7px; background: #f4f7f4; border: 1px solid transparent; border-radius: 8px; font-size: 9px; }
.option-check:has(input:checked) { background: #eef5e3; border-color: #c8dbab; }
.option-check input, .relationship-checks input { accent-color: var(--green); }
.five-columns { grid-template-columns: repeat(5, 1fr) !important; }
.builder-subheading { margin: 23px 0 12px; font-size: 13px; }
.builder-actions-editor { margin-top: 15px; padding: 13px; display: flex; gap: 16px; background: #f4f7f4; border-radius: 10px; font-size: 10px; }
.template-route-settings { margin-top: 15px; padding: 14px; background: #fbfcfb; border: 1px solid var(--line); border-radius: 11px; }
.template-route-settings summary { cursor: pointer; font-size: 11px; font-weight: 850; }
.template-route-settings p { color: var(--muted); font-size: 9px; }
.template-route-settings .field { margin-top: 9px; }
.button-block { width: 100%; }
.v2-save-panel .button + .button { margin-top: 8px; }
.v2-facts-panel { padding: 20px; }
.v2-facts-panel dl { margin: 12px 0 0; display: grid; }
.v2-facts-panel dl div { padding: 9px 0; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--soft-line); }
.v2-facts-panel dt { color: var(--muted); font-size: 9px; }
.v2-facts-panel dd { margin: 0; font-size: 9px; font-weight: 850; text-align: right; }
.catalogue-publish-bar { margin-top: 24px; padding: 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #fff; background: var(--v2-forest); border-radius: 20px; }
.catalogue-publish-bar h2 { margin: 4px 0; font-size: 22px; }
.catalogue-publish-bar p:not(.eyebrow) { margin: 0; color: #c8d8d0; font-size: 11px; }
.catalogue-publish-bar .eyebrow { color: var(--v2-lime-light); }
.catalogue-publish-bar > div:last-child { display: flex; gap: 8px; flex-wrap: wrap; }

/* V2 storefront */
.store-body:has(.v2-preview-bar) {
  color: var(--v2-ink);
  background: #fff;
}

.store-body:has(.v2-preview-bar) .preview-banner,
.store-body:has(.v2-preview-bar) .store-header { display: none; }

.v2-preview-bar {
  min-height: 40px;
  padding: 8px max(18px, calc((100% - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 100;
  color: #fff;
  background: rgba(11, 42, 32, .96);
  backdrop-filter: blur(14px);
  font-size: 10px;
}

.v2-preview-bar > div { display: flex; align-items: center; gap: 12px; }
.v2-preview-bar b { color: var(--v2-lime-light); letter-spacing: .1em; text-transform: uppercase; }
.v2-preview-bar span { color: #b8c9c1; }
.v2-preview-bar a { padding: 6px 9px; border: 1px solid #49685b; border-radius: 999px; text-decoration: none; }
.v2-kicker { margin: 0 0 16px; color: #648d27; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.v2-button { min-height: 50px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; font-size: 12px; font-weight: 900; text-decoration: none; }
.v2-button-lime { color: var(--v2-forest-deep); background: var(--v2-lime); }
.v2-button-dark { color: #fff; background: var(--v2-forest); }
.v2-text-link { color: var(--v2-forest); font-size: 12px; font-weight: 900; text-decoration: none; }

.v2-master-hero {
  min-height: 760px;
  padding: 85px max(24px, calc((100% - 1240px) / 2));
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  background: #fff;
}

.v2-master-copy h1 {
  max-width: 700px;
  margin: 0 0 25px;
  font-size: clamp(64px, 7vw, 108px);
  line-height: .88;
  letter-spacing: -.075em;
}

.v2-master-copy > p:not(.v2-kicker) { max-width: 580px; margin: 0 0 32px; color: var(--v2-grey); font-size: 19px; line-height: 1.55; }
.v2-hero-facts { margin-top: 38px; padding-top: 22px; display: flex; gap: 28px; border-top: 1px solid var(--v2-border); }
.v2-hero-facts span { color: var(--v2-grey); font-size: 10px; }
.v2-hero-facts b { margin-right: 5px; color: var(--v2-forest); font-size: 18px; }

.v2-master-art {
  min-height: 610px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.8), transparent 25%),
    linear-gradient(145deg, #e9e3cf, #c8c1a2);
  border-radius: 30px;
  box-shadow: var(--v2-shadow);
}

.v2-master-art::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.75); border-radius: 22px; }
.master-packaging-card { width: 55%; height: 51%; position: absolute; right: 7%; bottom: 10%; background: #9a6b3f; border-radius: 12px 12px 5px 5px; box-shadow: -25px 30px 45px rgba(63,44,25,.2); transform: rotate(-3deg); }
.master-packaging-card::before { content: ""; width: 52%; position: absolute; inset: -7% auto -3% 24%; background: #f4eee0; border-radius: 5px; box-shadow: inset 0 0 0 1px rgba(51,77,57,.1); }
.master-packaging-card::after { content: ""; width: 30%; height: 27%; position: absolute; left: 35%; top: 26%; background: var(--v2-forest); border-radius: 50% 50% 45% 55%; opacity: .88; }
.master-roll-card { width: 35%; aspect-ratio: 1; position: absolute; left: 3%; bottom: 7%; background: repeating-linear-gradient(90deg, #f7f5ec 0 40px, #dfe5db 40px 42px); border: 12px solid #efede2; border-radius: 50%; box-shadow: 15px 22px 40px rgba(46,54,42,.18); transform: rotate(12deg); }
.master-roll-card::after { content: ""; width: 30%; aspect-ratio: 1; position: absolute; left: 35%; top: 35%; background: #c7b17d; border-radius: 50%; }
.master-label-card { width: 43%; min-height: 135px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; position: absolute; right: 6%; top: 8%; z-index: 2; color: #fff; background: var(--v2-forest); border-radius: 18px 18px 18px 5px; transform: rotate(2deg); }
.master-label-card span { color: var(--v2-lime-light); font-size: 12px; text-transform: uppercase; }
.master-label-card b { font-size: 27px; letter-spacing: -.04em; }
.v2-master-art > small { position: absolute; left: 24px; top: 24px; z-index: 3; color: #486052; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v2-master-hero-collage { padding: 13px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; background: #dfe4da; }
.v2-master-hero-collage > span { min-width: 0; min-height: 0; overflow: hidden; border-radius: 17px; }
.v2-master-hero-collage > span img { width: 100%; height: 100%; display: block; object-fit: cover; }
.v2-master-hero-collage .master-label-card { right: 50%; top: 50%; transform: translate(50%, -50%) rotate(2deg); box-shadow: 0 20px 45px rgba(11,42,32,.3); }
.v2-master-hero-collage::after { z-index: 2; pointer-events: none; }

.v2-master-intro {
  padding: 95px max(24px, calc((100% - 1240px) / 2)) 65px;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 60px;
  background: var(--v2-cream);
}

.v2-master-intro h2, .v2-directory h2, .v2-product-collection h2, .v2-related-products h2 {
  margin: 0 0 15px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.06em;
}

.v2-master-intro div > p { max-width: 650px; color: var(--v2-grey); font-size: 16px; line-height: 1.7; }
.v2-category-showcase { padding: 0 max(24px, calc((100% - 1240px) / 2)) 110px; background: var(--v2-cream); }
.v2-category-band { padding: 52px 0; display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: clamp(45px, 8vw, 110px); align-items: center; border-top: 1px solid #dcd7c9; }
.v2-category-band.is-reversed .v2-category-visual { grid-column: 2; }
.v2-category-band.is-reversed .v2-category-copy { grid-column: 1; grid-row: 1; }
.v2-category-visual { min-height: 360px; display: grid; place-items: center; position: relative; overflow: hidden; color: var(--v2-forest); background: #e5e0d1; border-radius: var(--v2-radius); text-decoration: none; }
.v2-category-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.v2-category-visual em { position: absolute; left: 18px; top: 18px; z-index: 2; padding: 8px 10px; color: #fff; background: var(--v2-forest); border-radius: 999px; font-size: 10px; font-style: normal; font-weight: 900; }
.v2-visual-letter { font-size: 145px; font-weight: 950; letter-spacing: -.1em; opacity: .22; }
.v2-category-collage { padding: 7px; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 7px; }
.v2-category-collage .v2-collage-cell { min-height: 0; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--v2-forest); border-radius: 14px; }
.v2-category-collage .v2-collage-cell:only-of-type { grid-column: 1 / -1; }
.v2-category-collage .v2-collage-cell img { width: 100%; height: 100%; position: static; object-fit: cover; }
.v2-category-collage .v2-collage-cell b { max-width: 140px; padding: 18px; font-size: 20px; line-height: 1; letter-spacing: -.04em; text-align: center; }
.v2-category-copy h2 { margin: 0 0 18px; font-size: clamp(42px, 5vw, 68px); line-height: .95; letter-spacing: -.06em; }
.v2-category-copy h2 a { text-decoration: none; }
.v2-category-copy > p:not(.v2-kicker) { max-width: 620px; color: var(--v2-grey); font-size: 14px; line-height: 1.65; }
.v2-master-product-grid { margin: 26px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.v2-master-product-grid a { min-height: 58px; padding: 6px 10px 6px 6px; display: grid; grid-template-columns: 46px 1fr auto; gap: 9px; align-items: center; color: var(--v2-ink); background: rgba(255,255,255,.64); border: 1px solid #d8d5ca; border-radius: 12px; font-size: 10px; font-weight: 850; line-height: 1.25; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.v2-master-product-grid a:hover { transform: translateY(-2px); background: #fff; border-color: #b7c99f; }
.v2-master-product-grid img, .v2-master-product-grid i { width: 46px; height: 46px; display: block; object-fit: cover; background: #dfe4d7; border-radius: 8px; }
.v2-master-product-grid b { color: var(--v2-green); }
.v2-directory { padding: 100px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; color: #fff; background: var(--v2-forest); }
.v2-directory .v2-kicker { color: var(--v2-lime-light); }
.v2-directory > div > p:not(.v2-kicker) { color: #c5d2cc; line-height: 1.65; }
.v2-directory-links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 0 22px; }
.v2-directory-links a { padding: 12px 0; color: #e8efeb; border-bottom: 1px solid #315647; font-size: 11px; text-decoration: none; }

.v2-breadcrumbs { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 23px 0; display: flex; gap: 8px; overflow: hidden; color: #76847d; font-size: 10px; white-space: nowrap; }
.v2-breadcrumbs a { text-decoration: none; }
.v2-breadcrumbs b { overflow: hidden; color: var(--v2-ink); text-overflow: ellipsis; }
.v2-category-hero { min-height: 570px; padding: 58px max(24px, calc((100% - 1240px) / 2)) 90px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.v2-category-hero h1 { margin: 0 0 22px; font-size: clamp(62px, 7vw, 104px); line-height: .9; letter-spacing: -.075em; }
.v2-category-hero > div:first-child > p:not(.v2-kicker) { max-width: 620px; margin: 0 0 28px; color: var(--v2-grey); font-size: 18px; line-height: 1.6; }
.v2-category-hero-image { min-height: 455px; display: grid; place-items: center; overflow: hidden; position: relative; background: var(--v2-cream); border-radius: 28px; }
.v2-category-hero-image img { width: 100%; height: 100%; max-height: 520px; object-fit: cover; }
.v2-category-hero-collage { width: 100%; min-height: 455px; padding: 9px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 7px; position: relative; background: #dfe4da; }
.v2-category-hero-collage > span { min-width: 0; min-height: 0; overflow: hidden; border-radius: 17px; background: #fff; }
.v2-category-hero-collage > span img { width: 100%; height: 100%; max-height: none; display: block; object-fit: cover; }
.v2-category-hero-collage > span b { height: 100%; padding: 20px; display: grid; place-items: center; color: var(--v2-forest); text-align: center; }
.v2-category-hero-collage > em { max-width: 75%; padding: 12px 16px; position: absolute; left: 50%; top: 50%; color: #fff; background: rgba(11,42,32,.92); border-radius: 13px; box-shadow: 0 15px 35px rgba(11,42,32,.25); font-size: 16px; font-style: normal; font-weight: 950; line-height: 1.05; text-align: center; transform: translate(-50%, -50%); }
.v2-category-art { width: 78%; aspect-ratio: 1; padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: var(--v2-forest); border-radius: 50% 50% 38% 62%; transform: rotate(-4deg); }
.v2-category-art span { color: var(--v2-lime-light); font-size: 10px; text-transform: uppercase; }
.v2-category-art b { max-width: 280px; font-size: 34px; line-height: .95; letter-spacing: -.05em; }

.v2-product-collection, .v2-related-products { padding: 100px max(24px, calc((100% - 1240px) / 2)); background: var(--v2-cream); }
.v2-product-collection > header, .v2-related-products > header { max-width: 850px; margin-bottom: 48px; }
.v2-product-collection > header > p:not(.v2-kicker) { color: var(--v2-grey); font-size: 15px; line-height: 1.65; }
.v2-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.v2-product-card { overflow: hidden; color: inherit; background: #fff; border: 1px solid #dde1da; border-radius: 20px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.v2-product-card:hover { transform: translateY(-5px); box-shadow: var(--v2-shadow); }
.v2-product-image { min-height: 245px; display: grid; place-items: center; overflow: hidden; background: #ecece4; }
.v2-product-image img { width: 100%; height: 100%; max-height: 280px; object-fit: cover; }
.v2-product-image i { width: 115px; height: 115px; display: grid; place-items: center; color: var(--v2-forest); background: #fff; border-radius: 50%; font-size: 54px; font-style: normal; font-weight: 950; }
.v2-product-card-copy { padding: 21px; display: grid; gap: 7px; }
.v2-product-card-copy small { color: #738079; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v2-product-card-copy b { font-size: 17px; letter-spacing: -.025em; }
.v2-product-card-copy em { margin-top: 12px; color: #5d8320; font-size: 10px; font-style: normal; font-weight: 900; }
.v2-product-gate { padding: 30px; color: #6e5b27; background: #fff5dc; border: 1px solid #ead598; border-radius: 16px; }
.v2-product-gate b { font-size: 15px; }
.v2-product-gate p { margin: 7px 0 0; font-size: 12px; line-height: 1.6; }
.v2-editorial-split { padding: 100px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.v2-editorial-split h2 { max-width: 650px; margin: 0; font-size: clamp(45px, 5.5vw, 76px); line-height: .96; letter-spacing: -.065em; }
.v2-editorial-split > p { margin: 35px 0 0; color: var(--v2-grey); font-size: 17px; line-height: 1.75; }
.v2-sibling-strip { padding: 70px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; color: #fff; background: var(--v2-forest); }
.v2-sibling-strip h2 { margin: 0; font-size: 38px; letter-spacing: -.05em; }
.v2-sibling-strip .v2-kicker { color: var(--v2-lime-light); }
.v2-sibling-strip > div:last-child { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.v2-sibling-strip a { padding: 11px 14px; color: #fff; border: 1px solid #436557; border-radius: 999px; font-size: 10px; font-weight: 800; text-decoration: none; }

.v2-product-hero { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 25px 0 85px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr); gap: clamp(35px, 5vw, 70px); align-items: start; }
.v2-product-gallery { position: sticky; top: 70px; }
.v2-main-product-image { min-height: 640px; display: grid; place-items: center; overflow: hidden; position: relative; background: var(--v2-cream); border-radius: 30px; }
.v2-main-product-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.v2-product-art-placeholder { width: 70%; aspect-ratio: 1; padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: var(--v2-forest); border-radius: 50% 50% 55% 45%; }
.v2-product-art-placeholder span { color: var(--v2-lime-light); font-size: 10px; text-transform: uppercase; }
.v2-product-art-placeholder b { font-size: 40px; line-height: .95; letter-spacing: -.06em; }
.v2-image-note { position: absolute; left: 18px; bottom: 18px; padding: 7px 10px; color: #fff; background: rgba(15, 51, 38, .88); border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.v2-mini-proof { margin-top: 12px; padding: 17px; display: flex; justify-content: space-between; gap: 20px; color: var(--v2-grey); background: #f7f8f5; border-radius: 14px; font-size: 9px; }
.v2-mini-proof b { color: var(--v2-forest); }
.v2-product-commerce { padding-top: 20px; }
.v2-product-commerce h1 { max-width: 650px; margin: 0 0 18px; font-size: clamp(52px, 5vw, 76px); line-height: .91; letter-spacing: -.07em; }
.v2-product-intro { margin: 0 0 27px; color: var(--v2-grey); font-size: 16px; line-height: 1.65; }
.v2-ad-price { margin: -6px 0 16px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--v2-forest); background: var(--v2-cream); border: 1px solid #e3dfd2; border-radius: 14px; }
.v2-ad-price > span { display: flex; align-items: baseline; gap: 10px; }
.v2-ad-price small { color: var(--v2-grey); font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.v2-ad-price b { font-size: 25px; letter-spacing: -.045em; }
.v2-ad-price em { color: #5e7e2d; font-size: 9px; font-style: normal; font-weight: 900; }
.v2-builder { overflow: hidden; color: #fff; background: var(--v2-forest); border: 1px solid #315c4b; border-radius: 25px; box-shadow: var(--v2-shadow); }
.v2-builder-top { padding: 18px 20px; display: flex; justify-content: space-between; gap: 15px; align-items: center; border-bottom: 1px solid #315a4a; }
.v2-builder-top span { font-size: 12px; font-weight: 900; }
.v2-builder-top small { color: #b8cbc2; font-size: 9px; }
.v2-builder-draft-note { padding: 11px 18px; display: flex; align-items: center; gap: 10px; color: #5c4b1c; background: #fff0bd; font-size: 8px; line-height: 1.45; }
.v2-builder-draft-note b { padding: 4px 6px; flex: 0 0 auto; color: #fff; background: #856414; border-radius: 999px; font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }
.v2-fixed-specs { padding: 13px; display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 7px; background: #0d3427; }
.v2-fixed-specs > span { padding: 11px; display: grid; gap: 3px; background: #173f31; border-radius: 10px; }
.v2-fixed-specs small { color: #8ca39a; font-size: 7px; text-transform: uppercase; }
.v2-fixed-specs b { font-size: 10px; }
.v2-fixed-specs em { color: var(--v2-lime-light); font-size: 7px; font-style: normal; }
.v2-builder-step { min-width: 0; margin: 0; padding: 18px 20px; border: 0; border-bottom: 1px solid #315a4a; }
.v2-builder-step legend { width: 100%; padding: 0; font-size: 11px; font-weight: 900; }
.v2-builder-step legend span { width: 24px; height: 24px; margin-right: 8px; display: inline-grid; place-items: center; color: var(--v2-forest); background: var(--v2-lime); border-radius: 50%; font-size: 8px; }
.v2-choice-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.v2-choice-grid button, .v2-quantity-row button { min-height: 42px; padding: 8px; color: #dce7e2; background: #244c3e; border: 1px solid #3b6253; border-radius: 9px; cursor: pointer; font-size: 9px; font-weight: 800; }
.v2-choice-grid button:hover, .v2-quantity-row button:hover { border-color: #89a89a; }
.v2-family-grid button { display: grid; gap: 3px; justify-items: center; }
.v2-family-grid button small { font-size: 8px; font-weight: 600; color: #a9bfb5; }
.v2-family-grid button.is-selected small { color: var(--v2-forest-deep); opacity: 0.85; }
.v2-product-page .v2-family-grid button small { font-size: 13px; font-weight: 700; color: var(--wp-forest); letter-spacing: .01em; }
.v2-product-page .v2-family-grid button.is-selected small { color: var(--wp-forest-deep); }
.v2-live-specs em { color: #a9bfb5; }
.v2-choice-grid button.is-selected, .v2-quantity-row button.is-selected { color: var(--v2-forest-deep); background: var(--v2-lime-light); border-color: var(--v2-lime-light); }
.material-choices button { min-height: 55px; display: flex; align-items: center; gap: 8px; text-align: left; }
.material-swatch { width: 24px; height: 24px; flex: 0 0 auto; background: #f7f6ed; border: 1px solid #ccd4ce; border-radius: 7px; }
.swatch-radiantyellowpaper { background: #ddca46; }
.v2-builder-tip { margin: 11px 0 0; color: #c4d4cd; font-size: 9px; line-height: 1.55; }
.v2-quantity-row { margin-top: 12px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; }
.v2-builder-price { padding: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; background: #0e3226; }
.v2-builder-price > div { display: grid; gap: 3px; }
.v2-builder-price small, .v2-builder-price span { color: #a6bbb2; font-size: 8px; }
.v2-builder-price small em { color: var(--v2-lime-light); font-style: normal; }
.v2-builder-price b { color: #fff; font-size: 34px; letter-spacing: -.05em; }
.v2-builder-price > div:last-child { text-align: right; }
.v2-value-panel { padding: 18px 20px 4px; background: #12382b; border-top: 1px solid #315a4a; }
.v2-value-panel-heading { margin-bottom: 11px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.v2-value-panel-heading span { font-size: 10px; font-weight: 900; }
.v2-value-panel-heading small { color: #a6bbb2; font-size: 8px; }
.v2-value-tiers { display: grid; gap: 7px; }
.v2-value-tiers > button { width: 100%; padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; gap: 13px; color: #fff; background: #1e4a3a; border: 1px solid #396653; border-radius: 11px; cursor: pointer; text-align: left; }
.v2-value-tiers > button:hover { border-color: var(--v2-lime-light); }
.v2-value-tiers button span { display: grid; gap: 3px; }
.v2-value-tiers button b { font-size: 10px; }
.v2-value-tiers button small { color: #b7cac1; font-size: 8px; }
.v2-value-tiers button em { padding: 5px 7px; flex: 0 0 auto; color: var(--v2-forest-deep); background: var(--v2-lime-light); border-radius: 999px; font-size: 7px; font-style: normal; font-weight: 900; }
.v2-value-max { margin: 0; color: #b7cac1; font-size: 9px; }
.v2-delivery-goal { margin-top: 9px; padding: 11px 12px; display: grid; grid-template-columns: 26px 1fr auto; gap: 10px; align-items: center; color: #5e4812; background: #fff0bd; border-radius: 11px; }
.v2-delivery-goal > span { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: #9b7619; border-radius: 50%; font-weight: 900; }
.v2-delivery-goal > div { display: grid; gap: 2px; }
.v2-delivery-goal b { font-size: 9px; }
.v2-delivery-goal small { color: #80691f; font-size: 7px; }
.v2-delivery-goal button { padding: 7px 9px; color: #fff; background: var(--v2-forest); border: 0; border-radius: 8px; cursor: pointer; font-size: 7px; font-weight: 900; }
.v2-delivery-goal.is-unlocked { grid-template-columns: 26px 1fr; color: #284d1a; background: #e4f2c9; }
.v2-delivery-goal.is-unlocked > span { background: #5d8a25; }
.v2-delivery-goal.is-unlocked small { color: #5e764d; }
.v2-builder-cta { min-height: 57px; margin: 13px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--v2-forest-deep); background: var(--v2-lime); border-radius: 13px; font-size: 12px; font-weight: 950; text-decoration: none; }
.v2-builder-cta.is-disabled { opacity: .45; pointer-events: none; }
.v2-builder-route-note { margin: 0; padding: 0 17px 17px; color: #9cb1a8; font-size: 8px; line-height: 1.5; }
.v2-trust-strip { padding: 20px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; background: var(--v2-cream); }
.v2-trust-strip > span, .v2-trust-strip > a { min-height: 100px; padding: 17px 20px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-content: center; color: inherit; background: #fff; border: 1px solid #e4e4db; border-radius: 14px; text-decoration: none; }
.v2-trust-strip > a:hover { border-color: #a9bf8d; }
.v2-trust-strip i { width: 32px; height: 32px; grid-row: 1 / 3; display: grid; place-items: center; color: #fff; background: var(--v2-forest); border-radius: 9px; font-size: 13px; font-style: normal; font-weight: 950; }
.v2-trust-strip .v2-assurance-delivery i { color: var(--v2-forest); background: var(--v2-lime-light); font-size: 10px; }
.v2-trust-strip .v2-trustpilot-mark { background: #00b67a; }
.v2-trust-strip .v2-google-mark { color: #4285f4; background: #f5f5f5; border: 1px solid #ddd; }
.v2-trust-strip b { font-size: 11px; }
.v2-trust-strip small { color: var(--v2-grey); font-size: 8px; }
.v2-product-description { padding: 100px max(24px, calc((100% - 1120px) / 2)); }
.v2-product-description > header { max-width: 820px; margin-bottom: 42px; }
.v2-product-description > header h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .95; letter-spacing: -.06em; }
.v2-rich-description { max-width: 900px; color: #42544b; font-size: 16px; line-height: 1.8; }
.v2-rich-description h2, .v2-rich-description h3 { margin: 2em 0 .55em; color: var(--v2-forest); line-height: 1.05; letter-spacing: -.04em; }
.v2-rich-description h2 { font-size: 35px; }
.v2-rich-description h3 { font-size: 25px; }
.v2-rich-description p, .v2-rich-description li { color: #53625b; }
.v2-rich-description a { color: #587d20; font-weight: 800; }
.v2-product-story { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.v2-product-story article { min-width: 0; padding: 24px; display: grid; grid-template-columns: 45px 1fr; gap: 15px; align-content: start; background: var(--v2-cream); border: 1px solid #e1dfd4; border-radius: 17px; }
.v2-product-story article > span { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; background: var(--v2-forest); border-radius: 50%; font-size: 9px; font-weight: 900; }
.v2-product-story h3 { margin: 0 0 9px; font-size: 18px; line-height: 1.05; letter-spacing: -.035em; }
.v2-product-story p { max-width: 760px; margin: 0; color: var(--v2-grey); font-size: 15px; line-height: 1.75; }
.v2-pending-section { padding: 80px max(24px, calc((100% - 1050px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; background: #fff6dd; border-block: 1px solid #ead49d; }
.v2-pending-section h2 { margin: 0 0 15px; font-size: 44px; letter-spacing: -.055em; }
.v2-pending-section p:not(.v2-kicker) { color: #7d6b3a; line-height: 1.65; }
.v2-pending-section ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.v2-pending-section li { padding: 13px; display: flex; align-items: center; gap: 12px; background: #fff; border-radius: 10px; font-size: 11px; }
.v2-pending-section li span { padding: 5px 7px; color: #7b5911; background: #ffe4a3; border-radius: 999px; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.v2-review-section { padding: 95px max(24px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; color: #fff; background: var(--v2-forest); }
.v2-review-section h2 { margin: 0; font-size: 52px; line-height: .96; letter-spacing: -.06em; }
.v2-review-section .v2-kicker { color: var(--v2-lime-light); }
.v2-review-platforms { margin-top: 32px; display: flex; gap: 8px; flex-wrap: wrap; }
.v2-review-platforms a { min-width: 145px; padding: 12px; display: grid; gap: 4px; color: #fff; background: #173f31; border: 1px solid #416555; border-radius: 11px; text-decoration: none; }
.v2-review-platforms b { font-size: 10px; }
.v2-review-platforms b span { color: var(--v2-lime-light); }
.v2-review-platforms small { color: #b2c6bd; font-size: 7px; }
.v2-review-section > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.v2-review-section blockquote { margin: 0; padding: 24px; background: #1c4b3a; border: 1px solid #396454; border-radius: 17px; }
.v2-review-section blockquote span { color: var(--v2-gold); }
.v2-review-section blockquote p { color: #d9e4df; font-size: 12px; line-height: 1.7; }
.v2-review-section cite { color: #a8beb5; font-size: 9px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.v2-faq-section { padding: 100px max(24px, calc((100% - 1120px) / 2)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; background: var(--v2-cream); }
.v2-faq-section h2 { margin: 0; font-size: clamp(42px, 5vw, 65px); line-height: .95; letter-spacing: -.06em; }
.v2-faq-list { display: grid; align-content: start; border-top: 1px solid #cfd6cf; }
.v2-faq-list details { border-bottom: 1px solid #cfd6cf; }
.v2-faq-list summary { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 900; }
.v2-faq-list summary::-webkit-details-marker { display: none; }
.v2-faq-list summary i { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; color: #fff; background: var(--v2-forest); border-radius: 50%; font-style: normal; transition: transform .2s ease; }
.v2-faq-list details[open] summary i { transform: rotate(45deg); }
.v2-faq-list details > div { padding: 0 45px 23px 0; color: var(--v2-grey); font-size: 13px; line-height: 1.7; }
.v2-faq-list details > div p { margin: 0; }
.v2-mobile-buybar { display: none; }

@media (max-width: 1180px) {
  .catalog-metrics { grid-template-columns: repeat(3, 1fr); }
  .catalog-page-row { grid-template-columns: 42px minmax(260px, 1fr) minmax(150px, .7fr) auto; }
  .catalog-page-keyword { display: none; }
  .five-columns { grid-template-columns: repeat(3, 1fr) !important; }
  .v2-master-hero { grid-template-columns: 1fr 1fr; }
  .v2-product-hero { grid-template-columns: 1fr 1fr; }
  .v2-main-product-image { min-height: 520px; }
}

@media (max-width: 900px) {
  .page-type-grid { grid-template-columns: 1fr; }
  .page-type-grid > a { min-height: 230px; }
  .catalogue-editor-heading { align-items: flex-start; flex-direction: column; }
  .catalogue-editor-form { grid-template-columns: 1fr; }
  .catalogue-editor-sidebar { grid-row: 1; position: static; }
  .relationship-columns, .builder-option-groups { grid-template-columns: 1fr; }
  .v2-master-hero, .v2-category-hero, .v2-product-hero { grid-template-columns: 1fr; }
  .v2-master-art { min-height: 520px; }
  .v2-category-band { grid-template-columns: 1fr; gap: 30px; }
  .v2-category-band.is-reversed .v2-category-visual, .v2-category-band.is-reversed .v2-category-copy { grid-column: auto; grid-row: auto; }
  .v2-master-intro, .v2-directory, .v2-editorial-split, .v2-sibling-strip, .v2-pending-section, .v2-review-section, .v2-faq-section { grid-template-columns: 1fr; gap: 35px; }
  .v2-product-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-product-gallery { position: static; }
  .v2-trust-strip { grid-template-columns: repeat(2, 1fr); }
  .v2-product-story { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  .catalog-metrics { grid-template-columns: repeat(2, 1fr); }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-page-row { padding: 15px; grid-template-columns: 34px 1fr; gap: 10px; }
  .catalog-type-icon { width: 32px; height: 32px; }
  .catalog-page-parent, .catalog-row-actions { grid-column: 2; }
  .catalog-page-parent { display: none; }
  .catalog-row-actions {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "preview edit"
      "route route";
    justify-content: stretch;
  }
  .catalog-action-preview { grid-area: preview; }
  .catalog-action-route { grid-area: route; }
  .catalog-action-route.is-empty { display: none; }
  .catalog-action-edit { grid-area: edit; }
  .content-pair, .five-columns, .faq-editor-row { grid-template-columns: 1fr !important; }
  .faq-editor-heading { align-items: flex-start; flex-direction: column; }
  .catalogue-publish-bar { align-items: flex-start; flex-direction: column; }
  .v2-preview-bar { align-items: flex-start; }
  .v2-preview-bar span { display: none; }
  .v2-preview-bar > div:last-child a:first-child { display: none; }
  .v2-master-hero { min-height: auto; padding: 35px 18px 55px; gap: 34px; }
  .v2-master-copy h1 { font-size: 54px; }
  .v2-master-copy > p:not(.v2-kicker) { font-size: 16px; }
  .v2-hero-facts { gap: 12px; justify-content: space-between; }
  .v2-hero-facts span { display: grid; }
  .v2-master-art { min-height: 370px; grid-row: 1; border-radius: 22px; }
  .master-label-card { width: 52%; min-height: 100px; padding: 16px; }
  .master-label-card b { font-size: 19px; }
  .v2-master-intro { padding: 65px 18px 35px; }
  .v2-master-intro h2, .v2-directory h2, .v2-product-collection h2, .v2-related-products h2 { font-size: 42px; }
  .v2-category-showcase { padding: 0 18px 65px; }
  .v2-category-band { padding: 38px 0; }
  .v2-category-visual { min-height: 260px; }
  .v2-category-copy h2 { font-size: 44px; }
  .v2-master-product-grid { grid-template-columns: 1fr; }
  .v2-directory { padding: 65px 18px; }
  .v2-directory-links { grid-template-columns: 1fr; }
  .v2-category-hero { min-height: auto; padding: 25px 18px 55px; gap: 28px; }
  .v2-category-hero-image { min-height: 290px; grid-row: 1; }
  .v2-category-hero-collage { min-height: 290px; }
  .v2-category-hero h1 { font-size: 52px; }
  .v2-category-hero > div:first-child > p:not(.v2-kicker) { font-size: 16px; }
  .v2-product-collection, .v2-related-products { padding: 65px 18px; }
  .v2-product-grid { grid-template-columns: 1fr; }
  .v2-product-image { min-height: 230px; }
  .v2-editorial-split, .v2-sibling-strip { padding: 65px 18px; }
  .v2-sibling-strip > div:last-child { justify-content: flex-start; }
  .v2-product-hero { width: calc(100% - 28px); padding: 8px 0 70px; gap: 28px; }
  .v2-main-product-image { min-height: 420px; border-radius: 22px; }
  .v2-product-commerce h1 { font-size: 50px; }
  .v2-ad-price { align-items: flex-start; flex-direction: column; gap: 4px; }
  .v2-fixed-specs { grid-template-columns: 1fr; }
  .v2-choice-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-quantity-row { grid-template-columns: repeat(3, 1fr); }
  .v2-builder-price { align-items: flex-start; flex-direction: column; }
  .v2-builder-price > div:last-child { text-align: left; }
  .v2-value-panel-heading { align-items: flex-start; flex-direction: column; }
  .v2-value-tiers > button { align-items: flex-start; flex-direction: column; }
  .v2-delivery-goal { grid-template-columns: 26px 1fr; }
  .v2-delivery-goal button { grid-column: 2; justify-self: start; }
  .v2-trust-strip { padding: 14px; grid-template-columns: 1fr 1fr; }
  .v2-product-description, .v2-pending-section, .v2-review-section, .v2-faq-section { padding: 65px 18px; }
  .v2-product-story article { grid-template-columns: 42px 1fr; gap: 15px; }
  .v2-product-description > header h2 { font-size: 42px; }
  .v2-review-section > div:last-child { grid-template-columns: 1fr; }
  .v2-mobile-buybar {
    min-height: 66px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: fixed;
    left: 9px;
    right: 9px;
    bottom: 9px;
    z-index: 90;
    color: #fff;
    background: var(--v2-forest-deep);
    border: 1px solid #365b4d;
    border-radius: 17px;
    box-shadow: 0 16px 50px rgba(0,0,0,.28);
  }
  .v2-mobile-buybar[hidden] { display: none; }
  .v2-mobile-buybar div { display: grid; }
  .v2-mobile-buybar small { color: #9fb4ab; font-size: 7px; text-transform: uppercase; }
  .v2-mobile-buybar b { font-size: 17px; }
  .v2-mobile-buybar a { min-height: 45px; padding: 11px 16px; display: grid; place-items: center; color: var(--v2-forest-deep); background: var(--v2-lime); border-radius: 11px; font-size: 10px; font-weight: 950; text-decoration: none; }
}

@media (max-width: 470px) {
  .v2-trust-strip { grid-template-columns: 1fr; }
  .v2-trust-strip > span, .v2-trust-strip > a { min-height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-product-card, .page-type-grid > a { transition: none; }
}

/* Product and editor quality pass — 6 August 2026 */
.catalogue-editor-form {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
}
.catalogue-editor-main { gap: 24px; }
.catalogue-editor-sidebar { gap: 18px; }
.v2-form-section { padding: 32px; border-radius: 14px; }
.v2-section-heading { margin-bottom: 28px; gap: 15px; }
.v2-section-heading > span { width: 38px; height: 38px; font-size: 13px; }
.v2-section-heading h2 { font-size: 22px; }
.v2-section-heading p { max-width: 760px; font-size: 16px; line-height: 1.55; }
.catalogue-editor-form .form-grid { gap: 22px; }
.catalogue-editor-form .form-grid.two-columns { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.catalogue-editor-form .field { gap: 8px; }
.catalogue-editor-form .field > span:first-child { font-size: 16px; }
.catalogue-editor-form .field input:not([type="checkbox"]):not([type="file"]),
.catalogue-editor-form .field textarea,
.catalogue-editor-form .field select {
  min-height: 50px;
  padding: 13px 15px;
  border-color: #cbd4ce;
  border-radius: 9px;
  font-size: 16px;
}
.catalogue-editor-form .field textarea { padding-block: 14px; }
.catalogue-editor-form .field small { font-size: 16px; line-height: 1.55; }
.catalogue-editor-form .field-error { font-size: 16px; }
.v2-read-only-field { padding: 16px; background: #f5f7f5; border: 1px solid var(--line); border-radius: 10px; }
.v2-read-only-field b { font-size: 18px; }
.relationship-columns { gap: 20px; }
.relationship-columns fieldset,
.builder-option-groups fieldset { padding: 22px; border-radius: 12px; }
.relationship-columns legend,
.builder-option-groups legend { padding-inline: 8px; font-size: 16px; }
.relationship-columns fieldset > p { margin-bottom: 16px; font-size: 16px; line-height: 1.5; }
.relationship-checks { gap: 9px; }
.relationship-checks label { min-height: 48px; padding: 11px 13px; font-size: 16px; }
.content-pair { margin-top: 20px; grid-template-columns: minmax(240px, .38fr) minmax(0, 1fr); gap: 18px; }
.rich-copy-field { min-height: 300px; font-size: 16px !important; line-height: 1.65 !important; }
.faq-editor { margin-top: 32px; padding-top: 30px; }
.faq-editor-heading { margin-bottom: 18px; }
.faq-editor-heading h3 { font-size: 20px; }
.faq-editor-heading p { font-size: 16px; line-height: 1.5; }
.faq-editor-list { gap: 16px; }
.faq-editor-row { padding: 20px; grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr); gap: 18px; border-radius: 11px; }
.faq-enabled { font-size: 16px; }
.faq-editor-row-top button { min-height: 40px; padding: 8px 10px; font-size: 16px; }
.admin-launch-checks { margin-top: 28px; border: 1px solid #d9dfda; border-radius: 11px; background: #fafbfa; }
.admin-launch-checks summary { min-height: 58px; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; }
.admin-launch-checks summary::-webkit-details-marker { display: none; }
.admin-launch-checks summary span { font-size: 16px; font-weight: 850; }
.admin-launch-checks summary small { color: var(--muted); font-size: 16px; }
.admin-launch-checks .field { margin: 0 18px 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.builder-option-groups { gap: 18px; }
.compact-options { max-height: 330px; grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); gap: 9px; }
.option-check { min-height: 48px; padding: 11px 13px; font-size: 16px; }
.builder-subheading { margin: 30px 0 16px; font-size: 18px; }
.five-columns { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important; }
.builder-actions-editor { padding: 17px; gap: 24px; font-size: 16px; }
.template-route-settings { padding: 18px; }
.template-route-settings summary { font-size: 16px; }
.template-route-settings p { font-size: 16px; }
.v2-save-panel, .v2-facts-panel { padding: 24px; }
.v2-save-panel h2 { font-size: 21px; }
.v2-save-panel p:not(.eyebrow), .v2-facts-panel dt, .v2-facts-panel dd { font-size: 16px; line-height: 1.5; }
.catalogue-editor-form .button { min-height: 48px; padding: 12px 17px; font-size: 16px; }

/* Product-page overrides removed — final system lives below under .v2-product-page */
.v2-preview-bar { min-height: 52px; font-size: 16px; }
.v2-preview-bar a { padding: 8px 12px; }
.v2-review-assurance { display: grid !important; grid-template-columns: 1fr !important; align-content: center; gap: 6px !important; }
.v2-review-assurance img { width: auto; max-width: 140px; height: 24px; object-fit: contain; object-position: left center; }
.v2-review-assurance span { color: #f5a623; font-size: 18px; letter-spacing: 2px; }

@media (max-width: 1120px) {
  .catalogue-editor-form { grid-template-columns: 1fr; }
  .catalogue-editor-sidebar { grid-row: 1; position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .catalogue-editor-form { gap: 18px; }
  .catalogue-editor-sidebar { grid-template-columns: 1fr; }
  .v2-form-section { padding: 22px 18px; }
  .catalogue-editor-form .form-grid.two-columns,
  .content-pair, .faq-editor-row, .builder-option-groups { grid-template-columns: 1fr; }
  .catalogue-editor-form .field > span:first-child,
  .catalogue-editor-form .field input:not([type="checkbox"]):not([type="file"]),
  .catalogue-editor-form .field textarea,
  .catalogue-editor-form .field select { font-size: 16px; }
  .faq-editor-row { padding: 16px; }
}

/* Commerce redesign — restrained product configurator and compact master catalogue */
.v2-master-page .v2-category-showcase {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0 96px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  background: #fff;
}
.v2-master-page .v2-master-category-card {
  min-width: 0;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 22px 24px;
  align-content: start;
  background: #fff;
  border: 1px solid #d8ddd9;
  border-radius: 8px;
}
.v2-master-page .v2-master-category-heading { min-width: 0; }
.v2-master-page .v2-master-category-heading > span {
  display: block;
  margin-bottom: 18px;
  color: #718079;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
}
.v2-master-page .v2-master-category-heading h2 {
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.v2-master-page .v2-master-category-heading h2 a { color: #17251f; text-decoration: none; }
.v2-master-page .v2-master-category-heading p {
  margin: 0;
  color: #5a6761;
  font-size: 16px;
  line-height: 1.55;
}
.v2-master-page .v2-master-category-image {
  width: 132px;
  height: 132px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #fff;
  background: #153d2f;
  border-radius: 5px;
  text-decoration: none;
}
.v2-master-page .v2-master-category-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.v2-master-page .v2-master-category-image span { font-size: 40px; font-weight: 900; }
.v2-master-page .v2-master-product-grid {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.v2-master-page .v2-master-product-grid a {
  min-height: 54px;
  padding: 7px 11px 7px 7px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  color: #25332c;
  background: #f8f9f7;
  border: 1px solid #e0e4e1;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;
  transform: none;
}
.v2-master-page .v2-master-product-grid a:hover { background: #fff; border-color: #6d8e7e; transform: none; }
.v2-master-page .v2-master-product-grid img,
.v2-master-page .v2-master-product-grid i { width: 38px; height: 38px; border-radius: 3px; }
.v2-master-page .v2-master-product-grid b { color: #0f5a3c; font-size: 18px; }
.v2-master-page .v2-master-category-link {
  grid-column: 1 / -1;
  min-height: 48px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0f5a3c;
  border-top: 1px solid #e1e4e2;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
}
.v2-master-page .v2-directory h2 { font-size: clamp(42px, 5vw, 64px); }
.v2-master-page .v2-directory-links a { font-size: 16px; }

.v2-master-page .v2-directory {
  padding-block: 76px;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 54px;
  color: #17251f;
  background: #f5f6f3;
  border-top: 1px solid #dce1de;
}
.v2-master-page .v2-directory .v2-kicker { color: #527226; }
.v2-master-page .v2-directory > div > p:not(.v2-kicker) { color: #5a6761; }
.v2-master-page .v2-directory-links { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; }
.v2-master-page .v2-directory-links a { color: #26352e; border-bottom-color: #d9dedb; }

@media (max-width: 1050px) {
  .v2-master-page .v2-category-showcase { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .v2-master-page .v2-directory { grid-template-columns: 1fr; }
  .v2-master-page .v2-directory-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
  .v2-master-page .v2-category-showcase { width: calc(100% - 28px); padding: 54px 0 64px; }
  .v2-master-page .v2-master-category-card { padding: 20px; grid-template-columns: minmax(0, 1fr) 92px; gap: 18px; }
  .v2-master-page .v2-master-category-image { width: 92px; height: 92px; }
  .v2-master-page .v2-master-category-heading h2 { font-size: 23px; }
  .v2-master-page .v2-master-category-heading p { grid-column: 1 / -1; }
  .v2-master-page .v2-master-product-grid { grid-template-columns: 1fr; }
  .v2-master-page .v2-directory-links { grid-template-columns: 1fr; }
}

/* ============================================================
   Wine Labels — Product page design system (final, consolidated)
   Scoped to .v2-product-page. Deep forest primary,
   warm cream surfaces, wine burgundy accent from the photography,
   restrained lime reserved for the primary CTA and 'unlocked' cues.
   ============================================================ */
.v2-product-page {
  --wp-forest: #123c2c;
  --wp-forest-deep: #08251a;
  --wp-forest-soft: #24503f;
  --wp-cream: #f4ecd8;
  --wp-cream-warm: #eee2c4;
  --wp-paper: #faf5e6;
  --wp-wine: #7a2836;
  --wp-wine-deep: #5f1e2a;
  --wp-wine-soft: #f3dcdf;
  --wp-lime: #b1cc4a;
  --wp-lime-deep: #7d9b28;
  --wp-lime-soft: #e6ecc2;
  --wp-line: #d8d2be;
  --wp-line-soft: #e9e2ca;
  --wp-line-cool: #d3d8d0;
  --wp-ink: #14201a;
  --wp-mute: #5f6a63;
  --wp-mute-soft: #8b938c;
  --wp-r-sm: 6px;
  --wp-r-md: 12px;
  --wp-r-lg: 20px;
  --wp-shadow-card: 0 24px 55px rgba(15, 33, 25, .07);
  --wp-shadow-cta: 0 10px 26px rgba(150, 178, 62, .32);
  color: var(--wp-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.v2-product-page button,
.v2-product-page input,
.v2-product-page textarea,
.v2-product-page select {
  font: inherit;
}
.v2-product-page button { height: auto; }

/* Breadcrumbs */
.v2-product-page .v2-breadcrumbs {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 4px;
  color: var(--wp-mute);
  font-size: 16px;
  letter-spacing: .01em;
}
.v2-product-page .v2-breadcrumbs a { color: var(--wp-mute); text-decoration: none; }
.v2-product-page .v2-breadcrumbs a:hover { color: var(--wp-forest); text-decoration: underline; text-underline-offset: 3px; }
.v2-product-page .v2-breadcrumbs b { color: var(--wp-ink); font-weight: 700; }

/* ---- Hero ---- */
.v2-product-page .v2-product-hero {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 76px;
  display: grid;
  grid-template-columns: minmax(340px, 420px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.v2-product-page .v2-product-gallery { position: sticky; top: 78px; min-height: 0; }
.v2-product-page .v2-main-product-image {
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
  background: var(--wp-cream);
  border: 0;
  border-radius: var(--wp-r-lg);
  box-shadow: 0 30px 60px rgba(15, 33, 25, .12);
}
.v2-product-page .v2-main-product-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.v2-product-page .v2-main-product-image::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 12px;
  pointer-events: none;
}
.v2-product-page .v2-product-art-placeholder {
  width: 70%;
  aspect-ratio: 1;
  margin: auto;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: var(--wp-forest);
  border-radius: 999px 999px 50% 50%;
}
.v2-product-page .v2-product-art-placeholder span { color: var(--wp-lime-soft); font-size: 16px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v2-product-page .v2-product-art-placeholder b { font-size: 32px; font-weight: 900; line-height: 1; letter-spacing: -.04em; }

/* ---- Commerce column ---- */
.v2-product-page .v2-product-commerce { min-width: 0; padding-top: 4px; }
.v2-product-page .v2-commerce-eyebrow {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wp-wine);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.v2-product-page .v2-commerce-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.v2-product-page .v2-product-commerce h1 {
  max-width: 640px;
  margin: 0 0 14px;
  color: var(--wp-ink);
  font-size: clamp(38px, 4.4vw, 54px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.v2-product-page .v2-product-intro {
  max-width: 620px;
  margin: 0 0 26px;
  color: var(--wp-mute);
  font-size: 18px;
  line-height: 1.55;
}

/* ---- Price band (feels like one designed unit) ---- */
.v2-product-page .v2-ad-price {
  margin: 0 0 22px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--wp-forest-deep);
  background: var(--wp-cream);
  border: 0;
  border-radius: var(--wp-r-md);
}
.v2-product-page .v2-ad-price > span {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.v2-product-page .v2-ad-price small {
  color: var(--wp-forest);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-product-page .v2-ad-price b {
  color: var(--wp-forest-deep);
  font-size: 34px;
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1;
}
.v2-product-page .v2-ad-price em {
  padding: 6px 12px;
  color: #fff;
  background: var(--wp-wine);
  border-radius: 999px;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .01em;
  white-space: nowrap;
}

/* ---- Builder: one premium unit ---- */
.v2-product-page .v2-builder {
  overflow: hidden;
  color: var(--wp-ink);
  background: #fff;
  border: 1px solid var(--wp-line);
  border-radius: var(--wp-r-lg);
  box-shadow: var(--wp-shadow-card);
}
.v2-product-page .v2-builder-top {
  padding: 22px 26px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  background: var(--wp-forest);
  border-bottom: 0;
  position: relative;
}
.v2-product-page .v2-builder-top::after {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--wp-wine) 0%, var(--wp-wine) 60%, var(--wp-lime) 60%, var(--wp-lime) 100%);
}
.v2-product-page .v2-builder-top span {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.005em;
}
.v2-product-page .v2-builder-top small {
  max-width: 62%;
  color: rgba(244, 236, 216, .82);
  font-size: 16px;
  text-align: right;
  line-height: 1.4;
  font-weight: 700;
}

/* Fixed specs row (when a page has locked options) */
.v2-product-page .v2-fixed-specs {
  margin: 0;
  padding: 4px 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0;
  background: var(--wp-paper);
  border-bottom: 1px solid var(--wp-line-soft);
}
.v2-product-page .v2-fixed-specs > span {
  min-width: 0;
  padding: 14px 18px 14px 0;
  display: grid;
  gap: 3px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--wp-line-soft);
  border-radius: 0;
}
.v2-product-page .v2-fixed-specs > span + span { padding-left: 18px; }
.v2-product-page .v2-fixed-specs > span:last-child { border-right: 0; }
.v2-product-page .v2-fixed-specs small {
  color: var(--wp-mute);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v2-product-page .v2-fixed-specs b {
  color: var(--wp-ink);
  font-size: 16px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.v2-product-page .v2-fixed-specs em {
  color: var(--wp-forest-soft);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

/* Steps */
.v2-product-page .v2-builder-step {
  margin: 0;
  padding: 20px 26px 22px;
  border: 0;
  border-bottom: 1px solid var(--wp-line-soft);
}
.v2-product-page .v2-builder-step + .v2-builder-price,
.v2-product-page .v2-builder-step:last-of-type { border-bottom: 0; }
.v2-product-page .v2-builder-step legend {
  width: 100%;
  padding: 0;
  margin: 0 0 14px;
  float: left;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--wp-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.005em;
}
.v2-product-page .v2-builder-step legend span {
  width: 28px;
  height: 28px;
  margin: 0;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--wp-forest);
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
}

/* Choice grids */
.v2-product-page .v2-choice-grid {
  clear: both;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 155px), 1fr));
  gap: 10px;
}
.v2-product-page .v2-choice-grid button,
.v2-product-page .v2-quantity-row button {
  min-width: 0;
  min-height: 58px;
  padding: 12px 14px;
  color: var(--wp-ink);
  background: #fff;
  border: 1.5px solid var(--wp-line);
  border-radius: var(--wp-r-md);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  transition: border-color .14s ease, background .14s ease, color .14s ease, box-shadow .14s ease;
}
.v2-product-page .v2-choice-grid button[hidden],
.v2-product-page .v2-quantity-row button[hidden] { display: none !important; }
.v2-product-page .v2-choice-grid button:hover,
.v2-product-page .v2-quantity-row button:hover {
  border-color: var(--wp-forest);
  background: var(--wp-paper);
}
.v2-product-page .v2-choice-grid button:focus-visible,
.v2-product-page .v2-quantity-row button:focus-visible {
  outline: 3px solid var(--wp-lime-soft);
  outline-offset: 2px;
  border-color: var(--wp-forest);
}
.v2-product-page .v2-choice-grid button.is-selected,
.v2-product-page .v2-quantity-row button.is-selected {
  color: var(--wp-forest-deep);
  background: var(--wp-cream);
  border-color: var(--wp-forest);
  border-width: 2px;
  padding: 10.5px 12.5px;
  box-shadow: inset 0 0 0 1px #fff;
}

/* Size grid — 4 in a row on desktop, wrap gracefully for more */
.v2-product-page .v2-size-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 145px), 1fr));
}
.v2-product-page .v2-size-grid button {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 4px;
  text-align: left;
}
.v2-product-page .v2-size-grid button strong {
  color: var(--wp-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.01em;
}
.v2-product-page .v2-size-grid button small {
  color: var(--wp-mute);
  font-size: 16px;
  font-weight: 700;
}
.v2-product-page .v2-size-grid button.is-selected strong { color: var(--wp-forest-deep); }
.v2-product-page .v2-size-grid button.is-selected small { color: var(--wp-forest-soft); }

/* Custom size panel with wine accent */
.v2-product-page .v2-custom-size {
  margin-top: 14px;
  padding: 20px;
  background: var(--wp-cream);
  border: 1px solid var(--wp-line);
  border-left: 4px solid var(--wp-wine);
  border-radius: var(--wp-r-md);
}
.v2-product-page .v2-custom-size[hidden] { display: none; }
.v2-product-page .v2-custom-size-heading {
  margin-bottom: 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.v2-product-page .v2-custom-size-heading strong {
  color: var(--wp-forest-deep);
  font-size: 18px;
  font-weight: 900;
}
.v2-product-page .v2-custom-size-heading span {
  color: var(--wp-mute);
  font-size: 16px;
  font-weight: 700;
}
.v2-product-page .v2-custom-size-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}
.v2-product-page .v2-custom-size-fields label {
  min-width: 0;
  display: grid;
  gap: 6px;
  color: var(--wp-ink);
  font-size: 16px;
  font-weight: 800;
}
.v2-product-page .v2-custom-size-fields input {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  color: var(--wp-ink);
  background: #fff;
  border: 1.5px solid var(--wp-line);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}
.v2-product-page .v2-custom-size-fields input:focus {
  border-color: var(--wp-forest);
  outline: 3px solid var(--wp-lime-soft);
  outline-offset: 1px;
}
.v2-product-page .v2-custom-size-fields button {
  min-height: 48px;
  padding: 11px 18px;
  color: #fff;
  background: var(--wp-forest);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.005em;
  transition: background .14s ease;
}
.v2-product-page .v2-custom-size-fields button:hover:not(:disabled) { background: var(--wp-forest-deep); }
.v2-product-page .v2-custom-size-fields button:disabled {
  color: var(--wp-mute);
  background: var(--wp-line-soft);
  cursor: not-allowed;
}
.v2-product-page .v2-custom-size > p {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--wp-wine-deep);
  font-size: 16px;
  font-weight: 700;
}

.v2-product-page .v2-builder-dependency {
  margin: 12px 0 0;
  padding: 12px 14px;
  color: var(--wp-forest-deep);
  background: var(--wp-lime-soft);
  border-left: 3px solid var(--wp-forest);
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.v2-product-page .v2-builder-dependency[hidden] { display: none; }

/* Materials */
.v2-product-page .material-choices {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 195px), 1fr));
}
.v2-product-page .material-choices button {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.v2-product-page .material-swatch {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  background: var(--wp-paper);
  border: 1px solid var(--wp-line);
  border-radius: 6px;
}
.v2-product-page .material-choices button span { font-size: 18px; font-weight: 800; }
.v2-product-page .v2-builder-tip {
  margin-top: 14px;
  color: var(--wp-mute);
  font-size: 16px;
  line-height: 1.55;
}

/* Quantity row */
.v2-product-page .v2-quantity-row {
  clear: both;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 8px;
}

/* ---- Commercial close: price + value + delivery + CTA as one block ---- */
.v2-product-page .v2-builder-price {
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: end;
  color: #fff;
  background: var(--wp-forest);
  border-top: 0;
  border-bottom: 0;
}
.v2-product-page .v2-builder-price > div { display: grid; gap: 5px; text-align: left; }
.v2-product-page .v2-builder-price small,
.v2-product-page .v2-builder-price span {
  color: rgba(244, 236, 216, .78);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v2-product-page .v2-builder-price small em {
  color: var(--wp-lime);
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 800;
}
.v2-product-page .v2-builder-price .v2-order-price-meta {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.v2-product-page .v2-builder-price .v2-order-price-meta > span {
  color: rgba(244, 236, 216, .78);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v2-product-page .v2-builder-price .v2-order-price-meta > strong {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.v2-product-page .v2-builder-price b {
  color: #fff;
  font-size: 44px;
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1;
}
.v2-product-page .v2-builder-price [data-builder-unit] {
  color: rgba(244, 236, 216, .92);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

/* Value / tiers */
.v2-product-page .v2-value-panel {
  padding: 22px 26px 6px;
  background: var(--wp-paper);
  border-top: 0;
}
.v2-product-page .v2-value-panel-heading {
  margin-bottom: 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.v2-product-page .v2-value-panel-heading span {
  color: var(--wp-forest-deep);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.v2-product-page .v2-value-panel-heading small {
  color: var(--wp-mute);
  font-size: 16px;
  font-weight: 700;
}
.v2-product-page .v2-value-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 155px), 1fr));
  gap: 10px;
}
.v2-product-page .v2-value-tiers > button {
  min-height: calc(6.725em + 45px);
  padding: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  color: var(--wp-ink);
  background: #fff;
  border: 1.5px solid var(--wp-line);
  border-radius: var(--wp-r-md);
  cursor: pointer;
  text-align: left;
  transition: border-color .14s ease, transform .14s ease, box-shadow .14s ease;
}
.v2-product-page .v2-value-tiers > button:hover {
  border-color: var(--wp-forest);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 33, 25, .06);
}
.v2-product-page .v2-value-tiers button span { display: grid; gap: 3px; width: 100%; }
.v2-product-page .v2-value-tiers button b { color: var(--wp-forest-deep); font-size: 16px; font-weight: 900; }
.v2-product-page .v2-value-tiers button small {
  color: var(--wp-mute);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}
.v2-product-page .v2-value-tiers button em {
  padding: 5px 10px;
  color: #fff;
  background: var(--wp-wine);
  border-radius: 999px;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .02em;
}
.v2-product-page .v2-value-max {
  margin: 4px 0;
  color: var(--wp-mute);
  font-size: 16px;
}

/* Delivery goal */
.v2-product-page .v2-delivery-goal {
  margin-top: 14px;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  color: var(--wp-forest-deep);
  background: var(--wp-lime-soft);
  border: 1px solid #cbd97f;
  border-radius: var(--wp-r-md);
}
.v2-product-page .v2-delivery-goal > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--wp-forest);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
}
.v2-product-page .v2-delivery-goal > div { display: grid; gap: 2px; }
.v2-product-page .v2-delivery-goal b { color: var(--wp-forest-deep); font-size: 16px; font-weight: 900; }
.v2-product-page .v2-delivery-goal small { color: var(--wp-forest-soft); font-size: 16px; font-weight: 700; }
.v2-product-page .v2-delivery-goal button {
  min-height: 40px;
  padding: 9px 14px;
  color: #fff;
  background: var(--wp-forest);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}
.v2-product-page .v2-delivery-goal.is-unlocked { grid-template-columns: 32px 1fr; }

/* Artwork route — two deliberate exits from the same configured order */
.v2-product-page .v2-builder-actions {
  padding: 20px 22px 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.v2-product-page .v2-builder-actions > .v2-artwork-action:only-child { grid-column: 2; }
.v2-product-page .v2-artwork-action {
  min-width: 0;
  min-height: 76px;
  margin: 0;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--wp-forest-deep);
  background: var(--wp-lime);
  border: 2px solid var(--wp-lime);
  border-radius: var(--wp-r-md);
  cursor: pointer;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -.01em;
  text-align: left;
  text-decoration: none;
  box-shadow: var(--wp-shadow-cta);
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease, color .14s ease;
}
.v2-product-page .v2-artwork-action > span { min-width: 0; display: grid; gap: 3px; }
.v2-product-page .v2-artwork-action b { font-size: 18px; font-weight: 950; }
.v2-product-page .v2-artwork-action small { color: inherit; font-size: 16px; font-weight: 700; line-height: 1.35; opacity: .78; }
.v2-product-page .v2-artwork-action > i {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--wp-forest-deep);
  background: rgba(255, 255, 255, .55);
  border-radius: 999px;
  font-size: 20px;
  font-style: normal;
}
.v2-product-page .v2-artwork-action-upload {
  color: var(--wp-forest-deep);
  background: var(--wp-cream);
  border-color: var(--wp-line);
  box-shadow: none;
}
.v2-product-page .v2-artwork-action:hover:not(.is-disabled) {
  background: var(--wp-lime-deep);
  color: #fff;
  border-color: var(--wp-lime-deep);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(125, 155, 40, .4);
}
.v2-product-page .v2-artwork-action-upload:hover:not(.is-disabled) {
  color: #fff;
  background: var(--wp-forest);
  border-color: var(--wp-forest);
  box-shadow: 0 14px 30px rgba(18, 60, 44, .2);
}
.v2-product-page .v2-artwork-action.is-disabled {
  opacity: .55;
  pointer-events: none;
  box-shadow: none;
}
.v2-product-page .v2-builder-route-note {
  margin: 0;
  padding: 6px 22px 22px;
  color: var(--wp-mute);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.v2-product-page .v2-builder-route-note.is-error { color: #9f2636; font-weight: 800; }
.v2-product-page .v2-artwork-upload {
  margin: 8px 22px 22px;
  padding: 22px;
  color: var(--wp-ink);
  background: var(--wp-cream);
  border-radius: var(--wp-r-md);
}
.v2-product-page .v2-artwork-upload[hidden] { display: none; }
.v2-product-page .v2-artwork-upload > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.v2-product-page .v2-artwork-upload > header small { color: var(--wp-wine); font-size: 16px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v2-product-page .v2-artwork-upload h3 { margin: 4px 0 0; color: var(--wp-forest-deep); font-size: 24px; line-height: 1.15; }
.v2-product-page .v2-artwork-upload > header button {
  width: 38px;
  height: 38px;
  padding: 0;
  color: var(--wp-forest-deep);
  background: #fff;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 24px;
}
.v2-product-page .v2-artwork-upload > p { margin: 12px 0 18px; color: var(--wp-mute); font-size: 16px; line-height: 1.55; }
.v2-product-page .v2-upload-dropzone {
  width: 100%;
  min-height: 150px;
  padding: 22px;
  display: grid;
  place-items: center;
  gap: 5px;
  color: var(--wp-forest-deep);
  background: #fff;
  border: 2px dashed #b8c5ad;
  border-radius: var(--wp-r-md);
  cursor: pointer;
}
.v2-product-page .v2-upload-dropzone:hover,
.v2-product-page .v2-upload-dropzone.is-dragging { border-color: var(--wp-forest); background: #f9fbf3; }
.v2-product-page .v2-upload-dropzone i { font-size: 28px; font-style: normal; }
.v2-product-page .v2-upload-dropzone b { font-size: 18px; }
.v2-product-page .v2-upload-dropzone small { color: var(--wp-mute); font-size: 16px; }
.v2-product-page .v2-upload-error { padding: 12px 14px; color: #8e1f2e !important; background: #fff0f1; border-radius: 10px; font-weight: 800; }
.v2-product-page .v2-upload-progress,
.v2-product-page .v2-upload-preview { margin-top: 14px; padding: 14px; align-items: center; gap: 14px; background: #fff; border-radius: 12px; }
.v2-product-page .v2-upload-progress { display: flex; }
.v2-product-page .v2-upload-progress[hidden],
.v2-product-page .v2-upload-preview[hidden] { display: none; }
.v2-product-page .v2-upload-progress span { width: 22px; height: 22px; border: 3px solid var(--wp-line); border-top-color: var(--wp-forest); border-radius: 50%; animation: v2-spin .8s linear infinite; }
@keyframes v2-spin { to { transform: rotate(360deg); } }
.v2-product-page .v2-upload-preview { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; }
.v2-product-page .v2-upload-preview img { width: 74px; height: 58px; object-fit: contain; background: var(--wp-paper); border-radius: 8px; }
.v2-product-page .v2-upload-preview > div { min-width: 0; display: grid; gap: 3px; }
.v2-product-page .v2-upload-preview > div b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.v2-product-page .v2-upload-preview > div small { color: var(--wp-mute); font-size: 16px; }
.v2-product-page .v2-upload-preview > button { min-height: 44px; padding: 10px 16px; color: #fff; background: var(--wp-forest); border: 0; border-radius: 9px; cursor: pointer; font-size: 16px; font-weight: 900; }

/* ---- Trust strip: designed strip below hero ---- */
.v2-product-page .v2-trust-strip {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto 28px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  color: var(--wp-ink);
  background: var(--wp-cream);
  border: 0;
  border-radius: var(--wp-r-lg);
}
.v2-product-page .v2-trust-strip > span,
.v2-product-page .v2-trust-strip > a {
  min-height: 88px;
  padding: 14px 22px;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  color: var(--wp-ink);
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(45, 60, 47, .14);
  border-radius: 0;
  text-decoration: none;
  transition: background .18s ease;
}
.v2-product-page .v2-trust-strip > :first-child { border-left: 0; }
.v2-product-page .v2-trust-strip > a:hover { background: rgba(255, 255, 255, .5); }
.v2-product-page .v2-trust-strip i {
  width: 42px;
  height: 42px;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--wp-forest);
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}
.v2-product-page .v2-trust-strip .v2-assurance-delivery i {
  color: var(--wp-forest-deep);
  background: var(--wp-lime);
  font-size: 16px;
}
.v2-product-page .v2-trust-strip b { color: var(--wp-ink); font-size: 16px; font-weight: 900; line-height: 1.25; }
.v2-product-page .v2-trust-strip small { color: var(--wp-mute); font-size: 16px; line-height: 1.4; font-weight: 600; }
.v2-product-page .v2-review-assurance {
  grid-template-columns: 112px minmax(0, 1fr) !important;
  grid-template-rows: 40px auto !important;
  align-content: center;
  column-gap: 12px !important;
  row-gap: 4px !important;
}
.v2-product-page .v2-review-assurance img {
  width: 112px;
  max-width: none;
  height: auto;
  display: block;
}
.v2-product-page .v2-trustpilot-wordmark {
  width: 112px;
  height: 40px;
  overflow: hidden;
  display: block;
  clip-path: inset(0 0 8px 0);
}
.v2-product-page .v2-trustpilot-wordmark img {
  width: 127px;
  max-width: none;
  height: auto;
  transform: translateX(-7px);
  transform-origin: left top;
}
.v2-product-page .v2-review-assurance .v2-review-stars {
  align-self: center;
  color: #00b67a;
  font-size: 18px;
  letter-spacing: 2px;
}
.v2-product-page .v2-review-assurance .v2-google-review-mark {
  width: 112px;
  max-width: 112px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}
.v2-product-page .v2-review-assurance .v2-google-stars { align-self: center; color: #00b67a; font-size: 18px; letter-spacing: 2px; }
.v2-product-page .v2-review-assurance > small { grid-column: 1 / -1; }

/* ---- Description: centred editorial container, left-aligned ---- */
.v2-product-page .v2-product-description {
  padding: 54px 24px 24px;
  background: #fff;
}
.v2-product-page .v2-product-description > header {
  width: min(940px, 100%);
  max-width: none;
  margin: 0 auto 30px;
  text-align: left;
}
.v2-product-page .v2-product-description > header::before {
  content: "The story";
  display: block;
  margin-bottom: 14px;
  color: var(--wp-wine);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.v2-product-page .v2-product-description > header h2 {
  margin: 0;
  color: var(--wp-forest-deep);
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.v2-product-page .v2-rich-description {
  width: min(940px, 100%);
  max-width: none;
  margin: 0 auto;
  color: var(--wp-ink);
  font-size: 17px;
  line-height: 1.75;
  text-align: left;
}
.v2-product-page .v2-rich-description > *:first-child { margin-top: 0; }
.v2-product-page .v2-rich-description h2,
.v2-product-page .v2-rich-description h3 {
  margin: 1.7em 0 .5em;
  color: var(--wp-forest-deep);
  font-weight: 900;
  letter-spacing: -.025em;
}
.v2-product-page .v2-rich-description h2 { font-size: 26px; }
.v2-product-page .v2-rich-description h3 { font-size: 20px; }
.v2-product-page .v2-rich-description p,
.v2-product-page .v2-rich-description li { color: #3e4a44; font-size: 17px; }
.v2-product-page .v2-rich-description a {
  color: var(--wp-forest);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(18, 60, 44, .35);
}
.v2-product-page .v2-rich-description a:hover {
  color: var(--wp-wine);
  text-decoration-color: currentColor;
}
.v2-product-page .v2-rich-description ul { padding-left: 22px; }
.v2-product-page .v2-rich-description li { margin-bottom: 6px; }

/* Editorial story rows — thin dividers, no bordered boxes */
.v2-product-page .v2-product-story {
  width: min(940px, 100%);
  max-width: none;
  margin: 30px auto 0;
  padding: 32px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--wp-line-soft);
}
.v2-product-page .v2-product-story article {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  align-items: baseline;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--wp-line-soft);
  border-radius: 0;
}
.v2-product-page .v2-product-story article:last-child { border-bottom: 0; }
.v2-product-page .v2-product-story article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--wp-forest);
  background: var(--wp-cream);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
}
.v2-product-page .v2-product-story h3 {
  margin: 0 0 6px;
  color: var(--wp-forest-deep);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.v2-product-page .v2-product-story p {
  margin: 0;
  color: var(--wp-mute);
  font-size: 16px;
  line-height: 1.65;
}

/* ---- Reviews: coherent section, forest ground ---- */
.v2-product-page .v2-review-section {
  padding: 88px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 38px;
  color: #fff;
  background: var(--wp-forest-deep);
  border: 0;
}
.v2-product-page .v2-review-section > * {
  width: min(1160px, 100%);
  max-width: none;
  margin-inline: auto;
}
.v2-product-page .v2-review-section > header {
  text-align: center;
  display: grid;
  gap: 12px;
  justify-items: center;
}
.v2-product-page .v2-review-section > header::before {
  content: "Trusted by thousands";
  color: var(--wp-lime);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.v2-product-page .v2-review-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.v2-product-page .v2-review-section header p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.6;
}
.v2-product-page .v2-review-platforms {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.v2-product-page .v2-review-platforms a {
  min-width: 0;
  min-height: 108px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 22px;
  align-content: center;
  color: var(--wp-ink);
  background: var(--wp-cream);
  border: 0;
  border-radius: var(--wp-r-md);
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.v2-product-page .v2-review-platforms a:hover {
  background: #fff;
  transform: translateY(-2px);
}
.v2-product-page .v2-review-platforms img {
  grid-row: 1 / 3;
  width: auto;
  max-width: 128px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}
.v2-product-page .v2-review-platforms .v2-trustpilot-wordmark {
  grid-row: 1 / 3;
  width: 112px;
  height: 40px;
}
.v2-product-page .v2-review-platforms .v2-trustpilot-wordmark img {
  width: 127px;
  max-width: none;
  height: auto;
  display: block;
  transform: translateX(-7px);
}
.v2-product-page .v2-review-platforms .v2-google-review-mark { width: 112px; max-width: 112px; height: 40px; }
.v2-product-page .v2-review-platforms .v2-review-stars,
.v2-product-page .v2-review-platforms .v2-google-stars {
  color: #00b67a;
  font-size: 18px;
  letter-spacing: 2px;
}
.v2-product-page .v2-review-platforms b {
  color: var(--wp-forest-deep);
  font-size: 16px;
  font-weight: 900;
}
.v2-product-page .v2-review-quotes {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.v2-product-page .v2-review-section blockquote {
  margin: 0;
  padding: 24px 26px;
  display: grid;
  gap: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--wp-r-md);
}
.v2-product-page .v2-review-section blockquote > span {
  color: #00b67a;
  font-size: 17px;
  letter-spacing: 2px;
}
.v2-product-page .v2-review-section blockquote p {
  margin: 0;
  color: rgba(255, 255, 255, .95);
  font-size: 16px;
  line-height: 1.65;
}
.v2-product-page .v2-review-section cite {
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-style: normal;
}

/* ---- FAQ: premium accordion ---- */
.v2-product-page .v2-faq-section {
  padding: 88px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  background: var(--wp-cream);
}
.v2-product-page .v2-faq-section > * {
  width: min(760px, 100%);
  margin-inline: auto;
}
.v2-product-page .v2-faq-section > header {
  text-align: center;
  display: grid;
  gap: 12px;
  justify-items: center;
}
.v2-product-page .v2-faq-section > header::before {
  content: "Answers";
  color: var(--wp-wine);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.v2-product-page .v2-faq-section h2 {
  margin: 0;
  color: var(--wp-forest-deep);
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.v2-product-page .v2-faq-list {
  display: grid;
  align-content: start;
  gap: 10px;
  border-top: 0;
}
.v2-product-page .v2-faq-list details {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wp-line);
  border-radius: var(--wp-r-md);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.v2-product-page .v2-faq-list details[open] {
  border-color: var(--wp-forest);
  box-shadow: 0 8px 20px rgba(15, 33, 25, .06);
}
.v2-product-page .v2-faq-list summary {
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  color: var(--wp-ink);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.005em;
}
.v2-product-page .v2-faq-list summary::-webkit-details-marker { display: none; }
.v2-product-page .v2-faq-list summary:focus-visible { outline: 3px solid var(--wp-lime-soft); outline-offset: -3px; border-radius: var(--wp-r-md); }
.v2-product-page .v2-faq-list summary i {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--wp-forest);
  background: var(--wp-cream);
  border: 0;
  border-radius: 999px;
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.v2-product-page .v2-faq-list details[open] summary i {
  color: #fff;
  background: var(--wp-forest);
  transform: rotate(45deg);
}
.v2-product-page .v2-faq-list details > div {
  padding: 0 22px 22px;
  color: var(--wp-mute);
  font-size: 16px;
  line-height: 1.7;
}
.v2-product-page .v2-faq-list details > div p { margin: 0 0 12px; }
.v2-product-page .v2-faq-list details > div p:last-child { margin-bottom: 0; }
.v2-product-page .v2-faq-list details > div a { color: var(--wp-forest); font-weight: 800; }

/* ---- Related products: image-forward cards matching the page ---- */
.v2-product-page .v2-related-products {
  padding: 88px max(24px, calc((100% - 1240px) / 2));
  background: var(--wp-paper);
}
.v2-product-page .v2-related-products > header {
  max-width: 1240px;
  margin: 0 auto 32px;
  display: grid;
  gap: 8px;
}
.v2-product-page .v2-related-products > header::before {
  content: "Keep exploring";
  color: var(--wp-forest);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.v2-product-page .v2-related-products h2 {
  margin: 0;
  color: var(--wp-forest-deep);
  font-size: clamp(32px, 3.6vw, 44px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.v2-product-page .v2-related-products .v2-product-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.v2-product-page .v2-related-products .v2-product-card {
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid var(--wp-line);
  border-radius: var(--wp-r-md);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.v2-product-page .v2-related-products .v2-product-card:hover {
  transform: translateY(-4px);
  border-color: var(--wp-forest);
  box-shadow: 0 20px 40px rgba(15, 33, 25, .09);
}
.v2-product-page .v2-related-products .v2-product-image {
  min-height: 0;
  aspect-ratio: 4 / 3;
  background: var(--wp-cream);
}
.v2-product-page .v2-related-products .v2-product-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.v2-product-page .v2-related-products .v2-product-card-copy {
  padding: 18px 20px 22px;
  display: grid;
  gap: 6px;
}
.v2-product-page .v2-related-products .v2-product-card-copy small {
  color: var(--wp-wine);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.v2-product-page .v2-related-products .v2-product-card-copy b {
  color: var(--wp-forest-deep);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.02em;
}
.v2-product-page .v2-related-products .v2-product-card-copy em {
  margin-top: 10px;
  color: var(--wp-forest);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}

/* ---- Mobile buybar ---- */
.store-body:has(.v2-product-page) .v2-mobile-buybar {
  min-height: 68px;
  padding: 10px 14px;
  color: #fff;
  background: var(--wp-forest-deep);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .28);
}
.store-body:has(.v2-product-page) .v2-mobile-buybar[hidden] { display: none !important; }
.store-body:has(.v2-product-page) .v2-mobile-buybar small {
  color: rgba(244, 236, 216, .68);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.store-body:has(.v2-product-page) .v2-mobile-buybar b {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}
.store-body:has(.v2-product-page) .v2-mobile-buybar button {
  min-height: 46px;
  padding: 11px 20px;
  color: var(--wp-forest-deep);
  background: var(--wp-lime);
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
}
.store-body:has(.v2-product-page) .v2-mobile-buybar button.is-disabled {
  color: rgba(244, 236, 216, .5);
  background: rgba(255, 255, 255, .1);
  pointer-events: none;
}

/* Store footer legibility on product pages */
.store-body:has(.v2-product-page) .store-footer { font-size: 16px; }

/*
 * The legacy live header loads custom.css, which contains two accidental global
 * `span` rules with !important background resets. Keep the approved V2 body
 * visually isolated while retaining the real Sticky Labels header and footer.
 */
.v2-product-page span {
  -webkit-text-fill-color: currentColor !important;
}
.v2-product-page .v2-builder-top > span {
  color: #fff !important;
}
.v2-product-page .v2-builder-step legend > span {
  color: #fff !important;
  background: var(--wp-forest) !important;
  border-radius: 999px !important;
}
.v2-product-page .v2-delivery-goal > span {
  color: #fff !important;
  background: var(--wp-forest) !important;
  border-radius: 999px !important;
}
.v2-product-page .v2-delivery-goal.is-unlocked > span {
  background: var(--wp-lime-deep) !important;
}
.v2-product-page .v2-product-story article > span {
  color: var(--wp-forest) !important;
  background: var(--wp-cream) !important;
  border-radius: 999px !important;
}
.v2-product-page .v2-review-assurance .v2-review-stars,
.v2-product-page .v2-review-assurance .v2-google-stars,
.v2-product-page .v2-review-platforms .v2-review-stars,
.v2-product-page .v2-review-platforms .v2-google-stars,
.v2-product-page .v2-review-section blockquote > span {
  color: #00b67a !important;
}

/* ---- Responsive ---- */
@media (max-width: 1120px) {
  .v2-product-page .v2-product-hero {
    grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
    gap: 40px;
  }
  .v2-product-page .v2-fixed-specs { grid-template-columns: 1fr; }
  .v2-product-page .v2-fixed-specs > span {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--wp-line-soft);
  }
  .v2-product-page .v2-fixed-specs > span + span { padding-left: 0; }
  .v2-product-page .v2-fixed-specs > span:last-child { border-bottom: 0; }
  .v2-product-page .v2-value-tiers { grid-template-columns: 1fr; }
  .v2-product-page .v2-value-tiers > button {
    min-height: 78px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 14px 16px;
  }
  .v2-product-page .v2-builder-top { align-items: flex-start; flex-direction: column; gap: 6px; }
  .v2-product-page .v2-builder-top small { max-width: none; text-align: left; }
}

@media (max-width: 860px) {
  .v2-product-page .v2-product-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 52px;
  }
  .v2-product-page .v2-product-gallery { width: 100%; max-width: 520px; position: static; margin-inline: auto; }
  .v2-product-page .v2-main-product-image { aspect-ratio: 4 / 5; }
  .v2-product-page .v2-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px;
    margin-bottom: 24px;
  }
  .v2-product-page .v2-trust-strip > span,
  .v2-product-page .v2-trust-strip > a {
    padding: 14px 16px;
    border-left: 0;
  }
  .v2-product-page .v2-trust-strip > :nth-child(n+3) {
    border-top: 1px solid rgba(45, 60, 47, .14);
  }
  .v2-product-page .v2-review-platforms,
  .v2-product-page .v2-review-quotes { grid-template-columns: 1fr; }
  .v2-product-page .v2-review-section { padding: 68px 22px; }
  .v2-product-page .v2-faq-section,
  .v2-product-page .v2-related-products { padding: 68px 22px; }
  .v2-product-page .v2-product-description { padding: 46px 22px 12px; }
}

@media (max-width: 600px) {
  .v2-product-page .v2-breadcrumbs { width: calc(100% - 32px); padding: 18px 0 4px; }
  .v2-product-page .v2-product-hero { width: calc(100% - 32px); padding-top: 10px; }
  .v2-product-page .v2-trust-strip { width: calc(100% - 32px); }
  .v2-product-page .v2-product-commerce h1 { font-size: 36px; }
  .v2-product-page .v2-builder-step { padding: 20px 20px; }
  .v2-product-page .v2-builder-top { padding: 18px 20px; }
  .v2-product-page .v2-choice-grid,
  .v2-product-page .v2-size-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-product-page .material-choices { grid-template-columns: 1fr; }
  .v2-product-page .v2-quantity-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .v2-product-page .v2-custom-size-fields { grid-template-columns: 1fr; }
  .v2-product-page .v2-custom-size-fields button { width: 100%; }
  .v2-product-page .v2-builder-price {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 20px;
  }
  .v2-product-page .v2-builder-price .v2-order-price-meta {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px 14px;
  }
  .v2-product-page .v2-builder-actions { grid-template-columns: 1fr; padding: 16px 18px 6px; }
  .v2-product-page .v2-artwork-action { min-height: 72px; }
  .v2-product-page .v2-builder-route-note { padding: 4px 20px 20px; }
  .v2-product-page .v2-trust-strip { grid-template-columns: 1fr; }
  .v2-product-page .v2-trust-strip > :nth-child(n+2) { border-top: 1px solid rgba(45, 60, 47, .14); }
  .v2-product-page .v2-trust-strip > span,
  .v2-product-page .v2-trust-strip > a { padding: 14px 18px; }
  .v2-product-page .v2-review-assurance .v2-trustpilot-wordmark,
  .v2-product-page .v2-review-platforms .v2-trustpilot-wordmark { width: 112px; height: 40px; }
  .v2-product-page .v2-review-assurance .v2-trustpilot-wordmark img,
  .v2-product-page .v2-review-platforms .v2-trustpilot-wordmark img { width: 127px; }
  .v2-product-page .v2-review-platforms a { grid-template-columns: 112px minmax(0, 1fr); padding: 18px; column-gap: 16px; }
  .v2-product-page .v2-review-section,
  .v2-product-page .v2-faq-section,
  .v2-product-page .v2-related-products { padding: 58px 20px; }
  .v2-product-page .v2-product-description { padding: 42px 20px 8px; }
  .v2-product-page .v2-artwork-upload { margin: 8px 18px 18px; padding: 18px; }
  .v2-product-page .v2-upload-preview { grid-template-columns: 60px minmax(0, 1fr); }
  .v2-product-page .v2-upload-preview img { width: 60px; height: 50px; }
  .v2-product-page .v2-upload-preview > button { grid-column: 1 / -1; width: 100%; }
  .v2-product-page .v2-related-products .v2-product-grid { grid-template-columns: 1fr; }
  .v2-product-page .v2-product-story article { padding: 22px 0; grid-template-columns: 40px 1fr; gap: 16px; }
  .v2-product-page .v2-product-story article > span { width: 40px; height: 40px; }
  .v2-product-page .v2-product-story h3 { font-size: 18px; }
  .v2-product-page .v2-delivery-goal { grid-template-columns: 32px 1fr; }
  .v2-product-page .v2-delivery-goal button { grid-column: 2; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-product-page .v2-choice-grid button,
  .v2-product-page .v2-quantity-row button,
  .v2-product-page .v2-value-tiers > button,
  .v2-product-page .v2-related-products .v2-product-card,
  .v2-product-page .v2-builder-cta,
  .v2-product-page .v2-faq-list details,
  .v2-product-page .v2-faq-list summary i,
  .v2-product-page .v2-review-platforms a { transition: none !important; }
  .v2-product-page .v2-value-tiers > button:hover,
  .v2-product-page .v2-related-products .v2-product-card:hover,
  .v2-product-page .v2-review-platforms a:hover,
  .v2-product-page .v2-builder-cta:hover:not(.is-disabled) { transform: none; }
}

/* 16 Sep 2026 (Lee): the site reset in /css/styles.css sets list-style:none on every ul/ol/li, so the bullets in page descriptions vanished. Bring them back inside the rich description only. */
.v2-rich-description ul { list-style: disc outside; padding-left: 22px; margin: 0 0 1.2em; }
.v2-rich-description ol { list-style: decimal outside; padding-left: 26px; margin: 0 0 1.2em; }
.v2-rich-description li { display: list-item; list-style: inherit; margin-bottom: 6px; }
