/* ================================================================
   Natalie Gleeson - final visual lock
   One type scale, one spacing system, one arrow implementation.
   This file intentionally loads last.
   ================================================================ */

:root {
  --type-h1: clamp(2.35rem, 2.95vw, 2.75rem);
  --type-h2: clamp(1.65rem, 2.1vw, 2rem);
  --type-h3: 1.25rem;
  --type-body: 1rem;
  --type-small: 0.75rem;
  --space-section: clamp(4.5rem, 7vw, 5.5rem);
  --space-hero-top: clamp(9.25rem, 12vw, 10rem);
  --space-hero-bottom: clamp(4.25rem, 7vw, 5rem);
  --radius-media: 8px;
}

html,
body,
button,
input,
textarea,
select {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}

/* Strict five-size type system. */
html body.natalie-gleeson-theme main.page h1 {
  max-width: 18ch !important;
  margin: 0 0 1.5rem !important;
  font-size: var(--type-h1) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

html body.natalie-gleeson-theme main.page h2,
html body.natalie-gleeson-theme .site-footer h2 {
  max-width: 25ch !important;
  margin: 0 0 1.25rem !important;
  font-size: var(--type-h2) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

html body.natalie-gleeson-theme main.page h3 {
  margin-top: 0 !important;
  font-size: var(--type-h3) !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
}

html body.natalie-gleeson-theme main.page p,
html body.natalie-gleeson-theme main.page li,
html body.natalie-gleeson-theme main.page .lead,
html body.natalie-gleeson-theme .site-footer p,
html body.natalie-gleeson-theme .site-footer a {
  font-size: var(--type-body) !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}

html body.natalie-gleeson-theme main.page .eyebrow,
html body.natalie-gleeson-theme main.page small,
html body.natalie-gleeson-theme main.page .image-caption,
html body.natalie-gleeson-theme main.page .tool-label,
html body.natalie-gleeson-theme main.page .pathway-number,
html body.natalie-gleeson-theme .site-footer .eyebrow,
html body.natalie-gleeson-theme .site-header .nav-links a,
html body.natalie-gleeson-theme .button,
html body.natalie-gleeson-theme .text-link {
  font-size: var(--type-small) !important;
  letter-spacing: 0 !important;
}

html body.natalie-gleeson-theme main.page .eyebrow,
html body.natalie-gleeson-theme .site-footer .eyebrow {
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

html body.natalie-gleeson-theme main.page .lead {
  max-width: 62ch !important;
  color: var(--muted) !important;
  font-weight: 400 !important;
}

/* Predictable page rhythm. */
html body.natalie-gleeson-theme main.page > .section,
html body.natalie-gleeson-theme main.page > section.section,
html body.natalie-gleeson-theme main.page .capability-chapter {
  padding-top: var(--space-section) !important;
  padding-bottom: var(--space-section) !important;
}

html body.natalie-gleeson-theme .home-hero,
html body.natalie-gleeson-theme .page-hero,
html body.natalie-gleeson-theme .framework-hero,
html body.natalie-gleeson-theme .about-hero,
html body.natalie-gleeson-theme .speaking-hero,
html body.natalie-gleeson-theme .resourceful-hero,
html body.natalie-gleeson-theme .work-page-hero,
html body.natalie-gleeson-theme .contact-hero {
  min-height: 0 !important;
  padding-top: var(--space-hero-top) !important;
  padding-bottom: var(--space-hero-bottom) !important;
}

html body.natalie-gleeson-theme .section-heading {
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem) !important;
}

html body.natalie-gleeson-theme .section-heading > p,
html body.natalie-gleeson-theme .section-heading > div + p {
  max-width: 46ch !important;
}

/* Header and brand. */
html body.natalie-gleeson-theme .site-header {
  top: 18px !important;
}

html body.natalie-gleeson-theme .nav-shell {
  min-height: 76px !important;
  grid-template-columns: 210px minmax(0, 1fr) auto !important;
  padding: 10px 14px 10px 24px !important;
}

html body.natalie-gleeson-theme .brand-wordmark {
  display: flex !important;
  width: 210px !important;
  height: 52px !important;
  padding: 0 !important;
  align-items: center !important;
  overflow: visible !important;
  color: #E8C96A !important;
  text-decoration: none !important;
}

html body.natalie-gleeson-theme .brand-wordmark > span,
html body.natalie-gleeson-theme .footer-wordmark {
  display: block !important;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  color: #E8C96A !important;
  white-space: nowrap;
}

html body.natalie-gleeson-theme .site-header .nav-links a {
  padding: 11px 9px !important;
  font-weight: 600 !important;
}

/* Remove the legacy home rule that visually collides with the copy. */
html body.natalie-gleeson-theme .home-hero::before,
html body.natalie-gleeson-theme .home-hero::after,
html body.natalie-gleeson-theme .hero-copy::before,
html body.natalie-gleeson-theme .hero-copy::after {
  content: none !important;
  display: none !important;
}

html body.natalie-gleeson-theme .home-hero .kinetic-grid-canvas {
  opacity: 0.42 !important;
}

/* Home hero: concise copy plus three equal pathways. */
html body.home.natalie-gleeson-theme .page-home-final .hero-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr) !important;
  align-items: center !important;
  gap: clamp(3rem, 6vw, 5.5rem) !important;
}

html body.home.natalie-gleeson-theme .page-home-final .hero-copy {
  padding-left: 0 !important;
}

html body.home.natalie-gleeson-theme .page-home-final .hero-copy h1 {
  max-width: 15ch !important;
}

html body.home.natalie-gleeson-theme .final-pathway-visual {
  width: 100% !important;
  min-width: 0 !important;
}

html body.home.natalie-gleeson-theme .final-pathway-visual .hero-index {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body.home.natalie-gleeson-theme .final-pathway-visual .hero-index a {
  display: flex !important;
  min-width: 0 !important;
  min-height: 250px !important;
  padding: 20px 16px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(201, 168, 76, 0.58) !important;
  border-radius: 8px !important;
  background: #FAF8F4 !important;
  color: #1A1A1A !important;
  box-shadow: 0 16px 36px rgba(10, 10, 10, 0.08) !important;
  text-align: left !important;
  text-decoration: none !important;
}

html body.home.natalie-gleeson-theme .final-pathway-visual .pathway-number {
  display: grid !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 0 26px !important;
  place-items: center;
  border: 1px solid #C9A84C !important;
  border-radius: 50% !important;
  color: #9F7F28 !important;
  font-weight: 700 !important;
}

html body.home.natalie-gleeson-theme .final-pathway-visual .hero-index strong {
  display: block !important;
  min-height: 48px !important;
  margin: 0 0 14px !important;
  color: #1A1A1A !important;
  font-size: 0.95rem !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

html body.home.natalie-gleeson-theme .final-pathway-visual .hero-index small {
  display: flex !important;
  width: 100% !important;
  min-height: 70px !important;
  margin-top: auto !important;
  padding: 11px 12px !important;
  align-items: center !important;
  border: 1px solid rgba(201, 168, 76, 0.45) !important;
  border-radius: 6px !important;
  background: #F5E6B8 !important;
  color: #1A1A1A !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

html[data-theme="dark"] body.home.natalie-gleeson-theme .final-pathway-visual .hero-index a,
html[data-theme="dark"] body.home.natalie-gleeson-theme .final-pathway-visual .hero-index strong,
html[data-theme="dark"] body.home.natalie-gleeson-theme .final-pathway-visual .hero-index small {
  color: #1A1A1A !important;
}

/* -----------------------------------------------------------------
   Expanded homepage: personal hero, pathways, capability and proof.
   ----------------------------------------------------------------- */
html body.home.natalie-gleeson-theme .page-home-expanded .home-hero-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr) !important;
  align-items: center !important;
  gap: clamp(3.5rem, 7vw, 7rem) !important;
}

html body.home.natalie-gleeson-theme .page-home-expanded .hero-copy h1 {
  max-width: 15ch !important;
}

html body.home.natalie-gleeson-theme .home-portrait-card {
  position: relative;
  width: min(100%, 540px);
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.62);
  border-radius: 8px;
  background: #F5E6B8;
  box-shadow: 0 22px 54px rgba(10, 10, 10, 0.12);
}

html body.home.natalie-gleeson-theme .home-portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.45;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center 30%;
}

html body.home.natalie-gleeson-theme .home-portrait-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 72px;
  padding: 16px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(10, 10, 10, 0.93);
  color: #FAF8F4;
}

html body.home.natalie-gleeson-theme .home-portrait-card figcaption strong {
  font-size: var(--type-h3) !important;
  font-weight: 650;
  line-height: 1.2;
}

html body.home.natalie-gleeson-theme .home-portrait-card figcaption span {
  max-width: 24ch;
  color: #E8C96A;
  font-size: var(--type-small) !important;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
}

html body.home.natalie-gleeson-theme .home-pathways {
  border-top: 1px solid var(--line);
  background: var(--page);
}

html body.home.natalie-gleeson-theme .home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
}

html body.home.natalie-gleeson-theme .home-section-heading h2,
html body.home.natalie-gleeson-theme .home-section-heading p {
  margin-bottom: 0 !important;
}

html body.home.natalie-gleeson-theme .home-pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

html body.home.natalie-gleeson-theme .home-pathway-card {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(10, 10, 10, 0.07);
  text-decoration: none;
  transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

html body.home.natalie-gleeson-theme .home-pathway-card:hover,
html body.home.natalie-gleeson-theme .home-pathway-card:focus-visible {
  border-color: #C9A84C;
  box-shadow: 0 22px 52px rgba(10, 10, 10, 0.12);
  transform: translateY(-5px);
}

html body.home.natalie-gleeson-theme .home-pathway-featured {
  border-color: rgba(201, 168, 76, 0.78);
  background: #F5E6B8;
  color: #0A0A0A;
}

html[data-theme="dark"] body.home.natalie-gleeson-theme .home-pathway-card {
  background: #141414;
  color: #FAF8F4;
}

html[data-theme="dark"] body.home.natalie-gleeson-theme .home-pathway-featured {
  border-color: #C9A84C;
  background: #F5E6B8;
  color: #0A0A0A;
}

html body.home.natalie-gleeson-theme .home-pathway-top {
  display: flex;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  justify-content: space-between;
}

html body.home.natalie-gleeson-theme .home-pathway-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #C9A84C;
  border-radius: 50%;
  color: #9F7F28;
  font-size: var(--type-small) !important;
  font-weight: 700;
}

html body.home.natalie-gleeson-theme .home-pathway-arrow {
  color: #9F7F28;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

html body.home.natalie-gleeson-theme .home-pathway-card:hover .home-pathway-arrow {
  transform: translateX(4px);
}

html body.home.natalie-gleeson-theme .home-pathway-card > .eyebrow {
  margin-bottom: 0.75rem !important;
  color: #9F7F28 !important;
}

html body.home.natalie-gleeson-theme .home-pathway-card h3 {
  min-height: 3.25rem;
  margin-bottom: 1rem !important;
  color: inherit;
}

html body.home.natalie-gleeson-theme .home-pathway-card > p {
  margin: 0 0 2rem !important;
  color: var(--muted);
}

html body.home.natalie-gleeson-theme .home-pathway-featured > p {
  color: #4F4A3D;
}

html body.home.natalie-gleeson-theme .home-pathway-tags {
  display: flex;
  margin-top: auto;
  padding-top: 1.25rem;
  flex-wrap: wrap;
  gap: 7px;
  border-top: 1px solid var(--line);
}

html body.home.natalie-gleeson-theme .home-pathway-tags span {
  display: inline-flex;
  min-height: 30px;
  padding: 6px 10px;
  align-items: center;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 80%, #F5E6B8 20%);
  color: inherit;
  font-size: var(--type-small) !important;
  font-weight: 600;
  line-height: 1.2;
}

html body.home.natalie-gleeson-theme .home-pathway-featured .home-pathway-tags {
  border-top-color: rgba(10, 10, 10, 0.18);
}

html body.home.natalie-gleeson-theme .home-pathway-featured .home-pathway-tags span {
  border-color: rgba(10, 10, 10, 0.2);
  background: rgba(250, 248, 244, 0.62);
}

html body.home.natalie-gleeson-theme .home-capability {
  border-top: 0 !important;
  background-color: #0A0A0A !important;
  background-image:
    linear-gradient(rgba(232, 201, 106, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 201, 106, 0.065) 1px, transparent 1px) !important;
  background-size: 64px 64px !important;
  color: #FAF8F4 !important;
}

html body.home.natalie-gleeson-theme .home-capability-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
}

html body.home.natalie-gleeson-theme .home-capability-intro {
  position: sticky;
  top: 130px;
}

html body.home.natalie-gleeson-theme .home-capability h2,
html body.home.natalie-gleeson-theme .home-capability h3 {
  color: #FAF8F4 !important;
}

html body.home.natalie-gleeson-theme .home-capability .eyebrow,
html body.home.natalie-gleeson-theme .home-capability-item > strong {
  color: #E8C96A !important;
}

html body.home.natalie-gleeson-theme .home-capability p {
  color: rgba(250, 248, 244, 0.68) !important;
}

html body.home.natalie-gleeson-theme .home-capability-link {
  margin-top: 1rem;
  color: #FAF8F4 !important;
  border-bottom-color: rgba(250, 248, 244, 0.28) !important;
}

html body.home.natalie-gleeson-theme .home-capability-grid {
  border-top: 1px solid rgba(250, 248, 244, 0.18);
}

html body.home.natalie-gleeson-theme .home-capability-item {
  position: relative;
  display: grid;
  min-height: 190px;
  padding: 2rem 3.5rem 2rem 0;
  grid-template-columns: 88px minmax(0, 0.7fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(250, 248, 244, 0.18);
  color: #FAF8F4;
  text-decoration: none;
}

html body.home.natalie-gleeson-theme .home-capability-item > strong {
  font-size: var(--type-h2) !important;
  line-height: 1;
}

html body.home.natalie-gleeson-theme .home-capability-item h3,
html body.home.natalie-gleeson-theme .home-capability-item p {
  margin: 0 !important;
}

html body.home.natalie-gleeson-theme .home-capability-item > span {
  position: absolute;
  right: 0;
  color: #E8C96A;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  transition: transform 0.25s ease;
}

html body.home.natalie-gleeson-theme .home-capability-item:hover > span {
  transform: translateX(4px);
}

html body.home.natalie-gleeson-theme .home-experience {
  background: var(--surface);
}

html body.home.natalie-gleeson-theme .home-experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7.5rem);
}

html body.home.natalie-gleeson-theme .home-experience-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.48);
  border-radius: 8px;
}

html body.home.natalie-gleeson-theme .home-experience-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0 !important;
  object-fit: cover;
}

html body.home.natalie-gleeson-theme .home-experience-copy > p:not(.eyebrow) {
  max-width: 58ch;
  color: var(--muted);
}

html body.home.natalie-gleeson-theme .home-proof-list {
  display: grid;
  margin: 2rem 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

html body.home.natalie-gleeson-theme .home-proof-list > div {
  padding: 1.25rem 1rem 1.25rem 0;
}

html body.home.natalie-gleeson-theme .home-proof-list > div + div {
  padding-left: 1rem;
  border-left: 1px solid var(--line);
}

html body.home.natalie-gleeson-theme .home-proof-list dt {
  margin-bottom: 0.4rem;
  color: #9F7F28;
  font-size: var(--type-h3);
  font-weight: 700;
}

html body.home.natalie-gleeson-theme .home-proof-list dd {
  margin: 0;
  color: var(--muted);
  font-size: var(--type-small);
  line-height: 1.45;
}

/* Compact newsletter panel. */
html body.natalie-gleeson-theme .newsletter-section {
  padding-top: var(--space-section) !important;
  padding-bottom: var(--space-section) !important;
}

html body.natalie-gleeson-theme .newsletter-panel {
  min-height: 290px !important;
  padding: clamp(2.25rem, 5vw, 4rem) !important;
  gap: clamp(1.75rem, 4vw, 3.5rem) !important;
}

/* Consistent cards, media and component spacing. */
html body.natalie-gleeson-theme main.page img,
html body.natalie-gleeson-theme main.page .parallax-media,
html body.natalie-gleeson-theme main.page .tilt,
html body.natalie-gleeson-theme main.page .keynote-card,
html body.natalie-gleeson-theme main.page .newsletter-article,
html body.natalie-gleeson-theme main.page .resource-grid article,
html body.natalie-gleeson-theme main.page .tool-panel,
html body.natalie-gleeson-theme main.page .contact-form-panel,
html body.natalie-gleeson-theme main.page .contact-aside {
  border-radius: var(--radius-media) !important;
}

html body.natalie-gleeson-theme .speaking-hero-grid,
html body.natalie-gleeson-theme .resourceful-hero-grid,
html body.natalie-gleeson-theme .framework-hero-grid,
html body.natalie-gleeson-theme .about-hero-grid,
html body.natalie-gleeson-theme .contact-hero-grid,
html body.natalie-gleeson-theme .work-hero-grid {
  align-items: center !important;
  gap: clamp(3rem, 7vw, 6rem) !important;
}

html body.natalie-gleeson-theme .keynote-list {
  gap: 0 !important;
}

html body.natalie-gleeson-theme .keynote-card {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

html body.natalie-gleeson-theme .takeaway-box {
  margin-top: 1.5rem !important;
  padding: 1.25rem !important;
}

html body.natalie-gleeson-theme .speaking-options,
html body.natalie-gleeson-theme .speaker-profile-section,
html body.natalie-gleeson-theme .about-story,
html body.natalie-gleeson-theme .about-stage-section,
html body.natalie-gleeson-theme .contact-section,
html body.natalie-gleeson-theme .schedule-section {
  padding-top: var(--space-section) !important;
  padding-bottom: var(--space-section) !important;
}

/* One actual horizontal arrow. Never synthesize another one. */
html body.natalie-gleeson-theme .button::before,
html body.natalie-gleeson-theme .button::after,
html body.natalie-gleeson-theme .text-link::before,
html body.natalie-gleeson-theme .text-link::after,
html body.natalie-gleeson-theme .wp-block-button__link::before,
html body.natalie-gleeson-theme .wp-block-button__link::after,
html body.natalie-gleeson-theme .button > span[aria-hidden="true"]::before,
html body.natalie-gleeson-theme .button > span[aria-hidden="true"]::after,
html body.natalie-gleeson-theme .text-link > span[aria-hidden="true"]::before,
html body.natalie-gleeson-theme .text-link > span[aria-hidden="true"]::after,
html body.natalie-gleeson-theme .brand-wordmark::before,
html body.natalie-gleeson-theme .brand-wordmark::after,
html body.natalie-gleeson-theme .footer-wordmark::before,
html body.natalie-gleeson-theme .footer-wordmark::after,
html body.home.natalie-gleeson-theme .hero-index::before,
html body.home.natalie-gleeson-theme .hero-index::after,
html body.home.natalie-gleeson-theme .hero-index a::before,
html body.home.natalie-gleeson-theme .hero-index a::after,
html body.home.natalie-gleeson-theme .hero-index strong::before,
html body.home.natalie-gleeson-theme .hero-index strong::after,
html body.home.natalie-gleeson-theme .hero-index small::before,
html body.home.natalie-gleeson-theme .hero-index small::after {
  content: none !important;
  display: none !important;
}

html body.natalie-gleeson-theme .button,
html body.natalie-gleeson-theme .text-link {
  display: inline-flex !important;
  min-height: 50px !important;
  padding: 13px 20px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

html body.natalie-gleeson-theme .button > span[aria-hidden="true"],
html body.natalie-gleeson-theme .text-link > span[aria-hidden="true"] {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  margin-left: auto !important;
  align-items: center !important;
  color: currentColor !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

html body.natalie-gleeson-theme .button:hover > span[aria-hidden="true"],
html body.natalie-gleeson-theme .text-link:hover > span[aria-hidden="true"] {
  transform: translateX(3px) !important;
}

html body.natalie-gleeson-theme .button-gold,
html body.natalie-gleeson-theme .button-gold > span,
html[data-theme="dark"] body.natalie-gleeson-theme .button-dark,
html[data-theme="dark"] body.natalie-gleeson-theme .button-dark > span {
  color: #0A0A0A !important;
}

html:not([data-theme="dark"]) body.natalie-gleeson-theme .button-dark > span {
  color: #E8C96A !important;
}

/* Footer: compact, aligned and consistent with the type scale. */
html body.natalie-gleeson-theme .site-footer {
  padding-top: 0 !important;
}

html body.natalie-gleeson-theme .site-footer .footer-top {
  padding-top: 4.5rem !important;
  padding-bottom: 3.75rem !important;
}

html body.natalie-gleeson-theme .site-footer .footer-intro,
html body.natalie-gleeson-theme .site-footer .footer-contact-row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

html body.natalie-gleeson-theme .site-footer .footer-wordmark {
  margin-bottom: 1.5rem !important;
  text-decoration: none !important;
}

html body.natalie-gleeson-theme .site-footer .footer-action h2 {
  max-width: 18ch !important;
}

html body.natalie-gleeson-theme .site-footer .footer-contact-row {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

html body.natalie-gleeson-theme .site-footer .footer-bottom {
  padding-top: 1.5rem !important;
  padding-bottom: 2rem !important;
}

html body.natalie-gleeson-theme a[href^="mailto:"] {
  font-size: inherit !important;
  overflow-wrap: anywhere;
}

html body.natalie-gleeson-theme a[href^="mailto:"]::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 1100px) {
  html body.natalie-gleeson-theme .nav-shell {
    grid-template-columns: 170px minmax(0, 1fr) auto !important;
    padding-left: 18px !important;
  }

  html body.natalie-gleeson-theme .brand-wordmark {
    width: 170px !important;
  }

  html body.natalie-gleeson-theme .brand-wordmark > span {
    font-size: 1.05rem !important;
  }

  html body.natalie-gleeson-theme .site-header .nav-links a {
    padding-inline: 7px !important;
    font-size: 0.7rem !important;
  }

  html body.home.natalie-gleeson-theme .page-home-final .hero-layout {
    grid-template-columns: 1fr !important;
  }

  html body.home.natalie-gleeson-theme .final-pathway-visual {
    max-width: 760px !important;
    justify-self: start !important;
  }
}

@media (max-width: 900px) {
  :root {
    --type-h1: clamp(2rem, 8.5vw, 2.25rem);
    --type-h2: clamp(1.5rem, 6.3vw, 1.7rem);
    --type-h3: 1.18rem;
    --type-body: 0.98rem;
    --type-small: 0.74rem;
    --space-section: 4rem;
    --space-hero-top: 7.5rem;
    --space-hero-bottom: 3.75rem;
  }

  html body.natalie-gleeson-theme .site-header {
    top: 12px !important;
  }

  html body.natalie-gleeson-theme .nav-shell {
    min-height: 68px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    padding: 8px 10px 8px 16px !important;
  }

  html body.natalie-gleeson-theme .brand-wordmark {
    width: 170px !important;
    height: 48px !important;
    margin-right: auto !important;
  }

  html body.natalie-gleeson-theme .brand-wordmark > span {
    font-size: 1.02rem !important;
  }

  html body.natalie-gleeson-theme .nav-tools {
    margin-left: auto !important;
  }

  html body.natalie-gleeson-theme .nav-links {
    z-index: 1000 !important;
  }

  html body.natalie-gleeson-theme main.page h1,
  html body.natalie-gleeson-theme main.page h2 {
    max-width: 100% !important;
  }

  html body.home.natalie-gleeson-theme .final-pathway-visual .hero-index {
    grid-template-columns: 1fr !important;
  }

  html body.home.natalie-gleeson-theme .final-pathway-visual .hero-index a {
    min-height: 190px !important;
  }

  html body.home.natalie-gleeson-theme .final-pathway-visual .pathway-number {
    margin-bottom: 20px !important;
  }

  html body.home.natalie-gleeson-theme .final-pathway-visual .hero-index strong,
  html body.home.natalie-gleeson-theme .final-pathway-visual .hero-index small {
    min-height: 0 !important;
  }

  html body.natalie-gleeson-theme .speaking-hero-grid,
  html body.natalie-gleeson-theme .resourceful-hero-grid,
  html body.natalie-gleeson-theme .framework-hero-grid,
  html body.natalie-gleeson-theme .about-hero-grid,
  html body.natalie-gleeson-theme .contact-hero-grid,
  html body.natalie-gleeson-theme .work-hero-grid {
    gap: 2.5rem !important;
  }

  html body.natalie-gleeson-theme .button,
  html body.natalie-gleeson-theme .text-link {
    max-width: 100% !important;
  }

  html body.natalie-gleeson-theme .site-footer .footer-top {
    padding-top: 4rem !important;
    padding-bottom: 3.25rem !important;
  }
}

@media (max-width: 520px) {
  :root {
    --space-hero-top: 7.15rem;
  }

  html body.natalie-gleeson-theme .brand-wordmark {
    width: 142px !important;
  }

  html body.natalie-gleeson-theme .brand-wordmark > span {
    font-size: 0.92rem !important;
  }

  html body.natalie-gleeson-theme .theme-toggle,
  html body.natalie-gleeson-theme .nav-toggle {
    width: 42px !important;
    height: 42px !important;
  }

  html body.natalie-gleeson-theme .button-row {
    align-items: stretch !important;
  }

  html body.natalie-gleeson-theme .button-row .button,
  html body.natalie-gleeson-theme .button-row .text-link {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.natalie-gleeson-theme *,
  html body.natalie-gleeson-theme *::before,
  html body.natalie-gleeson-theme *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1100px) {
  html body.home.natalie-gleeson-theme .page-home-expanded .home-hero-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.75fr) !important;
    gap: 3rem !important;
  }

  html body.home.natalie-gleeson-theme .home-pathway-card {
    min-height: 410px;
  }

  html body.home.natalie-gleeson-theme .home-capability-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  html body.home.natalie-gleeson-theme .home-capability-intro {
    position: static;
    max-width: 640px;
  }
}

@media (max-width: 900px) {
  html body.home.natalie-gleeson-theme .page-home-expanded .home-hero-layout,
  html body.home.natalie-gleeson-theme .home-section-heading,
  html body.home.natalie-gleeson-theme .home-experience-layout {
    grid-template-columns: 1fr !important;
  }

  html body.home.natalie-gleeson-theme .home-portrait-card {
    width: min(100%, 560px);
    justify-self: start;
  }

  html body.home.natalie-gleeson-theme .home-pathway-grid {
    grid-template-columns: 1fr;
  }

  html body.home.natalie-gleeson-theme .home-pathway-card {
    min-height: 330px;
  }

  html body.home.natalie-gleeson-theme .home-pathway-top {
    margin-bottom: 2.5rem;
  }

  html body.home.natalie-gleeson-theme .home-pathway-card h3 {
    min-height: 0;
  }

  html body.home.natalie-gleeson-theme .home-capability-item {
    grid-template-columns: 72px minmax(0, 0.72fr) minmax(0, 1fr);
  }

  html body.home.natalie-gleeson-theme .home-experience-layout {
    gap: 2.75rem;
  }
}

@media (max-width: 620px) {
  html body.home.natalie-gleeson-theme .home-portrait-card figcaption {
    position: static;
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  html body.home.natalie-gleeson-theme .home-portrait-card figcaption span {
    max-width: 100%;
    text-align: left;
  }

  html body.home.natalie-gleeson-theme .home-pathway-card {
    min-height: 0;
    padding: 1.5rem;
  }

  html body.home.natalie-gleeson-theme .home-pathway-top {
    margin-bottom: 2rem;
  }

  html body.home.natalie-gleeson-theme .home-capability-item {
    min-height: 0;
    padding: 1.75rem 2.5rem 1.75rem 0;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0.9rem;
  }

  html body.home.natalie-gleeson-theme .home-capability-item p {
    grid-column: 2;
  }

  html body.home.natalie-gleeson-theme .home-proof-list {
    grid-template-columns: 1fr;
  }

  html body.home.natalie-gleeson-theme .home-proof-list > div,
  html body.home.natalie-gleeson-theme .home-proof-list > div + div {
    padding: 1rem 0;
    border-left: 0;
  }

  html body.home.natalie-gleeson-theme .home-proof-list > div + div {
    border-top: 1px solid var(--line);
  }
}

/* ================================================================
   Natalie final content revision
   ================================================================ */

/* Expanded Home copy and four equal pathways. */
html body.home.natalie-gleeson-theme .page-home-expanded .hero-copy h1 {
  max-width: 17ch !important;
}

html body.home.natalie-gleeson-theme .page-home-expanded .hero-copy h1 > span {
  display: block;
  margin-top: 0.2em;
}

html body.home.natalie-gleeson-theme .home-hero-intro {
  max-width: 64ch;
  margin-bottom: 1.75rem;
}

html body.home.natalie-gleeson-theme .home-hero-intro p {
  margin: 0 0 0.72rem !important;
}

html body.home.natalie-gleeson-theme .home-hero-intro p:last-child {
  margin-bottom: 0 !important;
}

html body.home.natalie-gleeson-theme .home-pathway-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html body.home.natalie-gleeson-theme .home-pathway-card {
  min-height: 450px;
}

html body.home.natalie-gleeson-theme .home-pathway-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #C9A84C;
  border-radius: 50%;
  color: #9F7F28;
}

html body.home.natalie-gleeson-theme .home-pathway-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body.home.natalie-gleeson-theme .home-pathway-cta {
  display: flex;
  margin-top: auto;
  padding-top: 1.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  color: inherit;
  font-size: var(--type-small) !important;
  font-weight: 650;
}

html body.home.natalie-gleeson-theme .home-pathway-featured .home-pathway-cta {
  border-top-color: rgba(10, 10, 10, 0.18);
}

/* The revised credential caption replaces the former name label. */
html body.home.natalie-gleeson-theme .home-portrait-card figcaption {
  justify-content: flex-start !important;
}

html body.home.natalie-gleeson-theme .home-portrait-card figcaption span {
  width: 100% !important;
  max-width: none !important;
  white-space: normal !important;
  font-size: 0.72rem !important;
  line-height: 1.4 !important;
  text-align: left !important;
}

/* Meaningful people-focused framework image. */
html body.natalie-gleeson-theme .framework-scene-panel {
  position: relative !important;
  min-height: 620px !important;
  overflow: hidden !important;
  border: 1px solid rgba(201, 168, 76, 0.7) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.04) 0%,
      rgba(10, 10, 10, 0.12) 50%,
      rgba(10, 10, 10, 0.82) 100%
    ),
    url("../images/editorial/audience.webp") center center / cover no-repeat !important;
  box-shadow: 0 20px 45px rgba(10, 10, 10, 0.14) !important;
}

html body.natalie-gleeson-theme .framework-scene-panel .skill-scene,
html body.natalie-gleeson-theme .framework-scene-panel::before {
  display: none !important;
  content: none !important;
}

html body.natalie-gleeson-theme .framework-scene-panel .scene-key {
  position: absolute !important;
  z-index: 3 !important;
  right: 24px !important;
  bottom: 24px !important;
  left: 24px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid rgba(232, 201, 106, 0.45) !important;
  border-radius: 8px !important;
  background: rgba(10, 10, 10, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

html body.natalie-gleeson-theme .framework-scene-panel .scene-key a {
  min-width: 0 !important;
  padding: 22px 20px !important;
  border-right: 1px solid rgba(250, 248, 244, 0.18) !important;
  color: #FAF8F4 !important;
  text-decoration: none !important;
}

html body.natalie-gleeson-theme .framework-scene-panel .scene-key a:last-child {
  border-right: 0 !important;
}

html body.natalie-gleeson-theme .framework-scene-panel .scene-key strong {
  display: block !important;
  margin-bottom: 7px !important;
  color: #E8C96A !important;
}

html body.natalie-gleeson-theme .framework-scene-panel .scene-key span {
  display: block !important;
  color: #FAF8F4 !important;
}

/* Speaking keynote rhythm and revised topic labels. */
html body.natalie-gleeson-theme .keynote-list {
  display: grid !important;
  gap: 28px !important;
}

html body.natalie-gleeson-theme .keynote-list .keynote-card {
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

html body.natalie-gleeson-theme .keynote-topic-title {
  margin-bottom: 0.4rem !important;
  color: var(--ink) !important;
  font-size: var(--type-small) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

html body.natalie-gleeson-theme .keynote-copy .takeaway-box {
  grid-row: 1 / span 5;
}

html body.natalie-gleeson-theme .speaker-profile-media {
  aspect-ratio: 3 / 2;
}

/* Resourceful Robin destination index now supports descriptions. */
html body.natalie-gleeson-theme .resourceful-index a {
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 2px 0;
}

html body.natalie-gleeson-theme .resourceful-index a > span {
  grid-row: 1 / span 2;
}

html body.natalie-gleeson-theme .resourceful-index strong,
html body.natalie-gleeson-theme .resourceful-index small {
  grid-column: 2;
}

html body.natalie-gleeson-theme .resourceful-index strong {
  color: var(--ink);
  font-size: var(--type-body) !important;
  font-weight: 650;
}

html body.natalie-gleeson-theme .resourceful-index small {
  color: var(--muted);
  font-size: var(--type-small) !important;
  font-weight: 400;
  line-height: 1.45;
}

/* Remove the decorative folded corner from the newsletter panel. */
html body.natalie-gleeson-theme .newsletter-panel {
  overflow: hidden !important;
  clip-path: none !important;
  border-radius: 8px !important;
}

html body.natalie-gleeson-theme .newsletter-panel::after {
  display: none !important;
  content: none !important;
}

@media (min-width: 769px) {
  html body.natalie-gleeson-theme main#main-content.page-framework > section.framework-hero {
    min-height: 0 !important;
    padding-top: 9rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (max-width: 1180px) {
  html body.home.natalie-gleeson-theme .home-pathway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html body.home.natalie-gleeson-theme .home-pathway-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  html body.natalie-gleeson-theme .framework-scene-panel {
    min-height: 470px !important;
    background-position: center center !important;
  }

  html body.natalie-gleeson-theme .framework-scene-panel .scene-key {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  html body.natalie-gleeson-theme .framework-scene-panel .scene-key a {
    padding: 15px 10px !important;
  }

  html body.natalie-gleeson-theme .framework-scene-panel .scene-key strong {
    font-size: 0.9rem !important;
  }

  html body.natalie-gleeson-theme .framework-scene-panel .scene-key span {
    font-size: 0.72rem !important;
    line-height: 1.3 !important;
  }

  html body.natalie-gleeson-theme .keynote-list {
    gap: 20px !important;
  }
}
