/* Public storefront. Admin keeps its own existing visual system. */
.boutique {
  --bg: #f8f5ee;
  --surface: #fffdf8;
  --text: #242b25;
  --muted: #68685e;
  --accent: #997333;
  --accent-dark: #78561e;
  --soft: #eee9dd;
  --line: #ded9cc;
  --shadow: none;
  --ink: #1c201d;
  --gold: #dfbe76;
  font-family: "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.boutique ::selection { background: #e9d5a7; color: #1c201d; }
.boutique :focus-visible { outline: 3px solid #af8135; outline-offset: 5px; }
.boutique h1, .boutique h2, .boutique h3 { font-weight: 400; letter-spacing: -.035em; overflow-wrap: anywhere; }
.boutique p { text-wrap: pretty; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 16px; padding: 12px 20px; background: white; z-index: 100; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.boutique .topbar { background: var(--ink); color: #f5efdF; border-bottom: 1px solid #ffffff18; padding: 10px max(5vw, calc((100vw - 1320px)/2)); min-height: 86px; backdrop-filter: none; }
.boutique .brand { flex: 0 0 auto; }
.boutique .brand-logo { width: 148px; height: 66px; object-fit: contain; }
.boutique .topbar nav { display: flex; align-items: center; gap: 38px; font-size: .84rem; }
.boutique .topbar a:not(.brand) { padding: 10px 0; }
.boutique .topbar a:hover { color: var(--gold); }
.nav-collection span { margin-left: 12px; color: var(--gold); }
.boutique .hero { min-height: auto; background: var(--ink); color: #f9f5eb; padding: 62px max(5vw, calc((100vw - 1320px)/2)) 66px; display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; }
.boutique .hero > div { max-width: none; min-width: 0; }
.boutique .eyebrow { font-size: .68rem; letter-spacing: .19em; font-weight: 600; }
.boutique .hero .eyebrow { color: var(--gold); }
.boutique .hero .eyebrow span { margin-right: 10px; font-size: 1rem; }
.boutique .hero h1 { font-size: clamp(3.4rem, 5.6vw, 5.7rem); line-height: 1.02; letter-spacing: -.045em; margin: 24px 0; }
.boutique .hero h1 em { color: var(--gold); font-weight: 400; }
.boutique .hero p { font-size: .97rem; max-width: 385px; line-height: 1.8; color: #c3c5bc; }
.boutique .button { border-radius: 3px; font-size: .85rem; padding: 16px 25px; gap: 30px; font-weight: 600; letter-spacing: .015em; transition: background .2s; }
.boutique .hero .button { background: var(--gold); color: var(--ink); margin-top: 14px; }
.boutique .hero .button:hover { background: #efd399; }
.boutique .hero-stats { margin: 36px 0 0; gap: 26px; }
.boutique .hero-stats > div { background: none; border: 0; border-radius: 0; min-width: 0; padding: 0; display: flex; gap: 10px; align-items: baseline; }
.boutique .hero-stats > div + div { border-left: 1px solid #ffffff24; padding-left: 26px; }
.boutique .hero-stats strong { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.boutique .hero-stats span { color: #b7b9b0; font-size: .7rem; }
.hero-brand { border: 1px solid #bd975141; align-self: stretch; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; padding: 48px 22px; border-radius: 220px 220px 12px 12px; background: radial-gradient(ellipse at 50% 50%, #3a3829 0, #252920 45%, #1c201d 75%); }
.hero-brand img { width: 100%; height: auto; margin: 42px 0; }
.brand-caption { font-size: .62rem; letter-spacing: .3em; color: #c1b28f; }
.brand-signature { display: flex; align-items: center; gap: 12px; color: #c3bca9; font-family: Georgia, serif; font-size: .94rem; font-style: italic; text-align: center; }
.brand-signature span { width: 22px; height: 1px; background: #a28b5b; }
.collection-ribbon { display: flex; align-items: center; justify-content: center; gap: 45px; padding: 18px 20px; background: #ece5d5; border-bottom: 1px solid var(--line); color: #655a43; font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; }
.collection-ribbon b { font-size: .85rem; color: #997333; }
.boutique .section { max-width: 1465px; padding: 78px 5vw; scroll-margin-top: 90px; }
.boutique .model-heading { align-items: end; margin-bottom: 30px; }
.boutique .section h2 { font-size: clamp(2.2rem, 3.7vw, 3.25rem); margin-top: 12px; }
.boutique .section-copy { font-size: .87rem; margin-top: 14px; }
.catalog-note { color: var(--muted); font-size: .84rem; line-height: 1.7; margin: 0; text-align: right; }
.boutique .catalog-toolbar { grid-template-columns: minmax(0, 1fr) minmax(180px, 250px); gap: 20px; border-top: 1px solid var(--line); padding-top: 24px; margin-bottom: 30px; }
.search-field { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); background: var(--surface); border-radius: 4px; padding-left: 16px; color: var(--muted); max-width: 540px; }
.search-field svg { flex-shrink: 0; }
.boutique .catalog-toolbar .search-field input { border: 0; padding: 14px 14px 14px 0; background: transparent; min-width: 0; font-size: .88rem; }
.boutique .catalog-toolbar select { border-radius: 4px; background: var(--surface); font-size: .85rem; }
.boutique .products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 23px; }
.boutique .product-card { border: 0; background: transparent; border-radius: 0; box-shadow: none; transition: none; }
.boutique .product-card:hover { transform: none; box-shadow: none; }
.boutique .model-image-wrap { border-radius: 6px; overflow: hidden; background: var(--soft); }
.boutique .product-image { transition: transform .35s ease; }
.boutique .product-card:hover .product-image { transform: scale(1.035); }
.boutique .product-placeholder { background: #eee9de; color: #777163; font-size: .8rem; }
.boutique .badge { background: #f8f5eef0; color: #614b25; font-size: .61rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; border-radius: 2px; left: 12px; top: 12px; padding: 8px 10px; }
.boutique .product-body { padding: 18px 0 0; }
.boutique .model-title-line { align-items: start; }
.boutique .product-body h3 { font-size: 1.45rem; letter-spacing: -.025em; }
.boutique .model-code { font-size: .65rem; padding-top: 5px; overflow-wrap: anywhere; }
.boutique .price { font-size: .94rem; font-weight: 600; margin-top: 10px; }
.boutique .color-row { flex-wrap: wrap; margin-top: 14px; gap: 12px; }
.boutique .swatches { flex-wrap: wrap; padding: 1px; }
.boutique .color-dot { width: 15px; height: 15px; border: 2px solid var(--bg); }
.boutique .color-count { font-size: .7rem; }
.boutique .view-model { display: block; border-top: 1px solid var(--line); padding-top: 12px; margin-top: 16px; font-size: .75rem; font-weight: 500; color: var(--accent-dark); }
.boutique .status { border: 1px dashed var(--line); padding: 38px 20px; border-radius: 6px; font-size: .9rem; line-height: 1.7; }
.boutique .status:empty { display: none; }
.boutique .shopping-guide { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2.2fr; gap: 56px; padding-top: 56px; padding-bottom: 64px; }
.boutique .guide-intro h2 { font-size: 2.25rem; line-height: 1.13; }
.guide-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.step-number { display: inline-block; font-family: Georgia, serif; font-size: .95rem; color: var(--accent); border-bottom: 1px solid #c7b38a; padding-bottom: 8px; }
.guide-steps h3 { font-size: 1.2rem; margin: 18px 0 10px; }
.guide-steps p { font-size: .8rem; line-height: 1.8; color: var(--muted); margin: 0; }
.boutique .boutique-footer { padding: 30px 5vw; background: var(--ink); color: #c5c5b8; border: 0; align-items: center; gap: 24px; }
.footer-brand { flex: 0 0 146px; }
.footer-brand img { width: 146px; height: 73px; object-fit: contain; }
.boutique-footer p { font-family: Georgia, serif; font-size: 1rem; font-style: italic; color: #d5c69e; }
.admin-link, .footer-collection { font-size: .76rem; padding: 12px 0; }
.boutique-footer a:hover { color: var(--gold); }
.boutique .back-link { font-size: .83rem; display: flex; align-items: center; gap: 10px; }
.boutique .product-page { padding-top: 32px; }
.detail-breadcrumb { display: flex; gap: 12px; color: var(--muted); font-size: .72rem; margin-bottom: 28px; }
.detail-breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.boutique .product-detail { gap: clamp(28px, 5vw, 74px); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.boutique .gallery-main { border-radius: 6px; max-height: 650px; }
.boutique .gallery-main img { object-fit: contain; }
.boutique .gallery-main .product-placeholder { height: 100%; }
.boutique .thumbnail { border-radius: 3px; }
.boutique .thumb-button[aria-pressed="true"] .thumbnail { border-color: var(--accent); }
.boutique .product-info { position: static; padding-top: 8px; }
.boutique .product-info h1 { font-size: clamp(2.5rem, 4.2vw, 4rem); margin-top: 16px; }
.boutique .detail-price { margin: 20px 0; }
.boutique .detail-price .price { font-size: 1.55rem; }
.boutique .product-description { font-size: .92rem; line-height: 1.85; }
.boutique .variant-section { margin-top: 26px; padding-top: 22px; }
.boutique .variant-heading { align-items: center; }
.boutique .variant-heading h2 { font-size: 1.7rem; margin-top: 8px; }
.boutique .stock-pill { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 3px; font-size: .72rem; }
.boutique .variant-card { padding: 10px; border-radius: 4px; grid-template-columns: 48px minmax(0, 1fr); background: var(--surface); }
.boutique .variant-card.selected { background: #efe5d2; border-color: #997333; box-shadow: 0 0 0 1px #997333; }
.boutique .variant-card:hover { border-color: #997333; box-shadow: none; }
.boutique .variant-preview { height: 48px; width: 48px; border-radius: 3px; }
.boutique .variant-card strong { font-size: .8rem; font-weight: 600; overflow-wrap: anywhere; }
.boutique .variant-card small { font-size: .71rem; line-height: 1.5; }
.boutique .whatsapp { background: #245a40; min-height: 52px; }
.boutique .whatsapp:hover { background: #1c4833; }
@media (min-width: 1600px) { .boutique .hero { gap: 100px; } }
@media (max-width: 1050px) {
  .boutique .hero { gap: 35px; padding-top: 44px; padding-bottom: 48px; }
  .boutique .hero h1 { font-size: 4.4rem; }
  .hero-brand { padding: 35px 12px; }
  .brand-caption { font-size: .55rem; }
  .brand-signature { font-size: .8rem; gap: 8px; }
  .brand-signature span { width: 12px; }
  .boutique .hero-stats { gap: 16px; }
  .boutique .hero-stats > div + div { padding-left: 16px; }
  .boutique .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .boutique .shopping-guide { grid-template-columns: 1fr; gap: 32px; }
  .boutique .guide-intro h2 br { display: none; }
  .boutique .variant-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .boutique .topbar { min-height: 74px; padding: 6px 5vw; gap: 12px; }
  .boutique .brand-logo { width: 126px; height: 60px; }
  .boutique .topbar nav { gap: 12px; font-size: .75rem; }
  .boutique .topbar .nav-guide { display: none; }
  .boutique .hero { grid-template-columns: 1fr; padding: 36px 6vw 38px; gap: 32px; }
  .boutique .hero h1 { font-size: clamp(3.25rem, 13vw, 4.8rem); margin: 20px 0; }


  .boutique .hero p { max-width: 410px; font-size: .9rem; }
  .boutique .hero .button { margin-top: 10px; }
  .boutique .hero-stats { margin-top: 28px; flex-wrap: nowrap; gap: 18px; }
  .boutique .hero-stats > div { flex-direction: column; gap: 4px; }
  .boutique .hero-stats > div + div { padding-left: 18px; }
  .hero-brand { border-radius: 110px 110px 6px 6px; padding: 20px 20px 22px; max-width: 420px !important; width: 100%; justify-self: center; }
  .brand-caption { display: none; }
  .hero-brand img { margin: 0 0 15px; width: min(100%, 310px); }
  .brand-signature { font-size: .78rem; }
  .collection-ribbon { gap: 14px; font-size: .53rem; letter-spacing: .06em; padding: 16px 12px; }
  .collection-ribbon b { font-size: .65rem; }
  .boutique .section { padding: 46px 5vw; scroll-margin-top: 80px; }
  .boutique .model-heading { flex-direction: column; align-items: start; gap: 12px; margin-bottom: 22px; }
  .catalog-note { text-align: left; font-size: .8rem; }
  .catalog-note br { display: none; }
  .boutique .section h2 { font-size: 2.45rem; }
  .boutique .section-copy { font-size: .8rem; margin-top: 12px; }
  .boutique .catalog-toolbar { grid-template-columns: 1fr; gap: 10px; padding-top: 20px; margin-bottom: 24px; }
  .search-field { max-width: none; }
  .boutique .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  .boutique .product-body { padding-top: 13px; }
  .boutique .product-body h3 { font-size: 1.22rem; }
  .boutique .price { font-size: .82rem; }
  .boutique .color-row { flex-direction: column; gap: 7px; margin-top: 12px; }
  .boutique .view-model { font-size: .66rem; margin-top: 12px; padding-top: 10px; }
  .boutique .badge { left: 7px; top: 7px; font-size: .53rem; padding: 6px; }
  .boutique .shopping-guide { gap: 28px; }
  .guide-steps { grid-template-columns: 1fr; gap: 20px; }
  .guide-steps li { display: grid; grid-template-columns: 35px 1fr; column-gap: 14px; }
  .step-number { grid-row: span 2; align-self: start; }
  .guide-steps h3 { margin: 0 0 6px; }
  .guide-steps p { grid-column: 2; }
  .boutique .boutique-footer { flex-direction: column; gap: 8px; padding: 26px 5vw; text-align: center; }
  .footer-brand { flex: 0 0 auto; }
  .boutique-footer p { margin: 6px 0; }
  .boutique .product-page { padding-top: 22px; }
  .boutique .product-detail { grid-template-columns: 1fr; gap: 24px; }
  .boutique .gallery-main { max-height: 520px; }
  .boutique .product-info h1 { font-size: 2.6rem; }
  .boutique .variant-heading h2 { font-size: 1.65rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .boutique .product-image, .boutique .button { transition: none; }
}

@media (max-width: 700px) { .boutique .hero-brand { display: none; } }
