/*
Theme Name: Camila Domingos Advocacia
Theme URI: https://camiladomingos.com.br/
Author: Camila Domingos Advocacia & Consultoria
Description: Tema institucional personalizado para Camila Domingos Advocacia & Consultoria.
Version: 1.0.2
Text Domain: camila-domingos
*/

:root {
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
  --wine: #8f101d;
  --wine-deep: #5f0913;
  --red: #c51c32;
  --graphite: #202020;
  --ink: #292624;
  --cream: #f5f1eb;
  --paper: #fcfaf7;
  --gold: #bd9565;
  --muted: #746e68;
  --line: rgba(41, 38, 36, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, summary { font: inherit; }
::selection { color: white; background: var(--wine); }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.07; }
h1, h2 {
  font-family: var(--font-display), Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(3.7rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
h3 { font-size: 1.4rem; }
p { color: var(--muted); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #e6c5aa; }
.large-copy { color: var(--ink); font-size: 1.2rem; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--wine); box-shadow: 0 14px 35px rgba(95,9,19,.2); }
.button--primary:hover { background: var(--red); }
.button__dot { color: #7edb78; font-size: .85rem; }
.button--ghost { border-color: rgba(255,255,255,.45); color: white; background: transparent; }
.button--ghost:hover { background: white; color: var(--ink); }
.button--light { background: white; color: var(--wine); }
.button--light:hover { background: var(--cream); }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: white;
}
.site-header__inner { display: flex; min-height: 92px; align-items: center; gap: 34px; }
.brand { display: flex; width: 245px; align-items: center; padding: 10px 18px; background: rgba(255,255,255,.92); }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 26px; }
.desktop-nav a { position: relative; font-size: .75rem; font-weight: 600; letter-spacing: .04em; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: #e4b88f; transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-contact { display: flex; flex-direction: column; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.25); line-height: 1.25; }
.header-contact small { color: #d8c7bb; font-size: .65rem; text-transform: uppercase; }
.header-contact strong { font-size: .82rem; letter-spacing: .03em; }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { display: grid; width: 44px; height: 44px; cursor: pointer; list-style: none; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.35); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 20px; height: 1px; background: white; }
.mobile-menu nav { position: absolute; top: 58px; right: 0; display: grid; width: 260px; padding: 18px; color: var(--ink); background: white; box-shadow: 0 20px 45px rgba(0,0,0,.24); }
.mobile-menu nav a { padding: 10px; border-bottom: 1px solid var(--line); }

.hero { position: relative; min-height: 850px; overflow: hidden; color: white; background: linear-gradient(120deg, #171414 0%, #3b1517 52%, #80101b 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background: radial-gradient(circle at 72% 40%, rgba(255,255,255,.12), transparent 28%), repeating-linear-gradient(90deg, transparent 0 99px, rgba(255,255,255,.025) 100px); }
.hero__wash { position: absolute; top: -200px; right: -140px; width: 780px; height: 780px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 140px rgba(255,255,255,.025), 0 0 0 280px rgba(255,255,255,.018); }
.hero__inner { position: relative; display: grid; min-height: 850px; grid-template-columns: 1.1fr .9fr; align-items: end; }
.hero__copy { z-index: 2; align-self: center; max-width: 700px; padding-top: 100px; }
.hero h1 { max-width: 780px; margin-bottom: 26px; }
.hero__lead { max-width: 560px; margin-bottom: 35px; color: rgba(255,255,255,.72); font-size: 1.16rem; }
.hero__facts { display: flex; gap: 34px; margin-top: 50px; color: #d8c9bd; font-size: .72rem; text-transform: uppercase; }
.hero__facts span { display: grid; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.28); }
.hero__facts strong { color: white; font-size: .9rem; }
.hero__portrait { position: relative; z-index: 1; height: 750px; align-self: end; }
.hero__portrait::after { content: "CAMILA"; position: absolute; z-index: -1; right: -55px; bottom: 120px; color: rgba(255,255,255,.045); font-family: var(--font-display); font-size: 11rem; font-weight: 700; letter-spacing: .05em; transform: rotate(-90deg); }
.hero__portrait img { position: absolute; right: -10px; bottom: 0; height: 690px; object-fit: contain; filter: drop-shadow(0 34px 42px rgba(0,0,0,.34)); }
.hero__halo { position: absolute; right: -20px; bottom: 95px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.hero__halo::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(189,149,101,.4); border-radius: 50%; }
.hero__scroll { position: absolute; right: 42px; bottom: 34px; display: grid; width: 46px; height: 64px; place-content: center; border: 1px solid rgba(255,255,255,.25); color: #e8c9aa; }

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: center; }
.about__portrait { position: relative; margin-left: 34px; }
.about__portrait img { position: relative; z-index: 2; width: 100%; min-height: 560px; object-fit: cover; filter: grayscale(100%); }
.frame-accent { position: absolute; z-index: 1; inset: -26px 30px 30px -26px; border: 1px solid var(--gold); }
.about__stamp { position: absolute; z-index: 3; right: -45px; bottom: 42px; display: grid; width: 130px; height: 130px; place-content: center; color: white; background: var(--wine); text-align: center; text-transform: uppercase; }
.about__stamp span { font-size: .62rem; letter-spacing: .15em; }
.about__stamp strong { font-family: var(--font-display); font-size: 2.1rem; }
.about__copy h2 { margin-bottom: 32px; }
.about__copy > p:not(.eyebrow) { max-width: 680px; }
.about__note { display: flex; gap: 18px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.about__note .quote-mark { color: var(--wine); font-family: Georgia, serif; font-size: 4rem; line-height: .7; }
.about__note p { color: var(--ink); font-family: var(--font-display); font-size: 1.55rem; font-style: italic; }

.office { color: white; background: var(--graphite); }
.office__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.office h2 { max-width: 480px; }
.office__story { padding-left: 60px; border-left: 1px solid rgba(255,255,255,.14); columns: 2; column-gap: 42px; }
.office__story p { break-inside: avoid; color: rgba(255,255,255,.65); }
.office__story .button { margin-top: 16px; }

.practices { background: var(--cream); }
.section-heading { display: grid; margin-bottom: 58px; grid-template-columns: 1.45fr .55fr; gap: 70px; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { padding-left: 26px; border-left: 1px solid var(--gold); }
.practice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.practice-card { display: grid; min-height: 330px; grid-template-columns: .95fr 1.05fr; overflow: hidden; border: 1px solid rgba(41,38,36,.1); background: var(--paper); transition: transform .3s ease, box-shadow .3s ease; }
.practice-card:hover { transform: translateY(-5px); box-shadow: 0 25px 50px rgba(52,40,35,.1); }
.practice-card__image { position: relative; overflow: hidden; }
.practice-card__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: transform .5s ease, filter .5s ease; }
.practice-card:hover img { transform: scale(1.04); filter: grayscale(45%); }
.practice-card__image span { position: absolute; top: 20px; left: 20px; display: grid; width: 42px; height: 42px; place-content: center; color: white; background: var(--wine); font-size: .68rem; }
.practice-card__body { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.practice-card h3 { margin-bottom: 16px; font-family: var(--font-display); font-size: 1.8rem; }
.practice-card p { font-size: .84rem; line-height: 1.75; }
.practice-card a { margin-top: auto; color: var(--wine); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.practice-card a span { margin-left: 6px; }

.podcast { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--wine-deep), #b11126); }
.podcast::after { content: "CD"; position: absolute; right: -60px; bottom: -230px; color: rgba(255,255,255,.045); font-family: var(--font-display); font-size: 30rem; font-weight: 700; }
.podcast__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.podcast__copy p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.video-card { position: relative; overflow: hidden; border: 10px solid rgba(255,255,255,.12); border-radius: 2px; box-shadow: 0 35px 70px rgba(31,0,4,.35); aspect-ratio: 16/9; }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.social { position: relative; min-height: 780px; display: flex; overflow: hidden; align-items: center; color: white; background: #181414; }
.social__video { position: absolute; inset: -15%; pointer-events: none; }
.social__video iframe { width: 100%; height: 100%; border: 0; transform: scale(1.22); }
.social__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,12,12,.96) 0%, rgba(55,12,17,.84) 52%, rgba(15,10,10,.62) 100%); }
.social__content { position: relative; z-index: 2; }
.social__content h2 { max-width: 650px; margin-bottom: 18px; }
.social__content > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.social__links { display: grid; max-width: 800px; margin-top: 42px; grid-template-columns: repeat(3, 1fr); }
.social__links a { display: grid; min-height: 160px; padding: 28px; border: 1px solid rgba(255,255,255,.2); align-content: space-between; grid-template-columns: auto 1fr auto; gap: 16px; background: rgba(255,255,255,.03); transition: background .25s ease; }
.social__links a:hover { background: var(--wine); }
.social__icon { display: grid; width: 36px; height: 36px; place-content: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-weight: 700; }
.social__links small { display: block; color: #d9bda6; font-size: .62rem; text-transform: uppercase; }

.contact { background: var(--paper); }
.contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.contact__grid > img { width: 100%; max-height: 630px; object-fit: cover; box-shadow: 24px 24px 0 var(--cream); }
.contact__copy { max-width: 650px; }
.contact__copy ul { margin: 36px 0; padding: 0; list-style: none; }
.contact__copy li { display: grid; padding: 17px 0; border-bottom: 1px solid var(--line); grid-template-columns: 155px 1fr; }
.contact__copy li span { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.contact__copy li strong { font-size: .88rem; }
.contact__copy li strong a { color: inherit; }

.footer { padding-top: 75px; color: rgba(255,255,255,.68); background: #171717; }
.footer__grid { display: grid; padding-bottom: 60px; grid-template-columns: 1.6fr .8fr 1.05fr .8fr; gap: 55px; }
.footer__brand img { width: 290px; padding: 14px; background: rgba(255,255,255,.92); }
.footer__brand p { max-width: 360px; margin-top: 22px; }
.footer h3 { color: white; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.footer a, .footer p { display: block; margin: 9px 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.footer a:hover { color: white; }
.footer__bottom { display: flex; padding: 24px 0; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: .64rem; }
.whatsapp-float { position: fixed; z-index: 60; right: 24px; bottom: 24px; display: flex; min-height: 58px; padding: 8px 20px 8px 8px; align-items: center; gap: 11px; border: 3px solid rgba(255,255,255,.82); border-radius: 999px; color: white; background: #24b95a; box-shadow: 0 10px 30px rgba(0,0,0,.22); font-size: .78rem; font-weight: 700; letter-spacing: .01em; }
.whatsapp-float__icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-content: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: .62rem; }
.whatsapp-float:hover { color: white; background: #1fa84f; transform: translateY(-2px); }

/* BPC / LOAS */
.bpc-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: white; background: linear-gradient(120deg, #251719 0%, var(--wine-deep) 60%, #a61424 100%); }
.bpc-hero::before { content: "BPC"; position: absolute; right: -35px; bottom: -185px; color: rgba(255,255,255,.045); font-family: var(--font-display); font-size: 28rem; font-weight: 700; }
.bpc-hero__inner { position: relative; z-index: 2; display: grid; padding-top: 95px; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.bpc-hero h1 { font-size: clamp(3.4rem, 6vw, 6rem); }
.bpc-hero__copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.bpc-hero__visual { position: relative; }
.bpc-hero__visual img { width: 100%; min-height: 440px; object-fit: cover; filter: grayscale(100%); }
.bpc-hero__visual::after { content: ""; position: absolute; inset: -20px 20px 20px -20px; z-index: -1; border: 1px solid rgba(255,255,255,.28); }
.bpc-hero__card { position: absolute; right: -32px; bottom: -32px; display: grid; width: 220px; padding: 25px; color: var(--ink); background: white; box-shadow: 0 22px 45px rgba(0,0,0,.22); }
.bpc-hero__card strong { color: var(--wine); font-family: var(--font-display); font-size: 1.9rem; }
.bpc-hero__card span { font-size: .7rem; }
.bpc-intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.bpc-intro h2 { max-width: 520px; }
.bpc-requirements { background: var(--cream); }
.requirement-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.requirement-grid article { min-height: 270px; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.requirement-grid article + article { border-left: 0; }
.requirement-grid span { color: var(--wine); font-family: var(--font-display); font-size: 2rem; }
.requirement-grid h3 { margin-top: 48px; font-family: var(--font-display); font-size: 1.7rem; }
.requirement-grid p { font-size: .82rem; }
.bpc-alert { display: grid; margin-top: 24px; padding: 28px 35px; color: white; background: var(--graphite); grid-template-columns: .35fr 1fr; gap: 50px; align-items: center; }
.bpc-alert strong { color: #e3bd9c; font-family: var(--font-display); font-size: 1.45rem; }
.bpc-alert p { margin: 0; color: rgba(255,255,255,.68); font-size: .84rem; }
.bpc-process { color: white; background: var(--graphite); }
.bpc-process__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: end; }
.bpc-process__image { position: relative; min-height: 620px; background: linear-gradient(180deg, transparent, rgba(143,16,29,.55)); }
.bpc-process__image img { position: absolute; right: 0; bottom: 0; left: 0; max-height: 640px; margin: auto; object-fit: contain; filter: grayscale(100%); }
.bpc-process h2 { max-width: 650px; }
.bpc-process ol { margin: 38px 0; padding: 0; list-style: none; }
.bpc-process li { display: grid; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.13); grid-template-columns: 55px 1fr; gap: 20px; }
.bpc-process li > span { color: #d5a679; font-family: var(--font-display); font-size: 1.8rem; }
.bpc-process li strong { font-family: var(--font-display); font-size: 1.35rem; }
.bpc-process li p { margin: 5px 0 0; color: rgba(255,255,255,.6); font-size: .82rem; }
.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq__list details { border-top: 1px solid var(--line); }
.faq__list details:last-child { border-bottom: 1px solid var(--line); }
.faq__list summary { display: flex; padding: 25px 0; cursor: pointer; justify-content: space-between; color: var(--ink); font-weight: 600; list-style: none; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary span { color: var(--wine); font-size: 1.2rem; transition: transform .2s ease; }
.faq__list details[open] summary span { transform: rotate(45deg); }
.faq__list details p { padding: 0 45px 22px 0; font-size: .88rem; }
.bpc-cta { padding: 85px 0; color: white; background: linear-gradient(110deg, var(--wine-deep), var(--wine)); }
.bpc-cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.bpc-cta h2 { margin-bottom: 0; }
.bpc-cta p { color: rgba(255,255,255,.7); }

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: reveal .8s ease both; animation-timeline: view(); animation-range: entry 8% cover 30%; }
  @keyframes reveal { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1050px) {
  .desktop-nav, .header-contact { display: none; }
  .mobile-menu { display: block; }
  .hero__inner { grid-template-columns: 1fr .72fr; }
  .hero__portrait img { right: -110px; }
  .about__grid, .contact__grid { gap: 60px; }
  .office__grid { gap: 60px; }
  .office__story { padding-left: 35px; }
  .practice-card { grid-template-columns: 1fr; }
  .practice-card__image { min-height: 240px; }
  .social__links { grid-template-columns: 1fr; max-width: 560px; }
  .social__links a { min-height: 105px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 650px); }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(3.2rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 3.8rem); }
  .site-header__inner { min-height: 78px; }
  .brand { width: 205px; padding: 8px 12px; }
  .hero, .hero__inner { min-height: 800px; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__copy { align-self: start; padding-top: 155px; }
  .hero__facts { gap: 18px; }
  .hero__portrait { position: absolute; right: -155px; bottom: -15px; width: 470px; height: 490px; opacity: .58; }
  .hero__portrait img { right: 0; height: 490px; }
  .hero__halo { right: -20px; bottom: 20px; width: 380px; height: 380px; }
  .hero__scroll { display: none; }
  .about__grid, .office__grid, .section-heading, .podcast__grid, .contact__grid, .bpc-intro__grid, .bpc-process__grid, .faq__grid, .bpc-cta__inner { grid-template-columns: 1fr; gap: 48px; }
  .about__portrait { margin: 20px 25px 0; }
  .about__portrait img { min-height: 440px; }
  .about__stamp { right: -25px; bottom: 25px; width: 105px; height: 105px; }
  .office__story { padding: 0; border: 0; columns: 1; }
  .section-heading > p { padding-left: 0; border-left: 0; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { grid-template-columns: .9fr 1.1fr; min-height: 300px; }
  .practice-card__image { min-height: 100%; }
  .social { min-height: 880px; }
  .social__video { inset: -5% -90%; }
  .contact__copy li { grid-template-columns: 1fr; gap: 4px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .bpc-hero { min-height: 920px; align-items: start; }
  .bpc-hero__inner { grid-template-columns: 1fr; gap: 45px; padding-top: 140px; }
  .bpc-hero__visual img { min-height: 300px; }
  .bpc-hero__card { right: 10px; bottom: -22px; }
  .requirement-grid { grid-template-columns: 1fr 1fr; }
  .requirement-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .requirement-grid article:nth-child(n+3) { border-top: 0; }
  .bpc-alert { grid-template-columns: 1fr; gap: 12px; }
  .bpc-process__image { min-height: 480px; }
}

@media (max-width: 520px) {
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .hero__facts { display: none; }
  .practice-card { grid-template-columns: 1fr; }
  .practice-card__image { min-height: 220px; }
  .social__links a { padding: 22px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__brand { grid-column: auto; }
  .requirement-grid { grid-template-columns: 1fr; }
  .requirement-grid article + article { border-left: 1px solid var(--line); border-top: 0; }
  .bpc-hero__card { width: 190px; }
  .whatsapp-float { right: 15px; bottom: 15px; max-width: calc(100vw - 30px); padding-right: 16px; }
}

/* Página de links para bio */
body.links-page { min-height: 100vh; color: #fff; background: #160f10; }
.bio-links {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 54px 20px 42px;
  background: radial-gradient(circle at 50% -12%, rgba(197,28,50,.42), transparent 38%), linear-gradient(160deg, #241719 0%, #100c0d 54%, #24080d 100%);
}
.bio-links::before {
  content: "CD";
  position: fixed;
  top: 6vh;
  left: 50%;
  color: rgba(255,255,255,.018);
  font-family: var(--font-display), Georgia, serif;
  font-size: min(62vw, 34rem);
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  pointer-events: none;
}
.bio-links__glow { position: fixed; width: 320px; height: 320px; border: 1px solid rgba(189,149,101,.13); border-radius: 50%; pointer-events: none; }
.bio-links__glow--one { top: -170px; right: -150px; box-shadow: 0 0 0 42px rgba(189,149,101,.025), 0 0 0 84px rgba(189,149,101,.015); }
.bio-links__glow--two { bottom: -210px; left: -190px; box-shadow: 0 0 0 54px rgba(197,28,50,.025); }
.bio-links__profile, .bio-links__list, .bio-links__footer { position: relative; z-index: 2; width: min(100%, 620px); margin-right: auto; margin-left: auto; }
.bio-links__profile { text-align: center; }
.bio-links__logo { display: inline-flex; width: 240px; margin-bottom: 30px; padding: 10px 14px; background: rgba(255,255,255,.94); box-shadow: 0 12px 34px rgba(0,0,0,.18); }
.bio-links__logo img { width: 100%; }
.bio-links__portrait { position: relative; width: 190px; height: 190px; margin: 0 auto 28px; border: 1px solid rgba(189,149,101,.55); border-radius: 50%; background: linear-gradient(145deg, #76111a, #2b1719); box-shadow: 0 25px 60px rgba(0,0,0,.38); }
.bio-links__portrait::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.17); border-radius: inherit; }
.bio-links__portrait img { position: absolute; z-index: 2; right: -4px; bottom: 0; left: -4px; width: calc(100% + 8px); height: 212px; object-fit: contain; object-position: center bottom; border-radius: 0 0 50% 50%; filter: drop-shadow(0 13px 16px rgba(0,0,0,.34)); }
.bio-links__monogram { position: absolute; top: 49%; left: 50%; color: rgba(255,255,255,.07); font-family: var(--font-display), Georgia, serif; font-size: 5.6rem; font-weight: 700; transform: translate(-50%, -50%); }
.bio-links__eyebrow { margin-bottom: 9px; color: #d7ad87; font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.bio-links h1 { margin-bottom: 12px; font-size: clamp(2.65rem, 9vw, 4rem); }
.bio-links__intro { max-width: 510px; margin: 0 auto; color: rgba(255,255,255,.65); font-size: .92rem; line-height: 1.7; }
.bio-links__quick-social { display: flex; margin: 28px auto 38px; justify-content: center; gap: 9px; flex-wrap: wrap; }
.bio-links__quick-social a { display: inline-flex; min-height: 38px; padding: 0 13px; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.74); background: rgba(255,255,255,.035); font-size: .68rem; font-weight: 600; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.bio-links__quick-social a:hover { border-color: rgba(255,255,255,.42); color: white; background: rgba(143,16,29,.35); transform: translateY(-2px); }
.bio-links__quick-social span { display: grid; width: 22px; height: 22px; place-content: center; border-radius: 50%; color: white; background: var(--wine); font-size: .52rem; }
.bio-links__section-label { margin: 0 0 13px; color: #d7ad87; font-size: .64rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.bio-links__list { display: grid; gap: 13px; }
.bio-link-card { display: grid; min-height: 92px; padding: 9px 18px 9px 9px; align-items: center; grid-template-columns: 76px 1fr 38px; gap: 17px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.07); box-shadow: 0 14px 32px rgba(0,0,0,.15); backdrop-filter: blur(12px); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.bio-link-card:hover { border-color: rgba(215,173,135,.7); color: white; background: rgba(143,16,29,.35); transform: translateY(-3px); }
.bio-link-card__thumb { display: grid; width: 76px; height: 72px; overflow: hidden; place-content: center; border-radius: 12px; color: white; background: #2b2424; font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
.bio-link-card__thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(78%); transition: filter .22s ease, transform .35s ease; }
.bio-link-card:hover .bio-link-card__thumb img { filter: grayscale(15%); transform: scale(1.05); }
.bio-link-card__thumb--wa { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: #1fab55; }
.bio-link-card__thumb--social { background: #243c76; font-family: Georgia, serif; font-size: 2.1rem; text-transform: lowercase; }
.bio-link-card__copy { display: grid; gap: 2px; }
.bio-link-card__copy small { color: rgba(255,255,255,.48); font-size: .62rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.bio-link-card__copy strong { color: white; font-family: var(--font-display), Georgia, serif; font-size: 1.35rem; font-weight: 600; line-height: 1.15; }
.bio-link-card__arrow { display: grid; width: 34px; height: 34px; place-content: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #ddb68f; }
.bio-link-card--whatsapp { border-color: rgba(51,195,105,.36); background: linear-gradient(100deg, rgba(31,171,85,.17), rgba(255,255,255,.06)); }
.bio-link-card--whatsapp:hover { border-color: rgba(65,215,120,.72); background: rgba(31,171,85,.2); }
.bio-links__footer { padding-top: 32px; text-align: center; }
.bio-links__footer > a, .bio-links__footer > span { display: inline-block; margin: 0 4px; color: rgba(255,255,255,.55); font-size: .68rem; }
.bio-links__footer > a:hover { color: white; }
.bio-links__footer p { margin: 14px 0 0; color: rgba(255,255,255,.32); font-size: .6rem; }

@media (max-width: 520px) {
  .bio-links { padding: 34px 14px 30px; }
  .bio-links__logo { width: 205px; margin-bottom: 24px; }
  .bio-links__portrait { width: 164px; height: 164px; }
  .bio-links__portrait img { height: 185px; }
  .bio-links__quick-social { margin-bottom: 30px; }
  .bio-link-card { min-height: 83px; grid-template-columns: 64px 1fr 32px; gap: 13px; border-radius: 15px; }
  .bio-link-card__thumb { width: 64px; height: 64px; border-radius: 10px; }
  .bio-link-card__copy strong { font-size: 1.16rem; }
  .bio-link-card__arrow { width: 30px; height: 30px; }
  .bio-links__footer > span { display: none; }
  .bio-links__footer > a { display: block; margin: 5px 0; }
}
