:root {
  --wine: #35363a;
  --rose: #777980;
  --blush: #d9dade;
  --powder: #f0f1f2;
  --cream: #fafafa;
  --ink: #292a2e;
  --muted: #6f7075;
  --line: rgba(53, 54, 58, .15);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.header { height: 86px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--wine); }
.brand-mark { font: 600 32px/1 var(--serif); letter-spacing: -3px; border-right: 1px solid var(--rose); padding-right: 12px; }
.brand-copy { font: 600 18px/1 var(--serif); display: grid; }
.brand-copy small { font: 500 9px/1.4 var(--sans); letter-spacing: .27em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); font-size: 13px; font-weight: 600; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--rose); transition: .25s; }
.nav > a:hover::after { right: 0; }
.nav-cta { color: white; background: var(--wine); padding: 11px 19px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 1px; background: var(--wine); margin: 6px 0; transition: .25s; }

.hero { min-height: 740px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding: 120px clamp(22px, 7vw, 110px) 70px; overflow: hidden; position: relative; background: linear-gradient(118deg, #fafafa 0 55%, #dedfe1 55%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .6; }
.hero-glow-one { width: 310px; height: 310px; background: #e6e7e9; left: -170px; top: 180px; }
.hero-glow-two { width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.6); right: -80px; bottom: 70px; }
.hero-content { max-width: 650px; position: relative; z-index: 2; }
.eyebrow { color: var(--rose); text-transform: uppercase; letter-spacing: .24em; font-size: 11px; font-weight: 700; margin: 0 0 20px; }
.hero h1, .section h2, .care-section h2, .booking h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; margin: 0; }
.hero h1 { font-size: clamp(52px, 6.7vw, 95px); max-width: 760px; }
.hero h1 em { display: block; color: var(--rose); font-weight: 400; }
.hero-text { max-width: 560px; color: var(--muted); font-size: 17px; margin: 30px 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 51px; padding: 13px 23px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: white; box-shadow: 0 12px 28px rgba(53,54,58,.18); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.hero-details { display: flex; flex-wrap: wrap; gap: 22px; color: var(--rose); font: italic 14px var(--serif); margin-top: 42px; }
.hero-art { min-height: 510px; position: relative; display: grid; place-items: center; }
.arch { width: min(390px, 90%); height: 500px; border-radius: 200px 200px 20px 20px; border: 1px solid rgba(53,54,58,.22); background: linear-gradient(150deg, rgba(255,255,255,.54), rgba(255,255,255,.08)); box-shadow: inset 0 0 0 13px rgba(255,255,255,.15), 0 40px 60px rgba(53,54,58,.08); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--wine); }
.monogram { font: 400 clamp(88px, 10vw, 145px)/.8 var(--serif); letter-spacing: -12px; margin-left: -10px; }
.arch p { font: italic 23px var(--serif); margin: 18px 0 5px; }
.lash-line { letter-spacing: -3px; opacity: .65; transform: rotate(-4deg); }
.sparkle { position: absolute; color: rgba(111,52,66,.5); font-size: 31px; }
.sparkle-one { top: 50px; right: 8%; }.sparkle-two { left: 8%; bottom: 70px; font-size: 22px; }

.section { padding: 105px clamp(22px, 7vw, 110px); }
.services { background: #fffdfb; }
.section-heading { max-width: 650px; margin-bottom: 70px; }
.section-heading h2, .care-section h2 { font-size: clamp(42px, 5vw, 68px); }
.section-heading > p:last-child, .care-intro > p { color: var(--muted); max-width: 560px; }
.service-tabs { display: flex; gap: 10px; padding: 7px; background: #eceeef; border: 1px solid var(--line); border-radius: 999px; width: fit-content; max-width: 100%; margin-bottom: 35px; }
.service-tab { border: 0; border-radius: 999px; padding: 13px 22px; color: var(--muted); background: transparent; font: 700 12px var(--sans); cursor: pointer; white-space: nowrap; transition: color .2s, background .2s, box-shadow .2s; }
.service-tab span { color: #999b9f; font: italic 13px var(--serif); margin-right: 8px; }
.service-tab:hover { color: var(--ink); }
.service-tab.active { color: white; background: var(--wine); box-shadow: 0 8px 20px rgba(53,54,58,.16); }
.service-tab.active span { color: #d7d8da; }
.service-tab.promo-tab { position: relative; }
.service-tab.promo-tab::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #a6a7ab; position: absolute; top: 9px; right: 12px; }
.service-tab.promo-tab.active::after { background: white; }
.service-tab:focus-visible { outline: 2px solid var(--rose); outline-offset: 3px; }
.tab-panel[hidden] { display: none; }
.tab-panel.active { animation: panel-in .32s ease both; }
.panel-heading { border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 25px; }
.panel-heading p { text-transform: uppercase; letter-spacing: .2em; font-size: 9px; color: var(--muted); margin: 0; }
.panel-heading h3 { font: 400 26px var(--serif); margin: 1px 0 0; }
@keyframes panel-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.cards { display: grid; gap: 20px; }
.cards-featured, .cards-compact { grid-template-columns: 1fr 1fr; }
.service-card { border: 1px solid var(--line); background: white; border-radius: 4px; }
.service-card.featured { padding: clamp(25px, 4vw, 48px); min-height: 360px; display: flex; flex-direction: column; background: linear-gradient(145deg, #fff, #f2f3f4); }
.service-card.featured.alt { background: linear-gradient(145deg, #fff, #e7e8ea); }
.service-card.featured.price-only { min-height: 260px; }
.service-card.featured.price-only h3 { margin-bottom: 0; }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.service-number { font: italic 17px var(--serif); color: var(--rose); }
.tag { display: inline-block; padding: 6px 11px; border: 1px solid rgba(169,99,115,.25); border-radius: 999px; color: var(--rose); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; }
.service-card h3 { font: 400 clamp(30px, 3vw, 43px) var(--serif); margin: 48px 0 12px; }
.service-card p { color: var(--muted); max-width: 480px; margin: 0; }
.card-footer { margin-top: auto; padding-top: 35px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.card-footer strong, .compact-action strong { color: var(--wine); font: 400 29px var(--serif); white-space: nowrap; }
.card-footer small, .compact-action small { font: 600 11px var(--sans); }
.card-footer a, .compact-action a { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--rose); padding-bottom: 4px; }
.compact { padding: 31px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.compact h3 { font-size: 29px; margin: 20px 0 7px; }
.compact-action { display: grid; text-align: right; gap: 18px; }
.cards-depilacao { grid-template-columns: repeat(3, 1fr); }
.service-card.mini { min-height: 215px; padding: 28px; display: flex; flex-direction: column; background: linear-gradient(145deg, #fff, #eff0f1); }
.service-card.mini h3 { font-size: 28px; margin: 25px 0 18px; }
.mini-footer { margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.mini-footer strong { color: var(--wine); font: 400 27px var(--serif); white-space: nowrap; }
.mini-footer small { font: 600 11px var(--sans); }
.mini-footer a { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--rose); padding-bottom: 4px; }
.promo-heading { margin-bottom: 38px; }
.promo-block { border: 1px solid var(--line); background: #f7f7f8; padding: clamp(25px, 4vw, 46px); }
.packages-block { margin-top: 24px; background: #eceeef; }
.promo-title { display: flex; gap: 16px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.promo-title > span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--wine); color: white; font: italic 13px var(--serif); flex: 0 0 auto; }
.promo-title p { margin: 0; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.promo-title h4 { margin: 0; font: 400 29px var(--serif); }
.promo-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; }
.promo-list > div { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.promo-list span { font: 400 17px var(--serif); }
.promo-list span small { display: block; color: var(--muted); font: 10px var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.promo-list strong { color: var(--wine); font: 400 19px var(--serif); white-space: nowrap; }
.promo-list .consult strong { padding: 4px 10px; border-radius: 999px; background: var(--wine); color: white; font: 700 10px var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.package-card { min-height: 245px; background: white; border: 1px solid var(--line); padding: 25px; display: flex; flex-direction: column; position: relative; }
.package-card.featured-package { background: var(--wine); color: white; }
.package-number { color: #a0a1a5; font: italic 13px var(--serif); }
.package-badge { position: absolute; top: 20px; right: 20px; padding: 5px 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
.package-card h4 { margin: 26px 0 5px; font: 400 27px var(--serif); }
.package-card p { margin: 0; color: var(--muted); font-size: 13px; }
.package-card.featured-package p { color: #d2d3d5; }
.package-card > div:last-child { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; align-items: end; gap: 14px; }
.package-card strong { color: var(--wine); font: 400 25px var(--serif); white-space: nowrap; }
.package-card.featured-package strong { color: white; }
.package-card a { font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--rose); padding-bottom: 3px; }
.promo-cta { margin-top: 24px; padding: 30px clamp(25px, 4vw, 46px); background: #dedfe1; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.promo-cta p { color: var(--muted); margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.promo-cta h4 { margin: 4px 0 0; font: 400 25px var(--serif); }

.care-section { padding: 105px clamp(22px, 7vw, 110px); background: var(--powder); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); }
.duration { border-left: 2px solid var(--rose); padding-left: 18px; display: grid; margin-top: 38px; }
.duration span { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }
.duration strong { font: 400 29px var(--serif); color: var(--wine); }
.care-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
.care-list li { padding: 25px; border-left: 1px solid rgba(53,54,58,.15); border-bottom: 1px solid rgba(53,54,58,.15); display: flex; gap: 15px; }
.care-list li:nth-child(3), .care-list li:nth-child(4) { border-bottom: 0; }
.care-list li > span { font: italic 14px var(--serif); color: var(--rose); }
.care-list h3 { font: 400 22px var(--serif); margin: 0 0 8px; }
.care-list p { color: var(--muted); margin: 0; font-size: 14px; }

.booking { margin: 80px clamp(22px, 7vw, 110px) 0; padding: clamp(45px, 7vw, 85px); background: var(--wine); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; position: relative; overflow: hidden; }
.booking::after { content: 'LU'; position: absolute; right: -20px; bottom: -75px; font: 220px var(--serif); color: rgba(255,255,255,.035); }
.eyebrow.light { color: var(--blush); }
.booking h2 { font-size: clamp(44px, 5vw, 69px); }
.booking-copy > p:not(.eyebrow) { color: #dec6ca; }
.button-light { background: white; color: var(--wine); margin-top: 15px; }
.contact-card { position: relative; z-index: 1; display: grid; align-content: center; }
.contact-card > * { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; gap: 3px; }
.contact-card span { color: #dcbec3; font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.contact-card strong { font: 400 clamp(18px, 2vw, 24px) var(--serif); overflow-wrap: anywhere; }
.payments { display: flex; justify-content: space-between; gap: 30px; padding: 45px clamp(22px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.payments > p { font: 400 21px var(--serif); margin: 0; }
.payments div { display: flex; flex-wrap: wrap; gap: 10px; justify-content: end; }
.payments span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; font-size: 11px; color: var(--muted); }
footer { padding: 43px clamp(22px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.footer-brand { display: flex; gap: 9px; align-items: center; color: var(--wine); }
.footer-brand strong { font: 400 29px var(--serif); }.footer-brand span { font: italic 15px var(--serif); }
.copyright { font-size: 10px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 8; width: 52px; height: 52px; border-radius: 50%; background: var(--wine); color: white; display: grid; place-items: center; font-size: 22px; box-shadow: 0 10px 25px rgba(67,47,52,.25); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }

@media (max-width: 860px) {
  .header { height: 72px; position: absolute; }
  .menu-toggle { display: block; z-index: 12; }
  .nav { position: fixed; inset: 0 0 auto; min-height: 100vh; background: #f6f6f7; flex-direction: column; justify-content: center; transform: translateX(100%); transition: transform .3s ease; font-size: 18px; z-index: 11; }
  .nav.open { transform: translateX(0); }
  .menu-toggle.open { position: fixed; right: 22px; top: 15px; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 125px; background: linear-gradient(165deg, #fafafa 0 62%, #dedfe1 62%); }
  .hero-art { min-height: 440px; margin-top: 35px; }
  .arch { height: 420px; max-width: 330px; }
  .cards-featured, .cards-compact, .care-section, .booking { grid-template-columns: 1fr; }
  .cards-depilacao { grid-template-columns: 1fr 1fr; }
  .package-grid { grid-template-columns: 1fr 1fr; }
  .care-section, .booking { gap: 45px; }
  .booking { margin-left: 0; margin-right: 0; }
}

@media (max-width: 580px) {
  .hero { min-height: auto; }
  .hero h1 { font-size: 50px; }
  .hero-text { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 370px; }.arch { height: 360px; }
  .section, .care-section { padding-top: 78px; padding-bottom: 78px; }
  .section-heading { margin-bottom: 50px; }
  .section-heading h2, .care-section h2 { font-size: 42px; }
  .service-card.featured { min-height: 340px; }
  .compact { align-items: start; flex-direction: column; }
  .compact-action { width: 100%; display: flex; align-items: end; justify-content: space-between; text-align: left; }
  .care-list { grid-template-columns: 1fr; }
  .care-list li, .care-list li:nth-child(3) { border-bottom: 1px solid rgba(53,54,58,.15); }
  .care-list li:last-child { border-bottom: 0; }
  .service-tabs { width: 100%; border-radius: 18px; }
  .service-tabs { flex-wrap: wrap; }
  .service-tab { flex: 1 1 calc(50% - 6px); white-space: normal; padding: 12px 10px; }
  .cards-depilacao { grid-template-columns: 1fr; }
  .promo-list, .package-grid { grid-template-columns: 1fr; }
  .promo-cta { flex-direction: column; align-items: stretch; }
  .promo-cta .button { width: 100%; }
  .payments, footer { flex-direction: column; align-items: flex-start; }
  .payments div { justify-content: start; }
}

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