:root {
  --wine: #4a172b;
  --wine-2: #6e2942;
  --rose: #bb7285;
  --blush: #ead0d5;
  --pale: #f5e8e8;
  --cream: #fbf7f2;
  --paper: #fffdfa;
  --ink: #2c2024;
  --muted: #786a6f;
  --line: rgba(74, 23, 43, 0.14);
  --shadow: 0 22px 60px rgba(74, 23, 43, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .23;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
  z-index: 20;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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; }

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 32px;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--wine);
  border-radius: 50%;
  color: var(--wine);
  font-family: Georgia, serif;
  font-size: 15px;
  letter-spacing: -1px;
  overflow: hidden;
  background: white;
}
.brand-mark img { width: 120%; height: 120%; display: block; object-fit: contain; object-position: center; transform: translateY(-2px); }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { color: var(--wine); font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.brand-copy small { color: var(--rose); font-size: 9px; letter-spacing: .27em; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.site-nav a { color: #59484e; transition: color .2s ease; }
.site-nav a:hover { color: var(--wine); }
.site-nav a[aria-current="page"] { color: var(--wine); font-weight: 750; }
.site-nav .nav-cta { border: 1px solid var(--wine); border-radius: 999px; padding: 10px 17px; color: var(--wine); }
.menu-button { display: none; background: transparent; border: 0; padding: 10px; }
.menu-button span { display: block; width: 22px; height: 1px; background: var(--wine); margin: 5px 0; }

.hero {
  min-height: calc(100svh - 82px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 32px 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr);
  align-items: center;
  gap: 70px;
}
.eyebrow { color: var(--rose); font-size: 11px; font-weight: 700; letter-spacing: .23em; line-height: 1.5; }
.hero h1 {
  max-width: 690px;
  margin: 24px 0;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6.2vw, 94px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}
.hero h1 em { display: block; color: var(--rose); font-weight: 400; }
.hero-text { max-width: 590px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  font-weight: 650;
  font-size: 14px;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: white; box-shadow: 0 12px 25px rgba(74,23,43,.16); }
.button-primary:hover { background: var(--wine-2); }
.button-quiet { border-color: var(--line); color: var(--wine); background: rgba(255,255,255,.45); }
.button-full { width: 100%; }
.microcopy { margin-top: 22px; color: #9c8f93; font-size: 12px; }
.microcopy span { display: block; margin-top: 6px; color: var(--wine); font-weight: 650; letter-spacing: .02em; }
.hero-visual { min-height: 570px; position: relative; display: grid; place-items: center; }
.portrait-card {
  width: min(100%, 410px);
  aspect-ratio: .78;
  position: relative;
  overflow: hidden;
  border-radius: 48% 48% 42% 42% / 33% 33% 56% 56%;
  background: var(--pale);
  box-shadow: var(--shadow);
}
.doctor-portrait { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 42%; }
.halo { position: absolute; border: 1px solid var(--blush); border-radius: 50%; }
.halo-one { width: 470px; height: 470px; top: 7%; right: -3%; }
.halo-two { width: 280px; height: 280px; bottom: 2%; left: -9%; border-style: dashed; opacity: .8; }

.explorer { background: var(--paper); padding: 100px max(32px, calc((100vw - 1176px)/2)); }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.section-heading h2, .contact h2, dialog h2 { margin: 10px 0 0; color: var(--wine); font-family: Georgia, serif; font-weight: 400; font-size: clamp(38px, 4vw, 56px); line-height: 1.03; letter-spacing: -.03em; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.65; }
.procedure-notice {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
  gap: 26px;
  align-items: center;
  margin: -12px 0 26px;
  padding: 19px 22px;
  border-left: 4px solid var(--rose);
  border-radius: 0 16px 16px 0;
  background: var(--pale);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.procedure-notice strong { color: var(--wine); }
.filter-panel { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.tabs { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.tab { white-space: nowrap; border: 0; border-radius: 999px; padding: 12px 16px; color: var(--muted); background: transparent; cursor: pointer; }
.tab.is-active { color: white; background: var(--wine); }
.search-box { min-width: 330px; display: flex; align-items: center; gap: 10px; padding: 0 16px; border-left: 1px solid var(--line); }
.search-box svg { width: 18px; fill: none; stroke: var(--rose); stroke-width: 1.7; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-box input::placeholder { color: #a39499; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.care-card {
  min-height: 365px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.care-card:hover { transform: translateY(-5px); border-color: rgba(74,23,43,.28); box-shadow: var(--shadow); }
.care-card.featured { background: var(--wine); color: white; }
.care-card[hidden] { display: none; }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.card-tag { color: var(--rose); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.featured .card-tag { color: var(--blush); }
.card-number { color: #c2b5b8; font-family: Georgia, serif; font-size: 14px; }
.featured .card-number { color: rgba(255,255,255,.45); }
.care-card h3 { margin: 36px 0 14px; color: var(--wine); font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.featured h3 { color: white; }
.care-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.featured p { color: rgba(255,255,255,.7); }
.care-card-image { height: 165px; margin-top: 18px; overflow: hidden; border-radius: 17px; background: var(--pale); }
.care-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.consultation-image img { object-position: center 58%; }
.botulinum-image img { object-position: center 39%; }
.cryosurgery-image img { object-position: center 55%; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.chips span { border: 1px solid var(--line); border-radius: 999px; padding: 6px 9px; color: #6f5c62; background: var(--cream); font-size: 10px; }
.featured .chips span { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: rgba(255,255,255,.84); }
.status-note { display: block; margin-top: 16px; color: #a06f7e; font-size: 10px; font-weight: 700; }
.card-link { margin-top: auto; padding: 22px 0 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-top: 1px solid var(--line); color: var(--wine); background: transparent; cursor: pointer; font-weight: 700; font-size: 13px; }
.featured .card-link { border-top-color: rgba(255,255,255,.2); color: white; }
.empty-state { text-align: center; padding: 60px 20px 10px; color: var(--wine); }
.empty-state span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; }

.catalog {
  padding: 105px max(32px, calc((100vw - 1176px)/2));
  background: #f5e9e9;
}
.catalog-heading { margin-bottom: 32px; }
.catalog-tools {
  position: sticky;
  top: 12px;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border: 1px solid rgba(74,23,43,.13);
  border-radius: 20px;
  background: rgba(255,253,250,.94);
  box-shadow: 0 12px 35px rgba(74,23,43,.08);
  backdrop-filter: blur(12px);
}
.catalog-filters { display: flex; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.catalog-filter {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 11px 14px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
}
.catalog-filter.is-active { background: var(--wine); color: white; }
.catalog-search {
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border-left: 1px solid var(--line);
}
.catalog-search svg { width: 17px; fill: none; stroke: var(--rose); stroke-width: 1.7; }
.catalog-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  margin-top: 28px;
}
.product-card {
  overflow: hidden;
  border: 1px solid rgba(74,23,43,.13);
  border-radius: 25px;
  background: var(--paper);
  box-shadow: 0 10px 34px rgba(74,23,43,.06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card[hidden] { display: none; }
.product-image {
  height: 250px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: white;
  border-bottom: 1px solid var(--line);
}
.product-image img {
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 78%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.product-card[data-catalog-search*="svr"] .product-image {
  background: linear-gradient(145deg, #f7f0f6, #eadbea);
}
.product-card[data-catalog-search*="despigmentantes"] .product-image img {
  transform: translateY(-10px);
}
.product-placeholder {
  background: linear-gradient(145deg, #fffdfa, #ead0d5);
  color: var(--wine);
  font-family: Georgia, serif;
  font-size: 31px;
  line-height: 1.05;
  text-align: center;
  white-space: pre-line;
}
.product-body { padding: 24px; }
.product-brand { color: var(--rose); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.product-body h3 { margin: 9px 0 9px; color: var(--wine); font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.06; }
.product-body > p { min-height: 42px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.variant-list { margin: 20px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.variant-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 12px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.variant-name { display: flex; align-items: center; gap: 7px; color: #59484e; font-size: 12px; line-height: 1.35; }
.variant-list strong { color: var(--wine); font-size: 13px; white-space: nowrap; }
.tone-dot { width: 13px; height: 13px; flex: 0 0 13px; border: 1px solid rgba(44,32,36,.12); border-radius: 50%; background: var(--tone); }
.product-request {
  grid-column: 1 / -1;
  justify-self: start;
  border: 0;
  border-bottom: 1px solid var(--blush);
  padding: 2px 0;
  background: transparent;
  color: var(--wine);
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
}
.product-request:hover { color: var(--rose); }
.medical-card { grid-column: span 2; background: var(--wine); color: white; }
.medical-card .product-placeholder { background: linear-gradient(145deg, #641f38, #3a1021); color: var(--blush); border-bottom-color: rgba(255,255,255,.12); }
.medical-card .product-brand { color: var(--blush); }
.medical-card .product-body h3 { color: white; }
.medical-card .product-body > p { color: rgba(255,255,255,.72); }
.medical-card .variant-list { border-top-color: rgba(255,255,255,.15); }
.medical-card .variant-list li { border-bottom-color: rgba(255,255,255,.15); }
.medical-card .variant-name { color: rgba(255,255,255,.82); }
.medical-card .variant-list strong, .medical-card .product-request { color: white; }
.medical-card .product-image img { max-width: 92%; max-height: 94%; }
.catalog-empty { padding: 60px 20px 20px; text-align: center; color: var(--wine); }
.catalog-disclaimer {
  margin: 28px 0 0;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.55);
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.testimonials { padding: 100px max(32px, calc((100vw - 1176px)/2)); background: var(--cream); }
.testimonials h2, .pharmacy-teaser h2, .catalog-contact-strip h2 {
  margin: 10px 0 0;
  color: var(--wine);
  font-family: Georgia, serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.testimonial-card { min-height: 235px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: 23px; background: var(--paper); box-shadow: 0 10px 34px rgba(74,23,43,.05); }
.review-stars { color: var(--rose); font-size: 15px; letter-spacing: .16em; }
.testimonial-card blockquote { margin: 26px 0; color: var(--wine); font-family: Georgia, serif; font-size: 21px; line-height: 1.42; }
.testimonial-card p { margin: auto 0 0; color: var(--muted); font-size: 11px; }
.reviews-link { width: fit-content; margin: 27px auto 0; display: flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--rose); color: var(--wine); font-size: 13px; font-weight: 700; }

.pharmacy-teaser { max-width: 1176px; margin: 0 auto; padding: 82px 32px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: center; }
.pharmacy-teaser h2 { max-width: 760px; }
.pharmacy-teaser p:not(.eyebrow) { max-width: 730px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.pharmacy-hero { max-width: 1176px; margin: 0 auto; padding: 82px 32px 64px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 55px; align-items: end; }
.pharmacy-hero h1 { margin: 16px 0 20px; color: var(--wine); font-family: Georgia, serif; font-size: clamp(50px, 6vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.pharmacy-hero h1 em { display: block; color: var(--rose); font-weight: 400; }
.pharmacy-hero p:not(.eyebrow) { max-width: 660px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.catalog-page { padding-top: 80px; }
.catalog-contact-strip { max-width: 1176px; margin: 0 auto; padding: 82px 32px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 55px; align-items: center; }
.catalog-contact-strip h2 { max-width: 720px; font-size: clamp(34px, 3.5vw, 48px); }

.mobile-actions { display: none; }

.contact {
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: 100px;
  align-items: center;
}
.contact-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); line-height: 1.65; }
.contact-details { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.contact-details a, .contact-details strong { color: var(--wine); font-weight: 650; }
.contact-details a { text-decoration: underline; text-decoration-color: var(--blush); text-underline-offset: 3px; }
.map-card { position: relative; max-width: 620px; height: 230px; margin-top: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); box-shadow: 0 12px 32px rgba(74,23,43,.08); }
.map-card iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-link { position: absolute; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 999px; background: var(--wine); color: white; box-shadow: 0 8px 20px rgba(74,23,43,.24); font-size: 12px; font-weight: 750; }
.map-link:hover { background: #61213a; }
.message-builder { padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.online-booking { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 5px 13px; padding: 0 0 24px; }
.booking-icon { width: 44px; height: 44px; grid-row: span 2; display: grid; place-items: center; border-radius: 14px; background: var(--pale); color: var(--wine); }
.booking-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.online-booking strong { color: var(--wine); font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.online-booking p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.doctoralia-button { grid-column: 1 / -1; margin-top: 15px; min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; border: 1px solid var(--wine); border-radius: 13px; color: var(--wine); background: #fff; font-size: 12px; font-weight: 750; transition: color .2s ease, background .2s ease; }
.doctoralia-button:hover { color: white; background: var(--wine); }
.booking-divider { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: #9b8d91; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.booking-divider::before, .booking-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.booking-divider span { white-space: nowrap; }
.message-builder label { display: block; margin: 0 0 8px; color: var(--wine); font-size: 12px; font-weight: 700; }
.message-builder input, .message-builder select { width: 100%; height: 49px; margin: 0 0 20px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); outline: 0; color: var(--ink); }
.message-builder input:focus, .message-builder select:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(187,114,133,.12); }
.form-note { margin: 12px 0 0; text-align: center; color: #9b8d91; font-size: 10px; }

footer { max-width: 1240px; margin: 0 auto; padding: 36px 32px; display: grid; grid-template-columns: 1fr auto auto; gap: 35px; align-items: center; border-top: 1px solid var(--line); color: #8c7e83; font-size: 11px; }
.footer-brand .brand-mark { width: 38px; }
.footer-brand .brand-copy strong { font-size: 15px; }
.footer-brand .brand-copy small { font-size: 7px; }

dialog { color: var(--ink); }
dialog::backdrop { background: rgba(39,13,24,.64); backdrop-filter: blur(5px); }
.detail-dialog, .message-dialog { width: min(92vw, 540px); border: 0; border-radius: 28px; padding: 42px; background: var(--paper); box-shadow: 0 40px 100px rgba(0,0,0,.25); }
.dialog-close { position: absolute; top: 18px; right: 20px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--wine); cursor: pointer; font-size: 23px; line-height: 1; }
.dialog-kicker { color: var(--rose); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
dialog h2 { margin: 12px 40px 16px 0; font-size: 38px; }
.detail-dialog > p, .dialog-footnote { color: var(--muted); line-height: 1.6; }
.detail-dialog ul { margin: 22px 0 28px; padding-left: 20px; color: var(--wine); }
.detail-dialog li { margin: 10px 0; padding-left: 5px; }
.message-preview { margin: 22px 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); color: #5d4e53; line-height: 1.6; }
.dialog-footnote { margin: 13px 0 0; font-size: 11px; text-align: center; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 50; transform: translate(-50%, 30px); opacity: 0; padding: 12px 18px; border-radius: 999px; background: var(--wine); color: white; font-size: 13px; transition: opacity .25s ease, transform .25s ease; pointer-events: none; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .site-header { padding: 16px 22px; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 72px; left: 16px; right: 16px; padding: 22px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 6px; }
  .site-nav .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 70px 22px 80px; gap: 60px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 440px; }
  .portrait-card { width: min(83vw, 360px); }
  .halo-one { width: 380px; height: 380px; right: calc(50% - 220px); }
  .halo-two { left: calc(50% - 220px); }
  .explorer { padding: 80px 22px; }
  .catalog { padding: 80px 22px; }
  .testimonials { padding: 80px 22px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 190px; }
  .pharmacy-teaser, .pharmacy-hero, .catalog-contact-strip { grid-template-columns: 1fr; gap: 28px; padding-left: 22px; padding-right: 22px; }
  .pharmacy-teaser .button, .catalog-contact-strip .button { width: fit-content; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .procedure-notice { grid-template-columns: 1fr; gap: 8px; }
  .filter-panel { align-items: stretch; flex-direction: column; }
  .search-box { min-width: 0; padding: 13px 10px 3px; border-left: 0; border-top: 1px solid var(--line); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .medical-card { grid-column: span 2; }
  .catalog-tools { position: static; align-items: stretch; flex-direction: column; }
  .catalog-search { min-width: 0; padding: 11px 8px 3px; border-left: 0; border-top: 1px solid var(--line); }
  .contact { grid-template-columns: 1fr; gap: 45px; padding: 85px 22px; }
  footer { grid-template-columns: 1fr; gap: 17px; padding: 32px 22px; }
}

@media (max-width: 580px) {
  body { padding-bottom: 70px; }
  .brand-copy strong { font-size: 16px; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .portrait-card { width: min(87vw, 330px); }
  .halo-one { width: 330px; height: 330px; right: calc(50% - 190px); }
  .section-heading h2, .contact h2 { font-size: 41px; }
  .card-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .medical-card { grid-column: auto; }
  .product-image { height: 225px; }
  .product-image img { max-width: 70%; max-height: 76%; }
  .care-card { min-height: 340px; }
  .message-builder { padding: 23px; }
  .booking-divider span { white-space: normal; text-align: center; }
  .mobile-actions { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 40; display: grid; grid-template-columns: 1fr 1fr; padding: 6px; border: 1px solid rgba(74,23,43,.16); border-radius: 18px; background: rgba(255,253,250,.96); box-shadow: 0 12px 36px rgba(74,23,43,.22); backdrop-filter: blur(14px); }
  .mobile-actions a { min-height: 45px; display: grid; place-items: center; border-radius: 13px; color: var(--wine); font-size: 12px; font-weight: 750; }
  .mobile-actions a:last-child { background: var(--wine); color: white; }
  .detail-dialog, .message-dialog { padding: 34px 24px 28px; }
}

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