.journal-hero {
  height: calc(100vh - 92px);
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background: #050505;
  color: #fff;
}
.journal-hero > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.02) brightness(1.08); }
.journal-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,25,.82), rgba(3,10,25,.47) 62%, rgba(3,10,25,.08)); }
.journal-hero-copy { position: absolute; z-index: 2; left: 7vw; top: 49%; transform: translateY(-50%); max-width: 820px; }
.journal-hero-copy > span { color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .23em; }
.journal-hero h1 { font-family: "Manrope", sans-serif; font-size: clamp(58px, 7.4vw, 112px); line-height: .86; letter-spacing: -.07em; margin: 25px 0 32px; }
.journal-hero h1 em { color: var(--yellow); font-style: normal; }
.journal-hero p { max-width: 650px; color: #d3d9e4; font-size: 18px; line-height: 1.65; }
.journal-scroll { position: absolute; z-index: 2; right: 6vw; bottom: 42px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.journal-scroll b { color: var(--yellow); margin-left: 20px; }
.journal-intro { display: grid; grid-template-columns: .35fr 1.1fr .72fr; gap: 5vw; padding: 120px 7vw; position: relative; overflow: hidden; background: linear-gradient(rgba(24,75,215,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(24,75,215,.035) 1px, transparent 1px), #f8f9fb; background-size: 58px 58px; }
.journal-intro::after { content: "JOURNAL"; position: absolute; right: -2vw; bottom: 15px; color: transparent; -webkit-text-stroke: 1px rgba(24,75,215,.07); font-family: "Manrope", sans-serif; font-size: clamp(90px, 15vw, 235px); font-weight: 800; letter-spacing: -.08em; line-height: .8; }
.journal-intro > * { position: relative; z-index: 1; }
.editorial-kicker { color: #7e8795; font-family: Georgia, serif; font-size: 21px; font-style: italic; }
.journal-intro h2 { font-family: "Manrope", sans-serif; font-size: clamp(42px, 4.8vw, 72px); line-height: 1.02; letter-spacing: -.055em; margin: 15px 0 0; }
.journal-intro h2 em { color: var(--blue); font-style: normal; }
.journal-intro > p { align-self: end; color: #5d6776; font-size: 17px; line-height: 1.75; }
.journal-categories { display: grid; grid-template-columns: repeat(2, 1fr); background: #071329; }
.category-card { min-height: 560px; padding: 48px; position: relative; overflow: hidden; display: flex; flex-direction: column; color: #fff; border: 1px solid rgba(255,255,255,.12); }
.category-featured { grid-column: span 2; min-height: 640px; justify-content: flex-end; background: radial-gradient(circle at 78% 28%, rgba(255,185,0,.34), transparent 23%), linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px), #071329; background-size: auto, 60px 60px, 60px 60px, auto; }
.category-featured::after { content: "CONSEILS"; position: absolute; right: -2vw; top: 80px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.12); font-family: "Manrope", sans-serif; font-size: clamp(100px, 18vw, 280px); font-weight: 800; letter-spacing: -.08em; line-height: .8; }
.category-number { position: absolute; top: 38px; right: 42px; color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .18em; z-index: 2; }
.category-copy { position: relative; z-index: 2; max-width: 720px; margin-top: auto; }
.category-copy small { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.category-copy h2 { font-family: "Manrope", sans-serif; font-size: clamp(42px, 5vw, 74px); line-height: .95; letter-spacing: -.06em; margin: 18px 0 25px; }
.category-copy p { max-width: 580px; color: #c1cad9; font-size: 17px; line-height: 1.7; }
.category-card > strong { position: relative; z-index: 2; margin-top: 38px; color: #8190aa; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.category-photo { justify-content: flex-end; }
.category-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.category-photo:hover > img { transform: scale(1.035); }
.category-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,8,17,.08), rgba(3,8,17,.82)); }
.category-light { color: #071329; background: radial-gradient(circle at 82% 20%, rgba(255,185,0,.2), transparent 25%), #f5f5f2; }
.category-light .category-copy p { color: #5f6877; }
.category-light .category-copy small, .category-light .category-number { color: var(--blue); }
.category-blue { background: linear-gradient(135deg, #184bd7, #103c9c); }
.category-dark { grid-column: span 2; min-height: 480px; background: radial-gradient(circle at 82% 50%, rgba(24,75,215,.42), transparent 30%), #0b1222; }
.category-dark .category-copy h2 { font-size: clamp(48px, 6vw, 86px); }
.journal-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr);
  column-gap: clamp(40px, 5vw, 80px);
  row-gap: 42px;
  padding: 82px 7vw 92px;
  background: #f8f9fb;
  color: #071329;
  isolation: isolate;
}
.journal-story-lead {
  position: relative;
  z-index: 2;
  align-self: start;
  min-width: 0;
}
.journal-story-lead .section-mark { margin-bottom: 25px; }
.journal-story-lead .editorial-kicker { display: block; color: #7e8795; margin-bottom: 14px; }
.journal-story h2 {
  max-width: 760px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(44px, 4.35vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0;
  text-wrap: balance;
}
.journal-story h2 em { color: var(--blue); font-style: normal; }
.journal-story-date { margin-top: 25px; color: #7e8795; font-size: 13px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.journal-story-copy { position: relative; z-index: 2; align-self: end; max-width: 570px; padding: 0 0 2px; color: #5d6776; font-size: 17px; line-height: 1.68; }
.journal-story-copy p { margin: 0 0 15px; }
.journal-story-copy .journal-story-intro { color: #071329; font-family: "Manrope", sans-serif; font-size: 25px; font-weight: 700; line-height: 1.25; letter-spacing: -.03em; }
.journal-story-gallery {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.18fr .72fr .72fr;
  grid-template-rows: 290px 235px;
  gap: 14px;
  width: 100%;
  min-width: 0;
  margin: 0;
}
.story-photo { margin: 0; overflow: hidden; background: #dbe0e8; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.story-photo:hover img { transform: scale(1.035); }
.story-photo-large { grid-row: span 2; }
.story-photo-wide { grid-column: 2 / -1; }
.journal-inside { position: relative; overflow: hidden; padding: 118px 7vw 92px; color: #fff; background: #184bd7; }
.journal-inside::before { content: "JGAD / 01"; position: absolute; right: 6vw; top: 42px; color: rgba(255,255,255,.16); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.journal-inside::after { content: "INSIDE"; position: absolute; right: -1vw; bottom: -25px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.13); font-family: "Manrope", sans-serif; font-size: clamp(120px, 17vw, 250px); font-weight: 800; letter-spacing: -.09em; line-height: .8; pointer-events: none; }
.journal-inside > * { position: relative; z-index: 1; }
.journal-inside-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 8vw; align-items: end; margin-bottom: 54px; }
.journal-inside-kicker { display: block; margin-top: 23px; color: rgba(255,255,255,.66); font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.journal-inside h2 { font-family: "Manrope", sans-serif; font-size: clamp(48px, 6vw, 88px); line-height: .88; letter-spacing: -.07em; margin: 15px 0 0; }
.journal-inside h2 em { color: var(--yellow); font-style: normal; }
.journal-inside-intro p { max-width: 420px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.7; margin: 0 0 25px; }
.journal-inside-intro a, .journal-inside-footer a { color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.46); padding-bottom: 7px; }
.journal-inside-intro a b, .journal-inside-footer a b { color: var(--yellow); margin-left: 8px; }
.journal-inside-surface { border-top: 1px solid rgba(255,255,255,.42); padding-top: 19px; }
.journal-inside-rail { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 24px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.journal-inside-rail b { color: var(--yellow); font-size: 16px; margin-left: 8px; }
.journal-inside-grid { display: flex; flex-wrap: nowrap; gap: 16px; max-width: 1160px; margin: 0 auto; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; scroll-snap-type: x mandatory; }
.journal-inside-grid::-webkit-scrollbar { display: none; }
.journal-inside-card { flex: 1 0 190px; max-width: 220px; border: 1px solid rgba(255,255,255,.46); background: rgba(5,17,64,.12); overflow: hidden; scroll-snap-align: start; }
.journal-inside-card iframe { display: block; width: 100%; aspect-ratio: 9 / 16; border: 0; background: #050505; }
.journal-inside-card > div { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 48px; border-top: 1px solid rgba(255,255,255,.25); padding: 11px 12px; }
.journal-inside-card span { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.journal-inside-card span b { color: var(--yellow); font-family: "Manrope", sans-serif; font-size: 15px; letter-spacing: -.02em; }
.journal-inside-card a { color: #fff; font-size: 10px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.journal-inside-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.28); margin-top: 29px; padding-top: 20px; }
.journal-inside-footer p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.journal-coming { padding: 120px 7vw; text-align: center; color: #071329; background: var(--yellow); }
.journal-coming > span { font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.journal-coming h2 { font-family: "Manrope", sans-serif; font-size: clamp(44px, 5.5vw, 78px); line-height: 1; letter-spacing: -.055em; margin: 24px auto 38px; }
.journal-coming a { display: inline-flex; align-items: center; gap: 45px; padding: 19px 23px; background: #071329; color: #fff; font-weight: 750; }
@media (max-width: 1040px) { .home-links { gap: 15px; } .home-links a { font-size: 13px; } }
@media (max-width: 900px) {
  .journal-hero { height: 720px; min-height: 0; }
  .journal-hero-copy { left: 6vw; right: 6vw; }
  .journal-intro { grid-template-columns: 1fr; padding: 85px 6vw; }
  .journal-categories { grid-template-columns: 1fr; }
  .category-featured, .category-dark { grid-column: span 1; }
  .category-card, .category-featured { min-height: 520px; padding: 38px 6vw; }
  .journal-story { grid-template-columns: 1fr; gap: 24px; padding: 70px 6vw 78px; }
  .journal-story-copy { max-width: 680px; padding-top: 0; }
  .journal-story-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 190px 190px; }
  .story-photo-large { grid-row: span 1; grid-column: span 2; }
  .story-photo-wide { grid-column: span 2; }
  .journal-inside { padding: 90px 6vw 70px; }
  .journal-inside-heading { grid-template-columns: 1fr; gap: 30px; }
  .journal-inside-surface { margin-right: -6vw; overflow: hidden; }
  .journal-inside-rail { margin-right: 6vw; }
  .journal-inside-grid { max-width: none; padding-right: 6vw; }
}
@media (max-width: 560px) {
  .journal-hero h1 { font-size: 54px; }
  .journal-hero p { font-size: 16px; }
  .journal-scroll { display: none; }
  .journal-intro { padding: 75px 6vw; }
  .journal-intro h2 { font-size: 42px; }
  .category-card, .category-featured, .category-dark { min-height: 440px; }
  .category-copy h2, .category-dark .category-copy h2 { font-size: 42px; }
  .journal-story { padding: 60px 6vw 68px; }
  .journal-story h2 { font-size: 42px; }
  .journal-story-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 220px); }
  .story-photo-large, .story-photo-wide { grid-column: auto; }
  .journal-inside { padding: 76px 6vw 62px; }
  .journal-inside::before { top: 28px; right: 6vw; }
  .journal-inside h2 { font-size: 48px; }
  .journal-inside-kicker { font-size: 18px; }
  .journal-inside-footer { align-items: flex-start; flex-direction: column; }
  .journal-coming { padding: 85px 6vw; }
}
