:root {
  --ink: #19140f;
  --charcoal: #12100e;
  --paper: #fffdf9;
  --ivory: #f5efe6;
  --sand: #ebe0d2;
  --gold: #b4862a;
  --gold-light: #d9b96f;
  --muted: #6b625a;
  --line: rgba(88, 67, 39, 0.18);
  --shadow: 0 26px 80px rgba(35, 27, 17, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--ivory);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

main {
  width: 100%;
  overflow: clip;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

figure,
.hero-grid > *,
.section-heading > *,
.treatment-row > *,
.other-grid > *,
.about-grid > *,
.clinic-grid > *,
.instagram-grid > *,
.faq-grid > *,
.contact-grid > * {
  min-width: 0;
}

.shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.topbar {
  background: #090806;
  color: #d7c5a3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.topbar-inner {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 4px;
}

.language-switch a {
  border: 0;
  background: transparent;
  color: #8e8375;
  padding: 6px;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.language-switch a.active {
  color: var(--gold-light);
}

.skip-link {
  position: fixed;
  z-index: 99999;
  left: 18px;
  top: 10px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #f8f2e8;
  background: rgba(18, 16, 14, 0.97);
  border-bottom: 1px solid rgba(217, 185, 111, 0.18);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: block;
  width: 185px;
  height: 70px;
  overflow: hidden;
}

.brand img {
  width: 190px;
  height: 190px;
  object-fit: contain;
  transform: translateY(-60px);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.55vw, 24px);
}

.main-nav a {
  color: #ded5c9;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--gold-light);
}

.header-cta {
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: #fff5e1;
  font-size: 0.78rem;
  font-weight: 850;
  padding: 13px 19px;
  text-decoration: none;
  white-space: nowrap;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 82px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -240px;
  top: 70px;
  border: 1px solid rgba(180, 134, 42, 0.2);
  border-radius: 50%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 17px;
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.4rem, 5.4vw, 6.3rem);
}

.hero-lead {
  max-width: 670px;
  margin: 28px 0 0;
  color: #504941;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 33px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 25px;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: linear-gradient(135deg, #a9791f, #d0aa55);
  box-shadow: 0 13px 30px rgba(156, 112, 31, 0.22);
  color: #fff;
}

.button-outline {
  border-color: #29221c;
}

.button-outline:hover {
  background: #1b1713;
  color: #fff;
}

.hero-facts {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: var(--muted);
  font-size: 0.8rem;
}

.hero-facts span::before {
  content: "✦";
  margin-right: 8px;
  color: var(--gold);
  font-size: 0.72rem;
}

.hero-media {
  position: relative;
  margin: 0;
  padding: 0 26px 27px 0;
}

.hero-frame {
  position: relative;
  overflow: hidden;
  border-radius: 3px 110px 3px 3px;
  box-shadow: var(--shadow);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(14, 11, 8, 0.12));
  pointer-events: none;
}

.hero-frame img {
  width: 100%;
  aspect-ratio: 4 / 5.25;
  object-fit: cover;
  object-position: center 30%;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 25px 0 0 25px;
  border: 1px solid var(--gold);
  border-radius: 3px 110px 3px 3px;
}

.hero-media figcaption {
  position: absolute;
  left: -34px;
  bottom: 2px;
  max-width: 230px;
  background: var(--charcoal);
  color: #f5ecdd;
  padding: 17px 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.35;
  box-shadow: 0 16px 36px rgba(19, 15, 11, 0.22);
}

.services-preview {
  padding: 100px 0 108px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 70px;
}

.section-heading h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(2.6rem, 4.4vw, 4.8rem);
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.service-cards article {
  min-height: 270px;
  padding: 30px;
  background: var(--ivory);
  border: 1px solid var(--line);
}

.service-cards article:nth-child(2) {
  background: var(--charcoal);
  color: #fff;
}

.service-cards span {
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.service-cards h3 {
  margin: 44px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.service-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.service-cards article:nth-child(2) p {
  color: #cfc5b8;
}

.treatments-showcase,
.about-section,
.clinic-section,
.process-section,
.instagram-section,
.faq-section,
.contact-section {
  padding: 110px 0;
}

.treatment-stack {
  display: grid;
  gap: clamp(68px, 6vw, 88px);
}

.treatment-row {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: start;
  gap: clamp(48px, 7vw, 96px);
}

.treatment-row.reverse figure {
  order: 2;
}

.treatment-row figure {
  position: relative;
  height: clamp(370px, 31vw, 430px);
  margin: 0;
}

.treatment-row figure::before {
  content: "";
  position: absolute;
  inset: -15px 15px 15px -15px;
  border: 1px solid rgba(180, 134, 42, 0.55);
  pointer-events: none;
}

.treatment-row img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.treatment-row:first-child img {
  object-position: center 42%;
}

.treatment-row:nth-child(2) img {
  object-position: center 45%;
}

.treatment-row > div {
  padding-top: clamp(8px, 1.2vw, 18px);
}

.treatment-row h2,
.other-grid h2,
.about-copy h2,
.clinic-copy h2,
.process-section h2,
.instagram-copy h2,
.faq-grid h2,
.contact-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4.3vw, 4.7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.treatment-text {
  max-width: 620px;
  margin: 25px 0 0;
  color: #4f4840;
  font-size: 1.06rem;
  line-height: 1.78;
}

.treatment-detail {
  margin: 22px 0 0;
  padding: 15px 18px;
  background: #eee3d4;
  border-left: 2px solid var(--gold);
  color: #5d5349;
  font-size: 0.88rem;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: #9e721e;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  font-size: 1.15rem;
}

.other-treatments {
  padding: 95px 0;
  background: var(--charcoal);
  color: #fff;
}

.other-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
}

.other-grid h2 {
  max-width: 560px;
}

.treatment-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}

.treatment-list div {
  min-height: 90px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #3a342d;
}

.treatment-list span {
  color: var(--gold-light);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.treatment-list p {
  margin: 0;
  color: #ded5c9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

.about-section {
  background: #e9ddd0;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.about-media {
  position: relative;
  margin: 0;
}

.about-media::before {
  content: "";
  position: absolute;
  inset: 20px -20px -20px 20px;
  border: 1px solid var(--gold);
}

.about-media img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
  box-shadow: var(--shadow);
}

.about-media figcaption {
  position: absolute;
  right: -36px;
  bottom: 30px;
  display: grid;
  gap: 5px;
  min-width: 270px;
  background: var(--charcoal);
  color: #fff;
  padding: 21px 24px;
  box-shadow: 0 18px 45px rgba(15, 12, 9, 0.2);
}

.about-media figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
}

.about-media figcaption span {
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.about-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: #534b43;
  line-height: 1.78;
}

.timeline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin-top: 38px;
}

.timeline div {
  min-height: 97px;
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(76, 59, 38, 0.23);
}

.timeline strong {
  color: #9d711e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 400;
}

.timeline span {
  color: #514940;
  font-size: 0.85rem;
  line-height: 1.45;
}

.clinic-section {
  padding-bottom: 0;
  background: var(--paper);
}

.clinic-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: clamp(52px, 7vw, 100px);
}

.clinic-copy > p:not(.eyebrow) {
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.clinic-copy ul {
  margin: 27px 0;
  padding: 0;
  list-style: none;
}

.clinic-copy li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: #3f3933;
  font-weight: 700;
}

.clinic-copy li::before {
  content: "✦";
  margin-right: 10px;
  color: var(--gold);
  font-size: 0.7rem;
}

.address-card {
  margin-top: 30px;
  padding: 23px;
  background: var(--ivory);
  border: 1px solid var(--line);
}

.address-card > span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.address-card p {
  margin: 11px 0;
  line-height: 1.55;
}

.address-card a {
  color: #8f671e;
  font-size: 0.83rem;
  font-weight: 900;
  text-decoration: none;
}

.clinic-media {
  margin: 0;
  overflow: hidden;
  border-radius: 110px 3px 3px 3px;
  box-shadow: var(--shadow);
}

.clinic-media img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  object-position: center 48%;
}

.care-grid {
  position: relative;
  transform: translateY(82px);
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  max-width: 1030px;
  background: var(--charcoal);
  color: #fff;
  box-shadow: 0 28px 70px rgba(16, 12, 8, 0.22);
}

.care-grid figure {
  height: 290px;
  margin: 0;
  overflow: hidden;
}

.care-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.care-grid > div {
  padding: 40px 54px;
}

.care-grid h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.care-grid > div > p:last-child {
  margin: 20px 0 0;
  color: #cfc5b8;
  line-height: 1.7;
}

.process-section {
  padding-top: 190px;
  background: #eee4d8;
}

.process-section > .shell > h2 {
  max-width: 700px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 52px;
  border-top: 1px solid rgba(103, 77, 42, 0.22);
  border-bottom: 1px solid rgba(103, 77, 42, 0.22);
}

.process-grid article {
  min-height: 275px;
  padding: 28px 22px;
  border-right: 1px solid rgba(103, 77, 42, 0.22);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.process-grid h3 {
  margin: 70px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 400;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.62;
}

.instagram-section {
  background: var(--charcoal);
  color: #fff;
}

.instagram-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: clamp(55px, 8vw, 115px);
}

.instagram-copy h2 {
  max-width: 690px;
}

.instagram-copy > p:not(.eyebrow) {
  max-width: 630px;
  margin: 25px 0 30px;
  color: #cec3b6;
  line-height: 1.75;
}

.instagram-grid figure {
  position: relative;
  margin: 0;
}

.instagram-grid figure::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(217, 185, 111, 0.6);
}

.instagram-grid img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  object-position: center 25%;
}

.instagram-grid figcaption {
  position: absolute;
  right: -18px;
  bottom: 22px;
  background: var(--ivory);
  color: var(--ink);
  padding: 15px 20px;
  font-weight: 900;
}

.faq-section {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 95px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 25px 48px 25px 0;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.17rem;
  line-height: 1.4;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 21px;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -5px 45px 25px 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-section {
  background: #e9ddd0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: clamp(55px, 8vw, 105px);
}

.contact-copy > p:not(.eyebrow) {
  margin: 25px 0 0;
  color: #585047;
  line-height: 1.75;
}

.contact-details {
  display: grid;
  gap: 9px;
  margin-top: 43px;
}

.contact-details h3 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-details a {
  width: fit-content;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  text-decoration: none;
}

.contact-details address {
  max-width: 500px;
  margin-top: 13px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.lead-form {
  display: grid;
  gap: 17px;
  padding: 38px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(59, 43, 24, 0.08);
}

.lead-form > label:not(.consent) {
  display: grid;
  gap: 8px;
  color: #554c43;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid #d8cbbb;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: var(--ink);
  padding: 14px 15px;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(180, 134, 42, 0.12);
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.45;
}

.consent input {
  width: 17px;
  height: 17px;
  padding: 0;
  accent-color: var(--gold);
}

.lead-form .button {
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
  text-align: center;
}

.site-footer {
  padding: 78px 0 25px;
  background: #0c0b09;
  color: #eee4d8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.05fr;
  gap: 62px;
}

.footer-grid h2 {
  margin: 0 0 20px;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-grid p {
  color: #bdb2a5;
  font-size: 0.86rem;
  line-height: 1.65;
}

.footer-grid a {
  display: block;
  width: fit-content;
  margin: 7px 0;
  color: #e2d7ca;
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-brand {
  overflow: hidden;
}

.footer-brand img {
  width: 255px;
  height: 145px;
  object-fit: contain;
  transform: translateY(-22px);
  margin-bottom: -34px;
}

.footer-brand a {
  color: var(--gold-light);
  font-weight: 800;
}

.legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 50px;
  padding-top: 27px;
  border-top: 1px solid #302b25;
}

.legal-grid details {
  color: #c9beb1;
  font-size: 0.8rem;
  line-height: 1.6;
}

.legal-grid summary {
  width: fit-content;
  cursor: pointer;
  color: var(--gold-light);
  font-weight: 800;
}

.legal-grid p {
  max-width: 580px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #302b25;
  color: #8f867b;
  font-size: 0.72rem;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  min-height: 51px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-radius: 999px;
  background: #177b48;
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.generic-page {
  min-height: 65vh;
  padding: 100px 0;
  background: var(--paper);
}

.generic-page h1 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1;
}

.generic-page p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.75;
}

.whatsapp-float strong {
  font-size: 1rem;
}

section[id] {
  scroll-margin-top: 95px;
}

@media (max-width: 1020px) {
  .header-inner {
    grid-template-columns: 165px 1fr auto;
  }

  .brand {
    width: 160px;
  }

  .brand img {
    width: 170px;
  }

  .main-nav {
    gap: 14px;
  }

  .main-nav a {
    font-size: 0.61rem;
  }

  .hero-grid {
    gap: 46px;
  }

  .treatment-row {
    gap: 46px;
  }

  .treatment-row figure {
    height: clamp(350px, 39vw, 400px);
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-grid article:nth-child(3) {
    border-right: 0;
  }

  .process-grid article:nth-child(n + 4) {
    border-top: 1px solid rgba(103, 77, 42, 0.22);
  }
}

@media (max-width: 820px) {
  .admin-bar .site-header {
    top: 46px;
  }
  .shell {
    width: min(100% - 34px, 1240px);
  }

  .header-inner {
    min-height: 78px;
    grid-template-columns: 1fr auto;
  }

  .brand {
    height: 62px;
  }

  .brand img {
    transform: translateY(-54px);
  }

  .menu-button {
    width: 43px;
    height: 43px;
    display: grid;
    align-content: center;
    gap: 7px;
    border: 1px solid rgba(217, 185, 111, 0.45);
    border-radius: 50%;
    background: transparent;
    padding: 0 11px;
  }

  .menu-button span {
    width: 100%;
    height: 1px;
    background: #e2d4bf;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    display: none;
    align-items: center;
    flex-direction: column;
    gap: 22px;
    padding: 30px;
    background: #12100e;
    border-top: 1px solid #332b22;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    font-size: 0.75rem;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 54px 0 70px;
  }

  .hero-grid,
  .section-heading,
  .treatment-row,
  .other-grid,
  .about-grid,
  .clinic-grid,
  .instagram-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 11vw, 5rem);
  }

  .hero-media {
    width: min(92%, 560px);
    margin: 6px auto 0;
  }

  .service-cards {
    grid-template-columns: 1fr;
  }

  .service-cards article {
    min-height: auto;
  }

  .service-cards h3 {
    margin-top: 28px;
  }

  .treatments-showcase,
  .about-section,
  .clinic-section,
  .process-section,
  .instagram-section,
  .faq-section,
  .contact-section {
    padding: 82px 0;
  }

  .treatment-stack {
    gap: 74px;
  }

  .treatment-row {
    gap: 34px;
  }

  .treatment-row.reverse figure {
    order: 0;
  }

  .treatment-row figure {
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 5;
  }

  .treatment-row > div {
    padding-top: 0;
  }

  .other-grid {
    gap: 45px;
  }

  .about-media {
    width: min(88%, 560px);
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .care-grid {
    width: min(100% - 34px, 1240px);
    grid-template-columns: 0.8fr 1.2fr;
  }

  .clinic-media img {
    aspect-ratio: 4 / 3;
  }

  .process-section {
    padding-top: 160px;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-grid article:nth-child(2n) {
    border-right: 0;
  }

  .process-grid article:nth-child(3) {
    border-right: 1px solid rgba(103, 77, 42, 0.22);
  }

  .process-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(103, 77, 42, 0.22);
  }

  .faq-grid,
  .contact-grid {
    gap: 45px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 540px) {
  .topbar-inner > span {
    max-width: 220px;
    font-size: 0.6rem;
    letter-spacing: 0.11em;
  }

  .hero h1 {
    font-size: 3.05rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    width: 100%;
    padding-right: 14px;
  }

  .hero-frame img {
    aspect-ratio: 4 / 5;
    object-position: center 24%;
  }

  .hero-media::before {
    inset: 14px 0 0 14px;
  }

  .hero-media figcaption {
    left: -6px;
    max-width: 190px;
    font-size: 0.9rem;
  }

  .services-preview {
    padding: 80px 0;
  }

  .treatment-row figure::before,
  .instagram-grid figure::before {
    inset: -9px 9px 9px -9px;
  }

  .treatment-stack {
    gap: 64px;
  }

  .treatment-row {
    gap: 27px;
  }

  .treatment-row figure {
    aspect-ratio: 6 / 5;
  }

  .treatment-list,
  .timeline,
  .process-grid,
  .legal-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .treatment-list div {
    min-height: 76px;
  }

  .about-media {
    width: calc(100% - 16px);
  }

  .about-media::before {
    inset: 12px -12px -12px 12px;
  }

  .about-media figcaption {
    right: -12px;
    min-width: 230px;
  }

  .about-media img {
    object-position: center 18%;
  }

  .clinic-media {
    border-radius: 58px 3px 3px 3px;
  }

  .clinic-media img {
    aspect-ratio: 4 / 3.3;
    object-position: center 45%;
  }

  .care-grid {
    grid-template-columns: 1fr;
    transform: translateY(62px);
  }

  .care-grid figure {
    height: 240px;
  }

  .care-grid > div {
    padding: 34px 27px;
  }

  .process-section {
    padding-top: 135px;
  }

  .process-grid article,
  .process-grid article:nth-child(3) {
    min-height: auto;
    border-right: 0;
    border-top: 1px solid rgba(103, 77, 42, 0.22);
  }

  .process-grid article:first-child {
    border-top: 0;
  }

  .process-grid h3 {
    margin-top: 30px;
  }

  .instagram-grid figure {
    width: calc(100% - 8px);
  }

  .lead-form {
    padding: 25px 20px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    width: 53px;
    height: 53px;
    justify-content: center;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
