/* Refinamento visual: direção editorial feminina e comercial */
:root {
  --ink: #173f43;
  --deep: #113337;
  --teal: #21777b;
  --paper: #fbf8f3;
  --sand: #f0e7e2;
  --coral: #c96f5c;
  --line: rgba(23, 63, 67, 0.16);
  --sans: "Manrope", sans-serif;
  --serif: "Tenor Sans", "Avenir Next", sans-serif;
  --shell: min(1240px, calc(100% - 88px));
}

.literacura {
  position: relative;
  overflow: hidden;
  padding: 135px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 24%),
    var(--sand);
}

.literacura::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 63, 67, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 63, 67, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.24;
  pointer-events: none;
}

.literacura__inner {
  position: relative;
  z-index: 1;
}

.literacura__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.82fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
  margin-bottom: 4.8rem;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.literacura__heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.literacura h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3.25rem, 5.2vw, 5.4rem);
  font-weight: 400;
  line-height: 0.98;
}

.literacura__lead {
  margin: 1.15rem 0 0;
  max-width: 430px;
  color: #536a6b;
  font-size: 0.98rem;
  line-height: 1.85;
}

.literacura__intro {
  max-width: 520px;
  color: #405d60;
  font-size: 0.9rem;
  line-height: 1.9;
}

.literacura__intro p {
  margin: 0 0 1rem;
}

.literacura__stage {
  position: relative;
  z-index: 11;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: center;
}

.literacura__book-wrap {
  position: relative;
  min-width: 0;
  padding: 18px;
  perspective: 1700px;
}

.literacura__book-wrap::before {
  content: "";
  position: absolute;
  inset: 10% 50% 12%;
  z-index: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(17, 51, 55, 0.28) 14%,
    rgba(17, 51, 55, 0.18) 82%,
    transparent
  );
  box-shadow:
    -18px 0 24px rgba(17, 51, 55, 0.13),
    18px 0 24px rgba(17, 51, 55, 0.1);
  pointer-events: none;
}

.literacura__book {
  position: relative;
  z-index: 1;
  width: min(100%, 880px);
  height: min(62vw, 590px);
  min-height: 440px;
  margin: 0 auto;
  filter: drop-shadow(0 28px 42px rgba(17, 51, 55, 0.2));
  transition: transform 0.35s ease;
}

.literacura.is-at-cover .literacura__book {
  transform: translateX(-25%);
}

.literacura.is-at-back-cover .literacura__book {
  transform: translateX(25%);
}

.literacura-page {
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid rgba(23, 63, 67, 0.12);
  color: var(--ink);
}

.literacura-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 63, 67, 0.075), transparent 9%, transparent 91%, rgba(23, 63, 67, 0.055)),
    radial-gradient(circle at 26% 12%, rgba(201, 111, 92, 0.06), transparent 28%);
  opacity: 0.9;
  pointer-events: none;
}

.literacura-page__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.literacura-page--cover,
.literacura-page--back_cover {
  background:
    linear-gradient(142deg, rgba(17, 51, 55, 0.94), rgba(33, 119, 123, 0.88)),
    var(--deep);
  color: #fffaf4;
}

.literacura-page--cover::before,
.literacura-page--back_cover::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 18%),
    radial-gradient(circle at 78% 16%, rgba(201, 111, 92, 0.24), transparent 13rem);
}

.literacura-page--cover .literacura-page__inner,
.literacura-page--back_cover .literacura-page__inner {
  justify-content: center;
  text-align: center;
}

.literacura-page__mark {
  margin-bottom: 2.4rem;
  color: #a6d6cc;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.literacura-page h3 {
  margin: 0 0 1.2rem;
  color: inherit;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  font-weight: 400;
  line-height: 1.08;
}

.literacura-page--cover h3,
.literacura-page--back_cover h3 {
  max-width: 9ch;
  margin: 0 auto 1rem;
  font-size: clamp(2.65rem, 5vw, 4.15rem);
}

.literacura-page__subtitle {
  max-width: 260px;
  margin: 0 auto;
  color: rgba(255, 250, 244, 0.78);
  font-size: 0.84rem;
  line-height: 1.65;
}

.literacura-page__body {
  min-height: 0;
  flex: 1 1 auto;
}

.literacura-page__reference-heading {
  margin: 0 0 1.05rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(23, 63, 67, 0.14);
}

.literacura-page__reference-heading span {
  display: block;
  margin-bottom: 0.34rem;
  color: var(--teal);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.literacura-page__reference-heading p,
.literacura-page__reference-heading a {
  margin: 0;
  color: #536a6b;
  font-size: 0.64rem;
  line-height: 1.5;
}

.literacura-page__reference-heading a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.literacura-page__body p {
  margin: 0 0 0.85rem;
  color: #395659;
  font-size: clamp(0.78rem, 1.35vw, 0.92rem);
  line-height: 1.72;
}

.literacura-page blockquote {
  margin: 1.25rem 0 0;
  padding: 0.75rem 0 0.75rem 1rem;
  border-left: 2px solid var(--coral);
  color: #24494c;
  font-family: var(--serif);
  font-size: clamp(0.98rem, 1.9vw, 1.2rem);
  font-style: italic;
  line-height: 1.45;
}

.literacura-page__figure {
  margin: 0 0 1rem;
}

.literacura-page__figure img {
  width: 100%;
  max-height: 190px;
  object-fit: cover;
}

.literacura-page__figure figcaption {
  margin-top: 0.45rem;
  color: #6b7d7f;
  font-size: 0.68rem;
  line-height: 1.5;
}

.literacura-page__reference {
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(23, 63, 67, 0.14);
}

.literacura-page__reference span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--teal);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.literacura-page__reference p,
.literacura-page__reference a {
  margin: 0;
  color: #607577;
  font-size: 0.66rem;
  line-height: 1.55;
}

.literacura-page__reference a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.literacura-page__number {
  display: block;
  align-self: center;
  margin-top: 0.75rem;
  color: rgba(23, 63, 67, 0.46);
  font: 600 0.62rem var(--sans);
  letter-spacing: 0.16em;
}

.literacura__nav {
  position: relative;
  z-index: 20;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 63, 67, 0.24);
  border-radius: 50%;
  background: rgba(251, 248, 243, 0.62);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.35rem;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}

.literacura__nav:hover:not(:disabled),
.literacura__nav:focus-visible {
  border-color: var(--coral);
  background: var(--coral);
  color: #fff;
  transform: translateY(-2px);
}

.literacura__nav:disabled {
  cursor: not-allowed;
  opacity: 0.34;
}

.literacura__indicator {
  margin-top: 1.4rem;
  color: #607577;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}

.literacura__swipe {
  display: none;
  margin: 0.8rem 0 0;
  color: #607577;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.literacura__error {
  width: min(100%, 520px);
  margin: 3rem auto;
  padding: 1rem;
  border: 1px solid var(--line);
  color: #405d60;
  text-align: center;
}

@media (max-width: 820px) {
  .literacura {
    padding: 96px 0;
  }

  .literacura__heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    margin-bottom: 3.5rem;
  }

  .literacura__intro {
    max-width: none;
  }

  .literacura__stage {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 0.5rem;
  }

  .literacura__nav {
    width: 40px;
    height: 40px;
    font-size: 1.05rem;
  }
}

@media (max-width: 600px) {
  .literacura {
    padding: 78px 0;
  }

  .literacura h2 {
    font-size: clamp(2.75rem, 13vw, 3.55rem);
  }

  .literacura__lead,
  .literacura__intro {
    font-size: 0.86rem;
    line-height: 1.76;
  }

  .literacura__stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .literacura__book-wrap {
    padding: 10px 0;
  }

  .literacura__book-wrap::before {
    display: none;
  }

  .literacura__book {
    width: min(100%, 390px);
    height: min(132vw, 560px);
    min-height: 370px;
    filter: drop-shadow(0 18px 28px rgba(17, 51, 55, 0.18));
  }

  .literacura-page__inner {
    padding: clamp(1.1rem, 6vw, 1.6rem);
  }

  .literacura-page h3 {
    margin-bottom: 0.9rem;
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .literacura-page--cover h3,
  .literacura-page--back_cover h3 {
    font-size: clamp(2.45rem, 13vw, 3.25rem);
  }

  .literacura-page__body p {
    font-size: clamp(0.75rem, 3.65vw, 0.84rem);
    line-height: 1.62;
  }

  .literacura-page blockquote {
    margin-top: 0.95rem;
    padding: 0.62rem 0 0.62rem 0.85rem;
    font-size: clamp(0.92rem, 4.5vw, 1.08rem);
  }

  .literacura-page__reference {
    margin-top: 0.75rem;
    padding-top: 0.65rem;
  }

  .literacura-page__reference-heading {
    margin-bottom: 0.75rem;
    padding-bottom: 0.6rem;
  }

  .literacura-page__reference-heading p,
  .literacura-page__reference-heading a {
    font-size: 0.58rem;
    line-height: 1.4;
  }

  .literacura-page__reference p,
  .literacura-page__reference a {
    font-size: 0.6rem;
    line-height: 1.45;
  }

  .literacura__nav {
    position: relative;
    z-index: 2;
    justify-self: center;
  }

  .literacura__nav--previous {
    grid-row: 2;
    margin-top: 0.75rem;
    margin-right: 4rem;
  }

  .literacura__nav--next {
    grid-row: 2;
    margin-top: -40px;
    margin-left: 4rem;
  }

  .literacura__swipe {
    display: block;
  }
}

body {
  background: var(--paper);
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

section {
  scroll-margin-top: 84px;
}
h1,
h2,
h3 {
  text-wrap: balance;
  letter-spacing: -0.04em !important;
}
h1 em,
h2 em {
  font-style: normal;
  letter-spacing: -0.055em;
}
p {
  text-wrap: pretty;
}

.site-header {
  position: fixed;
  padding: 10px 0;
  background: rgba(251, 248, 243, 0.88);
  border-bottom: 1px solid rgba(23, 63, 67, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-wrap {
  height: 60px;
}
.brand {
  display: flex;
  align-items: center;
  width: 205px;
  height: 56px;
  padding: 3px 0;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.desktop-nav {
  gap: 2.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.button {
  min-height: 48px;
  padding: 0.9rem 1.15rem 0.9rem 1.35rem;
  border-radius: 2px;
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(17, 51, 55, 0.11);
}

.button--small {
  min-height: 42px;
  padding: 0.72rem 1rem 0.72rem 1.2rem;
}
.eyebrow {
  font-size: 0.64rem;
  letter-spacing: 0.2em;
}

.hero {
  min-height: 880px;
  padding-top: 146px;
  background:
    radial-gradient(
      circle at 14% 22%,
      rgba(201, 111, 92, 0.09),
      transparent 26rem
    ),
    linear-gradient(118deg, #fbf8f3 0%, #f5eee8 100%);
}

.hero::after {
  background: none;
}
.hero__grid {
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(4rem, 8vw, 8rem);
}
.hero__copy {
  padding-bottom: 0;
}
.hero h1 {
  max-width: 620px;
  font-size: clamp(4.15rem, 5.9vw, 6rem);
  line-height: 0.94;
}
.hero h1 em {
  display: inline-block;
  margin-left: 0;
  font-weight: 400;
}
.hero__intro {
  max-width: 485px;
  margin-top: 2.5rem;
  font-size: 0.98rem;
  line-height: 1.9;
}
.hero__credential {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 2rem;
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(23, 63, 67, 0.18);
  background: rgba(251, 248, 243, 0.68);
  color: #405d60;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero__credential strong {
  color: var(--coral);
  font-weight: 700;
}
.hero__note {
  margin-top: 3.8rem;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero__visual {
  align-self: center;
  padding: 24px 18px 0 0;
}

.hero__image {
  height: 650px;
  border-radius: 220px 3px 3px 3px;
  box-shadow: 28px 28px 0 #e6d7cf;
  outline: 1px solid rgba(23, 63, 67, 0.13);
  outline-offset: 10px;
}

.hero__image img {
  object-position: 51% 45%;
  filter: saturate(0.9) contrast(1.02);
}
.hero__caption {
  left: -40px;
  bottom: 34px;
  max-width: 215px;
  margin: 0;
  padding: 1rem 1.15rem;
  background: rgba(251, 248, 243, 0.94);
  color: var(--ink);
  font: 500 1rem/1.25 var(--serif);
  box-shadow: 0 18px 45px rgba(17, 51, 55, 0.13);
  backdrop-filter: blur(12px);
}

.hero__caption span {
  display: block;
  margin-top: 0.35rem;
  font: 600 0.52rem/1.45 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero__seal {
  display: none;
}
.hero__seal strong {
  font-size: 1.5rem;
}
.hero__seal small {
  max-width: 55px;
  margin: auto;
  font-size: 0.38rem;
  letter-spacing: 0.11em;
}
.hero__orb--one {
  border-color: rgba(201, 111, 92, 0.22);
}
.hero__orb--two {
  border-color: rgba(33, 119, 123, 0.16);
}
.hero__marquee {
  display: none;
}

.manifesto {
  padding: 120px 0 125px;
}
.manifesto__grid {
  display: block;
  padding-top: 24px;
}
.manifesto__grid > .eyebrow {
  margin-bottom: 3.25rem;
}
.manifesto__text {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
  column-gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}
.manifesto h2 {
  grid-row: 1 / 3;
  max-width: 680px;
  margin: 0;
  font-size: clamp(3rem, 4.25vw, 4.5rem);
  line-height: 1.06;
}
.manifesto__text > p {
  max-width: 430px;
  margin-top: 0.35rem;
  font-size: 0.94rem;
}
.manifesto__text > .text-link {
  margin-top: 1.5rem;
  justify-self: start;
}

.approach {
  padding-bottom: 175px;
}
.approach__grid {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 11%;
}
.approach__portrait {
  position: relative;
  padding: 0 54px 48px 0;
}
.approach__image {
  height: 650px;
  overflow: hidden;
}
.approach__image img {
  object-position: 51% 42%;
}
.approach__detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 185px;
  height: 235px;
  overflow: hidden;
  border: 9px solid var(--paper);
  box-shadow: 0 20px 45px rgba(17, 51, 55, 0.15);
}
.approach__detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}
.approach__index {
  position: absolute;
  left: -30px;
  bottom: 70px;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left center;
}
.approach__content h2 {
  max-width: 620px;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 1.04;
}
.approach__content > p:not(.eyebrow) {
  font-size: 0.95rem;
}
.approach__facts {
  margin-top: 3rem;
  padding-top: 1.8rem;
}
.approach__facts strong {
  font-size: 1.55rem;
}

.biography {
  position: relative;
  padding: 150px 0;
  overflow: clip;
  background: #e7efeb;
}
.biography::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -180px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(33, 119, 123, 0.14);
  border-radius: 50%;
}
.biography__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(4.5rem, 10vw, 9rem);
  align-items: start;
}
.biography__aside {
  position: sticky;
  top: 105px;
}
.biography__aside h2 {
  max-width: 500px;
  margin: 0 0 2.4rem;
  font: 400 clamp(2.65rem, 3.65vw, 4rem) / 1.04 var(--serif);
}
.biography__portrait {
  width: min(100%, 390px);
  margin: 0;
  aspect-ratio: 1320 / 1600;
  overflow: hidden;
  border-radius: 180px 2px 2px 2px;
  box-shadow: 18px 20px 0 rgba(201, 111, 92, 0.13);
}
.biography__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.biography__credentials {
  width: min(100%, 390px);
  margin-top: 2.3rem;
  border-top: 1px solid var(--line);
}
.biography__credentials p {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 0;
  padding: 0.82rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.69rem;
}
.biography__credentials strong {
  font-weight: 600;
}
.biography__credentials span {
  color: #5c7374;
  text-align: right;
}
.biography__personal {
  width: min(100%, 390px);
  margin-top: 2.5rem;
  padding: 1.4rem 0 0 1.4rem;
  border-top: 1px solid var(--line);
  border-left: 2px solid var(--coral);
}
.biography__personal > span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--coral);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.biography__personal p {
  margin: 0;
  color: var(--ink);
  font: 400 1.05rem/1.65 var(--serif);
}
.biography__story {
  max-width: 650px;
  padding-top: 4.1rem;
}
.biography__story p {
  margin: 0 0 1.55rem;
  color: #4f6667;
  font-size: 0.94rem;
  line-height: 1.95;
}
.biography__story .biography__lead {
  margin-bottom: 2rem;
  color: var(--ink);
  font: 400 clamp(1.45rem, 2vw, 1.9rem) / 1.55 var(--serif);
}
.biography__story p:last-child {
  margin: 2.4rem 0 0;
  padding: 1.8rem 0 0 2rem;
  border-top: 1px solid var(--line);
  border-left: 2px solid var(--coral);
  color: var(--ink);
}

.services {
  padding: 155px 0;
}
.section-heading {
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.58fr);
  column-gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}
.section-heading h2 {
  max-width: 690px;
  font-size: clamp(3.05rem, 4.55vw, 4.75rem);
  line-height: 1;
}
.section-heading > p:last-child {
  max-width: 390px;
  font-size: 0.92rem;
}
.service {
  grid-template-columns: 1fr auto;
  padding: 2.5rem 1.1rem;
  transition:
    padding 0.35s ease,
    background 0.35s ease;
}
.service > span {
  display: none;
}
.service__detail {
  grid-column: 1 / 2;
}
.service:hover {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background: rgba(255, 255, 255, 0.42);
}
.service h3 {
  font-size: clamp(1.85rem, 2.55vw, 2.5rem);
}

.neuro {
  padding: 165px 0;
}
.neuro h2 {
  max-width: 650px;
  font-size: clamp(3.25rem, 4.65vw, 4.85rem);
  line-height: 1.01;
}
.neuro::before {
  content: "K";
  font-size: 45rem;
}
.neuro__points div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 1.25rem !important;
  text-align: center;
}
.neuro__points strong {
  display: none;
}
.neuro__points span {
  font-size: 0.82rem;
  line-height: 1.4;
}
.neuro__points div:last-child {
  grid-column: 1 / -1;
  border-right: 0;
}
.space {
  padding: 165px 0;
}
.gallery {
  grid-template-rows: 290px 290px;
  gap: 12px;
}
.gallery__item img {
  filter: saturate(0.88) contrast(1.01);
}
.process {
  padding: 145px 0;
  background: #e7efeb;
}
.location {
  padding: 165px 0;
}
.location h2 {
  font-size: clamp(3rem, 4.2vw, 4.35rem);
  line-height: 1.03;
}
.location__image {
  height: 510px;
  border-radius: 200px 3px 3px 3px;
  box-shadow: 22px 22px 0 #eaded7;
}
.contact {
  padding: 155px 0;
}
.contact h2 {
  font-size: clamp(3.75rem, 5.6vw, 5.85rem);
  line-height: 0.98;
}
.footer {
  padding: 0 0 26px;
  background: #102f33;
  color: #f8f2ea;
}
.footer__cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  padding: 76px 0 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__cta span {
  display: block;
  margin-bottom: 1rem;
  color: #91c5bf;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer__cta h2 {
  max-width: 690px;
  margin: 0;
  color: #fffaf4;
  font: 400 clamp(3rem, 4.6vw, 4.85rem) / 0.98 var(--serif);
}
.button--footer {
  flex: 0 0 auto;
  margin-bottom: 0.45rem;
  background: #d47a65;
  border-color: #d47a65;
  color: #fff;
}
.button--footer:hover {
  background: #fffaf4;
  border-color: #fffaf4;
  color: var(--deep);
}
.button--footer b {
  font-size: 1rem;
}
.footer__main {
  display: grid;
  grid-template-columns: 1.45fr 0.65fr 0.9fr 0.85fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 55px 0 45px;
}
.footer__brandcard {
  align-self: start;
  max-width: 320px;
  padding: 0;
  background: transparent;
  color: #fffaf4;
}
.footer__logo {
  display: block;
  width: min(100%, 250px);
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.footer__brandcard p {
  max-width: 270px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1.75;
}
.footer__brandcard .footer__crp {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(145, 197, 191, 0.32);
  color: #fffaf4;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
.footer__column small {
  display: block;
  margin: 0 0 1.25rem;
  color: #91c5bf;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer__column a,
.footer__column p {
  display: block;
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.75rem;
  line-height: 1.7;
}
.footer__column a {
  transition: color 0.2s ease;
}
.footer__column a:hover {
  color: #fff;
}
.location__details address {
  font-style: normal;
}
.location__address {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.6rem;
}
.footer__bottom a {
  color: #91c5bf;
}
.whatsapp {
  font-size: 0;
}
.whatsapp::before {
  content: "";
  width: 20px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: rotate(-10deg);
}
.whatsapp::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 14px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  transform: rotate(28deg);
}

@media (max-width: 1020px) {
  :root {
    --shell: min(100% - 48px, 1240px);
  }
  .desktop-nav {
    gap: 1.35rem;
  }
  .brand {
    width: 185px;
  }
  .hero__grid {
    gap: 3.5rem;
  }
  .hero h1 {
    font-size: clamp(4rem, 7vw, 5.25rem);
  }
  .hero__image {
    height: 585px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 40px, 1240px);
  }
  .site-header {
    padding: 7px 0;
  }
  .brand {
    width: 170px;
    height: 52px;
  }
  .hero {
    padding-top: 126px;
  }
  .hero__grid,
  .approach__grid,
  .neuro__grid,
  .location__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .section-heading {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero h1 {
    font-size: clamp(3.9rem, 15vw, 5.5rem);
  }
  .hero h1 em {
    margin-left: 0;
  }
  .hero__visual {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 14px 0 24px;
  }
  .hero__image {
    height: min(720px, 112vw);
    border-radius: 180px 3px 3px 3px;
  }
  .hero__caption {
    left: -5px;
  }
  .manifesto {
    padding: 105px 0 95px;
  }
  .manifesto__grid > .eyebrow {
    margin-bottom: 2rem;
  }
  .manifesto__text {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .manifesto h2 {
    grid-row: auto;
  }
  .manifesto__text > p {
    margin: 0;
  }
  .manifesto__text > .text-link {
    margin-top: 0.5rem;
  }
  .approach__grid {
    gap: 5rem;
  }
  .approach__portrait {
    max-width: 580px;
  }
  .approach__image {
    height: min(690px, 118vw);
  }
  .approach__detail {
    width: 160px;
    height: 205px;
  }
  .approach__index {
    left: -24px;
  }
  .biography {
    padding: 105px 0;
  }
  .biography__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4.5rem;
  }
  .biography__aside {
    position: static;
  }
  .biography__portrait,
  .biography__credentials,
  .biography__personal {
    width: min(100%, 480px);
  }
  .biography__story {
    max-width: 680px;
    padding-top: 0;
  }
  .services,
  .space,
  .neuro,
  .location {
    padding: 105px 0;
  }
  .gallery {
    grid-template-rows: 270px 210px 210px;
  }
  .footer__cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
    padding: 62px 0 50px;
  }
  .footer__cta h2 {
    font-size: clamp(2.7rem, 10vw, 4rem);
  }
  .footer__main {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2.5rem 3rem;
  }
  .footer__brandcard {
    grid-row: span 2;
  }
}

@media (max-width: 480px) {
  :root {
    --shell: calc(100% - 32px);
  }
  .brand {
    width: 154px;
    height: 48px;
  }
  .hero h1 {
    font-size: clamp(3.35rem, 15.5vw, 4.25rem);
  }
  .hero__intro {
    font-size: 0.9rem;
  }
  .hero__image {
    height: 520px;
    border-radius: 130px 3px 3px 3px;
  }
  .hero__caption {
    bottom: 20px;
    max-width: 180px;
  }
  .hero__seal {
    width: 76px;
    height: 76px;
  }
  .manifesto h2,
  .approach__content h2,
  .section-heading h2,
  .neuro h2,
  .location h2 {
    font-size: 2.9rem;
  }
  .approach__portrait {
    padding: 0 32px 35px 0;
  }
  .approach__image {
    height: 500px;
  }
  .approach__detail {
    width: 125px;
    height: 165px;
    border-width: 6px;
  }
  .approach__index {
    display: none;
  }
  .service:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contact h2 {
    font-size: 3.45rem;
  }
  .footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem 1.5rem;
  }
  .footer__brandcard {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: none;
  }
  .footer__cta h2 br {
    display: none;
  }
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }
}

/* Composição dedicada para celulares */
@media (max-width: 600px) {
  :root {
    --shell: calc(100% - 36px);
  }

  html,
  body {
    overflow-x: hidden;
  }
  body {
    font-size: 14px;
  }
  section {
    scroll-margin-top: 72px;
  }

  .site-header {
    padding: 5px 0;
  }
  .nav-wrap {
    height: 56px;
  }
  .brand {
    width: 148px;
    height: 46px;
  }
  .menu-button {
    flex: 0 0 42px;
  }
  .mobile-menu {
    position: fixed;
    top: 67px;
    left: 12px;
    right: 12px;
    max-height: calc(100vh - 82px);
    padding: 1.4rem;
    overflow-y: auto;
    border: 1px solid rgba(23, 63, 67, 0.1);
    box-shadow: 0 22px 55px rgba(17, 51, 55, 0.2);
  }
  .mobile-menu > a:not(.button) {
    font-size: 1.35rem;
  }
  .mobile-menu .button {
    width: 100%;
    margin-top: 0.35rem;
  }

  .hero {
    min-height: auto;
    padding: 108px 0 76px;
  }
  .hero__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.75rem;
  }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.05rem, 14.6vw, 3.8rem);
    line-height: 0.98;
  }
  .hero__intro {
    margin-top: 1.6rem;
    font-size: 0.9rem;
    line-height: 1.75;
  }
  .hero__credential {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 0.58rem;
  }
  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 1.7rem;
  }
  .hero__actions .button {
    width: 100%;
    justify-content: space-between;
  }
  .hero__actions .text-link {
    align-self: flex-start;
  }
  .hero__note {
    margin-top: 2.1rem;
    font-size: 0.58rem;
    line-height: 1.5;
  }
  .hero__visual {
    width: 100%;
    padding: 0;
  }
  .hero__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1128 / 1600;
    border-radius: 112px 2px 2px 2px;
    outline-offset: 6px;
    box-shadow: 12px 14px 0 #e6d7cf;
  }
  .hero__image img {
    object-position: 50% 50%;
  }
  .hero__caption {
    position: static;
    max-width: none;
    margin: 1.35rem 0 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .manifesto,
  .services,
  .neuro,
  .space,
  .location {
    padding: 78px 0;
  }
  .manifesto__grid {
    padding-top: 0;
  }
  .manifesto__grid > .eyebrow {
    margin-bottom: 1.5rem;
  }
  .manifesto__text {
    gap: 1.25rem;
  }
  .manifesto h2,
  .approach__content h2,
  .section-heading h2,
  .neuro h2,
  .location h2 {
    font-size: clamp(2.45rem, 11.8vw, 3rem);
    line-height: 1.04;
  }

  .approach {
    padding-bottom: 82px;
  }
  .approach__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3.2rem;
  }
  .approach__portrait {
    width: 100%;
    padding: 0;
  }
  .approach__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1066 / 1600;
  }
  .approach__image img {
    object-position: 50% 50%;
  }
  .approach__detail,
  .approach__index {
    display: none;
  }
  .approach__content > p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.75;
  }
  .approach__facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2rem;
    padding-top: 0;
  }
  .approach__facts div {
    min-width: 0;
    padding: 1rem 0;
    border-top: 1px solid var(--line);
  }
  .approach__facts strong {
    font-size: 1.3rem;
  }

  .biography {
    padding: 78px 0;
  }
  .biography::before {
    top: -120px;
    right: -230px;
    width: 420px;
    height: 420px;
  }
  .biography__grid {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
  .biography__aside h2 {
    margin-bottom: 2rem;
    font-size: clamp(2.45rem, 11.8vw, 3rem);
    line-height: 1.04;
  }
  .biography__portrait,
  .biography__credentials,
  .biography__personal {
    width: 100%;
    max-width: none;
  }
  .biography__portrait {
    border-radius: 112px 2px 2px 2px;
    box-shadow: 12px 14px 0 rgba(201, 111, 92, 0.13);
  }
  .biography__credentials {
    margin-top: 2rem;
  }
  .biography__credentials p {
    padding: 0.9rem 0;
    font-size: 0.65rem;
  }
  .biography__personal {
    margin-top: 2rem;
    padding: 1.3rem 0 0 1.15rem;
  }
  .biography__personal p {
    font-size: 1rem;
    line-height: 1.65;
  }
  .biography__story {
    width: 100%;
  }
  .biography__story p {
    margin-bottom: 1.35rem;
    font-size: 0.88rem;
    line-height: 1.82;
  }
  .biography__story .biography__lead {
    margin-bottom: 1.7rem;
    font-size: 1.3rem;
    line-height: 1.55;
  }
  .biography__story p:last-child {
    margin-top: 2rem;
    padding: 1.5rem 0 0 1.25rem;
  }

  .section-heading {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.15rem;
    margin-bottom: 2.4rem;
  }
  .section-heading .eyebrow {
    grid-column: auto;
  }
  .section-heading > p:last-child {
    max-width: none;
    font-size: 0.88rem;
    line-height: 1.7;
  }
  .service {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 0.75rem;
    padding: 1.7rem 0;
  }
  .service h3 {
    font-size: clamp(1.55rem, 7.2vw, 1.9rem);
    line-height: 1.12;
  }
  .service p {
    max-width: none;
    font-size: 0.84rem;
    line-height: 1.65;
  }
  .service__more {
    width: 38px;
    height: 38px;
  }
  .service__detail {
    grid-column: 1 / -1;
    font-size: 0.82rem;
    line-height: 1.65;
  }
  .service:hover {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }

  .neuro__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.7rem;
  }
  .neuro__copy > p:not(.eyebrow) {
    margin-bottom: 1.8rem;
    line-height: 1.75;
  }
  .neuro__copy .button {
    width: 100%;
    justify-content: space-between;
  }
  .neuro__points {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }
  .neuro__points div,
  .neuro__points div:nth-child(odd),
  .neuro__points div:nth-child(even) {
    grid-column: auto;
    min-height: 64px;
    padding: 1rem !important;
    border-right: 0;
  }

  .section-heading--space {
    margin-bottom: 2rem;
  }
  .gallery {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: auto;
    grid-auto-flow: column;
    grid-auto-columns: 84%;
    gap: 10px;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .gallery::-webkit-scrollbar {
    display: none;
  }
  .gallery__item,
  .gallery__item--a,
  .gallery__item--b,
  .gallery__item--c,
  .gallery__item--d,
  .gallery__item--e {
    display: block;
    grid-column: auto;
    grid-row: auto;
    height: auto;
    aspect-ratio: 3 / 4;
    scroll-snap-align: start;
  }

  .process {
    padding: 78px 0;
  }
  .process .section-heading {
    margin-bottom: 1.8rem;
  }
  .process__list li,
  .process__list li + li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0.6rem;
    padding: 1.3rem 0;
  }
  .process__list h3 {
    font-size: 1.35rem;
    line-height: 1.2;
  }

  .location__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2.8rem;
  }
  .location__details {
    margin: 1.8rem 0;
  }
  .location__image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    border-radius: 110px 2px 2px 2px;
    box-shadow: 12px 14px 0 #eaded7;
  }
  .location__image img {
    object-position: 50% 50%;
  }

  .contact {
    padding: 82px 0;
  }
  .contact h2 {
    font-size: clamp(2.8rem, 13vw, 3.5rem);
    line-height: 1;
  }
  .contact h2 br {
    display: none;
  }
  .contact__inner > p:not(.eyebrow) {
    margin: 1.4rem auto 1.8rem;
    line-height: 1.7;
  }
  .contact .button {
    width: 100%;
    justify-content: space-between;
  }

  .footer__cta {
    gap: 1.6rem;
    padding: 54px 0 42px;
  }
  .footer__cta h2 {
    font-size: clamp(2.4rem, 11vw, 3rem);
    line-height: 1.03;
  }
  .button--footer {
    width: 100%;
    justify-content: space-between;
  }
  .footer__main {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    padding: 42px 0 34px;
  }
  .footer__brandcard,
  .footer__column {
    grid-column: auto;
    grid-row: auto;
    max-width: none;
  }
  .footer__brandcard {
    padding-bottom: 0.4rem;
  }
  .footer__logo {
    width: min(100%, 230px);
  }
  .footer__brandcard p {
    max-width: 300px;
  }
  .footer__column {
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .footer__column small {
    margin-bottom: 0.9rem;
  }
  .footer__bottom {
    gap: 0.7rem;
    font-size: 0.56rem;
    line-height: 1.55;
  }
  .whatsapp {
    right: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 360px) {
  :root {
    --shell: calc(100% - 28px);
  }
  .brand {
    width: 138px;
  }
  .hero h1 {
    font-size: 2.95rem;
  }
  .manifesto h2,
  .approach__content h2,
  .section-heading h2,
  .neuro h2,
  .location h2 {
    font-size: 2.35rem;
  }
  .gallery {
    grid-template-rows: auto;
    grid-auto-columns: 88%;
  }
  .gallery {
    margin-right: -14px;
  }
  .gallery__item,
  .gallery__item--a,
  .gallery__item--b,
  .gallery__item--c,
  .gallery__item--d,
  .gallery__item--e {
    height: auto;
    aspect-ratio: 3 / 4;
  }
}

/* Guia editorial da avaliação neuropsicológica */
.assessment-guide {
  position: relative;
  padding: 150px 0;
  overflow: clip;
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(201, 111, 92, 0.08),
      transparent 28rem
    ),
    var(--paper);
}

.assessment-guide__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  column-gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
  margin-bottom: 7rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid var(--line);
}

.assessment-guide__header .eyebrow {
  grid-column: 1 / -1;
}

.assessment-guide__header h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 5.5vw, 5.8rem);
  font-weight: 400;
  line-height: 0.98;
}

.assessment-guide__header h2 em {
  color: var(--coral);
}

.assessment-guide__lead {
  max-width: 500px;
  margin: 0 0 0.35rem;
  color: #4f686a;
  font-size: 1rem;
  line-height: 1.9;
}

.assessment-guide__layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 760px);
  justify-content: space-between;
  gap: clamp(4rem, 10vw, 10rem);
}

.assessment-guide__nav {
  position: sticky;
  top: 105px;
  align-self: start;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.assessment-guide__nav span {
  padding: 1.1rem 0 0.7rem;
  color: var(--teal);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.assessment-guide__nav a {
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--line);
  color: #52696b;
  font-size: 0.76rem;
  transition:
    color 180ms ease,
    padding-left 180ms ease;
}

.assessment-guide__nav a:hover,
.assessment-guide__nav a:focus-visible {
  padding-left: 0.35rem;
  color: var(--coral);
}

.assessment-guide__content {
  min-width: 0;
}

.assessment-guide__chapter {
  padding-bottom: 6rem;
  scroll-margin-top: 110px;
}

.assessment-guide__chapter + .assessment-guide__chapter {
  padding-top: 6rem;
  border-top: 1px solid var(--line);
}

.assessment-guide__chapter h3 {
  max-width: 690px;
  margin: 0 0 2rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.25rem, 3.4vw, 3.65rem);
  font-weight: 400;
  line-height: 1.04;
}

.assessment-guide__chapter h4 {
  margin: 2.6rem 0 0.65rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.25;
}

.assessment-guide__chapter > p:not(.eyebrow),
.assessment-guide__reasons p,
.assessment-guide__closing > p:not(.eyebrow) {
  margin: 0 0 1.35rem;
  color: #4f6668;
  font-size: 0.94rem;
  line-height: 1.9;
}

.assessment-guide__reasons {
  margin-top: 2.6rem;
  border-top: 1px solid var(--line);
}

.assessment-guide__reasons > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.35fr);
  gap: 2.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.assessment-guide__reasons h4,
.assessment-guide__reasons p {
  margin: 0;
}

.assessment-guide__reasons h4 {
  font-size: 1.25rem;
}

.assessment-guide__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 2.4rem 0 2rem;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.assessment-guide__list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5rem;
}

.assessment-guide__list li {
  position: relative;
  padding: 1rem 0 1rem 1.25rem;
  border-bottom: 1px solid var(--line);
  color: #405d60;
  font-size: 0.86rem;
  line-height: 1.7;
}

.assessment-guide__list li::before {
  content: "";
  position: absolute;
  top: 1.68rem;
  left: 0;
  width: 7px;
  height: 1px;
  background: var(--coral);
}

.assessment-guide__closing {
  margin-top: 0;
  padding: 4rem 0 0 2rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid rgba(201, 111, 92, 0.32);
}

.assessment-guide__closing .text-link {
  display: inline-flex;
  margin-top: 1.2rem;
}

@media (max-width: 820px) {
  .assessment-guide {
    padding: 105px 0;
  }

  .assessment-guide__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
    padding-bottom: 3.2rem;
  }

  .assessment-guide__header .eyebrow {
    grid-column: auto;
  }

  .assessment-guide__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }

  .assessment-guide__nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .assessment-guide__nav span {
    grid-column: 1 / -1;
  }

  .assessment-guide__nav a {
    padding-right: 1rem;
  }
}

@media (max-width: 600px) {
  .assessment-guide {
    padding: 78px 0;
  }

  .assessment-guide__header {
    gap: 1.4rem;
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
  }

  .assessment-guide__header h2 {
    font-size: clamp(2.55rem, 12vw, 3.15rem);
    line-height: 1.03;
  }

  .assessment-guide__header h2 br {
    display: none;
  }

  .assessment-guide__lead {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .assessment-guide__layout {
    gap: 3.2rem;
  }

  .assessment-guide__nav {
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    border-bottom: 1px solid var(--line);
    scrollbar-width: none;
  }

  .assessment-guide__nav::-webkit-scrollbar {
    display: none;
  }

  .assessment-guide__nav span {
    display: none;
  }

  .assessment-guide__nav a {
    flex: 0 0 auto;
    padding: 0.9rem 1.2rem 0.9rem 0;
    border-bottom: 0;
    white-space: nowrap;
  }

  .assessment-guide__nav a + a {
    padding-left: 1.2rem;
    border-left: 1px solid var(--line);
  }

  .assessment-guide__chapter {
    padding-bottom: 4rem;
  }

  .assessment-guide__chapter + .assessment-guide__chapter {
    padding-top: 4rem;
  }

  .assessment-guide__chapter h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 9.8vw, 2.55rem);
    line-height: 1.08;
  }

  .assessment-guide__chapter h4 {
    margin-top: 2rem;
    font-size: 1.3rem;
  }

  .assessment-guide__chapter > p:not(.eyebrow),
  .assessment-guide__reasons p,
  .assessment-guide__closing > p:not(.eyebrow) {
    font-size: 0.88rem;
    line-height: 1.78;
  }

  .assessment-guide__reasons {
    margin-top: 2rem;
  }

  .assessment-guide__reasons > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
    padding: 1.5rem 0;
  }

  .assessment-guide__list--two {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }

  .assessment-guide__list li {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .assessment-guide__closing {
    padding: 2rem 0 0 1.2rem;
  }
}

@media (max-width: 600px) {
  .assessment-guide__header h2 {
    max-width: 100%;
    font-size: clamp(2.15rem, 10.3vw, 2.75rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .assessment-guide__header h2 br {
    display: block;
  }

  .assessment-guide__header h2 em {
    display: block;
    overflow-wrap: anywhere;
  }

  .literacura {
    padding: 58px 0 70px;
  }

  .literacura__stage {
    display: block;
  }

  .literacura__book-wrap {
    width: min(calc(100vw - 36px), 360px);
    margin-inline: auto;
    padding: 0;
  }

  .literacura__book {
    width: min(100%, 360px);
    height: min(142vw, 560px);
    min-height: 500px;
    margin-inline: auto;
  }

  .literacura.is-at-cover .literacura__book,
  .literacura.is-at-back-cover .literacura__book {
    transform: none;
  }

  .literacura-page__inner {
    min-height: 100%;
    padding: 1.05rem 1.15rem 0.9rem;
  }

  .literacura-page h3 {
    margin-bottom: 0.7rem;
    font-size: clamp(1.38rem, 7vw, 1.8rem);
    line-height: 1.08;
  }

  .literacura-page__body p {
    margin-bottom: 0.62rem;
    font-size: clamp(0.68rem, 3.25vw, 0.78rem);
    line-height: 1.52;
  }

  .literacura-page blockquote {
    margin-top: 0.72rem;
    padding: 0.5rem 0 0.5rem 0.75rem;
    font-size: clamp(0.82rem, 3.7vw, 0.98rem);
    line-height: 1.34;
  }

  .literacura-page__reference-heading {
    margin-bottom: 0.58rem;
    padding-bottom: 0.48rem;
  }

  .literacura-page__reference-heading span,
  .literacura-page__reference span {
    margin-bottom: 0.22rem;
    font-size: 0.48rem;
    letter-spacing: 0.13em;
  }

  .literacura-page__reference-heading p,
  .literacura-page__reference-heading a,
  .literacura-page__reference p,
  .literacura-page__reference a {
    font-size: 0.53rem;
    line-height: 1.35;
  }

  .literacura-page__reference {
    margin-top: 0.52rem;
    padding-top: 0.48rem;
  }

  .literacura-page__number {
    margin-top: 0.45rem;
    font-size: 0.54rem;
  }

  .literacura__swipe {
    margin-top: 1.05rem;
  }

  .literacura__indicator {
    margin-top: 0.9rem;
  }

  .literacura__nav--previous {
    position: absolute;
    left: calc(50% - 78px);
    bottom: 1.4rem;
    margin: 0;
  }

  .literacura__nav--next {
    position: absolute;
    right: calc(50% - 78px);
    bottom: 1.4rem;
    margin: 0;
  }
}

@media (max-width: 360px) {
  .literacura__book {
    width: min(100%, 332px);
    min-height: 490px;
  }

  .literacura-page__inner {
    padding: 0.95rem 1rem 0.82rem;
  }
}
