
:root {
  --ink: #34122e;
  --purple: #5b184f;
  --purple-deep: #3d1137;
  --berry: #b5316d;
  --pink: #eb7aa8;
  --cream: #fff8ec;
  --paper: #fffdf8;
  --muted: #735f6f;
  --green: #57735d;
  --line: rgba(91, 24, 79, 0.13);
  --shadow: 0 24px 70px rgba(61, 17, 55, 0.14);
}

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.star-icon { fill: currentColor; stroke: none; }
.menu-toggle .icon-close { display: none; }
.menu-toggle.is-open .icon-menu { display: none; }
.menu-toggle.is-open .icon-close { display: block; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: #edb8cf; color: var(--purple-deep); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: white; padding: 12px 18px; border-radius: 12px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 12px 0; background: rgba(255, 253, 248, 0.86); border-bottom: 1px solid rgba(91, 24, 79, 0.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 116px; flex: 0 0 auto; }
.brand img { width: 100%; height: 76px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 750; }
.main-nav > a:not(.nav-order) { position: relative; padding: 10px 0; color: #5f4859; }
.main-nav > a:not(.nav-order)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--berry); transition: right .25s ease; }
.main-nav > a:not(.nav-order):hover::after { right: 0; }
.nav-order { min-height: 46px; display: inline-flex; align-items: center; gap: 9px; padding: 0 18px; border-radius: 999px; color: white; background: var(--purple); box-shadow: 0 10px 28px rgba(91, 24, 79, .22); }
.nav-order svg { width: 17px; transition: transform .2s ease; }
.nav-order:hover svg { transform: translateX(4px); }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: white; background: var(--purple); }

.hero { min-height: 780px; padding-top: 118px; position: relative; overflow: hidden; background: radial-gradient(circle at 78% 24%, rgba(235, 122, 168, .21), transparent 24%), linear-gradient(135deg, #fffaf1 0%, #fff5e5 52%, #f8e7dd 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(91, 24, 79, .16) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.hero-grid { min-height: 630px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 76px; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding: 64px 0 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--berry); font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow svg { width: 17px; height: 17px; }
.hero h1, .section h2, .order-strip h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.hero h1 { max-width: 620px; margin: 24px 0; font-size: clamp(62px, 6.2vw, 94px); line-height: .91; font-weight: 500; }
.hero h1 em { display: block; color: var(--berry); font-family: "Segoe Script", "Brush Script MT", cursive; font-size: .92em; font-weight: 700; line-height: 1.15; transform: rotate(-2deg); }
.hero-lead { max-width: 570px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-size: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-primary { color: white; background: var(--purple); box-shadow: 0 14px 34px rgba(91, 24, 79, .22); }
.button-primary:hover { background: var(--purple-deep); box-shadow: 0 18px 42px rgba(91, 24, 79, .3); }
.button-ghost { color: var(--purple); background: rgba(255,255,255,.58); border: 1px solid rgba(91, 24, 79, .18); }
.button-ghost svg { color: #188c4b; }
.hero-trust { display: flex; gap: 22px; margin-top: 30px; color: #6c5667; font-size: 13px; font-weight: 750; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust svg { width: 16px; color: var(--green); }
.hero-visual { min-height: 570px; position: relative; }
.hero-main-card { position: absolute; left: 54px; top: 35px; width: min(450px, 78%); aspect-ratio: .86; overflow: hidden; border: 10px solid rgba(255,255,255,.8); border-radius: 48% 48% 30px 30px; background: #e6c4d4; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-main-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(48, 9, 42, .58), transparent 46%); }
.hero-main-card > img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-caption { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; color: white; }
.hero-card-caption span { display: block; margin-bottom: 5px; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; opacity: .78; }
.hero-card-caption strong { font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.hero-mini-card { position: absolute; z-index: 3; overflow: hidden; border: 7px solid #fff9ef; border-radius: 50%; box-shadow: 0 18px 46px rgba(61,17,55,.24); }
.hero-mini-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-mini-top { width: 148px; height: 148px; top: 30px; right: -4px; }
.hero-mini-bottom { width: 180px; height: 180px; bottom: 30px; left: -22px; }
.hero-stamp { position: absolute; z-index: 4; right: -6px; bottom: 80px; width: 128px; height: 128px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: white; background: var(--berry); font-family: Georgia, serif; font-size: 13px; line-height: 1.2; box-shadow: 0 18px 40px rgba(181,49,109,.3); transform: rotate(-8deg); }
.hero-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.7); border-radius: inherit; }
.hero-stamp strong { display: block; font-size: 34px; line-height: .9; }
.hero-ornament { position: absolute; border: 1px solid rgba(181,49,109,.18); border-radius: 50%; }
.hero-ornament-one { width: 420px; height: 420px; right: -250px; top: 90px; }
.hero-ornament-two { width: 240px; height: 240px; left: -130px; bottom: 90px; }
.marquee { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; overflow: hidden; padding: 16px 0; color: white; background: var(--purple); transform: rotate(-1deg) scale(1.01); }
.marquee div { width: max-content; font-family: Georgia, serif; font-size: 15px; letter-spacing: .04em; white-space: nowrap; animation: marquee 24s linear infinite; }
.marquee span { margin: 0 24px; color: var(--pink); }
@keyframes marquee { to { transform: translateX(-50%); } }

.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 110px; }
.story-visual { min-height: 550px; position: relative; }
.story-photo { width: 88%; height: 500px; overflow: hidden; border-radius: 220px 220px 32px 32px; box-shadow: var(--shadow); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo::after { content: ""; position: absolute; width: 88%; height: 500px; border: 1px solid var(--pink); border-radius: 220px 220px 32px 32px; left: 22px; top: 22px; z-index: -1; }
.story-note { position: absolute; right: -5px; bottom: 10px; max-width: 255px; padding: 22px 24px; border-radius: 20px; color: white; background: var(--purple); box-shadow: 0 18px 42px rgba(61,17,55,.25); }
.story-note span { display: block; margin-bottom: 6px; color: #edb5ce; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 850; }
.story-note strong { font-family: Georgia, serif; font-size: 19px; line-height: 1.3; font-weight: 500; }
.story-copy h2, .section-heading h2, .faq h2 { margin: 18px 0 25px; font-size: clamp(44px, 4.5vw, 65px); line-height: 1.02; font-weight: 500; }
.story-copy > p { margin: 0 0 16px; color: var(--muted); font-size: 17px; line-height: 1.78; }
.story-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.story-values div { padding-top: 15px; border-top: 1px solid var(--line); }
.story-values strong { display: block; margin-bottom: 8px; color: var(--berry); font-family: Georgia, serif; font-size: 24px; }
.story-values span { color: #675262; font-size: 12px; font-weight: 750; }

.products { background: #f9f0e4; position: relative; }
.products::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 12%, rgba(181,49,109,.08), transparent 22%), radial-gradient(circle at 90% 88%, rgba(91,24,79,.07), transparent 24%); pointer-events: none; }
.products .shell { position: relative; z-index: 1; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading > p { max-width: 355px; margin: 0 0 7px; color: var(--muted); line-height: 1.65; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.product-card { overflow: hidden; display: grid; grid-template-columns: 48% 52%; min-height: 360px; border: 1px solid rgba(91,24,79,.09); border-radius: 24px; background: rgba(255,253,248,.95); box-shadow: 0 14px 40px rgba(61,17,55,.07); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 58px rgba(61,17,55,.14); }
.product-gallery { position: relative; min-height: 360px; overflow: hidden; background: var(--product-tone); }
.product-main-image { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-main-image { transform: scale(1.035); }
.product-number { position: absolute; top: 14px; left: 14px; min-width: 40px; height: 40px; display: grid; place-content: center; border-radius: 50%; color: var(--purple); background: rgba(255,250,242,.9); backdrop-filter: blur(8px); font-family: Georgia, serif; font-size: 13px; }
.product-thumbs { position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; gap: 8px; }
.product-thumbs button { width: 48px; height: 48px; padding: 2px; overflow: hidden; border: 2px solid transparent; border-radius: 12px; background: rgba(255,255,255,.82); cursor: pointer; transition: border .2s ease, transform .2s ease; }
.product-thumbs button:hover { transform: translateY(-2px); }
.product-thumbs button.is-active { border-color: white; box-shadow: 0 0 0 2px var(--berry); }
.product-thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.product-content { padding: 30px 28px 26px; display: flex; flex-direction: column; }
.product-kicker { color: var(--berry); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-content h3 { margin: 10px 0 13px; font-family: Georgia, serif; font-size: 30px; line-height: 1.08; font-weight: 500; letter-spacing: -.025em; }
.product-content p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-price-badge { position: absolute; top: 14px; right: 14px; padding: 7px 14px; border-radius: 999px; color: white; background: var(--berry); box-shadow: 0 10px 22px rgba(181,49,109,.32); font-family: Georgia, serif; font-size: 13px; font-weight: 700; }
.price-options { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.price-options-label { display: block; margin-bottom: 12px; color: #8a7182; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.price-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.price-pill { display: inline-flex; align-items: center; gap: 7px; padding: 9px 14px; border: 1px solid rgba(91,24,79,.16); border-radius: 999px; color: var(--purple); background: rgba(91,24,79,.05); font-size: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.price-pill svg { width: 14px; color: #188c4b; transition: color .2s ease; }
.price-pill span { color: #6c5667; font-weight: 700; }
.price-pill b { color: inherit; font-family: Georgia, serif; font-weight: 700; }
.price-pill:hover, .price-pill:focus-visible { color: white; background: var(--purple); border-color: var(--purple); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(91,24,79,.26); }
.price-pill:hover span, .price-pill:hover b { color: white; }
.price-pill:hover svg { color: #8ce0a9; }
.story-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; color: var(--berry); font-size: 13px; font-weight: 900; }
.story-cta svg { width: 16px; transition: transform .2s ease; }
.story-cta:hover svg { transform: translateX(4px); }

.order-strip { padding: 76px 0; color: white; background: var(--purple); position: relative; overflow: hidden; }
.order-strip::before, .order-strip::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.order-strip::before { width: 430px; height: 430px; left: -190px; top: -230px; }
.order-strip::after { width: 310px; height: 310px; right: -120px; bottom: -210px; }
.order-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; position: relative; z-index: 1; }
.eyebrow-light { color: #f3b5d0; }
.order-strip h2 { margin: 14px 0 10px; font-size: clamp(40px, 4vw, 58px); font-weight: 500; }
.order-strip p { margin: 0; color: #e5ccdc; line-height: 1.6; }
.button-cream { color: var(--purple); background: var(--cream); flex: 0 0 auto; }

.testimonials { background: var(--paper); }
.section-heading-centered { display: block; text-align: center; }
.section-heading-centered h2 { max-width: 780px; margin-inline: auto; }
.section-heading-centered > p { max-width: 600px; margin: 18px auto 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { min-height: 310px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: #fffaf2; }
.testimonial-card:nth-child(2) { transform: translateY(18px); background: var(--purple); color: white; }
.stars { display: flex; gap: 3px; color: #d99335; }
.stars svg { width: 17px; }
.testimonial-card blockquote { margin: 28px 0; font-family: Georgia, serif; font-size: 21px; line-height: 1.52; }
.testimonial-person { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.testimonial-person > span { width: 44px; height: 44px; display: grid; place-content: center; border-radius: 50%; color: white; background: var(--berry); font-family: Georgia, serif; font-size: 18px; }
.testimonial-person strong, .testimonial-person small { display: block; }
.testimonial-person strong { font-size: 13px; }
.testimonial-person small { margin-top: 3px; color: #8e7486; font-size: 11px; }
.testimonial-card:nth-child(2) .testimonial-person small { color: #d8bcd0; }

.faq { padding-top: 60px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.faq h2 { margin-bottom: 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 42px 23px 0; list-style: none; position: relative; font-family: Georgia, serif; font-size: 20px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 20px; color: var(--berry); font-family: Inter, sans-serif; font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 44px 22px 0; color: var(--muted); line-height: 1.7; }

.site-footer { padding: 82px 0 28px; color: #ecdfe8; background: #2c1028; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr 1fr 1fr; gap: 58px; }
.footer-brand img { width: 140px; height: 120px; object-fit: contain; filter: drop-shadow(0 12px 20px rgba(0,0,0,.15)); }
.site-footer h3 { margin: 8px 0 20px; color: white; font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.site-footer p { margin: 0; color: #cbb5c4; font-size: 13px; line-height: 1.7; }
.footer-brand p { max-width: 270px; }
.footer-grid > div > a:not(.footer-whatsapp) { display: block; width: max-content; margin: 0 0 12px; color: #d6c3d0; font-size: 13px; }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #8ce0a9; font-weight: 800; font-size: 13px; }
.footer-whatsapp svg { width: 18px; }
.footer-bottom { margin-top: 62px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #a891a0; font-size: 11px; }
.footer-bottom a { color: #d6c3d0; text-decoration: underline; text-underline-offset: 2px; transition: color .2s ease; }
.footer-bottom a:hover { color: white; }
.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 82px; width: 58px; height: 58px; display: grid; place-content: center; border: 3px solid white; border-radius: 50%; color: white; background: #1ea958; box-shadow: 0 16px 38px rgba(0,0,0,.24); transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp svg { width: 27px; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 20px 44px rgba(0,0,0,.3); }
.scroll-top { position: fixed; z-index: 79; right: 30px; bottom: 22px; width: 42px; height: 42px; display: grid; place-content: center; border: 0; border-radius: 50%; color: white; background: var(--purple); box-shadow: 0 10px 24px rgba(61,17,55,.24); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .25s ease; }
.scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.scroll-top svg { width: 18px; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.nav-order) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero-main-card { left: 30px; width: 80%; }
  .story-grid { gap: 60px; }
  .product-card { grid-template-columns: 46% 54%; }
  .product-content { padding: 26px 22px 22px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 820px) {
  .site-header { padding: 8px 0; }
  .header-inner { min-height: 64px; }
  .brand { width: 98px; }
  .brand img { height: 66px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: fixed; left: 16px; right: 16px; top: 86px; padding: 22px; flex-direction: column; align-items: stretch; gap: 2px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,248,.98); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .25s ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a:not(.nav-order) { display: block; padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .nav-order { margin-top: 12px; justify-content: center; }
  .hero { padding-top: 100px; }
  .hero-grid { grid-template-columns: 1fr; gap: 10px; }
  .hero-copy { padding: 50px 0 8px; text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 560px; width: min(560px, 100%); margin-inline: auto; }
  .hero-main-card { left: 12%; width: 74%; top: 35px; }
  .hero-mini-top { right: 5%; }
  .hero-mini-bottom { left: 2%; }
  .hero-stamp { right: 3%; }
  .section { padding: 90px 0; }
  .story-grid, .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .story-visual { width: min(560px, 100%); margin-inline: auto; }
  .story-copy { text-align: center; }
  .story-values { text-align: left; }
  .section-heading { display: block; text-align: center; }
  .section-heading > p { margin: 18px auto 0; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 390px; grid-template-columns: 48% 52%; }
  .order-strip-inner { display: block; text-align: center; }
  .order-strip .button { margin-top: 26px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 250px; }
  .testimonial-card:nth-child(2) { transform: none; }
  .faq-grid > div:first-child { text-align: center; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; gap: 32px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1180px); }
  .hero h1 { font-size: clamp(52px, 17vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-trust { flex-direction: column; gap: 8px; align-items: center; }
  .hero-visual { min-height: 470px; }
  .hero-main-card { width: 78%; left: 10%; border-width: 7px; border-radius: 46% 46% 24px 24px; }
  .hero-mini-top { width: 105px; height: 105px; right: 1%; }
  .hero-mini-bottom { width: 125px; height: 125px; bottom: 34px; }
  .hero-stamp { width: 100px; height: 100px; right: 0; bottom: 74px; font-size: 10px; }
  .hero-stamp strong { font-size: 27px; }
  .section { padding: 76px 0; }
  .story-visual { min-height: 445px; }
  .story-photo, .story-photo::after { height: 400px; }
  .story-note { right: 0; max-width: 215px; padding: 18px; }
  .story-copy h2, .section-heading h2, .faq h2 { font-size: 40px; }
  .story-values { grid-template-columns: 1fr; gap: 8px; }
  .story-values div { display: flex; align-items: center; gap: 14px; }
  .story-values strong { margin: 0; }
  .product-card { display: block; }
  .product-gallery { min-height: 310px; aspect-ratio: 1 / .92; }
  .product-content { min-height: 280px; }
  .order-strip { padding: 62px 0; }
  .order-strip h2 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 100%; }
  .footer-bottom { gap: 16px; flex-direction: column; }
  .floating-whatsapp { right: 18px; bottom: 74px; width: 54px; height: 54px; }
  .floating-whatsapp svg { width: 25px; }
  .scroll-top { right: 26px; bottom: 18px; }
}

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