*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, p, dl, dd { margin: 0; }
img, svg, iframe { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

:root {
  --ink: #173e2a;
  --ink-deep: #0d2d1d;
  --sage: #cfd8aa;
  --sage-soft: #e8edd0;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --gold: #b99558;
  --line: rgb(23 62 42 / 17%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='5' fill='%23173e2a'/%3E%3Ccircle cx='8' cy='8' r='2' fill='%23cfd8aa'/%3E%3C/svg%3E") 8 8, auto;
}
a { color: inherit; text-decoration: none; }
a, button, summary { cursor: pointer; -webkit-tap-highlight-color: transparent; }
::selection { background: var(--sage); color: var(--ink-deep); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 94px;
  padding: 0 clamp(24px, 4vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgb(247 242 232 / 92%);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 12px; }
.brand img { width: 52px; height: 52px; object-fit: cover; border: 1px solid rgb(23 62 42 / 20%); border-radius: 50%; }
.brand span { display: flex; flex-direction: column; gap: 3px; }
.brand strong { font: 500 18px Georgia, "Times New Roman", serif; letter-spacing: .02em; }
.brand small { color: rgb(23 62 42 / 65%); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; bottom: -8px; left: 0; width: 100%; height: 1px; content: ""; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .22s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; justify-self: end; gap: 14px; padding: 13px 18px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: all .18s; }
.header-cta:hover { background: var(--ink); color: var(--paper); }
.mobile-nav { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  min-height: 760px;
  padding: 150px clamp(24px, 6vw, 100px) 74px;
  overflow: hidden;
}
.hero::before { position: absolute; top: 220px; left: -300px; width: 500px; height: 500px; content: ""; border: 1px solid var(--line); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 710px; padding-bottom: 22px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.lotus-mark { position: relative; display: inline-flex; align-items: flex-end; justify-content: center; width: 28px; height: 20px; }
.lotus-mark span { position: absolute; width: 14px; height: 14px; border: 1px solid; border-radius: 100% 0; transform: rotate(45deg); }
.lotus-mark span:first-child { left: 2px; transform: rotate(18deg); }
.lotus-mark span:last-child { right: 2px; transform: rotate(72deg); }
.lotus-mark--small { transform: scale(.72); }
.hero h1 { max-width: 780px; margin: 0; font: 400 clamp(62px, 7.2vw, 112px)/.86 Georgia, "Times New Roman", serif; letter-spacing: -.064em; }
.hero h1 em { display: block; margin-left: clamp(30px, 6vw, 94px); color: var(--gold); font-weight: 400; white-space: nowrap; }
.hero-text { max-width: 500px; margin: 36px 0 32px; color: rgb(23 62 42 / 72%); font: 19px/1.55 Georgia, "Times New Roman", serif; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: transform .18s, background .18s, box-shadow .18s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgb(13 45 29 / 14%); }
.button--primary { background: var(--ink); color: var(--paper); }
.button--primary:hover { background: var(--ink-deep); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid; font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.text-link span { display: inline-block; margin-left: 8px; }
.rating-row { display: flex; align-items: center; gap: 14px; max-width: 295px; margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--line); }
.rating-score { font: 30px Georgia, "Times New Roman", serif; }
.stars { color: var(--gold); font-size: 13px; letter-spacing: .1em; }
.rating-row p { margin: 5px 0 0; color: rgb(23 62 42 / 63%); font-size: 10px; font-weight: 700; letter-spacing: .06em; }

.hero-art { position: relative; place-self: center end; width: min(42vw, 560px); max-width: 560px; height: 570px; overflow: hidden; border-radius: 260px 260px 32px 32px; background: radial-gradient(circle at 50% 44%, rgb(255 255 255 / 83%), transparent 49%), var(--sage); }
.hero-art::before, .hero-art::after { position: absolute; top: 48%; left: 50%; width: 480px; height: 480px; content: ""; border: 1px solid rgb(23 62 42 / 17%); border-radius: 50%; transform: translate(-50%, -50%); }
.hero-art::after { width: 400px; height: 400px; }
.hero-ring { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.hero-ring img { width: min(58%, 318px); height: min(58%, 318px); object-fit: cover; border: 8px solid rgb(255 253 248 / 68%); border-radius: 50%; box-shadow: 0 24px 70px rgb(13 45 29 / 14%); transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.hero-art:hover .hero-ring img { transform: scale(1.025) rotate(1deg); }
.ring-copy { position: absolute; left: 50%; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .24em; white-space: nowrap; transform: translateX(-50%); }
.ring-copy--top { top: 74px; }
.ring-copy--bottom { bottom: 72px; }
.hero-note { position: absolute; z-index: 3; bottom: 26px; left: 24px; display: flex; flex-direction: column; padding: 14px 18px; background: rgb(255 253 248 / 92%); box-shadow: 0 12px 40px rgb(13 45 29 / 8%); }
.hero-note span { font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.hero-note strong { margin-top: 4px; font: 400 17px Georgia, "Times New Roman", serif; }
.orb { position: absolute; width: 85px; height: 85px; border-radius: 50%; background: rgb(255 253 248 / 52%); }
.orb--one { top: 95px; right: -16px; }
.orb--two { bottom: 80px; left: -28px; }
.leaf { position: absolute; z-index: 3; width: 42px; height: 76px; border: 1px solid rgb(23 62 42 / 40%); border-radius: 100% 0; }
.leaf--one { top: 170px; right: 38px; transform: rotate(28deg); }
.leaf--two { right: 76px; bottom: 132px; transform: rotate(72deg); }
.scroll-cue { position: absolute; bottom: 34px; left: clamp(24px, 6vw, 100px); display: flex; align-items: center; gap: 12px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.scroll-cue span { width: 42px; height: 1px; background: var(--ink); }

.intro { padding: 110px clamp(24px, 7vw, 120px); background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 100px; }
.intro h2, .services h2 { margin: 0; font: 400 clamp(42px, 5vw, 76px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.046em; }
.intro-grid > div { align-self: end; }
.intro-grid p { margin: 0 0 26px; color: rgb(23 62 42 / 67%); font: 18px/1.6 Georgia, "Times New Roman", serif; }
.intro-grid a, .product-copy > a { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.intro-grid a span, .product-copy > a span { margin-left: 10px; }

.services { padding: 105px clamp(24px, 6vw, 100px) 120px; background: var(--ink); color: var(--paper); }
.section-kicker--light { color: var(--sage); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-heading > p { margin: 0; color: rgb(255 253 248 / 62%); font: 17px/1.6 Georgia, "Times New Roman", serif; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgb(255 255 255 / 17%); }
.service-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 390px; padding: 28px 30px 34px; transition: background .22s, color .22s, transform .22s; }
.service-card + .service-card { border-left: 1px solid rgb(255 255 255 / 17%); }
.service-card:nth-child(4) { border-left: 0; }
.service-card:nth-child(n+4) { border-top: 1px solid rgb(255 255 255 / 17%); }
.service-card:hover { z-index: 1; background: var(--sage); color: var(--ink); transform: translateY(-4px); box-shadow: 0 18px 42px rgb(0 0 0 / 15%); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: rgb(255 255 255 / 55%); font-size: 10px; }
.service-card:hover .service-top, .service-card:hover .service-detail { color: var(--ink); }
.service-arrow { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid; border-radius: 50%; font-size: 14px; transition: transform .2s; }
.service-card:hover .service-arrow { transform: rotate(45deg); }
.service-detail { margin: 0 0 16px; color: var(--sage); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.service-card h3 { margin: 0 0 15px; font: 400 34px Georgia, "Times New Roman", serif; }
.service-card p:last-child { margin: 0; color: rgb(255 255 255 / 62%); font-size: 13px; line-height: 1.65; }
.service-card:hover p:last-child { color: rgb(23 62 42 / 74%); }

.results { display: grid; grid-template-columns: minmax(320px, .68fr) minmax(0, 1.32fr); gap: clamp(48px, 7vw, 110px); padding: 120px clamp(24px, 6vw, 100px); background: var(--paper); }
.results-copy { align-self: center; }
.results h2, .products h2, .reviews h2, .contact h2 { margin: 0; font: 400 clamp(44px, 5vw, 74px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.results-copy > p:not(.section-kicker) { max-width: 490px; margin: 28px 0 34px; color: rgb(23 62 42 / 66%); font: 17px/1.65 Georgia, "Times New Roman", serif; }
.button--outline { border: 1px solid var(--ink); }
.button--outline:hover { background: var(--ink); color: var(--paper); }
.results-gallery { display: grid; grid-template-columns: .82fr 1.08fr .82fr; align-items: end; gap: 14px; }
.result-card:nth-child(2) { transform: translateY(-34px); }
.result-image { height: 400px; overflow: hidden; border-radius: 160px 160px 8px 8px; background-color: var(--sage-soft); background-repeat: no-repeat; transition: transform .4s, filter .4s; }
.result-card:hover .result-image { transform: translateY(-7px); filter: saturate(1.08); }
.result-card--auriculo .result-image { background-image: url("/auriculoterapia-instagram.png"); background-position: 27% 42%; background-size: auto 151%; }
.result-card--face .result-image { height: 470px; background-image: url("/estetica-facial-instagram.png"); background-position: 25% 44%; background-size: auto 142%; }
.result-card--body .result-image { background-image: url("/resultado-corporal-instagram.png"); background-position: 25% 46%; background-size: auto 147%; }
.result-card > span { display: block; padding-top: 13px; font-size: 9px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: .12em; }

.products { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); min-height: 620px; overflow: hidden; background: var(--sage); }
.product-art { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: 30px; min-height: 620px; padding-bottom: 90px; overflow: hidden; background-image: linear-gradient(90deg, rgb(255 255 255 / 18%) 1px, transparent 1px), linear-gradient(rgb(255 255 255 / 18%) 1px, transparent 1px); background-size: 52px 52px; }
.product-art::before { position: absolute; top: 50%; left: 50%; width: 430px; height: 430px; content: ""; border-radius: 50%; background: rgb(255 253 248 / 44%); transform: translate(-50%, -50%); }
.candle { position: relative; z-index: 2; border-radius: 110px 110px 18px 18px; background: linear-gradient(90deg, #efe4c9, #fffaf0 55%, #d7c69f); box-shadow: 0 28px 45px rgb(23 62 42 / 18%); }
.candle::after { position: absolute; top: -5px; left: 0; width: 100%; height: 44px; content: ""; border-radius: 50%; background: radial-gradient(#bcaa7c 0 18%, #eee2c8 21% 58%, #d5c294 62%); }
.candle--large { width: 155px; height: 265px; }
.candle--small { width: 125px; height: 195px; }
.flame { position: absolute; z-index: 3; top: -34px; left: 50%; width: 22px; height: 34px; border-radius: 100% 0 100% 100%; background: linear-gradient(#f3a741, #f7df8a); transform: translateX(-50%) rotate(-45deg); animation: flicker 2.4s ease-in-out infinite; }
.product-orbit { position: absolute; top: 50%; left: 50%; width: 520px; height: 520px; border: 1px solid rgb(23 62 42 / 24%); border-radius: 50%; transform: translate(-50%, -50%); }
.product-art > .lotus-mark { position: absolute; top: 54px; left: 52px; }
.product-copy { align-self: center; max-width: 730px; padding: 90px clamp(40px, 7vw, 120px); }
.product-copy > p:not(.section-kicker) { margin: 30px 0; color: rgb(23 62 42 / 70%); font: 18px/1.65 Georgia, "Times New Roman", serif; }

.reviews { padding: 118px clamp(24px, 6vw, 100px); background: var(--ink-deep); color: var(--paper); }
.review-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 80px; margin-bottom: 62px; }
.review-heading h2 { max-width: 750px; }
.review-score { display: grid; grid-template-columns: auto auto; align-items: center; min-width: 190px; }
.review-score strong { grid-row: 1 / span 2; margin-right: 16px; font: 400 54px Georgia, "Times New Roman", serif; }
.review-score span { color: #d9bd7b; font-size: 13px; letter-spacing: .08em; }
.review-score p { margin: 4px 0 0; color: rgb(255 253 248 / 55%); font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgb(255 255 255 / 16%); }
.review-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 330px; padding: 36px 30px 24px; transition: background .2s; }
.review-card:hover { background: rgb(255 255 255 / 3%); }
.review-card + .review-card { border-left: 1px solid rgb(255 255 255 / 16%); }
.quote-mark { height: 45px; color: var(--sage); font: 62px/1 Georgia, "Times New Roman", serif; }
.review-card > p { margin: 26px 0 34px; font: 20px/1.52 Georgia, "Times New Roman", serif; }
.review-card > div { display: flex; align-items: center; gap: 12px; }
.review-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--sage); color: var(--ink); font-family: Georgia, "Times New Roman", serif; }
.review-card strong { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }

.contact { display: grid; grid-template-columns: 1fr 1fr; min-height: 710px; background: var(--paper); }
.contact-panel { padding: 110px clamp(28px, 7vw, 110px); }
.contact-lead { max-width: 560px; margin: 28px 0 42px; color: rgb(23 62 42 / 67%); font: 18px/1.6 Georgia, "Times New Roman", serif; }
.contact-list { margin: 0; border-top: 1px solid var(--line); }
.contact-list > div { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-list dt { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-list dd { margin: 0; font: 15px/1.45 Georgia, "Times New Roman", serif; }
.contact-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.instagram-link { padding-bottom: 5px; border-bottom: 1px solid; font-size: 11px; font-weight: 800; }
.map-wrap { position: relative; min-height: 100%; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 710px; border: 0; filter: saturate(.55) sepia(.08); }
.map-wrap > a { position: absolute; bottom: 28px; left: 50%; padding: 15px 20px; border-radius: 999px; background: var(--paper); box-shadow: 0 10px 30px rgb(13 45 29 / 15%); font-size: 10px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; transform: translateX(-50%); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 34px clamp(24px, 4vw, 72px); border-top: 1px solid var(--line); background: var(--cream); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 46px; height: 46px; border-radius: 50%; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font: 400 17px Georgia, "Times New Roman", serif; }
.footer-brand span, footer > p { color: rgb(23 62 42 / 55%); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
footer nav { display: flex; gap: 24px; font-size: 10px; font-weight: 800; }
footer > p { justify-self: end; }
.whatsapp-float { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; }
.whatsapp-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 4px solid var(--paper); border-radius: 50%; background: #1fa855; color: #fff; box-shadow: 0 8px 24px rgb(13 45 29 / 22%); transition: transform .18s; }
.whatsapp-icon svg { width: 28px; height: 28px; }
.whatsapp-float:hover .whatsapp-icon { transform: scale(1.06); }
.whatsapp-label { padding: 12px 16px; border-radius: 999px; background: var(--paper); box-shadow: 0 8px 24px rgb(13 45 29 / 12%); font-size: 10px; font-weight: 800; letter-spacing: .04em; }

.reveal { animation: rise .8s cubic-bezier(.22,.8,.3,1) both; }
.reveal--late { animation-delay: .14s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes flicker { 0%,100% { transform: translateX(-50%) rotate(-45deg) scale(1); } 50% { transform: translateX(-50%) rotate(-40deg) scale(.92,1.06); } }

@media (width <= 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { position: relative; display: block; justify-self: end; }
  .mobile-nav summary { display: flex; flex-direction: column; gap: 7px; padding: 12px 0 12px 12px; list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; width: 26px; height: 1px; background: var(--ink); transition: transform .18s; }
  .mobile-nav[open] summary span:first-child { transform: translateY(4px) rotate(45deg); }
  .mobile-nav[open] summary span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav nav { position: absolute; top: 45px; right: 0; display: flex; flex-direction: column; min-width: 230px; padding: 14px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 50px rgb(13 45 29 / 15%); }
  .mobile-nav nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
  .mobile-nav nav a:last-child { margin-top: 10px; background: var(--ink); color: var(--paper); text-align: center; }
  .hero { grid-template-columns: 1fr 430px; }
  .hero h1 em { white-space: normal; }
}

@media (width <= 820px) {
  html { scroll-padding-top: 78px; }
  .site-header { height: 78px; padding: 0 20px; }
  .brand img { width: 44px; height: 44px; }
  .hero { display: flex; flex-direction: column; min-height: auto; padding: 124px 20px 72px; }
  .hero h1 { font-size: clamp(52px, 16vw, 76px); line-height: .91; }
  .hero h1 em { margin-left: 22px; white-space: normal; }
  .hero-text { margin-top: 28px; font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero-art { width: 100%; max-width: none; height: 430px; margin-top: 58px; border-radius: 190px 190px 24px 24px; }
  .hero-art::before { width: 380px; height: 380px; }
  .hero-art::after { width: 320px; height: 320px; }
  .hero-ring img { width: 245px; height: 245px; }
  .ring-copy--top { top: 46px; }
  .ring-copy--bottom { bottom: 44px; }
  .scroll-cue { display: none; }
  .intro { padding: 78px 20px; }
  .intro-grid, .section-heading { grid-template-columns: 1fr; gap: 34px; }
  .intro h2, .services h2 { font-size: 47px; }
  .services { padding: 78px 20px 86px; }
  .section-heading { margin-bottom: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; padding: 26px 6px 30px; }
  .service-card + .service-card { border-top: 1px solid rgb(255 255 255 / 17%); border-left: 0; }
  .service-card:hover { transform: none; }
  .results { grid-template-columns: 1fr; padding: 82px 20px; }
  .results-gallery { gap: 7px; margin-top: 18px; }
  .result-image, .result-card--face .result-image { height: 280px; border-radius: 80px 80px 4px 4px; }
  .result-card:nth-child(2) { transform: translateY(-20px); }
  .result-card > span { font-size: 7px; }
  .products { grid-template-columns: 1fr; }
  .product-art { min-height: 460px; }
  .product-copy { padding: 76px 20px 82px; }
  .reviews { padding: 82px 20px; }
  .review-heading { grid-template-columns: 1fr; align-items: start; gap: 40px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 285px; padding: 30px 6px 26px; }
  .review-card + .review-card { border-top: 1px solid rgb(255 255 255 / 16%); border-left: 0; }
  .contact { grid-template-columns: 1fr; }
  .contact-panel { padding: 82px 20px; }
  .contact-list > div { grid-template-columns: 105px 1fr; }
  .contact-actions { flex-direction: column; align-items: flex-start; }
  .map-wrap iframe { min-height: 480px; }
  footer { grid-template-columns: 1fr; align-items: flex-start; padding: 38px 20px; }
  footer nav { flex-wrap: wrap; }
  footer > p { justify-self: start; }
  .whatsapp-label { display: none; }
  .whatsapp-float { right: 16px; bottom: 16px; }
}

@media (width <= 430px) {
  .brand small { display: none; }
  .brand strong { font-size: 16px; }
  .hero h1 { font-size: 51px; }
  .hero-art { height: 380px; }
  .hero-ring img { width: 220px; height: 220px; }
  .ring-copy { font-size: 7px; }
  .hero-note { bottom: 18px; left: 14px; }
  .results h2, .products h2, .reviews h2, .contact h2 { font-size: 44px; }
  .results-gallery { grid-template-columns: 1fr 1fr; }
  .result-card:last-child { display: none; }
  .result-image, .result-card--face .result-image { height: 255px; }
  .product-art { min-height: 410px; }
  .product-art::before { width: 340px; height: 340px; }
  .candle--large { width: 125px; height: 215px; }
  .candle--small { width: 102px; height: 165px; }
  .map-wrap iframe { min-height: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
