/*
Theme Name: Beatriz Rios Gomes
Theme URI: https://biariosgomes.com.br/
Author: Beatriz Rios Gomes
Description: Tema personalizado para o site profissional de Beatriz Rios Gomes.
Version: 1.1.2
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: bia-rios-gomes
*/

@font-face{font-family:'The Silver Editorial';src:url('/wp-content/uploads/fonts/TheSilverEditorial-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'The Silver Editorial';src:url('/wp-content/uploads/fonts/TheSilverEditorial-Italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Quentin';src:url('/wp-content/uploads/fonts/Quentin.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}

:root{--cream:#F5F0EA;--ink:#1E040E;--wine:#8C2E50;--wine-dark:#670626;--green:#8A9C6C;--green-light:#C4D29C;--white:#fff;--content:1080px;--wide:1180px;--header-height:73px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:'Poppins',sans-serif;-webkit-font-smoothing:antialiased}
body.admin-bar .site-header{top:32px}
body.admin-bar .hero{padding-top:calc(var(--header-height) + 32px)}
img{max-width:100%;height:auto}
a{color:var(--wine);text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}
a:hover{color:var(--wine-dark)}
.site-shell{overflow:hidden}
.container{width:min(calc(100% - 48px),var(--content));margin-inline:auto}
.container-wide{width:min(calc(100% - 48px),var(--wide));margin-inline:auto}
.eyebrow{display:block;font-family:'Quentin',cursive;font-size:28px;color:var(--green)}
.display{font-family:'The Silver Editorial',serif;font-style:italic;font-weight:400;line-height:1.1}
.section-title{font-size:clamp(30px,4vw,44px);margin:8px 0 0}
.center{text-align:center}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border:1.5px solid var(--wine);border-radius:999px;font-weight:500;font-size:15px;line-height:1.2;text-align:center}
.btn-primary{background:var(--wine);color:var(--cream)}
.btn-primary:hover{background:var(--wine-dark);color:var(--cream);transform:translateY(-1px)}
.btn-outline{color:var(--wine)}
.btn-outline:hover{background:var(--wine);color:var(--cream)}
[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
[data-reveal].on{opacity:1;transform:none}

.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(245,240,234,.92);backdrop-filter:blur(8px);border-bottom:1px solid rgba(30,4,14,.08)}
.site-nav{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:13px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{height:44px;width:auto;display:block}
.nav-links{display:flex;align-items:center;gap:20px;font-size:14px;font-weight:500}
.nav-links>a:not(.btn){color:var(--ink)}
.nav-links>a:not(.btn):hover{color:var(--wine)}
.site-nav .btn{padding:10px 20px;font-size:14px}
.site-nav .btn-outline{background:transparent}
.nav-toggle{display:none;appearance:none;border:0;background:transparent;color:var(--wine-dark);padding:8px;cursor:pointer;font-size:25px;line-height:1}

.hero{position:relative;overflow:hidden;min-height:86vh;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;padding-top:var(--header-height)}
.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:22px;padding:150px 48px 90px max(48px,calc((100vw - var(--wide))/2))}
.hero .eyebrow,.hero-subscript{font-size:30px}
.hero h1{font-size:clamp(44px,6vw,76px);margin:0;color:var(--ink)}
.hero-professional{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.hero-subscript{margin:0;color:var(--green);font-family:'Quentin',cursive}
.hero-lead{font-size:20px;line-height:1.6;margin:0;max-width:480px}
.hero-actions{display:flex;flex-direction:column;gap:16px;align-items:flex-start;margin-top:8px}
.hero-buttons{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.credential{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--wine-dark);border:1px solid rgba(103,6,38,.3);padding:8px 16px;border-radius:999px}
.hero-photo{position:relative;min-height:420px;margin-top:0}
.hero-photo:before{content:'';position:absolute;inset:0;border:1.5px solid var(--green);border-radius:999px 999px 0 0;transform:translate(-20px,20px)}
.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 12%;border-radius:999px 999px 0 0;display:block}

.section{padding:100px 24px}
.section-white{background:var(--white)}
.section-cream{background:var(--cream)}
.section-wine{background:var(--wine-dark);color:var(--cream)}
.section-heading{margin-bottom:56px}
.about-heading{margin-bottom:64px}
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.soft-card{background:var(--cream);border-radius:32px 32px 32px 8px;padding:36px;display:flex;flex-direction:column;gap:14px}
.soft-card:nth-child(2){border-radius:32px 32px 8px 32px}
.soft-card:nth-child(3){border-radius:8px 32px 32px 32px}
.soft-card h3{font-size:24px;margin:0;color:var(--wine)}
.soft-card p,.body-copy{margin:0;line-height:1.75;font-size:15px}

.video-wrap{max-width:820px;margin:auto;text-align:center;display:flex;flex-direction:column;gap:28px}
.video-placeholder{aspect-ratio:16/9;border-radius:28px;background:var(--ink);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:var(--green-light)}
.video-embed{aspect-ratio:16/9;border-radius:28px;overflow:hidden;background:var(--ink)}
.video-embed iframe{display:block;width:100%;height:100%;border:0}
.play{width:72px;height:72px;border-radius:50%;background:var(--wine);display:flex;align-items:center;justify-content:center;color:var(--cream);font-size:26px;padding-left:4px}
.placeholder-label{font-family:monospace;font-size:12px}

.approach{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:980px;margin:auto}
.approach-copy{display:flex;flex-direction:column;gap:18px}
.approach-copy .eyebrow{color:var(--green-light)}
.approach-copy p{margin:0;line-height:1.8;font-size:15px;opacity:.92}
.approach-points{display:flex;flex-direction:column;gap:16px}
.approach-point{background:rgba(245,240,234,.08);border:1px solid rgba(245,240,234,.18);border-radius:24px;padding:24px 28px}
.approach-point strong{font-size:15px;color:var(--green-light)}
.approach-point p{margin:8px 0 0;font-size:14px;line-height:1.7;opacity:.85}

.timeline{max-width:720px;margin:auto}
.timeline-row{display:grid;grid-template-columns:56px 1fr;gap:24px}
.timeline-marker{display:flex;flex-direction:column;align-items:center}
.timeline-number{width:56px;height:56px;border-radius:50%;background:var(--wine);color:var(--cream);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}
.timeline-line{width:2px;flex:1;background:linear-gradient(var(--wine),var(--green-light));min-height:34px}
.timeline-row:last-child .timeline-line{opacity:0}
.timeline-content{padding-bottom:36px}
.timeline-content h3{margin:14px 0 8px;font-size:18px;font-weight:600;color:var(--wine-dark)}
.timeline-content p{margin:0;font-size:15px;line-height:1.7}
.timeline-note{text-align:center;font-size:24px;color:var(--wine);margin:24px 0 0}

.audience-card{border:1.5px solid var(--green-light);border-radius:28px;padding:36px;text-align:center;display:flex;flex-direction:column;gap:12px;background:var(--cream)}
.audience-card .script{font-family:'Quentin',cursive;font-size:34px;color:var(--green)}
.audience-card p{margin:0;font-size:14px;line-height:1.7}

.blog-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:48px}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.post-card{border-radius:28px;overflow:hidden;background:var(--white);display:flex;flex-direction:column;min-height:100%}
.post-card-image{width:100%;height:210px;object-fit:cover;object-position:top;display:block}
.post-card-body{padding:26px;display:flex;flex-direction:column;gap:10px;flex:1;justify-content:flex-end}
.post-card-category{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--green)}
.post-card h3,.post-card h2{font-size:22px;margin:0;color:var(--wine-dark)}
.post-card p{margin:0;font-size:14px;line-height:1.7}
.post-card-link{font-weight:500;font-size:14px;margin-top:4px}
.script-word{font-family:'Quentin',cursive;font-size:30px;color:var(--green-light)}

.instagram-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.instagram-tile{aspect-ratio:1;border-radius:20px;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(135deg,#C4D29C 0 12px,#cdd9ab 12px 24px)}
.instagram-tile:nth-child(2){background:repeating-linear-gradient(135deg,#e7d3db 0 12px,#eddde4 12px 24px)}
.instagram-tile:nth-child(3){background:repeating-linear-gradient(135deg,#dfe3cf 0 12px,#e8ecd9 12px 24px)}
.instagram-tile:nth-child(4){background:repeating-linear-gradient(135deg,#e9dccf 0 12px,#f0e5da 12px 24px)}
.instagram-tile:nth-child(5){background:repeating-linear-gradient(135deg,#d9c2cc 0 12px,#e2ced7 12px 24px)}
.instagram-tile span{font-family:monospace;font-size:11px;color:var(--wine-dark)}
.instagram-feed-embed{width:100%}
.instagram-feed-embed #sb_instagram{padding-bottom:0!important}
.instagram-feed-embed #sb_instagram .sbi_photo{border-radius:20px;overflow:hidden}
.instagram-feed-embed #sb_instagram #sbi_load{margin-top:24px}

.cta{padding:110px 24px;background:linear-gradient(150deg,#670626eb,#45101f 100%);color:var(--cream)}
.cta-inner{max-width:680px;margin:auto;text-align:center;display:flex;flex-direction:column;gap:24px;align-items:center}
.cta .eyebrow{font-size:32px;color:var(--green-light)}
.cta h2{font-size:clamp(32px,4.5vw,52px);margin:0;line-height:1.15}
.cta p{margin:0;font-size:16px;line-height:1.7;opacity:.85;max-width:480px}
.cta-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.cta .btn-outline{border-color:rgba(245,240,234,.5);color:var(--cream)}
.cta .btn-outline:hover{background:var(--cream);color:var(--wine-dark)}

.faq-list{max-width:720px;margin:auto;display:flex;flex-direction:column;gap:14px}
.faq-item{border:1px solid rgba(30,4,14,.12);border-radius:20px;overflow:hidden;background:var(--cream)}
.faq-question{appearance:none;border:0;background:none;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 26px;cursor:pointer;font:500 15px 'Poppins',sans-serif;color:var(--ink);text-align:left}
.faq-icon{color:var(--wine);font-size:20px}
.faq-answer{display:none;margin:0;padding:0 26px 22px;font-size:14px;line-height:1.75}
.faq-item.open .faq-answer{display:block}

.site-footer{background:var(--ink);color:var(--cream);padding:56px 24px 40px}
.footer-inner{max-width:1080px;margin:auto;display:flex;flex-direction:column;gap:28px;align-items:center;text-align:center}
.footer-name{font-size:26px}
.socials{display:flex;gap:20px}
.social{width:42px;height:42px;border-radius:50%;border:1px solid rgba(245,240,234,.3);display:flex;align-items:center;justify-content:center;color:var(--green-light)}
.social:hover{background:var(--wine);color:var(--cream)}
.footer-email{color:var(--green-light);font-size:14px}
.footer-meta{margin:0;font-size:12px;opacity:.6}

.blog-page{max-width:820px;margin:auto;padding:150px 24px 100px;min-height:75vh}
.blog-intro{text-align:center;display:flex;flex-direction:column;gap:10px;margin-bottom:48px}
.blog-intro .eyebrow{font-size:30px}
.blog-intro h1{font-size:clamp(36px,5vw,56px);margin:0}
.blog-intro p{margin:0;font-size:15px;line-height:1.7;color:var(--wine-dark)}
.blog-list{display:flex;flex-direction:column;gap:20px}
.blog-list .post-card{padding:32px}
.blog-list .post-card h2{font-size:26px}
.post-meta{font-size:12px;color:var(--green);text-transform:uppercase;letter-spacing:.06em}
.single-article{max-width:760px;margin:auto;padding:150px 24px 100px}
.single-article h1{font-size:clamp(38px,5vw,58px);margin:8px 0 18px;color:var(--wine-dark)}
.single-content{font-size:17px;line-height:1.85}
.single-content h2,.single-content h3{font-family:'The Silver Editorial',serif;font-style:italic;color:var(--wine-dark);line-height:1.2;margin-top:2em}
.single-content img{border-radius:24px}
.empty-state{background:#fff;border-radius:24px;padding:32px;text-align:center}

@media (max-width:1150px){
 .nav-toggle{display:block}
 .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--cream);border-bottom:1px solid rgba(30,4,14,.08);padding:22px 24px;flex-direction:column;align-items:stretch;gap:18px;text-align:center}
 .nav-links.open{display:flex}
}

@media (max-width:900px){
 body.admin-bar .site-header{top:46px}
 body.admin-bar .hero{padding-top:calc(var(--header-height) + 46px)}
 .hero{grid-template-columns:1fr;min-height:auto;padding-top:var(--header-height)}
 .hero-copy{padding:72px 24px 56px;text-align:center;align-items:center}
 .hero-professional{align-items:center}
 .hero-actions{align-items:center}
 .hero-buttons{justify-content:center}
 .hero-photo{margin:0 24px;min-height:min(600px,110vw)}
 .approach{grid-template-columns:1fr;gap:38px}
 .card-grid,.post-grid{grid-template-columns:1fr}
 .soft-card,.soft-card:nth-child(2),.soft-card:nth-child(3){border-radius:28px}
 .instagram-grid{grid-template-columns:repeat(3,1fr)}
}

@media (max-width:600px){
 .container,.container-wide{width:min(calc(100% - 32px),var(--content))}
 .section{padding:76px 16px}
 .brand img{height:38px}
 .hero-copy{padding-top:56px}
 .hero h1{font-size:46px}
 .hero .eyebrow,.hero-subscript{font-size:26px}
 .hero-lead{font-size:16px;line-height:1.55}
 .eyebrow{font-size:25px}
 .section-title{font-size:28px}
 .soft-card h3{font-size:22px}
 .soft-card p,.body-copy,.timeline-content p{font-size:14px}
 .audience-card .script{font-size:30px}
 .audience-card p,.post-card p,.faq-question{font-size:14px}
 .hero-buttons,.hero-buttons .btn,.cta-actions,.cta-actions .btn{width:100%}
 .hero-photo{margin-inline:16px;min-height:115vw}
 .hero-photo:before{transform:translate(-8px,10px)}
 .card-grid{gap:18px}
 .soft-card,.audience-card{padding:28px}
 .timeline-row{grid-template-columns:46px 1fr;gap:16px}
 .timeline-number{width:46px;height:46px;font-size:21px}
 .instagram-grid{grid-template-columns:repeat(2,1fr)}
 .instagram-tile:last-child{display:none}
 .cta{padding:84px 16px}
 .blog-page,.single-article{padding:125px 18px 76px}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{opacity:1;transform:none;transition:none}}

.audience-card .script{color:#8C2E50}


/* Capa leve do vídeo: o player do YouTube só é carregado após o clique. */
.video-facade-wrap{position:relative}
.video-facade{position:relative;display:block;width:100%;height:100%;margin:0;padding:0;border:0;background:var(--ink);cursor:pointer;overflow:hidden;color:inherit}
.video-facade img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.video-facade::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,4,14,.03),rgba(30,4,14,.2));transition:background .25s ease}
.video-play{position:absolute;z-index:1;left:50%;top:50%;width:82px;height:82px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;background:var(--wine);color:var(--cream);box-shadow:0 12px 30px rgba(30,4,14,.28);transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease}
.video-play span{display:block;width:0;height:0;margin-left:6px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:19px solid currentColor}
.video-facade:hover img{transform:scale(1.025);filter:saturate(1.04)}
.video-facade:hover::after{background:linear-gradient(180deg,rgba(30,4,14,0),rgba(30,4,14,.12))}
.video-facade:hover .video-play{transform:translate(-50%,-50%) scale(1.07);background:var(--wine-dark);box-shadow:0 14px 36px rgba(30,4,14,.36)}
.video-facade:focus-visible{outline:4px solid var(--green-light);outline-offset:-4px}
@media(max-width:600px){.video-play{width:64px;height:64px}.video-play span{border-top-width:10px;border-bottom-width:10px;border-left-width:16px}}
@media(prefers-reduced-motion:reduce){.video-facade img,.video-play{transition:none}}
