/* Base e acessibilidade */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-white); color: var(--color-text); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, p, figure { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; background: var(--color-white); color: var(--brand-blue-900); font-weight: 700; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--brand-yellow-400); outline-offset: 4px; }
h1, h2, h3 { color: var(--brand-blue-900); font-family: var(--font-display); font-weight: 800; letter-spacing: -.025em; line-height: .95; text-transform: uppercase; }
h2 { font-size: clamp(2.375rem, 6vw, 3.375rem); }
h3 { font-size: clamp(1.625rem, 3vw, 1.875rem); }
h1 em, h2 em, .manifesto__text em { color: var(--brand-yellow-500); font-style: italic; }
.eyebrow { margin-bottom: var(--space-2); color: var(--brand-blue-700); font-family: var(--font-display); font-size: 1.125rem; font-weight: 800; letter-spacing: .07em; line-height: 1; text-transform: uppercase; }
.eyebrow--light { color: var(--color-white); }

/* Botoes */
.btn { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; border: 2px solid var(--brand-yellow-500); border-radius: var(--radius-sm); padding: .875rem 1.5rem; background: var(--brand-yellow-500); color: var(--brand-blue-900); font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; line-height: 1; text-decoration: none; text-transform: uppercase; transition: background var(--transition), border-color var(--transition), transform var(--transition); }
.btn:hover { background: var(--brand-yellow-400); border-color: var(--brand-yellow-400); transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--small { min-height: 2.75rem; padding: .7rem 1rem; font-size: 1rem; }
.btn--blue { border-color: var(--brand-blue-800); background: var(--brand-blue-800); color: var(--color-white); }
.btn--blue:hover { border-color: var(--brand-blue-700); background: var(--brand-blue-700); }

/* Cabecalho */
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgb(255 255 255 / 16%); color: var(--color-white); }
.site-header__inner { display: flex; min-height: 5.25rem; align-items: center; justify-content: space-between; gap: var(--space-4); }
.brand { display: inline-flex; flex-direction: column; flex: 0 0 auto; font-family: var(--font-display); line-height: .9; text-decoration: none; text-transform: uppercase; }
.brand__name { font-size: 1.65rem; font-style: italic; font-weight: 800; }
.brand__role { margin-top: .35rem; color: var(--brand-yellow-400); font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2rem); margin-left: auto; }
.site-nav a { font-size: .875rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--brand-yellow-400); }

/* Hero */
.hero { position: relative; min-height: 48rem; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgb(18 100 180 / 30%), transparent 42%), linear-gradient(135deg, var(--brand-blue-700) 0%, var(--brand-blue-800) 50%, var(--brand-blue-900) 100%); color: var(--color-white); }
.hero::after { position: absolute; right: -12rem; bottom: -24rem; width: 43rem; height: 43rem; border: 5rem solid rgb(255 255 255 / 4%); border-radius: 50%; content: ""; }
.hero__shape { position: absolute; inset: 0 auto 0 56%; width: 14rem; background: rgb(255 255 255 / 4%); clip-path: polygon(42% 0, 100% 0, 58% 100%, 0 100%); }
.hero__content { position: relative; z-index: 1; display: grid; min-height: 48rem; grid-template-columns: minmax(0, 1.05fr) minmax(22rem, .95fr); align-items: end; gap: var(--space-4); padding-top: 9.5rem; }
.hero__copy { align-self: center; max-width: 43rem; padding-block: 4rem 7rem; }
.hero__title { max-width: 10ch; color: var(--color-white); font-size: clamp(3.75rem, 8vw, 5.5rem); }
.hero__lead { max-width: 35rem; margin-top: var(--space-3); color: rgb(255 255 255 / 82%); font-size: clamp(1.0625rem, 2vw, 1.25rem); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-3); margin-top: var(--space-4); }
.text-link { color: var(--color-white); font-weight: 700; text-underline-offset: .35rem; }
.text-link:hover { color: var(--brand-yellow-400); }
.hero__portrait { position: relative; display: flex; height: 39rem; align-items: end; justify-content: center; }
.hero__portrait img { position: relative; z-index: 2; width: min(43rem, 130%); max-width: none; height: auto; filter: drop-shadow(0 1rem 1rem rgb(0 0 0 / 15%)); }
.hero__number-label, .hero__number { position: absolute; z-index: 3; right: 0; color: var(--brand-yellow-400); font-family: var(--font-display); font-weight: 800; line-height: .8; text-transform: uppercase; }
.hero__number-label { bottom: 8.75rem; font-size: 1rem; letter-spacing: .16em; }
.hero__number { bottom: 3rem; font-size: clamp(4rem, 8vw, 6rem); letter-spacing: -.06em; }

/* Quem e */
.about { padding-block: clamp(5rem, 10vw, 8rem); background: var(--color-surface); }
.about__grid { display: grid; grid-template-columns: minmax(18rem, .8fr) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.about__photo { position: relative; }
.about__photo::before { position: absolute; inset: -1rem 1.5rem 1.5rem -1rem; z-index: 0; border: 3px solid var(--brand-yellow-500); content: ""; }
.about__photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; filter: saturate(.9) contrast(1.03); }
.about__photo figcaption { position: absolute; z-index: 2; right: -1.5rem; bottom: -1.5rem; display: flex; width: 9.5rem; min-height: 8.5rem; flex-direction: column; justify-content: center; padding: 1.25rem; background: var(--brand-blue-900); color: var(--brand-yellow-400); font-family: var(--font-display); font-size: 3rem; font-weight: 800; line-height: .8; }
.about__photo figcaption span { margin-top: .75rem; color: var(--color-white); font-family: var(--font-body); font-size: .75rem; font-weight: 700; line-height: 1.3; text-transform: uppercase; }
.about__content h2 { max-width: 12ch; }
.about__content > p:not(.eyebrow) { max-width: 42rem; margin-top: var(--space-3); color: var(--color-text-muted); font-size: 1.0625rem; }
.about__content .btn { margin-top: var(--space-4); }

/* Compromissos */
.commitments { padding-block: clamp(5rem, 10vw, 8rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(16rem, .55fr); align-items: end; gap: var(--space-5); }
.section-heading h2 { max-width: 13ch; }
.section-heading > p { color: var(--color-text-muted); font-size: 1.0625rem; }
.commitments__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: var(--space-5); border-top: 1px solid var(--color-border); border-left: 1px solid var(--color-border); }
.commitment { position: relative; min-height: 19rem; padding: clamp(2rem, 5vw, 3rem); border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: var(--color-white); }
.commitment::before { position: absolute; inset: 0 auto 0 0; width: .3rem; background: var(--brand-yellow-500); content: ""; transform: scaleY(0); transform-origin: bottom; transition: transform var(--transition); }
.commitment:hover::before { transform: scaleY(1); }
.commitment__index { display: block; margin-bottom: var(--space-5); color: var(--brand-yellow-500); font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; }
.commitment h3 { max-width: 14ch; }
.commitment p { max-width: 34rem; margin-top: var(--space-2); color: var(--color-text-muted); }

/* Manifesto */
.manifesto { position: relative; overflow: hidden; padding-block: clamp(5rem, 12vw, 8rem); background: var(--brand-blue-900); }
.manifesto::after { position: absolute; top: -14rem; right: -6rem; width: 36rem; height: 36rem; border: 5rem solid rgb(18 100 180 / 24%); border-radius: 50%; content: ""; }
.manifesto__inner { position: relative; z-index: 1; }
.manifesto__text { max-width: 12ch; color: var(--color-white); font-family: var(--font-display); font-size: clamp(4rem, 10vw, 7.5rem); font-style: italic; font-weight: 800; letter-spacing: -.025em; line-height: .82; text-transform: uppercase; }

/* Redes e contato */
.social-feed { padding-block: clamp(5rem, 10vw, 8rem); background: var(--color-surface); }
.social-feed__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(19rem, .6fr); align-items: stretch; gap: clamp(3rem, 8vw, 7rem); }
.social-feed__content h2 { max-width: 12ch; }
.social-feed__content > p:not(.eyebrow) { max-width: 37rem; margin-top: var(--space-3); color: var(--color-text-muted); font-size: 1.0625rem; }
.social-list { max-width: 40rem; margin-top: var(--space-4); border-top: 1px solid var(--color-border); }
.social-list a { display: grid; grid-template-columns: 7rem 1fr auto; align-items: center; gap: var(--space-2); min-height: 4.75rem; border-bottom: 1px solid var(--color-border); text-decoration: none; transition: color var(--transition), padding var(--transition); }
.social-list a > span:first-child { color: var(--color-text-muted); font-size: .8125rem; font-weight: 700; text-transform: uppercase; }
.social-list a strong { color: var(--brand-blue-900); }
.social-list a:hover { padding-left: .5rem; color: var(--brand-blue-700); }
.contact-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 5vw, 3.5rem); background: var(--brand-blue-800); color: var(--color-white); }
.contact-card__label { margin-bottom: var(--space-3); color: var(--brand-yellow-400); font-family: var(--font-display); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-card h3 { max-width: 12ch; color: var(--color-white); }
.contact-card > p:not(.contact-card__label) { margin-top: var(--space-2); color: rgb(255 255 255 / 78%); }
.contact-card .btn { width: 100%; margin-top: var(--space-4); }
.contact-card__phone { width: 100%; margin-top: var(--space-2); color: var(--color-white); font-size: .875rem; text-align: center; text-underline-offset: .25rem; }

/* Rodape */
.site-footer { padding-block: var(--space-5); background: var(--brand-blue-900); color: var(--color-white); }
.site-footer__main { display: flex; align-items: end; justify-content: space-between; gap: var(--space-4); }
.brand--footer { color: var(--color-white); }
.site-footer p { color: rgb(255 255 255 / 68%); font-size: .75rem; text-align: right; }
.digimax-strip { padding-block: .75rem; background: var(--brand-yellow-500); color: var(--brand-blue-900); }
.digimax-strip .wrap { display: flex; justify-content: center; }
.digimax-credit { display: inline-flex; align-items: center; gap: .75rem; font-size: .75rem; font-weight: 700; line-height: 1; text-decoration: none; }
.digimax-credit img { width: 2rem; height: 2rem; }

@media (max-width: 56rem) {
  .site-nav { display: none; }
  .hero, .hero__content { min-height: 45rem; }
  .hero__content { grid-template-columns: minmax(0, 1fr) minmax(16rem, .8fr); }
  .hero__portrait { height: 34rem; }
  .hero__number-label, .hero__number { right: auto; left: 0; }
  .about__grid { gap: 4rem; }
}

@media (max-width: 42rem) {
  .site-header__inner { min-height: 4.5rem; }
  .site-header .btn { display: none; }
  .brand__name { font-size: 1.4rem; }
  .hero { min-height: auto; }
  .hero__content { display: flex; min-height: auto; flex-direction: column; gap: 0; padding-top: 7.5rem; }
  .hero__copy { width: 100%; padding-block: 2.5rem 1rem; }
  .hero__title { font-size: clamp(3.25rem, 16vw, 4.5rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__portrait { width: 100%; height: 25rem; }
  .hero__portrait img { width: 32rem; }
  .hero__number-label { bottom: 6rem; }
  .hero__number { bottom: 1.75rem; font-size: 4rem; }
  .about__grid, .section-heading, .social-feed__grid { grid-template-columns: 1fr; }
  .about__photo { margin: 0 1rem 1.5rem; }
  .about__photo figcaption { right: -1rem; }
  .about__content h2, .section-heading h2, .social-feed__content h2 { max-width: none; }
  .commitments__grid { grid-template-columns: 1fr; }
  .commitment { min-height: 0; }
  .social-list a { grid-template-columns: 5.5rem 1fr auto; }
  .site-footer__main { align-items: flex-start; flex-direction: column; }
  .site-footer p { text-align: left; }
}

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