:root {
  --brand-color: #DC9295;
  --brand-accent: #EDD1CD;
  --brand-accent-strong: #CFBC8D;
  --accent-gold: #BA9944;
  --text-color: #1f1f1f;
  --muted-color: #6b6b6b;
  --bg-color: #FFFFFE;
  --whatsapp-color: #25D366;
  --whatsapp-dark: #128C7E;
}

@font-face { font-family: "The Seasons"; src: url("media/fonts/TheSeasons-Bold.woff2") format("woff2"), url("media/fonts/TheSeasons-Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Montaser Arabic"; src: url("media/fonts/MontaserArabic-Light.woff2") format("woff2"), url("media/fonts/MontaserArabic-Light.woff") format("woff"); font-weight: 300; font-style: normal; font-display: swap; }

* { box-sizing: border-box; font-family: "Montaser Arabic", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: "Montaser Arabic", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: 300;
  color: var(--text-color);
  background: var(--bg-color);
  padding-top: 72px;
  overflow-x: hidden;
}
html { font-family: "Montaser Arabic", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }

.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: "The Seasons", serif; font-weight: 700; }
#quem-somos h2, #quem-somos .card h3 { font-family: "The Seasons", serif; font-weight: 700; }
#quem-somos p, #quem-somos .card p { font-family: "Montaser Arabic", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 300; color: #0d0d0d; }

#equipe h2, #equipe h3 { font-family: "The Seasons", serif; font-weight: 700; }
#equipe p, #equipe li { font-family: "Montaser Arabic", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 300; }
#equipe h4 { font-family: "The Seasons", serif; font-weight: 700; }
#equipe .member-handle, #equipe .member-subtitle { font-family: "Montaser Arabic", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 300; }

#contato h2, #contato h3 { font-family: "The Seasons", serif; font-weight: 700; }
#contato p, #contato li, #contato a { font-family: "Montaser Arabic", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 300; }

#tratamentos-list h2, #tratamentos-list h3 { font-family: "The Seasons", serif; font-weight: 700; }
#tratamentos-list p, #tratamentos-list li { font-family: "Montaser Arabic", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 300; }

.site-header { position: fixed; left: 0; right: 0; top: 0; z-index: 60; background: linear-gradient(180deg, #c88b96, var(--brand-color)); box-shadow: 0 8px 20px rgba(183,110,121,.25); border-bottom: none; }
.nav { display: flex; align-items: center; justify-content: space-between; height: 88px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text-color); font-weight: 600; }
.brand-logo { height: 72px; width: auto; display: block; object-fit: contain; opacity: 0; transition: opacity .25s ease; }
.brand-logo { filter: brightness(1.06) contrast(1.22) saturate(1.18) drop-shadow(0 0 6px rgba(255,255,255,.22)) drop-shadow(0 6px 8px rgba(0,0,0,.35)) drop-shadow(0 18px 28px rgba(0,0,0,.25)); }
.brand-text { display: none; font-weight: 700; }

.menu { display: flex; align-items: center; gap: 24px; }
.menu a { text-decoration: none; color: var(--text-color); font-weight: 500; }
.menu a:hover { color: var(--brand-color); }
.menu-toggle { display: none; appearance: none; border: none; background: transparent; font-size: 24px; line-height: 1; }

.site-header .brand { color: #fff; }
.site-header .brand-text { color: #fff; }
.site-header .menu a { color: #fff; }
.site-header .menu a:hover { color: #fff; opacity: .85; }
.site-header .menu-toggle { color: #fff; }

.hero { position: relative; padding: 120px 0; background: var(--bg-color); border-bottom: 1px solid rgba(186,153,68,.18); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background: rgba(0,0,0,.20); backdrop-filter: blur(2px) saturate(.9) brightness(.96); }
.hero .container { position: relative; z-index: 1; }
.hero-content { text-align: center; }
.hero h1 { font-family: "The Seasons", serif; font-weight: 700; font-size: 42px; line-height: 1.1; margin: 0 0 12px; }
.hero #hero-title { color: #fff; }
.hero p { margin: 0 0 24px; color: var(--muted-color); font-size: 18px; }
.hero-logo { height: 220px; width: auto; display: inline-block; margin-bottom: 12px; object-fit: contain; opacity: 0; transition: opacity .25s ease; }
.hero-logo { filter: brightness(1.08) contrast(1.22) saturate(1.18) drop-shadow(0 0 8px rgba(255,255,255,.25)) drop-shadow(0 8px 10px rgba(0,0,0,.35)) drop-shadow(0 22px 32px rgba(0,0,0,.25)); }
.logo-loaded { opacity: 1; }
.hero-bullets { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 8px; }
.hero-bullets li { color: #fff; font-weight: 600; }
.hero-image { width: 100%; max-width: 860px; aspect-ratio: 16/9; min-height: 300px; margin: 0 auto 24px; border-radius: 16px; border: 0; background: none; box-shadow: 0 6px 18px rgba(0,0,0,.06); }

.actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
#quem-somos .actions { margin-top: 24px; }
.hero .actions { margin-top: 56px; }
#tratamentos-list .actions { margin-top: 80px; }
#antes-depois .actions { margin-top: 36px; }
#descobrir .actions { margin-top: 64px; }
#contato .actions { margin-top: 56px; }
.button { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.button.primary { background: var(--brand-color); color: #fff; letter-spacing: .2px; }
.button.primary:hover { box-shadow: 0 8px 20px rgba(168,78,92,.25); transform: translateY(-1px); }
.button.ghost { border: 1px solid var(--brand-color); color: var(--brand-color); background: transparent; }
.button.ghost:hover { background: var(--brand-color); color: #fff; }

.section { padding: 80px 0; }
.section.alt { background: var(--brand-accent); }
.section h2 { font-size: 28px; margin: 0 0 24px; line-height: 1.25; letter-spacing: .2px; font-family: "The Seasons", serif; }
.section h2::after { content: ""; display: block; width: 60px; height: 2px; background: var(--accent-gold); border-radius: 2px; margin: 8px 0 0; }
.text-rose { color: var(--brand-color); }

.grid.two { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; }
.grid .feature-media { border-radius: 16px; background: linear-gradient(135deg, #fff, var(--brand-accent)); min-height: 320px; overflow: hidden; }
.feature-media { aspect-ratio: 16/9; position: relative; }
.feature-media video { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 16px; }
.video-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 72px; width: 72px; border-radius: 999px; border: none; background: linear-gradient(180deg, var(--whatsapp-color), #1ac45a); box-shadow: 0 12px 30px rgba(18,140,126,.35); color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.video-play::after { content: ""; display: block; width: 0; height: 0; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; }
.video-play:hover { background: var(--whatsapp-dark); }
.video-error { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(246,233,236,.85)); border-radius: 16px; }
.video-error-inner { display: flex; gap: 12px; align-items: center; }
.img-frame { border-radius: 18px; background: #eee; min-height: 360px; border: 2px solid rgba(183,110,121,.3); box-shadow: 0 10px 24px rgba(0,0,0,.08); overflow: hidden; }
.hero-photo { background: linear-gradient(135deg, #f7f2f4, #e9d3d8); position: relative; }
#hero-photo-next.carousel-next { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); height: 36px; width: 36px; border-radius: 999px; border: none; background: linear-gradient(180deg, var(--brand-color), #c88b96); box-shadow: 0 10px 24px rgba(183,110,121,.25); color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
#hero-photo-next.carousel-next::after { content: ""; display: block; width: 0; height: 0; border-left: 10px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
#hero-photo-next.carousel-next:hover { background: linear-gradient(180deg, #c07a85, #d29aa4); }

.hero-image-img { width: 100%; height: auto; display: block; }

.cards { display: grid; gap: 16px; }
.cards.trio { grid-template-columns: repeat(3, 1fr); }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }

.cards.trio .card { position: relative; padding: 20px; border-radius: 16px; background: linear-gradient(180deg, #ffffff 0%, rgba(237,209,205,.45) 100%); border: 1px solid rgba(186,153,68,.22); box-shadow: 0 8px 24px rgba(0,0,0,.06); transition: transform .2s ease, box-shadow .2s ease; }
.cards.trio .card::after { content: ""; position: absolute; inset: 0; border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.65); pointer-events: none; }
.cards.trio .card:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.09); }
.cards.trio .card h3 { margin: 0 0 8px; font-weight: 700; color: var(--text-color); font-family: "The Seasons", serif; }
.cards.trio .card h3::before { content: ""; display: inline-block; height: 12px; width: 12px; border-radius: 999px; background: var(--accent-gold); box-shadow: 0 0 0 4px rgba(186,153,68,.15); margin-right: 8px; vertical-align: middle; }
.cards.trio .card p { margin: 0; color: var(--muted-color); }

.list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.icon-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.icon-list li { position: relative; padding-left: 28px; }
.icon-list li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 18px; width: 18px; border-radius: 999px; background: var(--accent-gold); box-shadow: inset 0 0 0 2px rgba(255,255,255,.8); }
.cta-green { background: linear-gradient(180deg, var(--whatsapp-color), #1ac45a); color: #fff; }
.cta-green:hover { background: var(--whatsapp-dark); }
.heartbeat { animation: heartbeat 1.4s ease-in-out infinite; will-change: transform; }
@keyframes heartbeat {
  0% { transform: scale(1); }
  14% { transform: scale(1.03); }
  28% { transform: scale(1); }
  42% { transform: scale(1.07); }
  60% { transform: scale(1); }
  100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .heartbeat { animation: none; }
}

@keyframes card-pan {
  0% { background-position: 50% 50%; background-size: 98%; }
  50% { background-position: 54% 50%; background-size: 101%; }
  100% { background-position: 46% 50%; background-size: 100%; }
}

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-grid .img-frame.gf { aspect-ratio: 1 / 1; height: 280px; min-height: auto; background-size: 98%; background-repeat: no-repeat; background-position: center; transition: transform .25s ease, box-shadow .25s ease; cursor: zoom-in; border: 3px solid #e74c3c; box-shadow: 0 16px 30px rgba(0,0,0,.14); will-change: background-position, background-size, transform, box-shadow; }
.gallery-grid .img-frame.gf:hover { animation: card-pan 4.5s ease-in-out infinite; transform: translateY(-6px); box-shadow: 0 24px 48px rgba(0,0,0,.2); }

@media (prefers-reduced-motion: reduce) {
  .gallery-grid .img-frame.gf:hover { animation: none; }
}
.gallery-wide { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.video-thumb { border-radius: 16px; background: #e8e8e8; height: 180px; box-shadow: 0 8px 20px rgba(0,0,0,.06); }
.video-thumb video { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 16px; }
.modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.55); z-index: 80; }
.modal.open { display: flex; }
.modal-content { position: relative; width: 84vw; max-width: 900px; border-radius: 16px; background: #000; box-shadow: 0 14px 40px rgba(0,0,0,.35); padding: 8px; }
.modal-content video { width: 100%; height: auto; max-height: 70vh; object-fit: contain; display: block; border-radius: 12px; background: #000; }
.modal-content img { width: 100%; height: auto; max-height: 70vh; object-fit: contain; display: none; border-radius: 12px; background: #000; }
.modal-nav { position: absolute; top: 50%; transform: translateY(-50%); height: 42px; width: 42px; border-radius: 999px; border: none; background: rgba(255,255,255,.2); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; display: none; align-items: center; justify-content: center; }
.modal.open .modal-nav { display: inline-flex; }
.modal-nav.prev { left: 8px; }
.modal-nav.next { right: 8px; }
.modal-nav:hover { background: rgba(255,255,255,.35); }
.modal-close { position: absolute; right: 8px; top: 8px; height: 44px; width: 44px; border-radius: 999px; border: none; background: rgba(255,255,255,.25); color: #fff; font-size: 22px; cursor: pointer; z-index: 5; pointer-events: auto; display: inline-flex; align-items: center; justify-content: center; }
.modal-close:hover { background: rgba(255,255,255,.4); }

.card { border: 1px solid #eee; border-radius: 16px; padding: 20px; background: #fff; }
.card h3 { margin: 0 0 8px; font-size: 18px; font-family: "The Seasons", serif; }
.card p { margin: 0; color: var(--muted-color); }

.service { min-height: 140px; }
.team .avatar { height: 80px; width: 80px; border-radius: 999px; background: linear-gradient(135deg, var(--brand-accent), #fff); margin-bottom: 12px; }

.contact .list { list-style: none; padding: 0; margin: 0 0 16px; }
.contact .list li { display: flex; gap: 8px; align-items: center; }
.contact .map { border-radius: 16px; background: #eee; min-height: 280px; }

.site-footer { background: linear-gradient(180deg, var(--brand-accent) 0%, var(--brand-color) 100%); color: #fff; padding: 20px 0; border-top: 1px solid rgba(186,153,68,.25); }
.footer-content { display: flex; align-items: center; justify-content: space-between; }
.footer-left { font-weight: 600; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--accent-gold); }
.footer-left .ig-link { display: inline-flex; align-items: center; gap: 8px; }
.icon-ig { width: 48px; height: 48px; fill: currentColor; display: inline-block; vertical-align: middle; }
.contact .list .ig-link { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-color); }
.footer-right { display: flex; align-items: center; }

.site-credits { text-align: center; font-size: 12px; color: var(--muted-color); padding: 8px 0 16px; }
.site-credits a { color: var(--muted-color); text-decoration: none; }
.site-credits a:hover { color: var(--brand-color); }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; height: 72px; width: 72px; border-radius: 999px; background: var(--whatsapp-color); color: #fff; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 14px 36px rgba(18,140,126,.38); z-index: 60; }
.whatsapp-float:hover { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(18,140,126,.4); background: var(--whatsapp-dark); }
.
.whatsapp-float svg { width: 30px; height: 30px; }

@media (min-width: 961px) {
  .site-header {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 12px;
    transform: none;
    width: auto;
    max-width: none;
    border-radius: 22px;
    background: linear-gradient(180deg, var(--brand-accent) 0%, var(--brand-color) 100%);
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
    border: 1px solid rgba(186,153,68,.22);
  }
  .site-header .nav {
    background: transparent;
    border-radius: 20px;
    box-shadow: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 36px;
    justify-content: flex-start;
  }
  .menu { margin-left: auto; }
  body { padding-top: 120px; }
}

@media (max-width: 960px) {
  .site-header { position: fixed; left: 8px; right: 8px; top: 8px; border-radius: 18px; background: linear-gradient(180deg, var(--brand-accent), var(--brand-color)); box-shadow: 0 10px 24px rgba(0,0,0,.12); border: 1px solid rgba(186,153,68,.22); }
  .site-header .nav { background: transparent; padding: 0 14px; height: 68px; }
  .brand-logo { height: 68px; }
  body { padding-top: 104px; }
  .menu { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; height: 40px; width: 40px; border-radius: 999px; background: rgba(255,255,255,.22); color: #fff; border: 1px solid rgba(255,255,255,.5); }
  .menu.open { display: flex; position: fixed; left: 8px; right: 8px; top: calc(8px + 68px); width: auto; height: calc(100vh - (8px + 68px)); overflow-y: auto; background: linear-gradient(180deg, var(--brand-accent), var(--brand-color)); box-shadow: 0 8px 20px rgba(183,110,121,.25); border-radius: 16px; border-bottom: none; padding: 20px; flex-direction: column; gap: 18px; z-index: 1000; }
  .menu.open a { color: #fff; }
  .grid.two { grid-template-columns: 1fr; }
  .grid.two.profile { grid-template-columns: 1fr; }
  .cards.trio { grid-template-columns: 1fr; }
  .cards.three { grid-template-columns: 1fr; }
  .cards.four { grid-template-columns: 1fr 1fr; }
  .hero { padding: 90px 0; }
  .hero h1 { font-size: 34px; }
  .hero-logo { height: 110px; }
  .hero-image { max-width: 100%; aspect-ratio: 4/3; min-height: 220px; }
  .list-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { padding: 0 12px; }
  .nav { padding: 0 12px; }
  .hero { padding: 56px 0; }
  .hero h1 { font-size: 26px; }
  .hero-logo { height: 90px; }
  .button { height: 38px; padding: 0 16px; }
  .hero .container { padding: 0; }
  .img-frame.hero-image { width: 100%; max-width: none; margin: 0; border: none; border-radius: 0; min-height: 180px; }
  .hero-image-img { width: 100%; height: auto; }
  .section h2 { text-align: center; }
  .section h2::after { margin: 8px auto 0; }
  .hero-content { text-align: center; }
  .team-card-body { text-align: center; padding: 0 14px; }
  .grid.two.profile { grid-template-columns: 1fr; gap: 12px; }
  .profile-text { text-align: left; max-width: 560px; margin: 0 auto; padding: 0 14px; }
  .section { padding: 52px 0; }
  .section h2 { font-size: 22px; }
  .cards { gap: 10px; }
  .hero-bullets { gap: 4px; }
  .grid .feature-media { min-height: 180px; }
  .feature-media video { object-fit: contain; }
  .profile-photo { max-width: 100%; }
  .profile-img, .member-img { object-fit: contain; }
  .profile-photo.img-frame { width: 100%; max-width: none; margin: 0; border: none; border-radius: 0; }
  .profile-img { width: 100%; height: auto; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .gallery-grid .img-frame.gf,
  .gallery-grid .img-frame.ga { height: 210px; border-width: 2px; }
  .gallery-grid .img-frame.gf,
  .gallery-grid .img-frame.ga { background-size: contain; background-position: center; }
  .img-frame { min-height: 200px; }
  .contact .map { min-height: 200px; }
  .modal-content { width: 94vw; padding: 6px; }
  .modal-nav { height: 38px; width: 38px; }
  .modal-close { height: 46px; width: 46px; }
  .whatsapp-float { right: 16px; bottom: 16px; height: 64px; width: 64px; }
  .whatsapp-float svg { width: 28px; height: 28px; }
  .cards.four { grid-template-columns: 1fr; }
  .profile-photo { max-width: 240px; margin: 0 auto 12px; }
  .member-photo { max-width: 220px; margin: 0 auto 10px; }
  .menu.open { width: 100%; left: 0; right: 0; }
  #antes-depois .container { padding: 0; }
  #antes-depois .gallery-grid { grid-template-columns: 1fr; gap: 10px; }
  #antes-depois .gallery-grid .img-frame.ga { width: 100%; margin: 0; border: none; border-radius: 0; aspect-ratio: 1 / 1; height: auto; min-height: auto; background-size: cover !important; background-position: center; }
  #galeria-videos .container { padding: 0; }
  #galeria-videos .gallery-grid { grid-template-columns: 1fr; gap: 10px; }
  #galeria-videos .gallery-grid .img-frame.gf { width: 100%; margin: 0; border: none; border-radius: 0; aspect-ratio: 1 / 1; height: auto; min-height: auto; background-size: cover !important; background-position: center; }
  #equipe .container { padding: 0; }
  #equipe .cards { gap: 0; }
  .team-cards { grid-template-columns: 1fr; }
  .team-cards .team-card { border-radius: 0; padding: 14px; }
  .team-card-photo.img-frame { width: 100%; margin: 0; border: none; border-radius: 0; }
  #equipe .team-card-body { padding: 0; }
}
/* limpeza de blocos quebrados removidos */

@media (max-width: 420px) {
  .container { padding: 0 10px; }
  .hero { padding: 48px 0; }
  .hero h1 { font-size: 22px; }
  .button { height: 36px; padding: 0 14px; }
  .section { padding: 44px 0; }
  .section h2 { font-size: 20px; }
  .gallery-grid .img-frame.gf,
  .gallery-grid .img-frame.ga { height: 200px; }
  .icon-ig { width: 42px; height: 42px; }
}
.section h2, .card h3, .menu a, .button, .brand-text, .icon-list li, .footer-left, .footer-right, .text-rose, .hero-bullets li { font-family: Montserrat, sans-serif; }
.hero h1, .section h2, .brand-text { font-family: 'Playfair Display', serif; }
.cards.four .card.service { position: relative; padding: 20px; border-radius: 16px; background: linear-gradient(180deg, #ffffff 0%, rgba(237,209,205,.45) 100%); border: 1px solid rgba(186,153,68,.22); box-shadow: 0 8px 24px rgba(0,0,0,.06); transition: transform .2s ease, box-shadow .2s ease; }
.cards.four .card.service::after { content: ""; position: absolute; inset: 0; border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.65); pointer-events: none; }
.cards.four .card.service:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.09); }
.cards.four .card.service h3 { margin: 0 0 8px; font-weight: 700; color: var(--text-color); font-family: 'Playfair Display', serif; }
.cards.four .card.service h3::before { content: ""; display: inline-block; height: 12px; width: 12px; border-radius: 999px; background: var(--accent-gold); box-shadow: 0 0 0 4px rgba(186,153,68,.15); margin-right: 8px; vertical-align: middle; }
.cards.four .card.service p { margin: 0; color: var(--muted-color); }
.grid.two.profile { align-items: start; gap: 12px; grid-template-columns: auto 1fr; }
.profile-photo { aspect-ratio: 4/5; width: 100%; max-width: 300px; }
.profile-img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 16px; }
.profile-text { font-size: 14px; line-height: 1.55; color: var(--text-color); }
.profile-text h3 { margin: 12px 0 6px; font-weight: 700; font-size: 15px; }
.profile-list { list-style: disc; padding-left: 18px; margin: 0 0 12px; font-size: 14px; color: var(--text-color); font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; }
.profile-list { list-style: disc; padding-left: 18px; margin: 0 0 12px; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; }
.
.grid.two.team-member { align-items: start; gap: 16px; grid-template-columns: auto 1fr; margin-top: 16px; }
.member-photo { aspect-ratio: 4/5; width: 100%; max-width: 280px; }
.member-img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 16px; }
.member-text { font-size: 14px; line-height: 1.55; color: var(--text-color); }
.member-text h3 { margin: 0 0 6px; font-size: 18px; }
.member-handle { color: var(--muted-color); font-weight: 600; margin: 2px 0 8px; }
.member-subtitle { color: var(--text-color); font-weight: 600; margin: 4px 0 10px; }
.member-list { list-style: disc; padding-left: 18px; display: grid; gap: 6px; color: var(--text-color); font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; }
.
.team-cards .team-card { position: relative; padding: 16px; border-radius: 16px; background: linear-gradient(180deg, #ffffff 0%, rgba(246,233,236,.6) 100%); border: 1px solid rgba(183,110,121,.22); box-shadow: 0 8px 24px rgba(0,0,0,.06); transition: transform .2s ease, box-shadow .2s ease; display: grid; gap: 12px; }
.team-cards .team-card:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.09); }
.team-card-photo { aspect-ratio: 4/5; }
.team-card-body { font-size: 14px; color: var(--text-color); }
@media (max-width: 960px) {
  .grid.two.team-member { grid-template-columns: 1fr; }
  .member-photo { max-width: 260px; margin: 0 auto 12px; }
}
@media (max-width: 960px) {
  .profile { justify-items: center; }
  .profile-photo { max-width: 280px; margin: 0 auto 16px; }
  .grid.two.profile { grid-template-columns: 1fr; }
  #cta-duvidas { display: none; }
}
.gallery-grid .img-frame.ga { aspect-ratio: 1 / 1; height: 280px; min-height: auto; background-size: 96% !important; background-repeat: no-repeat; background-position: center; transition: transform .25s ease, box-shadow .25s ease; cursor: zoom-in; border: 3px solid #e74c3c; box-shadow: 0 16px 30px rgba(0,0,0,.14); will-change: background-position, background-size, transform, box-shadow; padding: 8px; background-origin: content-box; background-clip: content-box; }
.gallery-grid .img-frame.ga:hover { animation: card-pan 4.5s ease-in-out infinite; transform: translateY(-6px); box-shadow: 0 24px 48px rgba(0,0,0,.2); }
.team-card-body, .team-card-body p, .team-card-body li, .team-card-body h4,
.member-list, .member-list li,
.profile-text, .profile-list, .profile-list li {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

@media (min-width: 961px) {
  .team-cards { gap: 20px; }
  .team-cards .team-card { border: 2px solid var(--brand-color); }
  .team-card-body { padding: 18px 22px; text-align: left; line-height: 1.7; }
  .team-card-body p { margin: 0 0 10px; }
  .member-subtitle { margin: 4px 0 12px; }
  .member-list { gap: 8px; padding-left: 20px; }
}
