/* Inner North Journal editorial homepage */
.home-page { background-color: var(--paper); background-image: radial-gradient(circle at 82% 7%, color-mix(in srgb, var(--coral) 8%, transparent), transparent 29rem); }
.home-hero { min-height: 790px; padding-top: 160px; padding-bottom: 90px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(460px, 1fr); gap: 8%; align-items: center; }
.home-hero-copy h1 { max-width: 690px; margin-bottom: 28px; font-size: clamp(58px, 6.8vw, 98px); }
.home-hero-deck { max-width: 590px; margin-bottom: 31px; color: var(--ink-soft); font-size: 19px; line-height: 1.55; }
.home-disclosure { max-width: 590px; margin: 58px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.home-hero-figure { position: relative; min-width: 0; margin: 0; }
.home-hero-figure > img { width: 100%; height: 560px; display: block; object-fit: cover; border: 1px solid var(--line); box-shadow: var(--shadow); filter: saturate(.88) contrast(1.03); }
html[data-theme='dark'] .home-hero-figure > img { filter: saturate(.96) brightness(.82) contrast(1.07); }
.home-hero-figure figcaption { position: absolute; right: -1px; bottom: 28px; width: min(330px, 78%); padding: 20px 22px; background: color-mix(in srgb, var(--white) 91%, transparent); border: 1px solid var(--line); box-shadow: var(--shadow); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.home-hero-figure figcaption span, .home-hero-figure figcaption strong { display: block; }
.home-hero-figure figcaption span { margin-bottom: 7px; color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.home-hero-figure figcaption strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 19px; line-height: 1.12; letter-spacing: -.025em; }
.home-signal { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); }
.home-signal-inner { min-height: 84px; display: grid; grid-template-columns: 1.2fr auto 1px auto 1px auto; gap: 34px; align-items: center; }
.home-signal-inner strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; }
.home-signal-inner i { width: 1px; height: 28px; display: block; background: var(--line-strong); }
.home-latest, .comparison-library, .journal-paths { padding-top: 120px; padding-bottom: 128px; scroll-margin-top: 90px; }
.home-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr); gap: 9%; align-items: end; margin-bottom: 52px; }
.home-section-head h2 { max-width: 670px; margin-bottom: 0; font-size: clamp(42px, 5.2vw, 72px); }
.home-section-head > p { max-width: 440px; margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.featured-note { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .78fr); min-height: 570px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(23,33,60,.07); }
.featured-image { position: relative; min-width: 0; overflow: hidden; }
.featured-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.88) contrast(1.03); transition: filter .28s ease, transform .45s ease; }
.featured-image:hover img { filter: saturate(.98) contrast(1.04); transform: scale(1.012); }
html[data-theme='dark'] .featured-image img { filter: saturate(.96) brightness(.82) contrast(1.07); }
.featured-badge { position: absolute; left: 24px; top: 24px; padding: 8px 11px; background: rgba(18,26,49,.75); color: #fffdf8; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.featured-copy { min-width: 0; padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.featured-meta { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 28px; color: var(--ink-soft); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.featured-meta span { color: var(--coral); font-weight: 700; }
.featured-copy h3 { margin-bottom: 23px; font-size: clamp(38px, 4.2vw, 60px); }
.featured-copy h3 a { transition: color .18s ease; }
.featured-copy h3 a:hover { color: var(--coral); }
.featured-copy > p:not(.featured-meta) { margin-bottom: 28px; color: var(--ink-soft); font-size: 15px; }
.featured-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.featured-facts span { padding: 16px 14px 16px 0; font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 700; }
.featured-facts span + span { padding-left: 16px; border-left: 1px solid var(--line); }
.featured-facts small { display: block; margin-bottom: 4px; color: var(--coral); font-family: 'DM Sans', sans-serif; font-size: 8px; letter-spacing: .13em; }
.featured-copy .button { align-self: flex-start; }
.comparison-library { border-top: 1px solid var(--line); }
.comparison-index-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.comparison-index-card { display: grid; grid-template-rows: 270px 1fr; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 42px rgba(23,33,60,.055); }
.comparison-index-card > img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.88) contrast(1.03); }
.comparison-index-card > div { display: flex; flex-direction: column; align-items: flex-start; padding: 30px; }
.comparison-index-card h3 { margin: 0 0 14px; font-size: clamp(26px, 3vw, 38px); line-height: 1.04; }
.comparison-index-card h3 a { color: inherit; text-decoration: none; }
.comparison-index-card h3 a:hover, .comparison-index-card h3 a:focus-visible { color: var(--coral); }
.comparison-index-card p:not(.comparison-index-meta) { margin-bottom: 24px; color: var(--ink-soft); font-size: 14px; }
.comparison-index-card .text-link { margin-top: auto; }
.comparison-index-meta { margin-bottom: 12px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journal-paths { padding-top: 110px; border-top: 1px solid var(--line); }
.home-section-head.compact h2 { max-width: 760px; }
.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.path-card { min-width: 0; display: grid; grid-template-rows: 250px 1fr; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 45px rgba(23,33,60,.045); }
.path-card > img { width: 100%; height: 250px; display: block; object-fit: cover; border-bottom: 1px solid var(--line); filter: saturate(.84) contrast(1.03); }
html[data-theme='dark'] .path-card > img { filter: saturate(.94) brightness(.82) contrast(1.07); }
.path-copy { padding: 30px; }
.path-index { display: block; margin-bottom: 22px; color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.path-copy h3 { margin-bottom: 15px; font-size: clamp(29px, 3vw, 42px); }
.path-copy p { max-width: 520px; margin-bottom: 22px; color: var(--ink-soft); font-size: 14px; }
.path-copy a { display: inline-flex; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid var(--line-strong); font-size: 12px; font-weight: 700; transition: color .18s ease, border-color .18s ease, gap .18s ease; }
.path-copy a:hover { gap: 13px; color: var(--coral); border-color: var(--coral); }
.path-card-wide { grid-column: 1 / -1; grid-template-columns: minmax(320px, .76fr) 1fr; grid-template-rows: none; }
.path-card-wide > img { height: 100%; min-height: 330px; border: 0; border-right: 1px solid var(--line); }
.path-card-wide .path-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.path-soon { color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.home-standards { background: var(--navy); color: var(--paper); }
.standards-shell { display: grid; grid-template-columns: minmax(0, .86fr) minmax(430px, 1fr); gap: 11%; padding-top: 116px; padding-bottom: 116px; scroll-margin-top: 90px; }
.standards-intro .section-kicker { color: var(--saffron); }
.standards-intro h2 { max-width: 630px; margin-bottom: 24px; color: var(--paper); font-size: clamp(42px, 5vw, 70px); }
.standards-intro > p:not(.section-kicker) { max-width: 480px; color: color-mix(in srgb, var(--paper) 68%, var(--navy)); font-size: 15px; }
.standards-intro img { width: 100%; height: 190px; display: block; margin-top: 37px; object-fit: cover; border: 1px solid rgba(244,241,234,.2); filter: saturate(.9) brightness(.76) contrast(1.08); }
.standards-list { border-top: 1px solid rgba(244,241,234,.25); }
.standards-list article { display: grid; grid-template-columns: 58px 1fr; gap: 19px; padding: 27px 0; border-bottom: 1px solid rgba(244,241,234,.25); }
.standards-list article > span { color: var(--saffron); font-family: 'Bricolage Grotesque', sans-serif; font-size: 13px; font-weight: 700; }
.standards-list h3 { margin-bottom: 9px; color: var(--paper); font-size: 24px; }
.standards-list p { max-width: 430px; margin-bottom: 0; color: color-mix(in srgb, var(--paper) 68%, var(--navy)); font-size: 13px; }
.home-closing { padding-top: 120px; padding-bottom: 126px; text-align: center; }
.home-closing > img { width: 64px; height: 64px; display: block; margin: 0 auto 29px; }
.home-closing .section-kicker { margin-bottom: 16px; }
.home-closing h2 { max-width: 790px; margin: 0 auto 22px; font-size: clamp(42px, 5.6vw, 76px); }
.home-closing p:not(.section-kicker) { max-width: 610px; margin: 0 auto 29px; color: var(--ink-soft); }

@media (max-width: 900px) {
  .home-hero { grid-template-columns: 1fr; gap: 46px; padding-top: 150px; }
  .home-hero-copy { max-width: 720px; }
  .home-hero-figure { width: min(100%, 700px); }
  .home-hero-figure > img { height: 500px; }
  .home-signal-inner { grid-template-columns: 1fr auto 1px auto 1px auto; gap: 20px; }
  .featured-note { grid-template-columns: 1fr; }
  .featured-image { min-height: 450px; }
  .comparison-index-grid { grid-template-columns: 1fr; }
  .standards-shell { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 620px) {
  .home-hero { min-height: auto; padding-top: 132px; padding-bottom: 70px; }
  .home-hero-copy h1 { font-size: clamp(48px, 14vw, 68px); }
  .home-hero-deck { font-size: 16px; }
  .home-disclosure { margin-top: 40px; }
  .home-hero-figure > img { height: 380px; }
  .home-hero-figure figcaption { right: 0; bottom: 18px; width: calc(100% - 28px); padding: 17px; }
  .home-signal-inner { min-height: 0; grid-template-columns: 1fr 1fr; gap: 11px 18px; padding-top: 22px; padding-bottom: 22px; }
  .home-signal-inner .strip-label { grid-column: 1 / -1; }
  .home-signal-inner i { display: none; }
  .home-signal-inner strong { font-size: 13px; }
  .home-latest, .comparison-library, .journal-paths { padding-top: 82px; padding-bottom: 88px; }
  .comparison-index-card { grid-template-rows: 220px 1fr; }
  .comparison-index-card > div { padding: 24px; }
  .home-section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .home-section-head h2 { font-size: clamp(40px, 12vw, 58px); }
  .featured-image { min-height: 300px; }
  .featured-copy { padding: 27px 23px 29px; }
  .featured-meta { flex-direction: column; gap: 5px; margin-bottom: 21px; }
  .featured-copy h3 { font-size: 39px; }
  .featured-facts { grid-template-columns: 1fr; }
  .featured-facts span + span { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .path-grid { grid-template-columns: 1fr; }
  .path-card, .path-card-wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 210px 1fr; }
  .path-card > img, .path-card-wide > img { width: 100%; height: 210px; min-height: 0; border: 0; border-bottom: 1px solid var(--line); }
  .path-card-wide .path-copy, .path-copy { padding: 24px; }
  .standards-shell { padding-top: 82px; padding-bottom: 82px; }
  .standards-intro h2 { font-size: clamp(40px, 12vw, 58px); }
  .standards-list article { grid-template-columns: 40px 1fr; gap: 13px; }
  .home-closing { padding-top: 85px; padding-bottom: 90px; }
}
