:root {
  --hn-ink: #111827;
  --hn-ink-soft: #263044;
  --hn-indigo: #5f72c8;
  --hn-indigo-pale: #dce2ff;
  --hn-copper: #b66b3d;
  --hn-ivory: #f6f0e6;
  --hn-paper: #fffaf2;
  --hn-line: rgba(17, 24, 39, .14);
  --hn-serif: Georgia, "Times New Roman", serif;
  --hn-sans: Inter, Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--hn-paper); color: var(--hn-ink); }
body, button, input, textarea { font-family: var(--hn-sans); }
h1, h2, h3, .logo-split a { font-family: var(--hn-serif); }
a { color: inherit; }
.site-content { overflow: clip; }
.container { box-sizing: border-box; }

.site-header.nav-layout-split {
  background: rgba(255, 250, 242, .94);
  border-bottom: 1px solid rgba(17, 24, 39, .09);
  backdrop-filter: blur(18px);
  box-shadow: none;
}
.header-split-container { min-height: 84px; max-width: 1480px; padding-inline: clamp(20px, 3.2vw, 54px); }
.logo-split img { width: 270px; max-height: 62px; }
.nav-split a { color: var(--hn-ink) !important; font-size: .77rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.nav-split a::after { background: var(--hn-copper) !important; }
.nav-split-cta > a { border: 1px solid var(--hn-ink); border-radius: 0 !important; padding: .72rem 1rem !important; }
.btn-search-toggle { color: var(--hn-ink) !important; }

.block-html { padding: 0 !important; }
.hn-home { background: var(--hn-paper); }
.hn-shell { width: min(100% - 44px, 1320px); margin-inline: auto; }
.hn-eyebrow { margin: 0 0 18px; color: #cbd3f5; font-size: .7rem; font-weight: 800; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.hn-eyebrow--dark { color: #59637a; }

.hn-hero { position: relative; min-height: calc(100svh - 84px); isolation: isolate; color: #fffaf2; background: #0d1420; }
.hn-hero__backdrop { position: absolute; inset: 0; z-index: -2; background: url('../uploads/huile-nigelle/hero-nigella-sativa.webp') 64% center / cover no-repeat; animation: hnHeroScale 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hn-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8, 13, 22, .96) 0%, rgba(8, 13, 22, .87) 31%, rgba(8, 13, 22, .38) 57%, rgba(8, 13, 22, .05) 100%); }
.hn-hero__inner { min-height: calc(100svh - 84px); display: grid; align-items: center; position: relative; }
.hn-hero__copy { width: min(690px, 58vw); padding: 72px 0 92px; animation: hnRise .9s .12s cubic-bezier(.2,.7,.2,1) both; }
.hn-hero h1 { margin: 0; max-width: 760px; color: #fffaf2; font-size: clamp(3.4rem, 6.3vw, 7.2rem); font-weight: 600; letter-spacing: -.055em; line-height: .91; text-wrap: balance; }
.hn-hero h1 em { color: #b9c5ff; font-weight: 400; }
.hn-hero__lead { max-width: 580px; margin: 30px 0 0; color: rgba(255,250,242,.8); font-size: clamp(1.03rem, 1.3vw, 1.22rem); line-height: 1.65; }
.hn-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hn-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 0; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease; }
.hn-btn:hover { transform: translateY(-3px); }
.hn-btn--primary { background: var(--hn-copper); color: #fff; }
.hn-btn--primary:hover { background: #d08855; color: #fff; }
.hn-btn--ghost { border-color: rgba(255,255,255,.46); color: #fffaf2; }
.hn-btn--ghost:hover { background: #fffaf2; color: var(--hn-ink); }
.hn-btn--light { background: #fffaf2; color: var(--hn-ink); }
.hn-hero__caption { position: absolute; right: 0; bottom: 27px; margin: 0; color: rgba(255,255,255,.62); font-size: .67rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }

.hn-intro { padding: clamp(88px, 10vw, 150px) 0 clamp(72px, 8vw, 120px); display: grid; grid-template-columns: 70px minmax(0, 1.05fr) minmax(280px, .72fr); gap: clamp(26px, 5vw, 80px); align-items: start; }
.hn-intro__index { color: var(--hn-copper); font: 600 1rem var(--hn-sans); padding-top: 38px; border-top: 1px solid var(--hn-copper); }
.hn-intro h2, .hn-section-heading h2, .hn-wiki h2 { margin: 0; font-size: clamp(2.5rem, 4.4vw, 5.1rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hn-intro__copy { margin: 38px 0 0; color: #4c5567; font-size: 1.02rem; line-height: 1.8; }

.hn-decision { background: var(--hn-ivory); border-block: 1px solid var(--hn-line); }
.hn-decision__grid { display: grid; grid-template-columns: 1.16fr 1fr 1fr; }
.hn-route { min-height: 405px; display: flex; flex-direction: column; padding: clamp(34px, 4vw, 58px); border-right: 1px solid var(--hn-line); text-decoration: none; transition: background .28s ease, color .28s ease; }
.hn-route:first-child { border-left: 1px solid var(--hn-line); }
.hn-route:hover { background: #fffaf2; }
.hn-route--lead { background: var(--hn-ink); color: #fffaf2; }
.hn-route--lead:hover { background: #1d2940; }
.hn-route__number { font-size: .72rem; opacity: .55; }
.hn-route__label { margin-top: auto; color: var(--hn-copper); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hn-route strong { display: block; margin-top: 14px; font: 500 clamp(1.65rem, 2.1vw, 2.55rem)/1.04 var(--hn-serif); letter-spacing: -.03em; }
.hn-route__desc { margin-top: 16px; max-width: 330px; color: currentColor; opacity: .7; font-size: .9rem; line-height: 1.6; }
.hn-route__cta { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 15px; border-top: 1px solid currentColor; font-size: .74rem; font-weight: 750; letter-spacing: .05em; opacity: .82; }
.hn-route__cta i { font-style: normal; transition: transform .25s ease; }
.hn-route:hover .hn-route__cta i { transform: translate(3px,-3px); }

.hn-field-note { padding: clamp(92px, 11vw, 170px) 0; }
.hn-field-note__grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .88fr); gap: clamp(52px, 8vw, 120px); align-items: center; }
.hn-field-note__media { margin: 0; position: relative; }
.hn-field-note__media::before { content: ""; position: absolute; width: 62%; height: 62%; left: -20px; bottom: -20px; background: var(--hn-indigo-pale); z-index: -1; }
.hn-field-note__media img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.88) contrast(1.02); }
.hn-field-note__media figcaption { margin-top: 14px; color: #657086; font-size: .72rem; letter-spacing: .04em; }
.hn-field-note__copy h2, .hn-proof h2, .hn-final h2 { margin: 0; font-size: clamp(2.7rem, 4.8vw, 5.2rem); font-weight: 500; letter-spacing: -.05em; line-height: .96; }
.hn-proof h2, .hn-final h2 { color: #fffaf2; }
.hn-field-note__copy > p:not(.hn-eyebrow) { margin: 26px 0 0; color: #4d5668; line-height: 1.75; }
.hn-criteria { margin: 34px 0 0; }
.hn-criteria > div { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid var(--hn-line); }
.hn-criteria dt { color: var(--hn-copper); font-size: .72rem; font-weight: 800; }
.hn-criteria dd { margin: 0; display: flex; justify-content: space-between; gap: 20px; }
.hn-criteria strong { font-family: var(--hn-serif); font-size: 1.14rem; }
.hn-criteria span { color: #697386; font-size: .79rem; text-align: right; }
.hn-text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid currentColor; color: var(--hn-ink); font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.hn-text-link span { transition: transform .25s ease; }
.hn-text-link:hover span { transform: translateX(5px); }

.hn-compare { padding: clamp(85px, 9vw, 140px) 0; background: #ebe4d9; }
.hn-section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.hn-compare__list { margin-top: 64px; border-top: 1px solid var(--hn-line); }
.hn-compare__list a { display: grid; grid-template-columns: 70px minmax(250px, 1fr) minmax(220px, .7fr) 24px; gap: 24px; align-items: center; min-height: 108px; padding: 22px 8px; border-bottom: 1px solid var(--hn-line); text-decoration: none; transition: padding .25s ease, background .25s ease; }
.hn-compare__list a:hover { padding-inline: 20px; background: rgba(255,250,242,.62); }
.hn-compare__list span { color: var(--hn-copper); font-size: .72rem; font-weight: 800; }
.hn-compare__list strong { font: 500 clamp(1.45rem,2vw,2.1rem)/1.1 var(--hn-serif); }
.hn-compare__list em { color: #667085; font-size: .82rem; font-style: normal; }
.hn-compare__list i { font-style: normal; font-size: 1.2rem; }

.hn-proof { background: var(--hn-ink); color: #fffaf2; }
.hn-proof__grid { min-height: 760px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
.hn-proof__copy { padding: clamp(82px, 9vw, 140px) clamp(38px, 7vw, 105px) clamp(82px, 9vw, 140px) 0; align-self: center; }
.hn-proof__copy > p:not(.hn-eyebrow) { color: rgba(255,250,242,.69); line-height: 1.75; }
.hn-proof__facts { margin: 34px 0 38px; }
.hn-proof__facts p { display: grid; gap: 5px; margin: 0; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.16); }
.hn-proof__facts strong { font-family: var(--hn-serif); font-size: 1.08rem; }
.hn-proof__facts span { color: rgba(255,255,255,.6); font-size: .79rem; }
.hn-proof__media { margin: 0; min-height: 100%; position: relative; left: max(0px, calc((100vw - 1320px)/2)); width: calc(100% + max(0px, (100vw - 1320px)/2)); }
.hn-proof__media img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; }

.hn-wiki { padding: clamp(92px, 10vw, 155px) 0; }
.hn-wiki__grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(400px, 1fr); gap: clamp(60px, 9vw, 140px); }
.hn-wiki__terms { border-top: 1px solid var(--hn-line); }
.hn-wiki__terms a { display: flex; justify-content: space-between; gap: 30px; padding: 25px 0; border-bottom: 1px solid var(--hn-line); text-decoration: none; }
.hn-wiki__terms span { font: 500 1.45rem var(--hn-serif); }
.hn-wiki__terms i { color: #697386; font-size: .74rem; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }

.hn-final { padding: clamp(100px, 12vw, 190px) 0; color: #fffaf2; text-align: center; background: linear-gradient(rgba(11,17,27,.82), rgba(11,17,27,.9)), url('../uploads/huile-nigelle/hero-nigella-sativa.webp') center 64% / cover fixed; }
.hn-final__inner { display: grid; justify-items: center; }
.hn-final h2 { max-width: 900px; }
.hn-final p:not(.hn-eyebrow) { max-width: 540px; color: rgba(255,255,255,.72); line-height: 1.7; }
.hn-final .hn-btn { margin-top: 22px; }

.hn-editorial-page { background: var(--hn-paper); }
.hn-wrap { width: min(100% - 44px, 1120px); margin-inline: auto; }
.hn-wrap--narrow { max-width: 860px; }
.hn-editorial-intro { padding: clamp(54px, 7vw, 88px) 0 0; }
.hn-editorial-intro .hn-kicker { margin: 0; color: var(--hn-copper); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hn-editorial-intro .hn-lead { margin: 18px 0 0; max-width: 760px; color: #3f4a5f; font: 500 clamp(1.35rem, 2.2vw, 1.9rem)/1.45 var(--hn-serif); }
.hn-prose { padding-block: clamp(42px, 6vw, 76px) clamp(76px, 9vw, 120px); color: #303a4d; font-size: 1.02rem; line-height: 1.82; }
.hn-prose > :first-child { margin-top: 0; }
.hn-prose h2 { margin: 2.35em 0 .72em; color: var(--hn-ink); font: 500 clamp(1.75rem, 3vw, 2.5rem)/1.12 var(--hn-serif); letter-spacing: -.025em; }
.hn-prose p, .hn-prose ul, .hn-prose ol { margin-block: 0 1.25em; }
.hn-prose li + li { margin-top: .55em; }
.hn-prose a { color: #8e4e2a; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hn-prose strong { color: var(--hn-ink); }
.hn-mail-link { font: 500 clamp(1.3rem, 2vw, 1.75rem) var(--hn-serif); }

/* Long-form decision pages: tables, profile verdicts and product evidence. */
.article-content .hn-note {
  margin: 30px 0 42px;
  padding: 20px 22px;
  border-left: 3px solid var(--hn-copper);
  background: var(--hn-ivory);
  color: #465064;
}
.article-content .hn-table-wrap {
  width: 100%;
  margin: 28px 0 42px;
  overflow-x: auto;
  border: 1px solid var(--hn-line);
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, .07);
}
.article-content .hn-decision-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: .86rem; line-height: 1.5; }
.article-content .hn-decision-table th { padding: 17px 16px; color: #fffaf2; text-align: left; background: var(--hn-ink); font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; }
.article-content .hn-decision-table td { padding: 16px; border-bottom: 1px solid var(--hn-line); vertical-align: top; }
.article-content .hn-decision-table tbody tr:nth-child(even) { background: #fbf6ed; }
.article-content .hn-decision-table tbody tr:last-child td { border-bottom: 0; }
.article-content .hn-decision-table a { color: #7d4629; font-weight: 750; }
.article-content .hn-pick-grid,
.article-content .hn-verdict-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 28px 0 44px; padding: 1px; background: var(--hn-line); }
.article-content .hn-pick,
.article-content .hn-verdict-grid > div { margin: 0; padding: clamp(24px, 3vw, 34px); background: #fffaf2; }
.article-content .hn-pick .hn-kicker { margin: 0 0 12px; color: var(--hn-copper); font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.article-content .hn-pick h3,
.article-content .hn-verdict-grid h3 { margin: 0 0 14px; font: 500 clamp(1.25rem, 2vw, 1.65rem)/1.15 var(--hn-serif); }
.article-content .hn-product-review { margin: 0; padding: 38px 0; border-top: 1px solid var(--hn-line); }
.article-content .hn-product-review:last-of-type { border-bottom: 1px solid var(--hn-line); }
.article-content .hn-product-review .hn-kicker { margin: 0 0 10px; color: var(--hn-copper); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-content .hn-product-review h3 { margin: 0 0 14px; font: 500 clamp(1.5rem, 2.5vw, 2.15rem)/1.12 var(--hn-serif); }
.article-content .hn-product-review dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 24px 0; border-block: 1px solid var(--hn-line); }
.article-content .hn-product-review dl > div { padding: 17px 18px 17px 0; }
.article-content .hn-product-review dt { color: #6c7483; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-content .hn-product-review dd { margin: 7px 0 0; color: var(--hn-ink); font-size: .9rem; }
.article-content .hn-button { display: inline-flex; min-height: 46px; align-items: center; padding: 0 19px; background: var(--hn-ink); color: #fffaf2; font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.article-content .hn-button:hover { background: var(--hn-copper); color: #fff; }
.article-content .hn-faq-list { margin: 28px 0 46px; border-top: 1px solid var(--hn-line); }
.article-content .hn-faq-list details { border-bottom: 1px solid var(--hn-line); }
.article-content .hn-faq-list summary { position: relative; padding: 21px 50px 21px 0; color: var(--hn-ink); cursor: pointer; font: 600 1.08rem/1.4 var(--hn-serif); list-style: none; }
.article-content .hn-faq-list summary::-webkit-details-marker { display: none; }
.article-content .hn-faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 4px; color: var(--hn-copper); font: 400 1.5rem var(--hn-sans); }
.article-content .hn-faq-list details[open] summary::after { content: "–"; }
.article-content .hn-faq-list details p { max-width: 720px; padding: 0 40px 20px 0; color: #505a6c; }

/* Additional home decision hub, appended by the deterministic growth seed. */
.hn-growth { padding: clamp(84px, 10vw, 150px) 0; border-top: 1px solid var(--hn-line); background: #ebe4d9; }
.hn-growth .hn-wrap { width: min(100% - 44px, 1320px); }
.hn-growth > .hn-wrap > .hn-kicker { margin: 0; color: var(--hn-copper); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hn-growth h2 { max-width: 780px; margin: 14px 0 0; font: 500 clamp(2.7rem, 5vw, 5.2rem)/.98 var(--hn-serif); letter-spacing: -.045em; }
.hn-growth .hn-lead { max-width: 720px; margin: 25px 0 0; color: #4e586a; line-height: 1.75; }
.hn-growth .hn-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 52px; border-top: 1px solid var(--hn-line); border-left: 1px solid var(--hn-line); }
.hn-growth .hn-route-card { min-height: 260px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 46px); border-right: 1px solid var(--hn-line); border-bottom: 1px solid var(--hn-line); background: rgba(255,250,242,.48); }
.hn-growth .hn-route-card h3 { margin: 0; font: 500 clamp(1.5rem, 2.4vw, 2.25rem)/1.08 var(--hn-serif); }
.hn-growth .hn-route-card p { color: #5a6475; line-height: 1.65; }
.hn-growth .hn-route-card a { display: inline-flex; align-self: flex-start; margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid var(--hn-ink); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

/* Transparent commercial bridge to the specialist partner shop. */
.hn-partner-showcase { padding: clamp(80px, 9vw, 138px) 0; color: #fffaf2; background: linear-gradient(118deg, #0b1220 0%, #172238 58%, #563522 145%); }
.hn-partner-showcase__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: clamp(38px, 7vw, 100px); }
.hn-partner-showcase h2 { max-width: 860px; margin: 14px 0 22px; color: #fffaf2; font: 500 clamp(2.7rem, 5vw, 5.25rem)/.98 var(--hn-serif); letter-spacing: -.045em; }
.hn-partner-showcase p:not(.hn-eyebrow) { max-width: 730px; color: rgba(255,250,242,.72); line-height: 1.75; }
.hn-partner-showcase .hn-partner-showcase__disclosure { margin: 28px 0 0; color: rgba(255,250,242,.5); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hn-partner-showcase .hn-btn { white-space: nowrap; }
.article-content .hn-partner-bridge { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 34px; margin: 54px 0; padding: clamp(28px, 4vw, 44px); border: 1px solid #344056; background: var(--hn-ink); color: #fffaf2; }
.article-content .hn-partner-bridge h2 { margin: 7px 0 13px; color: #fffaf2; font: 500 clamp(1.75rem, 3vw, 2.45rem)/1.06 var(--hn-serif); }
.article-content .hn-partner-bridge p:not(.hn-kicker) { margin: 0 0 12px; color: rgba(255,250,242,.73); line-height: 1.65; }
.article-content .hn-partner-bridge .hn-kicker { margin: 0; color: #d99666; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-content .hn-partner-bridge small { display: block; max-width: 680px; color: rgba(255,250,242,.5); font-size: .69rem; line-height: 1.55; }
.article-content .hn-button--partner { background: var(--hn-copper); white-space: nowrap; }
.article-content .hn-button--partner:hover { background: #fffaf2; color: var(--hn-ink); }

.contact-section { border-top: 1px solid var(--hn-line); }
.contact-section .container { width: min(100% - 44px, 860px); }
.contact-section .section-header { margin-bottom: 34px; text-align: left !important; }
.contact-section .section-header h2 { margin: 0; color: var(--hn-ink); font: 500 clamp(2.2rem, 4vw, 3.6rem)/1 var(--hn-serif); letter-spacing: -.035em; }
.contact-section .contact-form-wrapper, .contact-section .contact-form { max-width: none !important; }
.contact-section .form-group { margin-bottom: 22px; }
.contact-section .form-label { margin-bottom: 9px; color: var(--hn-ink); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-section .form-control { min-height: 52px; padding: 13px 15px; border: 1px solid rgba(17,24,39,.22); border-radius: 0; background: #fffaf2; color: var(--hn-ink); box-shadow: none; }
.contact-section textarea.form-control { min-height: 180px; }
.contact-section .form-control:focus { border-color: var(--hn-indigo); box-shadow: 0 0 0 3px rgba(95,114,200,.13); }
.contact-section .contact-form button[type="submit"] { min-height: 54px; border: 0; border-radius: 0; background: var(--hn-copper); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-section .contact-form button[type="submit"]:hover { background: var(--hn-ink); }

.category-hero { background: var(--hn-ink) !important; padding: 86px 0 78px !important; }
.category-hero h1 { color: #fffaf2 !important; font-size: clamp(2.8rem,5.5vw,5.8rem) !important; font-weight: 500 !important; letter-spacing: -.045em; }
.category-hero .hero-description { max-width: 760px; margin-inline: auto; color: rgba(255,250,242,.72) !important; }
.pillar-category-page { padding-top: 70px; }
.pillar-category-kicker { color: var(--hn-copper) !important; letter-spacing: .16em !important; }
.pillar-category-intro h2, .pillar-section-heading h2, .pillar-method-block h2, .pillar-closing-block h2 { font-family: var(--hn-serif); font-weight: 500; letter-spacing: -.03em; }
.pillar-route-card { border-radius: 0 !important; box-shadow: none !important; border: 1px solid var(--hn-line) !important; }
.pillar-route-card:hover { transform: translateY(-4px); }
.pillar-route-content em { color: var(--hn-copper) !important; }
.pillar-method-block { border-radius: 0 !important; background: var(--hn-ink) !important; color: #fffaf2 !important; }
.pillar-method-block h2 { color: #fffaf2 !important; }
.pillar-method-block p { color: rgba(255,250,242,.72) !important; }
.pillar-closing-block { border-radius: 0 !important; background: var(--hn-ivory) !important; }
.article-card, .card, .product-feed-card { border-radius: 0 !important; box-shadow: none !important; }
.btn, .product-feed-card-cta { border-radius: 0 !important; }

.site-footer { padding-top: 75px !important; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer a { color: rgba(255,250,242,.73) !important; }
.site-footer a:hover { color: #fffaf2 !important; }
.footer-bottom { border-color: rgba(255,255,255,.12) !important; }

@media (min-width: 1100px) {
  .footer-grid { grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr)); gap: clamp(30px, 4vw, 68px); }
}

@keyframes hnHeroScale { from { opacity: .4; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }
@keyframes hnRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: no-preference) {
  .hn-field-note__media img, .hn-proof__media img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
  .hn-field-note__media:hover img, .hn-proof__media:hover img { transform: scale(1.018); }
}

@media (max-width: 1080px) {
  .logo-split img { width: 230px; }
  .hn-decision__grid { grid-template-columns: 1fr; }
  .hn-route { min-height: 330px; border-left: 1px solid var(--hn-line); border-bottom: 1px solid var(--hn-line); }
  .hn-field-note__grid, .hn-proof__grid, .hn-wiki__grid { grid-template-columns: 1fr; }
  .hn-proof__copy { padding-right: 0; }
  .hn-proof__media { left: 50%; width: 100vw; transform: translateX(-50%); }
  .hn-proof__media img { min-height: 540px; }
}

@media (max-width: 760px) {
  .header-split-container { min-height: 70px; padding: 8px 18px; }
  .logo-split img { width: min(220px, 62vw); max-height: 52px; }
  .mobile-toggle-split { right: 18px !important; }
  .hn-shell { width: min(100% - 34px, 1320px); }
  .hn-hero { min-height: calc(100svh - 70px); }
  .hn-hero__backdrop { background-position: 67% center; }
  .hn-hero::after { background: linear-gradient(90deg, rgba(8,13,22,.96) 0%, rgba(8,13,22,.84) 63%, rgba(8,13,22,.36) 100%); }
  .hn-hero__inner { min-height: calc(100svh - 70px); align-items: end; }
  .hn-hero__copy { width: 100%; padding: 90px 0 88px; }
  .hn-hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hn-hero__lead { max-width: 92%; font-size: .98rem; }
  .hn-actions { flex-direction: column; align-items: stretch; }
  .hn-hero__caption { left: 0; right: auto; bottom: 20px; font-size: .57rem; }
  .hn-intro { grid-template-columns: 38px 1fr; gap: 22px; }
  .hn-intro__copy { grid-column: 2; margin-top: 0; }
  .hn-route { min-height: 350px; padding: 34px 28px; }
  .hn-field-note__grid { gap: 62px; }
  .hn-criteria dd { display: grid; gap: 5px; }
  .hn-criteria span { text-align: left; }
  .hn-section-heading { display: grid; align-items: start; }
  .hn-compare__list a { grid-template-columns: 36px 1fr 22px; gap: 12px; min-height: 96px; }
  .hn-compare__list em { grid-column: 2; }
  .hn-compare__list i { grid-column: 3; grid-row: 1 / 3; }
  .hn-proof__media img { min-height: 410px; }
  .hn-wiki__grid { gap: 50px; }
  .hn-wiki__terms a { display: grid; gap: 8px; }
  .hn-final { background-attachment: scroll; }
  .article-content .hn-pick-grid,
  .article-content .hn-verdict-grid,
  .hn-growth .hn-card-grid { grid-template-columns: 1fr; }
  .hn-partner-showcase__inner,
  .article-content .hn-partner-bridge { grid-template-columns: 1fr; align-items: start; }
  .hn-partner-showcase .hn-btn,
  .article-content .hn-button--partner { white-space: normal; text-align: center; }
  .article-content .hn-product-review dl { grid-template-columns: 1fr; }
  .article-content .hn-product-review dl > div + div { border-top: 1px solid var(--hn-line); }
  .article-content .hn-table-wrap { margin-inline: -17px; width: calc(100% + 34px); }
  .hn-growth .hn-wrap { width: min(100% - 34px, 1320px); }
}
