/* ============================================================
   AMARAL & MAIA ADVOGADOS — Design Tokens + Styles
   ============================================================ */

@font-face {
  font-family: "Cinzel";
  src: url("../assets/fonts/Cinzel-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&display=swap");

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --navy-950: #050d1c;
  --navy-900: #0a1a2f;
  --navy-800: #0f2240;
  --navy-700: #182f52;
  --navy-ink: #0d1b30;

  --gold-100: #efe6d0;
  --gold-200: #e0d2af;
  --gold-300: #cdb98c;
  --gold-400: #b8a47c;
  --gold-500: #9b8761;
  --gold-600: #7a6747;
  --gold-700: #574731;

  --gradient-gold: linear-gradient(180deg, #d9c8a3 0%, #b8a47c 35%, #8a7556 65%, #6f5e3f 100%);
  --gradient-gold-diagonal: linear-gradient(135deg, #e0d2af 0%, #b8a47c 40%, #7a6747 100%);

  --cream-50:  #fbf8f1;
  --cream-100: #f5efe2;
  --cream-200: #ece4d0;
  --cream-300: #ddd0b3;

  --grey-50:  #f6f5f3;
  --grey-100: #ebe9e4;
  --grey-200: #d8d4cb;
  --grey-300: #b8b2a4;
  --grey-400: #8b8576;
  --grey-500: #5e5a4f;
  --grey-700: #3a382f;

  --bg:          var(--cream-50);
  --bg-elevated: #ffffff;
  --bg-dark:     var(--navy-900);
  --bg-darker:   var(--navy-950);

  --fg:              var(--navy-ink);
  --fg-muted:        var(--grey-500);
  --fg-subtle:       var(--grey-400);
  --fg-on-dark:      #ffffff;
  --fg-on-dark-muted:#cfcab9;

  --accent:      var(--gold-400);
  --accent-deep: var(--gold-600);
  --accent-soft: var(--gold-200);

  --border:        rgba(13,27,48,0.10);
  --border-strong: rgba(13,27,48,0.22);
  --border-gold:   rgba(184,164,124,0.45);
  --border-on-dark:rgba(255,255,255,0.08);

  --font-display: "Cinzel", "Cormorant Garamond", Georgia, serif;
  --font-serif:   "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-sans:    "Montserrat", "Helvetica Neue", Arial, system-ui, sans-serif;

  --text-xs:   12px;  --text-sm: 14px;  --text-base: 16px;
  --text-md:   18px;  --text-lg: 20px;  --text-xl:   24px;
  --text-2xl:  32px;  --text-3xl:44px;  --text-4xl:  60px;

  --track-tight:  -0.01em;
  --track-normal:  0;
  --track-wide:    0.08em;
  --track-wider:   0.16em;
  --track-widest:  0.32em;

  --leading-tight: 1.08;
  --leading-snug:  1.25;
  --leading-body:  1.55;
  --leading-loose: 1.75;

  --space-1:4px;  --space-2:8px;   --space-3:12px;  --space-4:16px;
  --space-5:24px; --space-6:32px;  --space-7:48px;  --space-8:64px;
  --space-9:96px; --space-10:128px;

  --radius-none:0; --radius-xs:2px; --radius-sm:4px;
  --radius-md:6px; --radius-lg:10px; --radius-pill:999px;

  --shadow-xs: 0 1px 2px rgba(13,27,48,0.06);
  --shadow-sm: 0 2px 6px rgba(13,27,48,0.08);
  --shadow-md: 0 8px 24px rgba(13,27,48,0.10);
  --shadow-lg: 0 18px 48px rgba(13,27,48,0.14);
  --shadow-xl: 0 32px 80px rgba(13,27,48,0.20);
  --shadow-gold: 0 12px 40px rgba(184,164,124,0.18);

  --ease-out:   cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-inout: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast:   140ms;
  --dur-base:   240ms;
  --dur-slow:   420ms;
  --dur-stately:640ms;

  --container-lg: 1200px;
  --gutter: 24px;
}

/* ============================================================
   RESET + BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--fg);
  background: var(--cream-50);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ============================================================
   UTILITIES
   ============================================================ */
.am-eyebrow {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-700);
}
.am-eyebrow--on-dark { color: var(--gold-300); }

.am-rule {
  border: 0; height: 1px; width: 56px;
  margin: 16px 0;
  background: var(--gradient-gold);
}
.am-rule--center { margin-left: auto; margin-right: auto; }

.am-gold-text {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.am-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-sans);
  font-weight: 500; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  cursor: pointer; text-decoration: none;
  transition: all var(--dur-base) var(--ease-out);
  white-space: nowrap;
}
.am-btn--gold {
  background: var(--gradient-gold);
  color: var(--navy-950);
  box-shadow: var(--shadow-gold);
}
.am-btn--gold:hover { transform: translateY(-1px); box-shadow: 0 14px 44px rgba(184,164,124,0.30); }
.am-btn--ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.20); }
.am-btn--ghost-light:hover { border-color: var(--gold-400); color: var(--gold-200); }
.am-btn--ghost-dark { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.30); }
.am-btn--ghost-dark:hover { border-color: var(--gold-300); color: var(--gold-200); }

/* ============================================================
   HEADER
   ============================================================ */
.am-header {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 16px 40px;
  background: rgba(10,26,47,0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,164,124,0.18);
  color: #fff;
}
.am-header__brand {
  flex-shrink: 0; display: flex; align-items: center; text-decoration: none;
  opacity: 0; transform: translateY(-6px); pointer-events: none;
  transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.am-header.is-scrolled .am-header__brand {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}
.am-header__logo { height: 38px; width: auto; object-fit: contain; }
.am-header__nav { display: flex; gap: 28px; flex-wrap: nowrap; flex-shrink: 0; }
.am-header__link {
  font-size: 11px; letter-spacing: 0.20em; font-weight: 500;
  color: rgba(255,255,255,0.82); text-decoration: none;
  transition: color var(--dur-base) var(--ease-out);
  position: relative; padding: 4px 0; white-space: nowrap;
}
.am-header__link:hover { color: #fff; }
.am-header__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px;
  background: var(--gradient-gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur-base) var(--ease-out);
}
.am-header__link:hover::after { transform: scaleX(1); }
.am-header__cta { padding: 11px 20px; }
.am-header__menu-btn {
  display: none;
  background: transparent; border: none; color: #fff;
  cursor: pointer; padding: 4px;
}

/* Mobile nav */
.am-mobile-nav {
  display: none;
  position: fixed; top: 81px; left: 0; right: 0; z-index: 99;
  background: rgba(10,26,47,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,164,124,0.18);
  padding: 24px 24px 32px;
}
.am-mobile-nav.is-open { display: flex; }
.am-mobile-nav nav {
  display: flex; flex-direction: column; gap: 16px; width: 100%;
}
.am-mobile-nav .am-header__link { font-size: 13px; }

/* ============================================================
   HERO
   ============================================================ */
.am-hero {
  position: relative;
  background: var(--navy-900);
  color: #fff;
  overflow: hidden;
  padding: 110px 56px 120px;
  height: 640px;
  display: flex; align-items: center;
}
.am-hero__photo {
  position: absolute; top: 0; bottom: 0;
  left: 50%; transform: translateX(-50%);
  width: 100%; max-width: 1480px;
  z-index: 0; overflow: hidden;
}
.am-hero__photo::before,
.am-hero__photo::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 80px;
  z-index: 2; pointer-events: none;
}
.am-hero__photo::before { left: 0;  background: linear-gradient(90deg, var(--navy-900) 0%, transparent 100%); }
.am-hero__photo::after  { right: 0; background: linear-gradient(270deg, var(--navy-900) 0%, transparent 100%); }
.am-hero__photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 45%;
  filter: grayscale(0.30) contrast(1.0) brightness(0.72);
}
.am-hero__veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 55% 70% at center, rgba(5,13,28,0.85) 0%, rgba(5,13,28,0.55) 60%, transparent 100%),
    linear-gradient(180deg, rgba(5,13,28,0.55) 0%, rgba(10,26,47,0.40) 40%, rgba(5,13,28,0.78) 100%);
}
.am-hero__symbol-bg {
  position: absolute; right: -80px; top: 85%; transform: translateY(-50%);
  width: 360px; height: auto; opacity: 0.07; z-index: 1;
  pointer-events: none; filter: brightness(2.2);
}
.am-hero__inner {
  position: relative; z-index: 2;
  max-width: 920px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.am-hero__logo { width: 360px; max-width: 80%; height: auto; margin-bottom: 4px; }
.am-hero__tagline {
  font-family: var(--font-serif);
  font-weight: 400; font-size: 38px;
  line-height: 1.18; letter-spacing: -0.005em;
  margin: 14px 0 22px; color: #fff; max-width: 22ch;
}
.am-hero__tagline em {
  font-style: italic;
  background: var(--gradient-gold);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.am-hero__badge {
  display: inline-block;
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-200);
  border: 1px solid rgba(184,164,124,0.40);
  padding: 8px 16px; border-radius: var(--radius-pill);
  margin-bottom: 32px;
}
.am-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   SOBRE
   ============================================================ */
.am-about {
  padding: 120px 56px;
  background: var(--cream-100);
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px;
  max-width: 1200px; margin: 0 auto;
}
.am-about__col--copy { padding-right: 20px; }
.am-about__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 44px; line-height: 1.1; margin: 14px 0 24px; color: var(--fg);
}
.am-about__title em {
  font-style: italic;
  background: var(--gradient-gold);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.am-about__body { font-size: 16px; line-height: 1.7; color: var(--fg); margin: 0 0 18px; max-width: 56ch; }
.am-link-arrow {
  display: inline-block; margin-top: 14px;
  font-size: 11px; letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--accent-deep); font-weight: 500; text-decoration: none;
  border-bottom: 1px solid var(--gold-400); padding-bottom: 4px;
  transition: color var(--dur-base) var(--ease-out);
}
.am-link-arrow:hover { color: var(--gold-600); }

.am-pillars {
  list-style: none; display: flex; flex-direction: column;
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
}
.am-pillars li {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 4px; border-bottom: 1px solid var(--border);
  font-size: 14px; color: var(--fg);
}
.am-pillars li:last-child { border-bottom: 0; }
.am-pillars li i { color: var(--gold-600); flex-shrink: 0; }

.am-quote-card {
  margin: 28px 0 0;
  background: var(--navy-900); color: #fff;
  padding: 32px 32px 26px;
  border-radius: var(--radius-md);
  position: relative;
  box-shadow: var(--shadow-lg);
}
.am-quote-card::before {
  content: ""; position: absolute; top: 0; left: 28px; right: 28px;
  height: 1px; background: var(--gradient-gold);
}
.am-quote-card__text {
  font-family: var(--font-serif); font-style: italic;
  font-size: 20px; line-height: 1.4; margin: 0 0 16px; color: #fff;
}
.am-quote-card__author { display: flex; flex-direction: column; gap: 2px; font-style: normal; }
.am-quote-card__author span:first-child { font-family: var(--font-serif); font-size: 16px; color: #fff; }
.am-quote-card__role {
  font-size: 10px; letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--gold-300); font-weight: 500;
}

/* ============================================================
   ÁREAS DE ATUAÇÃO
   ============================================================ */
.am-areas { padding: 120px 56px; background: var(--cream-50); }
.am-areas__head {
  text-align: center; max-width: 720px; margin: 0 auto 64px;
  display: flex; flex-direction: column; align-items: center;
}
.am-areas__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 44px; line-height: 1.1; margin: 14px 0 0; color: var(--fg);
}
.am-areas__lede { font-size: 16px; line-height: 1.6; color: var(--fg-muted); margin: 14px 0 0; max-width: 52ch; }
.am-areas__grid { max-width: 1280px; margin: 0 auto; display: grid; gap: 18px; grid-auto-rows: 1fr; }
.am-areas__grid--4 { grid-template-columns: repeat(4, 1fr); }
.am-area-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: 26px 24px 24px;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 200px;
  transition: all var(--dur-base) var(--ease-out);
}
.am-area-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--gold-300); }
.am-area-card__icon { color: var(--gold-600); margin-bottom: 4px; }
.am-area-card__title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.15; margin: 0; color: var(--fg);
}
.am-area-card__desc { font-size: 13.5px; line-height: 1.55; color: var(--fg-muted); margin: 0; }
.am-areas__also { text-align: center; font-size: 13.5px; color: var(--fg-muted); margin: 28px auto 0; font-style: italic; max-width: 1280px; }
.am-areas__also strong { color: var(--fg); font-style: normal; font-weight: 600; }

/* ============================================================
   EQUIPE
   ============================================================ */
.am-team {
  padding: 130px 56px;
  background: linear-gradient(180deg, var(--cream-100) 0%, var(--cream-50) 100%);
  position: relative; overflow: hidden;
}
.am-team::before {
  content: ""; position: absolute; left: 50%; top: 0;
  width: 1px; height: 56px; background: var(--gradient-gold);
  transform: translateX(-50%); opacity: 0.5;
}
.am-team__head {
  text-align: center; max-width: 720px; margin: 0 auto 80px;
  display: flex; flex-direction: column; align-items: center;
}
.am-team__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 48px; line-height: 1.05; letter-spacing: -0.005em;
  margin: 14px 0 0; color: var(--fg);
}
.am-team__title em {
  font-style: italic;
  background: var(--gradient-gold);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.am-team__lede { font-size: 16px; line-height: 1.6; color: var(--fg-muted); margin: 14px 0 0; max-width: 52ch; }

.am-team__grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
}
.am-member {
  display: grid; grid-template-columns: 240px 1fr; gap: 0;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-md);
  overflow: hidden; cursor: pointer; outline: none; min-height: 380px;
  transition: all var(--dur-base) var(--ease-out);
  box-shadow: 0 2px 16px rgba(10,26,47,0.04);
}
.am-member:hover, .am-member:focus-visible, .am-member.is-open {
  box-shadow: var(--shadow-lg); border-color: var(--gold-300); transform: translateY(-2px);
}
.am-member__photo { position: relative; background: var(--navy-900); overflow: hidden; }
.am-member__photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}
.am-member__photo--rafael img { object-position: 50% 22%; }
.am-member__photo--caio   img { object-position: 50% 28%; }
.am-member__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(10,26,47,0.35) 100%);
}
.am-member:hover .am-member__photo img,
.am-member.is-open .am-member__photo img { transform: scale(1.04); }

.am-member__body { position: relative; padding: 32px 32px 30px; min-height: 280px; }
.am-member__body-default,
.am-member__body-detail {
  position: absolute; inset: 32px 32px 30px;
  display: flex; flex-direction: column;
  transition: opacity var(--dur-base) var(--ease-out);
}
.am-member__body-default { justify-content: center; }
.am-member__body-detail  { opacity: 0; pointer-events: none; }
.am-member:hover .am-member__body-default,
.am-member.is-open .am-member__body-default { opacity: 0; pointer-events: none; }
.am-member:hover .am-member__body-detail,
.am-member.is-open .am-member__body-detail { opacity: 1; pointer-events: auto; }

.am-member__role {
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-700); font-weight: 500;
}
.am-member__name {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.2; margin: 8px 0 4px; color: var(--fg);
}
.am-member__oab {
  font-size: 11px; letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--fg-muted); font-weight: 500;
}
.am-member__hint {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 18px;
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500;
  color: var(--accent-deep);
  transition: gap var(--dur-base) var(--ease-out);
}
.am-member:hover .am-member__hint { gap: 10px; }
.am-member__body-detail .am-rule { margin: 14px 0; }
.am-member__bio { font-size: 13.5px; line-height: 1.6; color: var(--fg); margin: 0 0 18px; }
.am-member__areas {
  list-style: none; margin: auto 0 0;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.am-member__areas li {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  color: var(--accent-deep); padding: 5px 10px;
  border: 1px solid var(--gold-300); border-radius: var(--radius-pill);
  background: rgba(184,164,124,0.06);
}

/* ============================================================
   CTA / CONTATO
   ============================================================ */
.am-cta {
  position: relative; padding: 110px 56px;
  background: var(--navy-950); color: #fff; overflow: hidden;
}
.am-cta__bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 30%, #11253f 0%, transparent 60%),
              linear-gradient(180deg, #050d1c, #0a1a2f);
}
.am-cta__inner {
  position: relative; max-width: 760px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.am-cta__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 48px; line-height: 1.1; margin: 14px 0 18px;
}
.am-cta__lede {
  font-weight: 300; font-size: 17px; line-height: 1.65;
  color: rgba(255,255,255,0.78); margin: 0 0 30px; max-width: 52ch;
}
.am-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.am-footer {
  background: var(--navy-950); color: rgba(255,255,255,0.78); padding: 80px 56px 28px;
}
.am-footer__top {
  display: grid; grid-template-columns: 1.1fr 2.4fr; gap: 64px;
  max-width: 1280px; margin: 0 auto; padding-bottom: 56px;
  border-bottom: 1px solid rgba(184,164,124,0.18); align-items: start;
}
.am-footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.am-footer__logo { height: 110px; width: auto; object-fit: contain; }
.am-footer__cols { display: grid; grid-template-columns: 0.8fr 2fr 1.4fr; gap: 32px; }
.am-footer__col-title {
  display: block; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-300); font-weight: 500; margin-bottom: 16px;
}
.am-footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.am-footer__areas-list {
  display: grid !important; grid-template-columns: 1fr 1fr; gap: 10px 24px !important;
}
.am-footer__col a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,0.72); text-decoration: none;
  transition: color var(--dur-base) var(--ease-out);
}
.am-footer__col a:hover { color: var(--gold-200); }
.am-footer__address {
  display: inline-flex; align-items: flex-start; gap: 8px;
  font-family: var(--font-sans);
  font-size: 13px; line-height: 1.55;
  color: rgba(255,255,255,0.72);
}
.am-footer__address i { margin-top: 4px; flex-shrink: 0; }
.am-footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  max-width: 1280px; margin: 22px auto 0;
  font-size: 11px; letter-spacing: 0.10em; color: rgba(255,255,255,0.45);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .am-areas__grid--4 { grid-template-columns: repeat(2, 1fr); }
  .am-team__grid { grid-template-columns: 1fr; max-width: 640px; }
  .am-about { grid-template-columns: 1fr; gap: 48px; max-width: 720px; }
}

@media (max-width: 768px) {
  .am-header { padding: 14px 20px; }
  .am-header__nav { display: none; }
  .am-header__cta { display: none; }
  .am-header__menu-btn { display: flex; }

  .am-hero { padding: 80px 24px 90px; min-height: 600px; }
  .am-hero__tagline { font-size: 28px; }
  .am-hero__logo { width: 260px; }

  .am-about { padding: 80px 24px; }
  .am-about__title { font-size: 32px; }

  .am-areas { padding: 80px 24px; }
  .am-areas__grid--4 { grid-template-columns: 1fr; }
  .am-areas__title { font-size: 32px; }

  .am-team { padding: 80px 24px; }
  .am-team__title { font-size: 36px; }
  .am-member { grid-template-columns: 1fr; min-height: auto; }
  .am-member__photo { height: 280px; }
  .am-member__body { min-height: 240px; }

  .am-cta { padding: 80px 24px; }
  .am-cta__title { font-size: 36px; }

  .am-footer { padding: 60px 24px 24px; }
  .am-footer__top { grid-template-columns: 1fr; gap: 40px; }
  .am-footer__cols { grid-template-columns: 1fr 1fr; }
  .am-footer__col--areas { grid-column: 1 / -1; }
  .am-footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
  .am-footer__cols { grid-template-columns: 1fr; }
}

/* ============================================================
   EM CONSTRUÇÃO (placeholder de seção)
   ============================================================ */
.am-construcao {
  min-height: calc(100vh - 81px);
  background: linear-gradient(180deg, var(--navy-900) 0%, var(--navy-950) 100%);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  padding: 80px 24px;
  position: relative; overflow: hidden;
}
.am-construcao::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(184,164,124,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.am-construcao__inner {
  position: relative; z-index: 1;
  max-width: 620px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.am-construcao__icon {
  color: var(--gold-300);
  margin-bottom: 12px;
  opacity: 0.85;
}
.am-construcao__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 52px; line-height: 1.05; margin: 14px 0 20px;
}
.am-construcao__title em {
  font-style: italic;
  background: var(--gradient-gold);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.am-construcao__lede {
  font-weight: 300; font-size: 17px; line-height: 1.65;
  color: rgba(255,255,255,0.78); margin: 0 0 32px; max-width: 52ch;
}
.am-construcao__cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
@media (max-width: 768px) {
  .am-construcao__title { font-size: 38px; }
}

/* ============================================================
   ARTIGOS — listagem editorial + página de leitura
   ============================================================ */

/* Cores por área (sóbrias, derivadas do navy/gold) */
:root {
  --area-previdenciario:  #5d6f4a;
  --area-familia:         #7a3d3d;
  --area-civil:           #3d4654;
  --area-trabalho:        #7a5a2c;
  --area-consumidor:      #7a4a2c;
  --area-empresarial:     #1f3457;
  --area-administrativo:  #3a5a4f;
  --area-penal:           #5a3a2c;
}

/* ─── Cabeçalho da seção (mais reservado) ─── */
.am-artigos-masthead {
  background: var(--cream-50);
  border-bottom: 1px solid var(--border);
  padding: 88px 56px 56px;
  text-align: center;
}
.am-artigos-masthead__eyebrow {
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold-700); font-weight: 400;
}
.am-artigos-masthead__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 56px; line-height: 1.05; letter-spacing: -0.01em;
  color: var(--fg); margin: 18px 0 10px;
}
.am-artigos-masthead__lede {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: 19px; line-height: 1.5; color: var(--fg-muted);
  max-width: 56ch; margin: 0 auto;
}
.am-artigos-masthead__rule {
  width: 64px; height: 1px; margin: 28px auto 0;
  background: var(--gradient-gold);
}

/* ─── Filtros como abas tipográficas ─── */
.am-artigos-tabs {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 80px; z-index: 20;
  box-shadow: 0 1px 0 rgba(13,27,48,0.04);
}
.am-artigos-tabs__inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; flex-wrap: nowrap; gap: 0; align-items: center;
  padding: 0 32px;
  min-width: 0;
}
.am-artigos-tab {
  appearance: none; background: transparent; border: 0; cursor: pointer;
  padding: 18px 14px 16px;
  font-family: var(--font-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg-subtle);
  border-bottom: 2px solid transparent;
  white-space: nowrap; flex-shrink: 0;
  transition: color var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}
.am-artigos-tab:hover { color: var(--fg); }
.am-artigos-tab.is-active {
  color: var(--fg);
  border-bottom-color: var(--gold-500);
}
.am-artigos-tabs__search {
  margin-left: auto; align-self: center;
  position: relative;
  display: inline-flex; align-items: center;
  flex: 0 1 320px; min-width: 200px;
  height: 38px;
}
.am-artigos-tabs__search input {
  width: 100%; height: 100%;
  padding: 0 14px 0 38px;
  font-family: var(--font-sans); font-size: 13px; color: var(--fg);
  background: var(--cream-50);
  border: 1px solid var(--border); border-radius: var(--radius-pill);
  transition: border-color var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.am-artigos-tabs__search input::placeholder { color: var(--fg-subtle); }
.am-artigos-tabs__search input:focus {
  outline: none; border-color: var(--gold-400); background: #fff;
}
.am-artigos-tabs__search > i,
.am-artigos-tabs__search > svg {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  color: var(--fg-subtle); pointer-events: none;
  width: 14px; height: 14px;
  flex: 0 0 auto;
}

/* ─── Container e tipografia base ─── */
.am-artigos-container {
  max-width: 1200px; margin: 0 auto;
  padding: 64px 40px 120px;
}

/* ─── Destaques (2 cards lado a lado, foto pequena à esquerda + texto) ─── */
.am-artigos-features {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  margin-bottom: 56px;
}
.am-artigos-feature {
  display: grid; grid-template-columns: 4fr 7fr; gap: 24px;
  align-items: stretch;
  text-decoration: none; color: inherit;
  background: #fff;
  padding: 18px;
  border: 1px solid var(--border);
  transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.am-artigos-feature:hover {
  border-color: var(--gold-400);
  box-shadow: 0 8px 28px rgba(13,27,48,0.08);
}
.am-artigos-feature__cover {
  overflow: hidden; background: var(--cream-200);
  min-height: 180px;
}
.am-artigos-feature__cover img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 800ms var(--ease-out);
}
.am-artigos-feature:hover .am-artigos-feature__cover img { transform: scale(1.04); }
.am-artigos-feature__body {
  display: flex; flex-direction: column; gap: 10px;
  padding-right: 8px;
  justify-content: center;
}
.am-artigos-feature__area {
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 600; color: var(--area-color, var(--accent-deep));
}
.am-artigos-feature__area::before {
  content: ""; display: inline-block;
  width: 18px; height: 1px; background: currentColor;
  vertical-align: middle; margin-right: 10px; margin-bottom: 3px;
  opacity: 0.7;
}
.am-artigos-feature__title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.2; letter-spacing: -0.003em;
  color: var(--fg); margin: 0;
  text-wrap: balance;
  transition: color var(--dur-base) var(--ease-out);
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.am-artigos-feature:hover .am-artigos-feature__title { color: var(--gold-700); }
.am-artigos-feature__dek {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: 15px; line-height: 1.5; color: var(--fg-muted);
  margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.am-artigos-feature__foot {
  display: flex; align-items: center; gap: 10px; margin-top: 4px;
  font-size: 11px; letter-spacing: 0.06em; color: var(--fg-subtle);
}
.am-artigos-feature__foot::before {
  content: ""; width: 18px; height: 1px; background: var(--gold-500); opacity: 0.7;
}

/* ─── Cards médios (usado em "Mais em [Área]" no fim do artigo) ─── */
.am-artigo-card {
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  background: transparent;
  transition: opacity var(--dur-base) var(--ease-out);
}
.am-artigo-card__cover {
  aspect-ratio: 16 / 10; overflow: hidden;
  background: var(--cream-200);
  margin-bottom: 16px;
}
.am-artigo-card__cover img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 800ms var(--ease-out);
}
.am-artigo-card:hover .am-artigo-card__cover img { transform: scale(1.04); }
.am-artigo-card__area {
  display: inline-block;
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 600; color: var(--area-color, var(--accent-deep));
  margin-bottom: 6px;
}
.am-artigo-card__area::before {
  content: ""; display: inline-block;
  width: 18px; height: 1px; background: currentColor;
  vertical-align: middle; margin-right: 10px; margin-bottom: 3px;
  opacity: 0.7;
}
.am-artigo-card__title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.18; color: var(--fg); margin: 4px 0 8px;
  text-wrap: balance;
  transition: color var(--dur-base) var(--ease-out);
}
.am-artigo-card:hover .am-artigo-card__title { color: var(--gold-700); }
.am-artigo-card__dek {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: 15px; line-height: 1.5; color: var(--fg-muted);
  margin: 0 0 12px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.am-artigo-card__foot {
  margin-top: auto;
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.06em; color: var(--fg-subtle);
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.am-artigo-card__foot-divider { width: 1px; height: 10px; background: var(--border-strong); }

/* ─── "Mais publicações" — lista densa com descrição ─── */
.am-artigos-section-title {
  font-family: var(--font-serif); font-weight: 400; font-style: italic;
  font-size: 22px; color: var(--fg-muted);
  margin: 16px 0 24px;
  display: flex; align-items: center; gap: 16px;
}
.am-artigos-section-title::after {
  content: ""; flex: 1; height: 1px; background: var(--border);
}
.am-artigos-list {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
.am-artigo-row {
  display: grid; grid-template-columns: 160px 1fr auto; gap: 28px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none; color: inherit;
  transition: padding var(--dur-base) var(--ease-out);
}
.am-artigo-row:hover { padding-left: 8px; }
.am-artigo-row__cover {
  aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream-200);
}
.am-artigo-row__cover img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 800ms var(--ease-out);
}
.am-artigo-row:hover .am-artigo-row__cover img { transform: scale(1.04); }
.am-artigo-row__main { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.am-artigo-row__area {
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  font-weight: 600; color: var(--area-color, var(--accent-deep));
}
.am-artigo-row__title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 21px; line-height: 1.22; color: var(--fg); margin: 2px 0 0;
  text-wrap: balance;
  transition: color var(--dur-base) var(--ease-out);
}
.am-artigo-row:hover .am-artigo-row__title { color: var(--gold-700); }
.am-artigo-row__dek {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: 15px; line-height: 1.5; color: var(--fg-muted);
  margin: 4px 0 0; max-width: 68ch;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.am-artigo-row__date {
  font-size: 11px; letter-spacing: 0.06em; color: var(--fg-subtle);
  font-variant-numeric: tabular-nums;
  align-self: start; padding-top: 8px;
}

.am-artigos-empty {
  text-align: center; color: var(--fg-muted);
  padding: 80px 16px;
  font-family: var(--font-serif); font-size: 19px; font-style: italic;
}

/* ============================================================
   ARTIGO INDIVIDUAL — leitura editorial
   ============================================================ */
.am-artigo {
  background: #fff;
  padding: 0 0 96px;
}

/* Capa contida (centralizada, altura controlada) */
.am-artigo__cover-hero {
  position: relative;
  max-width: 1280px;
  margin: 32px auto 0;
  aspect-ratio: 21 / 8;
  max-height: 440px;
  overflow: hidden;
  background: var(--navy-900);
  border-radius: 2px;
  box-shadow: 0 8px 32px rgba(13,27,48,0.10);
}
.am-artigo__cover-hero img {
  width: 100%; height: 100%; object-fit: cover;
}
.am-artigo__cover-credit {
  position: absolute; right: 16px; bottom: 12px;
  font-size: 10px; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.65);
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  font-style: italic;
}

/* Título + meta logo abaixo da capa */
.am-artigo__masthead {
  max-width: 760px; margin: 0 auto;
  padding: 56px 24px 0;
  text-align: center;
}
.am-artigo__breadcrumb {
  display: inline-flex; gap: 10px; align-items: center; flex-wrap: wrap;
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--fg-subtle); margin-bottom: 24px;
}
.am-artigo__breadcrumb a { color: var(--fg-muted); text-decoration: none; }
.am-artigo__breadcrumb a:hover { color: var(--gold-700); }
.am-artigo__breadcrumb-sep {
  display: inline-block; width: 8px; height: 1px;
  background: var(--gold-500); opacity: 0.6;
}
.am-artigo__area {
  display: inline-block;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  font-weight: 600; color: var(--area-color, var(--accent-deep));
  margin-bottom: 16px;
}
.am-artigo__area::before, .am-artigo__area::after {
  content: ""; display: inline-block;
  width: 24px; height: 1px; background: currentColor;
  vertical-align: middle; opacity: 0.6;
}
.am-artigo__area::before { margin-right: 12px; }
.am-artigo__area::after  { margin-left: 12px; }
.am-artigo__title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: 52px; line-height: 1.06; letter-spacing: -0.012em;
  color: var(--fg); margin: 0;
  text-wrap: balance;
}
.am-artigo__subtitle {
  font-family: var(--font-serif); font-style: italic; font-weight: 300;
  font-size: 22px; line-height: 1.45;
  color: var(--fg-muted);
  margin: 22px auto 0; max-width: 56ch;
  text-wrap: balance;
}
.am-artigo__byline {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: wrap;
  margin: 36px auto 0; padding-top: 22px;
  border-top: 1px solid var(--border);
  font-size: 12px; letter-spacing: 0.08em; color: var(--fg-subtle);
}
.am-artigo__byline-name {
  font-family: var(--font-serif); font-style: italic;
  font-size: 14px; color: var(--fg);
  letter-spacing: 0;
}
.am-artigo__byline-sep {
  display: inline-block; width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold-400);
}

/* Corpo do artigo — coluna estreita, justificado, drop cap */
.am-artigo__body {
  max-width: 640px; margin: 0 auto;
  padding: 56px 24px 24px;
  font-family: var(--font-serif); font-weight: 400;
  font-size: 19.5px; line-height: 1.75; color: var(--navy-ink);
}
.am-artigo__body p {
  margin: 0 0 24px;
  text-align: justify;
  hyphens: auto; -webkit-hyphens: auto;
  text-wrap: pretty;
}

/* Drop cap no primeiro parágrafo (ignora primeiro p vazio do Quill) */
.am-artigo__body > p:first-of-type::first-letter {
  font-family: var(--font-serif); font-weight: 500;
  float: left;
  font-size: 76px; line-height: 0.88;
  margin: 6px 12px 0 0;
  color: var(--gold-700);
}

/* Lead paragraph: primeiro <p> com presença */
.am-artigo__body > p:first-of-type {
  font-size: 21px; line-height: 1.6;
  color: var(--navy-ink);
}

.am-artigo__body h2 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 30px; line-height: 1.18; letter-spacing: -0.005em;
  margin: 56px 0 18px; color: var(--fg);
  position: relative; padding-top: 18px;
}
.am-artigo__body h2::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 40px; height: 1px; background: var(--gold-500);
}
.am-artigo__body h3 {
  font-family: var(--font-serif); font-weight: 500; font-style: italic;
  font-size: 23px; line-height: 1.3; margin: 40px 0 12px; color: var(--fg);
}

.am-artigo__body a {
  color: var(--navy-ink); text-decoration: none;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--gold-500) 1px);
  background-repeat: no-repeat; background-size: 100% 100%;
  transition: color var(--dur-base) var(--ease-out);
}
.am-artigo__body a:hover { color: var(--gold-700); }
.am-artigo__body strong { font-weight: 600; color: var(--navy-ink); }
.am-artigo__body em { font-style: italic; color: var(--navy-ink); }

.am-artigo__body blockquote {
  margin: 36px -32px;
  padding: 0 32px;
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 26px; line-height: 1.4; color: var(--fg);
  border-left: 0;
  position: relative; text-align: left;
}
.am-artigo__body blockquote::before {
  content: "\201C";
  position: absolute; left: -8px; top: -16px;
  font-family: var(--font-serif);
  font-size: 80px; line-height: 1; color: var(--gold-400);
  font-style: normal;
}
.am-artigo__body blockquote p { text-align: left !important; hyphens: none; margin: 0 0 8px; }

.am-artigo__body ul, .am-artigo__body ol {
  margin: 0 0 28px; padding-left: 28px;
}
.am-artigo__body li {
  margin-bottom: 10px;
  text-align: justify; hyphens: auto; -webkit-hyphens: auto;
}
.am-artigo__body li::marker { color: var(--gold-600); }

.am-artigo__body figure {
  margin: 36px -56px;
}
.am-artigo__body figure img,
.am-artigo__body img {
  max-width: 100%; width: 100%;
  display: block;
  margin: 0;
}
.am-artigo__body figcaption {
  font-family: var(--font-sans);
  font-size: 12px; line-height: 1.5; color: var(--fg-muted);
  font-style: italic;
  margin-top: 10px; padding: 0 8px;
  text-align: center;
}

/* Bio do autor no fim do artigo */
.am-artigo__author-bio {
  max-width: 720px; margin: 56px auto 0;
  padding: 32px 24px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: 88px 1fr; gap: 24px;
  align-items: start;
}
.am-artigo__author-bio-photo {
  width: 88px; height: 88px; border-radius: 50%;
  overflow: hidden; background: var(--navy-700);
}
.am-artigo__author-bio-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.am-artigo__author-bio-eyebrow {
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-700); font-weight: 500;
}
.am-artigo__author-bio-name {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.2; color: var(--fg);
  margin: 6px 0 4px;
}
.am-artigo__author-bio-meta {
  font-size: 11px; letter-spacing: 0.08em; color: var(--fg-muted);
  margin-bottom: 10px;
}
.am-artigo__author-bio-text {
  font-family: var(--font-serif); font-size: 15.5px; line-height: 1.6; color: var(--fg);
  margin: 0;
}
.am-artigo__author-bio-cta {
  margin-top: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent-deep); font-weight: 500; text-decoration: none;
  border-bottom: 1px solid var(--gold-400); padding-bottom: 4px;
}
.am-artigo__author-bio-cta:hover { color: var(--gold-700); }

/* Artigos relacionados */
.am-artigo__related {
  max-width: 1200px; margin: 80px auto 0; padding: 0 24px;
}
.am-artigo__related-title {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 22px; color: var(--fg-muted);
  margin: 0 0 28px;
  display: flex; align-items: center; gap: 16px;
}
.am-artigo__related-title::after {
  content: ""; flex: 1; height: 1px; background: var(--border);
}
.am-artigo__related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px;
}

/* "Voltar" minimal */
.am-artigo__back-row {
  max-width: 720px; margin: 32px auto 0; padding: 0 24px;
  text-align: center;
}
.am-artigo__back-row a {
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--fg-subtle); font-weight: 500; text-decoration: none;
}
.am-artigo__back-row a:hover { color: var(--accent-deep); }

/* ─── Responsivo ─── */
@media (max-width: 1100px) {
  .am-artigos-features { grid-template-columns: 1fr; gap: 32px; }
  .am-artigos-feature__title { font-size: 22px; }
  .am-artigo__related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .am-artigos-masthead { padding: 56px 24px 36px; }
  .am-artigos-masthead__title { font-size: 38px; }
  .am-artigos-tabs__inner { padding: 0 16px; gap: 0; flex-wrap: nowrap; overflow-x: auto; }
  .am-artigos-tabs__search { display: none; }
  .am-artigos-tab { padding: 14px 12px; font-size: 10px; }
  .am-artigos-container { padding: 40px 20px 80px; }
  .am-artigos-feature { grid-template-columns: 1fr; padding: 0; border: 0; }
  .am-artigos-feature__cover { aspect-ratio: 16 / 9; }
  .am-artigos-feature__body { padding: 0; }
  .am-artigo-card__title { font-size: 22px; }
  .am-artigo-row { grid-template-columns: 110px 1fr; gap: 16px; padding: 18px 0; }
  .am-artigo-row__date { display: none; }
  .am-artigo-row__dek { -webkit-line-clamp: 3; }

  .am-artigo__cover-hero { aspect-ratio: 4 / 3; }
  .am-artigo__masthead { padding: 36px 20px 0; }
  .am-artigo__title { font-size: 32px; }
  .am-artigo__subtitle { font-size: 18px; }
  .am-artigo__body { padding: 40px 20px 16px; font-size: 17.5px; }
  .am-artigo__body > p:first-of-type::first-letter { font-size: 60px; }
  .am-artigo__body > p:first-of-type { font-size: 18.5px; }
  .am-artigo__body h2 { font-size: 24px; }
  .am-artigo__body h3 { font-size: 19px; }
  .am-artigo__body figure { margin: 28px -20px; }
  .am-artigo__body blockquote { margin: 28px 0; padding: 0 16px; font-size: 21px; }
  .am-artigo__author-bio { grid-template-columns: 64px 1fr; gap: 16px; padding: 24px 20px; }
  .am-artigo__author-bio-photo { width: 64px; height: 64px; }
  .am-artigo__related-grid { grid-template-columns: 1fr; gap: 28px; }
}
