:root {
  --ink: #101418;
  --ink-soft: #252b31;
  --gold: #d9a529;
  --gold-light: #f1ca68;
  --cream: #f7f4ee;
  --paper: #ffffff;
  --muted: #6e7377;
  --line: #e4e1db;
  --green: #18a669;
  --shadow: 0 22px 60px rgba(16, 20, 24, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-200%); background: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; color: #fff;
  background: linear-gradient(to bottom, rgba(7, 10, 12, .82), transparent);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(16, 20, 24, .96); box-shadow: 0 8px 30px rgba(0,0,0,.15); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 160px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .93rem; font-weight: 650; }
.main-nav > a:not(.button) { position: relative; color: rgba(255,255,255,.82); }
.main-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.main-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: #fff; margin: 5px 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px;
  border: 1px solid transparent; border-radius: 999px; font-weight: 750; cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 0 18px; font-size: .88rem; }
.button--primary, .button--gold { color: #17130a; background: var(--gold); }
.button--primary:hover, .button--gold:hover { background: var(--gold-light); }
.button--ghost { border-color: var(--line); background: transparent; }
.button--ghost-light { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.button--outline { border-color: var(--ink); background: transparent; }
.button--full { width: 100%; }

.hero { min-height: 760px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--ink); padding: 128px 0 68px; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; }
.eyebrow { display: inline-block; color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--dark { color: #927016; }
.hero h1 { max-width: 720px; margin: 18px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 6vw, 6.2rem); line-height: .96; letter-spacing: -.055em; font-weight: 500; }
.hero__content > h1.sr-only { margin: -1px; }
.hero__content > p { max-width: 620px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__trust { display: flex; gap: 36px; margin: 44px 0 0; padding: 28px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.hero__trust li { display: grid; gap: 2px; }
.hero__trust strong { font-size: 1rem; }
.hero__trust span { color: rgba(255,255,255,.55); font-size: .78rem; }
.hero__media { position: relative; min-height: 570px; }
.hero__media::before { content: ""; position: absolute; z-index: 0; width: 420px; height: 420px; right: -80px; top: -70px; border-radius: 50%; background: rgba(217,165,41,.16); filter: blur(1px); }
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 220px 220px 28px 28px; box-shadow: var(--shadow); }
.hero__badge { position: absolute; left: -42px; bottom: 38px; display: grid; padding: 18px 22px; color: var(--ink); background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.hero__badge span { color: var(--muted); font-size: .73rem; }
.hero__badge strong { font-size: .94rem; }

.quick-benefits { position: relative; z-index: 2; margin-top: -1px; background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-benefits__grid { display: grid; grid-template-columns: repeat(var(--benefit-count, 3), 1fr); }
.quick-benefits article { display: flex; align-items: center; gap: 18px; padding: 30px 34px; border-right: 1px solid var(--line); }
.quick-benefits article:last-child { border-right: 0; }
.benefit-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; aspect-ratio: 1; border-radius: 50%; color: #8c6914; background: #efe3c4; font-size: .72rem; font-weight: 850; }
.quick-benefits article div { display: grid; }
.quick-benefits small { color: var(--muted); }

.section-heading { margin-bottom: 44px; }
.section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-heading h2, .about h2, .contact h2 { margin: 12px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 500; }
.section-heading p { margin: 0; color: var(--muted); }
.catalog { background: #fbfaf7; }
.budget-builder { display: flex; align-items: center; gap: 14px; margin: -18px 0 30px; padding: 16px 18px; border: 1px solid #dfd3b4; border-radius: 16px; background: #f7efd9; }
.catalog--no-heading .budget-builder { margin-top: 0; }
.budget-builder__icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--ink); font-size: 1.45rem; }
.budget-builder div { display: grid; flex: 1; }
.budget-builder strong { font-size: .95rem; }
.budget-builder small { color: #6f6653; }
.catalog-tools { display: grid; gap: 20px; }
.search-box { position: relative; display: flex; align-items: center; width: min(100%, 560px); }
.search-box svg { position: absolute; left: 18px; width: 20px; fill: none; stroke: #777; stroke-width: 1.8; }
.search-box input { width: 100%; height: 54px; padding: 0 20px 0 50px; border: 1px solid var(--line); border-radius: 999px; background: #fff; outline: none; }
.search-box input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(217,165,41,.12); }
.category-filters { display: flex; gap: 8px; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: thin; }
.filter-chip { flex: 0 0 auto; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: #555b60; background: #fff; cursor: pointer; }
.filter-chip.is-active { color: #fff; border-color: var(--ink); background: var(--ink); }
.catalog-status { margin: 18px 0 14px; color: var(--muted); font-size: .84rem; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.product-card[hidden] { display: none; }
.product-card { display: grid; grid-template-rows: 1fr auto; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-card:hover { transform: translateY(-4px); border-color: #d6c9a6; box-shadow: 0 18px 46px rgba(16,20,24,.1); }
.product-card__open { position: relative; display: grid; width: 100%; padding: 0; overflow: hidden; text-align: left; border: 0; background: #fff; cursor: pointer; }
.product-card__badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 9px; border-radius: 999px; color: #6f5110; background: #f3e4ba; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card__image { display: grid; place-items: center; height: 176px; padding: 0; overflow: hidden; background: #fff; }
.product-card__image img { width: 100%; max-width: none; height: 100%; max-height: none; object-fit: contain; transition: transform .25s ease; }
.product-card__open:hover .product-card__image img { transform: scale(1.04); }
.product-card__body { display: grid; align-content: start; min-height: 116px; padding: 16px 16px 12px; }
.product-card__body small { color: #927016; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card__body strong { margin-top: 5px; color: var(--ink); font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.16; }
.product-card__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 12px; color: var(--muted); font-size: .75rem; }
.product-card__meta span + span::before { content: "·"; margin-right: 12px; color: #b3aca1; }
.product-card__arrow { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--ink); opacity: 0; transform: translateY(5px); transition: .2s ease; }
.product-card__open:hover .product-card__arrow { opacity: 1; transform: translateY(0); }
.product-card__add { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 39px; margin: 0 12px 12px; border: 1px solid #d8d2c5; border-radius: 999px; color: #393c3e; background: #fff; font-size: .72rem; font-weight: 800; cursor: pointer; }
.product-card__add span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--ink); font-size: 1rem; line-height: 1; }
.product-card__add:hover { color: #17130a; border-color: var(--gold); background: #fff8e8; }
.catalog-more { display: flex; justify-content: center; margin-top: 34px; }
.catalog-empty { padding: 60px 20px; text-align: center; color: var(--muted); }
.catalog-empty strong, .catalog-empty span { display: block; }

.about { overflow: hidden; }
.about__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.about__grid--visual-only { grid-template-columns: minmax(0, 680px); justify-content: center; }
.about__visual { position: relative; min-height: 480px; display: grid; align-items: end; padding: 32px; overflow: hidden; color: #fff; background: var(--ink); border-radius: var(--radius-lg); }
.about__visual::after { content: ""; position: absolute; width: 330px; height: 330px; right: -100px; top: -90px; border-radius: 50%; background: rgba(217,165,41,.18); }
.about__visual img { position: absolute; z-index: 2; top: 50%; right: 24px; width: 48%; max-height: 86%; object-fit: contain; transform: translateY(-52%); }
.official-partner { position: absolute; z-index: 4; top: 25px; left: 25px; display: grid; max-width: 220px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(255,255,255,.09); backdrop-filter: blur(8px); }
.official-partner small { color: var(--gold-light); font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.official-partner strong { color: #fff; font-size: .86rem; }
.about__number { position: relative; z-index: 3; display: grid; max-width: 210px; }
.about__number strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 5.2rem; line-height: 1; }
.about__number span { color: rgba(255,255,255,.68); font-size: .88rem; }
.about__content p { color: var(--muted); font-size: 1.02rem; }
.about__features { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.about__features span { padding: 8px 12px; border-radius: 999px; color: #575d61; background: var(--cream); font-size: .78rem; }

.partners { padding: 0 0 72px; background: #fff; }
.partners__heading { max-width: 520px; padding-top: 4px; }
.partners__heading h2 { margin: 7px 0 0; font: 500 clamp(1.45rem, 2vw, 2rem)/1.12 Georgia, serif; letter-spacing: -.03em; }
.partners__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 160px)); gap: 10px; margin-top: 24px; }
.partners--no-heading .partners__grid { margin-top: 0; }
.partner-seal { display: grid; min-height: 132px; place-items: center; gap: 8px; padding: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
a.partner-seal:hover { transform: translateY(-4px); border-color: #d6c9a6; box-shadow: 0 16px 38px rgba(16,20,24,.08); }
.partner-seal img { width: 100%; height: 82px; object-fit: contain; }
.partner-seal span { color: #5b5f61; font-size: .68rem; font-weight: 800; text-align: center; }

.contact { color: #fff; background: var(--ink); }
.contact__grid { display: grid; grid-template-columns: 1fr .85fr; gap: 88px; align-items: start; }
.contact__grid--form-only { grid-template-columns: minmax(0, 650px); justify-content: center; }
.contact__content > p { max-width: 630px; color: rgba(255,255,255,.62); }
.contact__channels { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin-top: 36px; }
.contact__channels a { display: grid; min-width: 0; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.contact__channels small { color: rgba(255,255,255,.48); }
.contact__channels strong { overflow: hidden; font-size: .8rem; text-overflow: ellipsis; }
.quote-form { display: grid; gap: 16px; padding: 30px; color: var(--ink); background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.quote-form__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.quote-field--wide { grid-column: 1 / -1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: grid; gap: 7px; font-size: .78rem; font-weight: 750; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #fbfaf8; outline: none; }
.quote-form input { height: 48px; padding: 0 13px; }
.quote-form textarea { resize: vertical; padding: 12px 13px; }
.quote-form select { height: 48px; padding: 0 13px; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(217,165,41,.12); }
.quote-form__actions, .quote-drawer__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quote-form__actions .button, .quote-drawer__actions .button { min-width: 0; padding-inline: 14px; }
.form-note { color: var(--muted); text-align: center; font-size: .7rem; }

.site-footer { padding: 66px 0 24px; color: rgba(255,255,255,.7); background: #080a0c; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 50px; }
.site-footer__grid > div { display: grid; align-content: start; gap: 8px; }
.site-footer img { width: 145px; }
.site-footer p { max-width: 260px; margin: 7px 0 0; }
.site-footer strong { color: #fff; margin-bottom: 8px; }
.site-footer a:hover { color: var(--gold-light); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

.whatsapp-float { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: var(--green); border-radius: 50%; box-shadow: 0 12px 30px rgba(24,166,105,.35); }
.whatsapp-float svg { display: block; width: 30px; height: 30px; fill: currentColor; }

.age-gate, .product-modal { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 20px; }
.age-gate[hidden], .product-modal[hidden] { display: none; }
.age-gate { background: rgba(5,7,8,.94); backdrop-filter: blur(8px); }
.age-gate__card { display: flex; flex-direction: column; align-items: center; justify-content: center; width: min(92vw, 540px); aspect-ratio: 1; padding: 54px 62px 48px; text-align: center; background: #fff; border: 4px solid #303235; border-radius: 50%; box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.age-gate__emblem { display: grid; place-items: center; width: 106px; height: 106px; margin-bottom: 14px; color: #e9b63e; border: 10px solid currentColor; border-radius: 50%; }
.age-gate__emblem svg { width: 58px; height: 58px; fill: currentColor; }
.age-gate__emblem path:last-child { fill: none; stroke: currentColor; stroke-width: 5; stroke-linecap: round; }
.age-gate__prompt, .age-gate__denied { width: 100%; }
.age-gate__prompt { display: flex; flex-direction: column; align-items: center; }
.age-gate__prompt[hidden], .age-gate__denied[hidden] { display: none; }
.age-gate__denied h2 { margin: 12px 0 14px; font-family: inherit; font-size: clamp(2rem, 4vw, 2.55rem); font-weight: 400; line-height: 1.05; letter-spacing: .015em; text-transform: uppercase; }
.age-gate__denied p { margin: 0; color: var(--muted); font-size: 1rem; }
.age-gate__eyebrow { color: #927016; font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.age-gate h2 { max-width: 390px; margin: 10px 0 8px; font-family: inherit; font-size: clamp(1.9rem, 4vw, 2.45rem); font-weight: 450; line-height: 1.08; letter-spacing: -.035em; }
.age-gate p { max-width: 370px; margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.48; }
.age-gate__actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 14px; margin-top: 24px; }
.age-gate__actions .button { min-height: 46px; gap: 10px; border-radius: 11px; font-size: 1rem; text-transform: uppercase; }
.age-gate__actions .button svg { width: 20px; height: 20px; fill: currentColor; }
.age-gate__actions .button--primary { color: #fff; background: #e9b63e; border-color: #e9b63e; }
.age-gate__actions .button--primary:hover { background: #dca82f; border-color: #dca82f; }
.age-gate__actions .button--ghost { color: #fff; background: #9c999f; border-color: #9c999f; }
.age-gate__actions .button--ghost:hover { color: #fff; background: #858188; border-color: #858188; }
.age-gate small { display: block; max-width: 360px; margin-top: 20px; color: #898989; font-size: .68rem; line-height: 1.45; }
.product-modal__backdrop { position: absolute; inset: 0; background: rgba(6,8,10,.78); backdrop-filter: blur(6px); }
.product-modal__panel { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: min(100%, 820px); overflow: hidden; background: #fff; border-radius: 26px; box-shadow: var(--shadow); }
.product-modal__close { position: absolute; z-index: 3; top: 14px; right: 14px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 1.7rem; cursor: pointer; }
.product-modal__image { display: grid; place-items: center; min-height: 430px; padding: 45px; background: var(--cream); }
.product-modal__image img { max-height: 360px; object-fit: contain; }
.product-modal__content { display: grid; align-content: center; padding: 48px; }
.product-modal__content > small { color: #927016; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-modal__content h3 { margin: 8px 0 24px; font-family: Georgia, serif; font-size: 2.25rem; line-height: 1.05; }
.product-modal dl { display: grid; gap: 10px; margin: 0 0 28px; }
.product-modal dl div { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.product-modal dt { color: var(--muted); }
.product-modal dd { margin: 0; font-weight: 700; text-align: right; }
.modal-quantity { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 18px; }
.modal-quantity > span { color: var(--muted); font-size: .82rem; font-weight: 700; }
.quantity-control { display: flex; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.quantity-control button { width: 36px; height: 36px; border: 0; background: #f4f1eb; font-size: 1.1rem; cursor: pointer; }
.quantity-control input { width: 50px; height: 36px; padding: 0; border: 0; text-align: center; background: #fff; appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { margin: 0; appearance: none; }

.quote-bag-float { position: fixed; z-index: 82; right: 24px; bottom: 94px; display: flex; align-items: center; gap: 8px; min-height: 50px; padding: 0 10px 0 14px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); box-shadow: 0 12px 30px rgba(16,20,24,.28); cursor: pointer; }
.quote-bag-float svg { width: 21px; fill: currentColor; }
.quote-bag-float span { font-size: .76rem; font-weight: 800; }
.quote-bag-float strong { display: grid; place-items: center; min-width: 26px; height: 26px; padding: 0 5px; border-radius: 999px; color: #17130a; background: var(--gold); font-size: .72rem; }
.quote-bag-float.is-updated { animation: bagPulse .38s ease; }
@keyframes bagPulse { 50% { transform: scale(1.08); } }

.quote-drawer { position: fixed; z-index: 600; inset: 0; }
.quote-drawer[hidden] { display: none; }
.quote-drawer__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(6,8,10,.7); backdrop-filter: blur(4px); }
.quote-drawer__panel { position: absolute; inset: 0 0 0 auto; display: flex; width: min(100%, 480px); flex-direction: column; overflow: hidden; background: #fff; box-shadow: -20px 0 60px rgba(0,0,0,.2); }
.quote-drawer header { display: flex; align-items: center; justify-content: space-between; padding: 24px; color: #fff; background: var(--ink); }
.quote-drawer header small { color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.quote-drawer header h2 { margin: 3px 0 0; font: 500 1.8rem/1 Georgia, serif; }
.quote-drawer header button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: transparent; font-size: 1.6rem; }
.quote-drawer__items { flex: 1; overflow-y: auto; }
.quote-bag-item { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 13px; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.quote-bag-item > img { width: 68px; height: 68px; padding: 5px; border-radius: 9px; object-fit: contain; background: var(--cream); }
.quote-bag-item__info { display: grid; gap: 3px; min-width: 0; }
.quote-bag-item__info small { color: #927016; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.quote-bag-item__info strong { overflow: hidden; font-size: .88rem; text-overflow: ellipsis; white-space: nowrap; }
.quote-bag-item__info button { justify-self: start; padding: 0; border: 0; color: #9b3e3e; background: transparent; font-size: .68rem; }
.quote-bag-item .quantity-control button { width: 29px; height: 31px; }
.quote-bag-item .quantity-control input { width: 36px; height: 31px; font-size: .76rem; }
.quote-drawer__empty { display: grid; flex: 1; place-content: center; gap: 7px; padding: 40px; color: var(--muted); text-align: center; }
.quote-drawer__empty[hidden] { display: none; }
.quote-drawer__empty strong { color: var(--ink); font-family: Georgia, serif; font-size: 1.4rem; }
.quote-drawer__form { display: grid; gap: 12px; padding: 20px; border-top: 1px solid var(--line); background: #fbfaf7; }
.quote-drawer__form[hidden] { display: none; }
.quote-drawer__form label { display: grid; gap: 5px; color: #48545a; font-size: .72rem; font-weight: 750; }
.quote-drawer__form input, .quote-drawer__form textarea, .quote-drawer__form select { width: 100%; padding: 10px 11px; border: 1px solid var(--line); border-radius: 9px; background: #fff; resize: vertical; }
.quote-drawer__form > small { color: var(--muted); font-size: .65rem; text-align: center; }
.quote-drawer__actions .button { min-height: 42px; font-size: .7rem; }
.quote-drawer__summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.quote-drawer__summary span { color: var(--muted); font-size: .76rem; }
.quote-drawer__summary strong { font-size: .86rem; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; gap: 50px; }
  .hero__media { min-height: 480px; }
  .hero__media img { border-radius: 180px 180px 24px 24px; }
  .section-heading--split, .about__grid, .contact__grid { grid-template-columns: 1fr; gap: 44px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .site-footer__grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .partners__grid { grid-template-columns: repeat(auto-fit, minmax(126px, 150px)); }
  .site-footer__grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 64px 0; }
  .site-header__inner { min-height: 72px; }
  .brand img { width: 132px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; inset: 72px 14px auto; display: none; align-items: stretch; gap: 4px; padding: 16px; color: var(--ink); background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.button) { color: var(--ink); padding: 10px; }
  .partners { padding-bottom: 52px; }
  .partners__heading h2 { max-width: 310px; font-size: 1.45rem; }
  .partners__grid { grid-template-columns: repeat(auto-fit, minmax(112px, 132px)); gap: 8px; margin-top: 18px; }
  .partner-seal { min-height: 112px; gap: 6px; padding: 9px; border-radius: 12px; }
  .partner-seal img { height: 68px; }
  .hero { padding-top: 110px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero__trust { gap: 18px; justify-content: space-between; }
  .hero__media { min-height: 310px; }
  .hero__badge { left: 12px; bottom: 18px; }
  .quick-benefits__grid { grid-template-columns: repeat(var(--benefit-count, 3), 1fr); }
  .quick-benefits article { display: grid; justify-items: center; gap: 8px; padding: 18px 8px; border-right: 1px solid var(--line); border-bottom: 0; text-align: center; }
  .quick-benefits article:last-child { border-right: 0; }
  .quick-benefits article div { justify-items: center; line-height: 1.25; }
  .quick-benefits article strong { font-size: .76rem; }
  .quick-benefits small { display: none; }
  .section-heading--split { gap: 22px; }
  .budget-builder { align-items: flex-start; flex-wrap: wrap; margin-top: -10px; }
  .budget-builder .button { width: 100%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card__image { height: 138px; padding: 0; }
  .product-card__image img { height: 100%; max-height: none; }
  .product-card__body { min-height: 120px; padding: 15px; }
  .product-card__arrow { display: none; }
  .product-card__add { margin: 0 8px 9px; font-size: .65rem; }
  .product-card__meta { display: grid; gap: 0; }
  .product-card__meta span + span::before { content: none; }
  .about__visual { min-height: 370px; padding: 22px 18px; }
  .about__visual::after { width: 250px; height: 250px; right: -110px; top: 34px; }
  .about__visual img { top: 96px; right: 12px; width: 38%; max-height: 210px; transform: none; }
  .official-partner { top: 18px; left: 18px; max-width: calc(100% - 36px); padding: 9px 11px; }
  .official-partner small { font-size: .56rem; }
  .official-partner strong { font-size: .72rem; line-height: 1.3; }
  .about__number { max-width: 50%; }
  .about__number strong { font-size: 4.25rem; }
  .about__number span { font-size: .76rem; line-height: 1.4; }
  .contact__channels { grid-template-columns: 1fr; }
  .form-row, .quote-form__fields { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .site-footer__grid > div:first-child { grid-column: 1 / -1; }
  .site-footer__grid > div:last-child { grid-column: auto; }
  .product-modal__panel { grid-template-columns: 1fr; max-height: 90vh; overflow-y: auto; }
  .product-modal__image { min-height: 250px; padding: 28px; }
  .product-modal__image img { max-height: 210px; }
  .product-modal__content { padding: 28px; }
  .whatsapp-float {
    z-index: 84;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    width: 54px;
    height: 54px;
  }
  .whatsapp-float svg { width: 29px; height: 29px; }
  .quote-bag-float {
    right: 14px;
    bottom: calc(80px + env(safe-area-inset-bottom, 0px));
    max-width: calc(100vw - 28px);
    min-height: 48px;
  }
}

@media (max-width: 480px) {
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero__trust strong { font-size: .84rem; }
  .hero__trust span { font-size: .66rem; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .age-gate { padding: 16px; }
  .age-gate__card { width: min(100%, 410px); aspect-ratio: auto; padding: 34px 23px 30px; border-width: 2px; border-radius: 30px; }
  .age-gate__emblem { width: 78px; height: 78px; margin-bottom: 12px; border-width: 7px; }
  .age-gate__emblem svg { width: 42px; height: 42px; }
  .age-gate h2 { font-size: 1.85rem; }
  .age-gate p { font-size: .86rem; }
  .age-gate__actions { gap: 9px; margin-top: 20px; }
  .age-gate__actions .button { min-height: 44px; font-size: .88rem; }
  .age-gate small { margin-top: 17px; }
  .quote-form__actions, .quote-drawer__actions { grid-template-columns: 1fr; }
  .site-footer__bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
