html[data-editorial-candidate="lote-6g-corporativo"] .corporate-hero,
html[data-editorial-candidate="lote-6g-corporativo"] .site-menu {
  --ink: #080605;
  --paper: #f6efe4;
  --paper-soft: rgba(246, 239, 228, .82);
  --gold: #d59a2b;
  --gold-bright: #efbd56;
  --wine: #43070d;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
  color: var(--paper);
  font-family: "Source Sans 3", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 16px;
  left: 16px;
  padding: 11px 15px;
  border-radius: 4px;
  background: var(--paper);
  color: #160607;
  font: 700 13px/1 Oswald, Arial, sans-serif;
  letter-spacing: .05em;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}

.site-menu {
  --menu-height: 64px;
  position: fixed;
  z-index: 1200;
  inset: 0 0 auto;
  height: var(--menu-height);
  color: var(--paper);
  transition: opacity 180ms ease, transform 220ms ease;
}

.js .site-menu:not(.is-condensed):not(.is-open) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.js .site-menu:not(.is-condensed):not(.is-open):focus-within {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-menu__bar {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--menu-height);
  padding: 0 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border-bottom: 1px solid rgba(213, 154, 43, .28);
  background: linear-gradient(180deg, rgba(8, 4, 4, .98), rgba(28, 4, 8, .94));
  box-shadow: 0 14px 40px rgba(0, 0, 0, .25);
}

@supports ((-webkit-backdrop-filter: blur(14px)) or (backdrop-filter: blur(14px))) {
  .site-menu__bar {
    background: linear-gradient(180deg, rgba(8, 4, 4, .93), rgba(28, 4, 8, .88));
    -webkit-backdrop-filter: blur(14px) saturate(118%);
    backdrop-filter: blur(14px) saturate(118%);
  }
}

.site-menu__brand {
  justify-self: start;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #f4eadc;
  font: 500 15px/1 "Playfair Display", Georgia, serif;
  letter-spacing: .04em;
  text-decoration: none;
}

.site-menu__brand img {
  width: 34px;
  height: auto;
}

/*
 * A Home oculta a marca no topo porque o Hero original ja a apresenta.
 * Nesta rota, a identidade do menu precisa existir desde o primeiro frame.
 */
html.menu-responsive-lab .site-menu__brand {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.site-menu__toggle {
  min-width: 88px;
  min-height: 44px;
  padding: 0 13px 0 15px;
  border: 1px solid rgba(213, 154, 43, .66);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: rgba(24, 4, 7, .78);
  color: var(--paper);
  font: 600 11px/1 Oswald, Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-menu__toggle-lines {
  position: relative;
  width: 18px;
  height: 13px;
}

.site-menu__toggle-lines > span {
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background: var(--gold-bright);
  transform-origin: center;
  transition: top 180ms ease, transform 180ms ease;
}

.site-menu__toggle-lines > span:first-child {
  top: 3px;
}

.site-menu__toggle-lines > span:last-child {
  top: 10px;
}

.site-menu.is-open .site-menu__toggle-lines > span:first-child {
  top: 6px;
  transform: rotate(45deg);
}

.site-menu.is-open .site-menu__toggle-lines > span:last-child {
  top: 6px;
  transform: rotate(-45deg);
}

.site-menu__panel {
  position: fixed;
  z-index: 1;
  inset: 0;
  min-height: 100dvh;
  padding: 92px 22px max(26px, env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 94% 7%, rgba(213, 154, 43, .18), transparent 30%),
    radial-gradient(circle at 4% 84%, rgba(174, 20, 31, .24), transparent 35%),
    linear-gradient(145deg, #130306 0%, #31070c 55%, #110204 100%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-14px);
  transition: opacity 200ms ease, visibility 200ms ease, transform 240ms ease;
}

.site-menu.is-open {
  height: 100dvh;
}

.site-menu.is-open .site-menu__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-menu__links {
  width: min(100%, 520px);
  margin: 0;
  padding: clamp(26px, 8vh, 70px) 0 0;
  list-style: none;
}

.site-menu__links li {
  border-bottom: 1px solid rgba(244, 234, 220, .15);
}

.site-menu__links a {
  min-height: 62px;
  padding: 7px 2px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: var(--paper);
  text-decoration: none;
}

.site-menu__links a > span {
  color: var(--gold-bright);
  font: 500 9px/1 Oswald, Arial, sans-serif;
  letter-spacing: .16em;
}

.site-menu__links a > strong {
  font: 500 clamp(1.65rem, 7.8vw, 2.55rem)/.95 "Playfair Display", Georgia, serif;
  letter-spacing: -.025em;
}

.site-menu__links a:hover > strong,
.site-menu__links a:focus-visible > strong,
.site-menu__links a[aria-current] > strong {
  color: var(--gold-bright);
}

.site-menu__cta {
  margin-top: 18px;
  border-bottom: 0 !important;
}

.site-menu__cta a {
  min-height: 58px;
  padding-inline: 16px;
  border: 1px solid rgba(232, 183, 91, .76);
  border-radius: 5px;
  background: linear-gradient(105deg, #2d0308 0%, #570810 49%, #801118 100%);
}

.site-menu__cta a > strong {
  font: 650 1rem/1 Oswald, Arial, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.site-menu-locked {
  overflow: hidden;
}

.corporate-hero {
  position: relative;
  isolation: isolate;
  min-height: max(720px, 100svh);
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 22%, rgba(104, 8, 19, .28), transparent 32%),
    #050403;
}

.corporate-hero__media,
.corporate-hero__shade {
  position: absolute;
  inset: 0;
}

.corporate-hero__media {
  z-index: -3;
}

.corporate-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #050403;
}

.corporate-hero__shade {
  z-index: -2;
  pointer-events: none;
  background: none;
}

.corporate-hero__frame {
  position: relative;
  width: 100%;
  min-height: max(720px, 100svh);
  margin-inline: auto;
}

.corporate-hero__copy {
  position: absolute;
  top: calc(72px + clamp(20px, 2.2svh, 28px));
  left: 9.7%;
  width: 41.5%;
  max-width: 720px;
}

.corporate-hero__eyebrow {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--gold-bright);
  font: 600 clamp(11.5px, .8vw, 13.5px)/1 Oswald, Arial, sans-serif;
  letter-spacing: .56em;
  text-transform: uppercase;
  white-space: nowrap;
}

.corporate-hero__eyebrow::after {
  content: "";
  width: min(20vw, 320px);
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 189, 86, .9), rgba(239, 189, 86, .15));
}

.corporate-hero__eyebrow span {
  display: inline-flex;
  align-items: center;
}

.corporate-hero__eyebrow span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 9px;
  height: 9px;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
}

.corporate-hero h1 {
  margin: clamp(33px, 3.85svh, 43px) 0 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.047em;
  text-wrap: balance;
}

.corporate-hero__title-main,
.corporate-hero__title-main > span,
.corporate-hero__title-accent,
.corporate-hero__title-accent > span {
  display: block;
}

.corporate-hero__title-main {
  color: var(--paper);
  font-size: clamp(68px, min(6.2vw, 10.75svh), 108px);
  line-height: .9;
  text-shadow: 0 12px 32px rgba(0, 0, 0, .45);
}

.corporate-hero__title-accent {
  margin-top: clamp(11px, 1.55svh, 18px);
  padding-bottom: .08em;
  color: #bb8624;
  font-size: clamp(38px, min(3.15vw, 5.9svh), 53px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.035em;
  text-shadow: 0 6px 26px rgba(0, 0, 0, .56);
}

.corporate-hero__rule {
  width: clamp(82px, 7.1vw, 119px);
  height: 1px;
  margin-top: clamp(17px, 2.2svh, 23px);
  display: block;
  background: linear-gradient(90deg, var(--gold-bright), rgba(239, 189, 86, .12));
}

.corporate-hero__body {
  width: min(100%, 590px);
  margin-top: clamp(16px, 1.9svh, 20px);
}

.corporate-hero__body p {
  margin: 0;
  color: rgba(250, 245, 236, .94);
  font: 400 clamp(16px, min(1.08vw, 2.15svh), 18.5px)/1.46 "Source Sans 3", Arial, sans-serif;
  letter-spacing: -.008em;
  text-wrap: pretty;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .85);
}

.corporate-hero__body p + p {
  margin-top: clamp(16px, 2.05svh, 21px);
}

.corporate-hero__actions {
  margin-top: clamp(21px, 2.45svh, 26px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.corporate-hero__button {
  position: relative;
  min-height: clamp(56px, 6.05svh, 58px);
  padding: 0 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  font: 700 clamp(13.5px, .82vw, 14.5px)/1 Oswald, Arial, sans-serif;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 200ms var(--ease), border-color 200ms var(--ease), background-color 200ms var(--ease), box-shadow 200ms var(--ease);
}

.corporate-hero__button:hover {
  transform: translateY(-2px);
}

.corporate-hero__button:active {
  transform: translateY(1px);
}

.corporate-hero__button svg {
  position: absolute;
  top: 50%;
  right: clamp(20px, 1.35vw, 23px);
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  transform: translateY(-50%);
}

.corporate-hero__button--primary {
  width: clamp(270px, 17.5vw, 292px);
  border: 1px solid rgba(255, 225, 151, .88);
  background:
    radial-gradient(140% 190% at 8% -45%, rgba(255, 248, 211, .72) 0%, rgba(255, 248, 211, 0) 52%),
    radial-gradient(110% 175% at 100% 125%, rgba(112, 45, 4, .34) 0%, rgba(112, 45, 4, 0) 58%),
    linear-gradient(105deg, rgba(255, 255, 255, .13) 0%, rgba(255, 255, 255, 0) 35%, rgba(101, 35, 3, .11) 67%, rgba(255, 255, 255, .08) 100%),
    linear-gradient(180deg, #f3c76d 0%, #e2a547 52%, #cf8734 100%);
  box-shadow:
    0 14px 34px rgba(211, 132, 34, .24),
    inset 0 1px 0 rgba(255, 251, 224, .48),
    inset 0 -1px 0 rgba(103, 42, 4, .24),
    inset 0 0 22px rgba(255, 222, 143, .18);
  color: #160b05;
  text-shadow: 0 1px 0 rgba(255, 232, 174, .26);
}

.corporate-hero__button--primary svg {
  fill: currentColor;
}

.corporate-hero__button--secondary {
  width: clamp(258px, 16.3vw, 272px);
  border: 1px solid rgba(211, 153, 48, .9);
  background:
    radial-gradient(100% 145% at 50% 40%, rgba(83, 12, 16, .52) 0%, rgba(38, 5, 8, .55) 48%, rgba(9, 3, 3, .82) 100%),
    linear-gradient(180deg, rgba(48, 8, 10, .72) 0%, rgba(12, 3, 3, .9) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 220, 141, .13),
    inset 0 0 24px rgba(126, 27, 18, .24),
    inset 0 -1px 0 rgba(111, 55, 12, .22),
    0 11px 28px rgba(0, 0, 0, .24);
  color: var(--paper);
}

.corporate-hero__button--secondary svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--gold-bright);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.corporate-hero__identity {
  position: absolute;
  left: 9.55%;
  bottom: 5.25%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--gold-bright);
  text-decoration: none;
}

.corporate-hero__identity img {
  width: clamp(46px, 3.4vw, 56px);
  height: auto;
}

.corporate-hero__identity > span {
  font: 500 clamp(10.5px, .74vw, 12.5px)/1.35 Oswald, Arial, sans-serif;
  letter-spacing: .33em;
  text-transform: uppercase;
  white-space: nowrap;
}

.corporate-hero__identity i,
.corporate-hero__scope i {
  font-style: normal;
}

.corporate-hero__scope {
  position: absolute;
  right: 4.55%;
  bottom: 4.65%;
  width: min(35%, 575px);
  color: var(--paper);
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .85);
}

.corporate-hero__scope::after {
  content: "";
  width: 54px;
  height: 1px;
  margin-top: 10px;
  display: block;
  background: linear-gradient(90deg, var(--gold-bright), transparent);
}

.corporate-hero__scope p {
  margin: 0;
}

.corporate-hero__scope p:first-child {
  margin-bottom: 12px;
  color: var(--gold-bright);
  font: 600 clamp(11px, .8vw, 13.5px)/1 Oswald, Arial, sans-serif;
  letter-spacing: .3em;
}

.corporate-hero__scope p:last-child {
  font: 400 clamp(10px, .72vw, 12px)/1.45 Oswald, Arial, sans-serif;
  letter-spacing: .34em;
  white-space: nowrap;
}

.corporate-hero__scope p:last-child::after {
  content: "\2726";
  margin-left: 18px;
  color: var(--gold-bright);
  font-size: 1.15em;
}

@media (max-width: 1500px) and (min-aspect-ratio: 1.45 / 1) {
  .corporate-hero__copy {
    left: 7.8%;
    width: 41%;
  }

  .corporate-hero__identity {
    left: 7.7%;
  }

  .corporate-hero__scope {
    right: 3.5%;
    width: 40%;
  }
}

@media (max-width: 1099px), (max-aspect-ratio: 1.449 / 1) {
  .corporate-hero {
    min-height: 0;
    overflow: clip;
  }

  .corporate-hero__media {
    inset: 0 0 auto;
    height: clamp(510px, 64svh, 680px);
  }

  .corporate-hero__media img {
    object-position: 68% center;
  }

  .corporate-hero__shade {
    background:
      linear-gradient(180deg, rgba(2, 2, 2, .1) 0%, rgba(3, 2, 2, .02) 38%, rgba(5, 4, 3, .8) 68%, #050403 88%, #050403 100%),
      linear-gradient(90deg, rgba(2, 2, 2, .42), transparent 52%);
  }

  .corporate-hero__frame {
    width: 100%;
    min-height: 0;
    padding: min(43svh, 420px) clamp(22px, 5.5vw, 54px) max(34px, env(safe-area-inset-bottom));
  }

  .corporate-hero__copy,
  .corporate-hero__identity,
  .corporate-hero__scope {
    position: relative;
    inset: auto;
  }

  .corporate-hero__copy {
    width: min(100%, 690px);
    max-width: none;
  }

  .corporate-hero__eyebrow {
    font-size: clamp(11px, 1.7vw, 13px);
  }

  .corporate-hero__eyebrow::after {
    width: min(32vw, 250px);
  }

  .corporate-hero h1 {
    margin-top: clamp(25px, 4vw, 34px);
  }

  .corporate-hero__title-main {
    font-size: clamp(50px, 9vw, 72px);
  }

  .corporate-hero__title-accent {
    font-size: clamp(33px, 5.8vw, 46px);
  }

  .corporate-hero__body {
    width: min(100%, 580px);
  }

  .corporate-hero__body p {
    font-size: clamp(16.5px, 2.2vw, 17.5px);
  }

  .corporate-hero__identity {
    margin-top: clamp(36px, 6vw, 56px);
  }

  .corporate-hero__scope {
    width: min(100%, 650px);
    margin-top: clamp(30px, 5vw, 48px);
  }

  .corporate-hero__scope p:first-child {
    font-size: clamp(11px, 1.8vw, 13px);
  }

  .corporate-hero__scope p:last-child {
    font-size: clamp(10px, 1.55vw, 12px);
    white-space: normal;
  }
}

@media (min-width: 720px) and (max-width: 1099px) {
  .corporate-hero__actions {
    width: min(100%, 640px);
  }

  .corporate-hero__button {
    flex: 1 1 0;
  }
}

@media (max-width: 719px) {
  .corporate-hero {
    background: #050403;
  }

  .corporate-hero__frame {
    padding-top: clamp(374px, 104vw, 448px);
    padding-inline: clamp(18px, 5.2vw, 26px);
  }

  .corporate-hero__media {
    width: 100%;
    height: auto;
    aspect-ratio: 941 / 1672;
  }

  .corporate-hero__media img {
    object-fit: cover;
    object-position: center top;
  }

  .corporate-hero__shade {
    inset: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 941 / 1672;
    background: linear-gradient(180deg, transparent 0%, transparent 51%, rgba(5, 4, 3, .2) 64%, rgba(5, 4, 3, .88) 86%, #050403 100%);
  }

  .corporate-hero__eyebrow {
    gap: 14px;
    letter-spacing: .26em;
  }

  .corporate-hero__eyebrow::after {
    flex: 1 1 auto;
    width: auto;
  }

  .corporate-hero__eyebrow span {
    gap: 10px;
  }

  .corporate-hero__eyebrow span::after {
    display: none;
  }

  .corporate-hero__title-main {
    font-size: clamp(52px, 14vw, 61px);
    line-height: .94;
  }

  .corporate-hero__title-accent {
    font-size: clamp(32px, 9.1vw, 38px);
    line-height: 1.12;
  }

  .corporate-hero__body {
    width: 100%;
  }

  .corporate-hero__body p {
    font-size: 17px;
    line-height: 1.5;
  }

  .corporate-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .corporate-hero__button,
  .corporate-hero__button--primary,
  .corporate-hero__button--secondary {
    width: 100%;
    min-height: 58px;
    font-size: 13.5px;
  }

  .corporate-hero__identity {
    align-items: center;
    gap: 14px;
  }

  .corporate-hero__identity > span {
    font-size: 10.5px;
    letter-spacing: .24em;
    white-space: normal;
  }

  .corporate-hero__scope p:first-child {
    letter-spacing: .25em;
  }

  .corporate-hero__scope p:last-child {
    max-width: 350px;
    letter-spacing: .19em;
    line-height: 1.65;
  }
}

@media (min-width: 1100px) {
  .site-menu {
    --menu-height: 72px;
  }

  .site-menu__bar {
    padding-inline: clamp(28px, 3.6vw, 124px);
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .site-menu__brand img {
    width: 36px;
  }

  .site-menu__toggle {
    display: none;
  }

  .site-menu__panel {
    position: static;
    min-height: 0;
    padding: 0;
    overflow: visible;
    justify-self: end;
    background: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-menu__links {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 1.75vw, 34px);
    padding: 0;
  }

  .site-menu__links li {
    border: 0;
  }

  .site-menu__links a {
    position: relative;
    min-height: 44px;
    padding: 0;
    display: inline-flex;
    gap: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .9);
  }

  .site-menu__links a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    background: var(--gold-bright);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
  }

  .site-menu__links a:hover::after,
  .site-menu__links a:focus-visible::after,
  .site-menu__links a[aria-current]::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .site-menu__links a > span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .site-menu__links a > strong {
    color: inherit;
    font: 600 clamp(.68rem, .68vw, .8rem)/1 Oswald, Arial, sans-serif;
    letter-spacing: .13em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .site-menu__cta {
    margin: 0 0 0 4px;
  }

  .site-menu__cta a {
    min-height: 42px;
    padding: 0 clamp(16px, 1.3vw, 24px);
  }

  .site-menu__cta a::after {
    display: none;
  }

  .site-menu__cta a > strong {
    font-size: clamp(.68rem, .7vw, .8rem);
  }
}

/*
 * Ultrawide: preserva o enquadramento 16:9 da arte pela altura da tela.
 * As laterais passam a ser extensão escura da composição, sem ampliar nem
 * cortar a artista para preencher uma proporção mais larga que a imagem.
 */
@media (min-width: 1800px) and (min-aspect-ratio: 2 / 1) {
  .corporate-hero__media {
    overflow: hidden;
    background:
      radial-gradient(circle at 54% 35%, rgba(104, 8, 19, .2), transparent 38%),
      #050403;
  }

  .corporate-hero__media img {
    position: absolute;
    top: 0;
    left: 54.5%;
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  }

  .corporate-hero__copy {
    left: 17.22svh;
  }

  .corporate-hero__identity {
    left: 17.04svh;
  }

  .corporate-hero__scope {
    right: 8.05svh;
  }
}

/*
 * Ultrawide alto e 4K: escala a interface pela altura útil para manter a
 * mesma presença percebida da composição canônica em 1920x1080.
 */
@media (min-width: 2200px) and (min-height: 1200px) {
  .site-menu {
    --menu-height: 6.6667svh;
  }

  .site-menu__bar {
    padding-inline: 11.48svh;
    grid-template-columns: 15.75svh minmax(0, 1fr);
  }

  .site-menu__brand {
    min-height: 4.075svh;
    gap: .83svh;
    font-size: 1.39svh;
  }

  .site-menu__brand img {
    width: 3.333svh;
  }

  .site-menu__links {
    gap: 3.15svh;
  }

  .site-menu__links a {
    min-height: 4.075svh;
  }

  .site-menu__links a > strong,
  .site-menu__cta a > strong {
    font-size: 1.185svh;
  }

  .site-menu__cta {
    margin-left: .37svh;
  }

  .site-menu__cta a {
    min-height: 3.89svh;
    padding-inline: 2.22svh;
  }

  .corporate-hero__copy {
    top: 9.26svh;
    width: 41.5%;
    max-width: 66.67svh;
  }

  .corporate-hero__eyebrow {
    gap: 2.22svh;
    font-size: 1.25svh;
  }

  .corporate-hero__eyebrow::after {
    width: 29.63svh;
  }

  .corporate-hero__eyebrow span::after {
    top: .185svh;
    width: .83svh;
    height: .83svh;
  }

  .corporate-hero h1 {
    margin-top: 3.98svh;
  }

  .corporate-hero__title-main {
    font-size: 10svh;
  }

  .corporate-hero__title-accent {
    margin-top: 1.48svh;
    font-size: 4.91svh;
  }

  .corporate-hero__rule {
    width: 11.02svh;
    margin-top: 2.13svh;
  }

  .corporate-hero__body {
    width: 54.63svh;
    margin-top: 1.85svh;
  }

  .corporate-hero__body p {
    font-size: 1.71svh;
  }

  .corporate-hero__body p + p {
    margin-top: 1.94svh;
  }

  .corporate-hero__actions {
    margin-top: 2.41svh;
    gap: 3.15svh;
  }

  .corporate-hero__button {
    min-height: 5.37svh;
    padding-inline: 4.81svh;
    font-size: 1.34svh;
  }

  .corporate-hero__button svg {
    right: 2.13svh;
    width: 1.67svh;
    height: 1.67svh;
  }

  .corporate-hero__button--primary {
    width: 27.04svh;
  }

  .corporate-hero__button--secondary {
    width: 25.19svh;
  }

  .corporate-hero__button--secondary svg {
    width: 2.22svh;
    height: 2.22svh;
  }

  .corporate-hero__identity {
    min-height: 4.81svh;
    gap: 1.67svh;
  }

  .corporate-hero__identity img {
    width: 5.19svh;
  }

  .corporate-hero__identity > span {
    font-size: 1.16svh;
  }

  .corporate-hero__scope {
    width: 35%;
    max-width: 53.24svh;
  }

  .corporate-hero__scope::after {
    width: 5svh;
    margin-top: .93svh;
  }

  .corporate-hero__scope p:first-child {
    margin-bottom: 1.11svh;
    font-size: 1.25svh;
  }

  .corporate-hero__scope p:last-child {
    font-size: 1.11svh;
  }

  .corporate-hero__scope p:last-child::after {
    margin-left: 1.67svh;
  }
}

@media (max-height: 780px) and (min-width: 1100px) {
  .corporate-hero h1 {
    margin-top: 22px;
  }

  .corporate-hero__title-main {
    font-size: clamp(60px, min(5vw, 9.25svh), 78px);
  }

  .corporate-hero__title-accent {
    margin-top: 8px;
    font-size: clamp(29px, min(2.5vw, 4.85svh), 38px);
  }

  .corporate-hero__rule {
    margin-top: 16px;
  }

  .corporate-hero__body {
    margin-top: 14px;
  }

  .corporate-hero__body p + p {
    margin-top: 15px;
  }

  .corporate-hero__actions {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
