:root {
  --ink: #091018;
  --ink-raised: #0d1720;
  --cream: #f4efe7;
  --cream-muted: #d9d2c7;
  --gold: #d7b56d;
  --blue: #6f9aa8;
  --sage: #8ea395;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 200;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

#main-content {
  scroll-margin-top: 9rem;
}

body {
  background:
    radial-gradient(circle at 8% 18%, rgba(111, 154, 168, 0.12), transparent 27rem),
    radial-gradient(circle at 92% 72%, rgba(215, 181, 109, 0.09), transparent 30rem),
    var(--ink);
  font-family: Candara, Optima, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.08;
  pointer-events: none;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 132px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.brand {
  width: 40%;
  max-width: 40%;
  min-width: 360px;
}

.brand:hover img {
  transform: translateY(-1px);
  opacity: 0.94;
}

main {
  position: relative;
}

.panel {
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.panel::before {
  position: absolute;
  top: -7rem;
  right: -7rem;
  z-index: -1;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(215, 181, 109, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 2.8rem rgba(111, 154, 168, 0.035), 0 0 0 5.6rem rgba(215, 181, 109, 0.025);
  content: "";
}

h1,
h2 {
  text-wrap: balance;
}

h1,
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
}

.grid.hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
  align-items: stretch;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.72fr);
  align-items: stretch;
  gap: 22px;
  padding: 30px 0 22px;
}

.home-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 5vw, 4.75rem);
}

.home-hero-copy h1 {
  max-width: 13ch;
  margin: 0 0 1.25rem;
  font-size: clamp(2.4rem, 4.8vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.home-hero-copy p {
  max-width: 45rem;
}

.hero-actions {
  margin-bottom: 1.25rem;
}

.consultation-invitation {
  max-width: 42rem;
  margin-top: 0.35rem;
  padding: 1rem 0 0 1.15rem;
  border-left: 1px solid rgba(215, 181, 109, 0.58);
}

.consultation-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-copy .consultation-invitation p {
  margin: 0;
  color: var(--cream-muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.founder-portrait {
  position: relative;
  min-height: 42rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: #d9d8da;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  isolation: isolate;
}

.founder-portrait picture {
  display: block;
  width: 100%;
  height: 100%;
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  filter: saturate(0.92) contrast(1.02);
}

.founder-portrait::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 14, 20, 0.84) 100%);
  content: "";
  pointer-events: none;
}

.founder-portrait::after {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid rgba(215, 181, 109, 0.58);
  border-radius: 50%;
  box-shadow: 0 0 0 1.1rem rgba(111, 154, 168, 0.12), 0 0 0 2.2rem rgba(215, 181, 109, 0.07);
  content: "";
  pointer-events: none;
}

.founder-portrait figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 0.15rem;
  padding: 4.5rem 1.6rem 1.5rem;
  color: var(--cream);
}

.founder-portrait figcaption strong {
  font-family: Georgia, serif;
  font-size: 1.3rem;
}

.founder-portrait figcaption span {
  color: #d8dfe1;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-solutions {
  margin-bottom: 30px;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.content-section {
  margin: 0 0 30px;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.content-section > h2,
.section-heading h2 {
  margin: 0 0 0.8rem;
  font-family: Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.1;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 1.5rem;
}

.section-heading p {
  color: var(--cream-muted);
}

.detail-list {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
  color: var(--cream-muted);
  font-size: 0.91rem;
}

.detail-list li + li {
  margin-top: 0.35rem;
}

.text-link {
  font-weight: 700;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.3fr);
  align-items: start;
  gap: 24px;
  padding: 30px 0;
}

.article-body {
  padding: clamp(2rem, 5vw, 4rem);
}

.article-body h1 {
  max-width: 17ch;
  margin-top: 0;
  font-family: Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.04;
}

.article-body h2 {
  margin-top: 2.4rem;
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.16;
}

.article-body h3 {
  margin-top: 1.6rem;
  color: var(--cream);
}

.article-body p,
.article-body li {
  color: var(--cream-muted);
}

.article-body .lead {
  color: var(--cream);
  font-size: 1.08rem;
}

.article-meta {
  margin-bottom: 1.5rem;
  color: #aebac2;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-aside {
  position: sticky;
  top: 9rem;
  padding: 1.5rem;
}

.article-aside h2 {
  margin-top: 0;
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.article-aside ol {
  margin: 0;
  padding-left: 1.2rem;
}

.article-aside li + li {
  margin-top: 0.65rem;
}

.article-aside a {
  color: var(--cream-muted);
  text-decoration-color: rgba(215, 181, 109, 0.45);
}

.insights-main,
.insight-main {
  padding-top: 30px;
  padding-bottom: 30px;
}

.insights-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(13rem, 0.45fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 5vw, 4.5rem);
}

.insights-intro h1,
.insight-header h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.02;
}

.insights-intro h1 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
}

.insights-lede {
  max-width: 42rem;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.insights-intro aside {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(215, 181, 109, 0.35);
  color: var(--cream-muted);
}

.insights-count {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: 0.9;
}

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

.insights-topic-paths {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr));
  align-items: stretch;
  margin-bottom: 1.4rem;
  padding: 0;
}

.insights-topic-paths > * {
  display: flex;
  align-items: center;
  min-height: 5rem;
  padding: 1rem 1.2rem;
}

.insights-topic-paths span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.insights-topic-paths a {
  border-left: 1px solid var(--line-strong);
  color: var(--cream-muted);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.insights-topic-paths a:hover,
.insights-topic-paths a:focus-visible {
  background: rgba(215, 181, 109, 0.08);
  color: var(--cream);
}

.insight-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease;
}

.insight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 181, 109, 0.34);
}

.insight-card:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
  grid-template-rows: none;
}

.insight-card-image {
  display: block;
  min-height: 15rem;
  background: #d9d8da;
  overflow: hidden;
}

.insight-card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.insight-card:hover .insight-card-image img {
  transform: scale(1.025);
}

.insight-card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.insight-card time,
.insight-byline {
  color: #aebac2;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reading-time {
  white-space: nowrap;
}

.insight-card h2 {
  margin: 0.65rem 0 0.9rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.12;
}

.insight-card h2 a {
  color: var(--cream);
  text-decoration: none;
}

.insight-card p {
  margin-top: 0;
  color: var(--cream-muted);
}

.insight-read {
  margin-top: auto;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.insight-article {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(1.3rem, 4vw, 3rem);
}

.insight-header {
  max-width: 50rem;
  margin: 0 auto;
  padding: clamp(1rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
}

.insight-header h1 {
  font-size: clamp(2.4rem, 5.7vw, 5.2rem);
}

.insight-byline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.insight-byline a {
  color: var(--gold);
  text-decoration: none;
}

.insight-hero,
.insight-inline-image {
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: #d9d8da;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.insight-hero img,
.insight-inline-image img {
  width: 100%;
  max-height: 44rem;
  object-fit: contain;
}

.insight-body {
  max-width: 47rem;
  margin: 0 auto;
  color: var(--cream-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.82;
}

.insight-body p {
  margin: 0 0 1.35rem;
}

.insight-body h2,
.insight-body h3 {
  margin: 2.7rem 0 1rem;
  color: var(--cream);
  font-family: Candara, Optima, "Segoe UI", sans-serif;
  line-height: 1.2;
}

.insight-body h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.insight-body ul,
.insight-body ol {
  margin: 0 0 1.5rem;
  padding-left: 1.4rem;
}

.insight-body li + li {
  margin-top: 0.5rem;
}

.insight-body blockquote {
  margin: 2rem 0;
  padding-left: 1.4rem;
  border-left: 2px solid var(--gold);
  color: var(--cream);
  font-size: 1.12em;
}

.insight-inline-image {
  margin-top: 2.4rem;
}

.insight-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 47rem;
  margin: 3.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aebac2;
}

.insight-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.insight-pagination a {
  display: grid;
  align-content: center;
  min-height: 8.5rem;
  padding: 1.4rem clamp(1.1rem, 3vw, 2rem);
  color: var(--cream);
  text-decoration: none;
  transition: background-color 180ms ease;
}

.insight-pagination a + a {
  border-left: 1px solid var(--line-strong);
  text-align: right;
}

.insight-pagination a:only-child {
  grid-column: 1 / -1;
}

.insight-pagination a:hover,
.insight-pagination a:focus-visible {
  background: rgba(111, 154, 168, 0.08);
}

.insight-pagination span {
  margin-bottom: 0.45rem;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insight-pagination strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.2;
}

@media (max-width: 900px) {
  .insights-topic-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insights-topic-paths span {
    grid-column: 1 / -1;
  }

  .insights-topic-paths a:nth-of-type(odd) {
    border-left: 0;
  }
}

@media (max-width: 560px) {
  #main-content {
    scroll-margin-top: 7rem;
  }

  .insights-topic-paths,
  .insight-pagination {
    grid-template-columns: 1fr;
  }

  .insights-topic-paths span,
  .insights-topic-paths a,
  .insight-pagination a,
  .insight-pagination a:only-child {
    grid-column: 1;
  }

  .insights-topic-paths a {
    min-height: auto;
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .insight-pagination a {
    min-height: 7rem;
  }

  .insight-pagination a + a {
    border-top: 1px solid var(--line-strong);
    border-left: 0;
    text-align: left;
  }
}

.insight-footer p {
  margin: 0;
}

.resources-insights-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(12rem, 0.35fr);
  align-items: end;
  gap: 2rem;
  margin-top: 2rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(215, 181, 109, 0.24);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(215, 181, 109, 0.08), rgba(111, 154, 168, 0.08));
}

.resources-insights-feature h2 {
  margin: 0.2rem 0 0.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.resources-insights-feature p {
  margin-bottom: 0;
  color: var(--cream-muted);
}

.resources-insights-feature .btn {
  margin: 0;
  text-align: center;
}

.home-solutions-heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.72fr) minmax(18rem, 1.28fr);
  align-items: end;
  gap: 0 2.5rem;
  margin-bottom: 1.75rem;
}

.home-solutions-heading .eyebrow {
  grid-column: 1 / -1;
}

.home-solutions-heading h2,
.home-solutions-heading p {
  margin-top: 0;
  margin-bottom: 0;
}

.home-solutions-heading h2 {
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.hero .panel:first-child {
  padding: clamp(2rem, 5vw, 4.5rem);
}

.hero .panel:first-child::after {
  display: block;
  width: 5.5rem;
  height: 2px;
  margin-top: 2rem;
  background: linear-gradient(90deg, var(--gold), transparent);
  content: "";
}

.visual-shell {
  margin: 0 0 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(111, 154, 168, 0.12), rgba(215, 181, 109, 0.06));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 20px 45px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.visual-shell img {
  width: 100%;
  height: auto;
}

.visual-shell figcaption {
  padding: 0 1rem 1rem;
  color: #b9c4cc;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-visual {
  transform: rotate(1.2deg);
}

.wide-visual {
  max-width: 1040px;
  margin: 2rem auto;
}

.team-visual {
  max-width: 34rem;
  margin: 2rem auto 0;
}

.page-team main {
  padding-top: 30px;
}

.team-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.team-intro h1 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1;
}

.team-intro-copy {
  max-width: 47rem;
}

.team-lede {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.team-intro .team-visual {
  margin: 0;
  transform: rotate(1.2deg);
}

.founder-profile {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 22px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.team-founder-portrait {
  position: sticky;
  top: 9rem;
  min-height: 0;
  height: min(70vh, 46rem);
}

.founder-profile-copy {
  padding: clamp(0.5rem, 2vw, 1.5rem) 0;
}

.founder-profile h2,
.partner-profile h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.05;
}

.profile-title {
  margin: 0.55rem 0 1.5rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.profile-opening {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

.founder-profile-copy > p:not(.profile-title, .profile-opening, .profile-links),
.partner-profile-copy > p:not(.profile-links) {
  color: var(--cream-muted);
}

.founder-belief {
  margin: 2rem 0;
  padding: 0.4rem 0 0.4rem 1.5rem;
  border-left: 2px solid var(--gold);
  color: var(--cream) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.5;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.profile-links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0 1rem;
  border: 1px solid rgba(215, 181, 109, 0.36);
  border-radius: 999px;
  background: rgba(215, 181, 109, 0.06);
  color: var(--cream);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.profile-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 181, 109, 0.72);
  background: rgba(215, 181, 109, 0.12);
}

.partner-profile {
  display: grid;
  grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: 22px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.partner-portrait {
  min-height: 0;
  height: min(65vh, 42rem);
}

.partner-portrait img {
  object-position: 50% 20%;
}

.partner-profile-content {
  max-width: 52rem;
  padding: clamp(0.5rem, 2vw, 1.5rem) 0;
}

.partner-profile-heading {
  align-self: start;
}

.partner-profile-copy {
  padding-top: 0.2rem;
}

.partner-profile-copy > p:first-child {
  margin-top: 0;
  color: var(--cream);
  font-size: 1.08rem;
}

.team-practice {
  padding: 22px 0 0;
}

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

.team-next-step {
  margin: 1.25rem 0 0;
  color: var(--cream-muted);
  text-align: center;
}

.card {
  position: relative;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(215, 181, 109, 0.3);
  background: rgba(255, 255, 255, 0.055);
}

.card::after {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  width: 1.6rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 181, 109, 0.45));
  content: "";
}

.person-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  place-items: center;
  border: 1px solid rgba(215, 181, 109, 0.45);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(215, 181, 109, 0.3), rgba(111, 154, 168, 0.12));
  color: var(--cream);
  font-family: Georgia, serif;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
}

.process-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 2rem 0;
  padding: 0;
  counter-reset: process;
  list-style: none;
}

.process-path li {
  position: relative;
  padding: 1.1rem 1.25rem 1.1rem 3.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.025);
  counter-increment: process;
  color: var(--cream-muted);
  font-size: 0.9rem;
}

.process-path li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px 0 0 16px;
}

.process-path li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0 16px 16px 0;
}

.process-path li::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #12202b;
  content: counter(process);
  font-size: 0.75rem;
  font-weight: 800;
}

.process-path strong {
  display: block;
  color: var(--cream);
  font-size: 0.92rem;
}

.page-resources .cards .card::before {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--gold);
  content: "0" counter(resource-item);
  counter-increment: resource-item;
  font-family: Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}

.page-resources .cards {
  counter-reset: resource-item;
}

.page-faq details {
  transition: border-color 180ms ease, background-color 180ms ease;
}

.page-faq details[open] {
  border-color: rgba(215, 181, 109, 0.28);
  background: rgba(111, 154, 168, 0.08);
}

.page-faq summary::marker {
  color: var(--gold);
}

.contact-visual {
  max-width: 20rem;
  margin: 1.75rem auto 0;
  opacity: 0.88;
}

.page-contact .grid > .panel:first-child h1 {
  max-width: 13ch;
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.5vw, 4.25rem);
  line-height: 1.03;
}

.page-contact .grid > .panel:first-child > p,
.form-introduction {
  color: var(--cream-muted);
}

.consultation-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.35rem 0;
}

.consultation-details span {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(215, 181, 109, 0.22);
  border-radius: 999px;
  background: rgba(215, 181, 109, 0.06);
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

#consultation-form {
  scroll-margin-top: 10rem;
}

#consultation-form h2 {
  margin: 0 0 0.65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.form-introduction {
  margin: 0 0 1.35rem;
  font-size: 0.94rem;
}

.panel,
.card,
.founder-portrait,
.visual-shell,
.process-path {
  animation: gentle-arrival 600ms backwards cubic-bezier(0.2, 0.7, 0.2, 1);
}

.grid > :nth-child(2),
.cards > :nth-child(2) {
  animation-delay: 80ms;
}

.cards > :nth-child(3) {
  animation-delay: 140ms;
}

.cards > :nth-child(4) {
  animation-delay: 200ms;
}

@keyframes gentle-arrival {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .brand {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .brand img {
    max-height: 96px;
    margin: 0 auto;
  }

  .grid.hero {
    grid-template-columns: 1fr;
  }

  .home-hero {
    grid-template-columns: 1fr;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .insights-intro,
  .resources-insights-feature {
    grid-template-columns: 1fr;
  }

  .insight-card:first-child {
    grid-template-columns: 1fr;
  }

  .founder-portrait {
    min-height: 38rem;
  }

  .team-intro,
  .founder-profile,
  .partner-profile {
    grid-template-columns: 1fr;
  }

  .team-intro .team-visual {
    width: min(100%, 34rem);
    margin: 0 auto;
  }

  .team-founder-portrait {
    position: relative;
    top: auto;
    width: min(100%, 31rem);
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
  }

  .partner-portrait {
    width: min(100%, 31rem);
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
  }

  .partner-profile-heading {
    display: block;
  }

  .home-solutions-heading {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .process-path {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .process-path li,
  .process-path li:first-child,
  .process-path li:last-child {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
  }
}

@media (max-width: 560px) {
  .brand img {
    max-height: 72px;
  }

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

  .home-hero-copy h1 {
    font-size: 2.15rem;
  }

  .insights-main,
  .insight-main {
    padding-top: 20px;
  }

  .insight-grid {
    grid-template-columns: 1fr;
  }

  .insight-card:first-child {
    grid-column: auto;
  }

  .insight-article {
    padding: 1rem;
  }

  .insight-header {
    text-align: left;
  }

  .insight-byline {
    justify-content: flex-start;
  }

  .insight-footer {
    align-items: flex-start;
  }

  .founder-portrait {
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
  }

  .founder-portrait::after {
    width: 4rem;
    height: 4rem;
  }

  .home-solutions {
    margin-bottom: 20px;
  }

  .process-path {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    transform: none;
  }

  .page-team main {
    padding-top: 20px;
  }

  .team-intro,
  .founder-profile,
  .partner-profile {
    padding: 1.25rem;
  }

  .team-intro .team-visual {
    transform: none;
  }

  .team-practice .cards {
    grid-template-columns: 1fr;
  }

  .visual-shell figcaption {
    font-size: 0.7rem;
  }
}

.page-error .grid.hero,
.page-thank-you .grid.hero {
  align-items: stretch;
  gap: 1.1rem;
  padding: 2.1rem 0 1.1rem;
}

.page-error .grid.hero > .panel,
.page-thank-you .grid.hero > .panel {
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.4rem, 5vw, 4.75rem);
}

.page-error .grid.hero h1,
.page-thank-you .grid.hero h1 {
  max-width: 13ch;
  margin: 0 0 1rem;
  font-size: clamp(3rem, 5.4vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.page-error .grid.hero p,
.page-thank-you .grid.hero p {
  max-width: 42rem;
  color: var(--cream-muted);
}

.page-thank-you .grid.hero h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1;
}

@media (max-width: 560px) {
  .page-error .grid.hero,
  .page-thank-you .grid.hero {
    padding-top: 0.8rem;
  }

  .page-error .grid.hero > .panel,
  .page-thank-you .grid.hero > .panel {
    min-height: 0;
    padding: 1.45rem;
  }

  .page-error .grid.hero h1,
  .page-thank-you .grid.hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.35rem);
  }
}

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

/* Premium editorial refinement */
:root {
  --ink: #071019;
  --ink-deep: #040a10;
  --ink-raised: #0c1721;
  --ink-soft: #12212c;
  --cream: #f7f1e8;
  --cream-muted: #cfc7bb;
  --cream-faint: #9f9b94;
  --gold: #c9a45f;
  --gold-bright: #e2c27e;
  --blue: #789eaa;
  --sage: #92a69a;
  --line: rgba(247, 241, 232, 0.13);
  --line-strong: rgba(201, 164, 95, 0.34);
  --display: "Iowan Old Style", Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
  --shadow-soft: 0 24px 70px rgba(0, 0, 0, 0.28);
  --shadow-deep: 0 38px 100px rgba(0, 0, 0, 0.4);
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--gold) var(--ink-deep);
}

body {
  min-height: 100vh;
  background:
    radial-gradient(ellipse at 14% -8%, rgba(120, 158, 170, 0.16), transparent 34rem),
    radial-gradient(ellipse at 92% 42%, rgba(201, 164, 95, 0.1), transparent 38rem),
    linear-gradient(180deg, #09131c 0%, var(--ink) 42%, var(--ink-deep) 100%);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0.005em;
}

body::before {
  z-index: 1000;
  opacity: 0.045;
  mix-blend-mode: soft-light;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.018) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 100% 100%, 100% 6rem;
  content: "";
  pointer-events: none;
}

::selection {
  background: var(--gold);
  color: var(--ink-deep);
}

.wrap {
  width: min(100% - 3rem, 1280px);
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

header {
  border-bottom: 1px solid rgba(247, 241, 232, 0.09);
  background: rgba(5, 12, 18, 0.84);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(125%);
}

.top {
  min-height: 5.25rem;
  align-items: center;
  gap: 2rem;
  padding: 0.8rem 0;
}

.brand {
  width: clamp(15rem, 26vw, 21rem);
  min-width: 0;
  max-width: none;
}

.brand img,
.brand svg {
  max-height: 4.8rem;
}

.nav {
  align-items: center;
  gap: 0.15rem;
}

.nav a {
  position: relative;
  padding: 0.7rem 0.72rem;
  border-radius: 0;
  color: #c5ccd0;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nav a::after {
  position: absolute;
  right: 0.72rem;
  bottom: 0.42rem;
  left: 0.72rem;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold-bright);
  content: "";
  transition: transform 220ms ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  background: transparent;
  color: var(--cream);
}

.nav a:hover::after,
.nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

main {
  padding-bottom: 1rem;
}

h1,
h2,
h3,
.hero h1,
.article-body h1,
.article-body h2,
.insights-intro h1,
.insight-header h1,
.founder-portrait figcaption strong,
.profile-opening,
.founder-belief {
  font-family: var(--display);
  font-weight: 500;
}

h1,
h2 {
  letter-spacing: -0.035em;
}

p {
  text-wrap: pretty;
}

a {
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 1rem;
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2.2rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(201, 164, 95, 0.15));
  content: "";
}

.panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.047), rgba(255, 255, 255, 0.015) 46%, rgba(120, 158, 170, 0.025)),
    rgba(8, 17, 25, 0.82);
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255, 255, 255, 0.045);
}

.panel::before {
  top: -10rem;
  right: -10rem;
  width: 21rem;
  height: 21rem;
  border-color: rgba(201, 164, 95, 0.09);
  box-shadow: 0 0 0 4rem rgba(120, 158, 170, 0.022), 0 0 0 8rem rgba(201, 164, 95, 0.018);
}

.panel::after {
  position: absolute;
  top: 0;
  right: clamp(1.5rem, 5vw, 4rem);
  left: clamp(1.5rem, 5vw, 4rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 194, 126, 0.5), transparent);
  content: "";
  pointer-events: none;
}

.card {
  min-width: 0;
  padding: clamp(1.35rem, 2.7vw, 2rem);
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.018);
  box-shadow: none;
}

.cards {
  overflow: hidden;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.cards .card {
  border-top: 0;
  background: #0b1620;
}

.card h3 {
  margin-bottom: 0.65rem;
  color: var(--cream);
  font-size: 1.12rem;
  line-height: 1.3;
  letter-spacing: -0.012em;
}

.card p,
.card li {
  color: #c8c4bd;
}

.card::after {
  right: 1.4rem;
  bottom: 1.15rem;
  width: 2.4rem;
  background: linear-gradient(90deg, transparent, rgba(226, 194, 126, 0.55));
}

.card:hover {
  z-index: 1;
  transform: translateY(-2px);
  border-color: transparent;
  background: #101f2a;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

a.btn,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.68rem 0.72rem 0.68rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

a.btn:hover,
button:hover {
  transform: translateY(-3px);
}

a.btn:active,
button:active {
  transform: translateY(-1px) scale(0.985);
}

a.btn::after {
  display: grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  margin-left: 0.9rem;
  border-radius: 50%;
  content: "→";
  place-items: center;
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

a.btn:hover::after {
  transform: translateX(3px);
}

a.primary,
button {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--ink-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38), 0 12px 28px rgba(201, 164, 95, 0.18);
}

a.primary:hover,
button:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 18px 38px rgba(201, 164, 95, 0.25);
}

a.primary::after {
  background: rgba(4, 10, 16, 0.12);
  color: var(--ink-deep);
}

a.secondary {
  border-color: rgba(247, 241, 232, 0.2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  color: var(--cream);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 12px 28px rgba(0, 0, 0, 0.14);
}

a.secondary:hover {
  border-color: rgba(226, 194, 126, 0.52);
  background: linear-gradient(135deg, rgba(201, 164, 95, 0.13), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 38px rgba(0, 0, 0, 0.2);
}

a.secondary::after {
  background: rgba(226, 194, 126, 0.13);
  color: var(--gold-bright);
}

a.btn:focus-visible,
button:focus-visible {
  outline-offset: 4px;
}

button {
  padding-right: 1.4rem;
}

.home-hero {
  grid-template-columns: minmax(0, 1.16fr) minmax(21rem, 0.64fr);
  gap: 1.1rem;
  padding: 2.1rem 0 1.1rem;
}

.home-hero-copy {
  min-height: 42rem;
  padding: clamp(2.5rem, 6vw, 5.7rem);
}

.home-hero-copy h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 5.65vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.home-hero-copy > p:not(.hero-actions) {
  max-width: 42rem;
  color: #d2cec7;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.45rem;
}

.hero-actions .btn {
  margin: 0;
}

.consultation-invitation {
  margin-top: 1.2rem;
  padding: 1.15rem 0 0.1rem 1.3rem;
  border-left-color: var(--line-strong);
}

.founder-portrait {
  min-height: 42rem;
  border-color: var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-deep);
}

.founder-portrait img {
  filter: saturate(0.78) contrast(1.06) brightness(0.94);
  transition: transform 800ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 500ms ease;
}

.founder-portrait:hover img {
  transform: scale(1.018);
  filter: saturate(0.9) contrast(1.04) brightness(0.98);
}

.founder-portrait::after {
  top: 1.6rem;
  right: 1.6rem;
  width: 4.7rem;
  height: 4.7rem;
  border-color: rgba(226, 194, 126, 0.5);
  box-shadow: 0 0 0 0.8rem rgba(120, 158, 170, 0.09), 0 0 0 1.6rem rgba(201, 164, 95, 0.045);
}

.founder-portrait figcaption {
  padding: 5.5rem 1.8rem 1.7rem;
}

.founder-portrait figcaption strong {
  font-size: 1.45rem;
}

.home-solutions,
.content-section {
  margin-bottom: 1.1rem;
  padding: clamp(2.4rem, 5vw, 4.5rem);
}

.home-solutions-heading,
.section-heading {
  max-width: 54rem;
}

.content-section > h2,
.section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  letter-spacing: -0.04em;
}

.page-services main > .panel,
.page-approach main > .panel,
.page-resources main > .panel,
.page-faq main > .panel {
  margin: 2.1rem 0 1.1rem;
  padding: clamp(2.5rem, 6vw, 5.5rem);
}

.page-services main > .panel > h1,
.page-approach main > .panel > h1,
.page-resources main > .panel > h1,
.page-faq main > .panel > h1 {
  max-width: 17ch;
  margin: 0 0 1.1rem;
  font-size: clamp(2.8rem, 5.2vw, 5.15rem);
  line-height: 0.98;
}

.page-services main > .panel > h1 + p,
.page-approach main > .panel > h1 + p,
.page-resources main > .panel > h1 + p,
.page-faq main > .panel > h1 + p {
  max-width: 54rem;
  color: var(--cream-muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.page-services .cards .card h3,
.page-resources .cards .card h3 {
  font-size: 1.25rem;
}

.visual-shell {
  border-color: var(--line);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(120, 158, 170, 0.1), rgba(201, 164, 95, 0.04));
  box-shadow: var(--shadow-soft);
}

.process-path li,
.process-path li:first-child,
.process-path li:last-child {
  border-color: var(--line);
  border-radius: 0;
  background: #0b1620;
}

.process-path li::before {
  background: transparent;
  color: var(--gold-bright);
  font-family: var(--display);
  font-size: 1.1rem;
}

.page-team main {
  padding-top: 2.1rem;
}

.team-intro,
.founder-profile,
.partner-profile {
  gap: clamp(2.5rem, 6vw, 6rem);
  border-radius: 12px;
}

.team-intro {
  padding: clamp(2.5rem, 6vw, 5.5rem);
}

.team-intro h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -0.055em;
}

.team-lede,
.profile-opening,
.founder-belief {
  font-family: var(--display);
}

.profile-links a {
  min-height: 2.9rem;
  border-radius: 3px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.resources-insights-feature {
  border-color: var(--line-strong);
  border-radius: 6px;
  background: linear-gradient(120deg, rgba(120, 158, 170, 0.1), rgba(201, 164, 95, 0.055));
}

.page-faq details {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.page-faq details:last-of-type {
  border-bottom: 1px solid var(--line);
}

.page-faq details[open] {
  border-color: var(--line-strong);
  background: rgba(120, 158, 170, 0.045);
}

.page-faq summary {
  position: relative;
  padding: 1.35rem 3.5rem 1.35rem 0.2rem;
  color: var(--cream);
  font-size: 1rem;
  letter-spacing: 0.01em;
  list-style: none;
}

.page-faq summary::-webkit-details-marker {
  display: none;
}

.page-faq summary::after {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  width: 1.8rem;
  transform: translateY(-50%);
  color: var(--gold-bright);
  content: "+";
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.page-faq details[open] summary::after {
  content: "–";
}

.page-faq details p {
  max-width: 60rem;
  margin: 0;
  padding: 0 3.5rem 1.45rem 0.2rem;
  color: var(--cream-muted);
}

.page-contact .grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1.1rem;
  padding: 2.1rem 0 1.1rem;
}

.page-contact .grid > .panel {
  padding: clamp(2.2rem, 5vw, 4.5rem);
}

.page-contact .grid > .panel:first-child h1 {
  font-size: clamp(3rem, 5.2vw, 5rem);
  letter-spacing: -0.055em;
}

.consultation-details {
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.consultation-details span {
  padding: 0.7rem 1rem;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--cream-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

form {
  gap: 1rem;
}

label {
  gap: 0.45rem;
  color: #ded8cf;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

input,
textarea,
select {
  border: 1px solid var(--line);
  border-radius: 3px;
  background: rgba(2, 9, 14, 0.52);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 0.96rem;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

input:hover,
textarea:hover,
select:hover {
  border-color: rgba(247, 241, 232, 0.24);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--gold);
  background: rgba(2, 9, 14, 0.72);
  box-shadow: 0 0 0 3px rgba(201, 164, 95, 0.1);
  outline: 0;
}

.insights-main,
.insight-main {
  padding-top: 2.1rem;
}

.insights-intro {
  padding: clamp(2.5rem, 6vw, 5.25rem);
}

.insights-intro h1,
.insight-header h1 {
  letter-spacing: -0.05em;
}

.insight-grid {
  gap: 1rem;
}

.insight-card {
  border-color: var(--line);
  border-radius: 7px;
  background: #0b1620;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2);
}

.insight-card:first-child {
  border-radius: 8px;
}

.insight-card h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.insight-card time,
.insight-byline {
  color: var(--gold-bright);
  letter-spacing: 0.1em;
}

.insight-read {
  color: var(--gold-bright);
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.insight-article,
.article-body,
.article-aside {
  border-radius: 8px;
}

.insight-body,
.article-body {
  font-family: var(--sans);
}

.insight-body p,
.article-body p {
  color: #d6d0c7;
  font-size: 1.03rem;
  line-height: 1.83;
}

.footer {
  margin-top: 2.5rem;
  padding: 2rem 0 3.25rem;
  border-top: 1px solid var(--line);
  color: var(--cream-faint);
}

.footer-inner {
  align-items: flex-start;
}

.insight-pathway {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(14rem, 0.75fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid rgba(215, 181, 109, 0.28);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(215, 181, 109, 0.1), rgba(111, 154, 168, 0.07));
}

.insight-pathway h2 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.insight-pathway p {
  margin: 0;
  color: var(--cream-muted);
}

.insight-pathway-label {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.insight-pathway nav {
  display: grid;
  align-content: center;
}

.insight-pathway nav a {
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--cream);
  text-decoration: none;
}

.insight-pathway nav a:last-child {
  border-bottom: 0;
  color: var(--gold);
  font-weight: 800;
}

@media (max-width: 760px) {
  .insight-pathway {
    grid-template-columns: 1fr;
  }
}

.footer-nav {
  gap: 1.1rem;
}

.footer-nav a {
  color: #b7b7b2;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-nav a:hover {
  color: var(--gold-bright);
}

.panel,
.card,
.founder-portrait,
.visual-shell,
.process-path {
  animation-duration: 760ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 1100px) {
  .nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.68rem;
  }

  .nav a::after {
    right: 0.5rem;
    left: 0.5rem;
  }

  .home-hero-copy h1 {
    font-size: clamp(2.8rem, 5.4vw, 4.7rem);
  }
}

@media (max-width: 900px) {
  .wrap {
    width: min(100% - 2rem, 1280px);
  }

  .top {
    gap: 0.35rem;
    padding: 0.7rem 0 0.8rem;
  }

  .brand {
    width: min(100%, 20rem);
    margin: 0 auto;
  }

  .brand img,
  .brand svg {
    max-height: 4.4rem;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 0.15rem;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .nav a {
    padding: 0.62rem 0.58rem;
    font-size: 0.66rem;
  }

  .home-hero,
  .page-contact .grid {
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    min-height: auto;
  }

  .founder-portrait {
    min-height: 36rem;
  }

  .page-contact .grid > .panel:first-child {
    order: 1;
  }

  #consultation-form {
    order: 2;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15.5px;
  }

  .wrap {
    width: min(100% - 1.25rem, 1280px);
  }

  .brand {
    width: min(100%, 17rem);
  }

  .brand img,
  .brand svg {
    max-height: 3.6rem;
  }

  .nav {
    justify-content: flex-start;
  }

  .nav a {
    padding: 0.55rem 0.5rem;
    font-size: 0.62rem;
  }

  .panel,
  .founder-portrait {
    border-radius: 7px;
  }

  .home-hero {
    padding-top: 0.8rem;
  }

  .home-hero-copy,
  .home-solutions,
  .content-section,
  .page-services main > .panel,
  .page-approach main > .panel,
  .page-resources main > .panel,
  .page-faq main > .panel,
  .team-intro,
  .founder-profile,
  .partner-profile,
  .page-contact .grid > .panel,
  .insights-intro {
    padding: 1.45rem;
  }

  .home-hero-copy h1,
  .page-services main > .panel > h1,
  .page-approach main > .panel > h1,
  .page-resources main > .panel > h1,
  .page-faq main > .panel > h1,
  .team-intro h1,
  .page-contact .grid > .panel:first-child h1 {
    font-size: clamp(2.4rem, 12vw, 3.35rem);
    line-height: 0.99;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
  }

  a.btn {
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
  }

  .founder-portrait {
    min-height: 0;
  }

  .cards {
    border-radius: 4px;
  }

  .card {
    padding: 1.25rem;
  }

  .consultation-details {
    display: grid;
  }

  .consultation-details span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .consultation-details span:last-child {
    border-bottom: 0;
  }

  .page-faq summary {
    padding-right: 2.6rem;
  }

  .page-faq details p {
    padding-right: 0.2rem;
  }

  .footer-inner {
    display: grid;
    gap: 1rem;
  }
}

.search-intent-section {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line);
}

.search-intent-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.search-intent-grid article {
  grid-column: span 6;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)), var(--ink-2);
}

.search-intent-grid article:nth-child(3n + 1) {
  grid-column: span 7;
}

.search-intent-grid article:nth-child(3n + 2) {
  grid-column: span 5;
}

.search-intent-grid h3 {
  max-width: 25ch;
  margin: 0 0 0.8rem;
  color: var(--cream);
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.15;
}

.search-intent-grid p {
  margin: 0 0 1.1rem;
  color: #cfc9c0;
}

.search-intent-grid a {
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

@media (max-width: 760px) {
  .search-intent-grid article,
  .search-intent-grid article:nth-child(3n + 1),
  .search-intent-grid article:nth-child(3n + 2) {
    grid-column: 1 / -1;
  }
}

/* Resources editorial library */
.page-resources {
  background:
    radial-gradient(circle at 83% 9%, rgba(120, 158, 170, 0.13), transparent 28rem),
    var(--ink);
}

.resources-main {
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.resources-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(17rem, 0.55fr);
  gap: clamp(3rem, 8vw, 8rem);
  min-height: 35rem;
  padding: clamp(4.5rem, 10vw, 9rem) 0 clamp(3.5rem, 8vw, 7rem);
  border-bottom: 1px solid var(--line-strong);
}

.resources-hero-copy {
  align-self: center;
  max-width: 54rem;
}

.resources-hero h1 {
  max-width: 13ch;
  margin: 0 0 1.6rem;
  font-size: clamp(3.35rem, 7.2vw, 7.25rem);
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.resources-hero-copy > p {
  max-width: 46rem;
  margin: 0 0 2.2rem;
  color: var(--cream-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.27rem);
}

.resources-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.resources-text-link span {
  color: var(--gold-bright);
  font-size: 1.1rem;
  transition: transform 180ms ease;
}

.resources-text-link:hover span {
  transform: translate(0.18rem, -0.18rem);
}

.resources-index {
  align-self: end;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--line-strong);
}

.resources-index-label,
.resource-entry-type {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.resources-index ol {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.resources-index a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.7rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--cream-muted);
  font-size: 0.84rem;
  text-decoration: none;
  transition: color 180ms ease, padding-left 180ms ease;
}

.resources-index a span {
  color: var(--gold);
  font-family: var(--display);
}

.resources-index a:hover {
  padding-left: 0.25rem;
  color: var(--cream);
}

.resources-featured {
  position: relative;
  display: grid;
  grid-template-columns: 0.55fr 1.55fr 0.75fr;
  gap: clamp(2rem, 5vw, 5rem);
  margin: clamp(3.5rem, 7vw, 6rem) 0;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(125deg, rgba(201, 164, 95, 0.11), transparent 42%),
    var(--ink-2);
  box-shadow: var(--shadow-soft);
}

.resources-featured::after {
  position: absolute;
  right: -5rem;
  bottom: -8rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(201, 164, 95, 0.15);
  border-radius: 50%;
  content: "";
}

.resources-featured-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 14rem;
  border-right: 1px solid var(--line-strong);
}

.resources-featured-mark span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.resources-featured-mark strong {
  color: rgba(244, 239, 231, 0.12);
  font-family: var(--display);
  font-size: clamp(5rem, 9vw, 8rem);
  font-weight: 400;
  line-height: 0.72;
}

.resources-featured-copy {
  position: relative;
  z-index: 1;
}

.resources-featured-copy h2 {
  max-width: 17ch;
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.resources-featured-copy p {
  max-width: 42rem;
  margin-bottom: 1.6rem;
  color: var(--cream-muted);
}

.resources-featured-topics {
  position: relative;
  z-index: 1;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.resources-featured-topics li {
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--cream-muted);
  font-size: 0.8rem;
}

.resources-library-section {
  padding: clamp(4rem, 9vw, 8rem) 0;
  border-top: 1px solid var(--line-strong);
}

.resources-section-intro {
  display: grid;
  grid-template-columns: minmax(12rem, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(2rem, 7vw, 7rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.resources-section-number {
  display: block;
  margin-bottom: 1rem;
  color: rgba(244, 239, 231, 0.2);
  font-family: var(--display);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  line-height: 0.8;
}

.resources-section-intro h2 {
  max-width: 19ch;
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.resources-section-intro p {
  max-width: 46rem;
  color: var(--cream-muted);
}

.resources-card-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--line);
}

.resource-entry {
  position: relative;
  grid-column: span 5;
  min-height: 15rem;
  padding: clamp(1.6rem, 3.5vw, 3rem);
  background: var(--ink-2);
  transition: background-color 180ms ease;
}

.resource-entry-wide {
  grid-column: span 7;
}

.resources-card-grid-planning .resource-entry {
  grid-column: span 6;
}

.resource-entry:hover {
  background: #101e29;
}

.resource-entry h3 {
  max-width: 19ch;
  margin: 1.4rem 0 0.8rem;
  font-size: clamp(1.55rem, 2.8vw, 2.6rem);
  line-height: 1.04;
}

.resource-entry h3 a {
  color: var(--cream);
  text-decoration: none;
}

.resource-entry p {
  max-width: 37rem;
  margin: 0;
  padding-right: 2rem;
  color: var(--cream-muted);
}

.resource-entry-arrow {
  position: absolute;
  right: 1.5rem;
  bottom: 1.35rem;
  color: var(--gold-bright);
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform 180ms ease;
}

.resource-entry:hover .resource-entry-arrow {
  transform: translate(0.2rem, -0.2rem);
}

.resources-strategy-grid {
  border-top: 1px solid var(--line-strong);
}

.strategy-entry {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) 3rem;
  gap: clamp(1.2rem, 4vw, 4rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 3.2rem) 0;
  border-bottom: 1px solid var(--line-strong);
  color: inherit;
  text-decoration: none;
  transition: padding-left 220ms ease, background-color 220ms ease;
}

.strategy-entry:hover {
  padding-left: 1.2rem;
  background: rgba(120, 158, 170, 0.045);
}

.strategy-entry-number {
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.1rem;
}

.strategy-entry h3 {
  max-width: 26ch;
  margin: 0.55rem 0 0.6rem;
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1;
}

.strategy-entry p {
  max-width: 51rem;
  margin: 0;
  color: var(--cream-muted);
}

.strategy-entry-arrow {
  color: var(--gold-bright);
  font-size: 1.5rem;
  text-align: right;
}

.page-resources .resources-insights-feature {
  position: relative;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr auto;
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin: clamp(2rem, 5vw, 4rem) 0;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  overflow: hidden;
  border-radius: 7px;
}

.resources-insights-kicker {
  align-self: start;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.page-resources .resources-insights-feature h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.resources-question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.resources-question-grid article {
  min-height: 14rem;
  padding: clamp(1.5rem, 3.5vw, 2.75rem);
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.resources-question-grid article > span {
  color: var(--gold);
  font-family: var(--display);
}

.resources-question-grid h3 {
  max-width: 19ch;
  margin: 2.5rem 0 0.75rem;
  font-size: clamp(1.45rem, 2.5vw, 2.3rem);
  line-height: 1.08;
}

.resources-question-grid p {
  max-width: 34rem;
  margin: 0;
  color: var(--cream-muted);
}

.reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
}

.reference-grid article {
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-strong);
}

.reference-grid h3 {
  margin: 0 0 1.2rem;
  color: var(--blue);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.reference-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reference-grid li {
  border-bottom: 1px solid var(--line);
}

.reference-grid a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  color: var(--cream-muted);
  text-decoration: none;
  transition: color 180ms ease, padding-left 180ms ease;
}

.reference-grid a:hover {
  padding-left: 0.3rem;
  color: var(--cream);
}

.reference-grid a span {
  color: var(--gold);
}

.resources-cta {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  padding: clamp(3rem, 7vw, 6rem);
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: linear-gradient(130deg, rgba(201, 164, 95, 0.09), rgba(120, 158, 170, 0.06));
}

.resources-cta h2 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(2.3rem, 4.8vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.resources-cta p {
  color: var(--cream-muted);
}

.resources-cta .resources-text-link {
  margin-left: 1rem;
}

@media (max-width: 900px) {
  .resources-hero,
  .resources-featured,
  .resources-section-intro,
  .page-resources .resources-insights-feature,
  .resources-cta {
    grid-template-columns: 1fr;
  }

  .resources-hero {
    min-height: auto;
  }

  .resources-index {
    max-width: 32rem;
  }

  .resources-featured-mark {
    display: none;
  }

  .resources-featured-topics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1rem;
  }

  .resources-section-intro {
    gap: 1.5rem;
  }

  .resources-section-number {
    font-size: 4rem;
  }

  .page-resources .resources-insights-feature {
    align-items: start;
  }

  .resources-insights-kicker {
    writing-mode: horizontal-tb;
  }

  .page-resources .resources-insights-feature .btn {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .resources-hero {
    padding-top: 3.5rem;
  }

  .resources-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .resource-entry,
  .resource-entry-wide {
    grid-column: 1 / -1;
    min-height: 13rem;
  }

  .strategy-entry {
    grid-template-columns: 2rem minmax(0, 1fr) 1.5rem;
    gap: 0.8rem;
  }

  .strategy-entry:hover {
    padding-left: 0.4rem;
  }

  .resources-question-grid,
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .resources-featured-topics {
    grid-template-columns: repeat(2, 1fr);
  }

  .resources-cta {
    padding: 2rem 1.4rem;
  }

  .resources-cta .resources-text-link {
    margin: 0.8rem 0 0;
  }
}
