:root {
  --paper: #ffffff;
  --shell: #ffffff;
  --linen: #eceeec;
  --berry: #783047;
  --header-height: 82px;
}
* { letter-spacing: 0 !important; }
.primary-nav a[aria-current="page"], .mobile-menu a[aria-current="page"] { color: #234e40; text-decoration: underline; text-underline-offset: 6px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 12px 24px; width: 100%; }
.footer-nav a { font-size: 13px; padding: 12px 0; text-decoration: underline; text-underline-offset: 4px; }
footer { flex-wrap: wrap; }
[hidden] { display: none !important; }
body { background: #fff; }
header { background: #fff; gap: 16px; padding: 12px 3%; z-index: 40; }
.brand { font-size: 30px; white-space: nowrap; }
.nav { gap: 14px; font-size: 12px; }
.icon-button, .menu-toggle { width: 44px; height: 44px; border-radius: 4px; flex-shrink: 0; }
.lucide { width: 20px; height: 20px; }
.market-select { min-height: 44px; max-width: 154px; border: 0; background: #fff; font: inherit; font-size: 12px; }
[id] { scroll-margin-top: calc(var(--header-height) + 24px); }
button, .button, .choice-options button, .filter-button { min-height: 44px; }
.button { border-radius: 4px; }
.button.primary, .button.dark { background: var(--berry); color: white; }
.hero { background: #e9e6e0; min-height: min(540px, calc(100svh - 155px)); padding: 32px 6%; align-items: center; }
.hero::before, .hero::after { display: none; }
.hero-bg { object-fit: cover; object-position: right center; }
.hero-copy { width: 38%; max-width: 540px; color: #17191a; }
.hero-copy h1 { font-size: 52px; line-height: 1.06; }
.hero-copy p { font-size: 18px; line-height: 1.55; color: #25272a; }
.hero .eyebrow { color: #4f3540; font-size: 12px; }
.hero .market-toggle { display: none; }
.hero-facts span { background: #ffffffde; color: #282828; border: 0; border-radius: 3px; font-size: 12px; }
.cta-row .text-link { color: inherit; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.hero-asset-note { position: absolute; bottom: 12px; right: 18px; font-size: 12px; background: #fff; padding: 6px 10px; color: #454545; }
body[data-market="br"] .hero { background: #efdde1; }
body[data-market="br"] .hero-bg { width: 59%; left: auto; right: 0; object-fit: cover; }
h2 { font-size: 32px; }
.page-hero h1 { font-size: 44px; line-height: 1.1; }
.section-head p { font-size: 16px; line-height: 1.6; }
.selector { background: #f6f7f6; }
.selector-progress { width: 100%; height: 6px; display: block; accent-color: var(--berry); margin: 0 0 14px; }
.selector-progress::-webkit-progress-bar { background: #e4e7e5; }
.selector-progress::-webkit-progress-value { background: var(--berry); }
.selector-action { flex-wrap: wrap; }
[aria-disabled="true"] { opacity: .45; cursor: not-allowed; }
.choice-card, .pdp-panel, .hero-panel { border-radius: 0; box-shadow: none; }
.product, .card { border-radius: 6px; }
.product { display: flex; flex-direction: column; position: relative; overflow: hidden; }
.product > img { aspect-ratio: 4/5; height: auto; object-fit: cover; width: 100%; }
.product-body { flex: 1; display: flex; flex-direction: column; }
.product-body h3 { min-height: 54px; font-size: 20px; line-height: 1.3; }
.product-footer { margin-top: auto; }
.product-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 14px; margin: 16px 0; }
.product-facts > div { padding: 9px 0; min-width: 0; border-top: 1px solid #ddd; min-height: 64px; }
.product-facts dt { font-size: 11px; color: #62656a; margin-bottom: 4px; }
.product-facts dd { font-size: 13px; line-height: 1.45; margin: 0; overflow-wrap: anywhere; }
.catalog-product .card-body { display: flex; flex-direction: column; height: 100%; }
.catalog-product h3 { min-height: 54px; font-size: 20px; line-height: 1.3; }
.catalog-product .card-body > p { min-height: 66px; }
.catalog-product .product-card-cta { margin-top: auto; }
.catalog-page .page-hero { padding-block: 28px; grid-template-columns: 1fr; }
.catalog-page .page-hero .hero-panel, .catalog-page .collection-shortcuts { display: none; }
.catalog-page .page-hero h1 { font-size: 38px; margin-bottom: 12px; }
.catalog-page .page-hero .cta-row { display: none; }
.catalog-page #products { padding-top: 20px; }
.catalog-page #products > .section-head { display: none; }
.filters details > summary { font-weight: 600; padding: 10px 0; cursor: pointer; min-height: 44px; }
.filters details:not([open]) > :not(summary) { display: none; }
.pdp-preview-media { height: 210px !important; background: #f3eeee; }
.pdp-preview-media img { height: 100% !important; object-fit: contain !important; }
.gallery .main img { object-fit: contain; background: #f5f2f1; }
.section-head h2 { font-size: 32px; }
.catalog-status::before { display: none; }
.status-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; padding: 4px 7px; border-radius: 3px; width: fit-content; }
.status-draft { background: #f0eaf6; color: #634c79; }
.status-pending { background: #fff1ce; color: #72500b; }
.status-verified { background: #dfefe5; color: #22563b; }
.status-draft::before { content: "○"; }
.status-pending::before { content: "◷"; }
.status-verified::before { content: "✓"; }
.results-dock { position: sticky; top: var(--header-height); z-index: 25; background: #fff; border-block: 1px solid #ccc; padding: 10px 14px; margin-bottom: 24px; }
.results-toolbar { margin: 0; padding: 0; gap: 12px; }
.active-filters { margin: 0; gap: 8px; }
.active-filters:not(:empty) { padding-top: 8px; }
.filter-chip { font-size: 12px; border-radius: 4px; }
.filter-chip button { min-width: 44px; min-height: 44px; }
.filters { top: calc(var(--header-height) + 140px); }
.photo-pending { display: grid; place-content: center; text-align: center; background: #edf0ee; color: #565f5a; min-height: 240px; padding: 22px; gap: 10px; }
.photo-pending strong { font-family: Georgia,serif; font-weight: normal; font-size: 23px; }
.photo-pending small { font-size: 12px; line-height: 1.6; }
.product > .photo-pending { aspect-ratio: 4/5; width: 100%; }
.photo-pending figcaption { position: static; background: none; color: inherit; }
.product-image-link.photo-pending { aspect-ratio: 4/5; }
.concept-caption { font-size: 11px; line-height: 1.5; background: #fff; padding: 7px 12px; color: #565656; }
.media-tile.photo-pending { min-height: 120px; }
.proof-checklist { border-top: 1px solid #ddd; padding: 18px 0; margin-top: 20px; }
.proof-checklist ul { list-style: none; padding: 0; display: grid; gap: 8px; }
.proof-checklist li { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 13px; }
.utility-dialog { padding: 28px; width: min(520px, calc(100% - 32px)); border: 1px solid #ccc; border-radius: 6px; }
.utility-dialog::backdrop { background: #12141766; }
.utility-dialog h2 { font-size: 26px; margin-top: 0; }
.utility-dialog input { width: 100%; padding: 12px; min-height: 48px; font: inherit; border: 1px solid #aaa; }
.utility-dialog form { display: grid; gap: 14px; }
.utility-dialog .dialog-close { float: right; margin: -12px -12px 8px 12px; }
.br-intro { position: relative; background: #efdde1; min-height: 540px; padding: 50px 6%; display: flex; align-items: center; }
.br-intro > img { position: absolute; right: 0; top: 0; width: 55%; height: 100%; object-fit: cover; }
.br-intro-copy { position: relative; width: 42%; }
.br-intro-copy h1 { font-size: 52px; line-height: 1.08; }
.br-intro-copy .eyebrow { color: #783047; }
.br-intro-copy p { font-size: 18px; line-height: 1.6; }
.br-intro-copy .text-link { display: block; margin-top: 18px; text-decoration: underline; }
.search-results { display: grid; max-height: 40vh; overflow: auto; }
.search-results a { padding: 12px 0; border-bottom: 1px solid #ddd; }
@media (max-width: 1240px) {
  header { grid-template-columns: 1fr auto 1fr; }
  .primary-nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .mobile-menu { grid-column: 1/-1; width: 100%; padding: 12px 0; border-top: 1px solid #ddd; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 14px 8px; font-size: 14px; min-height: 44px; }
  .actions > a { display: none; }
}
@media (max-width: 760px) {
  .br-intro { padding: 330px 22px 32px; }
  .br-intro > img { width: 100%; height: 310px; object-fit: contain; }
  .br-intro-copy { width: 100%; }
  .br-intro-copy h1 { font-size: 38px; }
  .brand { font-size: 23px; }
  header { gap: 5px; padding: 8px 12px; }
  .nav.actions { gap: 3px; }
  .market-select { max-width: 80px; font-size: 11px; }
  .actions .icon-button { width: 40px; min-width: 40px; }
  .hero { min-height: 0; padding: 265px 22px 24px; align-items: end; }
  .hero-bg, body[data-market="br"] .hero-bg { width: 100%; height: 245px; inset: 0 0 auto; object-fit: contain; object-position: center center; }
  .hero-copy { width: 100%; max-width: none; }
  .hero-copy h1 { font-size: 38px; }
  .hero-copy p { font-size: 16px; }
  .hero-asset-note { top: 220px; bottom: auto; font-size: 10px; }
  .hero-facts { gap: 5px; }
  .hero-facts span { font-size: 11px; padding: 5px; }
  .hero .eyebrow { margin-bottom: 10px; }
  h2 { font-size: 28px; }
  .page-hero h1 { font-size: 34px; }
  .mobile-menu { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .results-dock { margin-inline: -4px; padding: 10px; }
  .results-toolbar { flex-wrap: wrap; }
  #active-filter-summary { display: none; }
  #result-count { font-size: 13px; }
  .filters { position: static; }
  .product-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 420px) {
  header { grid-template-columns: 44px 1fr auto; }
  .brand { font-size: 21px; }
  .actions { gap: 0; }
  .market-select { max-width: 66px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
