/* Natalie Gleeson master-brand layer. Loaded after the supplied client CSS. */

.natalie-gleeson-theme .nav-shell {
  grid-template-columns: 220px minmax(0, 1fr) auto;
}

/* ================================================================ */
/* Final controlled layer: current layout + clean content system     */
/* ================================================================ */

:root {
  --final-h1: clamp(2.8rem, 5vw, 4.8rem);
  --final-h2: clamp(2rem, 3.4vw, 3.15rem);
  --final-h3: 1.35rem;
  --final-body: 1rem;
  --final-small: 0.78rem;
}

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

body h1,
.page h1,
.home h1,
.page-hero h1,
.framework-hero h1,
.about-hero h1 {
  max-width: 15ch !important;
  margin-top: 0 !important;
  font-size: var(--final-h1) !important;
  font-weight: 700 !important;
  line-height: 1.03 !important;
  text-wrap: balance;
}

body h2,
.page h2,
.section-heading h2,
.principle-band h2,
.site-footer h2 {
  max-width: 22ch !important;
  font-size: var(--final-h2) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

body h3,
.page h3,
.brand-pathway h3,
.keynote-card h3,
.newsletter-article h3 {
  font-size: var(--final-h3) !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
}

body p,
body li,
.lead,
.page p,
.page li {
  font-size: var(--final-body) !important;
  line-height: 1.65 !important;
}

.eyebrow,
small,
.image-caption,
.tool-label,
.service-number,
.pathway-number,
.nav-links a,
.button,
.text-link {
  font-size: var(--final-small) !important;
  letter-spacing: 0 !important;
}

.site-header {
  top: 18px !important;
}

.nav-shell {
  min-height: 76px !important;
  padding: 10px 14px 10px 24px !important;
}

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

.brand-wordmark::before,
.brand-wordmark::after {
  content: none !important;
  display: none !important;
}

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

.footer-wordmark {
  margin-bottom: 24px;
  text-decoration: none;
}

.site-header .nav-links a {
  padding: 12px 10px !important;
  font-size: 0.75rem !important;
  font-weight: 550 !important;
}

/* One arrow only; no emoji glyphs and no diagonal arrows. */
.button::before,
.text-link::before,
.button::after,
.text-link::after,
.button > span::before,
.text-link > span::before {
  content: none !important;
  display: none !important;
}

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

.button,
.text-link {
  display: inline-flex !important;
  min-height: 52px !important;
  padding: 14px 22px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  font-weight: 600 !important;
  text-align: left !important;
}

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

.button-dark > span {
  color: #E8C96A !important;
}

/* Keep the supplied homepage layout; show only the requested three cards. */
.page-home-final .home-hero {
  min-height: 760px !important;
  padding-top: 142px !important;
  padding-bottom: 86px !important;
}

.page-home-final .hero-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr) !important;
  align-items: center !important;
  gap: clamp(52px, 7vw, 110px) !important;
}

.page-home-final .hero-copy {
  padding-left: 0 !important;
}

.page-home-final .hero-copy h1 {
  max-width: 12ch !important;
}

.page-home-final .hero-copy .lead {
  max-width: 58ch !important;
}

.final-pathway-visual {
  min-width: 0;
}

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

.final-pathway-visual .hero-index::before,
.final-pathway-visual .hero-index::after {
  content: none !important;
  display: none !important;
}

.final-pathway-visual .hero-index a {
  display: flex !important;
  min-width: 0 !important;
  min-height: 330px !important;
  padding: 24px 18px !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.55) !important;
  border-radius: 8px !important;
  background: #FAF8F4 !important;
  color: #1A1A1A !important;
  box-shadow: 0 18px 44px rgba(10, 10, 10, 0.09) !important;
  text-align: left !important;
}

.final-pathway-visual .hero-index a::before,
.final-pathway-visual .hero-index a::after,
.final-pathway-visual .hero-index a strong::before,
.final-pathway-visual .hero-index a small::before {
  content: none !important;
  display: none !important;
}

.final-pathway-visual .pathway-number {
  display: grid !important;
  width: 46px !important;
  height: 46px !important;
  margin-bottom: 54px !important;
  place-items: center;
  border: 1px solid #C9A84C;
  border-radius: 50%;
  color: #C9A84C !important;
  font-weight: 700;
}

.final-pathway-visual .hero-index strong {
  display: block !important;
  min-height: 56px !important;
  margin: 0 0 22px !important;
  color: #1A1A1A !important;
  font-size: 1.05rem !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.final-pathway-visual .hero-index small {
  display: flex !important;
  min-height: 94px !important;
  width: 100% !important;
  margin-top: auto !important;
  padding: 14px !important;
  align-items: center !important;
  border: 1px solid rgba(201, 168, 76, 0.48) !important;
  border-radius: 6px !important;
  background: #F5E6B8 !important;
  color: #1A1A1A !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

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

.page-home-final .newsletter-section {
  padding-top: 72px !important;
}

/* New destination page spacing, inherited from the current visual system. */
.speaking-hero,
.resourceful-hero {
  padding-top: 158px !important;
}

.keynote-card,
.newsletter-article,
.resource-grid article,
.speaking-hero-media,
.speaker-profile-media {
  border-radius: 8px !important;
}

.site-footer .footer-intro,
.site-footer .footer-contact-row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.footer-contact-row > a:first-child,
.contact-aside strong {
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .nav-shell {
    padding-left: 18px !important;
  }

  .brand-wordmark {
    width: 180px !important;
  }

  .brand-wordmark > span {
    font-size: 1.1rem !important;
  }

  .site-header .nav-links a {
    padding-inline: 7px !important;
    font-size: 0.69rem !important;
  }

  .page-home-final .hero-layout {
    grid-template-columns: 1fr !important;
  }

  .final-pathway-visual .hero-index a {
    min-height: 270px !important;
  }
}

@media (max-width: 900px) {
  :root {
    --final-h1: clamp(2.35rem, 10vw, 3.35rem);
    --final-h2: clamp(1.8rem, 7vw, 2.45rem);
    --final-h3: 1.25rem;
  }

  .site-header {
    top: 12px !important;
  }

  .nav-shell {
    min-height: 68px !important;
    padding: 8px 10px 8px 16px !important;
  }

  .brand-wordmark {
    width: 168px !important;
    height: 48px !important;
    margin-right: auto !important;
  }

  .brand-wordmark > span {
    font-size: 1.05rem !important;
  }

  .nav-tools {
    margin-left: auto !important;
  }

  .nav-links {
    z-index: 1000 !important;
  }

  .page-home-final .home-hero,
  .speaking-hero,
  .resourceful-hero,
  .page-hero,
  .framework-hero,
  .about-hero {
    padding-top: 122px !important;
  }

  .final-pathway-visual .hero-index {
    grid-template-columns: 1fr !important;
  }

  .final-pathway-visual .hero-index a {
    min-height: 230px !important;
  }

  .final-pathway-visual .pathway-number {
    margin-bottom: 30px !important;
  }

  .final-pathway-visual .hero-index strong,
  .final-pathway-visual .hero-index small {
    min-height: auto !important;
  }

  .button,
  .text-link {
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .brand-wordmark {
    width: 142px !important;
  }

  .brand-wordmark > span {
    font-size: 0.92rem !important;
  }

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

  .page-home-final .home-hero,
  .speaking-hero,
  .resourceful-hero,
  .page-hero,
  .framework-hero,
  .about-hero {
    padding-top: 116px !important;
  }

  .button-row {
    align-items: stretch !important;
  }

  .button-row .button,
  .button-row .text-link {
    width: 100% !important;
  }
}

.natalie-gleeson-theme .brand-wordmark {
  display: flex !important;
  width: 220px !important;
  height: auto !important;
  min-height: 52px;
  overflow: visible !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  color: #FAF8F4;
  text-decoration: none;
}

.brand-name,
.footer-wordmark > span {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.34rem;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-name strong,
.footer-wordmark strong {
  color: #E8C96A;
  font-weight: 600;
}

.brand-role,
.footer-wordmark small {
  color: rgba(250, 248, 244, 0.68);
  font-size: 0.54rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.natalie-gleeson-theme .nav-links {
  gap: 0;
}

.natalie-gleeson-theme .nav-links a {
  padding-inline: 9px;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  white-space: nowrap;
}

.footer-wordmark {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  color: #FAF8F4;
}

.footer-wordmark > span {
  font-size: 2rem;
}

.footer-wordmark small {
  font-size: 0.65rem;
}

/* Personal-brand homepage hero */
.page-home-rebrand .home-hero::before {
  display: none;
  content: none;
}

.page-home-rebrand .hero-copy {
  padding-left: 0;
}

.page-home-rebrand .hero-copy h1 {
  max-width: 13ch;
  font-size: var(--fs-h1);
}

.page-home-rebrand .personal-hero-visual .hero-media-stage {
  padding-left: 22px;
}

.page-home-rebrand .personal-hero-visual .hero-image {
  aspect-ratio: 4 / 5 !important;
  background: #F5E6B8 !important;
}

.page-home-rebrand .personal-hero-visual .hero-image img {
  display: block !important;
  width: 100% !important;
  height: 108% !important;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: cover !important;
  object-position: center 28% !important;
}

.personal-hero-label {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 22px;
  z-index: 4;
  display: flex;
  min-height: 72px;
  padding: 14px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(232, 201, 106, 0.3);
  border-radius: 0 0 8px 8px;
  background: rgba(10, 10, 10, 0.92);
  color: #FAF8F4;
}

.personal-hero-label strong {
  font-size: var(--fs-h3);
  font-weight: 600;
}

.personal-hero-label span {
  color: #E8C96A;
  font-size: var(--fs-small);
  font-weight: 600;
  text-align: right;
}

.page-home-rebrand .hero-caption {
  width: calc(100% - 22px) !important;
  margin-left: 22px !important;
}

/* Three-brand architecture */
.brand-pathways {
  background-color: var(--page);
}

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

.brand-pathway {
  position: relative;
  display: flex;
  min-height: 390px;
  padding: 32px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

.brand-pathway:hover {
  border-color: #C9A84C;
  box-shadow: 0 20px 50px rgba(10, 10, 10, 0.12);
  transform: translateY(-5px);
}

.brand-pathway.pathway-featured {
  border-color: rgba(201, 168, 76, 0.62);
  background: #F5E6B8;
  color: #0A0A0A;
}

html[data-theme="dark"] .brand-pathway.pathway-featured {
  background: #1A1A1A;
  color: #FAF8F4;
}

.pathway-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  place-items: center;
  border: 1px solid #C9A84C;
  border-radius: 50%;
  color: #C9A84C;
  font-size: var(--fs-small);
  font-weight: 700;
}

.brand-pathway h3 {
  margin-bottom: 18px;
}

.brand-pathway > p:not(.eyebrow) {
  color: var(--muted);
}

.pathway-featured > p:not(.eyebrow) {
  color: #4D4D4D;
}

html[data-theme="dark"] .pathway-featured > p:not(.eyebrow) {
  color: rgba(250, 248, 244, 0.68);
}

.pathway-link {
  display: flex;
  margin-top: auto;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  font-size: var(--fs-small);
  font-weight: 600;
}

.pathway-link i {
  color: #C9A84C;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.home-framework-preview {
  background-color: #0A0A0A;
}

/* Destination pages */
.page-speaking .work-page-hero h1,
.page-resourceful .work-page-hero h1 {
  max-width: 13ch;
  font-size: 3.65rem;
  line-height: 1.06;
}

.page-resourceful .resourceful-intro {
  background-color: var(--page);
}

.framework-people-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.resourceful-service-list a {
  min-height: 260px;
}

/* Keep the supplied dotted treatment away from interactive image panels. */
.personal-hero-visual,
.framework-scene-panel,
.engagement-media,
.about-portrait,
.stage-image {
  background-image: none;
}

@media (max-width: 1180px) {
  .natalie-gleeson-theme .nav-shell {
    grid-template-columns: 188px minmax(0, 1fr) auto;
  }

  .natalie-gleeson-theme .brand-wordmark {
    width: 188px !important;
  }

  .brand-name {
    font-size: 1.15rem;
  }

  .brand-role {
    font-size: 0.48rem;
  }

  .natalie-gleeson-theme .nav-links a {
    padding-inline: 7px;
    font-size: 0.66rem !important;
  }
}

@media (max-width: 900px) {
  .natalie-gleeson-theme .nav-shell {
    display: flex !important;
  }

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

  .brand-name {
    font-size: 1.1rem;
  }

  .brand-role {
    font-size: 0.45rem;
  }

  .natalie-gleeson-theme .nav-links a {
    padding: 16px 18px;
    font-size: 0.88rem !important;
  }

  .page-home-rebrand .personal-hero-visual .hero-media-stage {
    padding-left: 0;
  }

  .personal-hero-label {
    left: 0;
  }

  .page-home-rebrand .hero-caption {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .brand-pathway-grid {
    grid-template-columns: 1fr;
  }

  .brand-pathway {
    min-height: 310px;
  }

  .page-speaking .work-page-hero h1,
  .page-resourceful .work-page-hero h1 {
    max-width: 16ch;
    font-size: 2.6rem;
  }
}

@media (max-width: 600px) {
  .natalie-gleeson-theme .brand-wordmark {
    width: 154px !important;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .brand-role {
    max-width: 145px;
    font-size: 0.4rem;
  }

  .page-home-rebrand .home-hero {
    padding-top: 118px;
  }

  .page-home-rebrand .hero-copy h1 {
    max-width: none;
  }

  .personal-hero-label {
    min-height: 66px;
    padding: 12px 14px;
  }

  .personal-hero-label span {
    max-width: 16ch;
  }

  .brand-pathway {
    min-height: 290px;
    padding: 26px 24px;
  }

  .pathway-icon {
    margin-bottom: 28px;
  }

  .page-speaking .work-page-hero h1,
  .page-resourceful .work-page-hero h1 {
    max-width: none;
    font-size: 2.15rem;
    line-height: 1.1;
  }
}

/* ------------------------------------------------------------------ */
/* July content restructure                                            */
/* ------------------------------------------------------------------ */

.natalie-gleeson-theme {
  --rebrand-gold: #C9A84C;
  --rebrand-gold-light: #E8C96A;
  --rebrand-pale: #F5E6B8;
  --rebrand-paper: #FAF8F4;
  --rebrand-black: #0A0A0A;
  --rebrand-charcoal: #1A1A1A;
  --rebrand-grey: #6B6B6B;
}

/* Use one horizontal arrow system and prevent inherited duplicate icons. */
.natalie-gleeson-theme .button::after,
.natalie-gleeson-theme .text-link::after {
  content: none !important;
  display: none !important;
}

.natalie-gleeson-theme .button > span[aria-hidden="true"],
.natalie-gleeson-theme .text-link > span[aria-hidden="true"] {
  display: inline-flex !important;
  margin-left: auto;
  color: currentColor !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  transform: none !important;
}

.natalie-gleeson-theme .button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-weight: 600 !important;
}

.natalie-gleeson-theme .button-gold,
.natalie-gleeson-theme .button-gold > span[aria-hidden="true"] {
  color: var(--rebrand-black) !important;
}

.natalie-gleeson-theme .button-dark > span[aria-hidden="true"] {
  color: var(--rebrand-gold-light) !important;
}

html[data-theme="dark"] .natalie-gleeson-theme .button-dark,
html[data-theme="dark"] .natalie-gleeson-theme .button-dark > span[aria-hidden="true"] {
  color: var(--rebrand-black) !important;
}

/* The homepage is intentionally concise: one introduction and three paths. */
.page-home-rebrand .home-hero {
  min-height: min(780px, calc(100svh - 40px));
  padding-top: 132px;
  padding-bottom: 72px;
}

.page-home-rebrand .hero-layout {
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
}

.page-home-rebrand .hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3.25rem, 5.4vw, 5.6rem);
  line-height: 0.98;
}

.page-home-rebrand .hero-copy .lead {
  max-width: 58ch;
}

.page-home-rebrand .personal-hero-visual .hero-image {
  aspect-ratio: 4 / 4.7 !important;
}

.page-home-rebrand .personal-hero-visual .hero-image img {
  height: 100% !important;
  object-position: center 30% !important;
}

.brand-pathways {
  padding-block: clamp(72px, 8vw, 120px);
}

.brand-pathways .section-heading {
  margin-bottom: 42px;
}

.brand-pathway-grid {
  align-items: stretch;
  gap: 20px;
}

.brand-pathway {
  min-height: 360px;
  padding: 32px;
  overflow: hidden;
}

.brand-pathway .pathway-icon {
  margin-bottom: 58px;
}

.brand-pathway h3 {
  max-width: 17ch;
  margin-bottom: 24px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
}

.brand-pathway .pathway-summary {
  display: flex;
  min-height: 82px;
  margin: 0 0 30px;
  padding: 18px;
  align-items: center;
  border: 1px solid rgba(201, 168, 76, 0.52);
  border-radius: 6px;
  background: rgba(245, 230, 184, 0.72);
  color: var(--rebrand-charcoal) !important;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.45;
}

html[data-theme="dark"] .brand-pathway .pathway-summary {
  background: rgba(245, 230, 184, 0.1);
  color: var(--rebrand-paper) !important;
}

html[data-theme="dark"] .brand-pathway.pathway-featured .pathway-summary {
  background: var(--rebrand-pale);
  color: var(--rebrand-black) !important;
}

.brand-pathway .pathway-link {
  margin-top: auto;
}

/* Speaking page */
.speaking-hero {
  padding-top: clamp(150px, 13vw, 190px);
  padding-bottom: clamp(70px, 8vw, 110px);
}

.speaking-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
}

.speaking-hero h1 {
  max-width: 13ch;
  margin-bottom: 28px;
  font-size: clamp(3.15rem, 5.4vw, 5.5rem);
  line-height: 0.98;
}

.speaking-hero .lead {
  max-width: 64ch;
  margin-bottom: 34px;
}

.speaking-hero-media,
.speaker-profile-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.speaking-hero-media {
  aspect-ratio: 4 / 5;
}

.speaking-hero-media img,
.speaker-profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaking-hero-media img {
  object-position: center;
}

.keynote-section {
  background: var(--page);
}

.keynote-list {
  display: grid;
  gap: 18px;
}

.keynote-card {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 36px;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.keynote-number {
  color: var(--rebrand-gold);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 0.9;
}

.keynote-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 10px 48px;
}

.keynote-copy > .eyebrow,
.keynote-copy > h3,
.keynote-copy > p {
  grid-column: 1;
}

.keynote-copy h3 {
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
}

.keynote-copy > p:last-of-type {
  margin: 0;
  color: var(--muted);
}

.takeaway-box {
  grid-column: 2;
  grid-row: 1 / span 4;
  padding: 26px;
  border: 1px solid rgba(201, 168, 76, 0.55);
  border-radius: 6px;
  background: rgba(245, 230, 184, 0.56);
  color: var(--rebrand-charcoal);
}

html[data-theme="dark"] .takeaway-box {
  background: rgba(245, 230, 184, 0.1);
  color: var(--rebrand-paper);
}

.takeaway-box strong {
  display: block;
  margin-bottom: 14px;
  font-size: var(--fs-small);
  text-transform: uppercase;
}

.takeaway-box ul,
.topic-list,
.resource-grid ul {
  margin: 0;
  padding-left: 20px;
}

.takeaway-box li,
.topic-list li,
.resource-grid li {
  margin-bottom: 9px;
  line-height: 1.45;
}

.speaking-options-grid,
.speaker-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 120px);
}

.topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.topic-list li {
  margin: 0;
  padding: 20px 18px 20px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.speaker-profile-grid {
  align-items: center;
}

.speaker-profile-media {
  aspect-ratio: 4 / 3;
}

.format-pills {
  display: flex;
  margin: 24px 0 28px;
  flex-wrap: wrap;
  gap: 10px;
}

.format-pills span,
.insight-topics span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  font-size: var(--fs-small);
  font-weight: 600;
}

/* Resourceful Robin */
.resourceful-hero {
  padding-top: clamp(150px, 13vw, 190px);
  padding-bottom: clamp(72px, 8vw, 110px);
}

.resourceful-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
  align-items: end;
  gap: clamp(48px, 9vw, 140px);
}

.resourceful-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.15rem, 5.4vw, 5.5rem);
  line-height: 0.98;
}

.resourceful-hero .lead,
.resourceful-hero p:not(.eyebrow) {
  max-width: 64ch;
}

.resourceful-index {
  display: grid;
  border-top: 1px solid var(--line);
}

.resourceful-index a {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 600;
}

.resourceful-index span {
  color: var(--rebrand-gold);
}

.newsletter-card-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.newsletter-article {
  display: flex;
  min-height: 470px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.newsletter-article:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(10, 10, 10, 0.14);
}

.newsletter-article img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.newsletter-article > span,
.newsletter-article h3,
.newsletter-article small {
  margin-inline: 24px;
}

.newsletter-article > span {
  margin-top: 24px;
  color: var(--rebrand-gold);
  font-size: var(--fs-small);
  font-weight: 700;
  text-transform: uppercase;
}

.newsletter-article h3 {
  margin-top: 12px;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  line-height: 1.2;
}

.newsletter-article small {
  margin-top: auto;
  margin-bottom: 24px;
  color: var(--muted);
}

.newsletter-action {
  display: flex;
  margin-top: 34px;
  justify-content: flex-end;
}

.resource-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.resource-grid article > span {
  color: var(--rebrand-gold);
  font-size: var(--fs-small);
  font-weight: 700;
}

.resource-grid h3 {
  margin: 40px 0 20px;
}

.resource-grid li {
  color: var(--muted);
}

.insights-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 120px);
}

.insight-topics {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

/* Contact details now use the Natalie Gleeson brand address. */
.footer-contact-row > a:first-child,
.contact-aside > a strong {
  overflow-wrap: anywhere;
}

@media (max-width: 1000px) {
  .speaking-hero-grid,
  .resourceful-hero-grid {
    grid-template-columns: 1fr;
  }

  .speaking-hero-media {
    max-width: 680px;
    aspect-ratio: 16 / 10;
  }

  .keynote-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
  }

  .keynote-copy {
    grid-template-columns: 1fr;
  }

  .takeaway-box {
    grid-column: 1;
    grid-row: auto;
    margin-top: 18px;
  }

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

@media (max-width: 760px) {
  .page-home-rebrand .home-hero,
  .speaking-hero,
  .resourceful-hero {
    min-height: auto;
    padding-top: 126px;
    padding-bottom: 64px;
  }

  .page-home-rebrand .hero-copy h1,
  .speaking-hero h1,
  .resourceful-hero h1 {
    max-width: none;
    font-size: clamp(2.45rem, 11vw, 3.45rem);
    line-height: 1.02;
  }

  .page-home-rebrand .hero-layout {
    gap: 52px;
  }

  .personal-hero-label {
    position: static;
    border-radius: 0 0 8px 8px;
  }

  .brand-pathways .section-heading {
    margin-bottom: 30px;
  }

  .brand-pathway {
    min-height: 300px;
  }

  .brand-pathway .pathway-icon {
    margin-bottom: 34px;
  }

  .keynote-card {
    grid-template-columns: 1fr;
  }

  .keynote-number {
    font-size: 2.5rem;
  }

  .speaking-options-grid,
  .speaker-profile-grid,
  .insights-grid {
    grid-template-columns: 1fr;
  }

  .topic-list,
  .newsletter-card-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-article {
    min-height: 420px;
  }

  .newsletter-action {
    justify-content: stretch;
  }

  .newsletter-action .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .natalie-gleeson-theme .brand-wordmark {
    width: min(48vw, 172px) !important;
  }

  .brand-name {
    font-size: 1rem;
  }

  .brand-role {
    display: none;
  }

  .brand-pathway,
  .keynote-card,
  .resource-grid article {
    padding: 24px;
  }

  .brand-pathway .pathway-summary {
    min-height: 72px;
    padding: 14px;
  }

  .topic-list li {
    padding-right: 0;
  }
}
