:root {
  --ivory: #fbf8f3;
  --cream: #f3eadf;
  --sand: #dfcdb9;
  --gold: #9b753c;
  --gold-light: #c3a370;
  --brown: #3e312b;
  --muted: #766b64;
  --white: #ffffff;
  --line: rgba(83, 62, 48, .14);
  --shadow: 0 24px 65px rgba(74, 55, 43, .11);
  --radius: 28px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; color: var(--brown); background: var(--ivory); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }

h1, h2, h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.05; }
h1 { font-size: clamp(3.6rem, 7vw, 6.3rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.75rem, 5vw, 4.6rem); letter-spacing: -.035em; }
h3 { font-size: 2rem; }
em { color: var(--gold); font-weight: 500; }
.eyebrow { display: inline-block; font-size: .75rem; font-weight: 600; letter-spacing: .24em; color: var(--gold); margin-bottom: 22px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: .35s ease; }
.site-header.scrolled { background: rgba(251,248,243,.94); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(62,49,43,.08); padding: 11px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-monogram { font-family: 'Cormorant Garamond', serif; font-size: 3rem; line-height: .8; color: var(--gold); letter-spacing: -.16em; padding-right: .14em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { letter-spacing: .32em; font-weight: 500; font-size: 1.05rem; }
.brand-copy small { font-size: .53rem; letter-spacing: .12em; margin-top: 7px; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 34px; text-transform: uppercase; font-size: .72rem; font-weight: 500; letter-spacing: .06em; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--gold); transition: .3s; }
.main-nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid var(--gold); color: var(--gold); padding: 11px 22px; border-radius: 7px; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 1px; background: var(--brown); margin: 6px; transition: .3s; }

.hero { position: relative; min-height: 100vh; padding: 145px 0 35px; background: linear-gradient(135deg, #fbf8f3 0%, #f4ece2 55%, #efe1d3 100%); overflow: hidden; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; }
.hero-glow-one { width: 480px; height: 480px; background: rgba(255,255,255,.75); left: -180px; top: 120px; }
.hero-glow-two { width: 420px; height: 420px; background: rgba(196,163,112,.14); right: -80px; bottom: 80px; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 65px; position: relative; z-index: 2; }
.hero-copy p { font-size: 1.02rem; color: var(--muted); max-width: 600px; margin: 28px 0 35px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-actions-mobile { display: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 24px; border-radius: 8px; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; transition: .3s ease; }
.btn-primary { background: var(--gold); color: white; box-shadow: 0 14px 28px rgba(155,117,60,.25); }
.btn-primary:hover { transform: translateY(-3px); background: #87632f; }
.btn-outline { border: 1px solid var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: white; }
.whatsapp-icon { font-size: 1.15rem; margin-right: 10px; }
.text-link { color: var(--brown); font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.text-link span { color: var(--gold); font-size: 1.1rem; margin-left: 7px; }

.hero-photo-wrap { position: relative; height: 630px; }
.hero-frame { position: absolute; inset: 22px -22px -22px 22px; border: 1px solid rgba(155,117,60,.42); border-radius: 220px 220px 22px 22px; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; border-radius: 220px 220px 22px 22px; box-shadow: var(--shadow); position: relative; z-index: 2; }
.hero-badge { position: absolute; z-index: 3; left: -48px; bottom: 58px; background: rgba(255,255,255,.91); backdrop-filter: blur(16px); padding: 20px 24px; border-radius: 16px; display: flex; align-items: center; gap: 16px; box-shadow: 0 18px 44px rgba(66,45,31,.13); }
.hero-badge span { font-family: 'Cormorant Garamond'; font-size: 2.4rem; color: var(--gold); }
.hero-badge p { font-size: .72rem; line-height: 1.5; color: var(--muted); }

.trust-bar { position: relative; z-index: 4; margin-top: 58px; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); border-radius: 18px; box-shadow: 0 22px 55px rgba(64,47,37,.1); display: grid; grid-template-columns: repeat(5,1fr); padding: 25px 18px; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 4px 14px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { font-size: 1.65rem; color: var(--gold); }
.trust-item p { font-size: .67rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .035em; color: var(--muted); }
.trust-item strong { color: var(--brown); font-weight: 500; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-visual { position: relative; padding-left: 35px; }
.portrait-card { width: 88%; height: 660px; border-radius: 180px 180px 26px 26px; overflow: hidden; box-shadow: var(--shadow); }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.about-quote { position: absolute; right: -10px; bottom: 45px; width: 285px; padding: 25px; background: var(--cream); border-left: 2px solid var(--gold); font-family: 'Cormorant Garamond'; font-size: 1.55rem; line-height: 1.22; font-style: italic; box-shadow: 0 18px 42px rgba(61,44,33,.1); }
.about-copy h2 { margin-bottom: 30px; }
.about-copy p { color: var(--muted); margin-bottom: 18px; }
.signature { font-family: 'Cormorant Garamond'; color: var(--gold); font-size: 2rem; margin-top: 28px; font-style: italic; }
.signature small { display: block; font-family: 'Montserrat'; font-style: normal; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

.procedures { background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; margin-bottom: 58px; }
.section-heading p { color: var(--muted); padding-bottom: 8px; }
.procedure-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.procedure-card { background: #fff; border-radius: 22px; overflow: hidden; display: grid; grid-template-columns: 42% 58%; min-height: 350px; box-shadow: 0 16px 46px rgba(71,52,40,.08); transition: .35s ease; }
.procedure-card:hover { transform: translateY(-7px); box-shadow: 0 24px 58px rgba(71,52,40,.13); }
.procedure-art { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.procedure-art > span { position: absolute; top: 18px; left: 20px; color: rgba(75,55,44,.45); font-size: .75rem; letter-spacing: .12em; }
.art-one { background: linear-gradient(155deg,#e9d4c5,#c39b82); }
.art-two { background: linear-gradient(155deg,#ede6db,#c7b7a1); }
.art-three { background: linear-gradient(155deg,#edd3d0,#c49390); }
.art-four { background: linear-gradient(155deg,#e9dccd,#b89b82); }
.line-face { width: 115px; height: 155px; border: 2px solid rgba(255,255,255,.7); border-radius: 48% 52% 47% 53%; position: relative; }
.line-face:before { content: ''; position: absolute; width: 42px; height: 14px; border-top: 2px solid rgba(255,255,255,.7); border-radius: 50%; top: 55px; left: 35px; transform: rotate(-4deg); }
.line-face:after { content: ''; position: absolute; width: 30px; height: 12px; border-bottom: 2px solid rgba(255,255,255,.7); border-radius: 50%; bottom: 34px; left: 40px; }
.line-lips { width: 128px; height: 58px; border: 2px solid rgba(255,255,255,.75); border-radius: 50% 50% 45% 45%; transform: rotate(-7deg); position: relative; }
.line-lips:after { content:''; position:absolute; left:8px; right:8px; top:26px; border-top:2px solid rgba(255,255,255,.75); transform: rotate(3deg); }
.line-body { width: 100px; height: 170px; border-left: 2px solid rgba(255,255,255,.75); border-right: 2px solid rgba(255,255,255,.75); border-radius: 45%; position: relative; }
.line-body:after { content:''; position:absolute; left:-18px; right:-18px; top:82px; height:44px; border:2px solid rgba(255,255,255,.75); border-radius:50%; }
.procedure-content { padding: 34px 32px; display: flex; flex-direction: column; justify-content: center; }
.procedure-content h3 { margin-bottom: 15px; }
.procedure-content p { color: var(--muted); font-size: .86rem; line-height: 1.75; margin-bottom: 22px; }
.procedure-content a { color: var(--gold); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; margin-top: auto; }

.differences { background: var(--brown); color: white; }
.differences-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.differences-copy p { color: rgba(255,255,255,.65); margin: 30px 0; max-width: 500px; }
.differences .btn-outline { color: #e3c693; border-color: #c8a66b; }
.difference-list { border-top: 1px solid rgba(255,255,255,.18); }
.difference-item { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.difference-item > span { font-family: 'Cormorant Garamond'; color: #d2ad70; font-size: 1.4rem; }
.difference-item h3 { font-size: 1.75rem; margin-bottom: 6px; }
.difference-item p { color: rgba(255,255,255,.58); font-size: .84rem; }

.journey { background: #fff; }
.center-heading { text-align: center; max-width: 680px; margin: 0 auto 58px; }
.journey-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.journey-step { padding: 33px 25px; border: 1px solid var(--line); border-radius: 18px; position: relative; background: linear-gradient(160deg,#fff,#fbf7f1); }
.journey-step span { display: inline-flex; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; background: var(--cream); color: var(--gold); font-size: .75rem; margin-bottom: 24px; }
.journey-step h3 { font-size: 1.65rem; margin-bottom: 10px; }
.journey-step p { color: var(--muted); font-size: .82rem; }

.instagram { background: var(--ivory); padding-top: 80px; }
.instagram-card { background: linear-gradient(125deg,#efe2d3,#fbf8f3); border-radius: var(--radius); padding: 65px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 55px; overflow: hidden; box-shadow: var(--shadow); }
.instagram-copy p { color: var(--muted); margin: 24px 0 30px; }
.instagram-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; transform: rotate(4deg); }
.insta-tile { aspect-ratio: 1; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond'; color: white; letter-spacing: .12em; box-shadow: 0 12px 30px rgba(65,46,34,.12); }
.tile-a { background: #b7966f; font-size: 3.5rem; }
.tile-b { background: #d7c2aa; color: var(--brown); font-size: 1rem; }
.tile-c { background: #6b5042; font-size: 1.1rem; }
.tile-d { background: #eee7dd; color: var(--gold); font-size: .8rem; }

.final-cta { background: #fff; }
.final-card { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--cream); border-radius: var(--radius); overflow: hidden; min-height: 560px; }
.final-copy { padding: 70px 65px; display: flex; flex-direction: column; justify-content: center; }
.final-copy p { color: var(--muted); margin: 26px 0; max-width: 580px; }
.contact-lines { display: flex; flex-direction: column; gap: 7px; margin-bottom: 30px; color: var(--gold); font-weight: 500; font-size: .9rem; }
.final-copy .btn { align-self: flex-start; }
.final-photo { position: relative; min-height: 520px; }
.final-photo:after { content:''; position:absolute; inset:0; background: linear-gradient(90deg,var(--cream),transparent 26%); }
.final-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }

footer { background: #312720; color: rgba(255,255,255,.75); padding: 55px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .5fr; align-items: center; gap: 30px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.5); }
.footer-grid p { font-size: .76rem; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a:hover { color: #d4b37d; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 35px; padding-top: 22px; display: flex; justify-content: space-between; font-size: .65rem; }

.floating-whatsapp { position: fixed; z-index: 95; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #25d366; color: white; font-size: 1.65rem; box-shadow: 0 12px 28px rgba(37,211,102,.32); transition: .3s; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 0; background: rgba(251,248,243,.98); flex-direction: column; justify-content: center; gap: 28px; transform: translateX(100%); transition: .4s ease; font-size: .9rem; }
  .main-nav.open { transform: translateX(0); }
  .menu-toggle { display: block; position: relative; z-index: 110; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 130px; }
  .hero-grid, .about-grid, .differences-grid, .instagram-card, .final-card { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy p { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-photo-wrap { height: 620px; max-width: 560px; margin: 20px auto 0; }
  .trust-bar { grid-template-columns: repeat(2,1fr); }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px; }
  .trust-item:last-child { grid-column: 1/-1; border-bottom: 0; }
  .about-grid { gap: 65px; }
  .about-visual { max-width: 620px; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .journey-grid { grid-template-columns: repeat(2,1fr); }
  .instagram-visual { max-width: 520px; margin: 0 auto; }
  .final-photo { min-height: 560px; order: -1; }
  .final-photo:after { background: linear-gradient(180deg,transparent 75%,var(--cream)); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .brand-copy small { display: none; }
  .brand-monogram { font-size: 2.55rem; }
  .hero { padding-top: 112px; }
  h1 { font-size: 3.65rem; }
  h2 { font-size: 3rem; }
  .hero-photo-wrap { height: 520px; }
  .hero-frame { inset: 12px -8px -12px 8px; }
  .hero-badge { left: 14px; right: 14px; bottom: 18px; }
  .trust-bar { margin-top: 35px; grid-template-columns: 1fr; }
  .trust-item, .trust-item:last-child { grid-column: auto; justify-content: flex-start; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .portrait-card { width: 100%; height: 520px; }
  .about-visual { padding-left: 0; }
  .about-quote { right: 8px; left: 22px; bottom: -35px; width: auto; }
  .about-copy { margin-top: 35px; }
  .procedure-grid { grid-template-columns: 1fr; }
  .procedure-card { grid-template-columns: 1fr; }
  .procedure-art { min-height: 260px; }
  .journey-grid { grid-template-columns: 1fr; }
  .instagram-card { padding: 42px 24px; }
  .final-copy { padding: 48px 25px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .btn { width: 100%; }
  .text-link { width: 100%; text-align: center; }
}

/* Refinamentos visuais SB Vitta */
@media (min-width: 981px) {
  .hero { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; }
  .hero-grid { padding-top: 28px; }
}

.procedure-art { min-height: 350px; background: #e9ded2; }
.procedure-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(43,31,25,.05), rgba(43,31,25,.16));
  pointer-events: none;
}
.procedure-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease;
}
.procedure-card:hover .procedure-art img { transform: scale(1.055); filter: saturate(1.04) contrast(1.02); }
.procedure-art > span {
  z-index: 2;
  color: #fff;
  background: rgba(57,42,34,.45);
  backdrop-filter: blur(8px);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  top: 16px;
  left: 16px;
  text-shadow: 0 1px 4px rgba(0,0,0,.28);
}
.procedure-content a { display: inline-flex; align-items: center; gap: 7px; }
.procedure-content a span { transition: transform .25s ease; }
.procedure-content a:hover span { transform: translateX(4px); }

.floating-whatsapp::before {
  content: '';
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(37,211,102,.45);
  border-radius: 50%;
  animation: whatsappPulse 2.4s ease-out infinite;
}
@keyframes whatsappPulse {
  0% { transform: scale(.88); opacity: .8; }
  70%,100% { transform: scale(1.35); opacity: 0; }
}

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

@media (max-width: 680px) {
  /* Mantém o texto antes da foto no celular */
  .hero-copy { order: 1; }
  .hero-photo-wrap { order: 2; }
  .procedure-art { min-height: 330px; }
  .procedure-art img { object-position: center; }
}


/* Hero mobile: foto inteira e acoes abaixo da imagem */
@media (max-width: 680px) {
  .hero { padding-top: 96px; }
  .hero-grid { gap: 12px; }
  .hero-copy { order: 1; }
  .hero-copy > .hero-actions { display: none; }
  .hero-copy p { margin: 20px auto 8px; }
  .hero-photo-wrap {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .hero-frame { display: none; }
  .hero-photo {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 150px 150px 18px 18px;
  }
  .hero-badge { display: none; }
  .hero-actions-mobile {
    order: 3;
    display: flex;
    width: 100%;
    margin-top: 8px;
    gap: 18px;
    justify-content: center;
  }
  .hero-actions-mobile .btn,
  .hero-actions-mobile .text-link { width: 100%; }
  .trust-bar { margin-top: 28px; }
}
