/* --- CARREGAMENTO DE FONTES LOCAIS --- */

@font-face {
  font-family: 'Avenir Light';
  src: url('../fonts/Avenir Light/Avenir Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Light';
  src: url('../fonts/Avenir Light/Avenir Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/BodoniModa/static/BodoniModa_18pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/BodoniModa/static/BodoniModa_18pt-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/BodoniModa/static/BodoniModa_18pt-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/BodoniModa/static/BodoniModa_18pt-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* --- VARIÁVEIS E BASE --- */

:root {
  --onanga-cream: #f3ede4;
  --onanga-cream-deep: #ebe1d4;
  --onanga-olive: #8a8263;
  --onanga-olive-deep: #756c50;
  --onanga-ink: #5d5644;
  --onanga-ink-soft: rgba(93, 86, 68, 0.88);
  --onanga-light-ink: #f3ede4;
  --onanga-rule: rgba(93, 86, 68, 0.16);
  --onanga-rule-light: rgba(243, 237, 228, 0.28);
  --onanga-container: 1240px;
  --onanga-gutter: 48px;
  --onanga-section-pad: 108px;
  --onanga-section-pad-tight: 84px;
  --onanga-band-tall: 480px;
  --onanga-band-medium: 380px;
  --onanga-band-final: 420px;
  --onanga-shadow: 0 22px 48px rgba(62, 49, 34, 0.08);
  --onanga-serif: 'Bodoni Moda', Georgia, 'Times New Roman', serif;
  --onanga-sans: 'Avenir Light', 'Helvetica Neue', Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body.onanga-site {
  margin: 0;
  background: var(--onanga-cream);
  color: var(--onanga-ink);
  font-family: var(--onanga-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

:focus-visible {
  outline: 2px solid var(--onanga-olive);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 16px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 9999;
  text-decoration: none;
}

.skip-link:focus-visible {
  top: 16px;
}

.title-italic {
  font-style: italic;
}

.light-text {
  color: var(--onanga-cream);
}

.spacer-top-xsmall {
  margin-top: 16px;
}

.spacer-top-small {
  margin-top: 24px;
}

.spacer-top-medium {
  margin-top: 32px;
}

.spacer-top-large {
  margin-top: 56px;
}

.spacer-bottom-small {
  margin-bottom: 24px;
}

.spacer-bottom-medium {
  margin-bottom: 40px;
}

.footer-link {
  color: inherit;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.onanga-site .site-main {
  display: block;
  padding-top: 76px;
}

.onanga-site .site-container {
  width: min(var(--onanga-container), calc(100vw - (var(--onanga-gutter) * 2)));
  margin: 0 auto;
}

.onanga-site .site-header {
  background: var(--onanga-cream);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.onanga-site .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.onanga-site .site-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  color: var(--onanga-ink);
}

.onanga-site .site-header .site-logo img {
  display: block;
  height: 36px;
  width: auto;
}

.onanga-site .site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.onanga-site .site-nav__link {
  color: var(--onanga-ink-soft);
  text-decoration: none;
  font-family: var(--onanga-sans);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--onanga-ink);
  padding: 8px;
}

.onanga-site .hero-section {
  background: var(--onanga-cream);
  padding: 74px 0 54px;
  text-align: center;
}

.onanga-site .hero-section__inner {
  max-width: 940px;
  margin: 0 auto;
}

.onanga-site .hero-section__intro {
  margin: 0 auto 12px;
  max-width: 320px;
  color: var(--onanga-ink-soft);
  font-family: var(--onanga-serif);
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.onanga-site .hero-section__title {
  margin: 0;
  font-family: var(--onanga-serif);
  font-weight: 400;
  color: var(--onanga-olive);
  line-height: 0.84;
}

.onanga-site .hero-section__title-line {
  display: block;
}

.onanga-site .hero-section__title-line--main {
  font-size: clamp(112px, 12.4vw, 176px);
  letter-spacing: 0.03em;
}

.onanga-site .hero-section__title-line--secondary {
  font-size: clamp(62px, 6.1vw, 86px);
  letter-spacing: 0.03em;
}

.onanga-site .hero-section__title-line--tertiary {
  margin-top: 14px;
  font-size: clamp(22px, 2vw, 24px);
  letter-spacing: 0.01em;
  line-height: 1;
}

.onanga-site .hero-section__copy {
  margin: 18px auto 0;
  max-width: 720px;
  color: var(--onanga-ink-soft);
  font-family: var(--onanga-sans);
  font-size: 15px;
  line-height: 1.45;
}

/* --- BANDAS DE IMAGEM --- */

.onanga-site .full-bleed-band {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: var(--onanga-cream-deep);
  --band-image: linear-gradient(150deg, #d9cdbc 0%, #c6b498 50%, #e5dbcf 100%);
}

.onanga-site .band-agave {
  height: var(--onanga-band-tall);
}

.onanga-site .band-panorama {
  height: var(--onanga-band-medium);
}

.onanga-site .band-final {
  height: var(--onanga-band-final);
}

.onanga-site .full-bleed-band__media {
  position: absolute;
  inset: -10% 0;
  background-image: var(--band-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  overflow: hidden;
}

.onanga-site .full-bleed-band__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onanga-site #intro-band .full-bleed-band__media {
  background-image: url('../../images/background/1.webp');
}

.onanga-site .full-bleed-band__bars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
  opacity: 0;
}

/* --- ABOUT --- */

.onanga-site .about-section {
  background: var(--onanga-cream);
  padding: 88px 0 100px;
}

.onanga-site .about-section__narrow {
  max-width: 840px;
}

.onanga-site .section-title {
  margin: 0;
  font-family: var(--onanga-serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.onanga-site .about-section__title {
  text-align: left;
  margin: 0 0 26px;
}

.onanga-site .about-section__columns {
  display: block;
}

.onanga-site .about-column--single,
.onanga-site .studies-column--single,
.onanga-site .studio-column--single {
  max-width: 100%;
}

.onanga-site .body-copy {
  margin: 0;
  color: var(--onanga-ink-soft);
  font-family: var(--onanga-serif);
  font-size: 18px;
  line-height: 1.5;
}

.onanga-site .body-copy--large {
  font-size: clamp(24px, 2.1vw, 28px);
  line-height: 1.28;
}

.onanga-site .body-copy--light {
  color: var(--onanga-light-ink);
}

.onanga-site .about-column .body-copy,
.onanga-site .studies-column .body-copy,
.onanga-site .studio-column .body-copy {
  text-align: left;
}

/* --- MISSÃO --- */

.onanga-site .mission-band {
  background: var(--onanga-olive);
  padding: 54px 0 70px;
  color: var(--onanga-cream);
}

.onanga-site .mission-band__narrow {
  max-width: 840px;
}

.onanga-site .mission-band__title {
  margin: 0 0 34px;
  max-width: none;
  font-family: var(--onanga-serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.onanga-site .mission-band__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.onanga-site .mission-band__item {
  padding: 36px 20px 18px;
  border-left: 1px solid var(--onanga-rule-light);
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onanga-site .mission-band__item:first-child {
  padding-left: 0;
  border-left: 0;
}

.onanga-site .mission-band__item-title {
  margin: 0;
  font-family: var(--onanga-serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: var(--onanga-cream);
  text-align: center;
}

.onanga-site .mission-band__copy {
  display: none;
}

/* --- COLLAGE --- */

.onanga-site .collage-section {
  background: var(--onanga-cream);
  padding: 48px 0 48px;
}

.onanga-site .section-overline {
  margin: 0 0 16px;
  color: var(--onanga-ink-soft);
  font-family: var(--onanga-serif);
  font-size: 18px;
  line-height: 1.2;
}

.onanga-site .section-overline.light-text {
  color: var(--onanga-cream);
}

.onanga-site .collage-section__board {
  position: relative;
  height: 760px;
}

.onanga-site .collage-section__item {
  position: absolute;
  background: linear-gradient(150deg, #dad0c1 0%, #c7b59b 52%, #e6ddd2 100%);
  box-shadow: var(--onanga-shadow);
  overflow: hidden;
}

.onanga-site .collage-section__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.18), transparent 28%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0 80%, rgba(98, 80, 55, 0.1) 80% 100%);
}

.onanga-site .collage-section__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onanga-site .collage-section__item--pottery {
  width: 276px;
  height: 276px;
  left: 18px;
  top: 54px;
}

.onanga-site .collage-section__item--woven {
  width: 332px;
  height: 402px;
  left: 364px;
  top: 18px;
}

.onanga-site .collage-section__item--portrait {
  width: 306px;
  height: 468px;
  right: 42px;
  top: 34px;
}

.onanga-site .collage-section__item--stone {
  width: 248px;
  height: 248px;
  left: 504px;
  bottom: 24px;
}

/* --- CENTRO DE ESTUDOS --- */

.onanga-site .studies-section {
  background: var(--onanga-olive);
  padding: 58px 0 82px;
  color: var(--onanga-cream);
}

.onanga-site .studies-section__narrow {
  max-width: 880px;
}

.onanga-site .studies-section__title {
  margin: 0 0 34px;
  font-family: var(--onanga-serif);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.onanga-site .studies-section__columns {
  display: block;
  margin-bottom: 0;
}

.onanga-site .studies-section__copy,
.onanga-site .studies-section__service-copy,
.onanga-site .support-band__copy,
.onanga-site .contact-footer__copy {
  color: var(--onanga-light-ink);
}

.onanga-site .studies-section__services-label {
  text-align: center;
}

.onanga-site .studies-section__services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 8px;
}

.onanga-site .studies-section__service {
  padding: 32px 26px 18px;
  border-left: 1px solid var(--onanga-rule-light);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
}

.onanga-site .studies-section__service:first-child {
  padding-left: 0;
  border-left: 0;
}

.onanga-site .service-title {
  margin: 0;
  font-family: var(--onanga-serif);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  color: var(--onanga-cream);
  text-align: center;
}

.onanga-site .studies-section__actions {
  margin-top: 22px;
  text-align: center;
}

.onanga-site .studies-section__projects-teaser {
  margin-top: 48px;
  text-align: center;
}

.onanga-site .studies-section__projects-title {
  margin: 0 0 22px;
  font-family: var(--onanga-serif);
  font-weight: 400;
  font-size: clamp(36px, 3vw, 54px);
  line-height: 1.08;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.08em;
  color: var(--onanga-cream);
}

/* --- ESTÚDIO --- */

.onanga-site .studio-section {
  background: var(--onanga-cream);
  padding: 86px 0 96px;
}

.onanga-site .studio-section__narrow {
  max-width: 840px;
}

.onanga-site .studio-section__title {
  margin: 0 0 34px;
  font-family: var(--onanga-serif);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.onanga-site .studio-section__columns {
  display: block;
  margin-bottom: 0;
}

.onanga-site .studio-section__thumbnails,
.onanga-site .studio-section__notes {
  display: none;
}

/* --- APOIO --- */

.onanga-site .support-band {
  background: var(--onanga-olive);
  padding: 68px 0 82px;
  text-align: center;
  color: var(--onanga-cream);
}

.onanga-site .support-band__title {
  margin: 0 auto 42px;
  max-width: 720px;
  font-family: var(--onanga-serif);
  font-weight: 600;
  font-size: clamp(42px, 4vw, 60px);
  font-style: italic;
  line-height: 1.04;
  letter-spacing: -0.01em;
}

.onanga-site .support-band__copy {
  display: none;
}

.onanga-site .support-band__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 0;
  margin-bottom: 48px;
  align-items: center;
}

.onanga-site .support-band__item {
  padding: 0 28px;
  border-left: 1px solid var(--onanga-rule-light);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
}

.onanga-site .support-band__item:first-child {
  padding-left: 0;
  border-left: 0;
}

.onanga-site .support-band__item-title {
  margin: 0;
  font-family: var(--onanga-serif);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.28;
  color: var(--onanga-cream);
}

/* --- BOTÕES --- */

.onanga-site .outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(243, 237, 228, 0.72);
  color: var(--onanga-cream);
  text-decoration: none;
  background: transparent;
  font-family: var(--onanga-sans);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: none;
}

/* --- PARCEIROS --- */

.onanga-site .partners-section {
  background: var(--onanga-cream);
  padding: 78px 0 98px;
  text-align: center;
}

.onanga-site .partners-section__title {
  margin: 0 0 18px;
  font-family: var(--onanga-serif);
  font-weight: 600;
  font-style: normal;
  font-size: clamp(44px, 4vw, 64px);
  line-height: 1.05;
  color: var(--onanga-ink);
}

.onanga-site .partners-section__copy {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
}

.onanga-site .partners-section__divider {
  max-width: 800px;
  margin: 36px auto 42px;
  border: 0;
  border-top: 1px solid var(--onanga-ink-soft);
  opacity: 0.3;
}

.onanga-site .partners-section__logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.onanga-site .partners-section__logo {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(93, 86, 68, 0.12);
  color: rgba(93, 86, 68, 0.72);
  background: rgba(255, 255, 255, 0.12);
  font-family: var(--onanga-serif);
  font-size: 22px;
  letter-spacing: 0.06em;
}

.onanga-site .partners-section__logo--image {
  border: 0;
  background: transparent;
  height: 132px;
}

.onanga-site .partners-section__logo--image img {
  display: block;
  max-height: 132px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* --- THANKS --- */

.onanga-site .thanks-strip {
  background: var(--onanga-cream);
  padding: 54px 0 62px;
  text-align: center;
}

.onanga-site .thanks-strip__title {
  margin: 0 0 10px;
  font-family: var(--onanga-serif);
  font-weight: 400;
  font-size: clamp(52px, 4vw, 68px);
  line-height: 1.05;
}

.onanga-site .thanks-strip__copy {
  margin: 0 auto;
  max-width: 420px;
  font-family: var(--onanga-sans);
  font-size: 14px;
  line-height: 1.4;
  color: var(--onanga-ink-soft);
}

/* --- CONTACTO --- */

.onanga-site .contact-footer {
  background: var(--onanga-olive);
  padding: 92px 0 98px;
  color: var(--onanga-cream);
}

.onanga-site .contact-footer__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
}

.onanga-site .contact-footer__title {
  margin: 0 0 24px;
  font-family: var(--onanga-serif);
  font-weight: 600;
  font-size: 24px;
}

.onanga-site .contact-footer__details {
  display: grid;
  gap: 10px;
}

.onanga-site .contact-footer__copy {
  font-family: var(--onanga-serif);
  font-size: 18px;
  line-height: 1.35;
}

.onanga-site .contact-footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.onanga-site .contact-footer__social {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 237, 228, 0.55);
  color: var(--onanga-cream);
  text-decoration: none;
}

.onanga-site .contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}

.onanga-site .contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onanga-site .contact-form__group--wide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: 1 / -1;
}

.onanga-site .contact-form__label {
  font-family: var(--onanga-sans);
  font-size: 14px;
  color: var(--onanga-cream);
}

.onanga-site .contact-form__field,
.onanga-site .contact-form__field--wide,
.onanga-site .contact-form__textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(93, 86, 68, 0.28);
  background: var(--onanga-cream);
  color: var(--onanga-ink);
  font-family: var(--onanga-sans);
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.onanga-site .contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}

.onanga-site .contact-form__field:focus-visible,
.onanga-site .contact-form__field--wide:focus-visible,
.onanga-site .contact-form__textarea:focus-visible {
  outline: 2px solid var(--onanga-cream-deep);
  outline-offset: 2px;
}

.onanga-site .contact-form__field.is-invalid,
.onanga-site .contact-form__field--wide.is-invalid,
.onanga-site .contact-form__textarea.is-invalid {
  border-color: #ffe0e0;
  box-shadow: 0 0 0 2px rgba(255, 224, 224, 0.22);
}

.onanga-site .contact-form__error {
  min-height: 1.2em;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #ffe0e0;
}

.onanga-site .cf-turnstile-wrapper,
.onanga-site .form-feedback--full,
.onanga-site .contact-form__actions,
.onanga-site .contact-form__note--full {
  grid-column: 1 / -1;
}

.onanga-site .cf-turnstile-wrapper {
  margin-top: 8px;
}

.onanga-site .contact-form__actions {
  margin-top: 0;
}

.onanga-site .contact-form__submit {
  width: 100%;
  height: 46px;
  background: #4a4431;
  border: none;
  color: var(--onanga-cream);
  font-family: var(--onanga-sans);
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
}

.onanga-site .form-feedback {
  font-size: 14px;
  min-height: 1.4em;
  color: var(--onanga-cream);
  font-weight: 700;
  margin-top: 0;
}

.onanga-site .form-feedback.success {
  color: var(--onanga-cream);
}

.onanga-site .form-feedback.error {
  color: #ffe0e0;
}

.onanga-site .contact-form__note {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--onanga-cream);
}

.onanga-site .contact-form__note a,
.onanga-site .contact-footer__legal-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.onanga-site .contact-footer__legal {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

/* --- LEGAL PAGES --- */

.onanga-site.onanga-site--legal .site-main {
  min-height: 60vh;
}

.onanga-site .legal-hero {
  background: var(--onanga-cream);
  padding: 88px 0 44px;
}

.onanga-site .legal-hero__inner {
  max-width: 860px;
}

.onanga-site .legal-hero__title {
  margin: 0 0 16px;
  font-family: var(--onanga-serif);
  font-weight: 400;
  font-size: clamp(42px, 7vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.onanga-site .legal-hero__copy {
  max-width: 760px;
}

.onanga-site .legal-section {
  background: var(--onanga-cream);
  padding: 20px 0 108px;
}

.onanga-site .legal-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: start;
}

.onanga-site .legal-toc {
  position: sticky;
  top: 32px;
  align-self: start;
  padding-top: 12px;
}

.onanga-site .legal-toc__list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 14px;
  color: var(--onanga-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.onanga-site .legal-toc__list a {
  color: inherit;
  text-decoration: none;
}

.onanga-site .legal-toc__list a:hover {
  text-decoration: underline;
}

.onanga-site .legal-article {
  display: grid;
  gap: 36px;
}

.onanga-site .legal-article__section {
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid var(--onanga-rule);
  padding: 34px 36px;
}

.onanga-site .legal-article__section h2 {
  margin: 0 0 18px;
  font-family: var(--onanga-serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.12;
}

.onanga-site .legal-article__section p,
.onanga-site .legal-article__section li,
.onanga-site .legal-article__section td,
.onanga-site .legal-article__section th {
  color: var(--onanga-ink-soft);
  font-size: 15px;
  line-height: 1.85;
}

.onanga-site .legal-article__section ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.onanga-site .legal-article__section a {
  color: var(--onanga-ink);
}

.onanga-site .legal-meta {
  margin-top: 20px;
}

.onanga-site .legal-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}

.onanga-site .legal-table th,
.onanga-site .legal-table td {
  border: 1px solid var(--onanga-rule);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.onanga-site .legal-table th {
  background: rgba(93, 86, 68, 0.06);
  color: var(--onanga-ink);
}

.onanga-site.onanga-site--legal .contact-footer__grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 88px;
  align-items: start;
}

.onanga-site.onanga-site--legal .contact-footer__column {
  align-self: start;
}

.onanga-site.onanga-site--legal .contact-footer__column:last-child {
  width: 320px;
  justify-self: end;
}

.onanga-site.onanga-site--legal .contact-footer__title {
  margin-top: 0;
}

.onanga-site.onanga-site--legal .contact-footer__legal {
  margin-top: 24px;
}

/* --- RESPONSIVO --- */

@media (max-width: 1180px) {
  .onanga-site .site-container {
    width: calc(100vw - 48px);
  }

  .mobile-menu-toggle {
    display: block;
  }

  .onanga-site .site-nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--onanga-cream);
    flex-direction: column;
    padding: 24px;
    border-bottom: 1px solid var(--onanga-rule);
    box-shadow: var(--onanga-shadow);
  }

  .onanga-site .site-nav.is-open {
    display: flex;
  }

  .onanga-site .site-nav__link {
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--onanga-rule-light);
    width: 100%;
    text-align: center;
  }

  .onanga-site .mission-band__columns,
  .onanga-site .studies-section__services,
  .onanga-site .support-band__grid,
  .onanga-site .partners-section__logos,
  .onanga-site .contact-footer__grid {
    grid-template-columns: 1fr;
  }

  .onanga-site .mission-band__item,
  .onanga-site .studies-section__service,
  .onanga-site .support-band__item {
    padding: 22px 0 0;
    border-left: 0;
    border-top: 1px solid var(--onanga-rule-light);
    min-height: auto;
  }

  .onanga-site .mission-band__item:first-child,
  .onanga-site .studies-section__service:first-child,
  .onanga-site .support-band__item:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .onanga-site .collage-section__board {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .onanga-site .collage-section__item {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .onanga-site .collage-section__item--pottery,
  .onanga-site .collage-section__item--stone {
    height: 220px;
  }

  .onanga-site .collage-section__item--woven,
  .onanga-site .collage-section__item--portrait {
    height: 320px;
  }

  .onanga-site .contact-form {
    grid-template-columns: 1fr;
  }

  .onanga-site.onanga-site--legal .contact-footer__column:last-child {
    width: auto;
    max-width: none;
    justify-self: start;
  }

  .onanga-site .legal-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .onanga-site .legal-toc {
    position: static;
    padding-top: 0;
  }

  .onanga-site .legal-article__section {
    padding: 28px 24px;
  }
}

@media (max-width: 768px) {
  :root {
    --onanga-gutter: 24px;
  }

  .onanga-site .hero-section {
    padding: 56px 0 42px;
  }

  .onanga-site .hero-section__intro {
    font-size: 18px;
    max-width: 280px;
  }

  .onanga-site .hero-section__title-line--main {
    font-size: clamp(64px, 16vw, 104px);
  }

  .onanga-site .hero-section__title-line--secondary {
    font-size: clamp(42px, 8vw, 64px);
  }

  .onanga-site .hero-section__title-line--tertiary {
    font-size: 20px;
  }

  .onanga-site .body-copy--large {
    font-size: 18px;
    line-height: 1.38;
  }

  .onanga-site .studies-section__title,
  .onanga-site .studio-section__title,
  .onanga-site .support-band__title,
  .onanga-site .partners-section__title,
  .onanga-site .thanks-strip__title {
    line-height: 1.08;
  }
}