/* ==========================================================================
   What Is Qi Men Dun Jia — article page
   Reading-first editorial system. Palette: warm ink / warm paper / gold.
   Type: Playfair Display (display), Inter (body), Cinzel (labels),
   Ma Shan Zheng + Noto Serif SC (Chinese accents).
   ========================================================================== */

#master-lee-article-comparison {
  --ink: #090806;
  --ink-soft: #14110c;
  --paper: #f3eddf;
  --paper-bright: #faf6ec;
  --paper-deep: #ece4d2;
  --text: #1b1712;
  --text-soft: #453e33;
  --text-mute: #6d6455;
  --gold: #b38b3b;
  --gold-light: #d7bc7b;
  --gold-dark: #a97e22;
  --gold-ink: #6f5420;
  --line: rgba(27, 23, 18, 0.14);
  --line-strong: rgba(27, 23, 18, 0.28);
  --line-gold-dark: rgba(215, 188, 123, 0.26);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --display: "Cinzel", Georgia, serif;
  --brush: "Ma Shan Zheng", "Noto Serif SC", serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --gutter: clamp(20px, 5vw, 72px);
  --content: 1360px;
  --reading: 680px;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  min-width: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.001em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#master-lee-article-comparison,
#master-lee-article-comparison *,
#master-lee-article-comparison *::before,
#master-lee-article-comparison *::after {
  box-sizing: border-box;
}

html.master-lee-article-document {
  scroll-behavior: smooth;
  background: var(--ink, #090806);
}

body.master-lee-article-body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
}

:where(#master-lee-article-comparison) a,
:where(#master-lee-article-comparison) button {
  color: inherit;
}

:where(#master-lee-article-comparison) button {
  font: inherit;
}

:where(#master-lee-article-comparison) a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

:where(#master-lee-article-comparison) img {
  display: block;
  max-width: 100%;
}

:where(#master-lee-article-comparison) ::selection {
  background: rgba(215, 188, 123, 0.55);
  color: var(--ink);
}

:where(#master-lee-article-comparison) :focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

/* ---------- Utilities ---------- */

:where(#master-lee-article-comparison) .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 40;
  padding: 11px 16px;
  background: var(--paper-bright);
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(-160%);
  transition: transform 240ms var(--ease);
}

:where(#master-lee-article-comparison) .skip-link:focus {
  transform: translateY(0);
}

/* Eyebrow label (Cinzel caps + hairline) */
:where(#master-lee-article-comparison) .eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 clamp(22px, 2.6vw, 30px);
  color: var(--gold-dark);
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

:where(#master-lee-article-comparison) .eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  flex: none;
  background: var(--gold);
}

:where(#master-lee-article-comparison) .eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

:where(#master-lee-article-comparison) .dark-section .eyebrow {
  color: var(--gold-light);
}

:where(#master-lee-article-comparison) .dark-section .eyebrow::after {
  background: rgba(250, 246, 236, 0.16);
}

/* ---------- Hero ---------- */

:where(#master-lee-article-comparison) .article-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(88dvh, 900px);
  background: var(--ink);
  color: var(--paper-bright);
}

:where(#master-lee-article-comparison) .article-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.04;
  pointer-events: none;
}

:where(#master-lee-article-comparison) .hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(48px, 6vw, 104px);
  align-items: stretch;
  width: min(calc(100% - (var(--gutter) * 2)), var(--content));
  min-height: min(88dvh, 900px);
  margin-inline: auto;
  padding-block: clamp(72px, 9vh, 120px);
}

:where(#master-lee-article-comparison) .hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 660px;
  padding-block: 28px;
}

:where(#master-lee-article-comparison) .hero-ghost {
  position: absolute;
  top: -0.62em;
  left: -0.22em;
  z-index: -1;
  color: rgba(215, 188, 123, 0.07);
  font-family: var(--brush);
  font-size: clamp(7rem, 13vw, 14rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

:where(#master-lee-article-comparison) .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 clamp(26px, 3vw, 38px);
}

:where(#master-lee-article-comparison) .hero-eyebrow-char {
  display: flex;
  flex-direction: column;
  width: 58px;
  height: 58px;
  flex: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 188, 123, 0.62);
  box-shadow: inset 0 0 0 5px var(--ink), inset 0 0 0 6px rgba(215, 188, 123, 0.3);
  color: var(--gold-light);
  font-family: var(--brush);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  line-height: 1.08;
  text-align: center;
}

:where(#master-lee-article-comparison) .hero-eyebrow-char > span {
  display: block;
  white-space: nowrap;
}

:where(#master-lee-article-comparison) .hero-eyebrow-text {
  color: rgba(215, 188, 123, 0.85);
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

:where(#master-lee-article-comparison) .hero-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.9rem, 4.6vw, 4.35rem);
  font-weight: 400;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  line-height: 1.04;
  text-wrap: balance;
}

:where(#master-lee-article-comparison) .hero-copy h1 > span {
  display: block;
}

:where(#master-lee-article-comparison) .hero-copy h1 .hero-subtitle {
  max-width: 34ch;
  margin-top: 0.62em;
  color: var(--gold-light);
  font-size: clamp(1.3rem, 1.9vw, 1.85rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.28;
  text-wrap: balance;
}

:where(#master-lee-article-comparison) .hero-subtitle-line {
  display: inline;
}

:where(#master-lee-article-comparison) .hero-lead {
  max-width: 56ch;
  margin: clamp(30px, 3.6vw, 44px) 0 0;
  color: rgba(250, 246, 236, 0.78);
  font-size: clamp(1.04rem, 1.2vw, 1.15rem);
  font-weight: 400;
  line-height: 1.82;
  text-wrap: pretty;
}

:where(#master-lee-article-comparison) .hero-seal {
  width: 46px;
  height: 46px;
  margin-top: clamp(32px, 3.6vw, 44px);
  object-fit: contain;
  opacity: 0.85;
}

:where(#master-lee-article-comparison) .hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 440px;
  margin: 0;
  padding: 0;
  background: var(--ink-soft);
}

:where(#master-lee-article-comparison) .hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(215, 188, 123, 0.2);
  pointer-events: none;
}

:where(#master-lee-article-comparison) .hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(9, 8, 6, 0.55), rgba(9, 8, 6, 0) 22%),
    linear-gradient(0deg, rgba(9, 8, 6, 0.32), rgba(9, 8, 6, 0) 30%);
  pointer-events: none;
}

:where(#master-lee-article-comparison) .hero-visual picture,
:where(#master-lee-article-comparison) .hero-visual img {
  width: 100%;
  height: 100%;
}

:where(#master-lee-article-comparison) .hero-visual img {
  object-fit: cover;
  object-position: 50% 42%;
  transform: scale(1.045);
  transition: transform 1600ms var(--ease);
}

:where(#master-lee-article-comparison).is-ready .hero-visual img {
  transform: scale(1);
}

:where(#master-lee-article-comparison) .mobile-contents {
  display: none;
}

/* ---------- Opening (introduction) ---------- */

:where(#master-lee-article-comparison) .opening-section {
  position: relative;
  padding: clamp(96px, 11vw, 160px) var(--gutter) clamp(112px, 12vw, 176px);
  background: var(--paper-bright);
}

:where(#master-lee-article-comparison) .opening-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.025;
  pointer-events: none;
}

:where(#master-lee-article-comparison) .opening-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  gap: clamp(56px, 6.5vw, 110px);
  align-items: end;
  width: min(100%, var(--content));
  margin-inline: auto;
}

:where(#master-lee-article-comparison) .opening-copy p {
  margin: 0 0 1.7em;
  color: var(--text-soft);
  font-weight: 400;
  text-wrap: pretty;
}

:where(#master-lee-article-comparison) .opening-copy p:last-child {
  margin-bottom: 0;
}

:where(#master-lee-article-comparison) .opening-copy a,
:where(#master-lee-article-comparison) .section-copy a,
:where(#master-lee-article-comparison) .faq-answer a {
  color: var(--gold-ink);
  text-decoration-color: rgba(111, 84, 32, 0.4);
  transition: color 240ms var(--ease), text-decoration-color 240ms var(--ease);
}

:where(#master-lee-article-comparison) .opening-copy a:hover,
:where(#master-lee-article-comparison) .section-copy a:hover,
:where(#master-lee-article-comparison) .faq-answer a:hover {
  color: var(--gold-dark);
  text-decoration-color: currentColor;
}

:where(#master-lee-article-comparison) .opening-copy blockquote {
  max-width: 24ch;
  margin: clamp(52px, 6vw, 76px) 0;
  padding: 2px 0 2px clamp(24px, 2.6vw, 36px);
  border-left: 1px solid var(--gold);
  color: var(--gold-ink);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  font-weight: 400;
  line-height: 1.3;
  text-wrap: balance;
}

:where(#master-lee-article-comparison) .opening-copy .opening-close {
  margin-top: clamp(44px, 5vw, 64px);
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 1.9vw, 1.85rem);
  font-weight: 400;
  line-height: 1.4;
  text-wrap: balance;
}

:where(#master-lee-article-comparison) .imperial-visual {
  position: relative;
  width: 100%;
  margin: 0 0 -18px;
  padding: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

:where(#master-lee-article-comparison) .imperial-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(27, 23, 18, 0.12);
  pointer-events: none;
}

:where(#master-lee-article-comparison) .imperial-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 1400ms var(--ease);
}

:where(#master-lee-article-comparison) .imperial-visual.is-visible img {
  transform: scale(1);
}

/* ---------- Reading shell (rail + article column) ---------- */

:where(#master-lee-article-comparison) .reading-shell {
  display: grid;
  grid-template-columns: minmax(200px, 240px) minmax(0, var(--reading));
  gap: clamp(48px, 5.5vw, 92px);
  align-items: start;
  width: min(calc(100% - (var(--gutter) * 2)), var(--content));
  margin-inline: auto;
  padding-block: clamp(72px, 8vw, 112px) clamp(84px, 9vw, 128px);
}

:where(#master-lee-article-comparison) .desktop-contents {
  position: sticky;
  top: 48px;
  z-index: 3;
  align-self: start;
  margin: 0;
  padding: 0 0 0 20px;
  background: transparent;
}

:where(#master-lee-article-comparison) .contents-inner > p {
  margin: 0 0 20px;
  color: var(--gold-dark);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

:where(#master-lee-article-comparison) .desktop-contents nav {
  position: relative;
  display: grid;
  gap: 0;
}

:where(#master-lee-article-comparison) .desktop-contents nav::before {
  content: "";
  position: absolute;
  inset: 4px auto 4px -20px;
  width: 1px;
  background: var(--line);
}

:where(#master-lee-article-comparison) .desktop-contents a {
  position: relative;
  display: block;
  padding: 9px 0 10px;
  color: var(--text-mute);
  font-size: 0.83rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-decoration: none;
  transition: color 260ms var(--ease), padding-left 260ms var(--ease);
}

:where(#master-lee-article-comparison) .desktop-contents a::before {
  content: "";
  position: absolute;
  top: 1.02em;
  left: -20px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 280ms var(--ease);
}

:where(#master-lee-article-comparison) .desktop-contents a:hover {
  color: var(--text);
}

:where(#master-lee-article-comparison) .desktop-contents a.is-active {
  padding-left: 8px;
  color: var(--ink);
  font-weight: 500;
}

:where(#master-lee-article-comparison) .desktop-contents a.is-active::before {
  width: 14px;
}

:where(#master-lee-article-comparison).is-dark-section-active .contents-inner > p {
  color: var(--gold-light);
}

:where(#master-lee-article-comparison).is-dark-section-active .desktop-contents a {
  color: rgba(250, 246, 236, 0.52);
}

:where(#master-lee-article-comparison).is-dark-section-active .desktop-contents nav::before {
  background: rgba(243, 237, 223, 0.18);
}

:where(#master-lee-article-comparison).is-dark-section-active .desktop-contents a:hover {
  color: rgba(250, 246, 236, 0.85);
}

:where(#master-lee-article-comparison).is-dark-section-active .desktop-contents a.is-active {
  color: var(--paper-bright);
}

:where(#master-lee-article-comparison) .article-sections {
  min-width: 0;
}

/* ---------- Article sections ---------- */

:where(#master-lee-article-comparison) .article-section {
  position: relative;
  scroll-margin-top: 40px;
  padding: clamp(72px, 8vw, 110px) 0;
}

:where(#master-lee-article-comparison) .article-section:first-of-type {
  padding-top: 8px;
}

:where(#master-lee-article-comparison) .article-section h2 {
  margin: 0 0 clamp(32px, 4vw, 46px);
  font-family: var(--serif);
  font-size: clamp(2.05rem, 2.6vw, 2.6rem);
  font-weight: 400;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  line-height: 1.12;
  text-wrap: balance;
}

:where(#master-lee-article-comparison) .section-copy {
  max-width: 68ch;
}

:where(#master-lee-article-comparison) .section-copy p {
  margin: 0 0 1.7em;
  color: var(--text-soft);
  font-weight: 400;
  text-wrap: pretty;
}

:where(#master-lee-article-comparison) .section-copy > p:last-child {
  margin-bottom: 0;
}

:where(#master-lee-article-comparison) .section-copy > p:first-of-type {
  color: var(--text);
  font-size: 1.14em;
  line-height: 1.72;
}

:where(#master-lee-article-comparison) .section-copy em {
  color: var(--gold-ink);
  font-family: var(--serif);
  font-size: 1.05em;
}

:where(#master-lee-article-comparison) .section-copy blockquote {
  max-width: 24ch;
  margin: clamp(56px, 7vw, 84px) 0 clamp(56px, 7vw, 84px) auto;
  padding: 0;
  color: var(--gold-ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.28;
  text-align: right;
  text-wrap: balance;
}

/* ---------- Dark Trinity section ---------- */

:where(#master-lee-article-comparison) .dark-section {
  isolation: isolate;
  margin-block: clamp(48px, 6vw, 84px);
  padding: clamp(84px, 9vw, 128px) 0;
  background: var(--ink);
  box-shadow: 0 0 0 100vmax var(--ink);
  clip-path: inset(0 -100vmax);
  color: var(--paper-bright);
}

:where(#master-lee-article-comparison) .dark-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background-image: var(--grain);
  opacity: 0.04;
  transform: translateX(-50%);
  pointer-events: none;
}

:where(#master-lee-article-comparison) .dark-section > * {
  position: relative;
  z-index: 1;
}

:where(#master-lee-article-comparison) .dark-section h2 {
  color: var(--paper-bright);
}

:where(#master-lee-article-comparison) .dark-section .section-copy p {
  color: rgba(250, 246, 236, 0.72);
}

:where(#master-lee-article-comparison) .dark-section .section-copy > p:first-of-type {
  color: rgba(250, 246, 236, 0.92);
}

:where(#master-lee-article-comparison) .dark-section .section-copy em {
  color: var(--gold-light);
}

:where(#master-lee-article-comparison) .dark-section .section-copy blockquote {
  color: var(--gold-light);
}

/* Trinity cards */
:where(#master-lee-article-comparison) .trinity-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  margin: clamp(48px, 6vw, 72px) 0;
  padding: 0;
  list-style: none;
}

:where(#master-lee-article-comparison) .trinity-list li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: clamp(26px, 3vw, 36px) clamp(22px, 2.4vw, 30px) clamp(28px, 3.2vw, 38px);
  border: 1px solid var(--line-gold-dark);
  background: rgba(250, 246, 236, 0.025);
  transition: border-color 320ms var(--ease), background 320ms var(--ease), transform 320ms var(--ease);
}

:where(#master-lee-article-comparison) .trinity-list li:hover {
  border-color: rgba(215, 188, 123, 0.55);
  background: rgba(250, 246, 236, 0.05);
  transform: translateY(-3px);
}

:where(#master-lee-article-comparison) .trinity-glyph {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(215, 188, 123, 0.17);
  font-family: var(--brush);
  font-size: clamp(2.9rem, 3.6vw, 3.8rem);
  line-height: 1;
  pointer-events: none;
  transition: color 320ms var(--ease);
}

:where(#master-lee-article-comparison) .trinity-list li:hover .trinity-glyph {
  color: rgba(215, 188, 123, 0.34);
}

:where(#master-lee-article-comparison) .trinity-name {
  margin: 0 0 14px;
}

:where(#master-lee-article-comparison) .trinity-label {
  display: block;
  color: var(--paper-bright);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.45vw, 1.4rem);
  font-weight: 400;
  line-height: 1.25;
}

:where(#master-lee-article-comparison) .trinity-tag {
  display: block;
  margin-top: 8px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

:where(#master-lee-article-comparison) .trinity-desc {
  margin: 0;
  color: rgba(250, 246, 236, 0.66);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.7;
}

/* Component table */
:where(#master-lee-article-comparison) .component-list {
  margin: clamp(40px, 5vw, 60px) 0 clamp(48px, 6vw, 68px);
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

:where(#master-lee-article-comparison) .component-list li {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: clamp(20px, 3.5vw, 56px);
  align-items: baseline;
  margin: 0;
  padding: clamp(22px, 2.6vw, 30px) 0;
  border-bottom: 1px solid var(--line);
  transition: background 260ms var(--ease);
}

:where(#master-lee-article-comparison) .component-list li:hover {
  background: linear-gradient(90deg, rgba(179, 139, 59, 0.07), rgba(179, 139, 59, 0) 70%);
}

:where(#master-lee-article-comparison) .component-name {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 400;
  line-height: 1.35;
}

:where(#master-lee-article-comparison) .component-desc {
  margin: 0;
  color: var(--text-soft);
  font-weight: 400;
}

/* ---------- Master section ---------- */

:where(#master-lee-article-comparison) .master-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(220px, 0.88fr);
  column-gap: clamp(36px, 4.5vw, 52px);
  row-gap: clamp(30px, 4vw, 44px);
  align-items: start;
}

:where(#master-lee-article-comparison) .master-opening {
  grid-column: 1 / -1;
}

:where(#master-lee-article-comparison) .master-visual {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

:where(#master-lee-article-comparison) .master-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(27, 23, 18, 0.12);
  pointer-events: none;
}

:where(#master-lee-article-comparison) .master-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

:where(#master-lee-article-comparison) .master-quote {
  grid-column: 1;
  grid-row: 3;
  max-width: 21ch;
  margin: 0;
  padding: 2px 0 2px clamp(22px, 2.6vw, 32px);
  border-left: 1px solid var(--gold);
  color: var(--gold-ink);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  font-weight: 400;
  line-height: 1.32;
  text-wrap: balance;
}

:where(#master-lee-article-comparison) .master-close {
  grid-column: 2;
  grid-row: 3;
  align-self: start;
  max-width: 30ch;
  margin: 0;
  padding-top: clamp(5px, 0.8vw, 10px);
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 1.6vw, 1.55rem);
  font-weight: 400;
  line-height: 1.44;
  text-wrap: balance;
}

/* ---------- FAQ ---------- */

:where(#master-lee-article-comparison) .faq-list {
  border-top: 1px solid var(--line-strong);
}

:where(#master-lee-article-comparison) .faq-item {
  border-bottom: 1px solid var(--line);
}

:where(#master-lee-article-comparison) .faq-item h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: inherit;
  font-weight: 400;
}

:where(#master-lee-article-comparison) .faq-item button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 32px);
  align-items: center;
  width: 100%;
  padding: clamp(24px, 3vw, 32px) 0;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: color 240ms var(--ease);
}

:where(#master-lee-article-comparison) .faq-item button:hover {
  color: var(--gold-ink);
}

:where(#master-lee-article-comparison) .faq-item button > span:first-child {
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.5vw, 1.38rem);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  line-height: 1.32;
  text-wrap: balance;
}

:where(#master-lee-article-comparison) .faq-action {
  position: relative;
  display: none;
  width: 34px;
  height: 34px;
  flex: none;
  border: 1px solid rgba(111, 84, 32, 0.42);
  border-radius: 50%;
  transition: border-color 260ms var(--ease), background 260ms var(--ease);
}

:where(#master-lee-article-comparison).is-enhanced .faq-action {
  display: block;
}

:where(#master-lee-article-comparison) .faq-action::before,
:where(#master-lee-article-comparison) .faq-action::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: var(--gold-ink);
  transform: translate(-50%, -50%);
  transition: transform 320ms var(--ease), background 260ms var(--ease);
}

:where(#master-lee-article-comparison) .faq-action::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

:where(#master-lee-article-comparison) .faq-item.is-open .faq-action::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

:where(#master-lee-article-comparison) .faq-item button:hover .faq-action,
:where(#master-lee-article-comparison) .faq-item.is-open .faq-action {
  border-color: rgba(111, 84, 32, 0.8);
  background: rgba(179, 139, 59, 0.12);
}

:where(#master-lee-article-comparison) .faq-answer {
  max-width: 68ch;
  margin: 2px 0 clamp(18px, 2.4vw, 26px);
  padding: clamp(20px, 2.6vw, 28px) clamp(22px, 2.8vw, 34px);
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--paper-bright);
}

:where(#master-lee-article-comparison) .faq-answer[hidden] {
  display: none;
}

:where(#master-lee-article-comparison) .faq-answer p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 400;
  text-wrap: pretty;
}

/* ---------- Apply (closing CTA) ---------- */

:where(#master-lee-article-comparison) .apply-section {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 0;
  overflow: hidden;
  padding: clamp(120px, 14vw, 200px) var(--gutter);
  background: var(--ink);
  color: var(--paper-bright);
  text-align: center;
}

:where(#master-lee-article-comparison) .apply-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: 0.04;
  pointer-events: none;
}

:where(#master-lee-article-comparison) .apply-inner {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 760px);
  margin-inline: auto;
}

:where(#master-lee-article-comparison) .apply-heading,
:where(#master-lee-article-comparison) .apply-action {
  position: relative;
  z-index: 1;
}

:where(#master-lee-article-comparison) .apply-ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  color: rgba(215, 188, 123, 0.05);
  font-family: var(--brush);
  font-size: clamp(14rem, 30vw, 26rem);
  font-weight: 400;
  line-height: 0.72;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

:where(#master-lee-article-comparison) .apply-heading .eyebrow {
  justify-content: center;
  margin-bottom: clamp(24px, 3vw, 34px);
  color: var(--gold-light);
}

:where(#master-lee-article-comparison) .apply-heading .eyebrow::before,
:where(#master-lee-article-comparison) .apply-heading .eyebrow::after {
  flex: none;
  width: 36px;
  background: rgba(215, 188, 123, 0.5);
}

:where(#master-lee-article-comparison) .apply-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 3.6vw, 3.3rem);
  font-weight: 400;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  line-height: 1.12;
  text-wrap: balance;
}

:where(#master-lee-article-comparison) .apply-action {
  margin-top: clamp(30px, 4vw, 42px);
}

:where(#master-lee-article-comparison) .apply-section p {
  max-width: 56ch;
  margin: 0 auto;
  color: rgba(250, 246, 236, 0.72);
  font-weight: 400;
  text-wrap: pretty;
}

:where(#master-lee-article-comparison) .apply-section p a {
  color: var(--gold-light);
  text-decoration-color: rgba(215, 188, 123, 0.45);
  transition: color 240ms var(--ease), text-decoration-color 240ms var(--ease);
}

:where(#master-lee-article-comparison) .apply-section p a:hover {
  color: var(--paper-bright);
  text-decoration-color: currentColor;
}

:where(#master-lee-article-comparison) .apply-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: clamp(34px, 4.5vw, 46px);
  padding: 0 48px;
  border: 1px solid rgba(215, 188, 123, 0.42);
  background: rgba(250, 246, 236, 0.03);
  color: var(--paper-bright);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 280ms ease, color 280ms ease, transform 240ms var(--ease);
}

:where(#master-lee-article-comparison) .apply-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 460ms var(--ease);
}

:where(#master-lee-article-comparison) .apply-cta span {
  position: relative;
  z-index: 1;
}

:where(#master-lee-article-comparison) .apply-cta:hover {
  border-color: rgba(215, 188, 123, 0.85);
  color: var(--ink);
  transform: translateY(-2px);
}

:where(#master-lee-article-comparison) .apply-cta:hover::before {
  transform: scaleX(1);
}

:where(#master-lee-article-comparison) .apply-cta:active {
  transform: translateY(0) scale(0.99);
}

/* ---------- Back to top ---------- */

:where(#master-lee-article-comparison) .back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(111, 84, 32, 0.3);
  border-radius: 50%;
  background: rgba(250, 246, 236, 0.82);
  box-shadow: 0 10px 28px rgba(9, 8, 6, 0.12);
  color: var(--gold-ink);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 0;
  letter-spacing: 0;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 300ms var(--ease), transform 300ms var(--ease), background 260ms var(--ease), border-color 260ms ease, color 260ms var(--ease);
}

:where(#master-lee-article-comparison) .back-to-top::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 1px;
  height: 14px;
  background: currentColor;
  transform: translateX(-50%);
  transition: background 260ms var(--ease);
}

:where(#master-lee-article-comparison) .back-to-top::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
  transition: border-color 260ms var(--ease);
}

:where(#master-lee-article-comparison) .back-to-top.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

:where(#master-lee-article-comparison) .back-to-top:hover {
  background: var(--ink-soft);
  border-color: rgba(215, 188, 123, 0.65);
  color: var(--gold-light);
  transform: translateY(-2px);
}

/* ---------- Reveal motion ---------- */

:where(#master-lee-article-comparison).is-enhanced [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

:where(#master-lee-article-comparison).is-enhanced [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- Title wrapping rules ---------- */

@media (min-width: 1121px), (min-width: 721px) and (max-width: 900px) {
  :where(#master-lee-article-comparison) .hero-title-main {
    white-space: nowrap;
  }
}

/* ---------- Tablet / small desktop ---------- */

@media (max-width: 1120px) {
  :where(#master-lee-article-comparison) .hero-shell {
    gap: clamp(40px, 4.5vw, 64px);
  }

  :where(#master-lee-article-comparison) .hero-copy h1 {
    font-size: clamp(2.6rem, 4vw, 3.1rem);
  }

  :where(#master-lee-article-comparison) .reading-shell {
    grid-template-columns: minmax(180px, 210px) minmax(0, 1fr);
    gap: clamp(40px, 4.5vw, 60px);
  }
}

/* ---------- Tablet / large mobile (stacked) ---------- */

@media (max-width: 900px) {
  :where(#master-lee-article-comparison) .article-hero,
  :where(#master-lee-article-comparison) .hero-shell {
    min-height: auto;
  }

  :where(#master-lee-article-comparison) .hero-shell {
    grid-template-columns: 1fr;
    gap: clamp(48px, 7vw, 64px);
    padding-block: clamp(72px, 10vh, 96px);
  }

  :where(#master-lee-article-comparison) .hero-copy {
    max-width: 640px;
  }

  :where(#master-lee-article-comparison) .hero-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  :where(#master-lee-article-comparison) .opening-grid {
    grid-template-columns: 1fr;
    gap: clamp(56px, 8vw, 72px);
  }

  :where(#master-lee-article-comparison) .opening-copy {
    max-width: 640px;
  }

  :where(#master-lee-article-comparison) .imperial-visual {
    margin-bottom: 0;
  }

  :where(#master-lee-article-comparison) .imperial-visual img {
    aspect-ratio: 16 / 9;
  }

  :where(#master-lee-article-comparison) .desktop-contents {
    display: none;
  }

  :where(#master-lee-article-comparison) .mobile-contents {
    display: block;
    position: sticky;
    top: 0;
    z-index: 25;
    margin: 0;
    padding: 0 var(--gutter);
    border-bottom: 1px solid var(--line);
    background: rgba(243, 237, 223, 0.94);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: background 320ms var(--ease), border-color 320ms var(--ease);
  }

  :where(#master-lee-article-comparison) .mobile-contents summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 26px;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    color: var(--gold-ink);
    cursor: pointer;
    list-style: none;
  }

  :where(#master-lee-article-comparison) .contents-label {
    font-family: var(--display);
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  :where(#master-lee-article-comparison) .contents-current {
    min-width: 0;
    overflow: hidden;
    padding-left: 14px;
    border-left: 1px solid var(--line);
    color: var(--text-mute);
    font-size: 0.84rem;
    font-weight: 400;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  :where(#master-lee-article-comparison) .contents-toggle {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(111, 84, 32, 0.5);
  }

  :where(#master-lee-article-comparison) .contents-toggle::before,
  :where(#master-lee-article-comparison) .contents-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 280ms var(--ease);
  }

  :where(#master-lee-article-comparison) .contents-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  :where(#master-lee-article-comparison) .mobile-contents summary::-webkit-details-marker {
    display: none;
  }

  :where(#master-lee-article-comparison) .mobile-contents[open] .contents-toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  :where(#master-lee-article-comparison) .mobile-contents nav {
    display: grid;
    max-height: 58dvh;
    padding: 4px 0 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid var(--line);
  }

  :where(#master-lee-article-comparison) .mobile-contents a {
    position: relative;
    padding: 12px 0 12px 18px;
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.4;
    text-decoration: none;
    transition: color 260ms var(--ease), padding-left 260ms var(--ease);
  }

  :where(#master-lee-article-comparison) .mobile-contents a.is-active {
    padding-left: 24px;
    color: var(--gold-ink);
  }

  :where(#master-lee-article-comparison) .mobile-contents a::before {
    content: "";
    position: absolute;
    top: 1.35em;
    left: 0;
    width: 7px;
    height: 1px;
    background: rgba(111, 84, 32, 0.35);
    transition: width 260ms var(--ease), background 260ms var(--ease);
  }

  :where(#master-lee-article-comparison) .mobile-contents a.is-active::before {
    width: 14px;
    background: var(--gold);
  }

  :where(#master-lee-article-comparison).is-dark-section-active .mobile-contents {
    border-color: rgba(215, 188, 123, 0.22);
    background: rgba(20, 17, 12, 0.94);
  }

  :where(#master-lee-article-comparison).is-dark-section-active .mobile-contents nav {
    border-top-color: rgba(215, 188, 123, 0.18);
  }

  :where(#master-lee-article-comparison).is-dark-section-active .mobile-contents summary {
    color: var(--gold-light);
  }

  :where(#master-lee-article-comparison).is-dark-section-active .mobile-contents .contents-toggle {
    border-color: rgba(215, 188, 123, 0.5);
  }

  :where(#master-lee-article-comparison).is-dark-section-active .mobile-contents a {
    color: rgba(250, 246, 236, 0.66);
  }

  :where(#master-lee-article-comparison).is-dark-section-active .mobile-contents .contents-current {
    color: rgba(250, 246, 236, 0.6);
  }

  :where(#master-lee-article-comparison).is-dark-section-active .mobile-contents a.is-active {
    color: var(--paper-bright);
  }

  :where(#master-lee-article-comparison) .reading-shell {
    display: block;
    width: min(calc(100% - (var(--gutter) * 2)), var(--reading));
    padding-block: clamp(64px, 9vw, 88px);
  }

  :where(#master-lee-article-comparison) .article-section:first-of-type {
    padding-top: 0;
  }

  :where(#master-lee-article-comparison) .article-section {
    scroll-margin-top: 74px;
  }

  :where(#master-lee-article-comparison) .apply-section {
    scroll-margin-top: 0;
  }

  :where(#master-lee-article-comparison) .master-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(210px, 0.92fr);
    column-gap: clamp(28px, 5vw, 44px);
    row-gap: clamp(28px, 5vw, 40px);
  }

  :where(#master-lee-article-comparison) .master-opening {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  :where(#master-lee-article-comparison) .master-visual {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  :where(#master-lee-article-comparison) .master-visual img {
    object-position: 50% 18%;
  }

  :where(#master-lee-article-comparison) .master-quote {
    grid-column: 1;
    grid-row: 3;
    max-width: 22ch;
  }

  :where(#master-lee-article-comparison) .master-close {
    grid-column: 2;
    grid-row: 3;
    max-width: 30ch;
  }
}

/* ---------- Phone ---------- */

@media (max-width: 720px) {
  #master-lee-article-comparison {
    --gutter: 20px;
    font-size: 16px;
    line-height: 1.78;
  }

  :where(#master-lee-article-comparison) .hero-shell {
    width: 100%;
    gap: clamp(44px, 9vw, 56px);
    padding: clamp(64px, 10vh, 84px) 20px 0;
  }

  :where(#master-lee-article-comparison) .hero-copy {
    padding-block: 0;
  }

  :where(#master-lee-article-comparison) .hero-eyebrow {
    margin-bottom: 24px;
  }

  :where(#master-lee-article-comparison) .hero-eyebrow-char {
    width: 50px;
    height: 50px;
    font-size: 0.8rem;
  }

  :where(#master-lee-article-comparison) .hero-copy h1 {
    font-size: clamp(2.3rem, 8.6vw, 2.85rem);
    line-height: 1.06;
  }

  :where(#master-lee-article-comparison) .hero-copy h1 .hero-subtitle {
    max-width: 26ch;
    margin-top: 0.55em;
    font-size: clamp(1.18rem, 4.6vw, 1.4rem);
    line-height: 1.3;
  }

  :where(#master-lee-article-comparison) .hero-subtitle-line {
    display: block;
  }

  :where(#master-lee-article-comparison) .hero-ghost {
    top: -0.5em;
    left: -0.1em;
    font-size: 6.6rem;
  }

  :where(#master-lee-article-comparison) .hero-lead {
    margin-top: 26px;
    font-size: 1rem;
    line-height: 1.78;
  }

  :where(#master-lee-article-comparison) .hero-seal {
    width: 40px;
    height: 40px;
    margin-top: 26px;
  }

  :where(#master-lee-article-comparison) .hero-visual {
    aspect-ratio: auto;
    height: clamp(400px, 62dvh, 560px);
    margin-inline: -20px;
  }

  :where(#master-lee-article-comparison) .hero-visual::before {
    border-inline: 0;
  }

  :where(#master-lee-article-comparison) .hero-visual::after {
    background: linear-gradient(0deg, rgba(9, 8, 6, 0.4), rgba(9, 8, 6, 0) 26%);
  }

  :where(#master-lee-article-comparison) .hero-visual img {
    object-position: 50% 38%;
  }

  :where(#master-lee-article-comparison) .opening-section {
    padding: clamp(72px, 12vw, 88px) 20px clamp(80px, 13vw, 100px);
  }

  :where(#master-lee-article-comparison) .opening-copy blockquote {
    margin-block: 44px;
    font-size: clamp(1.45rem, 5.8vw, 1.7rem);
  }

  :where(#master-lee-article-comparison) .opening-copy .opening-close {
    margin-top: 40px;
    font-size: clamp(1.32rem, 5.2vw, 1.5rem);
  }

  :where(#master-lee-article-comparison) .imperial-visual {
    margin-inline: 0;
  }

  :where(#master-lee-article-comparison) .imperial-visual img {
    aspect-ratio: 4 / 3;
  }

  :where(#master-lee-article-comparison) .reading-shell {
    width: calc(100% - 40px);
    padding-block: 56px 64px;
  }

  :where(#master-lee-article-comparison) .article-section {
    padding-block: 60px;
    scroll-margin-top: 66px;
  }

  :where(#master-lee-article-comparison) .eyebrow {
    margin-bottom: 18px;
    font-size: 0.66rem;
  }

  :where(#master-lee-article-comparison) .eyebrow::before {
    width: 26px;
  }

  :where(#master-lee-article-comparison) .eyebrow::after {
    font-size: 0.78rem;
  }

  :where(#master-lee-article-comparison) .article-section h2 {
    margin-bottom: 30px;
    font-size: clamp(1.85rem, 7.4vw, 2.2rem);
    line-height: 1.14;
  }

  :where(#master-lee-article-comparison) .section-copy p {
    margin-bottom: 1.6em;
  }

  :where(#master-lee-article-comparison) .section-copy blockquote {
    max-width: 26ch;
    margin-block: 44px;
    margin-left: 0;
    font-size: clamp(1.45rem, 6.2vw, 1.75rem);
    text-align: left;
  }

  :where(#master-lee-article-comparison) .dark-section {
    margin-block: 40px;
    padding-block: 64px;
  }

  :where(#master-lee-article-comparison) .trinity-list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-block: 40px 44px;
  }

  :where(#master-lee-article-comparison) .trinity-list li {
    padding: 22px 20px 24px;
  }

  :where(#master-lee-article-comparison) .trinity-glyph {
    right: 14px;
    bottom: 10px;
    font-size: 2.7rem;
  }

  :where(#master-lee-article-comparison) .component-list {
    margin-block: 32px 40px;
  }

  :where(#master-lee-article-comparison) .component-list li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0 22px;
  }

  :where(#master-lee-article-comparison) .component-name {
    font-size: 1.15rem;
  }

  :where(#master-lee-article-comparison) .master-layout {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 32px;
  }

  :where(#master-lee-article-comparison) .master-opening,
  :where(#master-lee-article-comparison) .master-visual,
  :where(#master-lee-article-comparison) .master-quote,
  :where(#master-lee-article-comparison) .master-close {
    grid-column: 1;
    grid-row: auto;
  }

  :where(#master-lee-article-comparison) .master-visual {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  :where(#master-lee-article-comparison) .master-visual img {
    object-position: 50% 18%;
  }

  :where(#master-lee-article-comparison) .master-quote {
    max-width: 24ch;
    font-size: clamp(1.4rem, 5.6vw, 1.6rem);
  }

  :where(#master-lee-article-comparison) .master-close {
    max-width: 40ch;
    padding-top: 0;
    font-size: clamp(1.25rem, 5vw, 1.4rem);
  }

  :where(#master-lee-article-comparison) .faq-item button {
    gap: 16px;
    padding: 20px 0;
  }

  :where(#master-lee-article-comparison) .faq-item button > span:first-child {
    font-size: 1.16rem;
  }

  :where(#master-lee-article-comparison) .faq-answer {
    margin: 0 0 20px;
    padding: 18px 18px 20px;
  }

  :where(#master-lee-article-comparison) .apply-section {
    padding: clamp(88px, 16vw, 120px) 20px;
    text-align: left;
  }

  :where(#master-lee-article-comparison) .apply-heading .eyebrow {
    justify-content: flex-start;
  }

  :where(#master-lee-article-comparison) .apply-section h2 {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  :where(#master-lee-article-comparison) .apply-section p {
    margin-inline: 0;
  }

  :where(#master-lee-article-comparison) .apply-cta {
    width: min(100%, 320px);
    padding-inline: 24px;
  }

  :where(#master-lee-article-comparison) .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}

/* ---------- Small phone ---------- */

@media (max-width: 380px) {
  :where(#master-lee-article-comparison) .hero-copy h1 {
    font-size: 2.24rem;
  }

  :where(#master-lee-article-comparison) .article-section h2 {
    font-size: 1.8rem;
  }

  :where(#master-lee-article-comparison) .faq-action {
    width: 30px;
    height: 30px;
  }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html.master-lee-article-document {
    scroll-behavior: auto;
  }

  :where(#master-lee-article-comparison) *,
  :where(#master-lee-article-comparison) *::before,
  :where(#master-lee-article-comparison) *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  :where(#master-lee-article-comparison).is-enhanced [data-reveal] {
    opacity: 1;
    transform: none;
  }

  :where(#master-lee-article-comparison) .hero-visual img,
  :where(#master-lee-article-comparison).is-ready .hero-visual img,
  :where(#master-lee-article-comparison) .imperial-visual img {
    transform: none;
  }
}

/* ---------- Print ---------- */

@media print {
  html.master-lee-article-document,
  body.master-lee-article-body,
  #master-lee-article-comparison {
    background: #fff;
    color: #111;
  }

  :where(#master-lee-article-comparison) .desktop-contents,
  :where(#master-lee-article-comparison) .mobile-contents,
  :where(#master-lee-article-comparison) .back-to-top,
  :where(#master-lee-article-comparison) .apply-cta {
    display: none !important;
  }

  :where(#master-lee-article-comparison) .article-hero,
  :where(#master-lee-article-comparison) .dark-section,
  :where(#master-lee-article-comparison) .apply-section {
    background: #fff;
    color: #111;
  }

  :where(#master-lee-article-comparison) .hero-visual,
  :where(#master-lee-article-comparison) .imperial-visual,
  :where(#master-lee-article-comparison) .master-visual {
    break-inside: avoid;
  }
}

/* ==========================================================================
   Comparison article distinctions
   ========================================================================== */

:where(#master-lee-article-comparison) .hero-copy {
  max-width: 720px;
}

:where(#master-lee-article-comparison) .hero-title-main {
  max-width: 15ch;
  white-space: normal !important;
}

:where(#master-lee-article-comparison) .hero-copy h1 .hero-subtitle {
  max-width: 24ch;
  color: var(--gold-light);
  font-size: clamp(1.25rem, 1.7vw, 1.72rem);
  font-style: normal;
  line-height: 1.3;
}

:where(#master-lee-article-comparison) .hero-visual {
  overflow: hidden;
}

:where(#master-lee-article-comparison) .hero-visual::before {
  background: linear-gradient(90deg,
    transparent 0 calc(33.333% - 1px),
    rgba(215, 188, 123, 0.18) calc(33.333% - 1px) 33.333%,
    transparent 33.333% calc(66.666% - 1px),
    rgba(215, 188, 123, 0.18) calc(66.666% - 1px) 66.666%,
    transparent 66.666% 100%);
}

:where(#master-lee-article-comparison) .hero-visual img {
  object-position: 50% 52%;
}

:where(#master-lee-article-comparison) .opening-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: center;
}

:where(#master-lee-article-comparison) .opening-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 6;
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}

:where(#master-lee-article-comparison) .opening-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(27, 23, 18, 0.12);
  pointer-events: none;
}

:where(#master-lee-article-comparison) .opening-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 48%;
  transform: scale(1.035);
  transition: transform 1200ms var(--ease);
}

:where(#master-lee-article-comparison) .opening-visual.is-visible img {
  transform: scale(1);
}

:where(#master-lee-article-comparison) .opening-copy .opening-close {
  margin: 0;
  color: var(--text-soft);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.78;
  text-wrap: pretty;
}

:where(#master-lee-article-comparison) .opening-copy blockquote {
  max-width: 36ch;
  margin: clamp(30px, 3.5vw, 42px) 0 0;
  padding-left: clamp(20px, 2vw, 28px);
  font-size: clamp(1.22rem, 1.5vw, 1.42rem);
  line-height: 1.48;
  text-wrap: pretty;
}

:where(#master-lee-article-comparison) .tool-triad {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(40px, 5vw, 58px) 0;
  padding: 0;
  border-block: 1px solid var(--line-strong);
  list-style: none;
}

:where(#master-lee-article-comparison) .tool-triad li {
  position: relative;
  min-width: 0;
  padding: clamp(26px, 3vw, 34px) clamp(18px, 2.3vw, 26px) clamp(30px, 3.3vw, 38px);
  border-right: 1px solid var(--line);
  background: transparent;
  transition: background 320ms var(--ease), transform 320ms var(--ease);
}

:where(#master-lee-article-comparison) .tool-triad li:last-child {
  border-right: 0;
}

:where(#master-lee-article-comparison) .tool-triad li:hover {
  z-index: 1;
  background: rgba(179, 139, 59, 0.08);
  transform: translateY(-4px);
}

:where(#master-lee-article-comparison) .tool-mark {
  display: block;
  margin-bottom: 28px;
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 0.86rem;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  letter-spacing: 0.14em;
}

:where(#master-lee-article-comparison) .tool-triad p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.7;
}

:where(#master-lee-article-comparison) .tool-triad strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 400;
  line-height: 1.25;
}

:where(#master-lee-article-comparison) .system-section {
  padding-left: clamp(20px, 3vw, 34px);
  border-left: 1px solid var(--line);
}

:where(#master-lee-article-comparison) .system-section::before {
  content: "";
  position: absolute;
  top: clamp(72px, 8vw, 110px);
  left: -1px;
  width: 1px;
  height: clamp(56px, 7vw, 86px);
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 620ms var(--ease);
}

:where(#master-lee-article-comparison) .system-section:has(h2.is-visible)::before {
  transform: scaleY(1);
}

:where(#master-lee-article-comparison) .comparison-scroll {
  width: 100%;
  overflow-x: auto;
  border-block: 1px solid rgba(215, 188, 123, 0.3);
  scrollbar-color: rgba(215, 188, 123, 0.55) rgba(250, 246, 236, 0.06);
}

:where(#master-lee-article-comparison) .comparison-scroll:focus-visible {
  outline-color: var(--gold-light);
  outline-offset: 6px;
}

:where(#master-lee-article-comparison) .comparison-scroll table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  table-layout: fixed;
}

:where(#master-lee-article-comparison) .comparison-scroll th,
:where(#master-lee-article-comparison) .comparison-scroll td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(215, 188, 123, 0.16);
  color: rgba(250, 246, 236, 0.7);
  font-size: 0.84rem;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

:where(#master-lee-article-comparison) .comparison-scroll thead th {
  padding-block: 22px;
  color: var(--paper-bright);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
}

:where(#master-lee-article-comparison) .comparison-scroll tbody th {
  width: 22%;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

:where(#master-lee-article-comparison) .comparison-scroll tr > :last-child {
  background: rgba(215, 188, 123, 0.055);
  color: rgba(250, 246, 236, 0.9);
}

:where(#master-lee-article-comparison) .comparison-scroll tbody tr {
  transition: background 260ms var(--ease);
}

:where(#master-lee-article-comparison) .comparison-scroll tbody tr:hover {
  background: rgba(250, 246, 236, 0.045);
}

:where(#master-lee-article-comparison) .choice-list {
  margin: clamp(38px, 5vw, 58px) 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

:where(#master-lee-article-comparison) .choice-list li {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: baseline;
  padding: clamp(22px, 3vw, 30px) 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 280ms var(--ease), background 280ms var(--ease);
}

:where(#master-lee-article-comparison) .choice-list li:hover {
  padding-left: 12px;
  background: linear-gradient(90deg, rgba(179, 139, 59, 0.07), transparent 72%);
}

:where(#master-lee-article-comparison) .choice-label {
  color: var(--gold-dark);
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

:where(#master-lee-article-comparison) .choice-list p {
  margin: 0;
  color: var(--text-soft);
}

:where(#master-lee-article-comparison) .choice-list strong {
  color: var(--ink);
  font-weight: 600;
}

:where(#master-lee-article-comparison) .article-disclaimer {
  padding: 24px var(--gutter) 28px;
  border-top: 1px solid rgba(215, 188, 123, 0.2);
  background: var(--ink);
}

:where(#master-lee-article-comparison) .article-disclaimer p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(250, 246, 236, 0.48);
  font-size: 0.76rem;
  line-height: 1.6;
  text-align: center;
}

:where(#master-lee-article-comparison).is-enhanced [data-reveal] {
  transition-duration: 520ms;
}

@media (min-width: 1000px) {
  :where(#master-lee-article-comparison) .hero-copy h1 .hero-subtitle {
    max-width: none;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  :where(#master-lee-article-comparison) .hero-title-main {
    max-width: 18ch;
  }

  :where(#master-lee-article-comparison) .opening-grid {
    grid-template-columns: 1fr;
  }

  :where(#master-lee-article-comparison) .opening-visual {
    width: min(100%, 620px);
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 720px) {
  :where(#master-lee-article-comparison) .hero-title-main {
    max-width: 14ch;
  }

  :where(#master-lee-article-comparison) .hero-copy h1 .hero-subtitle {
    max-width: 21ch;
    font-size: clamp(1.14rem, 4.7vw, 1.34rem);
  }

  :where(#master-lee-article-comparison) .hero-visual {
    height: clamp(330px, 50dvh, 460px);
  }

  :where(#master-lee-article-comparison) .hero-visual img {
    object-position: 50% 56%;
  }

  :where(#master-lee-article-comparison) .opening-visual {
    aspect-ratio: 4 / 3;
  }

  :where(#master-lee-article-comparison) .opening-copy .opening-close {
    font-size: 1rem;
    line-height: 1.74;
  }

  :where(#master-lee-article-comparison) .opening-copy blockquote {
    max-width: 31ch;
    margin-top: 28px;
    font-size: clamp(1.24rem, 5vw, 1.42rem);
    line-height: 1.44;
  }

  :where(#master-lee-article-comparison) .tool-triad {
    grid-template-columns: 1fr;
  }

  :where(#master-lee-article-comparison) .tool-triad li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  :where(#master-lee-article-comparison) .tool-triad li:last-child {
    border-bottom: 0;
  }

  :where(#master-lee-article-comparison) .system-section {
    padding-left: 18px;
  }

  :where(#master-lee-article-comparison) .comparison-scroll {
    margin-right: -20px;
    padding-right: 20px;
  }

  :where(#master-lee-article-comparison) .choice-list li {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}

/* ==========================================================================
   2026-08-10 mobile editorial refinement
   ========================================================================== */

:where(#master-lee-article-comparison) .hero-title-line {
  display: block;
  white-space: nowrap;
}

:where(#master-lee-article-comparison) .hero-visual picture,
:where(#master-lee-article-comparison) .hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

:where(#master-lee-article-comparison) .hero-visual::before,
:where(#master-lee-article-comparison) .hero-visual::after {
  content: none;
}

:where(#master-lee-article-comparison) .comparison-swipe-hint {
  display: none;
}

@media (max-width: 900px) {
  :where(#master-lee-article-comparison) .mobile-contents summary {
    grid-template-columns: auto minmax(0, 1fr) 18px;
    gap: 12px;
  }

  :where(#master-lee-article-comparison) .contents-toggle {
    width: 18px;
    height: 18px;
    border: 0;
  }

  :where(#master-lee-article-comparison) .contents-toggle::before,
  :where(#master-lee-article-comparison) .contents-toggle::after {
    width: 11px;
    background: currentColor;
  }

  :where(#master-lee-article-comparison).is-dark-section-active .mobile-contents .contents-toggle {
    border: 0;
  }

  :where(#master-lee-article-comparison) .mobile-contents nav {
    gap: 0;
    padding: 2px 0 18px;
  }

  :where(#master-lee-article-comparison) .mobile-contents a {
    padding: 13px 2px 13px 18px;
    border-bottom: 1px solid rgba(111, 84, 32, 0.12);
  }

  :where(#master-lee-article-comparison) .mobile-contents a:last-child {
    border-bottom: 0;
  }

  :where(#master-lee-article-comparison) .mobile-contents a.is-active {
    padding-left: 25px;
  }
}

@media (max-width: 720px) {
  :where(#master-lee-article-comparison) .hero-copy h1 {
    font-size: clamp(1.78rem, 7.6vw, 2.28rem);
  }

  :where(#master-lee-article-comparison) .hero-title-main {
    max-width: none;
  }

  :where(#master-lee-article-comparison) .hero-copy h1 .hero-subtitle {
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(1rem, 4.05vw, 1.14rem);
  }

  :where(#master-lee-article-comparison) .hero-visual {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  :where(#master-lee-article-comparison) .hero-visual img {
    object-fit: cover;
    object-position: center;
  }

  :where(#master-lee-article-comparison) .comparison-swipe-hint {
    position: sticky;
    top: 57px;
    z-index: 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin: 0 0 12px auto;
    padding: 7px 0 6px 14px;
    color: rgba(250, 246, 236, 0.72);
    background: linear-gradient(90deg, transparent, rgba(20, 17, 12, 0.9) 28%);
    font-family: var(--display);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1;
    text-transform: uppercase;
    pointer-events: none;
  }

  :where(#master-lee-article-comparison) .comparison-swipe-arrow {
    color: var(--gold-light);
    font-family: var(--serif);
    font-size: 1rem;
    letter-spacing: 0;
    animation: comparison-swipe-cue 1800ms var(--ease) infinite;
  }

  :where(#master-lee-article-comparison) .comparison-scroll {
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    scrollbar-width: thin;
    box-shadow: inset -22px 0 18px -22px rgba(250, 246, 236, 0.34);
  }
}

@keyframes comparison-swipe-cue {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.64;
  }

  50% {
    transform: translateX(4px);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(#master-lee-article-comparison) .comparison-swipe-arrow {
    animation: none;
  }
}

/* Astro Shell integration */
body.master-lee-article-body {
  background: #f3eddf;
}

body.master-lee-article-body .do-header {
  --do-line-dark: rgba(246, 243, 235, .16);
}

:where(#master-lee-article-comparison) .hero-ghost,
:where(#master-lee-article-comparison) .hero-seal {
	display: none;
}

:where(#master-lee-article-comparison) .hero-shell {
	grid-template-rows: 1fr;
}

:where(#master-lee-article-comparison) .hero-copy {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	padding-block: 28px 0;
}

:where(#master-lee-article-comparison) .hero-visual {
	grid-column: 2;
	grid-row: 1;
}

:where(#master-lee-article-comparison) .hero-copy > .article-byline {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	max-width: 100%;
	margin: auto 0 0;
	color: rgba(250, 246, 236, .62);
	font-family: var(--display);
	font-size: clamp(.61rem, .72vw, .7rem);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.55;
  text-transform: uppercase;
}

:where(#master-lee-article-comparison) .hero-copy > .article-byline time {
	color: rgba(250, 246, 236, .82);
}

body.master-lee-article-body .desktop-contents {
  top: calc(var(--site-header-shell-height, 84px) + 32px);
}

body.master-lee-article-body .article-section,
body.master-lee-article-body .apply-section {
  scroll-margin-top: calc(var(--site-header-shell-height, 84px) + 32px);
}

@media (max-width: 900px) {
  :where(#master-lee-article-comparison) .hero-eyebrow {
    gap: 0;
  }

  :where(#master-lee-article-comparison) .hero-eyebrow-char {
    display: none;
  }

  :where(#master-lee-article-comparison) .hero-shell {
    grid-template-rows: none;
    gap: clamp(48px, 7vw, 64px);
  }

  :where(#master-lee-article-comparison) .hero-copy {
    grid-column: 1;
    grid-row: auto;
    align-self: auto;
    padding-block: 0;
  }

  :where(#master-lee-article-comparison) .hero-copy > .article-byline {
    margin: clamp(28px, 5vw, 44px) 0 0;
  }

  :where(#master-lee-article-comparison) .hero-visual {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 0;
  }

  body.master-lee-article-body .mobile-contents {
    top: var(--site-header-shell-height, 70px);
  }

  body.master-lee-article-body .article-section,
  body.master-lee-article-body .apply-section {
    scroll-margin-top: calc(var(--site-header-shell-height, 70px) + 72px);
  }

  body.master-lee-article-body .comparison-swipe-hint {
    top: calc(var(--site-header-shell-height, 70px) + 57px);
  }
}
