/* Blog page */
.blog-page{background:#f8f3ee}.blog-hero{position:relative;overflow:hidden;padding:170px 0 92px;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.95),transparent 33%),radial-gradient(circle at 80% 25%,rgba(218,194,174,.55),transparent 30%),linear-gradient(135deg,#f4e8df,#fbf8f4 62%,#ead8ca)}.blog-hero::after{content:"";position:absolute;inset:0;opacity:.14;background-image:linear-gradient(rgba(109,85,67,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(109,85,67,.08) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}.blog-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.18fr .82fr;align-items:center;gap:80px}.blog-hero-copy h1{max-width:790px;margin:18px 0 28px;font-size:clamp(58px,6vw,88px)}.blog-hero-copy h1 em{color:var(--brand)}.blog-hero-copy>p:not(.pill){max-width:680px;color:#806552;font-size:18px}.blog-hero-art{position:relative;display:flex;min-height:380px;align-items:center;justify-content:center;flex-direction:column;border-radius:44% 44% 28px 28px;background:rgba(255,255,255,.46)}.blog-hero-art::before{content:"";position:absolute;inset:24px;border:1px solid rgba(160,134,111,.18);border-radius:44% 44% 20px 20px}.blog-hero-art img{position:relative;width:160px;opacity:.26;filter:saturate(.5)}.blog-hero-art span,.blog-hero-art strong{position:relative;display:block}.blog-hero-art span{margin-top:22px;color:var(--muted);font-size:10px;letter-spacing:.15em;text-transform:uppercase}.blog-hero-art strong{color:var(--brand-dark);font-family:var(--serif);font-size:28px;font-weight:500}.blog-archive-section{background:#fffdf9}.blog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:36px;padding:22px 24px;border-radius:24px}.blog-toolbar p{margin:2px 0 0;color:var(--muted);font-size:12px}.blog-count{color:var(--brand-dark);font-family:var(--serif);font-size:23px}.blog-search{width:min(100%,390px)}.blog-search input{width:100%;height:52px;padding:0 18px;border:1px solid rgba(109,85,67,.18);border-radius:999px;outline:0;background:rgba(255,255,255,.78);color:var(--text)}.blog-search input:focus{border-color:rgba(109,85,67,.45);box-shadow:0 0 0 4px rgba(160,134,111,.08)}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.blog-card{display:flex;min-height:300px;flex-direction:column;padding:28px 26px;border-radius:28px;background:rgba(249,243,237,.78);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.blog-card:nth-child(4n+2){background:rgba(239,226,214,.70)}.blog-card:nth-child(4n+3){background:rgba(255,255,255,.78)}.blog-card:hover{transform:translateY(-4px);box-shadow:0 28px 55px rgba(75,56,44,.13)}.blog-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:30px}.blog-category{padding:7px 10px;border:1px solid rgba(109,85,67,.14);border-radius:999px;background:rgba(255,255,255,.52);color:var(--brand-dark);font-size:9px;font-weight:600;letter-spacing:.10em;text-transform:uppercase}.blog-card time{color:var(--muted);font-size:10px}.blog-card h2{margin:0 0 16px;font-size:34px;line-height:.98}.blog-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.62}.blog-archive-note{margin-top:auto;padding-top:24px;color:var(--brand);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.blog-empty{padding:54px 20px;text-align:center;color:var(--muted)}.blog-youtube-cta{background:linear-gradient(180deg,#f2e7de,#f8f3ee)}.blog-youtube-box{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:30px 34px;border-radius:28px}.blog-youtube-box>img{width:68px;opacity:.36}.blog-youtube-box h2{margin:6px 0 8px;font-size:42px}.blog-youtube-box p:not(.pill){margin:0;color:var(--muted);font-size:13px}@media(max-width:980px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-hero-grid{grid-template-columns:1fr}.blog-hero-art{min-height:300px}.blog-youtube-box{grid-template-columns:auto 1fr}.blog-youtube-box .button{grid-column:2;justify-self:start}}@media(max-width:700px){.blog-hero{padding-top:130px}.blog-hero-copy h1{font-size:52px}.blog-hero-art{display:none}.blog-toolbar{align-items:stretch;flex-direction:column}.blog-search{width:100%}.blog-grid{grid-template-columns:1fr}.blog-card{min-height:260px}.blog-youtube-box{grid-template-columns:1fr;text-align:center}.blog-youtube-box>img{margin-inline:auto}.blog-youtube-box .button{grid-column:auto;justify-self:center}.blog-youtube-box h2{font-size:36px}}
/* Editorial hero — foto real + elemento floral da identidade */
.blog-hero-photo{position:relative;margin:0;justify-self:end;width:min(100%,480px)}
.blog-photo-frame{position:relative;overflow:visible;padding:12px;border-radius:38px;background:rgba(255,255,255,.48);box-shadow:0 32px 90px rgba(92,65,47,.16)}
.blog-camila-photo{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 34%;border-radius:29px}
.blog-flower-overlay{position:absolute;right:-80px;bottom:-72px;width:46%;height:auto;filter:drop-shadow(0 18px 28px rgba(84,61,44,.12));transform:rotate(7deg);pointer-events:none}
.blog-hero-photo figcaption{margin:15px 0 0 14px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.blog-archive-note{display:flex;align-items:center;gap:8px}
.blog-archive-note svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}
@media(max-width:980px){.blog-hero-photo{justify-self:center;width:min(82vw,440px)}}
@media(max-width:700px){.blog-hero-photo{display:block;width:min(88vw,390px);margin:8px auto 8px}.blog-flower-overlay{right:-35px;bottom:-44px;width:38%}.blog-hero-grid{gap:42px}.blog-hero-copy h1{font-size:clamp(43px,13vw,58px)}}

/* Article pages */
.article-page{background:#fffdf9}.article-hero{position:relative;overflow:hidden;padding:164px 0 72px;background:radial-gradient(circle at 82% 15%,rgba(218,194,174,.45),transparent 32%),linear-gradient(135deg,#f5ebe3,#fbf8f4 62%,#efe0d4)}.article-hero::after{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(109,85,67,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(109,85,67,.08) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}.article-hero-inner{position:relative;z-index:2;max-width:980px}.article-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;color:var(--brand);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.article-back svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;transform:rotate(180deg)}.article-hero h1{max-width:940px;margin:18px 0 24px;font-size:clamp(54px,6.3vw,88px);line-height:.94}.article-meta{display:flex;flex-wrap:wrap;gap:10px 20px;color:var(--muted);font-size:12px}.article-meta span+span::before{content:"·";margin-right:20px}.article-layout{display:grid;grid-template-columns:minmax(0,780px) 260px;justify-content:start;gap:70px;padding:82px 0 100px}.article-content{font-size:18px;line-height:1.82;color:#4f433b}.article-content p{margin:0 0 25px}.article-content strong{color:var(--brand-dark)}.article-content em{font-style:italic}.article-content a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}.article-content h2,.article-content h3{margin:52px 0 20px;color:var(--brand-dark)}.article-content h2{font-size:40px}.article-content h3{font-size:30px}.article-content blockquote{margin:38px 0;padding:8px 0 8px 26px;border-left:2px solid rgba(160,134,111,.55);color:var(--brand-dark);font-family:var(--serif);font-size:28px;line-height:1.34}.article-content ul,.article-content ol{margin:0 0 28px;padding-left:26px}.article-content li{margin:8px 0}.article-caption{font-size:12px!important;color:var(--muted)}.article-video{margin:38px 0}.article-video-frame{position:relative;overflow:hidden;padding-top:56.25%;border-radius:24px;background:#2c241f;box-shadow:0 24px 60px rgba(60,44,33,.14)}.article-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.article-aside{position:sticky;top:120px;align-self:start}.article-author{padding:26px;border-radius:28px}.article-author img{display:block;width:74px;height:74px;object-fit:cover;object-position:center 30%;border-radius:50%;margin-bottom:18px}.article-author span{display:block;color:var(--muted);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.article-author strong{display:block;margin:6px 0 10px;color:var(--brand-dark);font-family:var(--serif);font-size:25px;font-weight:500}.article-author p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.article-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.article-tags span{padding:6px 9px;border:1px solid rgba(109,85,67,.15);border-radius:999px;background:rgba(255,255,255,.52);font-size:9px;letter-spacing:.05em;text-transform:none}.article-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:62px;padding-top:34px;border-top:1px solid rgba(109,85,67,.12)}.article-nav a{display:block;padding:22px;border-radius:22px;background:#f6eee7;text-decoration:none}.article-nav span{display:block;color:var(--muted);font-size:9px;letter-spacing:.1em;text-transform:uppercase}.article-nav strong{display:block;margin-top:7px;color:var(--brand-dark);font-family:var(--serif);font-size:23px;line-height:1.06}.article-cta{margin-top:54px;padding:28px;border-radius:26px;background:linear-gradient(135deg,#ead8ca,#f8f2ed)}.article-cta h2{margin:0 0 10px;font-size:34px}.article-cta p{margin-bottom:20px;font-size:14px;color:var(--muted)}@media(max-width:980px){.article-layout{grid-template-columns:minmax(0,760px);gap:40px}.article-aside{position:static}.article-author{display:grid;grid-template-columns:auto 1fr;column-gap:18px}.article-author img{grid-row:1/4}.article-tags{grid-column:1/-1}}@media(max-width:700px){.article-hero{padding:128px 0 54px}.article-hero h1{font-size:clamp(43px,13vw,59px)}.article-meta{gap:6px 12px}.article-meta span+span::before{margin-right:12px}.article-layout{padding:52px 0 74px}.article-content{font-size:16px;line-height:1.74}.article-content blockquote{font-size:24px}.article-nav{grid-template-columns:1fr}.article-author{display:block}.article-author img{width:68px;height:68px}}
.blog-card{color:inherit;text-decoration:none}
.blog-card:focus-visible{outline:2px solid var(--brand);outline-offset:4px}


/* Faixa editorial do blog — ícones + palavras em movimento */
.blog-camila-photo{object-position:center center}
.blog-symbol-strip{position:relative;z-index:5;height:66px;border-top:1px solid rgba(109,85,67,.12);border-bottom:1px solid rgba(109,85,67,.14);background:linear-gradient(90deg,#dfd0c2,#d7c4b3 52%,#dfd0c2);color:#5d4638;overflow:visible}
.blog-symbol-viewport{height:100%;overflow:hidden}
.blog-symbol-track{display:flex;width:max-content;height:100%;animation:blog-symbol-marquee 30s linear infinite;will-change:transform}
.blog-symbol-group{display:flex;flex:0 0 auto;align-items:center;height:100%}
.blog-symbol-item{position:relative;display:flex;flex:0 0 auto;align-items:center;gap:10px;padding:0 34px;font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}
.blog-symbol-item::after{content:"";position:absolute;right:0;width:3px;height:3px;border-radius:50%;background:rgba(93,70,56,.35)}
.blog-symbol-item svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;opacity:.86}
.blog-strip-flower{position:absolute;z-index:3;right:clamp(28px,7vw,112px);bottom:-63px;width:132px;height:auto;pointer-events:none;filter:drop-shadow(0 18px 28px rgba(84,61,44,.12));transform:rotate(5deg)}
@keyframes blog-symbol-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:700px){.blog-symbol-strip{height:58px}.blog-symbol-item{gap:8px;padding:0 24px;font-size:9px}.blog-symbol-item svg{width:17px;height:17px}.blog-strip-flower{right:20px;bottom:-48px;width:100px}}
@media(prefers-reduced-motion:reduce){.blog-symbol-track{animation:none}}


.blog-card.has-cover{padding:18px 18px 22px;overflow:hidden}.blog-card-media{position:relative;margin:-18px -18px 20px;border-radius:22px;overflow:hidden;aspect-ratio:16/10;background:#e9ddd1}.blog-card-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(55,40,31,.04),rgba(55,40,31,.18))}.blog-card-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92) contrast(1.02) brightness(.97)}.article-cover{margin:28px 0 34px;border-radius:30px;overflow:hidden;box-shadow:0 24px 56px rgba(75,56,44,.12);background:#efe6dd}.article-cover img{display:block;width:100%;max-height:560px;object-fit:cover;filter:saturate(.94) contrast(1.02) brightness(.98)}@media(max-width:700px){.blog-card.has-cover{padding:16px 16px 20px}.blog-card-media{margin:-16px -16px 18px;border-radius:20px}.article-cover{margin:22px 0 28px;border-radius:22px}.article-cover img{max-height:360px}}
.article-hero-inner>.article-back+h1{margin-top:0}.article-author-byline{margin:0;color:var(--brand-dark)!important;font-family:var(--serif);font-size:24px!important;font-style:italic;line-height:1.05!important}.article-author-byline em{font-style:italic}.article-author-role{margin:2px 0 0!important;color:var(--muted)!important;font-size:12px!important;line-height:1.2!important}.article-author>div:not(.article-tags){align-self:center}.blog-page .header-cta,.article-page .header-cta{color:#a88c78}.article-page .article-author img{object-position:center 28%}
@media(max-width:980px){.article-layout{justify-content:start}.article-author-byline{font-size:23px!important}}

/* v7 ajustes finos */
.blog-hero{padding-bottom:118px}
.blog-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(280px,340px);align-items:end;gap:72px}
.blog-hero-photo{position:relative;z-index:5;justify-self:center;width:min(100%,340px)}
.blog-photo-frame{padding:10px;border-radius:34px}
.blog-camila-photo{aspect-ratio:4/5;object-fit:cover;object-position:50% 22%;border-radius:26px}
.blog-hero-photo figcaption{display:none}
.blog-flower-overlay{position:absolute;z-index:6;right:-58px;bottom:-78px;width:128px;height:auto;filter:drop-shadow(0 16px 24px rgba(84,61,44,.12));transform:rotate(6deg);pointer-events:none}
.blog-symbol-strip{z-index:8;margin-top:-54px;overflow:hidden}
.blog-symbol-track{animation-duration:24s}
.blog-symbol-item:last-child::after{display:none}
.blog-strip-flower{display:none}
.blog-page .header-cta,.article-page .header-cta{color:#d8c7bb}

.blog-card{position:relative;height:340px;overflow:hidden}
.blog-card h2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.blog-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.blog-card.has-cover{padding:28px 26px;background:#efe5db;isolation:isolate}
.blog-card.has-cover .blog-card-media{position:absolute;inset:0;margin:0;border-radius:inherit;overflow:hidden;aspect-ratio:auto;background:#e9ddd1;z-index:-2}
.blog-card.has-cover .blog-card-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(248,242,236,.90) 0%,rgba(248,242,236,.60) 30%,rgba(248,242,236,.74) 58%,rgba(248,242,236,.90) 100%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(92,65,47,.14) 100%)}
.blog-card.has-cover .blog-card-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92) contrast(1.02) brightness(.93)}
.blog-card.has-cover .blog-card-top,.blog-card.has-cover h2,.blog-card.has-cover p,.blog-card.has-cover .blog-archive-note{position:relative;z-index:2}
.blog-card.has-cover .blog-card-top{margin-bottom:22px}
.blog-card.has-cover .blog-category{background:rgba(255,255,255,.72)}
.article-cover img{width:100%;max-height:620px;object-fit:cover;object-position:center center}

@media(max-width:980px){
  .blog-hero-grid{grid-template-columns:1fr;gap:36px}
  .blog-hero-photo{width:min(66vw,320px)}
  .blog-symbol-strip{margin-top:-22px}
  .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .blog-hero{padding-bottom:84px}
  .blog-hero-photo{width:min(72vw,290px);margin:0 auto}
  .blog-camila-photo{object-position:50% 20%}
  .blog-flower-overlay{right:-30px;bottom:-58px;width:92px}
  .blog-symbol-strip{height:58px;margin-top:-12px}
  .blog-grid{grid-template-columns:1fr}
  .blog-card{height:320px}
  .blog-card.has-cover{padding:24px 20px}
  .blog-card.has-cover .blog-card-top{margin-bottom:18px}
}

/* v8 ajustes solicitados */
.blog-page .header-cta,
.article-page .header-cta,
.button.button-brown,
.button.button-brown:visited,
.button.button-brown svg,
.button.button-brown svg *{
  color:#efe3d7;
  stroke:#efe3d7;
}

/* hero do blog alinhado ao hero principal */
.blog-hero{padding-bottom:74px}
.blog-hero-grid{grid-template-columns:1.02fr .98fr;align-items:center;gap:46px}
.blog-hero-visual.hero-image{grid-column:2;grid-row:1;position:relative;width:min(100%,560px);height:700px;justify-self:center}
.blog-hero-visual .photo-placeholder{inset:25px 2px 35px 45px}
.blog-hero-visual .photo-placeholder::before{border-radius:135px 135px 18px 18px}
.blog-hero-visual .hero-portrait{object-position:center 24%;filter:saturate(1.02) contrast(1.02)}
.blog-flower-overlay{z-index:6;right:-34px;bottom:-10px;width:170px;transform:rotate(6deg);pointer-events:none;filter:drop-shadow(0 14px 24px rgba(84,61,44,.14))}

/* barra rolante sem buracos */
.blog-symbol-strip{position:relative;z-index:8;margin-top:-46px;overflow:hidden}
.blog-symbol-track{display:flex;min-width:max-content;width:max-content;height:100%;animation:blog-symbol-marquee-v8 30s linear infinite;will-change:transform}
.blog-symbol-group{display:flex;flex:0 0 auto;align-items:center;height:100%}
@keyframes blog-symbol-marquee-v8{from{transform:translateX(0)}to{transform:translateX(-33.3333%)}}

/* cards com títulos íntegros e mesma altura */
.blog-card{position:relative;height:356px;overflow:hidden;padding:28px 26px 24px}
.blog-card-top{margin-bottom:22px}
.blog-card h2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;margin:0 0 14px;padding-top:.14em;font-size:31px;line-height:1.05;letter-spacing:-.015em;min-height:4.35em}
.blog-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:4.9em}
.blog-card.has-cover{padding:28px 26px 24px}
.blog-card.has-cover .blog-card-media{position:absolute;inset:0;margin:0;border-radius:inherit;overflow:hidden;aspect-ratio:auto;z-index:-2}
.blog-card.has-cover .blog-card-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(248,242,236,.92) 0%,rgba(248,242,236,.66) 34%,rgba(248,242,236,.78) 59%,rgba(248,242,236,.92) 100%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(92,65,47,.12) 100%)}
.blog-card.has-cover .blog-card-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92) contrast(1.01) brightness(.95)}
.blog-card.has-cover .blog-category{background:rgba(255,255,255,.78)}
.blog-card .blog-archive-note{margin-top:auto;padding-top:18px}

/* sem imagem interna nos artigos */
.article-cover{display:none !important}

@media(max-width:1050px){
  .blog-hero-grid{gap:34px}
  .blog-hero-visual.hero-image{width:min(100%,520px);height:650px}
  .blog-hero-visual .photo-placeholder{inset:10px 12px 25px}
  .blog-flower-overlay{right:-24px;bottom:-4px;width:150px}
}
@media(max-width:980px){
  .blog-hero{padding-bottom:56px}
  .blog-hero-grid{grid-template-columns:1fr;gap:24px}
  .blog-hero-visual.hero-image{grid-column:1;width:min(100%,580px);height:650px}
  .blog-symbol-strip{margin-top:-18px}
  .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .blog-hero{padding-top:122px;padding-bottom:44px}
  .blog-hero-copy h1{font-size:clamp(46px,12vw,59px)}
  .blog-hero-visual.hero-image{width:min(100%,340px);height:520px}
  .blog-hero-visual .photo-placeholder{border-radius:105px 105px 20px 20px}
  .blog-hero-visual .photo-placeholder::before{border-radius:95px 95px 15px 15px}
  .blog-flower-overlay{right:-54px;bottom:-2px;width:118px}
  .blog-symbol-strip{height:58px;margin-top:-4px}
  .blog-card{height:336px;padding:24px 20px 20px}
  .blog-card.has-cover{padding:24px 20px 20px}
  .blog-card-top{margin-bottom:18px}
  .blog-card h2{font-size:27px;min-height:4.45em}
  .blog-card p{font-size:12.5px;min-height:4.75em}
}

/* v9 hero do blog inspirado na seção de abordagem */
.blog-page{background:#fbfaf8}
.blog-hero{
  position:relative;
  overflow:hidden;
  padding:170px 0 102px;
  background:radial-gradient(circle at 10% 20%,rgba(255,255,255,.08),transparent 24%),linear-gradient(135deg,var(--brand-dark),#4a382d 78%);
}
.blog-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.03),transparent 28%,transparent 72%,rgba(255,255,255,.04));
  opacity:.9;
}
.blog-hero-grid{
  position:relative;
  z-index:2;
  grid-template-columns:minmax(0,1.1fr) minmax(300px,360px);
  align-items:center;
  gap:72px;
}
.blog-hero-copy .pill{
  background:rgba(255,255,255,.14);
  color:#fff;
}
.blog-hero-copy h1{color:#fff;max-width:860px}
.blog-hero-copy h1 em{color:#ead7c7}
.blog-hero-copy>p:not(.pill){max-width:680px;color:rgba(255,255,255,.82)}
.blog-hero-copy .button-outline{
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
  color:#fff;
}
.blog-hero-copy .button-outline:hover{background:rgba(255,255,255,.14)}
.blog-hero-flower-bg{
  position:absolute;
  z-index:1;
  left:-88px;
  top:250px;
  width:390px;
  opacity:.16;
  transform:rotate(78deg);
  filter:brightness(2.05) drop-shadow(0 20px 28px rgba(75,56,44,.12));
  pointer-events:none;
}
.blog-hero-visual.hero-image{
  width:min(100%,360px);
  height:700px;
  justify-self:end;
}
.blog-hero-visual .photo-placeholder{
  inset:25px 2px 35px 45px;
  background:linear-gradient(150deg,rgba(255,255,255,.18),rgba(255,255,255,.07));
  box-shadow:0 28px 50px rgba(24,13,8,.18);
}
.blog-hero-visual .photo-placeholder::before{border-color:rgba(255,255,255,.18)}
.blog-hero-visual .hero-portrait{object-position:center 24%;filter:saturate(1.03) contrast(1.02)}

@media(max-width:1100px){
  .blog-hero-grid{gap:52px;grid-template-columns:minmax(0,1fr) 320px}
  .blog-hero-flower-bg{left:-96px;top:285px;width:340px}
}
@media(max-width:980px){
  .blog-hero{padding:148px 0 78px}
  .blog-hero-grid{grid-template-columns:1fr;gap:30px}
  .blog-hero-visual.hero-image{justify-self:center;width:min(100%,340px);height:620px}
  .blog-hero-flower-bg{left:-86px;top:230px;width:320px;opacity:.14}
}
@media(max-width:700px){
  .blog-hero{padding:126px 0 58px}
  .blog-hero-copy h1{font-size:clamp(44px,12vw,58px)}
  .blog-hero-visual.hero-image{width:min(100%,316px);height:560px}
  .blog-hero-visual .photo-placeholder{inset:14px 8px 22px 22px}
  .blog-hero-flower-bg{left:-78px;top:265px;width:250px;opacity:.14}
}

/* v10 ajuste: hero do blog com o mesmo porte visual do hero principal */
.blog-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(420px,560px);
}
.blog-hero-visual.hero-image{
  width:min(100%,560px);
  height:700px;
  justify-self:center;
}
@media(max-width:1100px){
  .blog-hero-grid{grid-template-columns:minmax(0,1fr) minmax(380px,520px)}
  .blog-hero-visual.hero-image{width:min(100%,520px);height:650px}
}
@media(max-width:980px){
  .blog-hero-grid{grid-template-columns:1fr}
  .blog-hero-visual.hero-image{width:min(100%,580px);height:650px;justify-self:center}
}
@media(max-width:700px){
  .blog-hero-visual.hero-image{width:min(100%,320px);height:520px}
}
