:root {
  /* Parametros principais de edicao */
  --bg: #f2ebfc;
  --surface: rgba(250, 246, 255, 0.94);
  --surface-strong: #ffffff;
  --text: #2d2540;
  --muted: #665d78;
  --line: rgba(143, 121, 187, 0.28);
  --accent: #c9b8eb;
  --accent-strong: #8763c2;
  --highlight: #eee6fb;
  --shadow: 0 24px 80px rgba(123, 97, 168, 0.16);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 14px;
  --panel-padding: clamp(24px, 2.6vw, 32px);
  --panel-padding-lg: clamp(30px, 3.5vw, 40px);
  --panel-gap: 18px;
  --max-width: 1180px;
  --measure: 58ch;
  --measure-wide: 64ch;
  --measure-card: 34ch;
  --home-hero-stack-width: clamp(300px, 31vw, 360px);
  --hero-profile-width: var(--home-hero-stack-width);
  --copy-align: justify;
  --copy-align-last: left;
  --copy-justify: inter-word;
  --copy-hyphens: auto;
  --copy-size: 1.02rem;
  --copy-line-height: 1.88;
  --copy-flow-space: 0;
  --copy-section-gap: 0;
  --section-title-measure: 15ch;
  --hero-media-ratio: auto;
  --hero-media-fit: contain;
  --hero-media-position: center center;
  --hero-media-max-height: 780px;
  --hero-media-bg: rgba(252, 249, 255, 0.96);
  --spotlight-media-ratio: auto;
  --spotlight-media-fit: contain;
  --spotlight-media-position: center center;
  --spotlight-media-max-height: 720px;
  --spotlight-media-bg: rgba(252, 249, 255, 0.96);
  --portrait-media-ratio: 5 / 6;
  --portrait-media-fit: cover;
  --portrait-media-position: center 14%;
  --portrait-media-max-height: clamp(480px, 70vh, 640px);
  --portrait-media-bg: transparent;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(201, 184, 235, 0.92), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.78), transparent 18%),
    radial-gradient(circle at bottom right, rgba(221, 207, 246, 0.62), transparent 22%),
    linear-gradient(180deg, #fcfbff 0%, #f2ebfc 48%, #f8f4ff 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

main p {
  margin: 0;
  line-height: var(--copy-line-height);
  color: var(--muted);
  display: block;
  width: 100%;
  font-size: var(--copy-size);
  text-align: left !important;
  text-align-last: left !important;
  text-justify: auto !important;
  -webkit-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
}

.credential-list span,
.editorial-stats span,
.detail-list p,
.hero-badge strong,
.contact-channel-card p,
.contact-spotlight-copy p,
.profile-summary p,
.bio-spotlight-copy p,
.editorial-copy p,
.service-card p,
.glass-item p,
.article-card p {
  display: block;
  width: 100%;
  text-align: left !important;
  text-align-last: left !important;
  text-justify: auto !important;
  -webkit-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
}

.copy-justify-active {
  text-align: justify !important;
  text-align-last: left !important;
  text-justify: inter-word !important;
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;
}

.text-justify {
  --copy-align: justify;
  --copy-align-last: left;
  --copy-justify: inter-word;
  --copy-hyphens: auto;
}

.text-left {
  --copy-align: left;
  --copy-align-last: left;
  --copy-justify: auto;
  --copy-hyphens: manual;
}

.copy-wide {
  --copy-block-measure: var(--measure-wide);
}

.copy-full {
  --copy-block-measure: none;
  --copy-card-measure: none;
  --section-title-measure: none;
}

.headings-wide {
  --section-title-measure: none;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.7rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
}

h3 {
  font-size: 1.8rem;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0 112px;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(249, 244, 255, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  inline-size: 46px;
  block-size: 46px;
  width: 46px;
  height: 46px;
  min-width: 46px;
  max-width: 46px;
  min-height: 46px;
  max-height: 46px;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy span:last-child {
  font-size: 0.82rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-nav a {
  min-width: 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
}

.site-nav a[aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}

.hero,
.feature-split,
.contact-layout,
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 430px);
  gap: 54px;
  align-items: start;
}

.hero-home {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, var(--hero-profile-width));
  column-gap: clamp(34px, 5vw, 64px);
  row-gap: 28px;
  align-items: start;
  padding: 48px 42px 40px;
  border: 1px solid rgba(143, 121, 187, 0.2);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 237, 255, 0.86) 100%);
  box-shadow: 0 30px 90px rgba(123, 97, 168, 0.14);
  overflow: hidden;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, var(--home-hero-stack-width));
  gap: clamp(40px, 5vw, 68px);
  align-items: start;
  padding: 48px 42px 40px;
  border: 1px solid rgba(143, 121, 187, 0.2);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(244, 237, 255, 0.86) 100%);
  box-shadow: 0 30px 90px rgba(123, 97, 168, 0.14);
  overflow: hidden;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.home-hero::before {
  top: -140px;
  right: -90px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(170, 147, 216, 0.18), transparent 72%);
}

.home-hero::after {
  bottom: -120px;
  left: -70px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.76), transparent 68%);
}

.home-hero > * {
  position: relative;
  z-index: 1;
}

.hero-home::before,
.hero-home::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-home::before {
  top: -140px;
  right: -90px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(170, 147, 216, 0.18), transparent 72%);
}

.hero-home::after {
  bottom: -120px;
  left: -70px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.76), transparent 68%);
}

.hero-home > * {
  position: relative;
  z-index: 1;
}

.page-hero {
  display: grid;
  gap: 18px;
  padding: var(--panel-padding-lg);
  border: 1px solid rgba(143, 121, 187, 0.18);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 237, 255, 0.88) 100%);
  box-shadow: var(--shadow);
}

.page-hero--editorial {
  position: relative;
  overflow: hidden;
  gap: 20px;
}

.page-hero--editorial::before,
.page-hero--editorial::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.page-hero--editorial::before {
  top: -110px;
  right: -70px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(170, 147, 216, 0.18), transparent 72%);
}

.page-hero--editorial::after {
  bottom: -90px;
  left: -50px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.72), transparent 70%);
}

.page-hero--editorial > * {
  position: relative;
  z-index: 1;
}

.page-hero--split {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  column-gap: clamp(28px, 4vw, 44px);
  row-gap: 28px;
  align-items: stretch;
}

.page-hero-copy {
  display: grid;
  gap: 20px;
  align-content: start;
}

.page-hero p {
  max-width: var(--measure-wide);
}

.page-hero--editorial .eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(143, 121, 187, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 30px rgba(123, 97, 168, 0.06);
}

.page-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.page-hero-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(143, 121, 187, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(123, 97, 168, 0.06);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
}

.article-hero-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  height: 100%;
  padding: var(--panel-padding);
  border: 1px solid rgba(143, 121, 187, 0.18);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 233, 251, 0.96) 100%);
  box-shadow: 0 22px 56px rgba(123, 97, 168, 0.12);
}

.article-hero-panel h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  max-width: 12ch;
}

.article-hero-panel p {
  max-width: none !important;
}

.article-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(143, 121, 187, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
}

.eyebrow {
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(143, 121, 187, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 30px rgba(123, 97, 168, 0.08);
}

.hero-text {
  max-width: var(--measure);
  font-size: 1.06rem;
  margin-top: 8px;
}

.hero-copy {
  display: grid;
  gap: 20px;
  align-content: start;
  padding-top: 14px;
  justify-items: stretch;
}

.home-hero-copy {
  display: grid;
  gap: 20px;
  align-content: start;
  justify-items: stretch;
  padding-top: 14px;
}

.hero-home h1 {
  font-size: clamp(3.15rem, 5.9vw, 5.15rem);
  max-width: 10.5ch;
}

.home-hero h1 {
  font-size: clamp(3.15rem, 5.9vw, 5.15rem);
  max-width: 10.5ch;
}

.hero-home .hero-text,
.home-hero .hero-text {
  width: 100% !important;
  max-width: min(100%, var(--copy-block-measure, var(--measure))) !important;
  margin-top: 0;
}

.hero-manifesto {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: none;
  margin-top: 6px;
  padding: 20px 22px;
  border: 1px solid rgba(143, 121, 187, 0.18);
  border-left: 4px solid var(--accent-strong);
  border-radius: 0 24px 24px 0;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 40px rgba(123, 97, 168, 0.08);
}

.hero-manifesto-label {
  color: var(--accent-strong);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-actions,
.cta-actions,
.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  max-width: 100%;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.hero-highlights li {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(245, 238, 255, 0.92);
  color: var(--text);
  font-size: 0.92rem;
}

.hero-home .hero-inline-facts span {
  padding: 12px 16px;
  border-color: rgba(143, 121, 187, 0.18);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 32px rgba(123, 97, 168, 0.08);
}

.hero-actions--footer {
  width: 100%;
  grid-column: 1 / -1;
  margin-top: 6px;
  padding-top: 14px;
  justify-content: flex-start;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  max-width: 100%;
  min-width: 0;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

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

.button-primary {
  background: var(--accent-strong);
  color: #fff;
  box-shadow: 0 14px 34px rgba(143, 121, 187, 0.28);
}

.button-secondary {
  background: rgba(247, 241, 255, 0.92);
  border-color: var(--line);
  color: var(--text);
}

.floating-whatsapp {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25d366 0%, #128c53 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 18px 44px rgba(18, 140, 83, 0.28);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.floating-whatsapp::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.16);
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(18, 140, 83, 0.34);
}

.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(18, 140, 83, 0.22);
  outline-offset: 4px;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: none;
}

.hero-card,
.service-card,
.article-card,
.glass-item,
.cta-panel,
.article-feature,
.editorial-copy,
.editorial-stats {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-card {
  --media-ratio: 4 / 5;
  --media-fit: cover;
  --media-position: center center;
  --media-max-height: none;
  --media-bg: transparent;
  position: relative;
  padding: 18px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.portrait-card {
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 237, 255, 0.94) 100%);
}

.hero-card img {
  width: 100%;
  aspect-ratio: var(--media-ratio);
  object-fit: var(--media-fit);
  object-position: var(--media-position);
  max-height: var(--media-max-height);
  background: var(--media-bg);
  border-radius: calc(var(--radius-lg) - 10px);
}

.media-frame--hero {
  --media-ratio: var(--hero-media-ratio);
  --media-fit: var(--hero-media-fit);
  --media-position: var(--hero-media-position);
  --media-max-height: var(--hero-media-max-height);
  --media-bg: var(--hero-media-bg);
}

.media-frame--spotlight {
  --media-ratio: var(--spotlight-media-ratio);
  --media-fit: var(--spotlight-media-fit);
  --media-position: var(--spotlight-media-position);
  --media-max-height: var(--spotlight-media-max-height);
  --media-bg: var(--spotlight-media-bg);
}

.media-frame--portrait {
  --media-ratio: var(--portrait-media-ratio);
  --media-fit: var(--portrait-media-fit);
  --media-position: var(--portrait-media-position);
  --media-max-height: var(--portrait-media-max-height);
  --media-bg: var(--portrait-media-bg);
}

.media-fit-contain {
  --media-ratio: auto;
  --media-fit: contain;
}

.media-fit-cover {
  --media-fit: cover;
}

.media-fit-natural {
  --media-ratio: auto;
  --media-fit: contain;
  --media-position: center center;
}

.hero-home .hero-card {
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 236, 255, 0.94) 100%);
}

.hero-home .hero-card--open {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero-card--open::before {
  content: none;
}

.hero-home .hero-card--open img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  max-height: none;
  border-radius: 0;
  box-shadow: 0 24px 70px rgba(65, 49, 96, 0.1);
  background: transparent;
}

.hero-portrait {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 24px 70px rgba(65, 49, 96, 0.1);
}

.home-hero-aside {
  display: grid;
  justify-items: stretch;
  align-content: start;
  gap: 22px;
  width: min(100%, var(--home-hero-stack-width));
  justify-self: end;
}

.home-hero-portrait {
  margin: 0;
  width: min(100%, var(--home-hero-stack-width));
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-hero-portrait img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 24px 70px rgba(65, 49, 96, 0.1);
}

.hero-badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 250px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(250, 245, 255, 0.96);
  box-shadow: 0 10px 30px rgba(123, 97, 168, 0.18);
}

.hero-badge span,
.article-tag,
.service-card span,
.timeline-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent-strong);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.hero-badge strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

.section {
  padding-top: 108px;
}

.section.cta-panel {
  margin-top: clamp(28px, 4vw, 48px);
}

.section--editorial .section-heading {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(143, 121, 187, 0.16);
}

.statement-band {
  padding-top: 26px;
}

.statement-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: start;
  padding: 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-mark {
  font-family: "Fraunces", serif;
  font-size: 6rem;
  line-height: 0.8;
  color: var(--accent);
}

.section-heading {
  display: grid;
  gap: 18px;
  margin-bottom: 42px;
}

.section-intro {
  display: grid;
  gap: 18px;
  width: 100%;
  margin-bottom: 56px;
  justify-items: stretch;
}

.section-intro-title,
.section-intro-copy {
  display: block;
  width: 100%;
}

.section-intro-title {
  max-width: min(100%, clamp(15ch, 56vw, 19ch));
}

.section-intro-copy {
  max-width: min(100%, var(--measure-wide));
}

.section-intro-copy {
  margin-top: 0;
}

.section-intro--spacious .section-intro-copy {
  margin-top: 0;
}

.section--editorial .section-intro,
.article-stack .section-intro,
.contact-simple .section-intro {
  margin-bottom: 44px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(143, 121, 187, 0.16);
}

.page-hero > h1 + p,
.bio-spotlight-copy > h2 + p,
.editorial-copy > h2 + p,
.contact-spotlight-copy > h2 + p,
.article-feature > h2 + p,
.bio-main .glass-item > h2 + p,
.section-heading--vertical > h2 + p {
  margin-top: 0;
}

.section-heading--vertical {
  gap: 18px;
}

.section-heading--vertical h2,
.section-heading--vertical p {
  width: 100%;
  max-width: var(--measure-wide);
}

.section-heading--fluid {
  justify-items: stretch;
}

.section-heading--fluid h2,
.section-heading--fluid > p:not(.eyebrow) {
  width: 100%;
  max-width: none;
}

.split-heading {
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
  gap: 28px;
  align-items: start;
}

.section-heading h2,
.compact h2 {
  max-width: var(--section-title-measure);
}

.split-heading p:last-child {
  max-width: 42ch;
}

.institutions-heading {
  gap: 18px;
}

.institutions-heading h2 {
  max-width: none;
  width: 100%;
}

.institutions-heading p:last-child {
  max-width: var(--measure-wide);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.service-card,
.article-card,
.glass-item,
.article-feature,
.cta-panel,
.editorial-copy,
.editorial-stats {
  display: grid;
  align-content: start;
  gap: 16px;
  height: 100%;
  padding: var(--panel-padding);
  border-radius: 30px;
}

.service-card h3,
.article-card h3,
.glass-item h3,
.glass-item h2 {
  margin-bottom: 0;
}

.intro-band {
  padding-top: 26px;
}

.feature-panel {
  display: grid;
  gap: 18px;
}

.expertise-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.expertise-grid .service-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.expertise-grid .service-card h3,
.expertise-grid .service-card p {
  max-width: none;
}

.expertise-grid .service-card span {
  width: fit-content;
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(143, 121, 187, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.service-card--primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 236, 253, 0.96) 100%);
}

.service-card--primary h3 {
  font-size: clamp(1.9rem, 3vw, 2.3rem);
}

.service-card--accent {
  background: linear-gradient(180deg, #aa93d8 0%, #8763c2 100%);
  box-shadow: 0 26px 60px rgba(123, 97, 168, 0.2);
}

.service-card--accent h3,
.service-card--accent p,
.service-card--accent span {
  color: #fff;
}

.service-card--accent span {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
}

.service-card--supporting {
  background: rgba(255, 255, 255, 0.78);
}

.feature-list,
.article-stack,
.contact-cards,
.about-copy {
  display: grid;
  gap: 32px;
}

.article-lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: 30px;
  align-items: stretch;
}

.article-intro-panel {
  height: 100%;
  margin-bottom: 0;
  padding: var(--panel-padding);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 30px;
  background: rgba(249, 244, 255, 0.92);
  box-shadow: var(--shadow);
}

.article-intro-panel .section-intro-title,
.article-intro-panel .section-intro-copy {
  max-width: none;
}

.article-intro-panel .section-intro-copy {
  max-width: 34ch;
}

.article-feature {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 233, 251, 0.96) 100%);
}

.article-feature::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 121, 187, 0.55), rgba(143, 121, 187, 0));
}

.article-feature p {
  max-width: none !important;
}

.article-feature-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.article-feature-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(143, 121, 187, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
}

.article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-card--editorial {
  position: relative;
  overflow: hidden;
  gap: 20px;
  padding: clamp(24px, 2.6vw, 30px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 242, 255, 0.92) 100%);
}

.article-card--editorial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 121, 187, 0.52), rgba(143, 121, 187, 0));
}

.article-card--editorial:nth-child(2n) {
  background: linear-gradient(180deg, rgba(252, 249, 255, 0.98) 0%, rgba(239, 231, 251, 0.92) 100%);
}

.article-card-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(143, 121, 187, 0.14);
}

.article-card-topline .article-tag {
  margin-bottom: 0;
  padding: 8px 11px;
  border: 1px solid rgba(143, 121, 187, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.article-card-meta {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-card--editorial h3 {
  max-width: 13ch;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.article-card--editorial p {
  max-width: none !important;
}

.article-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(143, 121, 187, 0.14);
}

.article-card-footer span {
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.article-card-footer::after {
  content: "Curadoria editorial";
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-visuals {
  grid-template-columns: 1fr 1fr;
}

.feature-visuals .image-panel {
  grid-column: 1 / -1;
  padding: 0;
  overflow: hidden;
}

.feature-visuals .image-panel img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.accent-panel {
  background: linear-gradient(180deg, #a892cf 0%, #8f79bb 100%);
}

.accent-panel h3,
.accent-panel p {
  color: #ffffff;
}

.editorial-band {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 30px;
  align-items: stretch;
}

.editorial-band--featured .editorial-copy {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 233, 251, 0.96) 100%);
}

.editorial-band--featured .editorial-stats {
  position: relative;
  overflow: hidden;
}

.editorial-band--featured .editorial-stats::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -50px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(170, 147, 216, 0.16), transparent 72%);
}

.editorial-copy {
  display: grid;
  gap: 18px;
}

.editorial-stats {
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f1ebfa 100%);
}

.editorial-stats div {
  display: grid;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.editorial-stats div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.editorial-stats strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cta-panel {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: stretch;
  gap: 28px;
  background: linear-gradient(180deg, #b6a1d8 0%, #8f79bb 100%);
}

.cta-panel--contact {
  position: relative;
  overflow: hidden;
  padding: var(--panel-padding-lg);
  border-radius: 34px;
}

.cta-panel--contact::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);
}

.cta-copy,
.cta-actions--stack {
  position: relative;
  z-index: 1;
}

.cta-copy {
  display: grid;
  gap: 16px;
  max-width: 42rem;
}

.cta-copy h2 {
  max-width: 15ch;
}

.cta-actions--stack {
  display: grid;
  width: min(100%, 348px);
  justify-items: stretch;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 48px rgba(74, 54, 116, 0.16);
  backdrop-filter: blur(14px);
}

.cta-actions--stack .button {
  width: 100%;
}

.cta-panel .button-primary {
  background: #ffffff;
  color: var(--accent-strong);
  box-shadow: 0 16px 36px rgba(71, 48, 111, 0.18);
}

.cta-panel .button-primary:hover {
  background: rgba(255, 255, 255, 0.96);
}

.cta-panel .button-secondary {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.cta-panel .button-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.cta-caption {
  max-width: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
}

.cta-panel h2,
.cta-panel p,
.cta-panel .eyebrow {
  color: #ffffff;
}

.article-feature h2 {
  margin-bottom: 12px;
  max-width: 15ch;
}

.preview-shell {
  display: grid;
  gap: 24px;
  padding: 32px 0 12px;
}

.preview-panel {
  display: grid;
  gap: 18px;
  height: 100%;
  padding: var(--panel-padding-lg);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 237, 255, 0.88) 100%);
  box-shadow: var(--shadow);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.preview-card {
  display: grid;
  gap: 16px;
  height: 100%;
  padding: var(--panel-padding);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.preview-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 52px;
  border-top: 1px solid rgba(143, 121, 187, 0.16);
}

.site-footer strong {
  display: block;
  margin-bottom: 6px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  text-decoration: none;
  color: var(--muted);
}

.thank-you {
  min-height: 60vh;
  align-content: center;
}

.page-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(246, 240, 255, 0.86);
  box-shadow: 0 18px 44px rgba(123, 97, 168, 0.1);
}

.page-subnav a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  background: rgba(252, 249, 255, 0.94);
  color: var(--muted);
  font-weight: 600;
}

.hero-inline-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-inline-facts span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 241, 255, 0.95);
  font-size: 0.9rem;
}

.profile-panel,
.bio-side,
.bio-main {
  display: grid;
  gap: 24px;
}

.profile-summary {
  padding: var(--panel-padding);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(249, 244, 255, 0.94);
  box-shadow: var(--shadow);
}

.profile-panel--hero {
  position: relative;
  display: grid;
  justify-items: stretch;
  align-content: start;
  gap: 22px;
  width: min(100%, var(--hero-profile-width));
  max-width: min(100%, var(--hero-profile-width));
  justify-self: end;
}

.profile-summary--hero {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: var(--panel-padding);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 56px rgba(123, 97, 168, 0.16);
  backdrop-filter: blur(16px);
}

.home-hero-summary {
  position: relative;
  z-index: 2;
  width: min(100%, var(--home-hero-stack-width));
  margin: 0;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 56px rgba(123, 97, 168, 0.16);
  backdrop-filter: blur(16px);
}

.credential-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.credential-list li {
  display: grid;
  gap: 7px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.credential-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.credential-list strong {
  font-size: 0.95rem;
  font-weight: 800;
}

.bio-spotlight,
.bio-layout {
  display: grid;
  grid-template-columns: minmax(340px, 420px) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.bio-spotlight-copy {
  display: grid;
  gap: 18px;
}

.bio-spotlight--editorial {
  align-items: center;
}

.bio-spotlight--editorial .bio-spotlight-copy {
  height: 100%;
  padding: var(--panel-padding);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(249, 244, 255, 0.92);
  box-shadow: var(--shadow);
}

.detail-list {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.detail-list div {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.detail-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.institutions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.institutions-grid .glass-item {
  min-height: 0;
}

.glass-item--wide {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 233, 251, 0.96) 100%);
}

.glass-item--wide h3 {
  font-size: clamp(2rem, 4vw, 2.45rem);
}

.glass-item--soft {
  background:
    linear-gradient(180deg, rgba(247, 241, 255, 0.94) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.glass-item--lined {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(143, 121, 187, 0.1), var(--shadow);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.journey-grid {
  position: relative;
  align-items: stretch;
}

.journey-grid::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 121, 187, 0.24), rgba(143, 121, 187, 0.56), rgba(143, 121, 187, 0.24));
}

.journey-card {
  position: relative;
  padding-top: 44px;
}

.journey-card::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 32px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent-strong);
  box-shadow: 0 0 0 10px rgba(170, 147, 216, 0.18);
}

.journey-card .timeline-label {
  position: relative;
  z-index: 1;
}

.contact-simple {
  padding-top: 40px;
}

.contact-spotlight {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: stretch;
}

.contact-spotlight-copy,
.contact-channel-card {
  height: 100%;
  padding: var(--panel-padding);
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(249, 244, 255, 0.94);
  box-shadow: var(--shadow);
}

.contact-spotlight-copy {
  display: grid;
  gap: 18px;
}

.contact-guide {
  display: grid;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(143, 121, 187, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
}

.contact-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-checklist li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: var(--copy-size);
  line-height: var(--copy-line-height);
}

.contact-checklist li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 0.72em;
  border-radius: 50%;
  background: var(--accent-strong);
  box-shadow: 0 0 0 8px rgba(170, 147, 216, 0.14);
}

.contact-channel-card {
  display: grid;
  align-content: start;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(252, 249, 255, 0.98) 0%, rgba(236, 227, 251, 0.98) 100%);
}

.contact-channel-card .button {
  margin-top: auto;
}

.contact-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.contact-highlights span {
  padding: 10px 12px;
  border: 1px solid rgba(143, 121, 187, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-channel-card h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-variant-numeric: lining-nums tabular-nums;
}

.hero-copy,
.home-hero-copy,
.feature-panel,
.bio-spotlight-copy,
.editorial-copy,
.contact-spotlight-copy,
.cta-copy,
.bio-main,
.page-hero {
  justify-items: stretch;
}

.hero-copy p:not(.eyebrow),
.home-hero-copy p:not(.eyebrow),
.feature-panel p,
.bio-spotlight-copy p,
.editorial-copy p,
.contact-spotlight-copy p,
.page-hero p,
.profile-summary p,
.hero-manifesto > p,
.section-intro-copy,
.article-feature > p,
.cta-copy > p,
.cta-caption,
.site-footer p {
  width: 100% !important;
  max-width: min(100%, var(--copy-block-measure, var(--measure))) !important;
}

.glass-item > p,
.service-card > p,
.article-card > p,
.detail-list p,
.credential-list span,
.contact-channel-card p,
.editorial-stats span {
  width: 100% !important;
  max-width: min(100%, var(--copy-card-measure, var(--measure-card))) !important;
}

.hero-copy > p:not(.eyebrow),
.home-hero-copy > p:not(.eyebrow),
.feature-panel > p,
.bio-spotlight-copy > p,
.editorial-copy > p,
.contact-spotlight-copy > p,
.bio-main > p,
.page-hero > p,
.hero-manifesto > p,
.section-intro-copy,
.article-feature > p,
.glass-item > p,
.service-card > p,
.article-card > p,
.detail-list p,
.credential-list span,
.contact-channel-card p,
.cta-copy > p,
.cta-caption {
  justify-self: stretch;
}

.eyebrow,
.hero-eyebrow,
.hero-manifesto-label,
.text-link,
.hero-actions,
.cta-actions,
.section-cta,
.hero-inline-facts,
.hero-highlights,
.article-tag,
.timeline-label {
  justify-self: start;
}

.hero-copy p + p,
.home-hero-copy p + p,
.page-hero p + p,
.bio-spotlight-copy p + p,
.editorial-copy p + p,
.contact-spotlight-copy p + p,
.glass-item p + p,
.service-card p + p,
.article-card p + p,
.profile-summary p + p,
.contact-channel-card p + p,
.cta-copy p + p {
  margin-top: 0;
}

.service-card p,
.glass-item p,
.article-card p,
.detail-list p,
.contact-channel-card p {
  max-width: var(--copy-card-measure, var(--measure-card));
}

.editorial-stats span,
.credential-list span {
  max-width: var(--copy-card-measure, 32ch);
}

.hero-inline-facts span,
.credential-list strong,
.editorial-stats strong,
.timeline-label,
.contact-channel-card h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

@media (max-width: 980px) {
  .hero,
  .feature-split,
  .contact-layout,
  .about-layout,
  .page-hero--split,
  .cards-grid,
  .cta-panel,
  .split-heading,
  .editorial-band,
  .timeline-grid,
  .feature-visuals,
  .bio-spotlight,
  .bio-layout,
  .step-grid,
  .article-lead-layout,
  .preview-grid,
  .contact-spotlight {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 28px;
    padding: 18px 20px;
  }

  .brand {
    width: 100%;
    align-items: center;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 10px 14px;
  }

  .cta-panel,
  .site-footer {
    align-items: flex-start;
  }

  .section {
    padding-top: 84px;
  }

  .hero-home {
    grid-template-columns: minmax(0, 1fr) minmax(280px, var(--hero-profile-width));
    column-gap: 34px;
    row-gap: 24px;
    padding: 34px 28px 30px;
  }

  .home-hero {
    padding: 34px 28px 30px;
    gap: 34px;
  }

  .hero,
  .feature-split,
  .contact-layout,
  .about-layout {
    gap: 34px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .home-hero-copy {
    padding-top: 0;
  }

  .hero-home h1 {
    font-size: clamp(2.8rem, 6vw, 4.4rem);
    max-width: 11.5ch;
  }

  .home-hero h1 {
    font-size: clamp(2.8rem, 6vw, 4.4rem);
    max-width: 11.5ch;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
  }

  .service-card--accent {
    transform: none;
  }

  .profile-panel--hero {
    width: 100%;
    max-width: min(100%, var(--hero-profile-width));
    justify-self: center;
  }

  .hero-portrait {
    width: 100%;
  }

  .hero-portrait img {
    width: 100%;
    margin-inline: 0;
  }

  .profile-summary--hero {
    width: 100%;
    margin: 0;
  }

  .journey-grid::before {
    display: none;
  }

  .home-hero-aside {
    width: min(100%, var(--home-hero-stack-width));
    justify-self: center;
  }

  .home-hero-portrait,
  .home-hero-summary {
    width: min(100%, var(--home-hero-stack-width));
  }
}

@media (max-width: 720px) {
  :root {
    --copy-size: 0.98rem;
    --copy-line-height: 1.78;
    --copy-flow-space: 0;
    --copy-section-gap: 0;
  }

  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
    padding-top: 14px;
  }

  .site-header {
    position: static;
    border-radius: 24px;
    padding: 16px;
    gap: 14px;
  }

  .hero-home {
    grid-template-columns: 1fr;
    row-gap: 22px;
    padding: 24px 20px 22px;
    border-radius: 28px;
  }

  .home-hero {
    grid-template-columns: 1fr;
    padding: 24px 20px 22px;
    border-radius: 28px;
    gap: 30px;
  }

  .brand {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .brand-mark {
    flex: none;
    inline-size: 46px;
    block-size: 46px;
    width: 46px;
    height: 46px;
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    border-radius: 999px;
  }

  .profile-panel--hero {
    width: 100%;
    max-width: 360px;
  }

  .hero-portrait {
    width: 100%;
  }

  .hero-portrait img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    border-radius: 0;
  }

  .site-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
  }

  .page-subnav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 10px;
    scrollbar-width: none;
  }

  .page-subnav::-webkit-scrollbar {
    display: none;
  }

  .page-subnav a {
    white-space: nowrap;
  }

  h1,
  .section-heading h2,
  .compact h2,
  .article-feature h2 {
    max-width: none;
  }

  h1 {
    font-size: clamp(2.4rem, 11vw, 3.4rem);
  }

  h2 {
    font-size: clamp(1.95rem, 8vw, 2.8rem);
  }

  h3 {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
  }

  .hero-copy {
    gap: 22px;
  }

  .home-hero-copy {
    gap: 22px;
  }

  .hero-home h1 {
    font-size: clamp(2.45rem, 10vw, 3.35rem);
    max-width: none;
  }

  .home-hero h1 {
    font-size: clamp(2.45rem, 10vw, 3.35rem);
    max-width: none;
  }

  .hero-home .hero-text,
  .home-hero .hero-text {
    max-width: min(100%, var(--copy-block-measure, var(--measure))) !important;
  }

  .hero-manifesto {
    padding: 16px 16px 16px 18px;
    border-radius: 0 20px 20px 0;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    justify-items: stretch;
    gap: 12px;
    margin-top: 24px;
  }

  .hero-actions--footer {
    margin-top: 6px;
    padding-top: 2px;
  }

  .button,
  .hero-actions .button,
  .cta-actions .button,
  .cta-actions--stack .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 15px 18px;
  }

  .hero-inline-facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-inline-facts span {
    width: 100%;
    text-align: center;
  }

  .section-intro {
    gap: 18px;
    margin-bottom: 40px;
  }

  .section-intro-copy {
    margin-top: 0;
  }

  .section-intro--spacious .section-intro-copy {
    margin-top: 0;
  }

  .hero-badge {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .statement-card {
    grid-template-columns: 1fr;
    padding: 26px;
    gap: 12px;
  }

  .profile-summary--hero {
    width: 100%;
    margin: 12px 0 0;
  }

  .home-hero-aside {
    width: 100%;
    max-width: 360px;
  }

  .home-hero-portrait,
  .home-hero-summary {
    width: 100%;
  }

  .service-card,
  .glass-item,
  .article-card,
  .article-feature,
  .editorial-copy,
  .editorial-stats,
  .contact-spotlight-copy,
  .contact-channel-card,
  .profile-summary,
  .profile-summary--hero,
  .cta-panel,
  .page-hero {
    padding: 24px;
    border-radius: 20px;
  }

  .bio-spotlight--editorial .bio-spotlight-copy {
    padding: 24px;
  }

  .cta-panel--contact {
    padding: 28px 24px;
  }

  .journey-card {
    min-height: 0;
    padding-top: 40px;
  }

  .journey-card::before {
    left: 24px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 36px;
  }

  .floating-whatsapp {
    left: 10px;
    right: 10px;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(calc(100% - 16px), var(--max-width));
  }

  .hero-home {
    padding: 20px 16px 18px;
  }

  .home-hero {
    padding: 20px 16px 18px;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy span:last-child {
    font-size: 0.78rem;
  }

  .hero-eyebrow {
    padding: 8px 12px;
    font-size: 0.72rem;
    letter-spacing: 0.13em;
  }

  .hero-home h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .home-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .profile-panel--hero {
    width: 100%;
    max-width: 320px;
  }

  .home-hero-aside {
    width: 100%;
    max-width: 320px;
  }

  .hero-portrait {
    width: 100%;
  }

  .hero-portrait img {
    width: 100%;
    max-width: 100%;
  }

  .home-hero-portrait img {
    width: 100%;
    max-width: 100%;
  }

  .hero-actions,
  .cta-actions {
    gap: 10px;
  }

  .button,
  .hero-actions .button,
  .cta-actions .button,
  .cta-actions--stack .button {
    padding: 14px 16px;
    font-size: 0.96rem;
  }

  .profile-summary--hero {
    padding: 20px 18px;
  }

  .contact-channel-card h3 {
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .credential-list li,
  .detail-list div,
  .editorial-stats div {
    padding: 12px 0;
  }
}
