: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);
}

/* 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 { display: flex; justify-content: flex-end; gap: 5px; flex-wrap: wrap; }

.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; }
.store-body:has(.v2-preview-bar) .store-footer { padding: 42px max(20px, calc((100% - 1240px) / 2)); background: var(--v2-forest-deep); }

.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: 600px;
  padding: 58px max(24px, calc((100% - 1240px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
  background: #fff;
}

.v2-master-copy h1 {
  max-width: 650px;
  margin: 0 0 20px;
  font-size: clamp(50px, 5vw, 72px);
  line-height: .94;
  letter-spacing: -.06em;
}

.v2-master-copy > p:not(.v2-kicker) { max-width: 560px; margin: 0 0 24px; color: var(--v2-grey); font-size: 18px; line-height: 1.5; }
.v2-hero-facts { margin-top: 28px; padding-top: 18px; display: flex; gap: 24px; 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 {
  width: 100%;
  max-width: 510px;
  height: 440px;
  min-height: 440px;
  justify-self: end;
  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: 24px max(24px, calc((100% - 1240px) / 2)) 110px; scroll-margin-top: 96px; 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-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 { height: 380px; min-height: 380px; }
  .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 { justify-content: flex-start; }
  .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: 24px 18px 42px; gap: 26px; }
  .v2-master-copy h1 { font-size: 42px; }
  .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 { max-width: none; height: 280px; min-height: 280px; grid-row: 1; border-radius: 22px; }
  .master-label-card { width: 55%; min-height: 86px; padding: 14px; }
  .master-label-card b { font-size: 17px; }
  .v2-master-copy .v2-button { width: 100%; min-height: 46px; padding: 11px 17px; }
  .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: 18px 18px 65px; scroll-margin-top: 82px; }
  .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; }
}


/* Full-width catalogue: keep the original local typography inside the live shell. */
.v2-master-page,.v2-master-page *{box-sizing:border-box;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.v2-master-page h1,.v2-master-page h2,.v2-master-page h3{font-weight:850!important;color:#10261d!important;font-style:normal}
.v2-master-page .v2-master-copy h1{font-size:clamp(50px,5vw,72px)!important;line-height:.94!important;letter-spacing:-.06em}
.v2-master-page .v2-category-copy h2{font-size:clamp(42px,5vw,68px)!important;line-height:.95!important;letter-spacing:-.06em}
.v2-master-page .v2-master-intro h2,.v2-master-page .v2-directory h2{font-size:clamp(42px,5vw,70px)!important;line-height:.98!important}
.v2-master-page .v2-directory h2{color:#fff!important}.v2-master-page .v2-directory{color:#fff}
.v2-master-page .v2-button{height:auto;min-height:50px;line-height:1.4}.v2-master-page a.v2-button-lime{color:#0b2a20}
.v2-master-page .v2-master-product-grid a{font-size:16px;line-height:1.3;min-height:62px}.v2-master-page .v2-category-copy>p:not(.v2-kicker){font-size:16px}
.v2-master-page .v2-directory-links a,.v2-master-page .v2-text-link{font-size:16px}.v2-master-page .v2-hero-facts span{font-size:13px}.v2-master-page .v2-hero-facts b{color:#113d2d}
.v2-master-page .v2-category-copy h2 a{color:inherit}.v2-master-page .v2-category-visual{aspect-ratio:1;min-height:0;width:100%;grid-template-rows:repeat(2,minmax(0,1fr))}
.v2-master-page .v2-category-visual.is-single{grid-template-columns:1fr;grid-template-rows:1fr}.v2-master-page .v2-category-visual.is-three .v2-collage-cell:last-child{grid-column:1/-1}
.v2-master-page .v2-collage-cell{display:block;min-width:0;min-height:0}.v2-master-page .v2-category-collage .v2-collage-cell img{object-fit:cover;position:static;width:100%;height:100%}
.v2-master-page .v2-master-hero-collage>span{display:block;background:transparent}.v2-master-page .v2-master-hero-collage>span img{height:100%;width:100%;object-fit:cover}.v2-master-page .master-label-card span{color:#dff0b8}.v2-master-page .master-label-card b{color:white}
@media(max-width:900px){.v2-master-page .v2-category-band{grid-template-columns:minmax(0,1fr)}.v2-master-page .v2-category-visual{max-width:600px;justify-self:center}.v2-master-page .v2-master-art{min-width:0}.v2-master-page .v2-hero-facts{flex-wrap:wrap}}
@media(max-width:650px){.v2-master-page .v2-master-copy h1{font-size:42px!important;letter-spacing:-.04em!important}.v2-master-page .v2-category-copy h2{font-size:44px!important}.v2-master-page .v2-master-intro h2,.v2-master-page .v2-directory h2{font-size:42px!important}.v2-master-page .v2-category-visual{aspect-ratio:1}.v2-master-page .v2-master-product-grid a{font-size:16px}.v2-master-page .v2-master-art{height:280px;min-height:280px}}

.v2-master-page .master-label-card span{color:#dff0b8!important}
