/*
Theme Name: Furquim Beauty Clinic
Theme URI: https://furquimbeautyclinic.com.br
Author: Furquim Beauty Clinic
Description: Tema institucional premium para clínica de estética facial e corporal.
Version: 1.0.0
Text Domain: furquim-beauty
*/

:root {
  --fbc-gold: #b89148;
  --fbc-gold-light: #e8d2a1;
  --fbc-black: #11100e;
  --fbc-cream: #faf8f3;
  --fbc-white: #ffffff;
  --fbc-muted: #6f6a61;
  --fbc-border: rgba(184, 145, 72, .24);
  --fbc-shadow: 0 20px 60px rgba(35, 28, 16, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fbc-black); background: var(--fbc-white); font-family: "Montserrat", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.section--cream { background: var(--fbc-cream); }
.eyebrow { margin: 0 0 12px; color: var(--fbc-gold); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.4rem, 4.5vw, 4.2rem); }
h3 { font-size: 1.7rem; }
.lead { max-width: 670px; color: var(--fbc-muted); font-size: 1.08rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 25px; border: 1px solid var(--fbc-gold); border-radius: 999px; background: var(--fbc-gold); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); background: #987538; border-color: #987538; box-shadow: 0 12px 30px rgba(184,145,72,.25); }
.btn--outline { background: transparent; color: var(--fbc-black); }

.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; border-bottom: 1px solid rgba(184,145,72,.12); background: rgba(255,255,255,.93); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 28px; }
.custom-logo-link img { width: auto; max-height: 66px; }
.brand-fallback { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; letter-spacing: .12em; text-transform: uppercase; }
.main-nav ul { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.main-nav a { font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.main-nav a:hover { color: var(--fbc-gold); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px auto; background: var(--fbc-black); }

.hero { position: relative; display: grid; min-height: 780px; padding-top: 86px; overflow: hidden; background: linear-gradient(105deg, #fff 0%, #fff 50%, #f4ecdc 100%); }
.hero::after { position: absolute; top: 16%; right: -8%; width: 520px; height: 520px; border: 1px solid var(--fbc-border); border-radius: 50%; content: ""; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.hero-copy { padding: 80px 0; }
.hero-copy h1 span { display: block; color: var(--fbc-gold); font-style: italic; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-visual { position: relative; min-height: 570px; border-radius: 240px 240px 24px 24px; background: linear-gradient(145deg, #f8f2e7, #e4c98e); box-shadow: var(--fbc-shadow); overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.hero-mark { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.72); font-family: "Cormorant Garamond", Georgia, serif; font-size: 8rem; }
.trust-line { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 32px; color: var(--fbc-muted); font-size: .9rem; }
.trust-line span::before { margin-right: 8px; color: var(--fbc-gold); content: "✦"; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.treatments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.treatment-card { display: flex; flex-direction: column; min-height: 310px; padding: 34px; border: 1px solid var(--fbc-border); border-radius: 2px 42px 2px 2px; background: #fff; transition: .3s ease; }
.treatment-card:hover { transform: translateY(-7px); border-color: var(--fbc-gold); box-shadow: var(--fbc-shadow); }
.treatment-card__number { color: var(--fbc-gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; }
.treatment-card p { color: var(--fbc-muted); }
.treatment-card__link { margin-top: auto; color: var(--fbc-gold); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.about-panel { position: relative; min-height: 520px; background: #e8d5ad; }
.about-panel::before { position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.7); content: ""; }
.about-panel img { width: 100%; height: 520px; object-fit: cover; }
.credential { margin: 30px 0; padding: 20px 24px; border-left: 2px solid var(--fbc-gold); background: #fff; box-shadow: var(--fbc-shadow); }
.credential strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.4rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--fbc-border); }
.process-item { padding: 32px 26px; background: var(--fbc-cream); }
.process-item b { display: block; margin-bottom: 16px; color: var(--fbc-gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.2rem; }

.cta { padding: 88px 0; background: var(--fbc-black); color: #fff; text-align: center; }
.cta p { max-width: 650px; margin: 0 auto 28px; color: #c9c4bc; }
.site-footer { padding: 60px 0 28px; background: #080807; color: #d8d3ca; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; }
.footer-title { color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; }
.footer-bottom { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #918c83; font-size: .8rem; }
.whatsapp-float { position: fixed; z-index: 999; right: 24px; bottom: 24px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #25d366; color: #fff; font-weight: 800; box-shadow: 0 14px 30px rgba(0,0,0,.24); }
.page-hero { padding: 170px 0 76px; background: var(--fbc-cream); text-align: center; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.single-content { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 100px; }
.entry-content h2 { margin-top: 40px; font-size: 2.2rem; }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 86px; right: 0; bottom: 0; left: 0; display: none; padding: 42px 24px; background: #fff; }
  .main-nav.is-open { display: block; }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 24px; }
  .hero { min-height: auto; }
  .hero-inner, .about-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-visual { min-height: 440px; margin-bottom: 64px; }
  .hero-visual img { min-height: 440px; }
  .treatments-grid, .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 74px; }
  .main-nav { top: 74px; }
  .custom-logo-link img { max-height: 54px; }
  .hero { padding-top: 74px; }
  .hero-inner { gap: 20px; }
  .hero-copy { padding: 72px 0 30px; }
  .hero-visual, .hero-visual img { min-height: 360px; }
  .section-head { display: block; }
  .treatments-grid, .archive-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 270px; }
  .about-grid { gap: 34px; }
  .about-panel, .about-panel img { min-height: 390px; height: 390px; }
}
