:root {
  --slate: #586672;
  --slate-dark: #3f4b55;
  --orange: #f2af2b;
  --ink: #27313a;
  --muted: #6d7881;
  --paper: #ffffff;
  --soft: #f4f2ed;
  --line: #dfe3e6;
  --max: 1180px;
  --font: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; line-height: 1.65; }
h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -0.03em; }
h2 { color: var(--slate); font-size: clamp(2.25rem, 3.85vw, 3.9rem); line-height: 1.04; }
h3 { color: var(--slate); }
.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(88,102,114,.12);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { flex: 0 0 auto; }
.brand img { width: 205px; height: auto; }
.brand-mobile, .mobile-menu { display: none; }
.desktop-nav { margin-left: auto; display: flex; gap: 25px; align-items: center; }
.desktop-nav a {
  color: var(--slate);
  font-size: .82rem;
  font-weight: 700;
}
.desktop-nav a:hover { color: var(--orange); }
.header-cta {
  background: var(--orange);
  color: white;
  border-radius: 999px;
  padding: 10px 17px;
  font-weight: 800;
  font-size: .8rem;
}

.hero {
  min-height: 670px;
  position: relative;
  display: grid;
  align-items: end;
  background: url("assets/images/rio-header.jpg") center 45% / cover no-repeat;
  color: white;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20,27,32,.88) 0%, rgba(20,27,32,.74) 42%, rgba(20,27,32,.42) 100%),
    linear-gradient(0deg, rgba(20,27,32,.58), rgba(20,27,32,.18) 60%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding-block: 105px 88px;
}
.eyebrow {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .69rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.eyebrow.light { color: var(--orange); }
.hero h1 {
  max-width: 770px;
  font-size: clamp(3.25rem, 5.8vw, 6.1rem);
  line-height: .94;
  letter-spacing: -0.052em;
}
.hero-copy {
  max-width: 660px;
  margin-top: 28px;
  font-size: 1.05rem;
  color: rgba(255,255,255,.9);
}
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 800;
}
.button-primary { background: var(--orange); color: white; }
.button-ghost { border: 1px solid rgba(255,255,255,.48); color: white; }

.section { padding: 126px 0; }
.split-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 94px;
  align-items: center;
}
.section-copy > p:not(.eyebrow) { max-width: 690px; margin-top: 25px; color: var(--muted); font-size: 1rem; }
.about-title {
  font-size: clamp(2.55rem, 3.5vw, 3.45rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
}
.about-title span { display: block; white-space: nowrap; }
.about-title .accent-line { color: var(--orange); }
.image-frame { overflow: hidden; background: var(--soft); }
.image-frame.tall { min-height: 610px; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; min-height: inherit; }
.pillars {
  margin-top: 50px;
  padding-top: 29px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pillars div { display: grid; gap: 11px; }
.pillars span { color: var(--orange); font-weight: 800; font-size: .78rem; }
.pillars strong { color: var(--slate); font-size: .89rem; line-height: 1.25; }

.solutions { background: var(--soft); }
.section-heading-stacked {
  display: block;
  max-width: 900px;
  margin-bottom: 58px;
}
.section-heading-stacked h2 { max-width: 860px; }
.section-intro {
  margin-top: 24px;
  max-width: 680px;
  color: var(--muted);
  font-size: 1rem;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.solution-card { background: white; min-width: 0; }
.solution-image { aspect-ratio: 1.55/1; overflow: hidden; background: #e9ecee; }
.solution-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.solution-card:hover .solution-image img { transform: scale(1.025); }
.solution-body { min-height: 250px; padding: 31px 32px 34px; display: flex; flex-direction: column; }
.card-number { color: var(--orange); font-weight: 800; font-size: .76rem; }
.solution-card h3 { margin-top: auto; font-size: 1.55rem; }
.solution-card p { color: var(--muted); margin-top: 13px; font-size: .95rem; }

.experiences {
  color: white;
  background:
    linear-gradient(rgba(63,75,85,.95), rgba(63,75,85,.95)),
    url("assets/images/bg4.jpg") center / cover no-repeat;
}
.experiences h2 { color: white; }
.experience-heading { max-width: 940px; }
.experience-heading h2 {
  white-space: nowrap;
  font-size: clamp(2.6rem, 4.1vw, 4rem);
}
.experience-heading > p:last-child { margin-top: 26px; color: rgba(255,255,255,.74); max-width: 720px; }
.experience-list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
}
.experience-list article {
  padding: 31px 34px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 23px;
  align-items: start;
}
.experience-list article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
.experience-icon { width: 34px; height: 34px; object-fit: contain; margin-top: 1px; }
.experience-list h3 { color: white; font-size: 1.28rem; letter-spacing: -.02em; }
.experience-list p { margin-top: 8px; color: rgba(255,255,255,.69); font-size: .95rem; }

.quote-break {
  min-height: 535px;
  position: relative;
  display: grid;
  align-items: center;
  background: url("assets/images/bg5.jpg") center 45% / cover no-repeat;
  color: white;
}
.quote-overlay { position: absolute; inset: 0; background: rgba(25,32,38,.50); }
.quote-inner { position: relative; z-index: 1; text-align: center; }
.quote-inner blockquote {
  margin: 0 auto;
  max-width: 1150px;
  font-size: clamp(2.65rem, 4.5vw, 4.65rem);
  line-height: 1.09;
  letter-spacing: -.045em;
  font-weight: 500;
}
.quote-inner blockquote span { display: block; }

.projects .section-heading-stacked { margin-bottom: 58px; }
.projects-heading h2 { max-width: 780px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 54px 36px; }
.project-image { aspect-ratio: 16/10; overflow: hidden; background: var(--soft); }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-image img { transform: scale(1.025); }
.project-copy { padding-top: 19px; }
.project-copy span { color: var(--orange); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .66rem; }
.project-copy h3 { margin-top: 8px; font-size: 1.62rem; }
.project-copy p { margin-top: 11px; color: var(--muted); max-width: 560px; }

.lead { background: var(--soft); }
.lead-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.portrait-frame { margin: 0; max-width: 540px; }
.portrait-frame img { width: 100%; aspect-ratio: 13/16; object-fit: cover; }
.lead-copy { max-width: 650px; }
.lead-copy h2 { font-size: clamp(3.2rem, 5vw, 5.2rem); }
.role { color: var(--orange); font-weight: 800; margin-top: 9px; }
.lead-copy > p:not(.eyebrow):not(.role) { color: var(--muted); margin-top: 24px; font-size: 1rem; }

.testimonials { background: white; padding: 112px 0 120px; }
.testimonials-wrap > .eyebrow { text-align: center; margin-bottom: 34px; }
.testimonial-carousel {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 58px 42px;
}
.testimonial-viewport {
  position: relative;
  min-height: 345px;
  background: var(--soft);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(44,53,60,.10);
  overflow: hidden;
}
.testimonial-slide {
  position: absolute;
  inset: 0;
  padding: 58px 64px;
  display: grid;
  align-content: center;
  opacity: 0;
  transform: translateX(24px);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}
.testimonial-slide.is-active { opacity: 1; transform: translateX(0); pointer-events: auto; }
.testimonial-slide p {
  color: var(--slate-dark);
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.43;
  letter-spacing: -.025em;
}
.testimonial-slide footer {
  margin-top: 30px;
  color: var(--slate);
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.testimonial-slide footer span { color: var(--muted); font-weight: 600; }
.carousel-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--slate);
  font: inherit;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.carousel-arrow:hover { border-color: var(--orange); color: var(--orange); }
.carousel-prev { left: 0; }
.carousel-next { right: 0; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 23px;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9cfd3;
  cursor: pointer;
}
.carousel-dot.is-active { background: var(--orange); transform: scale(1.2); }

.contact { padding: 102px 0; background: var(--slate); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact h2 { color: white; max-width: 650px; }
.contact-grid > div:first-child > p:last-child { color: rgba(255,255,255,.72); margin-top: 22px; }
.contact-links { border-top: 1px solid rgba(255,255,255,.18); }
.contact-links > * {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.contact-links > .contact-last { border-bottom: 0; padding-bottom: 0; }
.contact-links span { color: rgba(255,255,255,.58); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.contact-links strong { font-size: .98rem; }
.contact-legal {
  margin-top: 16px;
  color: rgba(255,255,255,.58);
  font-size: .72rem;
  line-height: 1.65;
}

.site-footer { padding: 29px 0; background: white; }
.footer-inner { display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.footer-inner > img { width: 180px; }
.copyright { color: var(--muted); font-size: .74rem; }

@media (max-width: 980px) {
  .container { width: min(calc(100% - 40px), var(--max)); }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; margin-left: auto; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; color: var(--slate); font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 34px;
    min-width: 230px;
    padding: 20px;
    display: grid;
    gap: 16px;
    background: white;
    box-shadow: 0 18px 45px rgba(40,49,58,.16);
    border: 1px solid var(--line);
  }
  .mobile-menu nav a { color: var(--slate); font-weight: 700; }
  .split-grid, .lead-grid, .contact-grid { gap: 60px; }
  .about-title span, .experience-heading h2 { white-space: normal; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 36px); }
  .site-header { position: relative; }
  .header-inner { min-height: 72px; }
  .brand-desktop { display: none; }
  .brand-mobile { display: block; }
  .brand-mobile img { width: 148px; }
  .hero {
    min-height: 600px;
    background-image: url("assets/images/rio-header-1.jpg");
    background-position: 58% center;
  }
  .hero-overlay {
    background: linear-gradient(0deg, rgba(20,27,32,.90) 0%, rgba(20,27,32,.65) 60%, rgba(20,27,32,.28) 100%);
  }
  .hero-inner { padding-block: 88px 68px; align-self: end; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); max-width: 520px; }
  .hero-copy { font-size: 1rem; margin-top: 24px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 310px; margin-top: 30px; }
  .section { padding: 88px 0; }
  .split-grid, .lead-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .about .image-frame { order: -1; }
  .image-frame.tall { min-height: 410px; }
  .about-title { font-size: clamp(2.45rem, 11vw, 3.4rem); }
  .pillars { grid-template-columns: 1fr; gap: 18px; }
  .pillars div { grid-template-columns: 30px 1fr; align-items: start; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-image { display: none; }
  .solution-body { min-height: 220px; padding: 30px 27px; }
  .experience-list { grid-template-columns: 1fr; }
  .experience-list article { padding: 27px 8px; border-right: 0 !important; grid-template-columns: 38px 1fr; gap: 17px; }
  .experience-icon { width: 30px; height: 30px; }
  .quote-break { min-height: 480px; }
  .quote-inner blockquote { font-size: clamp(2.05rem, 10vw, 3.2rem); }
  .quote-inner blockquote span { display: inline; }
  .project-grid { grid-template-columns: 1fr; gap: 46px; }
  .lead-grid .portrait-frame { max-width: 100%; }
  .testimonial-carousel { padding: 0 0 40px; }
  .testimonial-viewport { min-height: 390px; }
  .testimonial-slide { padding: 42px 30px; }
  .carousel-arrow { display: none; }
  .contact { padding: 82px 0; }
  .contact-links > * { grid-template-columns: 1fr; gap: 6px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-inner > img { width: 175px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


/* PEOPLE&CO R3 — desktop refinements */
.hero-title span {
  display: block;
  white-space: nowrap;
}

/* Slightly strengthen the three institutional pillars. */
.pillars div {
  gap: 13px;
}
.pillars span {
  font-size: .88rem;
}
.pillars strong {
  font-size: 1rem;
  line-height: 1.28;
}

/* Bring the solution numbers closer to their titles. */
.solution-body {
  min-height: 225px;
  padding: 28px 32px 32px;
  display: block;
}
.card-number {
  display: block;
}
.solution-card h3 {
  margin-top: 22px;
}
.solution-card p {
  margin-top: 12px;
}

/* Requested three-line quotation. */
.quote-inner blockquote {
  max-width: 1080px;
  font-size: clamp(2.55rem, 4.25vw, 4.4rem);
  line-height: 1.12;
}

/* Raul + testimonials are now one module:
   2/3 for Raul, 1/3 for client voices. */
.people-voices {
  background: var(--soft);
}
.people-voices-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 46px;
  align-items: stretch;
}
.raul-panel {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
  min-width: 0;
}
.people-voices .portrait-frame {
  max-width: none;
}
.people-voices .portrait-frame img {
  width: 100%;
  aspect-ratio: 13 / 16;
  object-fit: cover;
}
.people-voices .lead-copy {
  max-width: 610px;
}
.people-voices .lead-copy h2 {
  font-size: clamp(3rem, 4.25vw, 4.75rem);
}

.testimonial-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 42px 34px 30px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(44,53,60,.09);
}
.testimonial-panel > .eyebrow {
  margin-bottom: 18px;
}
.testimonial-carousel-compact {
  flex: 1;
  max-width: none;
  margin: 0;
  padding: 0 0 30px;
  display: flex;
  flex-direction: column;
}
.testimonial-carousel-compact .testimonial-viewport {
  flex: 1;
  min-height: 420px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.testimonial-carousel-compact .testimonial-slide {
  padding: 14px 2px 24px;
  align-content: center;
}
.testimonial-carousel-compact .testimonial-slide p {
  font-size: clamp(1.3rem, 1.65vw, 1.72rem);
  line-height: 1.5;
}
.testimonial-carousel-compact .testimonial-slide footer {
  margin-top: 26px;
  font-size: .73rem;
}
.testimonial-carousel-compact .carousel-dots {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .hero-title span {
    white-space: normal;
  }
  .people-voices-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-panel {
    min-height: 430px;
  }
}

@media (max-width: 760px) {
  .raul-panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .testimonial-carousel-compact .testimonial-viewport {
    min-height: 360px;
  }
}


/* PEOPLE&CO R4 — final desktop polish */
.contact-title span,
.projects-title span {
  display: block;
  white-space: nowrap;
}

.project-image-lower img {
  object-position: center 62%;
}

@media (max-width: 980px) {
  .contact-title span,
  .projects-title span {
    white-space: normal;
  }
}


/* PEOPLE&CO R6 — mobile-only final pass
   Desktop remains unchanged. */
@media (max-width: 760px) {
  /* 1. More compact mobile brand/header */
  .header-inner {
    min-height: 64px;
  }

  .brand-mobile img {
    width: 116px;
  }

  /* 2. Refined hamburger + floating menu */
  .mobile-menu {
    margin-left: auto;
  }

  .mobile-menu summary {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(88,102,114,.16);
    border-radius: 50%;
    background: #f5f3ee;
    color: transparent;
    font-size: 0;
    display: grid;
    place-items: center;
    transition: background .2s ease, border-color .2s ease;
  }

  .mobile-menu summary::before {
    content: "";
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: var(--slate);
    box-shadow: 0 -5px 0 var(--slate), 0 5px 0 var(--slate);
  }

  .mobile-menu[open] summary {
    background: var(--orange);
    border-color: var(--orange);
  }

  .mobile-menu[open] summary::before {
    background: white;
    box-shadow: 0 -5px 0 white, 0 5px 0 white;
  }

  .mobile-menu nav {
    top: 48px;
    right: 0;
    width: min(280px, calc(100vw - 36px));
    min-width: 0;
    padding: 10px;
    gap: 0;
    border: 1px solid rgba(88,102,114,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.99);
    box-shadow: 0 20px 50px rgba(39,49,58,.18);
    overflow: hidden;
  }

  .mobile-menu nav a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 13px;
    border-bottom: 1px solid rgba(88,102,114,.09);
    color: var(--slate);
    font-size: .88rem;
    font-weight: 700;
  }

  .mobile-menu nav a::after {
    content: "›";
    margin-left: auto;
    color: #a8afb4;
    font-size: 1.15rem;
    line-height: 1;
  }

  .mobile-menu nav a[href="#projetos"] {
    display: none;
  }

  .mobile-menu nav a[href*="wa.me"] {
    min-height: 44px;
    margin-top: 9px;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: var(--orange);
    color: white;
  }

  .mobile-menu nav a[href*="wa.me"]::after {
    display: none;
  }

  /* 3. Quem somos: remove image on mobile */
  .about .image-frame {
    display: none;
  }

  /* 4. Experiências: icon + title only, compact two-column grid */
  .experience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border-top: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.16);
  }

  .experience-list article,
  .experience-list article:nth-child(odd) {
    min-height: 108px;
    padding: 18px 14px;
    border: 0;
    background: rgba(63,75,85,.97);
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
  }

  .experience-icon {
    width: 27px;
    height: 27px;
    margin: 0;
  }

  .experience-list h3 {
    font-size: .93rem;
    line-height: 1.18;
    letter-spacing: -.015em;
  }

  .experience-list p {
    display: none;
  }

  /* 5. Hide Clientes e Projetos completely on mobile */
  .projects {
    display: none;
  }
}


/* PEOPLE&CO R7 — mobile polish only
   Desktop remains frozen. */
@media (max-width: 760px) {
  /* Optical centering of the hamburger inside the circular button. */
  .mobile-menu summary::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  /* Hero: preserve the requested 3-line lockup without collisions. */
  .hero h1 {
    font-size: clamp(2.5rem, 10vw, 2.9rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .hero-title span {
    display: block;
    white-space: nowrap;
  }

  /* Mobile-only section order:
     quote moves above Nossas Soluções. */
  main {
    display: flex;
    flex-direction: column;
  }

  .hero { order: 1; }
  .about { order: 2; }
  .quote-break { order: 3; }
  .solutions { order: 4; }
  .experiences { order: 5; }
  .projects { order: 6; display: none; }
  .people-voices { order: 7; }
  .contact { order: 8; }

  /* Institutional pillars become compact branded cards. */
  .pillars {
    margin-top: 38px;
    padding-top: 0;
    border-top: 0;
    gap: 10px;
  }

  .pillars div {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 15px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #faf9f6;
  }

  .pillars span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-size: .72rem;
    line-height: 1;
  }

  .pillars strong {
    font-size: .95rem;
    line-height: 1.2;
  }
}


/* PEOPLE&CO R8 — mobile header over hero
   Desktop remains frozen. */
@media (max-width: 760px) {
  .site-header {
    position: absolute;
    inset: 0 0 auto 0;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
    box-shadow: none;
  }

  .header-inner {
    min-height: 88px;
    padding-top: 10px;
    padding-bottom: 0;
    align-items: center;
  }

  .brand-mobile img {
    width: 132px;
  }

  .mobile-menu summary {
    width: 42px;
    height: 42px;
    border-color: rgba(255,255,255,.18);
    background: rgba(18,24,29,.32);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
  }

  .mobile-menu summary::before {
    background: #fff;
    box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff;
  }

  .mobile-menu[open] summary {
    background: var(--orange);
    border-color: var(--orange);
    box-shadow: none;
  }

  .mobile-menu nav {
    top: 52px;
    background: rgba(255,255,255,.985);
  }

  .hero-inner {
    padding-top: 170px;
  }
}
