:root {
  --ieh-bg: #F4E9D8;
  --ieh-paper: rgba(250, 244, 235, 0.94);
  --ieh-paper-strong: #fffaf1;
  --ieh-paper-muted: #efe2cf;
  --ieh-ink: #1F2A33;
  --ieh-muted: #5d6870;
  --ieh-slate: #0E4A6B;
  --ieh-accent: #E8893A;
  --ieh-border: #C9B9A3;
  --ieh-shadow: 0 24px 60px rgba(14, 74, 107, 0.12);
  --ieh-radius-xl: 32px;
  --ieh-radius-lg: 24px;
  --ieh-radius-md: 18px;
}

html {
  scroll-behavior: smooth;
}

/* Typography tokens from design spec: Fraunces, Georgia, serif */
/* Typography tokens from design spec: Manrope, Helvetica Neue, sans-serif */

body.ieh-body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(232, 137, 58, 0.15), transparent 28%),
    radial-gradient(circle at top right, rgba(14, 74, 107, 0.18), transparent 24%),
    linear-gradient(180deg, #fbf5ec 0%, var(--ieh-bg) 44%, #f3eadc 100%);
  color: var(--ieh-ink);
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

a {
  color: var(--ieh-slate);
  text-decoration: none;
}

a:hover {
  color: var(--ieh-accent);
}

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

.uk-container {
  max-width: 1240px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -44px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ieh-slate);
  color: #fff;
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.ieh-utility {
  background: var(--ieh-slate);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 251, 246, 0.84);
}

.ieh-utility__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ieh-utility__inner p {
  margin: 0;
}

.ieh-main-header {
  background: rgba(252, 248, 243, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(31, 73, 84, 0.08);
}

.ieh-main-header--stuck {
  box-shadow: 0 12px 36px rgba(31, 73, 84, 0.1);
}

.ieh-navbar {
  min-height: 92px;
}

.ieh-brand {
  gap: 16px;
  padding-left: 0;
  color: var(--ieh-slate);
}

.ieh-brand:hover {
  color: var(--ieh-slate);
}

.ieh-brand__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--ieh-accent), #ab4329);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.ieh-brand__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ieh-brand__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.ieh-brand__subtitle {
  color: var(--ieh-muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ieh-nav-list > li > a {
  min-height: 92px;
  color: var(--ieh-slate);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ieh-nav-list > li > a:hover,
.ieh-nav-dropdown a:hover,
.ieh-mobile-nav a:hover,
.ieh-sidebar-nav a:hover,
.ieh-footer__nav a:hover {
  color: var(--ieh-accent);
}

.ieh-nav-dropdown {
  width: 280px;
  padding: 14px;
  border: 1px solid rgba(31, 73, 84, 0.08);
  border-radius: var(--ieh-radius-md);
  background: var(--ieh-paper-strong);
  box-shadow: var(--ieh-shadow);
}

.ieh-nav-dropdown .uk-nav > li > a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--ieh-ink);
}

.ieh-nav-dropdown .uk-nav > li > a:hover {
  background: rgba(198, 84, 54, 0.08);
}

.ieh-header-action,
.ieh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.ieh-header-action,
.ieh-button--primary {
  background: var(--ieh-accent);
  color: #fff;
}

.ieh-header-action:hover,
.ieh-button--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  background: #ad452c;
}

.ieh-button--secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
  color: #fff;
}

.ieh-button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  transform: translateY(-2px);
}

.ieh-nav-toggle {
  color: var(--ieh-slate);
}

.ieh-offcanvas {
  background: #183942;
}

.ieh-offcanvas-brand {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
}

.ieh-mobile-nav > li > a,
.ieh-mobile-nav__children a {
  color: #f7f2ea;
}

.ieh-mobile-nav__children {
  margin-top: 8px;
}

.ieh-main {
  padding: 32px 0 96px;
}

.ieh-home {
  padding-top: 0;
}

.ieh-hero {
  padding: 72px 0 32px;
}

.ieh-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.ieh-hero__content,
.ieh-hero__panel,
.ieh-surface,
.ieh-card,
.ieh-editorial-card,
.ieh-sidebar-card {
  border: 1px solid rgba(31, 73, 84, 0.08);
  border-radius: var(--ieh-radius-xl);
  background: var(--ieh-paper);
  box-shadow: var(--ieh-shadow);
}

.ieh-hero__content {
  position: relative;
  overflow: hidden;
  padding: 52px;
  background:
    linear-gradient(140deg, rgba(31, 73, 84, 0.98), rgba(31, 73, 84, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  color: #fff;
}

.ieh-hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(198, 84, 54, 0.26), transparent 26%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 34%);
  pointer-events: none;
}

.ieh-hero__content > * {
  position: relative;
}

.ieh-kicker,
.ieh-section__eyebrow,
.ieh-card__eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ieh-section__eyebrow,
.ieh-card__eyebrow {
  color: var(--ieh-accent);
}

.ieh-hero__headline,
.ieh-section__title,
.ieh-page-header h1,
.ieh-prose h1,
.ieh-prose h2,
.ieh-prose h3,
.ieh-prose h4,
.ieh-prose h5,
.ieh-prose h6 {
  margin: 0;
  color: var(--ieh-slate);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
}

.ieh-hero__headline {
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
}

.ieh-hero__summary {
  max-width: 40rem;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
  line-height: 1.75;
}

.ieh-hero__summary--secondary {
  color: rgba(255, 255, 255, 0.72);
}

.ieh-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ieh-pill {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ieh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ieh-hero__panel {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(244, 233, 216, 0.96));
}

.ieh-stat-card {
  padding: 24px;
  border-radius: var(--ieh-radius-lg);
  background: rgba(255, 255, 255, 0.76);
}

.ieh-stat-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--ieh-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ieh-stat-card strong {
  display: block;
  color: var(--ieh-slate);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.ieh-stat-card p,
.ieh-mini-list,
.ieh-hero__note p,
.ieh-section__copy,
.ieh-summary,
.ieh-prose p,
.ieh-footer p {
  color: var(--ieh-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.ieh-mini-list {
  margin: 18px 0 0;
  padding-left: 18px;
}

.ieh-mini-list li + li {
  margin-top: 8px;
}

.ieh-hero__note {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(31, 73, 84, 0.12);
}

.ieh-hero__note h2 {
  margin: 0 0 12px;
  font-size: 2rem;
}

.ieh-section {
  padding-top: 68px;
}

.ieh-section--compact {
  padding-top: 24px;
}

.ieh-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.ieh-section__title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.ieh-surface {
  padding: 36px;
}

.ieh-card,
.ieh-editorial-card,
.ieh-sidebar-card {
  padding: 28px;
}

.ieh-card h3,
.ieh-card h2,
.ieh-editorial-card p:first-child + p,
.ieh-sidebar-title {
  color: var(--ieh-slate);
}

.ieh-publication-card {
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 236, 228, 0.9));
}

.ieh-publication-card h3,
.ieh-card h3,
.ieh-card h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.15;
}

.ieh-editorial-card {
  height: 100%;
  background: var(--ieh-paper-strong);
}

.ieh-editorial-card--accent {
  background: linear-gradient(180deg, rgba(198, 84, 54, 0.1), rgba(255, 255, 255, 0.94));
}

.ieh-page-header {
  margin-bottom: 28px;
}

.ieh-page-header h1 {
  font-size: clamp(2.8rem, 5vw, 4.3rem);
}

.ieh-summary {
  max-width: 46rem;
  margin: 16px 0 0;
}

.ieh-layout {
  align-items: start;
}

.ieh-breadcrumb-shell {
  margin-top: 6px;
}

.ieh-breadcrumbs {
  margin: 0;
  padding: 18px 0 0;
}

.ieh-breadcrumbs > li > a,
.ieh-breadcrumbs > li > span {
  color: var(--ieh-muted);
  font-size: 0.9rem;
}

.ieh-breadcrumbs > li > span {
  color: var(--ieh-slate);
}

.ieh-sidebar-title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.ieh-sidebar-nav > li > a,
.ieh-sidebar-nav .uk-nav-sub a,
.ieh-toc a {
  color: var(--ieh-ink);
}

.ieh-sidebar-nav > li + li {
  margin-top: 6px;
}

.ieh-sidebar-nav .uk-nav-sub {
  margin-top: 8px;
}

.ieh-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
  color: var(--ieh-muted);
  font-size: 0.88rem;
}

.ieh-main-image {
  margin: 4px 0 24px 28px;
  overflow: hidden;
  border-radius: var(--ieh-radius-lg);
}

.ieh-prose {
  font-size: 1.03rem;
  line-height: 1.8;
}

.ieh-prose h1 {
  margin-top: 0.3em;
  font-size: 3rem;
}

.ieh-prose h2 {
  margin-top: 1.3em;
  font-size: 2.35rem;
}

.ieh-prose h3 {
  margin-top: 1.2em;
  font-size: 1.85rem;
}

.ieh-prose h4,
.ieh-prose h5,
.ieh-prose h6 {
  margin-top: 1em;
  font-size: 1.45rem;
}

.ieh-paragraph,
.ieh-prose p {
  margin: 0.95em 0;
}

.ieh-figure {
  margin: 1.6rem 0;
}

.ieh-figure img,
.ieh-gallery img,
.ieh-card img {
  width: 100%;
  border-radius: var(--ieh-radius-lg);
  object-fit: cover;
}

.ieh-figure__caption {
  margin-top: 10px;
  color: var(--ieh-muted);
  font-size: 0.85rem;
}

.ieh-gallery__item {
  overflow: hidden;
  border-radius: var(--ieh-radius-lg);
}

.ieh-list {
  margin: 1rem 0;
  padding-left: 1.3rem;
}

.ieh-list li + li {
  margin-top: 0.45rem;
}

.ieh-table-wrap {
  margin: 1.6rem 0;
  overflow-x: auto;
}

.ieh-table,
.ieh-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.ieh-table th,
.ieh-table td,
.ieh-table-wrap table th,
.ieh-table-wrap table td {
  padding: 14px 16px;
  border: 1px solid rgba(31, 73, 84, 0.12);
  vertical-align: top;
}

.ieh-table-image {
  max-width: 160px;
  border-radius: 14px;
}

.ieh-blockquote {
  margin: 1.7rem 0;
  padding: 20px 24px;
  border-left: 4px solid var(--ieh-accent);
  border-radius: 0 18px 18px 0;
  background: rgba(198, 84, 54, 0.06);
}

.ieh-code {
  overflow-x: auto;
  padding: 16px 18px;
  border-radius: 16px;
  background: #18242a;
  color: #f7f2ea;
}

.ieh-embed,
.ieh-audio {
  margin: 1.6rem 0;
}

.ieh-embed iframe {
  min-height: 360px;
  border: 0;
  border-radius: var(--ieh-radius-lg);
}

.ieh-media-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ieh-card--horizontal img {
  height: 100%;
}

.ieh-card--minimal {
  background: rgba(255, 255, 255, 0.7);
}

.ieh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--ieh-accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ieh-separator {
  margin: 2.2rem 0;
  border: 0;
  border-top: 1px solid rgba(31, 73, 84, 0.12);
}

.ieh-footer {
  padding: 48px 0 56px;
  background: #1b3943;
  color: rgba(255, 250, 244, 0.84);
}

.ieh-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
}

.ieh-footer h2 {
  margin: 0 0 16px;
  color: #fff7ef;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
}

.ieh-footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ieh-footer__nav li + li {
  margin-top: 10px;
}

.ieh-footer__nav a,
.ieh-footer__fine {
  color: rgba(255, 250, 244, 0.74);
}

.ieh-footer__fine {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .ieh-section__header,
  .ieh-footer__grid {
    grid-template-columns: 1fr;
  }

  .ieh-hero__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 959px) {
  .ieh-main {
    padding-bottom: 72px;
  }

  .ieh-utility__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ieh-navbar {
    min-height: 82px;
  }

  .ieh-hero {
    padding-top: 44px;
  }

  .ieh-hero__content,
  .ieh-hero__panel,
  .ieh-surface,
  .ieh-card,
  .ieh-editorial-card,
  .ieh-sidebar-card {
    padding: 24px;
    border-radius: 24px;
  }

  .ieh-main-image {
    margin-left: 0;
  }
}

@media (max-width: 639px) {
  .ieh-brand__subtitle,
  .ieh-header-action {
    display: none;
  }

  .ieh-hero__headline,
  .ieh-page-header h1 {
    font-size: 2.7rem;
  }

  .ieh-button,
  .ieh-button--secondary {
    width: 100%;
  }

  .ieh-hero__actions {
    flex-direction: column;
  }
}

@media print {
  .ieh-header-shell,
  .ieh-footer,
  .ieh-sidebar-card,
  .ieh-breadcrumb-shell {
    display: none !important;
  }

  body.ieh-body {
    background: #fff;
  }

  .ieh-surface,
  .ieh-card,
  .ieh-editorial-card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}

.aoc-header-shell .ieh-brand__mark {
  background: linear-gradient(145deg, var(--ieh-accent), #c96b22);
}

.aoc-header-shell .ieh-brand__title,
.aoc-footer h2,
.ieh-sidebar-title,
.ieh-stat-card strong {
  font-family: "Fraunces", Georgia, serif;
}

.aoc-header-shell .ieh-brand__subtitle {
  color: rgba(31, 42, 51, 0.7);
}

.aoc-main-header {
  background: rgba(250, 244, 235, 0.9);
}

.aoc-hero .ieh-hero__content {
  background:
    linear-gradient(126deg, rgba(14, 74, 107, 0.9), rgba(14, 74, 107, 0.56)),
    url("/assets/media/stitch-hero.jpg") center/cover no-repeat;
}

.aoc-hero .ieh-hero__content::before {
  background:
    radial-gradient(circle at top right, rgba(232, 137, 58, 0.28), transparent 26%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 34%);
}

.aoc-card-media {
  margin: -28px -28px 18px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.aoc-card-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.aoc-card-body {
  display: grid;
  gap: 12px;
}

.aoc-feature-image {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: var(--ieh-radius-lg);
}

.aoc-home .ieh-editorial-card--image {
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(244, 233, 216, 0.94));
}

.aoc-footer {
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.7), rgba(14, 74, 107, 0.06));
}

.aoc-footer .ieh-footer__fine {
  color: rgba(31, 42, 51, 0.7);
}
