/*
 * Home Instituto Mangata — direção visual 1.5
 * A página inicial orienta e inspira; a profundidade editorial vive nas páginas internas.
 */

body.home { background: #fbfaf6; }

/* Hero editorial com equipe real */
.home-hero {
  min-height: 100svh;
  padding: calc(var(--header-height) + 34px) 0 0;
  overflow: hidden;
  background: #f7f5ef;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 50% 0 0;
  opacity: .55;
  pointer-events: none;
  background: radial-gradient(circle at 12% 20%, rgba(234,124,106,.18), transparent 31%),
              radial-gradient(circle at 80% 76%, rgba(145,170,159,.2), transparent 35%);
}
.home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(560px,1.08fr);
  gap: clamp(46px,7vw,105px);
  align-items: center;
  min-height: calc(100svh - var(--header-height) - 142px);
  padding-block: 34px 44px;
}
.home-hero__content { max-width: 650px; }
.home-hero__content .eyebrow { margin-bottom: 23px; }
.home-hero h1 {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(4rem,6.8vw,7.2rem);
  line-height: .94;
}
.home-hero h1 em { display: block; }
.home-hero .hero__lead {
  max-width: 610px;
  margin-bottom: 36px;
  color: #486059;
  font-size: clamp(1.13rem,1.45vw,1.42rem);
}
.home-hero .hero__actions { margin: 0; }
.home-hero__portraits {
  position: relative;
  height: min(70vh,720px);
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  background: #dfe6e1;
}
.home-hero__portrait { position: relative; overflow: hidden; opacity: 1; transition: opacity .28s ease; }
.home-hero__portrait.is-changing { opacity: .08; }
.home-hero__portrait--main { grid-row: 1 / 3; }
.home-hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: grayscale(1) contrast(.96);
  transition: filter .45s ease, transform .75s ease;
}
.home-hero__portrait--main img { object-position: center 35%; }
.home-hero__portrait:hover img { filter: grayscale(.15); transform: scale(1.018); }
.home-hero__portrait-name {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 14px;
  margin: 0;
  max-width: calc(100% - 28px);
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(26,45,40,.78);
  color: #fff;
  font-family: var(--font-accent);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
}
.home-hero__portrait--main .home-hero__portrait-name { left: 20px; bottom: 20px; }
.home-hero__rotation-toggle {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: rgba(26,45,40,.74);
  color: #fff;
  font-family: var(--font-accent);
  font-size: .52rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(9px);
  cursor: pointer;
}
.home-hero__rotation-toggle:hover,
.home-hero__rotation-toggle:focus-visible { background: rgba(26,45,40,.94); }
.home-hero__rotation-toggle [data-hero-team-icon] { color: var(--coral); font-size: .68rem; }
.home-hero__facts { position: relative; z-index: 2; border-top: 1px solid var(--line); background: #fff; }
.home-hero__facts .wrap { display: grid; grid-template-columns: .65fr 1.25fr 1.45fr .8fr; }
.home-hero__facts p {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 19px 24px;
  border-right: 1px solid var(--line);
}
.home-hero__facts p:first-child { border-left: 1px solid var(--line); }
.home-hero__facts strong { color: var(--ink); font-family: var(--font-display); font-size: 1.28rem; font-weight: 500; line-height: 1.2; }
.home-hero__facts span { margin-top: 4px; color: var(--muted); font-size: .67rem; letter-spacing: .04em; }

/* Um ponto de entrada simples por intenção */
.home-pathways { padding: clamp(100px,10vw,160px) 0; background: #e7efea; }
.home-pathways__grid { display: grid; grid-template-columns: minmax(320px,.78fr) minmax(540px,1.22fr); gap: clamp(70px,10vw,150px); }
.home-pathways header { align-self: start; position: sticky; top: 115px; }
.home-pathways h2 { max-width: 560px; margin-bottom: 25px; }
.home-pathways header > p:last-child { max-width: 500px; color: var(--muted); }
.home-pathways__list { border-top: 1px solid var(--line); }
.home-pathways__list a {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  gap: 16px;
  align-items: center;
  min-height: 88px;
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: padding .25s ease, background .25s ease;
}
.home-pathways__list a:hover { padding-inline: 18px; background: rgba(255,255,255,.55); }
.home-pathways__list span { color: var(--coral-dark); font-size: .64rem; letter-spacing: .12em; }
.home-pathways__list strong { font-family: var(--font-display); font-size: clamp(1.25rem,2vw,1.7rem); font-weight: 500; line-height: 1.2; }
.home-pathways__list i { color: var(--coral); font-size: 1.15rem; font-style: normal; }

/* Filme de marca: movimento com uma única mensagem por vez */
.home-film {
  position: relative;
  min-height: min(82vw,920px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1d302b;
  color: #fff;
}
.home-film__video,
.home-film__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-film__video {
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.08) contrast(1.01) brightness(1.02) sepia(.015);
}
.home-film__shade {
  z-index: 1;
  background: linear-gradient(90deg,rgba(19,43,35,.52) 0%,rgba(19,43,35,.15) 49%,rgba(221,123,91,.03) 82%),
              linear-gradient(0deg,rgba(19,40,33,.54) 0%,rgba(19,40,33,.04) 49%,rgba(255,190,116,.08) 100%);
}
.home-film__control {
  position: absolute;
  z-index: 3;
  top: clamp(22px,3vw,38px);
  right: clamp(18px,3vw,42px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px 9px 10px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  background: rgba(20,35,31,.4);
  backdrop-filter: blur(10px);
  color: #fff;
  font: inherit;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.home-film__control:hover { background: rgba(20,35,31,.72); border-color: #fff; }
.home-film__control-icon { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--ink); font-size: .63rem; letter-spacing: -.16em; }
.home-film__content {
  position: relative;
  z-index: 2;
  min-height: min(82vw,920px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: clamp(70px,8vw,115px);
}
.home-film__eyebrow {
  margin-bottom: 22px;
  color: #f6a092;
  font-family: var(--font-accent);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.home-film__messages { position: relative; min-height: clamp(150px,18vw,260px); max-width: 1020px; }
.home-film__messages p {
  position: absolute;
  inset: 0 auto auto 0;
  max-width: 960px;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(3.1rem,7vw,7.3rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
  opacity: 0;
  transform: translateY(28px);
  animation: mangata-film-message 15s infinite;
}
.home-film__messages p:nth-child(2) { animation-delay: 5s; }
.home-film__messages p:nth-child(3) { animation-delay: 10s; }
.home-film__link {
  align-self: flex-start;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255,255,255,.42);
  color: #fff;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
.home-film__link span { color: var(--coral); font-size: 1rem; }
@keyframes mangata-film-message {
  0% { opacity: 0; transform: translateY(28px); }
  5%,27% { opacity: 1; transform: none; }
  32%,100% { opacity: 0; transform: translateY(-18px); }
}

/* Método: uma única ideia, cinco marcos */
.home-method {
  padding: clamp(105px,12vw,175px) 0 clamp(85px,9vw,130px);
  background: #f8f5ef;
  color: var(--ink);
}
.home-method::before {
  content: "";
  position: absolute;
  width: min(60vw,840px);
  aspect-ratio: 1;
  right: -16%;
  top: -32%;
  border: 1px solid rgba(234,124,106,.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 13vw rgba(145,170,159,.035);
}
.home-method__intro { position: relative; z-index: 1; }
.home-method__intro h2 { max-width: 980px; margin-bottom: 28px; }
.home-method__intro > p:last-child { max-width: 580px; color: var(--muted); font-size: 1.05rem; }
.home-method__line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  margin: 75px auto 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.home-method__line li { position: relative; padding: 27px 20px 0 0; }
.home-method__line li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: 0;
  top: -5px;
  border-radius: 50%;
  background: var(--coral);
}
.home-method__line span,
.home-method__line strong { display: block; }
.home-method__line span { margin-bottom: 15px; color: var(--coral-dark); font-size: .61rem; letter-spacing: .14em; }
.home-method__line strong { color: var(--ink); font-family: var(--font-display); font-size: clamp(1.2rem,2vw,1.7rem); font-weight: 500; }

/* Investigações: dois grandes portais visuais */
.home-investigations { padding: clamp(95px,10vw,150px) 0; background: #fff; }
.home-investigations__header {
  display: grid;
  grid-template-columns: minmax(0,1.6fr) minmax(220px,.4fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}
.home-investigations__header h2 { max-width: 900px; margin: 0; }
.home-investigations__header > p { margin: 0 0 8px; color: var(--muted); }
.home-investigations__features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.investigation-card { min-height: 600px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; color: var(--ink); text-decoration: none; }
.investigation-card__art { position: relative; min-height: 380px; overflow: hidden; }
.investigation-card--sleep .investigation-card__art { background: linear-gradient(145deg,#34534b 0%,#748f84 60%,#e5d6ce 100%); }
.investigation-card--sleep .investigation-card__art::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  right: 9%;
  top: 8%;
  border-radius: 50%;
  background: rgba(247,245,239,.91);
  box-shadow: 0 0 90px rgba(247,245,239,.38);
}
.investigation-card--sleep .investigation-card__art span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 80px 60px 0 rgba(255,255,255,.7), -70px 130px 0 rgba(255,255,255,.45), 120px 210px 0 rgba(255,255,255,.6);
}
.investigation-card--sleep .investigation-card__art span:first-child { left: 14%; top: 20%; }
.investigation-card--sleep .investigation-card__art span:nth-child(2) { left: 34%; bottom: 19%; }
.investigation-card--sleep .investigation-card__art i { position: absolute; inset: auto 0 16% 0; height: 1px; background: rgba(255,255,255,.32); transform: rotate(-7deg); }
.investigation-card--gut .investigation-card__art { display: grid; place-items: center; background: #eadbd2; }
.investigation-card--gut .investigation-card__art::before,
.investigation-card--gut .investigation-card__art::after,
.investigation-card--gut .investigation-card__art span {
  content: "";
  position: absolute;
  width: 72%;
  height: 28%;
  border: 1px solid rgba(41,67,61,.28);
  border-radius: 50%;
  transform: rotate(8deg);
}
.investigation-card--gut .investigation-card__art::after { width: 58%; height: 19%; border-color: rgba(234,124,106,.62); transform: rotate(-9deg); }
.investigation-card--gut .investigation-card__art span:first-child { width: 42%; height: 12%; transform: rotate(14deg); }
.investigation-card--gut .investigation-card__art span:nth-child(2) { width: 12px; height: 12px; border: 0; background: var(--coral); box-shadow: 0 0 36px rgba(234,124,106,.65); }
.investigation-card__body { position: relative; padding: 34px 36px 38px; background: #f4f1ea; }
.investigation-card__body p { margin-bottom: 18px; color: var(--coral-dark); font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.investigation-card__body h3 { max-width: 560px; margin-bottom: 26px; font-size: clamp(1.85rem,3vw,3.15rem); }
.investigation-card__body > span { color: var(--ink); font-size: .72rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.investigation-card:hover .investigation-card__body { background: #ece8df; }
.home-investigations__index {
  display: grid;
  grid-template-columns: 1.3fr repeat(3,1fr);
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.home-investigations__index > * { padding: 21px 20px; border-right: 1px solid var(--line); }
.home-investigations__index > *:last-child { border-right: 0; }
.home-investigations__index span { color: var(--muted); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.home-investigations__index a { color: var(--ink); font-size: .78rem; font-weight: 500; text-decoration: none; }

/* L5 como propriedade intelectual visual */
.home-protocol { padding: clamp(95px,10vw,150px) 0; background: #dfe9e3; color: var(--ink); }
.home-protocol::before {
  width: 760px;
  height: 760px;
  left: -260px;
  top: -250px;
  border-color: rgba(234,124,106,.34);
}
.home-protocol__mark { min-width: 0; background: rgba(255,255,255,.25); border-color: rgba(41,67,61,.18); }
.home-protocol__content h2 { color: var(--ink); }
.home-protocol__content > p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.home-protocol__content .home-protocol__lead { margin-top: 25px; color: var(--ink); font-size: clamp(1.02rem,1.35vw,1.24rem); line-height: 1.65; }
.home-protocol__content .home-protocol__explanation { margin-top: 16px; font-size: .93rem; line-height: 1.75; }
.home-protocol__content .home-protocol__label { margin-top: 30px; color: var(--coral-dark); font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.home-protocol__content ul { display: flex; flex-wrap: wrap; gap: 8px; border: 0; }
.home-protocol__content li { padding: 10px 14px; border: 1px solid rgba(41,67,61,.2); background: rgba(255,255,255,.32); color: var(--ink); font-size: .72rem; }
.home-protocol .button { background: var(--ink); border-color: var(--ink); color: #fff; }
.home-protocol .eyebrow--light { color: var(--coral-dark); }

/* Todos os profissionais, com a imagem no comando */
.team { padding: clamp(100px,10vw,155px) 0; background: #f8f6f0; }
.team .section-heading { margin-bottom: 55px; }
.team .section-heading h2 { max-width: 920px; }
.team__grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.team-card { display: grid; grid-template-rows: auto auto; align-content: start; background: transparent; box-shadow: none !important; }
.team-card:hover { transform: none; }
.team-card__image { display: block; width: 100%; aspect-ratio: 4/5.2; }
.team-card__image img { filter: grayscale(1) contrast(.97); }
.team-card:hover .team-card__image img { filter: grayscale(.08); transform: scale(1.018); }
.team-card__body { display: block; min-height: 170px; padding: 20px 3px 12px; border: 0; border-bottom: 1px solid var(--line); visibility: visible; opacity: 1; }
.team-card h3 { min-height: 2.35em; margin-bottom: 7px; font-size: 1.2rem; line-height: 1.08; }
.team-card__role { min-height: 0; margin-bottom: 12px; }
.team-card__body .post-card__link { margin-top: 0; }
.team__all { justify-content: flex-start; margin-top: 38px; }

/* Banco de conhecimento: busca primeiro, artigos depois */
.home-knowledge { padding: clamp(105px,11vw,165px) 0; overflow: hidden; background: #34534b; color: #fff; }
.home-knowledge::before {
  content: "M";
  position: absolute;
  right: -4vw;
  top: -15vw;
  color: rgba(255,255,255,.025);
  font-family: var(--font-display);
  font-size: 55vw;
  line-height: 1;
}
.home-knowledge > .wrap { position: relative; z-index: 1; }
.home-knowledge__top { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px,9vw,135px); align-items: end; }
.home-knowledge h2 { max-width: 700px; margin: 0; color: #fff; }
.home-knowledge__search { padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.34); }
.home-knowledge__search label { display: block; margin-bottom: 17px; color: rgba(255,255,255,.66); font-family: var(--font-display); font-size: 1.38rem; }
.home-knowledge__search > div { display: flex; }
.home-knowledge__search input { flex: 1; min-width: 0; padding: 12px 0; border: 0; outline: 0; background: transparent; color: #fff; font-size: 1rem; }
.home-knowledge__search input::placeholder { color: rgba(255,255,255,.38); }
.home-knowledge__search button { width: 54px; border: 0; background: transparent; color: var(--coral); cursor: pointer; font-size: 1.7rem; }
.home-knowledge__topics { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 48px; }
.home-knowledge__topics a { padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.78); font-size: .68rem; text-decoration: none; }
.home-knowledge__topics a:hover { border-color: var(--coral); color: #fff; }
.home-knowledge__articles { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 62px; }
.home-knowledge .post-card { background: rgba(255,255,255,.055); }
.home-knowledge .post-card__media { aspect-ratio: 16/8.7; background: rgba(255,255,255,.07); color: rgba(255,255,255,.48); }
.home-knowledge .post-card__media img { filter: saturate(.76) contrast(.98); }
.home-knowledge .post-card:nth-child(2) .post-card__media img { object-position: center 48%; }
.home-knowledge .post-card:nth-child(3) .post-card__media img { object-position: center 42%; }
.home-knowledge .post-card__body { padding: 24px; }
.home-knowledge .post-card__meta { color: var(--coral); }
.home-knowledge .post-card h3,
.home-knowledge .post-card h3 a { color: #fff; }
.home-knowledge .post-card__body > p:not(.post-card__meta) { display: none; }
.home-knowledge .post-card__link { color: rgba(255,255,255,.76); }
.home-knowledge__all { display: inline-flex; margin-top: 36px; color: #fff; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

/* Localização funciona como CTA final sem repetir uma seção de venda */
.location { padding: 0; background: #e8efeb; }
.location__grid { width: 100%; max-width: none; grid-template-columns: 1.05fr .95fr; }
.location__map { min-height: 540px; isolation: isolate; background: #1b302b; }
.location__city-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: grayscale(1) contrast(.94) brightness(.72);
  transform: scale(1.012);
}
.location__map-grid {
  z-index: 1;
  opacity: .22;
  box-shadow: inset 0 -190px 150px -75px rgba(12,30,25,.88), inset 0 0 0 999px rgba(36,67,58,.12);
}
.location__map::before,
.location__map::after { z-index: 2; }
.location__pin,
.location__map > p,
.location__credit { z-index: 3; }
.location__map > p { color: rgba(255,255,255,.75); }
.location__map > p strong { color: #fff; }
.location__credit {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: rgba(255,255,255,.42);
  font-size: .48rem;
  letter-spacing: .04em;
}
.location__content { padding: clamp(65px,8vw,120px); }
.location__content h2 { max-width: 680px; }
.location__content .text-link { margin-top: 10px; }

/* A Home usa apenas os blocos necessários; evita reservas de altura antigas. */
.home-hero,
.home-pathways,
.home-film,
.home-method,
.home-investigations,
.home-protocol,
.team,
.home-knowledge,
.location { content-visibility: auto; contain-intrinsic-size: auto 780px; }
.home-hero { content-visibility: visible; }

@media (max-width: 1100px) {
  .home-hero__grid { grid-template-columns: minmax(0,.86fr) minmax(480px,1.14fr); gap: 42px; }
  .home-hero__portraits { min-height: 530px; }
  .home-hero__facts .wrap { grid-template-columns: repeat(2,1fr); }
  .home-hero__facts p:nth-child(3) { border-left: 1px solid var(--line); }
  .home-pathways__grid { gap: 65px; }
  .team__grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .home-hero { padding-top: var(--header-height); }
  .home-hero__grid { grid-template-columns: 1fr; gap: 42px; padding-block: 72px 18px; }
  .home-hero__content { max-width: 760px; }
  .home-hero__portraits { height: 650px; min-height: 0; }
  .home-pathways__grid { grid-template-columns: 1fr; }
  .home-pathways header { position: static; }
  .home-film,
  .home-film__content { min-height: 76svh; }
  .home-investigations__header { grid-template-columns: 1fr; gap: 18px; }
  .home-investigations__features { grid-template-columns: 1fr; }
  .investigation-card { min-height: 540px; }
  .home-investigations__index { grid-template-columns: repeat(2,1fr); }
  .home-investigations__index > * { border-bottom: 1px solid var(--line); }
  .home-knowledge__top { grid-template-columns: 1fr; }
  .home-knowledge__articles { grid-template-columns: repeat(2,1fr); }
  .home-knowledge__articles > :last-child { grid-column: 1 / -1; width: calc(50% - 7px); }
  .team__grid { grid-template-columns: repeat(2,1fr); }
}

@media (min-width: 700px) and (max-width: 900px) {
  .home-hero__grid {
    grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
    gap: 24px;
    align-items: center;
    padding-block: 46px 32px;
  }
  .home-hero h1 { font-size: clamp(3.45rem,7vw,4.1rem); }
  .home-hero .hero__lead { font-size: 1rem; }
  .home-hero .hero__actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .home-hero .hero__actions .text-link { align-self: flex-start; }
  .home-hero__portraits { height: 570px; }
}

@media (max-width: 640px) {
  .home-hero__grid { padding-top: 58px; }
  .home-hero h1 { font-size: clamp(3.25rem,15.5vw,5.15rem); }
  .home-hero .hero__actions { gap: 18px; }
  .home-hero__portraits { height: 470px; grid-template-columns: 1fr 1fr; }
  .home-hero__portrait--main { grid-row: 1 / 3; }
  .home-hero__portrait-name { left: 9px; bottom: 9px; max-width: calc(100% - 18px); padding: 7px 9px; font-size: .5rem; }
  .home-hero__portrait--main .home-hero__portrait-name { left: 12px; bottom: 12px; }
  .home-hero__rotation-toggle { top: 9px; right: 9px; padding: 8px; }
  .home-hero__rotation-toggle [data-hero-team-label] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .home-hero__facts .wrap { grid-template-columns: 1fr 1fr; width: 100%; }
  .home-hero__facts p { min-height: 86px; padding: 15px; }
  .home-hero__facts strong { font-size: 1rem; }
  .home-pathways { padding-block: 78px; }
  .home-pathways__list a { grid-template-columns: 34px 1fr 20px; min-height: 76px; }
  .home-film,
  .home-film__content { min-height: 72svh; }
  .home-film__video { filter: saturate(1.06) contrast(1.01) brightness(1.03) sepia(.015); }
  .home-film__shade { background: linear-gradient(0deg,rgba(19,40,33,.58) 0%,rgba(19,40,33,.18) 65%,rgba(255,184,108,.07)); }
  .home-film__content { padding-block: 64px; }
  .home-film__messages { min-height: 170px; }
  .home-film__messages p { font-size: clamp(3rem,14vw,4.35rem); }
  .home-method { padding-block: 82px 72px; }
  .home-method__line { grid-template-columns: 1fr; margin-top: 50px; border: 0; }
  .home-method__line li { display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 17px 0; border-top: 1px solid var(--line); }
  .home-method__line li::before { display: none; }
  .home-method__line span { margin: 0; }
  .home-investigations { padding-block: 78px; }
  .investigation-card { min-height: 480px; }
  .investigation-card__art { min-height: 300px; }
  .investigation-card__body { padding: 28px 23px 30px; }
  .investigation-card--sleep .investigation-card__art::before { width: 220px; height: 220px; }
  .home-investigations__index { grid-template-columns: 1fr; }
  .home-investigations__index > * { border-right: 0; }
  .home-protocol { padding-block: 78px; }
  .home-protocol__content ul { display: grid; }
  .team { padding-block: 82px; }
  .team__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .team-card__body { min-height: 145px; }
  .team-card h3 { font-size: 1.08rem; }
  .team-card__role { font-size: .56rem !important; }
  .team-card__body .post-card__link { font-size: .61rem; }
  .home-knowledge { padding-block: 82px; }
  .home-knowledge__articles { grid-template-columns: 1fr; }
  .home-knowledge__articles > :last-child { grid-column: auto; width: auto; }
  .location__grid { grid-template-columns: 1fr; }
  .location__map { min-height: 330px; }
  .location__content { padding: 62px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-film__messages p { display: none; animation: none; }
  .home-film__messages p:last-child { display: block; opacity: 1; transform: none; }
}
