@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings,normal); font-variation-settings: var(--default-mono-font-variation-settings,normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
  ::placeholder { color: currentcolor; }
  @supports (color:color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer components;
@layer utilities {
  .visible { visibility: visible; }
  .relative { position: relative; }
  .start { inset-inline-start: var(--spacing); }
  .table { display: table; }
}
:root { --terracotta: #a8431f; --terracotta-dark: #6f2814; --wine: #4d1912; --gold: #c99439; --gold-light: #efcf83; --cream: #fffaf0; --paper: #fffdf8; --ink: #3f251d; --muted: #775d52; --line: #e4c98f; --green: #466846; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background-position-x: ; background-position-y: ; background-size: ; background-repeat: ; background-attachment: ; background-origin: ; background-clip: ; background-color: ; background-image: radial-gradient(circle at 8% 5%, rgba(242, 215, 156, 0.333), rgba(0, 0, 0, 0) 28%), radial-gradient(circle at 92% 22%, rgba(183, 76, 33, 0.19), rgba(0, 0, 0, 0) 24%); margin: 0px; font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.topbar { z-index: 20; backdrop-filter: blur(14px); background: rgba(255, 250, 240, 0.95); border-bottom: 1px solid rgb(217, 182, 107); justify-content: space-between; align-items: center; gap: 24px; height: 86px; padding: 0px max(5vw, 20px); display: flex; position: sticky; top: 0px; box-shadow: rgba(93, 38, 19, 0.082) 0px 8px 28px; }
.brand-signature { text-align: center; flex-direction: column; padding: 3px 21px 5px; display: flex; position: relative; }
.brand-signature::before, .brand-signature::after { content: ""; background: linear-gradient(90deg,transparent,var(--gold),transparent); height: 1px; position: absolute; left: 0px; right: 0px; }
.brand-signature::before { top: 0px; }
.brand-signature::after { bottom: 0px; }
.brand-signature b { color: var(--terracotta-dark); letter-spacing: 0.025em; font: 700 24px / 1.05 Georgia, "Times New Roman", serif; }
.brand-signature small { color: rgb(154, 91, 47); letter-spacing: 0.24em; text-transform: uppercase; margin-top: 6px; font-size: 8px; font-weight: 800; }
nav { align-items: center; gap: 28px; font-size: 13px; font-weight: 700; display: flex; }
nav a { transition: 0.2s; }
nav a:hover { color: var(--terracotta); }
.cart-button { color: rgb(255, 249, 232); background: var(--wine); cursor: pointer; border: 1px solid rgb(211, 163, 79); border-radius: 999px; align-items: center; gap: 8px; padding: 11px 15px; display: flex; box-shadow: rgba(76, 27, 18, 0.19) 0px 7px 18px; }
.cart-button b, .floating-cart b { background: var(--terracotta); border-radius: 50%; place-items: center; min-width: 22px; height: 22px; font-size: 11px; display: grid; }
.hero { background: linear-gradient(120deg, rgb(255, 250, 240) 0%, rgb(246, 223, 175) 56%, rgb(173, 72, 31) 56.2%, rgb(107, 37, 20) 100%); border-bottom: 4px double rgb(214, 166, 78); grid-template-columns: 1fr 0.9fr; align-items: center; gap: 7vw; min-height: 670px; padding: 76px max(7vw, 28px); display: grid; position: relative; overflow: hidden; }
.hero::after { content: ""; pointer-events: none; border: 1px solid rgba(225, 188, 111, 0.5); position: absolute; inset: 18px; }
.hero-copy { z-index: 2; position: relative; }
.eyebrow { color: rgb(157, 69, 30); letter-spacing: 0.22em; text-transform: uppercase; margin: 0px 0px 15px; font-size: 10px; font-weight: 900; }
.gothic-title { margin: 0px; font-family: Georgia, "Times New Roman", serif; line-height: 0.87; }
.gothic-title span { letter-spacing: -0.055em; color: rgb(150, 56, 23); text-shadow: rgb(255, 226, 163) 0px 2px; font-size: clamp(58px, 7vw, 98px); font-style: italic; font-weight: 500; display: block; }
.gothic-title small { color: rgb(113, 48, 28); letter-spacing: 0.3em; text-transform: uppercase; margin-top: 22px; font: 800 clamp(12px, 1.3vw, 17px) / 1 Arial, sans-serif; display: block; }
.hero-slogan { color: rgb(80, 32, 23); margin: 30px 0px 0px; font: 600 clamp(26px, 3vw, 42px) / 1.1 Georgia, serif; }
.hero-slogan em { color: var(--terracotta); font-weight: 400; }
.hero-text { color: rgb(115, 85, 72); max-width: 590px; margin: 22px 0px 28px; font-size: 17px; line-height: 1.7; }
.hero-actions { flex-wrap: wrap; gap: 12px; display: flex; }
.primary, .secondary { border-radius: 999px; justify-content: center; align-items: center; min-height: 50px; padding: 0px 22px; font-size: 13px; font-weight: 800; display: inline-flex; }
.primary { color: rgb(255, 255, 255); background: linear-gradient(135deg, rgb(182, 73, 32), rgb(113, 37, 20)); border: 1px solid rgb(223, 168, 78); box-shadow: rgba(106, 40, 21, 0.17) 0px 10px 24px; }
.primary span { margin-left: 16px; }
.secondary { color: rgb(110, 43, 23); background: rgb(255, 247, 229); border: 1px solid rgb(201, 154, 72); }
.trust-row { color: rgb(109, 57, 40); flex-wrap: wrap; gap: 18px; margin-top: 28px; font-size: 11px; font-weight: 700; display: flex; }
.hero-visual { place-items: center; height: 510px; display: grid; position: relative; }
.hero-visual::before { content: ""; background: radial-gradient(circle, rgb(242, 210, 127) 0px, rgb(242, 210, 127) 61%, rgb(127, 42, 20) 61.5%, rgb(127, 42, 20) 63%, rgb(237, 197, 109) 63.5%, rgb(237, 197, 109) 65%, rgba(0, 0, 0, 0) 65.5%); border-radius: 50%; width: 440px; height: 440px; position: absolute; }
.logo-frame { aspect-ratio: 1 / 1; z-index: 2; background: linear-gradient(145deg, rgb(244, 215, 126), rgb(143, 50, 24), rgb(242, 206, 114)); border-radius: 50%; width: min(420px, 88%); padding: 8px; position: relative; overflow: hidden; box-shadow: rgba(53, 17, 13, 0.44) 0px 28px 60px; }
.logo-frame img { object-fit: contain; border-radius: 50%; width: 100%; height: 100%; display: block; }
.hero-card { z-index: 3; color: rgb(102, 39, 22); background: rgb(255, 247, 223); border: 1px solid rgb(212, 164, 78); border-radius: 10px; grid-template-columns: auto auto; column-gap: 9px; padding: 14px 18px; display: grid; position: absolute; bottom: 4%; right: 0px; box-shadow: rgba(60, 21, 12, 0.27) 0px 14px 30px; }
.hero-card span { grid-row: 1 / 3; font-size: 25px; }
.hero-card b { font-size: 13px; }
.hero-card small { color: var(--muted); font-size: 10px; }
.catalog { max-width: 1240px; margin: auto; padding: 90px 28px; }
.section-head { justify-content: space-between; align-items: end; gap: 24px; display: flex; }
.catalog .section-head { background: var(--wine); border: 1px solid rgba(201, 148, 57, 0.72); border-radius: 14px; padding: 20px 24px; box-shadow: rgba(77, 25, 18, 0.18) 0 10px 28px; }
.section-head h2, .how h2 { color: var(--wine); margin: 0px; font: 500 clamp(35px, 4vw, 51px) / 1 Georgia, serif; }
.catalog .section-head h2,
.catalog .section-head .eyebrow { color: #fff !important; }
.catalog .section-head h2 { font-weight: 600; text-shadow: 0 2px 5px rgba(59, 19, 14, 0.65); }
.search { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 999px; align-items: center; gap: 8px; width: 310px; height: 48px; padding: 0px 15px; display: flex; box-shadow: rgba(107, 40, 16, 0.05) 0px 6px 18px; }
.search span { color: rgb(148, 100, 58); font-size: 22px; }
.search input { width: 100%; color: var(--ink); background: 0px 0px; border: 0px; outline: 0px; }
.filters { gap: 12px; margin: 30px 0px 38px; padding: 5px 0px; display: flex; flex-wrap: wrap; }
.filters button { white-space: nowrap; color: rgb(91, 43, 27); cursor: pointer; background: rgb(255, 250, 238); border: 2px solid rgb(190, 137, 66); border-radius: 999px; min-height: 46px; padding: 11px 23px; font-size: 13px; font-weight: 900; letter-spacing: 0.055em; transition: transform 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s; box-shadow: rgba(107, 40, 16, 0.09) 0px 5px 14px; }
.filters button:hover, .filters button:focus-visible { color: rgb(255, 255, 255); background: rgb(141, 56, 29); outline: 3px solid rgba(201, 148, 57, 0.34); outline-offset: 2px; transform: translateY(-2px); }
.filters button.active { color: rgb(255, 255, 255); background: var(--terracotta-dark); border-color: rgb(211, 161, 75); box-shadow: rgba(79, 25, 15, 0.25) 0px 8px 20px; }
.products { grid-template-columns: repeat(4, 1fr); gap: 22px; display: grid; }
.product { background: var(--paper); border: 1px solid rgb(217, 183, 110); border-radius: 16px; transition: 0.22s; overflow: hidden; box-shadow: rgba(102, 48, 25, 0.07) 0px 10px 28px; }
.product:hover { transform: translateY(-5px); box-shadow: rgba(102, 48, 25, 0.14) 0px 18px 38px; }
.product-art { border-bottom: 1px solid rgb(225, 197, 137); place-items: center; height: 210px; display: grid; position: relative; overflow: hidden; }
.product-art::before { content: ""; background: rgba(255, 244, 213, 0.17); border: 1px solid rgba(255, 241, 201, 0.627); border-radius: 50%; width: 135px; height: 135px; position: absolute; }
.pink { background: linear-gradient(145deg, rgb(217, 131, 114), rgb(168, 63, 43)); }
.blue { background: linear-gradient(145deg, rgb(140, 188, 192), rgb(77, 130, 137)); }
.lilac { background: linear-gradient(145deg, rgb(183, 145, 194), rgb(118, 92, 130)); }
.yellow { background: linear-gradient(145deg, rgb(241, 205, 120), rgb(194, 138, 44)); }
.rainbow { background: linear-gradient(135deg, rgb(199, 117, 91), rgb(210, 172, 98), rgb(120, 164, 160)); }
.mint { background: linear-gradient(145deg, rgb(162, 203, 183), rgb(87, 139, 119)); }
.peach { background: linear-gradient(145deg, rgb(233, 164, 126), rgb(188, 96, 61)); }
.product-icon { filter: drop-shadow(rgba(48, 16, 13, 0.333) 0px 12px 12px); font-size: 75px; position: relative; }
.tag { z-index: 2; color: rgb(107, 50, 27); letter-spacing: 0.1em; text-transform: uppercase; background: rgb(255, 243, 206); border: 1px solid rgb(212, 164, 85); border-radius: 999px; padding: 6px 9px; font-size: 8px; font-weight: 900; position: absolute; top: 14px; left: 14px; }
.spark { color: rgb(255, 228, 154); font-size: 21px; position: absolute; }
.s1 { top: 27%; left: 20%; }
.s2 { bottom: 23%; right: 19%; }
.product-info { padding: 19px; }
.category { color: rgb(163, 74, 34); letter-spacing: 0.17em; text-transform: uppercase; font-size: 8px; font-weight: 900; }
.product h3 { color: rgb(78, 33, 23); margin: 7px 0px 6px; font: 600 18px / 1.2 Georgia, serif; }
.product p { height: 40px; color: var(--muted); margin: 0px; font-size: 11px; line-height: 1.55; }
.product-bottom { justify-content: space-between; align-items: center; gap: 8px; margin-top: 18px; display: flex; }
.product-bottom strong { color: rgb(111, 42, 23); font-size: 16px; }
.product-bottom button { color: rgb(113, 48, 26); cursor: pointer; background: rgb(255, 243, 214); border: 1px solid rgb(210, 162, 87); border-radius: 999px; padding: 9px 11px; font-size: 10px; font-weight: 900; }
.product-bottom button.added { color: rgb(255, 255, 255); background: var(--green); border-color: rgb(99, 130, 97); }
.empty { text-align: center; color: var(--muted); border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 14px; padding: 65px; }
.how { color: rgb(255, 244, 214); background: linear-gradient(135deg, rgb(123, 42, 23), rgb(66, 21, 15)); padding: 84px max(7vw, 28px); position: relative; }
.how-title { text-align: center; }
.how .eyebrow,
.how h2,
.how .shipping-note { color: #fff !important; }
.steps { grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 920px; margin: 42px auto 24px; display: grid; }
.steps > div { text-align: center; color: var(--ink); background: rgb(255, 248, 232); border: 1px solid rgb(213, 167, 85); border-radius: 14px; padding: 28px; position: relative; }
.steps b { color: rgb(183, 92, 42); font-size: 15px; position: absolute; top: 15px; left: 17px; }
.steps span { font-size: 39px; }
.steps h3 { color: rgb(107, 40, 23); margin: 14px 0px 6px; font: 600 20px Georgia, serif; }
.steps p { color: var(--muted); margin: 0px; font-size: 12px; line-height: 1.5; }
.shipping-note { text-align: center; color: #fff; font-size: 12px; font-weight: 700; }
footer { color: #fff; border-top: 3px double var(--gold); background: rgb(54, 17, 13); grid-template-columns: 2fr 1fr 1fr; gap: 34px; padding: 46px max(6vw, 24px) 24px; display: grid; }
footer b,
footer p,
footer small,
footer a,
.footer-whatsapp,
.footer-whatsapp span { color: #fff !important; }
.footer-brand { align-items: center; gap: 15px; display: flex; }
.footer-brand img { object-fit: contain; background: rgb(116, 39, 19); border: 2px solid rgb(212, 164, 79); border-radius: 12px; width: 76px; height: 76px; }
.footer-brand b { color: #fff; font: 600 23px Georgia, serif; }
.footer-brand p, footer p { color: #fff; margin: 5px 0px; font-size: 11px; line-height: 1.6; }
footer small { color: #fff; letter-spacing: 0.16em; margin-bottom: 10px; font-size: 8px; font-weight: 900; display: block; }
footer a { color: #fff; margin: 7px 0px; font-size: 12px; display: block; }
.copyright { border-top: 1px solid rgba(209, 170, 83, 0.19); grid-column: 1 / -1; padding-top: 18px; }
.floating-cart { grid-column: 1 / -1; justify-self: center; z-index: 1; border: 2px solid var(--gold); color: rgb(78, 33, 24); background: rgb(242, 223, 185); cursor: pointer; border-radius: 999px; align-items: center; justify-content: center; gap: 9px; min-width: 190px; padding: 13px 20px; font-size: 12px; font-weight: 900; display: flex; position: static; box-shadow: rgba(53, 19, 11, 0.24) 0px 8px 20px; }
.floating-cart:hover { background: rgb(255, 240, 205); transform: translateY(-1px); }
.floating-cart:focus-visible { outline: 3px solid rgb(255, 255, 255); outline-offset: 3px; }
.overlay { z-index: 50; backdrop-filter: blur(5px); background: rgba(43, 16, 11, 0.733); justify-content: flex-end; display: flex; position: fixed; inset: 0px; }
.drawer { border-left: 2px solid var(--gold); background: rgb(255, 248, 232); flex-direction: column; width: min(430px, 100%); height: 100%; padding: 28px; animation: 0.25s ease 0s 1 normal none running slide; display: flex; box-shadow: rgba(22, 14, 10, 0.44) -20px 0px 50px; }
@keyframes slide { 
  0% { transform: translate(100%); }
}
.drawer-head { border-bottom: 1px solid var(--line); justify-content: space-between; align-items: center; padding-bottom: 18px; display: flex; }
.drawer-head small { color: rgb(161, 72, 33); letter-spacing: 0.17em; font-size: 8px; font-weight: 900; }
.drawer-head h2 { color: var(--wine); margin: 4px 0px 0px; font: 500 31px Georgia, serif; }
.drawer-head button, .cart-item > button { color: rgb(110, 67, 45); cursor: pointer; background: rgb(242, 223, 185); border: 1px solid rgb(210, 171, 101); border-radius: 50%; width: 35px; height: 35px; font-size: 23px; }
.cart-list { flex: 1 1 0%; padding: 18px 0px; overflow: auto; }
.cart-item { align-items: center; gap: 13px; padding: 10px 0px; display: flex; }
.mini { border-radius: 10px; place-items: center; width: 54px; height: 54px; font-size: 26px; display: grid; }
.cart-item div { flex-direction: column; flex: 1 1 0%; gap: 4px; display: flex; }
.cart-item b { color: rgb(78, 33, 24); font-size: 12px; }
.cart-item small { color: var(--muted); font-size: 11px; }
.cart-item > button { width: 28px; height: 28px; font-size: 17px; }
.checkout { border-top: 1px solid var(--line); padding-top: 19px; }
.checkout > div { justify-content: space-between; align-items: center; display: flex; }
.checkout span { color: var(--muted); font-size: 12px; }
.checkout strong { color: rgb(109, 40, 21); font-size: 23px; }
.checkout > button { color: rgb(255, 255, 255); background: var(--green); cursor: pointer; border: 1px solid rgb(102, 130, 103); border-radius: 999px; width: 100%; margin: 17px 0px 9px; padding: 14px; font-weight: 900; }
.checkout > small { text-align: center; color: rgb(125, 108, 93); font-size: 9px; display: block; }
.empty-cart { text-align: center; margin: auto; }
.empty-cart span { font-size: 68px; }
.empty-cart p { color: var(--muted); }
.empty-cart button { border: 1px solid var(--gold); color: rgb(255, 255, 255); background: var(--wine); border-radius: 999px; padding: 11px 17px; }
@media (width <= 1000px) {
  .products { grid-template-columns: repeat(3, 1fr); }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-visual { transform: scale(0.86); }
}
@media (width <= 760px) {
  .topbar { height: 76px; }
  .brand-signature { padding-left: 10px; padding-right: 10px; }
  .brand-signature b { font-size: 18px; }
  .brand-signature small { font-size: 6px; }
  nav > a { display: none; }
  .hero { text-align: center; background: linear-gradient(160deg, rgb(255, 250, 240) 0%, rgb(243, 216, 157) 59%, rgb(138, 48, 24) 59.2%); grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { flex-direction: column; align-items: center; display: flex; }
  .hero-visual { height: 390px; margin-top: 25px; transform: none; }
  .hero-visual::before { width: 350px; height: 350px; }
  .logo-frame { width: 330px; }
  .trust-row { justify-content: center; }
  .section-head { flex-direction: column; align-items: stretch; }
  .search { width: 100%; }
  .products { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .how { padding-top: 65px; padding-bottom: 65px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (width <= 500px) {
  .topbar { padding: 0px 12px; }
  .cart-button span { display: none; }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero::after { inset: 9px; }
  .gothic-title span { font-size: 16vw; }
  .gothic-title small { letter-spacing: 0.22em; font-size: 10px; }
  .hero-text { font-size: 14px; }
  .hero-actions { flex-direction: column; width: 100%; }
  .primary, .secondary { width: 100%; }
  .hero-visual { height: 315px; }
  .hero-visual::before { width: 275px; height: 275px; }
  .logo-frame { width: 260px; }
  .hero-card { bottom: -3%; right: -2%; }
  .catalog { padding: 62px 14px; }
  .filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .filters button { width: 100%; min-height: 44px; padding: 9px 8px; font-size: 11px; }
  .filters button:first-child { grid-column: 1 / -1; }
  .products { gap: 11px; }
  .product-art { height: 150px; }
  .product-icon { font-size: 56px; }
  .product-info { padding: 13px; }
  .product h3 { font-size: 15px; }
  .product p { font-size: 9px; }
  .product-bottom { flex-direction: column; align-items: flex-start; }
  .product-bottom button { width: 100%; }
  .product-bottom strong { font-size: 14px; }
  footer { grid-template-columns: 1fr; }
  .footer-brand, .copyright { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product, .drawer { transition: none; animation: auto ease 0s 1 normal none running none; }
}
.hero { grid-template-columns: 1.15fr 0.85fr; min-height: 640px; transition: background 0.5s; }
.banner-general { background: linear-gradient(120deg, rgb(255, 250, 240) 0%, rgb(244, 219, 171) 61%, rgb(141, 49, 26) 61.2%, rgb(84, 26, 17)); }
.banner-trendy { background: linear-gradient(120deg, rgb(255, 247, 244) 0%, rgb(234, 211, 217) 61%, rgb(126, 56, 88) 61.2%, rgb(65, 29, 50)); }
.banner-kids { background: linear-gradient(120deg, rgb(255, 250, 240) 0%, rgb(228, 217, 183) 61%, rgb(49, 92, 87) 61.2%, rgb(24, 57, 52)); }
.hero-copy { animation: 0.45s ease 0s 1 normal none running fadeUp; }
.hero h1 { color: rgb(107, 40, 23); letter-spacing: -0.045em; text-wrap: balance; max-width: 760px; margin: 0px; font: 500 clamp(50px, 6.4vw, 88px) / 0.94 Georgia, "Times New Roman", serif; }
.banner-art { z-index: 2; place-items: center; height: 430px; display: grid; position: relative; }
.banner-art::before, .banner-art::after { content: ""; border-radius: 50%; position: absolute; }
.banner-art::before { background: radial-gradient(circle, rgb(255, 243, 201) 0px, rgb(255, 243, 201) 45%, rgb(222, 179, 91) 45.5%, rgb(222, 179, 91) 47%, rgb(117, 48, 30) 47.5%, rgb(117, 48, 30) 61%, rgb(239, 203, 119) 61.5%, rgb(239, 203, 119) 62%, rgba(0, 0, 0, 0) 62.5%); width: 390px; height: 390px; box-shadow: rgba(36, 12, 9, 0.36) 0px 28px 60px; }
.banner-art::after { border: 1px solid rgba(255, 231, 167, 0.667); width: 250px; height: 250px; transform: rotate(45deg); }
.banner-art > span { z-index: 2; filter: drop-shadow(rgba(34, 11, 8, 0.46) 0px 20px 16px); font-size: 130px; position: relative; }
.banner-art i { z-index: 3; color: rgb(255, 231, 161); font-size: 42px; font-style: normal; position: absolute; }
.banner-art i:nth-child(2) { top: 20%; right: 18%; }
.banner-art i:nth-child(3) { bottom: 18%; left: 16%; }
.banner-dots { z-index: 4; gap: 9px; display: flex; position: absolute; bottom: 25px; left: 50%; transform: translate(-50%); }
.banner-dots button { cursor: pointer; background: rgb(255, 244, 208); border: 1px solid rgb(142, 77, 44); border-radius: 50%; width: 10px; height: 10px; padding: 0px; transition: 0.2s; }
.banner-dots button.active { background: rgb(155, 62, 32); border-radius: 99px; width: 30px; }
@keyframes fadeUp { 
  0% { opacity: 0; transform: translateY(15px); }
}
.about { background: linear-gradient(90deg, rgba(142, 53, 27, 0.043) 1px, rgba(0, 0, 0, 0) 1px) 0px 0px / 34px 34px repeat scroll padding-box border-box, linear-gradient(rgba(142, 53, 27, 0.043) 1px, rgba(0, 0, 0, 0) 1px) rgb(243, 223, 184); border-block: 1px solid rgb(218, 184, 110); grid-template-columns: 0.7fr 1.3fr; align-items: center; gap: 7vw; padding: 90px max(7vw, 28px); display: grid; }
.about h2, .faq h2 { color: var(--wine); margin: 0px 0px 25px; font: 500 clamp(37px, 4.5vw, 58px) / 1 Georgia, serif; }
.about-copy { max-width: 780px; }
.about-copy > p:not(.eyebrow) { color: rgb(101, 72, 61); font-size: 15px; line-height: 1.85; }
.about-copy strong { color: rgb(112, 43, 25); }
.about-mark { color: #fff; filter: drop-shadow(rgba(100, 33, 15, 0.208) 0px 22px 24px); background: radial-gradient(circle, rgb(165, 72, 39) 0 75%, rgb(117, 40, 22) 75.5% 94%, rgb(210, 164, 77) 94.5% 97%, rgb(117, 40, 22) 97.5% 100%); border: 3px solid rgb(210, 164, 77); border-radius: 50%; box-sizing: border-box; flex: 0 0 auto; flex-direction: column; justify-content: center; align-items: center; width: min(100%, 390px); aspect-ratio: 1 / 1; height: auto; min-width: 0; min-height: 0; margin-inline: auto; padding: 12%; display: flex; position: relative; overflow: visible; }
.about-mark span,
.about-mark small { color: #fff !important; }
.about-mark::before, .about-mark::after { content: "✦"; color: rgb(188, 128, 48); font-size: 32px; position: absolute; }
.about-mark::before { top: 10%; left: 13%; }
.about-mark::after { bottom: 10%; right: 13%; }
.about-mark span { text-shadow: rgb(91, 29, 17) 0px 3px; font: italic 700 clamp(72px, 9vw, 126px) / 1 Georgia, serif; }
.about-mark small { text-align: center; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 8px; font-size: clamp(9px, 1.15vw, 14px); line-height: 1.45; font-weight: 800; }

.footer-whatsapp { color: #fff; font-weight: 800; }
.footer-whatsapp span { color: #fff; font-weight: 600; }
.footer-qr { grid-column: 1 / -1; background: rgba(255, 250, 240, 0.08); border: 1px solid rgba(212, 164, 79, 0.45); border-radius: 16px; align-items: center; gap: 16px; margin: 4px 0 0; padding: 14px 16px; display: flex; }
.footer-qr img { background: rgb(255, 250, 240); border: 3px solid rgb(212, 164, 79); border-radius: 10px; box-sizing: border-box; width: 100px; height: 100px; padding: 5px; object-fit: contain; object-position: center; display: block; flex: 0 0 100px; overflow: visible; }
.footer-qr small { color: #fff; letter-spacing: 0.14em; font-size: 13px; font-weight: 900; }
.footer-qr p { color: #fff; max-width: 390px; margin: 8px 0 0; font-size: 15px; line-height: 1.5; font-weight: 600; }
.text-link { color: rgb(124, 45, 24); border-bottom: 1px solid rgb(178, 118, 53); margin-top: 17px; padding-bottom: 6px; font-size: 12px; font-weight: 900; display: inline-flex; }
.text-link span { margin-left: 20px; }
.faq { background: rgb(255, 250, 240); grid-template-columns: 0.8fr 1.2fr; gap: 7vw; padding: 90px max(7vw, 28px); display: grid; }
.faq-intro > p:not(.eyebrow) { max-width: 440px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-intro > a { color: rgb(133, 47, 25); margin-top: 14px; font-size: 12px; font-weight: 900; display: inline-block; }
.faq-list { border-top: 1px solid rgb(214, 179, 106); }
.faq details { border-bottom: 1px solid rgb(214, 179, 106); }
.faq summary { color: rgb(92, 36, 24); cursor: pointer; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 4px; font: 600 18px Georgia, serif; list-style: none; display: flex; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font: 300 28px Arial; transition: 0.2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { color: rgb(114, 88, 77); margin: 0px; padding: 0px 50px 24px 4px; font-size: 13px; line-height: 1.7; }
@media (width <= 1100px) {
  nav { gap: 16px; }
  nav a { font-size: 11px; }
  .hero h1 { font-size: clamp(46px, 6vw, 68px); }
}
@media (width <= 760px) {
  .hero { grid-template-columns: 1fr; min-height: 760px; padding-top: 55px; }
  .banner-general { background: linear-gradient(160deg, rgb(255, 250, 240) 0%, rgb(243, 216, 157) 62%, rgb(118, 39, 22) 62.2%); }
  .banner-trendy { background: linear-gradient(160deg, rgb(255, 247, 244) 0%, rgb(234, 211, 217) 62%, rgb(92, 41, 66) 62.2%); }
  .banner-kids { background: linear-gradient(160deg, rgb(255, 250, 240) 0%, rgb(228, 217, 183) 62%, rgb(36, 73, 67) 62.2%); }
  .banner-art { height: 310px; }
  .banner-art::before { width: 285px; height: 285px; }
  .banner-art::after { width: 180px; height: 180px; }
  .banner-art > span { font-size: 95px; }
  .about, .faq { grid-template-columns: 1fr; }
  .about-mark { width: min(100%, 300px); min-height: 0; }
  .about-copy { text-align: left; }
  .faq { gap: 36px; }
}
@media (width <= 500px) {
  .hero { min-height: 710px; }
  .hero h1 { font-size: 13vw; }
  .hero-text { font-size: 15px; }
  .banner-art { height: 245px; }
  .banner-art::before { width: 225px; height: 225px; }
  .banner-art::after { width: 140px; height: 140px; }
  .banner-art > span { font-size: 76px; }
  .about, .faq { padding: 62px 20px; }
  .about-mark { width: min(100%, 245px); min-height: 0; }
  .about h2, .faq h2 { font-size: 38px; }
  .faq summary { font-size: 16px; }
  .footer-qr { flex-direction: column; text-align: center; gap: 14px; padding: 18px 14px; }
  .footer-qr img { width: 112px; height: 112px; flex-basis: 112px; }
  .footer-qr small { font-size: 13px; }
  .footer-qr p { max-width: 300px; margin-inline: auto; font-size: 15px; }
}

/* Mejoras funcionales conservando la identidad visual original */
.nav-links { display:flex; align-items:center; gap:28px; }
.menu-toggle { display:none; color:var(--wine); cursor:pointer; font-size:25px; }
.banner-arrow { position:absolute; z-index:5; top:50%; width:44px; height:44px; border:1px solid rgba(201,148,57,.8); border-radius:50%; color:#fff; background:rgba(77,25,18,.72); cursor:pointer; font-size:30px; line-height:1; }
.banner-prev { left:18px; }
.banner-next { right:18px; }
.banner-arrow:focus-visible { outline:3px solid #fff; outline-offset:3px; }
.stock { display:block; min-height:18px; margin-top:8px; color:var(--terracotta-dark); font-size:9px; font-weight:800; }
.product-bottom > div { display:flex; flex-direction:column; gap:2px; }
.product-bottom del { color:var(--muted); font-size:10px; }
.product-bottom button:disabled { opacity:.55; cursor:not-allowed; }
.quantity { display:inline-flex; align-items:center; gap:9px; margin-top:5px; }
.quantity button { width:26px; height:26px; border:1px solid var(--line); border-radius:50%; color:var(--wine); background:#fff8e8; cursor:pointer; font-weight:900; }
.quantity button:disabled { opacity:.35; cursor:not-allowed; }
.checkout .clear-cart { color:var(--wine); background:transparent; border:1px solid var(--gold); margin-top:0; }

@media (width <= 760px) {
  .menu-toggle { display:block; }
  .nav-links { display:none; position:absolute; top:76px; left:0; right:0; flex-direction:column; align-items:stretch; gap:0; padding:10px 18px 18px; background:rgba(255,250,240,.98); border-bottom:1px solid var(--line); box-shadow:0 14px 25px rgba(77,25,18,.13); }
  .nav-links.open { display:flex; }
  .nav-links a { padding:13px 10px; border-bottom:1px solid rgba(201,148,57,.25); font-size:13px; }
}

@media (width <= 500px) {
  .banner-arrow { top:auto; bottom:19px; }
}
