:root {
  --max: 1180px;
  --orion-gutter: 64px;
  --orion-gutter-mobile: 32px;
  --orion-type-hero: clamp(32px, 3.6vw, 52px);
  --orion-type-section: clamp(30px, 3.25vw, 46px);
  --orion-type-section-compact: clamp(28px, 2.85vw, 40px);
  --orion-type-closing: clamp(20px, 1.9vw, 28px);
  --orion-type-body: 16px;
  --orion-type-subtitle: clamp(15px, 1.12vw, 17px);
  --orion-type-label: 11px;
  --orion-type-button: 10px;
  --orion-lh-hero: 1.14;
  --orion-lh-section: 1.22;
  --orion-lh-closing: 1.42;
  --orion-lh-body: 1.72;
  --orion-track-headline: 0.058em;
  --orion-track-label: 0.18em;
  --orion-track-button: 0.14em;
  --orion-width-hero: 620px;
  --orion-width-section: 620px;
  --orion-width-body: 500px;
  --orion-space-label-rule: 20px;
  --orion-space-heading: 32px;
  --orion-space-body: 24px;
}

.wrap,
.nav,
.scope-grid,
.management-list {
  width: min(var(--max), calc(100% - var(--orion-gutter)));
}

.label,
.number,
.orion-contact-field span,
.footer-links,
.footer-contact,
.copyright,
.chapter-nav a,
.management-copy h3,
.chapter-copy .chapter-kicker,
.final-cta-link,
.button,
.nav-cta,
.contact-link,
.side-menu a {
  letter-spacing: var(--orion-track-label);
}

.label,
.number {
  font-size: var(--orion-type-label);
  line-height: 1.45;
}

.mark,
.scope-mark {
  margin-top: var(--orion-space-label-rule);
}

.page-hero h1,
.hero h1,
.section-title,
.scope h2,
.solution-copy h2,
.management-intro h2,
.story-copy h2,
.people-copy h2,
.section-copy h2,
.chapter-copy h2,
.assumes .section-copy h2,
.coordination .section-copy h2,
.presence-copy h2,
.complexity h2,
.system h2,
.result h2,
.about h2,
.chapter h2 {
  max-width: var(--orion-width-section);
  font-size: var(--orion-type-section);
  font-weight: 400;
  letter-spacing: var(--orion-track-headline);
  line-height: var(--orion-lh-section);
  text-transform: uppercase;
}

.page-hero h1,
.hero h1,
.commercial-hero h1 {
  max-width: var(--orion-width-hero);
  font-size: var(--orion-type-hero);
  line-height: var(--orion-lh-hero);
}

.section-copy p,
.section-copy,
.scope-copy p,
.solution-copy p,
.story-copy p,
.chapter-copy p,
.presence-copy p,
.cta-copy p,
.final-cta p,
.closing-copy p,
.chapter p,
.about p,
.complexity-copy p,
.system-copy p,
.result-copy p {
  max-width: var(--orion-width-body);
  font-size: var(--orion-type-body);
  line-height: var(--orion-lh-body);
}

.section-copy h2,
.story-copy h2,
.people-copy h2,
.chapter-copy h2,
.scope h2 {
  margin-top: var(--orion-space-heading);
}

.section-copy p,
.story-copy p,
.chapter-copy p,
.scope-copy p,
.solution-copy p,
.final-cta p,
.cta-copy p {
  margin-top: var(--orion-space-body);
}

.management-intro {
  max-width: none;
}

.management-intro.no-eyebrow {
  padding-top: 0;
}

.management-intro h2 {
  max-width: min(620px, 100%);
  font-size: var(--orion-type-section-compact);
}

.management .management-list {
  margin-top: clamp(24px, 3vw, 36px);
}

.follow h2 {
  max-width: var(--orion-width-section);
  font-size: var(--orion-type-section-compact);
  letter-spacing: var(--orion-track-headline);
  line-height: var(--orion-lh-section);
}

.follow h2 span + span {
  margin-top: 8px;
}

.closing p,
.final-cta h2,
.cta-copy h2,
.cta h2 {
  max-width: 680px;
  font-size: var(--orion-type-closing);
  font-weight: 400;
  letter-spacing: 0.09em;
  line-height: var(--orion-lh-closing);
  text-transform: uppercase;
}

.final-cta-grid,
.cta-copy {
  max-width: none;
}

.page-hero-grid > *,
.hero-grid > *,
.section-grid > *,
.scope-grid > *,
.solution-grid > *,
.origin-grid > *,
.assumes-grid > *,
.coordination-grid > *,
.areas-grid > *,
.management-list > *,
.final-cta-grid > *,
.closing-grid > *,
.follow-grid > * {
  min-width: 0;
}

.photo-placeholder {
  width: 100%;
  max-width: 100%;
}

.photo-placeholder span {
  display: block;
  max-width: calc(100% - 64px);
  line-height: 1.45;
}

.final-cta-grid {
  grid-template-columns: minmax(280px, 560px);
}

.button,
.final-cta-link,
.nav-cta,
.contact-link,
.chapter-nav a {
  font-size: var(--orion-type-button);
}

.chapter-nav a {
  min-height: 68px;
  padding: 12px 0 12px 18px;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: end;
  justify-items: start;
  column-gap: 10px;
  row-gap: 8px;
  color: var(--base);
  line-height: 1;
  text-transform: uppercase;
  transition: color 200ms ease, opacity 200ms ease, transform 200ms ease;
}

.chapter-nav a::before {
  content: "PRÓXIMA";
  grid-column: 1 / -1;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: var(--orion-track-label);
  line-height: 1;
}

.chapter-nav a > span:first-child {
  color: var(--base);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}

.chapter-nav-arrow {
  width: auto;
  color: var(--base);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1;
  transition: transform 200ms ease, color 200ms ease;
}

.chapter-nav-arrow::before {
  display: none;
}

.chapter-nav a:hover {
  color: var(--base);
  opacity: 0.82;
}

.chapter-nav a:hover .chapter-nav-arrow {
  transform: translateX(4px);
}

.chapter-nav a::after {
  content: "";
  grid-column: 1 / -1;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background: rgba(199, 178, 153, 0.48);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  position: fixed;
  top: 22px;
  left: max(calc(var(--orion-gutter) / 2), calc((100vw - var(--max)) / 2));
  z-index: 42;
  opacity: 1;
  pointer-events: auto;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

body:not(.nav-scrolled):not(.menu-open) .menu-toggle,
.nav-scrolled .menu-toggle,
.nav-hover .menu-toggle,
.menu-open .menu-toggle {
  opacity: 1;
  pointer-events: auto;
}

.menu-toggle:hover {
  color: var(--gold);
}

.menu-lines {
  width: 26px;
  height: 18px;
}

.menu-lines span {
  height: 1.5px;
  opacity: 0.96;
}

.contact-link {
  min-width: 44px;
  min-height: 44px;
  position: fixed;
  top: 22px;
  right: max(calc(var(--orion-gutter) / 2), calc((100vw - var(--max)) / 2));
  z-index: 42;
  justify-content: center;
  margin-right: 0;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.contact-icon-mobile {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.nav-scrolled .contact-icon-mobile {
  display: none;
}

.contact-link:hover {
  color: var(--gold);
}

@media (max-width: 980px) {
  .page-hero h1,
  .hero h1,
  .commercial-hero h1 {
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  :root {
    --orion-gutter: var(--orion-gutter-mobile);
    --orion-type-hero: 30px;
    --orion-type-section: 28px;
    --orion-type-section-compact: 25px;
    --orion-type-closing: 22px;
    --orion-type-body: 15px;
    --orion-lh-hero: 1.18;
    --orion-lh-section: 1.3;
    --orion-lh-closing: 1.38;
    --orion-track-headline: 0.048em;
    --orion-width-section: 340px;
    --orion-width-body: 315px;
    --orion-space-heading: 28px;
    --orion-space-body: 20px;
  }

  .wrap,
  .nav,
  .scope-grid,
  .management-list,
  .follow-grid {
    width: min(100% - var(--orion-gutter-mobile), var(--max));
  }

  .menu-toggle {
    top: 14px;
    left: calc(var(--orion-gutter-mobile) / 2);
  }

  .chapter-nav a {
    min-height: 64px;
    padding: 10px 0 10px 16px;
    row-gap: 7px;
  }

  .chapter-nav a::before {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .chapter-nav a > span:first-child,
  .chapter-nav-arrow {
    font-size: 19px;
    letter-spacing: 0.11em;
  }

  .contact-link {
    min-width: 42px;
    min-height: 42px;
    top: 14px;
    right: calc(var(--orion-gutter-mobile) / 2);
    margin-right: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .contact-icon-mobile,
  .nav-scrolled .contact-icon-mobile {
    display: block !important;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .contact-text,
  .contact-arrow,
  .nav-scrolled .contact-text,
  .nav-scrolled .contact-arrow,
  .contact-tip {
    display: none;
  }

  .page-hero h1,
  .hero h1,
  .commercial-hero h1 {
    max-width: 340px;
  }

  .closing p,
  .final-cta h2,
  .cta-copy h2,
  .cta h2 {
    max-width: 330px;
    font-size: var(--orion-type-closing);
  }

  .follow h2 {
    max-width: 340px;
    font-size: var(--orion-type-section-compact);
  }

  .management-intro h2 {
    max-width: 330px;
    text-wrap: balance;
  }

  .management .management-list {
    margin-top: 24px;
  }

  .page-hero p,
  .hero p,
  .commercial-hero p,
  .section-copy p,
  .scope-copy p,
  .solution-copy p,
  .story-copy p,
  .chapter-copy p,
  .presence-copy p,
  .cta-copy p,
  .final-cta p,
  .closing-copy p,
  .area-item p,
  .benefit p {
    width: 100%;
    max-width: min(var(--orion-width-body), 100%);
  }

  .photo-placeholder span {
    max-width: calc(100% - 72px);
    font-size: 8px;
    letter-spacing: 0.12em;
    overflow-wrap: anywhere;
  }
}
