:root {
  --author-ink: #2f3843;
  --author-deep: #173f43;
  --author-teal: #296f79;
  --author-sky: #a9d9d7;
  --author-cream: #fbf2df;
  --author-paper: #fffaf0;
  --author-yellow: #f2bb56;
  --author-coral: #cf5f55;
  --author-plum: #6b3e70;
}

html { scroll-behavior: smooth; }
body.author-page { margin: 0; overflow-x: hidden; background: var(--author-cream); color: var(--author-ink); font-family: Nunito, Arial, sans-serif; }
.author-page *, .author-page *::before, .author-page *::after { box-sizing: border-box; }
.author-page img { display: block; max-width: 100%; }
.author-page a { color: inherit; text-decoration: none; }

.author-nav { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; min-height: 76px; padding: 0 3.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.24); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.author-brand { font-size: 16px; letter-spacing: .08em; justify-self: center; }
.author-brand span { color: var(--author-yellow); }
.author-nav-link { justify-self: end; }
.author-nav a { transition: opacity .2s ease; }
.author-nav a:hover { opacity: .7; }

.author-hero { position: relative; min-height: 810px; padding: 140px 7vw 90px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); align-items: center; gap: 6vw; isolation: isolate; overflow: hidden; background: var(--author-deep); color: #fff; }
.author-hero-photo { position: absolute; inset: 0; z-index: -3; background: url('/assets/vivi-escrevendo.jpg') center 42% / cover no-repeat; filter: saturate(.8); transform: scale(1.015); }
.author-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(15,47,50,.96) 0%, rgba(16,51,54,.88) 43%, rgba(17,49,51,.45) 72%, rgba(17,49,51,.62) 100%); }
.author-hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 12px; background: linear-gradient(90deg,var(--author-coral) 0 20%,var(--author-yellow) 20% 40%,var(--author-sky) 40% 60%,var(--author-plum) 60% 80%,#efb7c5 80%); }
.author-hero-copy { max-width: 720px; position: relative; z-index: 2; }
.author-kicker, .author-section-label { margin: 0 0 20px; color: var(--author-coral); text-transform: uppercase; letter-spacing: .2em; font-size: 14px; font-weight: 900; }
.author-kicker { display: inline-block; padding: 10px 14px; color: var(--author-deep); background: var(--author-yellow); transform: rotate(-1deg); }
.author-hero h1 { margin: 16px 0 10px; font-size: clamp(88px, 10vw, 168px); line-height: .76; letter-spacing: -.065em; text-transform: uppercase; font-weight: 950; }
.author-script-line { margin: 26px 0 0; color: var(--author-yellow); font-family: 'Hello Goodbye', cursive; font-size: clamp(35px, 4vw, 66px); line-height: 1; letter-spacing: 1px; }
.author-hero-intro { max-width: 630px; margin: 26px 0; font-size: clamp(18px, 1.4vw, 23px); line-height: 1.6; }
.author-button { min-height: 56px; padding: 16px 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--author-plum); color: #fff; font-weight: 900; letter-spacing: .03em; box-shadow: 8px 8px 0 rgba(207,95,85,.24); transition: transform .2s ease, box-shadow .2s ease; }
.author-button:hover { transform: translate(-2px,-2px); box-shadow: 11px 11px 0 rgba(207,95,85,.3); }
.author-button-light { color: var(--author-deep); background: var(--author-paper); box-shadow: 8px 8px 0 rgba(242,187,86,.8); }
.author-hero-card { position: relative; z-index: 2; width: min(390px, 30vw); margin: 20px auto 0; padding: 13px 13px 44px; background: #fff; color: var(--author-plum); box-shadow: 0 28px 60px rgba(0,0,0,.28); transform: rotate(3deg); }
.author-hero-card::before { content: ''; position: absolute; top: -22px; left: 31%; width: 120px; height: 42px; background: rgba(242,187,86,.8); transform: rotate(-5deg); }
.author-hero-card img { width: 100%; aspect-ratio: .76; object-fit: cover; object-position: center 18%; }
.author-hero-card figcaption { position: absolute; left: 0; right: 0; bottom: 10px; text-align: center; font-family: 'Hello Goodbye', cursive; font-size: 23px; line-height: 1; letter-spacing: 1px; }
.author-hero-flower { position: absolute; right: 4vw; bottom: 45px; color: var(--author-yellow); font-size: 54px; transform: rotate(14deg); }

.author-story { position: relative; padding: 120px max(6vw,30px); display: grid; grid-template-columns: minmax(320px,.85fr) minmax(360px,1fr); align-items: center; gap: 8vw; background: var(--author-cream); overflow: hidden; }
.author-story::before { content: ''; position: absolute; width: 320px; height: 320px; right: -130px; top: -130px; border: 2px solid rgba(41,111,121,.2); border-radius: 50%; }
.author-story-visual { position: relative; max-width: 560px; min-height: 670px; margin: auto; }
.author-paper { position: absolute; width: 78%; height: 80%; top: 9%; left: 12%; }
.author-paper-one { background: var(--author-sky); transform: rotate(-7deg); }
.author-paper-two { background: #ead8ed; transform: rotate(6deg); }
.author-portrait-frame { position: absolute; inset: 0 8% 55px 3%; padding: 15px 15px 60px; background: #fff; box-shadow: 0 22px 50px rgba(47,56,67,.17); transform: rotate(-2deg); }
.author-portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 21%; }
.author-margin-note { position: absolute; right: -45px; bottom: 16px; margin: 0; padding: 16px 20px; background: var(--author-yellow); color: var(--author-deep); font-family: 'Hello Goodbye', cursive; font-size: 26px; line-height: 1; letter-spacing: 1px; transform: rotate(3deg); }
.author-story-copy { max-width: 680px; }
.author-story h2, .author-universe h2, .author-connect h2 { margin: 0 0 28px; color: var(--author-plum); font-family: 'Hello Goodbye', cursive; font-size: clamp(58px,7vw,108px); font-weight: 400; line-height: .92; letter-spacing: 1px; }
.author-story-copy > p:not(.author-section-label) { margin: 0 0 20px; font-size: clamp(19px,1.45vw,24px); line-height: 1.7; }
.author-highlight { margin-top: 30px !important; padding: 24px 28px; border-left: 7px solid var(--author-coral); background: rgba(255,255,255,.6); color: var(--author-plum); font-weight: 850; }

.author-universe { position: relative; min-height: 900px; padding: 110px max(6vw,30px); display: grid; grid-template-columns: .75fr 1fr; grid-template-areas: 'heading photo' 'values photo'; gap: 40px 7vw; background: var(--author-deep); color: #fff; overflow: hidden; }
.author-universe::before { content: '✦'; position: absolute; left: 2vw; bottom: 20px; color: rgba(169,217,215,.16); font-size: 280px; line-height: 1; }
.author-universe-heading { grid-area: heading; align-self: end; position: relative; z-index: 2; }
.author-universe h2 { color: var(--author-yellow); }
.author-universe-heading > p:last-child { max-width: 570px; font-size: 20px; line-height: 1.6; }
.author-section-label-yellow { color: var(--author-sky); }
.author-values { grid-area: values; display: grid; grid-template-columns: repeat(3,1fr); align-self: start; position: relative; z-index: 2; }
.author-values article { min-height: 240px; padding: 28px 20px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.055); }
.author-values article:nth-child(2) { transform: translateY(22px); }
.author-values span { color: var(--author-coral); font-size: 13px; font-weight: 900; letter-spacing: .18em; }
.author-values h3 { margin: 18px 0 10px; font-size: 25px; }
.author-values p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.55; }
.author-universe-photo { grid-area: photo; align-self: center; position: relative; padding: 14px 14px 58px; background: var(--author-paper); color: var(--author-deep); transform: rotate(2deg); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.author-universe-photo::before { content: ''; position: absolute; z-index: 2; top: -25px; left: 38%; width: 145px; height: 44px; background: rgba(207,95,85,.78); transform: rotate(-4deg); }
.author-universe-photo img { width: 100%; aspect-ratio: 1.02; object-fit: cover; }
.author-universe-photo figcaption { position: absolute; left: 0; right: 0; bottom: 13px; text-align: center; font-family: 'Hello Goodbye', cursive; font-size: 27px; line-height: 1; letter-spacing: 1px; }

.author-book { padding: 100px max(6vw,30px); display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 7vw; background: var(--author-sky); overflow: hidden; }
.author-book-copy { position: relative; z-index: 2; }
.author-book-name { margin: 0 0 24px; color: var(--author-plum); font-family: 'Hello Goodbye', cursive; font-size: clamp(62px,7.5vw,112px); font-weight: 400; line-height: .9; letter-spacing: 1px; }
.author-book-copy > p:not(.author-section-label) { margin: 0 0 28px; color: var(--author-deep); font-size: 22px; font-weight: 800; }
.author-book-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.author-book-visual img { position: relative; z-index: 2; max-height: 620px; width: auto; filter: drop-shadow(0 30px 26px rgba(47,56,67,.28)); transform: rotate(2deg); }
.author-book-sun { position: absolute; width: min(530px,80%); aspect-ratio: 1; border-radius: 50%; background: var(--author-yellow); }
.author-book-note { position: absolute; z-index: 3; right: 2%; bottom: 8%; padding: 14px 20px; background: var(--author-coral); color: #fff; font-family: 'Hello Goodbye', cursive; font-size: 27px; line-height: 1; letter-spacing: 1px; transform: rotate(-5deg); }

.author-connect { padding: 100px max(6vw,30px); text-align: center; background: var(--author-paper); }
.author-connect h2 { font-size: clamp(55px,6vw,92px); }
.author-connect > p:not(.author-section-label) { margin: 0 0 35px; font-size: 20px; }
.author-socials { max-width: 1050px; margin: auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.author-socials a { padding: 14px 22px; border: 2px solid var(--author-plum); color: var(--author-plum); font-weight: 900; transition: color .2s ease, background .2s ease, transform .2s ease; }
.author-socials a:hover { color: #fff; background: var(--author-plum); transform: translateY(-3px); }
.author-footer { padding: 30px max(4vw,24px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; background: var(--author-deep); color: #fff; }
.author-footer div { display: flex; flex-direction: column; }
.author-footer strong { text-transform: uppercase; letter-spacing: .08em; }
.author-footer span { color: var(--author-yellow); font-family: 'Hello Goodbye', cursive; font-size: 23px; line-height: 1; letter-spacing: 1px; }
.author-footer > a:last-child { justify-self: end; }

@media (max-width: 900px) {
  .author-nav { grid-template-columns: 1fr auto; min-height: 68px; padding: 0 22px; }
  .author-brand { justify-self: end; }
  .author-nav-link { display: none; }
  .author-hero { min-height: auto; padding: 120px 28px 85px; grid-template-columns: 1fr; gap: 45px; }
  .author-hero-photo { background-position: 58% center; }
  .author-hero-shade { background: linear-gradient(180deg,rgba(15,47,50,.94) 0%,rgba(15,47,50,.84) 62%,rgba(15,47,50,.68) 100%); }
  .author-hero h1 { font-size: clamp(76px,22vw,130px); }
  .author-hero-card { width: min(420px,82vw); }
  .author-story { grid-template-columns: 1fr; gap: 65px; }
  .author-story-visual { width: min(540px,86vw); min-height: 640px; }
  .author-universe { grid-template-columns: 1fr; grid-template-areas: 'heading' 'photo' 'values'; min-height: auto; }
  .author-universe-photo { width: min(620px,90vw); margin: 30px auto; }
  .author-book { grid-template-columns: 1fr; }
  .author-book-visual { min-height: 580px; }
}

@media (max-width: 600px) {
  .author-back { font-size: 10px; }
  .author-brand { font-size: 13px; }
  .author-hero { padding-left: 22px; padding-right: 22px; }
  .author-kicker { font-size: 11px; letter-spacing: .14em; }
  .author-hero h1 { font-size: clamp(68px,22vw,94px); line-height: .8; }
  .author-script-line { font-size: 37px; }
  .author-hero-intro { font-size: 18px; }
  .author-hero-card { width: min(355px,88vw); }
  .author-hero-card figcaption { font-size: 21px; }
  .author-story, .author-universe, .author-book, .author-connect { padding: 76px 24px; }
  .author-story-visual { width: 100%; min-height: 510px; }
  .author-portrait-frame { inset: 0 4% 45px 1%; padding: 10px 10px 48px; }
  .author-margin-note { right: -8px; bottom: 0; font-size: 21px; }
  .author-story h2, .author-universe h2, .author-connect h2 { font-size: 55px; }
  .author-story-copy > p:not(.author-section-label) { font-size: 18px; }
  .author-values { grid-template-columns: 1fr; gap: 12px; }
  .author-values article { min-height: auto; }
  .author-values article:nth-child(2) { transform: none; }
  .author-universe-photo { width: 100%; }
  .author-universe-photo figcaption { font-size: 22px; }
  .author-book-name { font-size: 58px; }
  .author-book-visual { min-height: 470px; }
  .author-book-visual img { max-height: 470px; max-width: 90%; }
  .author-book-note { right: 0; bottom: 1%; font-size: 21px; }
  .author-socials { display: grid; grid-template-columns: 1fr 1fr; }
  .author-socials a { padding: 12px 8px; font-size: 14px; }
  .author-footer { grid-template-columns: 1fr; text-align: center; }
  .author-footer > a:last-child { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .author-page * { transition: none !important; }
}

/* Hero editorial da marca pessoal */
.author-nav {
  color: #533151;
  border-bottom-color: rgba(83,49,81,.24);
  background: linear-gradient(180deg,rgba(216,142,145,.92),rgba(216,142,145,0));
}
.author-brand span { color: #783f68; }

.author-hero {
  min-height: clamp(780px,100svh,960px);
  padding: 0;
  display: block;
  color: #4b2d4c;
  background:
    radial-gradient(circle at 75% 28%,rgba(246,201,137,.52) 0 6%,transparent 6.3%),
    linear-gradient(118deg,#d98d91 0%,#e4a4a2 52%,#d8888c 100%);
}
.author-hero::after { height: 10px; background: linear-gradient(90deg,#633b64 0 23%,#efba55 23% 45%,#39767a 45% 69%,#f6d9c6 69%); }
.author-hero-grain { position: absolute; inset: 0; z-index: 0; opacity: .17; pointer-events: none; background-image: radial-gradient(rgba(70,35,58,.55) .6px,transparent .8px); background-size: 8px 8px; mix-blend-mode: multiply; }
.author-hero-orbit { --author-parallax-x: 0px; --author-parallax-y: 0px; position: absolute; z-index: 0; display: block; border-radius: 50%; transform: translate(var(--author-parallax-x),var(--author-parallax-y)); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.author-hero-orbit-one { width: clamp(230px,25vw,430px); aspect-ratio: 1; right: -5vw; top: 13%; border: 2px solid rgba(83,49,81,.34); }
.author-hero-orbit-two { width: clamp(110px,13vw,230px); aspect-ratio: 1; left: 4vw; top: 22%; background: rgba(60,119,122,.26); }

.author-hero h1.author-name-bg {
  --author-parallax-x: 0px;
  --author-parallax-y: 0px;
  position: absolute;
  z-index: 1;
  inset: 15.5% 1.5vw auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #633b64;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(128px,17.2vw,300px);
  font-weight: 500;
  line-height: .69;
  letter-spacing: -.065em;
  text-transform: uppercase;
  text-align: center;
  pointer-events: none;
  transform: translate(var(--author-parallax-x),var(--author-parallax-y));
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.author-name-first,.author-name-last { display: block; opacity: 0; will-change: transform,opacity; }
.author-name-first { transform: translateX(-9vw); animation: author-name-left 1s .08s cubic-bezier(.16,1,.3,1) forwards; }
.author-name-last { transform: translateX(9vw); animation: author-name-right 1s .16s cubic-bezier(.16,1,.3,1) forwards; }

.author-hero-person {
  --author-parallax-x: 0px;
  --author-parallax-y: 0px;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -11%;
  width: clamp(720px,57vw,1090px);
  opacity: 0;
  transform: translate(calc(-48% + var(--author-parallax-x)),calc(70px + var(--author-parallax-y)));
  animation: author-person-in 1.15s .22s cubic-bezier(.16,1,.3,1) forwards;
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
.author-hero-person img { width: 100%; height: auto; filter: drop-shadow(0 30px 24px rgba(72,42,65,.25)); }

.author-hero-copy {
  position: absolute;
  z-index: 5;
  left: 5.5vw;
  bottom: 9.5%;
  width: min(390px,29vw);
  max-width: none;
  opacity: 0;
  transform: translateY(28px);
  animation: author-copy-in .8s .65s cubic-bezier(.16,1,.3,1) forwards;
}
.author-kicker { margin: 0 0 16px; padding: 9px 13px; color: #fffaf0; background: #5c375d; font-size: 12px; transform: rotate(-1.2deg); box-shadow: 6px 6px 0 rgba(242,187,86,.72); }
.author-hero-intro { margin: 0 0 22px; color: #422b43; font-size: clamp(16px,1.2vw,20px); line-height: 1.55; font-weight: 750; text-wrap: balance; }
.author-button-light { color: #fffaf0; background: #5c375d; box-shadow: 8px 8px 0 rgba(250,221,173,.88); }

.author-hero-signature {
  position: absolute;
  z-index: 5;
  right: 5vw;
  bottom: 11%;
  width: min(355px,26vw);
  color: #533151;
  text-align: right;
  opacity: 0;
  animation: author-signature-in .9s .78s ease forwards;
}
.author-hero-signature .author-script-line { margin: 0 0 13px; color: #533151; font-size: clamp(38px,4.3vw,68px); clip-path: inset(0 100% 0 0); animation: author-write 1.4s 1s cubic-bezier(.22,.8,.3,1) forwards; }
.author-hero-signature > span { display: inline-block; padding-top: 10px; border-top: 1px solid rgba(83,49,81,.5); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 900; }
.author-scroll { position: absolute; z-index: 6; left: 50%; bottom: 26px; width: 48px; height: 68px; display: grid; place-items: center; border: 2px solid #533151; border-radius: 28px; transform: translateX(-50%); color: #533151; }
.author-scroll i { font-style: normal; animation: author-scroll-arrow 1.7s ease-in-out infinite; }

.author-signature-logo { width: min(360px,75%); margin: 34px 0 0; padding: 0; overflow: hidden; background: transparent; }
.author-signature-logo img { width: 100%; mix-blend-mode: multiply; }
.author-footer-logo { align-items: flex-start; }
.author-footer-logo img { width: 230px; max-width: 70vw; mix-blend-mode: screen; }
.author-footer-logo span { margin-top: -5px; }

.author-page-ready .author-scroll-reveal { opacity: 0; transform: translateY(38px); transition: opacity .75s ease,transform .9s cubic-bezier(.16,1,.3,1); }
.author-page-ready .author-scroll-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes author-name-left { to { opacity: 1; transform: translateX(0); } }
@keyframes author-name-right { to { opacity: 1; transform: translateX(0); } }
@keyframes author-person-in { to { opacity: 1; transform: translate(calc(-48% + var(--author-parallax-x)),var(--author-parallax-y)); } }
@keyframes author-copy-in { to { opacity: 1; transform: translateY(0); } }
@keyframes author-signature-in { to { opacity: 1; } }
@keyframes author-write { to { clip-path: inset(0 0 0 0); } }
@keyframes author-scroll-arrow { 0%,100% { transform: translateY(-4px); } 50% { transform: translateY(5px); } }

@media (max-width: 900px) {
  .author-nav { background: rgba(216,142,145,.92); }
  .author-hero { min-height: 940px; padding: 0; }
  .author-hero h1.author-name-bg { inset: 11% 2vw auto; font-size: clamp(82px,21vw,170px); line-height: .72; }
  .author-hero-person { left: 50%; bottom: 4%; width: min(940px,105vw); transform: translate(calc(-49% + var(--author-parallax-x)),calc(70px + var(--author-parallax-y))); }
  @keyframes author-person-in { to { opacity: 1; transform: translate(calc(-49% + var(--author-parallax-x)),var(--author-parallax-y)); } }
  .author-hero-copy { left: 28px; bottom: 8%; width: min(355px,43vw); }
  .author-hero-signature { right: 28px; bottom: 10%; width: min(310px,36vw); }
  .author-hero-signature .author-script-line { font-size: clamp(37px,6vw,57px); }
}

@media (max-width: 600px) {
  .author-hero { min-height: 980px; background: linear-gradient(155deg,#df9899 0%,#d9878c 100%); }
  .author-hero-orbit-one { width: 250px; right: -110px; top: 16%; }
  .author-hero-orbit-two { width: 95px; left: 9px; top: 34%; }
  .author-hero h1.author-name-bg { inset: 9.5% 10px auto; font-size: clamp(76px,24vw,102px); line-height: .75; letter-spacing: -.075em; }
  .author-hero-person { left: 51%; bottom: 17%; width: 138vw; max-width: 660px; }
  .author-hero-copy { left: 20px; right: 20px; bottom: 48px; width: auto; padding: 17px 18px 19px; background: rgba(255,247,233,.93); box-shadow: 9px 9px 0 rgba(83,49,81,.22); }
  .author-kicker { display: inline-block; margin-bottom: 13px; font-size: 10px; }
  .author-hero-intro { margin-bottom: 15px; font-size: 15px; line-height: 1.45; }
  .author-button-light { min-height: 48px; width: 100%; padding: 12px 16px; }
  .author-hero-signature { top: 245px; right: 20px; bottom: auto; width: 205px; }
  .author-hero-signature .author-script-line { font-size: 34px; }
  .author-hero-signature > span { display: none; }
  .author-scroll { display: none; }
  .author-signature-logo { width: min(310px,92%); }
}

@media (prefers-reduced-motion: reduce) {
  .author-name-first,.author-name-last,.author-hero-person,.author-hero-copy,.author-hero-signature { opacity: 1; animation: none !important; }
  .author-name-first,.author-name-last,.author-hero-copy { transform: none; }
  .author-hero-person { transform: translate(-48%,0); }
  .author-hero-signature .author-script-line { clip-path: none; animation: none; }
  .author-scroll i { animation: none; }
  .author-page-ready .author-scroll-reveal { opacity: 1; transform: none; }
}

/* Ajustes de fotografia, contraste e assinatura */
.author-hero-person {
  left: 52%;
  bottom: -2%;
  width: clamp(430px,38vw,630px);
  height: min(82vh,780px);
  padding: 12px 12px 52px;
  overflow: hidden;
  border-radius: 320px 320px 22px 22px;
  background: rgba(255,248,236,.92);
  box-shadow: 0 35px 70px rgba(72,42,65,.28);
}
.author-hero-person::before { content: ''; position: absolute; z-index: 2; inset: 12px 12px 52px; border: 1px solid rgba(255,255,255,.48); border-radius: 305px 305px 12px 12px; pointer-events: none; }
.author-hero-person img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; border-radius: 305px 305px 12px 12px; filter: none; }
.author-hero-person > span { position: absolute; z-index: 3; left: 0; right: 0; bottom: 13px; color: #533151; font-family: 'Hello Goodbye',cursive; font-size: 25px; line-height: 1; letter-spacing: 1px; text-align: center; }
.author-page .author-button.author-button-light { color: #fffaf0; background: #58325a; }
.author-page .author-button.author-button-light:hover { color: #fff; background: #442445; }
.author-story-visual { width: min(100%,560px); justify-self: center; }
.author-signature-logo img,.author-footer-logo img { mix-blend-mode: normal; }
.author-signature-logo { background: transparent; }

@media (max-width: 900px) {
  .author-hero-person { left: 51%; bottom: 8%; width: min(500px,55vw); height: min(720px,72vh); }
}

@media (max-width: 600px) {
  .author-hero-person { left: 50%; bottom: 18%; width: calc(100% - 42px); max-width: 410px; height: 590px; padding: 8px 8px 40px; border-radius: 220px 220px 18px 18px; }
  .author-hero-person::before { inset: 8px 8px 40px; border-radius: 210px 210px 10px 10px; }
  .author-hero-person img { border-radius: 210px 210px 10px 10px; object-position: center 17%; }
  .author-hero-person > span { bottom: 10px; font-size: 22px; }
  .author-hero-signature { top: 225px; right: 17px; width: 185px; }
  .author-hero-signature .author-script-line { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  .author-hero-person { transform: translate(-48%,0); }
}

/* Fotografia transparente em primeiro plano */
.author-hero-person {
  left: 50%;
  bottom: -8%;
  width: clamp(700px,58vw,1060px);
  height: auto;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.author-hero-person::before,.author-hero-person > span { display: none; }
.author-hero-person img { width: 100%; height: auto; object-fit: contain; object-position: center; border-radius: 0; filter: drop-shadow(0 30px 24px rgba(72,42,65,.28)); }

@media (max-width: 900px) {
  .author-hero-person { left: 50%; bottom: 7%; width: min(860px,94vw); height: auto; padding: 0; }
}

@media (max-width: 600px) {
  .author-hero-person { left: 50%; bottom: 17%; width: 130vw; max-width: 650px; height: auto; padding: 0; }
  .author-hero-person img { object-fit: contain; object-position: center; }
}

/* Enquadramento da fotografia recortada: a altura, e não a largura da tela,
   determina a escala para que rosto e calçados permaneçam dentro do hero. */
.author-hero-person {
  left: 52%;
  bottom: -4%;
  width: auto;
  max-width: none;
  height: 92%;
  transform: translate(calc(-50% + var(--author-parallax-x)),calc(70px + var(--author-parallax-y)));
}
.author-hero-person img {
  width: auto;
  max-width: none;
  height: 100%;
}
@keyframes author-person-in {
  to { opacity: 1; transform: translate(calc(-50% + var(--author-parallax-x)),var(--author-parallax-y)); }
}

@media (max-width: 900px) {
  .author-hero-person {
    left: 48%;
    bottom: -2%;
    width: auto;
    height: 88%;
  }
}

@media (max-width: 600px) {
  .author-hero-person {
    left: 35%;
    bottom: 17%;
    width: auto;
    max-width: none;
    height: 69%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .author-hero-person { transform: translate(-50%,0); }
}

/* Refinamento final do hero: transição tipográfica suave e figura apoiada no plano. */
.author-name-front {
  z-index: 5;
  clip-path: none;
  -webkit-mask-image: linear-gradient(to bottom,transparent 0 31%,rgba(0,0,0,.12) 36%,rgba(0,0,0,.72) 45%,#000 51% 100%);
  mask-image: linear-gradient(to bottom,transparent 0 31%,rgba(0,0,0,.12) 36%,rgba(0,0,0,.72) 45%,#000 51% 100%);
}
.author-stage-ground {
  position: absolute;
  z-index: 2;
  left: 56%;
  bottom: 1.2%;
  width: min(49vw,880px);
  height: clamp(64px,8vw,118px);
  border-radius: 50%;
  pointer-events: none;
  opacity: .58;
  background: radial-gradient(ellipse at center,rgba(77,43,70,.32) 0%,rgba(105,57,83,.18) 38%,rgba(105,57,83,.06) 59%,transparent 73%);
  filter: blur(8px);
  transform: translateX(-50%) scaleY(.48);
}
.author-hero-person {
  left: 55%;
  bottom: 1.5%;
  height: 86%;
}
.author-hero-person img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 17px 16px rgba(72,42,65,.2));
  animation: author-photo-presence 8s 1.35s ease-in-out infinite alternate;
}
.author-cinema-vignette {
  height: 30%;
  opacity: .38;
}
@keyframes author-photo-presence {
  from { transform: scale(1); filter: drop-shadow(0 17px 16px rgba(72,42,65,.2)); }
  to { transform: scale(1.006); filter: drop-shadow(0 20px 18px rgba(72,42,65,.23)); }
}

@media (max-width: 900px) {
  .author-stage-ground {
    left: 52%;
    bottom: 1.5%;
    width: min(72vw,690px);
  }
  .author-hero-person {
    left: 50%;
    bottom: 1.5%;
    height: 80%;
  }
}

@media (max-width: 600px) {
  .author-name-front {
    clip-path: none;
    -webkit-mask-image: linear-gradient(to bottom,transparent 0 34%,rgba(0,0,0,.18) 41%,#000 53% 100%);
    mask-image: linear-gradient(to bottom,transparent 0 34%,rgba(0,0,0,.18) 41%,#000 53% 100%);
  }
  .author-stage-ground {
    left: 46%;
    bottom: 1.6%;
    width: 112vw;
    height: 84px;
    opacity: .5;
  }
  .author-hero-person {
    left: 43%;
    bottom: 1.8%;
    height: 70%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .author-hero-person img { animation: none; }
}

/* Eco tipográfico: Viviane sutil; Leite permanece como contorno principal. */
.author-name-front {
  clip-path: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.author-name-front span:first-child {
  color: transparent;
  opacity: .32;
  -webkit-text-stroke: 1px rgba(83,49,81,.56);
  text-stroke: 1px rgba(83,49,81,.56);
  transform: translate(6px,5px);
}
.author-name-front span:last-child {
  color: transparent;
  opacity: 1;
  -webkit-text-stroke: 1.5px rgba(83,49,81,.88);
  text-stroke: 1.5px rgba(83,49,81,.88);
  transform: none;
}

@media (max-width: 600px) {
  .author-name-front {
    clip-path: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .author-name-front span:first-child {
    opacity: .27;
    -webkit-text-stroke-width: .8px;
    transform: translate(3px,3px);
  }
  .author-name-front span:last-child { -webkit-text-stroke-width: 1px; }
}

/* Hierarquia definitiva: primeiro nome como eco, sobrenome no primeiro plano. */
.author-name-front span:first-child {
  opacity: .2;
  -webkit-text-stroke-color: rgba(83,49,81,.48);
  text-stroke-color: rgba(83,49,81,.48);
  transform: translate(5px,4px);
}
.author-name-front span:last-child {
  position: relative;
  z-index: 2;
  opacity: .98;
  -webkit-text-stroke: 2.15px rgba(73,39,72,.94);
  text-stroke: 2.15px rgba(73,39,72,.94);
  paint-order: stroke fill;
  mix-blend-mode: multiply;
  transform: translateY(.025em);
}

@media (max-width: 600px) {
  .author-name-front span:first-child {
    opacity: .17;
    transform: translate(3px,2px);
  }
  .author-name-front span:last-child {
    -webkit-text-stroke-width: 1.35px;
    transform: translateY(.035em);
  }
}

/* Revisão responsiva: o efeito editorial se adapta, sem comprometer rosto ou leitura. */
.author-book .author-button,
.author-book .author-button:visited {
  color: #fffaf0;
  background: #6b3e70;
}
.author-book .author-button:hover,
.author-book .author-button:focus-visible {
  color: #fff;
  background: #553057;
}

@media (max-width: 600px) {
  .author-name-front { display: none; }
  .author-hero-person {
    left: 56%;
    bottom: 1.8%;
    height: 66%;
  }
  .author-stage-ground {
    left: 54%;
    width: 98vw;
  }
}

/* Hero híbrido: estrutura editorial da opção 1 com profundidade cinematográfica sutil. */
.author-hero {
  isolation: isolate;
  overflow: hidden;
}
.author-cinema-glow {
  position: absolute;
  z-index: 2;
  left: 55%;
  top: 46%;
  width: min(58vw,820px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: .48;
  background:
    radial-gradient(circle at 50% 48%,rgba(255,235,203,.76) 0 18%,rgba(241,185,152,.34) 42%,rgba(78,56,86,.16) 62%,transparent 72%);
  filter: blur(8px);
  transform: translate(calc(-50% + var(--author-parallax-x)),calc(-50% + var(--author-parallax-y)));
  animation: author-cinema-light 8s ease-in-out infinite alternate;
}
.author-cinema-vignette {
  position: absolute;
  z-index: 4;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  opacity: .48;
  background:
    linear-gradient(180deg,transparent 0%,rgba(76,43,72,.05) 42%,rgba(62,37,62,.19) 100%),
    radial-gradient(ellipse at center bottom,transparent 28%,rgba(68,38,65,.16) 100%);
}
.author-name-front { z-index: 5; }
.author-hero-person {
  left: 55%;
  bottom: -1%;
  height: 90%;
  z-index: 3;
}
.author-hero-person img {
  transform-origin: center bottom;
  animation: author-photo-breathe 7.5s 1.35s ease-in-out infinite alternate;
}
.author-hero-copy {
  z-index: 7;
  left: 4.5vw;
  bottom: 7%;
  width: min(370px,28vw);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translateY(24px);
  animation: author-copy-arrive .9s .65s cubic-bezier(.2,.72,.25,1) forwards;
}
.author-hero-copy .author-kicker {
  display: block;
  margin: 0 0 18px;
  padding: 0 0 12px;
  border-bottom: 2px solid #d36e70;
  color: #553553;
  font-size: clamp(12px,.9vw,15px);
  letter-spacing: .16em;
  line-height: 1.5;
}
.author-hero-copy .author-button {
  width: 100%;
  min-width: 0;
}
.author-hero-signature {
  z-index: 7;
  right: 4.5vw;
  bottom: 8%;
  width: min(315px,23vw);
  color: #553553;
  opacity: 0;
  transform: translateY(22px);
  animation: author-copy-arrive .9s .82s cubic-bezier(.2,.72,.25,1) forwards;
}
.author-hero-signature .author-script-line {
  margin: 0 0 14px;
  color: #553553;
  font-size: clamp(37px,3.7vw,61px);
  line-height: .94;
}
.author-hero-signature > span {
  display: block;
  padding-top: 11px;
  border-top: 1px solid rgba(85,53,83,.42);
  font-size: clamp(10px,.72vw,12px);
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.author-scroll {
  z-index: 8;
  left: 34%;
}

@keyframes author-copy-arrive {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes author-photo-breathe {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-5px) scale(1.012); }
}
@keyframes author-cinema-light {
  from { opacity: .38; filter: blur(10px); }
  to { opacity: .55; filter: blur(5px); }
}

@media (max-width: 900px) {
  .author-cinema-glow {
    left: 52%;
    top: 45%;
    width: min(86vw,720px);
  }
  .author-cinema-vignette { height: 37%; }
  .author-hero-person {
    left: 50%;
    bottom: 0;
    height: 83%;
  }
  .author-hero-copy {
    left: 28px;
    bottom: 38px;
    width: min(340px,43vw);
  }
  .author-hero-signature {
    right: 28px;
    bottom: 54px;
    width: min(285px,36vw);
  }
}

@media (max-width: 600px) {
  .author-hero { min-height: 900px; }
  .author-cinema-glow {
    left: 46%;
    top: 48%;
    width: 128vw;
    opacity: .4;
  }
  .author-cinema-vignette {
    height: 42%;
    opacity: .58;
  }
  .author-hero-person {
    left: 43%;
    bottom: 0;
    height: 73%;
  }
  .author-hero-copy {
    left: 18px;
    right: auto;
    bottom: 24px;
    width: 250px;
  }
  .author-hero-copy .author-kicker {
    margin-bottom: 14px;
    padding-bottom: 9px;
    font-size: 10px;
  }
  .author-hero-copy .author-button {
    min-height: 50px;
    padding-inline: 16px;
  }
  .author-hero-signature {
    top: 245px;
    right: 18px;
    bottom: auto;
    width: 178px;
    text-align: right;
  }
  .author-hero-signature .author-script-line {
    font-size: 31px;
    line-height: .96;
  }
  .author-hero-signature > span { display: none; }
  .author-scroll { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .author-cinema-glow,
  .author-hero-person img,
  .author-hero-copy,
  .author-hero-signature {
    animation: none;
  }
  .author-hero-copy,
  .author-hero-signature {
    opacity: 1;
    transform: none;
  }
}

/* Abertura em duas etapas: presença no hero, apresentação logo depois. */
.author-hero {
  min-height: clamp(800px,100svh,950px);
  background:
    radial-gradient(circle at 76% 18%,rgba(255,220,174,.58) 0 5%,transparent 5.3%),
    linear-gradient(90deg,#f8eee7 0 31%,#e3a0a2 31% 100%);
}
.author-hero::before { left: 31%; }
.author-hero-orbit-two { left: 4vw; top: 24%; }

.author-hero h1.author-name-bg,
.author-name-front {
  position: absolute;
  inset: 14.5% 2.7vw auto;
  margin: 0;
  display: block;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(126px,17.3vw,306px);
  font-weight: 500;
  line-height: .69;
  letter-spacing: -.07em;
  text-transform: uppercase;
  pointer-events: none;
}
.author-hero h1.author-name-bg { z-index: 1; color: rgba(91,53,88,.93); }
.author-name-front {
  --author-parallax-x: 0px;
  --author-parallax-y: 0px;
  z-index: 4;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(83,49,81,.88);
  text-stroke: 1.5px rgba(83,49,81,.88);
  clip-path: inset(43% 0 0);
  opacity: 0;
  transform: translate(var(--author-parallax-x),var(--author-parallax-y));
  animation: author-front-name-in 1.1s .6s ease forwards;
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.author-name-front span { display: block; }
.author-name-front span:first-child { text-align: left; }
.author-name-front span:last-child { padding-right: 2vw; text-align: right; }

.author-hero-person {
  left: 55%;
  bottom: -1%;
  height: 90%;
}
.author-scroll {
  left: 50%;
  bottom: 24px;
  border-color: rgba(83,49,81,.7);
  background: rgba(248,238,231,.42);
  backdrop-filter: blur(5px);
}

.author-opening {
  position: relative;
  z-index: 2;
  padding: 78px max(7vw,36px);
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(300px,.7fr);
  align-items: center;
  gap: 8vw;
  border-bottom: 1px solid rgba(83,49,81,.14);
  background: #fffaf0;
  overflow: hidden;
}
.author-opening::before {
  content: '';
  position: absolute;
  width: 240px;
  height: 240px;
  right: -110px;
  bottom: -130px;
  border: 1px solid rgba(57,118,122,.24);
  border-radius: 50%;
}
.author-opening-copy { max-width: 760px; }
.author-opening .author-kicker {
  margin: 0 0 20px;
  padding: 0 0 12px;
  color: #c45f64;
  border-bottom: 2px solid #e3a0a2;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.author-opening-intro {
  max-width: 760px;
  margin: 0 0 28px;
  color: #493147;
  font-size: clamp(22px,2vw,31px);
  font-weight: 730;
  line-height: 1.48;
  text-wrap: balance;
}
.author-opening .author-button { min-width: min(330px,100%); }
.author-opening-signature {
  position: relative;
  z-index: 1;
  padding-left: 34px;
  border-left: 1px solid rgba(83,49,81,.25);
  color: #553553;
}
.author-opening-signature .author-script-line {
  margin: 0 0 18px;
  color: #553553;
  font-size: clamp(45px,4.7vw,76px);
}
.author-opening-signature > span {
  display: inline-block;
  padding-top: 12px;
  border-top: 1px solid rgba(83,49,81,.4);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 900;
}

@keyframes author-front-name-in { to { opacity: .9; } }

@media (max-width: 900px) {
  .author-hero { min-height: 900px; }
  .author-hero h1.author-name-bg,
  .author-name-front {
    inset: 11% 20px auto;
    font-size: clamp(94px,20vw,160px);
  }
  .author-hero-person {
    left: 50%;
    bottom: 0;
    height: 84%;
  }
  .author-opening {
    padding: 66px 34px;
    grid-template-columns: minmax(0,1fr) minmax(260px,.65fr);
    gap: 45px;
  }
}

@media (max-width: 600px) {
  .author-hero {
    min-height: 780px;
    background: linear-gradient(180deg,#f8eee7 0 29%,#e3a0a2 29% 100%);
  }
  .author-hero::before { inset: 29% 0 auto; }
  .author-hero h1.author-name-bg,
  .author-name-front {
    inset: 88px 12px auto;
    font-size: clamp(76px,24vw,98px);
    line-height: .74;
  }
  .author-name-first,.author-name-last,
  .author-name-front span:first-child,.author-name-front span:last-child {
    padding: 0;
    text-align: center;
  }
  .author-name-front { -webkit-text-stroke-width: 1px; clip-path: inset(45% 0 0); }
  .author-hero-person {
    left: 44%;
    bottom: -1%;
    height: 74%;
  }
  .author-scroll { bottom: 18px; }
  .author-opening {
    padding: 62px 24px 68px;
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .author-opening-intro { font-size: 22px; }
  .author-opening .author-button { width: 100%; min-width: 0; }
  .author-opening-signature {
    padding: 34px 0 0;
    border-top: 1px solid rgba(83,49,81,.25);
    border-left: 0;
    text-align: center;
  }
  .author-opening-signature .author-script-line { font-size: 49px; }
}

@media (prefers-reduced-motion: reduce) {
  .author-name-front { opacity: .9; animation: none; transform: none; }
}

/* Hero clean editorial — fotografia clara, tipografia ampla e poucos gestos. */
.author-nav {
  color: #553553;
  border-bottom-color: rgba(85,53,83,.18);
  background: linear-gradient(180deg,rgba(248,238,231,.96),rgba(248,238,231,.68) 72%,transparent);
}
.author-brand span { color: #c96366; }

.author-hero {
  min-height: clamp(800px,100svh,950px);
  padding: 0;
  display: block;
  color: #4b2d4c;
  background:
    radial-gradient(circle at 75% 19%,rgba(255,220,174,.55) 0 5.2%,transparent 5.5%),
    linear-gradient(90deg,#f8eee7 0 34%,#e3a0a2 34% 100%);
}
.author-hero::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 76px auto 0 34%;
  width: 1px;
  background: rgba(85,53,83,.18);
}
.author-hero::after {
  height: 5px;
  background: linear-gradient(90deg,#633b64 0 34%,#efba55 34% 55%,#39767a 55% 77%,#c96366 77%);
}
.author-hero-grain {
  opacity: .07;
  background-size: 11px 11px;
  mix-blend-mode: multiply;
}
.author-hero-orbit-one {
  width: clamp(220px,22vw,390px);
  right: -7vw;
  top: 15%;
  border: 1px solid rgba(85,53,83,.26);
  background: transparent;
}
.author-hero-orbit-two {
  width: clamp(95px,9vw,160px);
  left: 5.5vw;
  top: 18%;
  background: rgba(57,118,122,.15);
}

.author-hero h1.author-name-bg {
  inset: 15% 3vw auto;
  display: block;
  color: rgba(91,53,88,.92);
  font-size: clamp(118px,16.5vw,286px);
  font-weight: 500;
  line-height: .69;
  letter-spacing: -.07em;
  text-align: initial;
}
.author-name-first { text-align: left; }
.author-name-last { padding-right: 2vw; text-align: right; }

.author-hero-person {
  left: 54%;
  bottom: -1.5%;
  width: auto;
  max-width: none;
  height: 87%;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(calc(-50% + var(--author-parallax-x)),calc(70px + var(--author-parallax-y)));
}
.author-hero-person::before,.author-hero-person > span { display: none; }
.author-hero-person img {
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 28px 24px rgba(83,49,81,.18));
}

.author-hero-copy {
  left: 4.5vw;
  bottom: 8%;
  width: min(370px,27vw);
  padding: 26px 28px 28px;
  border: 1px solid rgba(85,53,83,.14);
  background: rgba(255,250,242,.95);
  box-shadow: 14px 14px 0 rgba(85,53,83,.12);
}
.author-kicker {
  margin-bottom: 18px;
  padding: 0 0 10px;
  border-bottom: 2px solid #d36e70;
  color: #633b64;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.author-hero-intro {
  margin-bottom: 22px;
  color: #493147;
  font-size: clamp(16px,1.15vw,19px);
  line-height: 1.55;
  font-weight: 700;
}
.author-page .author-button.author-button-light {
  color: #fffaf0;
  background: #58325a;
  box-shadow: 7px 7px 0 rgba(227,160,162,.78);
}

.author-hero-signature {
  right: 4.5vw;
  bottom: 9%;
  width: min(315px,23vw);
  color: #553553;
}
.author-hero-signature .author-script-line {
  margin-bottom: 14px;
  color: #553553;
  font-size: clamp(37px,3.7vw,61px);
}
.author-hero-signature > span { border-top-color: rgba(85,53,83,.42); }
.author-scroll {
  left: 34%;
  width: 44px;
  height: 60px;
  border-width: 1px;
  color: #553553;
}

@keyframes author-person-in {
  to { opacity: 1; transform: translate(calc(-50% + var(--author-parallax-x)),var(--author-parallax-y)); }
}

@media (max-width: 900px) {
  .author-nav { background: rgba(248,238,231,.94); }
  .author-hero {
    min-height: 980px;
    background: linear-gradient(90deg,#f8eee7 0 27%,#e3a0a2 27% 100%);
  }
  .author-hero::before { left: 27%; }
  .author-hero h1.author-name-bg {
    inset: 11% 20px auto;
    font-size: clamp(92px,20vw,158px);
  }
  .author-hero-person {
    left: 50%;
    bottom: 1%;
    width: auto;
    height: 79%;
  }
  .author-hero-copy {
    left: 28px;
    bottom: 38px;
    width: min(350px,44vw);
  }
  .author-hero-signature {
    right: 28px;
    bottom: 54px;
    width: min(285px,34vw);
  }
  .author-scroll { display: none; }
}

@media (max-width: 600px) {
  .author-hero {
    min-height: 930px;
    background: linear-gradient(180deg,#f8eee7 0 31%,#e3a0a2 31% 100%);
  }
  .author-hero::before {
    inset: 31% 0 auto;
    width: auto;
    height: 1px;
  }
  .author-hero-orbit-one { width: 210px; right: -105px; top: 16%; }
  .author-hero-orbit-two { width: 78px; left: 14px; top: 35%; }
  .author-hero h1.author-name-bg {
    inset: 86px 16px auto;
    font-size: clamp(74px,23.5vw,96px);
    line-height: .74;
    letter-spacing: -.075em;
  }
  .author-name-first,.author-name-last { text-align: center; padding: 0; }
  .author-hero-person {
    left: 44%;
    bottom: 230px;
    width: auto;
    height: 59%;
  }
  .author-hero-copy {
    left: 18px;
    right: 18px;
    bottom: 24px;
    width: auto;
    padding: 20px 20px 22px;
    box-shadow: 9px 9px 0 rgba(85,53,83,.16);
  }
  .author-kicker { margin-bottom: 14px; font-size: 10px; }
  .author-hero-intro { margin-bottom: 16px; font-size: 15.5px; }
  .author-button-light { min-height: 50px; }
  .author-hero-signature {
    top: 250px;
    right: 18px;
    bottom: auto;
    width: 178px;
  }
  .author-hero-signature .author-script-line { font-size: 30px; }
  .author-hero-signature > span { display: none; }
}

@media (max-height: 750px) and (min-width: 901px) {
  .author-hero { min-height: 720px; }
  .author-hero-person { height: 84%; }
  .author-hero-copy { bottom: 5%; }
  .author-hero-signature { bottom: 6%; }
}

@media (prefers-reduced-motion: reduce) {
  .author-hero-person { transform: translate(-50%,0); }
}

/* Camada autoritativa: acabamento escolhido após a revisão visual. */
.author-name-front {
  z-index: 5;
  clip-path: none;
  -webkit-mask-image: linear-gradient(to bottom,transparent 0 31%,rgba(0,0,0,.12) 36%,rgba(0,0,0,.72) 45%,#000 51% 100%);
  mask-image: linear-gradient(to bottom,transparent 0 31%,rgba(0,0,0,.12) 36%,rgba(0,0,0,.72) 45%,#000 51% 100%);
}
.author-stage-ground {
  position: absolute;
  z-index: 2;
  left: 56%;
  bottom: 1.2%;
  width: min(49vw,880px);
  height: clamp(64px,8vw,118px);
  border-radius: 50%;
  pointer-events: none;
  opacity: .58;
  background: radial-gradient(ellipse at center,rgba(77,43,70,.32) 0%,rgba(105,57,83,.18) 38%,rgba(105,57,83,.06) 59%,transparent 73%);
  filter: blur(8px);
  transform: translateX(-50%) scaleY(.48);
}
.author-hero-person {
  left: 55%;
  bottom: 1.5%;
  height: 86%;
}
.author-hero-person img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 17px 16px rgba(72,42,65,.2));
  animation: author-photo-presence 8s 1.35s ease-in-out infinite alternate;
}
.author-cinema-vignette { height: 30%; opacity: .38; }

@media (max-width: 900px) {
  .author-stage-ground { left: 52%; bottom: 1.5%; width: min(72vw,690px); }
  .author-hero-person { left: 50%; bottom: 1.5%; height: 80%; }
}

@media (max-width: 600px) {
  .author-name-front {
    clip-path: none;
    -webkit-mask-image: linear-gradient(to bottom,transparent 0 34%,rgba(0,0,0,.18) 41%,#000 53% 100%);
    mask-image: linear-gradient(to bottom,transparent 0 34%,rgba(0,0,0,.18) 41%,#000 53% 100%);
  }
  .author-stage-ground { left: 46%; bottom: 1.6%; width: 112vw; height: 84px; opacity: .5; }
  .author-hero-person { left: 43%; bottom: 1.8%; height: 70%; }
}

@media (prefers-reduced-motion: reduce) {
  .author-hero-person img { animation: none; }
}

/* Eco tipográfico final: Viviane sutil; Leite permanece como contorno principal. */
.author-name-front {
  clip-path: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.author-name-front span:first-child {
  color: transparent;
  opacity: .32;
  -webkit-text-stroke: 1px rgba(83,49,81,.56);
  text-stroke: 1px rgba(83,49,81,.56);
  transform: translate(6px,5px);
}
.author-name-front span:last-child {
  color: transparent;
  opacity: 1;
  -webkit-text-stroke: 1.5px rgba(83,49,81,.88);
  text-stroke: 1.5px rgba(83,49,81,.88);
  transform: none;
}

@media (max-width: 600px) {
  .author-name-front {
    clip-path: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .author-name-front span:first-child {
    opacity: .27;
    -webkit-text-stroke-width: .8px;
    transform: translate(3px,3px);
  }
  .author-name-front span:last-child { -webkit-text-stroke-width: 1px; }
}

/* Sobrenome no primeiro plano, aplicado após todas as variações responsivas. */
.author-name-front span:first-child {
  opacity: .2;
  -webkit-text-stroke-color: rgba(83,49,81,.48);
  text-stroke-color: rgba(83,49,81,.48);
  transform: translate(5px,4px);
}
.author-name-front span:last-child {
  position: relative;
  z-index: 2;
  opacity: .98;
  -webkit-text-stroke: 2.15px rgba(73,39,72,.94);
  text-stroke: 2.15px rgba(73,39,72,.94);
  paint-order: stroke fill;
  mix-blend-mode: multiply;
  transform: translateY(.025em);
}

@media (max-width: 600px) {
  .author-name-front span:first-child {
    opacity: .17;
    transform: translate(3px,2px);
  }
  .author-name-front span:last-child {
    -webkit-text-stroke-width: 1.35px;
    transform: translateY(.035em);
  }
}

/* Ajustes móveis finais, acima das variações históricas deste arquivo. */
@media (max-width: 600px) {
  .author-name-front { display: none; }
  .author-hero-person {
    left: 56%;
    bottom: 1.8%;
    height: 66%;
  }
  .author-stage-ground {
    left: 54%;
    width: 98vw;
  }
}

/* Ritmo cinematográfico: entrada em foco e em dois tempos. */
.author-name-first {
  will-change: transform,opacity,filter;
  animation: author-name-left-cinema 1.55s .12s cubic-bezier(.16,.82,.24,1) forwards;
}
.author-name-last {
  will-change: transform,opacity,filter;
  animation: author-name-right-cinema 1.75s .3s cubic-bezier(.16,.82,.24,1) forwards;
}
.author-hero-copy {
  animation-duration: 1.05s;
  animation-delay: 1.18s;
}
.author-hero-signature {
  animation-duration: 1.1s;
  animation-delay: 1.02s;
}
@keyframes author-name-left-cinema {
  0% { opacity: 0; filter: blur(8px); transform: translateX(-7vw) scale(.985); }
  58% { opacity: .82; filter: blur(2px); }
  100% { opacity: 1; filter: blur(0); transform: translateX(0) scale(1); }
}
@keyframes author-name-right-cinema {
  0% { opacity: 0; filter: blur(9px); transform: translateX(7vw) scale(.985); }
  56% { opacity: .78; filter: blur(2.5px); }
  100% { opacity: 1; filter: blur(0); transform: translateX(0) scale(1); }
}

@media (max-width: 600px) {
  .author-hero {
    min-height: max(700px,100svh);
  }
  .author-hero h1.author-name-bg {
    inset: 82px 16px auto;
    font-size: clamp(69px,21vw,88px);
    line-height: .72;
  }
  .author-hero-person {
    left: 55%;
    bottom: 132px;
    height: clamp(375px,54svh,470px);
  }
  .author-stage-ground {
    left: 53%;
    bottom: 122px;
    width: 88vw;
    height: 68px;
    opacity: .48;
  }
  .author-hero-copy {
    bottom: 18px;
  }
  .author-hero-signature {
    top: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .author-name-first,
  .author-name-last {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
}

/* Travessia de dez segundos: legível cedo, em movimento até o encaixe final. */
.author-name-first {
  animation: author-viviane-cross 10s .08s cubic-bezier(.2,.58,.2,1) forwards;
}
.author-name-last {
  animation: author-leite-cross 10s .18s cubic-bezier(.2,.58,.2,1) forwards;
}
.author-name-front span:first-child {
  animation: author-viviane-echo-cross 10s .08s cubic-bezier(.2,.58,.2,1) forwards;
}
.author-name-front span:last-child {
  animation: author-leite-outline-cross 10s .18s cubic-bezier(.2,.58,.2,1) forwards;
}
@keyframes author-viviane-cross {
  0% { opacity: 0; filter: blur(10px); transform: translateX(22vw) scale(.985); }
  11% { opacity: 1; filter: blur(0); }
  52% { transform: translateX(7vw) scale(.996); }
  100% { opacity: 1; filter: blur(0); transform: translateX(0) scale(1); }
}
@keyframes author-leite-cross {
  0% { opacity: 0; filter: blur(10px); transform: translateX(-22vw) scale(.985); }
  11% { opacity: 1; filter: blur(0); }
  52% { transform: translateX(-7vw) scale(.996); }
  100% { opacity: 1; filter: blur(0); transform: translateX(0) scale(1); }
}
@keyframes author-viviane-echo-cross {
  0% { filter: blur(7px); transform: translate(calc(22vw + 5px),4px); }
  12% { filter: blur(0); }
  52% { transform: translate(calc(7vw + 5px),4px); }
  100% { filter: blur(0); transform: translate(5px,4px); }
}
@keyframes author-leite-outline-cross {
  0% { filter: blur(7px); transform: translate(-22vw,.025em); }
  12% { filter: blur(0); }
  52% { transform: translate(-7vw,.025em); }
  100% { filter: blur(0); transform: translateY(.025em); }
}

@media (prefers-reduced-motion: reduce) {
  .author-name-first,
  .author-name-last,
  .author-name-front span:first-child,
  .author-name-front span:last-child {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
  .author-name-front span:first-child { transform: translate(5px,4px); }
  .author-name-front span:last-child { transform: translateY(.025em); }
}

/* Movimento linear de 30 segundos e reflexo de lente sincronizado. */
.author-name-first {
  animation: author-viviane-linear 30s linear forwards,author-title-focus 1.15s ease-out forwards;
}
.author-name-last {
  animation: author-leite-linear 30s linear forwards,author-title-focus 1.15s ease-out forwards;
}
.author-name-front span:first-child {
  animation: author-viviane-echo-linear 30s linear forwards;
}
.author-name-front span:last-child {
  animation: author-leite-outline-linear 30s linear forwards;
}
@keyframes author-viviane-linear {
  from { transform: translateX(22vw) scale(.985); }
  to { transform: translateX(0) scale(1); }
}
@keyframes author-leite-linear {
  from { transform: translateX(-22vw) scale(.985); }
  to { transform: translateX(0) scale(1); }
}
@keyframes author-viviane-echo-linear {
  from { transform: translate(calc(22vw + 5px),4px); }
  to { transform: translate(5px,4px); }
}
@keyframes author-leite-outline-linear {
  from { transform: translate(-22vw,.025em); }
  to { transform: translateY(.025em); }
}
@keyframes author-title-focus {
  from { opacity: 0; filter: blur(10px); }
  to { opacity: 1; filter: blur(0); }
}

.author-lens-flare {
  position: absolute;
  z-index: 6;
  left: 78%;
  top: 16%;
  width: clamp(76px,7vw,122px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background: radial-gradient(circle,rgba(255,255,242,.78) 0 3%,rgba(255,226,162,.42) 8%,rgba(255,189,148,.12) 25%,rgba(255,184,148,.035) 42%,transparent 68%);
  box-shadow: 0 0 30px rgba(255,226,177,.18),0 0 82px rgba(255,197,160,.08);
  filter: blur(.8px);
  animation: author-flare-linear 30s linear forwards,author-flare-fade 30s linear forwards;
}
.author-lens-flare::before {
  content: '';
  position: absolute;
  inset: -145%;
  border-radius: 50%;
  opacity: .24;
  background:
    radial-gradient(circle at 28% 68%,rgba(112,202,201,.18) 0 3%,transparent 8%),
    radial-gradient(circle at 43% 57%,rgba(255,209,153,.17) 0 5%,transparent 11%),
    radial-gradient(circle at 68% 36%,rgba(204,118,155,.12) 0 8%,transparent 16%);
  filter: blur(3px);
}
.author-lens-flare::after {
  content: '';
  position: absolute;
  inset: -58%;
  opacity: .15;
  background: conic-gradient(from 8deg,transparent 0 11%,rgba(255,242,207,.5) 12%,transparent 13% 37%,rgba(255,232,194,.36) 38%,transparent 39% 63%,rgba(255,244,218,.36) 64%,transparent 65% 100%);
  filter: blur(9px);
}
@keyframes author-flare-linear {
  from { transform: translate3d(0,0,0) scale(.88); }
  to { transform: translate3d(-50vw,7vh,0) scale(1.05); }
}
@keyframes author-flare-fade {
  0% { opacity: 0; }
  8% { opacity: .26; }
  32% { opacity: .22; }
  68% { opacity: .06; }
  82%,100% { opacity: 0; }
}

@media (max-width: 600px) {
  .author-lens-flare {
    left: 82%;
    top: 19%;
    width: 72px;
    animation: author-flare-mobile-linear 30s linear forwards,author-flare-fade-mobile 30s linear forwards;
  }
  @keyframes author-flare-mobile-linear {
    from { transform: translate3d(0,0,0) scale(.72); }
    to { transform: translate3d(-58vw,6vh,0) scale(.88); }
  }
  @keyframes author-flare-fade-mobile {
    0% { opacity: 0; }
    8% { opacity: .18; }
    32% { opacity: .15; }
    68% { opacity: .04; }
    82%,100% { opacity: 0; }
  }
}

@media (prefers-reduced-motion: reduce) {
  .author-lens-flare { display: none; }
  .author-name-first,
  .author-name-last,
  .author-name-front span:first-child,
  .author-name-front span:last-child {
    opacity: 1;
    filter: none;
    animation: none;
  }
  .author-name-first,
  .author-name-last { transform: none; }
  .author-name-front span:first-child { transform: translate(5px,4px); }
  .author-name-front span:last-child { transform: translateY(.025em); }
}

/* Página interna editorial — uma identidade própria para a autora. */
.author-story,
.author-universe,
.author-book,
.author-connect {
  --editorial-gutter: max(5.5vw,34px);
}

.author-story {
  min-height: 940px;
  padding: 150px var(--editorial-gutter) 130px;
  grid-template-columns: minmax(0,1.02fr) minmax(420px,.78fr);
  gap: clamp(60px,8vw,150px);
  background:
    linear-gradient(90deg,transparent 0 calc(50% - 1px),rgba(99,59,100,.09) calc(50% - 1px) 50%,transparent 50%),
    #f7efe7;
}
.author-story::before {
  width: clamp(280px,28vw,510px);
  height: auto;
  aspect-ratio: 1;
  right: -9vw;
  top: 80px;
  border-color: rgba(99,59,100,.14);
}
.author-story::after {
  content: '01';
  position: absolute;
  left: var(--editorial-gutter);
  top: 56px;
  color: rgba(99,59,100,.14);
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(78px,9vw,158px);
  line-height: 1;
}
.author-story-copy {
  order: 1;
  max-width: 760px;
  position: relative;
  z-index: 2;
  align-self: center;
}
.author-story-visual {
  order: 2;
  width: 100%;
  max-width: 610px;
  min-height: 740px;
  margin: 0;
  justify-self: end;
}
.author-paper { display: none; }
.author-portrait-frame {
  inset: 0;
  padding: 0;
  overflow: hidden;
  background: #d99094;
  box-shadow: 30px 34px 0 #643c65;
  transform: none;
}
.author-portrait-frame::after {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.72);
  pointer-events: none;
}
.author-portrait-frame img {
  height: 100%;
  object-position: center 18%;
  filter: saturate(.82) contrast(1.02);
}
.author-margin-note {
  right: auto;
  left: -46px;
  bottom: 56px;
  padding: 18px 25px;
  color: #fffaf0;
  background: #cf6b6e;
  font-size: 25px;
  transform: rotate(-2deg);
  box-shadow: 8px 8px 0 rgba(242,187,86,.72);
}
.author-section-label {
  margin-bottom: 26px;
  color: #b4545b;
  font-size: 12px;
  letter-spacing: .26em;
}
.author-story h2,
.author-universe h2,
.author-connect h2 {
  margin-bottom: 34px;
  color: #60395f;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(66px,7.2vw,126px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
}
.author-story-copy > p:not(.author-section-label) {
  max-width: 680px;
  font-size: clamp(19px,1.35vw,23px);
  line-height: 1.72;
}
.author-highlight {
  margin-top: 38px !important;
  padding: 27px 0 27px 30px;
  border-left-width: 3px;
  background: transparent;
  color: #60395f;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(22px,1.75vw,29px) !important;
  font-weight: 600;
  line-height: 1.45 !important;
}
.author-signature-logo { width: min(290px,65%); margin-top: 36px; opacity: .82; }

.author-editorial-ticker {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  color: #fff9ee;
  background: #60395f;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.author-editorial-ticker > div {
  width: max-content;
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 0 18px;
  animation: author-editorial-flow 32s linear infinite;
}
.author-editorial-ticker span {
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(38px,4vw,68px);
  line-height: 1;
  letter-spacing: -.04em;
}
.author-editorial-ticker i { color: #efb755; font-size: 18px; font-style: normal; }
@keyframes author-editorial-flow { to { transform: translateX(-50%); } }

.author-universe {
  min-height: 1040px;
  padding: 135px var(--editorial-gutter) 150px;
  grid-template-columns: minmax(340px,.72fr) minmax(460px,1fr);
  grid-template-areas: 'heading heading' 'values photo';
  gap: 68px clamp(70px,9vw,170px);
  color: #353641;
  background:
    radial-gradient(circle at 92% 12%,rgba(61,118,122,.12) 0 10%,transparent 10.3%),
    #fffaf0;
}
.author-universe::before {
  content: '02';
  left: auto;
  right: var(--editorial-gutter);
  top: 80px;
  bottom: auto;
  color: rgba(99,59,100,.1);
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(90px,11vw,190px);
}
.author-universe-heading {
  max-width: 1180px;
  align-self: start;
}
.author-universe h2 { max-width: 1100px; margin-bottom: 24px; color: #60395f; }
.author-universe-heading > p:last-child {
  max-width: 700px;
  color: #5c5661;
  font-size: clamp(19px,1.4vw,23px);
}
.author-section-label-yellow { color: #b4545b; }
.author-values {
  display: flex;
  flex-direction: column;
  align-self: center;
  border-top: 1px solid rgba(96,57,95,.25);
}
.author-values article,
.author-values article:nth-child(2) {
  min-height: 0;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 52px 110px 1fr;
  align-items: baseline;
  gap: 18px;
  border: 0;
  border-bottom: 1px solid rgba(96,57,95,.25);
  background: transparent;
  transform: none;
}
.author-values span { color: #c85f63; }
.author-values h3 { margin: 0; color: #60395f; font-family: Georgia,'Times New Roman',serif; font-size: 27px; font-weight: 500; }
.author-values p { margin: 0; color: #625c66; font-size: 17px; }
.author-universe-photo {
  width: 100%;
  max-width: 820px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #60395f;
  box-shadow: 24px 28px 0 rgba(96,57,95,.13);
  transform: none;
}
.author-universe-photo::before { display: none; }
.author-universe-photo img { height: 100%; min-height: 650px; aspect-ratio: .94; object-fit: cover; object-position: center; }
.author-universe-photo figcaption {
  left: 28px;
  right: auto;
  bottom: 25px;
  padding: 12px 17px;
  color: #60395f;
  background: rgba(255,250,240,.92);
  font-family: Nunito,Arial,sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.author-book {
  position: relative;
  min-height: 900px;
  padding: 120px var(--editorial-gutter);
  grid-template-columns: minmax(480px,1fr) minmax(360px,.72fr);
  gap: clamp(55px,8vw,140px);
  color: #fffaf0;
  background: #60395f;
}
.author-book::before {
  content: 'OBRA';
  position: absolute;
  left: -18px;
  bottom: -4vw;
  color: rgba(255,255,255,.045);
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(160px,27vw,500px);
  line-height: .72;
  letter-spacing: -.08em;
}
.author-book-copy { order: 2; }
.author-book-visual { order: 1; min-height: 690px; }
.author-book-visual::after {
  content: '';
  position: absolute;
  width: 62%;
  height: 76%;
  border: 1px solid rgba(255,255,255,.32);
  transform: translate(48px,-34px);
}
.author-book-sun { width: min(510px,78%); background: #d78d91; }
.author-book-visual img { z-index: 3; max-height: 670px; transform: rotate(-2deg); filter: drop-shadow(0 34px 30px rgba(20,13,23,.4)); }
.author-book-note {
  right: 3%;
  bottom: 9%;
  color: #60395f;
  background: #efb755;
  transform: rotate(2deg);
}
.author-book .author-section-label { color: #efb755; }
.author-book-name { color: #fffaf0; font-size: clamp(64px,7vw,116px); }
.author-book-copy > p:not(.author-section-label) { color: rgba(255,250,240,.8); font-size: 21px; }
.author-book .author-button { color: #60395f; background: #fffaf0; box-shadow: 8px 8px 0 #d78d91; }

.author-connect {
  position: relative;
  padding: 125px var(--editorial-gutter) 140px;
  display: grid;
  grid-template-columns: minmax(320px,.72fr) minmax(520px,1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(60px,10vw,180px);
  text-align: left;
  background: #d98e92;
  overflow: hidden;
}
.author-connect::after {
  content: '03';
  position: absolute;
  left: -15px;
  bottom: -65px;
  color: rgba(255,250,240,.2);
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(180px,25vw,430px);
  line-height: 1;
}
.author-connect .author-section-label,
.author-connect h2,
.author-connect > p { grid-column: 1; position: relative; z-index: 2; }
.author-connect h2 { color: #4f304f; font-size: clamp(62px,6.5vw,108px); }
.author-connect > p:not(.author-section-label) { margin: 0; color: #563653; font-size: 20px; line-height: 1.6; }
.author-socials {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  border-top: 1px solid rgba(79,48,79,.38);
}
.author-socials a {
  position: relative;
  padding: 20px 52px 20px 8px;
  border: 0;
  border-bottom: 1px solid rgba(79,48,79,.38);
  color: #4f304f;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(24px,2.3vw,40px);
  font-weight: 400;
}
.author-socials a::after { content: '↗'; position: absolute; right: 8px; transition: transform .2s ease; }
.author-socials a:hover { color: #fffaf0; background: transparent; transform: none; }
.author-socials a:hover::after { transform: translate(5px,-5px); }
.author-footer { background: #3c283e; }

@media (max-width: 900px) {
  .author-story {
    min-height: 0;
    grid-template-columns: 1fr;
    background: #f7efe7;
  }
  .author-story-copy { order: 1; }
  .author-story-visual { order: 2; justify-self: center; }
  .author-universe {
    grid-template-columns: 1fr;
    grid-template-areas: 'heading' 'photo' 'values';
  }
  .author-universe-photo { max-width: 720px; justify-self: center; }
  .author-values { width: 100%; }
  .author-book { grid-template-columns: 1fr; }
  .author-book-copy { order: 1; }
  .author-book-visual { order: 2; }
  .author-connect { grid-template-columns: 1fr; grid-template-rows: auto; }
  .author-connect .author-section-label,
  .author-connect h2,
  .author-connect > p,
  .author-socials { grid-column: 1; grid-row: auto; }
  .author-socials { margin-top: 55px; }
}

@media (max-width: 600px) {
  .author-story,
  .author-universe,
  .author-book,
  .author-connect { --editorial-gutter: 24px; padding: 88px var(--editorial-gutter); }
  .author-story { gap: 55px; }
  .author-story::after { top: 30px; font-size: 76px; }
  .author-story h2,
  .author-universe h2,
  .author-connect h2 { font-size: clamp(53px,15vw,68px); line-height: .94; }
  .author-story-visual { min-height: 520px; width: calc(100% - 12px); }
  .author-portrait-frame { box-shadow: 14px 16px 0 #643c65; }
  .author-portrait-frame::after { inset: 12px; }
  .author-margin-note { left: -13px; bottom: 27px; max-width: 230px; font-size: 20px; }
  .author-highlight { padding-left: 20px; font-size: 21px !important; }
  .author-signature-logo { width: 245px; }
  .author-editorial-ticker > div { min-height: 78px; gap: 24px; }
  .author-editorial-ticker span { font-size: 34px; }
  .author-universe { gap: 45px; }
  .author-universe::before { top: 35px; font-size: 85px; }
  .author-universe-photo { width: 100%; box-shadow: 12px 15px 0 rgba(96,57,95,.13); }
  .author-universe-photo img { min-height: 430px; aspect-ratio: .88; }
  .author-universe-photo figcaption { left: 14px; bottom: 14px; font-size: 10px; }
  .author-values article,
  .author-values article:nth-child(2) { grid-template-columns: 38px 82px 1fr; gap: 8px; padding: 22px 0; }
  .author-values h3 { font-size: 21px; }
  .author-values p { font-size: 15px; }
  .author-book { min-height: 0; gap: 45px; }
  .author-book-name { font-size: 58px; }
  .author-book-visual { min-height: 500px; }
  .author-book-visual img { max-height: 490px; }
  .author-book-note { font-size: 19px; }
  .author-connect { gap: 0; }
  .author-connect h2 { margin-bottom: 25px; }
  .author-socials { margin-top: 42px; }
  .author-socials a { padding: 18px 42px 18px 4px; font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  .author-editorial-ticker > div { animation: none; }
}

/* A numeração decorativa foi retirada a pedido da autora. */
.author-story::after,
.author-universe::before,
.author-connect::after { display: none !important; }
