.khan-page {
  --khan-ink: #17283a;
  --khan-muted: #5c6873;
  --khan-copper: #a76531;
  --khan-gold: #d9a45b;
  --khan-sand: #f4ecdf;
  --khan-cream: #fbf8f2;
  --khan-line: rgba(23, 40, 58, 0.14);
  margin: 0;
  color: var(--khan-ink);
  background: var(--khan-cream);
  font-family: "Manrope", Arial, sans-serif;
}

.khan-page main {
  overflow: hidden;
}

.khan-page .site-header {
  position: relative;
  z-index: 30;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.khan-page .brand,
.khan-page .site-nav > a:not(.nav-cta) {
  color: var(--khan-ink);
}

.khan-page .site-nav > a:not(.nav-cta):hover,
.khan-page .site-nav > a:not(.nav-cta):focus-visible {
  color: #7d481f;
}

.khan-page .trust-breadcrumb,
.khan-shell {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.khan-page .trust-breadcrumb {
  padding-top: 18px;
}

.khan-page .eyebrow {
  margin: 0 0 12px;
  color: var(--khan-copper);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.khan-page a:focus-visible,
.khan-page button:focus-visible,
.khan-page summary:focus-visible {
  outline: 3px solid rgba(42, 135, 173, 0.38);
  outline-offset: 4px;
}

.khan-hero {
  position: relative;
  padding: clamp(34px, 5vw, 74px) 0 clamp(62px, 8vw, 104px);
}

.khan-hero::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(217, 164, 91, 0.13);
  filter: blur(2px);
  pointer-events: none;
}

.khan-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  align-items: center;
  gap: clamp(38px, 6vw, 82px);
}

.khan-hero__copy {
  max-width: 590px;
}

.khan-hero h1 {
  max-width: 10ch;
  margin: 0 0 22px;
  color: var(--khan-ink);
  font-size: clamp(3.2rem, 6.4vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-wrap: balance;
}

.khan-hero__lead {
  max-width: 50ch;
  margin: 0 0 28px;
  color: var(--khan-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.khan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.khan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

.khan-button--primary {
  color: #fff;
  background: var(--khan-ink);
  box-shadow: 0 14px 28px rgba(23, 40, 58, 0.16);
}

.khan-button--primary:hover {
  color: #fff;
  background: #24445c;
}

.khan-button--secondary {
  border-color: rgba(23, 40, 58, 0.2);
  color: var(--khan-ink);
  background: rgba(255, 255, 255, 0.72);
}

.khan-button--secondary:hover {
  border-color: rgba(167, 101, 49, 0.45);
  color: #7f481f;
  background: #fff;
}

.khan-request-note {
  margin: 14px 0 0;
  color: #6b747c;
  font-size: 0.82rem;
  line-height: 1.55;
}

.khan-hero__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #3e2519;
  box-shadow: 0 34px 76px rgba(67, 39, 23, 0.22);
}

.khan-hero__media picture,
.khan-hero__media img {
  display: block;
  width: 100%;
}

.khan-hero__media img {
  min-height: 600px;
  object-fit: cover;
}

.khan-hero__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 38px 22px 18px;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(180deg, transparent, rgba(20, 13, 9, 0.82));
  font-size: 0.78rem;
  line-height: 1.5;
}

.khan-jump {
  border-top: 1px solid var(--khan-line);
  border-bottom: 1px solid var(--khan-line);
  background: rgba(255, 255, 255, 0.74);
}

.khan-jump .khan-shell {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding: 12px 0;
  scrollbar-width: none;
}

.khan-jump .khan-shell::-webkit-scrollbar {
  display: none;
}

.khan-jump a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #4f5d69;
  font-size: 0.84rem;
  font-weight: 800;
}

.khan-jump a:hover {
  color: var(--khan-ink);
  background: var(--khan-sand);
}

.khan-section {
  padding: clamp(68px, 8vw, 112px) 0;
  background: var(--khan-cream);
}

.khan-section--sand {
  background: var(--khan-sand);
}

.khan-section--ink {
  color: #fff;
  background: #172a37;
}

.khan-section-heading {
  max-width: 720px;
  margin-bottom: clamp(30px, 5vw, 52px);
}

.khan-section-heading h2,
.khan-feature__copy h2,
.khan-night h2,
.khan-local-help h2,
.khan-final-cta h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(2.15rem, 4.4vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  text-wrap: balance;
}

.khan-section-heading > p:last-child,
.khan-section-heading--wide > p {
  margin: 0;
  color: var(--khan-muted);
  line-height: 1.7;
}

.khan-section-heading--wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  align-items: end;
  max-width: none;
  gap: 40px;
}

.khan-section-heading--wide h2 {
  margin-bottom: 0;
}

.khan-journey {
  position: relative;
  padding: clamp(82px, 10vw, 148px) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 7%, rgba(195, 127, 63, 0.18), transparent 28%),
    linear-gradient(145deg, #171b1b 0%, #1c1a17 58%, #241812 100%);
}

.khan-journey::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: rgba(232, 184, 110, 0.36);
}

.khan-journey .eyebrow {
  color: #e8b86e;
}

.khan-journey__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: clamp(34px, 7vw, 100px);
  margin-bottom: clamp(46px, 7vw, 88px);
}

.khan-journey__intro h2 {
  max-width: 900px;
  margin: 0;
  color: #fff9ef;
  font-size: clamp(2.7rem, 6.2vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-wrap: balance;
}

.khan-journey__intro > p {
  max-width: 42ch;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.72;
}

.khan-journey__opening {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(280px, 0.72fr);
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 30px);
}

.khan-journey__opening-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: clamp(26px, 4vw, 54px);
}

.khan-journey__image {
  position: relative;
  overflow: hidden;
  min-width: 0;
  margin: 0;
  background: #332820;
}

.khan-journey__image picture,
.khan-journey__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.khan-journey__image img {
  object-fit: cover;
}

.khan-journey__image--market {
  aspect-ratio: 4 / 4.65;
}

.khan-journey__image--market img {
  object-position: center 66%;
}

.khan-journey__image--detail {
  flex: 1 1 auto;
  min-height: 440px;
}

.khan-journey__image--detail img {
  object-position: center 46%;
}

.khan-journey__step {
  position: relative;
  min-width: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(232, 184, 110, 0.38);
}

.khan-journey__number {
  margin: 0 0 clamp(34px, 5vw, 68px);
  color: #e8b86e;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.khan-journey__step h3,
.khan-journey__dinner-step h3,
.khan-journey__dinner-main h3 {
  margin: 0 0 14px;
  color: #fff9ef;
  font-size: clamp(1.65rem, 3.5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.khan-journey__step > p:last-child,
.khan-journey__dinner-step > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.khan-journey__street {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  align-items: end;
  gap: clamp(30px, 7vw, 104px);
  margin-top: clamp(68px, 10vw, 134px);
}

.khan-journey__street .khan-journey__step {
  margin-bottom: clamp(20px, 5vw, 74px);
}

.khan-journey__image--street {
  aspect-ratio: 16 / 10;
}

.khan-journey__image--street img {
  object-position: center 58%;
}

.khan-journey__food {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(42px, 8vw, 112px);
  margin-top: clamp(72px, 11vw, 150px);
  padding: clamp(24px, 4vw, 52px);
  background: rgba(255, 249, 238, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

.khan-journey__image--food {
  aspect-ratio: 4 / 3;
}

.khan-journey__image--food img {
  object-position: center 58%;
}

.khan-journey__image--food::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -70px 95px rgba(29, 18, 12, 0.2);
  pointer-events: none;
}

.khan-journey__step--food {
  max-width: 580px;
  border-top-color: rgba(232, 184, 110, 0.56);
}

.khan-journey__step--food h3 {
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.khan-journey__aside {
  margin-top: clamp(24px, 4vw, 46px) !important;
  padding-left: 18px;
  border-left: 2px solid #c78344;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 0.9rem;
}

.khan-journey__dinner {
  display: grid;
  grid-template-columns: minmax(210px, 0.45fr) minmax(260px, 0.68fr) minmax(0, 0.87fr);
  align-items: stretch;
  margin-top: clamp(26px, 3vw, 42px);
  background: linear-gradient(135deg, #a45f2f 0%, #7c3f22 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.khan-journey__dinner-step,
.khan-journey__dinner-main {
  padding: clamp(30px, 5vw, 68px);
}

.khan-journey__dinner-step {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.khan-journey__dinner-image {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  margin: 0;
  background: rgba(29, 18, 12, 0.18);
}

.khan-journey__dinner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -90px 110px rgba(29, 18, 12, 0.22);
  pointer-events: none;
}

.khan-journey__dinner-image picture,
.khan-journey__dinner-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.khan-journey__dinner-image img {
  object-fit: cover;
  object-position: center 42%;
}

.khan-journey__dinner-step .khan-journey__number {
  color: #ffe0b1;
}

.khan-journey__dinner-step h3 {
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.khan-journey__dinner-main {
  align-self: center;
  max-width: 850px;
}

.khan-journey__dinner-main .eyebrow {
  color: #ffe0b1;
}

.khan-journey__dinner-main h3 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 5.4vw, 5.5rem);
}

.khan-journey__dinner-main > p:not(.eyebrow) {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.72;
}

.khan-journey__dinner-note {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.84rem;
}

.khan-journey__dinner-main .khan-button {
  margin-top: 18px;
}

.khan-split-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(40px, 8vw, 110px);
}

.khan-split-copy .khan-section-heading {
  margin-bottom: 0;
}

.khan-prose {
  max-width: 700px;
}

.khan-prose p,
.khan-feature__copy p,
.khan-night__content > p,
.khan-local-help__card p,
.khan-final-cta__card p {
  color: var(--khan-muted);
  font-size: 1rem;
  line-height: 1.78;
}

.khan-prose p:last-child,
.khan-feature__copy p:last-of-type {
  margin-bottom: 0;
}

.khan-prose a,
.khan-feature__copy a,
.khan-advice a {
  color: #8d5228;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.khan-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.khan-experience-grid article,
.khan-buy-grid article,
.khan-practical-grid article {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--khan-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.khan-experience-grid article > span {
  display: block;
  margin-bottom: 32px;
  color: var(--khan-copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.khan-experience-grid h3,
.khan-buy-grid h3,
.khan-practical-grid h3 {
  margin: 0 0 10px;
  color: var(--khan-ink);
  font-size: 1.16rem;
  line-height: 1.25;
}

.khan-experience-grid p,
.khan-buy-grid p,
.khan-practical-grid p {
  margin: 0;
  color: var(--khan-muted);
  font-size: 0.92rem;
  line-height: 1.68;
}

.khan-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  align-items: center;
  gap: clamp(42px, 8vw, 108px);
}

.khan-feature--reverse .khan-feature__media {
  order: 2;
}

.khan-feature__media {
  overflow: hidden;
  min-height: 520px;
  margin: 0;
  border-radius: 8px;
  background: #d8c9b5;
  box-shadow: 0 26px 64px rgba(30, 38, 43, 0.15);
}

.khan-feature__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.khan-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.khan-section--ink .khan-feature__media img {
  object-position: center 48%;
}

.khan-feature__copy {
  max-width: 540px;
}

.khan-feature__copy h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.khan-feature__copy > a {
  display: inline-flex;
  margin-top: 20px;
}

.khan-feature__copy > .khan-secondary-link {
  margin-left: 18px;
}

.khan-section--ink .eyebrow {
  color: #f0bd74;
}

.khan-section--ink .khan-feature__copy p,
.khan-section--ink .khan-caveat {
  color: rgba(255, 255, 255, 0.76);
}

.khan-section--ink .khan-feature__copy a {
  color: #f3c984;
}

.khan-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.khan-tag-list span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
}

.khan-caveat {
  padding-left: 16px;
  border-left: 2px solid #d9a45b;
  font-size: 0.86rem !important;
}

.khan-buy-grid,
.khan-practical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.khan-advice {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid rgba(167, 101, 49, 0.26);
  border-radius: 8px;
  background: #fff7eb;
}

.khan-advice strong {
  color: var(--khan-copper);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.khan-advice p {
  margin: 0;
  color: var(--khan-muted);
  line-height: 1.65;
}

.khan-advice a {
  font-size: 0.88rem;
}

.khan-night {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 720px;
  align-items: end;
  overflow: hidden;
  background: #160f0c;
}

.khan-night__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/images/khan-el-khalili/khan-el-khalili-lanterns-1200.webp") center / cover no-repeat;
}

.khan-night::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(19, 11, 7, 0.92) 0%, rgba(19, 11, 7, 0.64) 52%, rgba(19, 11, 7, 0.18) 100%);
}

.khan-night__content {
  padding-top: 110px;
  padding-bottom: 90px;
}

.khan-night__content > * {
  max-width: 680px;
}

.khan-night .eyebrow {
  color: #f2bf73;
}

.khan-night h2 {
  color: #fff;
}

.khan-night__content > p,
.khan-night li {
  color: rgba(255, 255, 255, 0.82);
}

.khan-night ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.khan-night li {
  position: relative;
  padding-left: 22px;
  line-height: 1.6;
}

.khan-night li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e2aa5f;
}

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

.khan-link-grid a {
  position: relative;
  display: block;
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--khan-line);
  border-radius: 8px;
  background: #fff;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.khan-link-grid a::after {
  content: "\2197";
  position: absolute;
  top: 22px;
  right: 24px;
  color: var(--khan-copper);
  font-size: 1.3rem;
}

.khan-link-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(167, 101, 49, 0.36);
  box-shadow: 0 18px 40px rgba(23, 40, 58, 0.08);
}

.khan-link-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--khan-copper);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.khan-link-grid strong {
  display: block;
  margin-bottom: 10px;
  padding-right: 30px;
  color: var(--khan-ink);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.2;
}

.khan-link-grid p {
  margin: 0;
  color: var(--khan-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.khan-experience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.khan-experience-list div {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(23, 40, 58, 0.14);
}

.khan-experience-list strong {
  color: var(--khan-ink);
}

.khan-experience-list span {
  color: var(--khan-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.khan-local-help {
  padding: clamp(72px, 9vw, 126px) 0;
  background: #e5d0ad;
}

.khan-local-help__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
  padding: clamp(32px, 5vw, 66px);
  border: 1px solid rgba(103, 65, 35, 0.16);
  border-radius: 8px;
  background: rgba(255, 251, 244, 0.86);
  box-shadow: 0 28px 70px rgba(79, 51, 29, 0.12);
}

.khan-local-help__card > div {
  max-width: 770px;
}

.khan-local-help h2 {
  margin-bottom: 14px;
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.khan-local-help__card p {
  margin-bottom: 0;
}

.khan-local-help__card .khan-request-note {
  margin-top: 12px;
  font-size: 0.82rem;
}

.khan-practical-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.khan-practical-grid article {
  background: #fff;
}

.khan-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.khan-flow li {
  position: relative;
  padding: 0 18px 0 0;
}

.khan-flow li:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 8px;
  right: 7px;
  color: rgba(167, 101, 49, 0.62);
}

.khan-flow li > span {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #fff;
  background: var(--khan-copper);
  font-size: 0.76rem;
  font-weight: 800;
}

.khan-flow strong {
  display: block;
  margin-bottom: 7px;
  color: var(--khan-ink);
  font-size: 0.96rem;
}

.khan-flow p {
  margin: 0;
  color: var(--khan-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.khan-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 110px);
}

.khan-faq-layout .khan-section-heading {
  margin-bottom: 0;
}

.khan-faq details {
  border-bottom: 1px solid var(--khan-line);
}

.khan-faq summary {
  position: relative;
  padding: 22px 44px 22px 0;
  color: var(--khan-ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.khan-faq summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 0;
  color: var(--khan-copper);
  font-size: 1.5rem;
  font-weight: 500;
}

.khan-faq details[open] summary::after {
  content: "\2212";
}

.khan-faq details p {
  max-width: 680px;
  margin: -4px 0 24px;
  color: var(--khan-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.khan-final-cta {
  padding: clamp(72px, 10vw, 132px) 0;
  color: #fff;
  background: #9f5f30;
}

.khan-final-cta__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(40px, 8vw, 100px);
}

.khan-final-cta__card > div {
  max-width: 780px;
}

.khan-final-cta .eyebrow {
  color: #f8d7a7;
}

.khan-final-cta h2 {
  margin-bottom: 16px;
}

.khan-final-cta__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.83);
}

.khan-button--light {
  color: #713e1c;
  background: #fff8ed;
  box-shadow: 0 14px 30px rgba(55, 29, 13, 0.18);
}

.khan-button--light:hover {
  color: #5b3015;
  background: #fff;
}

.khan-sources {
  padding: clamp(54px, 7vw, 86px) 0;
  background: #eee9e0;
}

.khan-sources .khan-section-heading h2 {
  font-size: clamp(1.8rem, 3.3vw, 3.1rem);
}

.khan-sources .khan-prose p {
  font-size: 0.84rem;
  line-height: 1.7;
}

.khan-page .site-footer {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .khan-hero__grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(400px, 1.12fr);
    gap: 36px;
  }

  .khan-hero__media img {
    min-height: 520px;
  }

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

  .khan-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 14px;
  }

  .khan-flow li:nth-child(3)::after {
    content: none;
  }
}

@media (max-width: 900px) {
  .khan-page .site-header {
    width: min(1180px, calc(100% - 32px));
  }

  .khan-page .trust-breadcrumb,
  .khan-shell {
    width: min(1180px, calc(100% - 32px));
  }

  .khan-hero__grid,
  .khan-feature,
  .khan-split-copy,
  .khan-faq-layout {
    grid-template-columns: 1fr;
  }

  .khan-hero__copy {
    max-width: 720px;
  }

  .khan-hero h1 {
    max-width: 11ch;
  }

  .khan-hero__media img {
    min-height: 0;
  }

  .khan-hero__media {
    aspect-ratio: 16 / 10;
  }

  .khan-hero__media picture,
  .khan-hero__media img {
    height: 100%;
  }

  .khan-section-heading--wide {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .khan-journey__intro,
  .khan-journey__opening,
  .khan-journey__street,
  .khan-journey__food,
  .khan-journey__dinner {
    grid-template-columns: 1fr;
  }

  .khan-journey__intro > p {
    max-width: 620px;
  }

  .khan-journey__opening-copy {
    display: grid;
  }

  .khan-journey__image--market {
    aspect-ratio: 4 / 4.6;
  }

  .khan-journey__image--detail,
  .khan-journey__image--street {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .khan-journey__street {
    gap: 28px;
  }

  .khan-journey__street .khan-journey__step {
    margin-bottom: 0;
  }

  .khan-journey__food {
    gap: 34px;
  }

  .khan-journey__step--food {
    max-width: 680px;
  }

  .khan-journey__dinner-step {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .khan-journey__dinner-image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .khan-journey__dinner-image img {
    object-position: center 32%;
  }

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

  .khan-feature__media,
  .khan-feature__media img {
    min-height: 460px;
  }

  .khan-feature--reverse .khan-feature__media {
    order: 0;
  }

  .khan-feature__copy {
    max-width: 720px;
  }

  .khan-advice {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .khan-night::after {
    background: linear-gradient(180deg, rgba(19, 11, 7, 0.3), rgba(19, 11, 7, 0.92));
  }

  .khan-local-help__card,
  .khan-final-cta__card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .khan-local-help__card .khan-button,
  .khan-final-cta__card .khan-button {
    min-width: 220px;
  }
}

@media (max-width: 620px) {
  .khan-hero {
    padding-top: 28px;
    padding-bottom: 56px;
  }

  .khan-hero__grid {
    gap: 28px;
  }

  .khan-hero h1 {
    max-width: 10ch;
    margin-bottom: 18px;
    font-size: clamp(2.65rem, 14vw, 4rem);
    line-height: 0.94;
  }

  .khan-hero__lead {
    margin-bottom: 22px;
    font-size: 0.98rem;
  }

  .khan-actions {
    display: grid;
  }

  .khan-actions .khan-button {
    width: 100%;
  }

  .khan-hero__media {
    aspect-ratio: 4 / 3;
  }

  .khan-hero__media figcaption {
    padding: 30px 14px 12px;
    font-size: 0.68rem;
  }

  .khan-jump .khan-shell {
    width: calc(100% - 16px);
    margin-left: 16px;
  }

  .khan-section {
    padding: 58px 0;
  }

  .khan-journey {
    padding: 64px 0;
  }

  .khan-journey::before {
    width: calc(100% - 32px);
  }

  .khan-journey__intro {
    gap: 22px;
    margin-bottom: 40px;
  }

  .khan-journey__intro h2 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
    line-height: 0.98;
  }

  .khan-journey__opening,
  .khan-journey__opening-copy {
    gap: 24px;
  }

  .khan-journey__image--market {
    aspect-ratio: 4 / 5;
  }

  .khan-journey__image--detail,
  .khan-journey__image--street {
    aspect-ratio: 4 / 3;
  }

  .khan-journey__number {
    margin-bottom: 28px;
  }

  .khan-journey__step h3,
  .khan-journey__dinner-step h3 {
    font-size: clamp(1.65rem, 8vw, 2.3rem);
  }

  .khan-journey__street,
  .khan-journey__food {
    margin-top: 64px;
  }

  .khan-journey__food {
    padding: 18px;
  }

  .khan-journey__step--food h3 {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
  }

  .khan-journey__dinner {
    margin-top: 18px;
  }

  .khan-journey__dinner-step,
  .khan-journey__dinner-main {
    padding: 28px 22px;
  }

  .khan-journey__dinner-main h3 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .khan-journey__dinner-main .khan-button {
    width: 100%;
  }

  .khan-journey__dinner-image {
    aspect-ratio: 4 / 3;
  }

  .khan-section-heading {
    margin-bottom: 28px;
  }

  .khan-section-heading h2,
  .khan-feature__copy h2,
  .khan-night h2,
  .khan-local-help h2,
  .khan-final-cta h2 {
    font-size: clamp(2rem, 10.5vw, 3rem);
    line-height: 1.02;
  }

  .khan-experience-grid,
  .khan-buy-grid,
  .khan-practical-grid,
  .khan-link-grid,
  .khan-experience-list {
    grid-template-columns: 1fr;
  }

  .khan-experience-grid article > span {
    margin-bottom: 20px;
  }

  .khan-feature {
    gap: 28px;
  }

  .khan-feature__copy > .khan-secondary-link {
    display: flex;
    width: fit-content;
    margin-top: 10px;
    margin-left: 0;
  }

  .khan-feature__media,
  .khan-feature__media img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .khan-section--ink .khan-feature__media,
  .khan-section--ink .khan-feature__media img {
    aspect-ratio: 4 / 5;
  }

  .khan-night {
    min-height: 650px;
  }

  .khan-night__content {
    padding-top: 100px;
    padding-bottom: 56px;
  }

  .khan-link-grid a {
    min-height: 0;
  }

  .khan-local-help,
  .khan-final-cta {
    padding: 58px 0;
  }

  .khan-local-help__card {
    width: calc(100% - 32px);
    padding: 26px 22px;
  }

  .khan-local-help__card .khan-button,
  .khan-final-cta__card .khan-button {
    width: 100%;
    min-width: 0;
  }

  .khan-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .khan-flow li {
    min-height: 92px;
    padding: 0 0 22px 48px;
  }

  .khan-flow li > span {
    position: absolute;
    top: 0;
    left: 0;
  }

  .khan-flow li:not(:last-child)::after,
  .khan-flow li:nth-child(3)::after {
    content: "";
    top: 34px;
    bottom: 4px;
    left: 14px;
    width: 1px;
    background: rgba(167, 101, 49, 0.32);
  }

  .khan-faq summary {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .khan-page *,
  .khan-page *::before,
  .khan-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focused Khan el-Khalili refinement */
.khan-page a:focus-visible,
.khan-page button:focus-visible,
.khan-page summary:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #0a5877;
}

.khan-hero {
  padding-bottom: clamp(52px, 7vw, 88px);
}

.khan-hero h1 {
  font-size: clamp(3.2rem, 6vw, 6rem);
}

.khan-jump {
  position: relative;
}

.khan-orientation {
  padding: clamp(50px, 5vw, 60px) 0;
  background: var(--khan-sand);
}

.khan-orientation__copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: end;
  gap: clamp(32px, 7vw, 96px);
  margin-bottom: clamp(30px, 4vw, 44px);
}

.khan-orientation__copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  text-wrap: balance;
}

.khan-orientation__copy > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--khan-muted);
  line-height: 1.75;
}

.khan-quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(23, 40, 58, 0.22);
  border-bottom: 1px solid rgba(23, 40, 58, 0.22);
}

.khan-quick-facts > div {
  min-width: 0;
  padding: 22px 22px 22px 0;
}

.khan-quick-facts > div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(23, 40, 58, 0.16);
}

.khan-quick-facts dt {
  margin-bottom: 9px;
  color: var(--khan-copper);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.khan-quick-facts dd {
  margin: 0;
  color: var(--khan-ink);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.55;
}

.khan-journey {
  padding: clamp(68px, 6.5vw, 90px) 0;
}

.khan-journey__intro {
  margin-bottom: clamp(38px, 5vw, 58px);
}

.khan-journey__intro h2 {
  max-width: 760px;
  font-size: clamp(2.65rem, 5.4vw, 5.5rem);
  line-height: 0.96;
}

.khan-rhythm {
  display: grid;
  align-items: center;
  gap: clamp(32px, 6vw, 78px);
}

.khan-rhythm--opening {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.khan-rhythm--street {
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1.44fr);
  margin-top: clamp(56px, 7vw, 88px);
}

.khan-rhythm__media,
.khan-rhythm__detail,
.khan-finish-option figure,
.khan-choice-card figure {
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
  background: #2b211a;
}

.khan-rhythm__media picture,
.khan-rhythm__media img,
.khan-rhythm__detail picture,
.khan-rhythm__detail img,
.khan-finish-option figure picture,
.khan-finish-option figure img,
.khan-choice-card figure picture,
.khan-choice-card figure img {
  display: block;
  width: 100%;
  height: 100%;
}

.khan-rhythm__media img,
.khan-rhythm__detail img,
.khan-finish-option figure img,
.khan-choice-card figure img {
  object-fit: cover;
}

.khan-rhythm__media--portrait {
  max-height: 610px;
  aspect-ratio: 5 / 5.3;
}

.khan-rhythm__detail {
  margin-top: 36px;
  aspect-ratio: 4 / 2.7;
}

.khan-rhythm__detail img {
  object-position: center 42%;
}

.khan-rhythm__media--landscape {
  max-height: 460px;
  aspect-ratio: 16 / 9;
}

.khan-rhythm__media--landscape img {
  object-position: center 48%;
}

.khan-rhythm__copy h3,
.khan-rhythm-finish__heading h3 {
  margin: 0 0 16px;
  color: #fff9ef;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  text-wrap: balance;
}

.khan-rhythm__copy > p:last-child {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.khan-rhythm-finish {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(56px, 7vw, 88px);
}

.khan-rhythm-finish__heading {
  grid-column: 1 / -1;
  max-width: 700px;
  margin-bottom: 14px;
}

.khan-finish-option {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
}

.khan-finish-option figure {
  border-radius: 0;
  aspect-ratio: 16 / 6.6;
}

.khan-finish-option--onward figure img {
  object-position: center 34%;
}

.khan-finish-option > div {
  padding: clamp(24px, 3vw, 36px);
}

.khan-finish-option h4 {
  margin: 0 0 12px;
  color: #fff9ef;
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  line-height: 1.15;
}

.khan-finish-option p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.khan-history {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(38px, 8vw, 112px);
}

#history.khan-section,
#food-shopping.khan-section,
#practical.khan-section,
#faq.khan-section {
  padding: clamp(58px, 5.5vw, 80px) 0;
}

.khan-history .khan-section-heading {
  margin-bottom: 0;
}

.khan-section-heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

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

.khan-choice-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
}

.khan-choice-card figure {
  border-radius: 0;
  aspect-ratio: 16 / 8.5;
}

.khan-choice-card > div {
  padding: clamp(26px, 3.5vw, 42px);
}

.khan-choice-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.khan-choice-card p:not(.eyebrow) {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.72;
}

.khan-choice-card a {
  display: inline-flex;
  margin: 8px 18px 0 0;
  color: #f1bf7d;
  font-weight: 800;
}

.khan-choice-card--shopping {
  display: grid;
  align-content: space-between;
}

.khan-shopping-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0 clamp(26px, 3.5vw, 42px) clamp(26px, 3.5vw, 42px);
  list-style: none;
}

.khan-shopping-list li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.79rem;
  font-weight: 700;
}

.khan-essential-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(38px, 8vw, 108px);
}

.khan-essential-list article {
  padding: 24px 0;
  border-top: 1px solid var(--khan-line);
}

.khan-essential-list h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.khan-essential-list p {
  margin: 0;
  color: var(--khan-muted);
  font-size: 0.9rem;
  line-height: 1.68;
}

.khan-related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid var(--khan-line);
  border-radius: 6px;
  background: var(--khan-line);
}

.khan-related-links a {
  min-height: 112px;
  padding: 22px;
  color: var(--khan-ink);
  background: #fff;
}

.khan-related-links span,
.khan-related-links strong {
  display: block;
}

.khan-related-links span {
  margin-bottom: 8px;
  color: var(--khan-copper);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.khan-related-links strong {
  font-size: 1rem;
}

.khan-faq-layout {
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
}

.khan-sources {
  padding: clamp(42px, 5vw, 62px) 0;
}

.khan-sources time {
  font-weight: 800;
}

.khan-local-help {
  padding: clamp(62px, 8vw, 104px) 0;
  background: #9f5f30;
}

.khan-local-help__card {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(55, 29, 13, 0.15);
  box-shadow: none;
}

.khan-local-help .eyebrow {
  color: #f8d7a7;
}

.khan-local-help h2 {
  color: #fff;
  font-size: clamp(2.35rem, 4.7vw, 4.7rem);
}

.khan-local-help h3 {
  margin: 26px 0 10px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.khan-local-help__card p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.72;
}

.khan-local-help__card .khan-request-note {
  color: rgba(255, 255, 255, 0.72);
}

.khan-local-help .khan-button--primary {
  color: #713e1c;
  background: #fff8ed;
  box-shadow: 0 14px 30px rgba(55, 29, 13, 0.18);
}

.khan-local-help .khan-button--primary:hover {
  color: #5b3015;
  background: #fff;
}

.khan-interest-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}

.khan-interest-list span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .khan-orientation__copy,
  .khan-history,
  .khan-rhythm--opening,
  .khan-rhythm--street,
  .khan-choice-grid {
    grid-template-columns: 1fr;
  }

  .khan-faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .khan-quick-facts > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(23, 40, 58, 0.16);
  }

  .khan-quick-facts > div:nth-child(4) {
    border-top: 1px solid rgba(23, 40, 58, 0.16);
  }

  .khan-rhythm__media--portrait {
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .khan-rhythm__copy {
    max-width: 720px;
  }

  .khan-rhythm--opening .khan-rhythm__copy {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 28px;
    max-width: none;
  }

  .khan-rhythm--opening .khan-rhythm__copy > .khan-journey__number,
  .khan-rhythm--opening .khan-rhythm__copy > h3,
  .khan-rhythm--opening .khan-rhythm__copy > p {
    grid-column: 1;
  }

  .khan-rhythm--opening .khan-rhythm__detail {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin-top: 0;
  }

  .khan-rhythm--street .khan-rhythm__copy {
    order: 2;
  }

  .khan-choice-card--shopping {
    min-height: 0;
  }

  .khan-local-help__card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .khan-hero {
    padding-bottom: 48px;
  }

  .khan-jump::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 0;
    bottom: 1px;
    width: 44px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 88%);
    pointer-events: none;
  }

  .khan-jump .khan-shell {
    padding-right: 54px;
  }

  .khan-orientation {
    padding: 44px 0;
  }

  .khan-orientation__copy {
    gap: 18px;
    margin-bottom: 24px;
  }

  .khan-orientation__copy h2 {
    font-size: clamp(2rem, 10.5vw, 2.8rem);
  }

  .khan-quick-facts > div {
    padding: 16px 14px 16px 0;
  }

  .khan-quick-facts > div + div {
    padding-left: 14px;
  }

  .khan-quick-facts > div:nth-child(3) {
    padding-left: 0;
  }

  .khan-quick-facts dd {
    font-size: 0.82rem;
  }

  .khan-journey {
    padding: 52px 0;
  }

  .khan-journey__intro {
    margin-bottom: 28px;
  }

  .khan-journey__intro h2 {
    font-size: clamp(2.35rem, 12vw, 3.15rem);
  }

  .khan-rhythm--opening .khan-rhythm__copy {
    display: block;
  }

  .khan-rhythm__detail {
    margin-top: 22px;
    aspect-ratio: 16 / 8;
  }

  .khan-rhythm--street {
    margin-top: 46px;
  }

  .khan-rhythm__media--landscape {
    aspect-ratio: 16 / 10.5;
  }

  .khan-rhythm-finish {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .khan-rhythm-finish__heading {
    grid-column: auto;
  }

  .khan-finish-option figure {
    aspect-ratio: 16 / 6.6;
  }

  .khan-history {
    gap: 24px;
  }

  #history.khan-section,
  #food-shopping.khan-section,
  #practical.khan-section,
  #faq.khan-section {
    padding: 46px 0;
  }

  .khan-choice-card > div {
    padding: 24px 22px;
  }

  .khan-shopping-list {
    padding: 0 22px 24px;
  }

  .khan-essential-list,
  .khan-related-links {
    grid-template-columns: 1fr;
  }

  .khan-essential-list article {
    padding: 16px 0;
  }

  .khan-essential-list p {
    font-size: 0.86rem;
    line-height: 1.56;
  }

  .khan-related-links a {
    min-height: 0;
    padding: 16px 18px;
  }

  .khan-sources {
    padding: 40px 0;
  }

  .khan-local-help {
    padding: 48px 0;
  }

  .khan-local-help__card {
    width: calc(100% - 32px);
    padding: 26px 22px;
    gap: 26px;
  }
}
