.chess-story {
  --chess-navy: #061831;
  --chess-blue: #123c72;
  --chess-gold: #e9b83f;
  --chess-cream: #f5f0e4;
  --chess-paper: #fffdf7;
  --chess-ink: #0a1a30;
  overflow: clip;
  color: var(--chess-ink);
  background: var(--chess-cream);
}
.chess-story *, .chess-story *::before, .chess-story *::after { box-sizing: border-box; }
.chess-story h1, .chess-story h2, .chess-story h3, .chess-story p, .chess-story figure { margin-top: 0; }
.chess-story img { display: block; width: 100%; max-width: 100%; }
.chess-hero { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); min-height: min(900px, 96vh); background: var(--chess-navy); color: #fff; }
.chess-hero-copy { position: relative; display: flex; min-width: 0; padding: 170px max(38px, 5vw) 38px max(30px, calc((100vw - 1390px)/2)); flex-direction: column; background: radial-gradient(circle at 100% 0, rgba(233,184,63,.14), transparent 38%); }
.chess-hero-copy::before { content: ""; position: absolute; inset: 0; opacity: .045; background-image: linear-gradient(45deg,#fff 25%,transparent 25%),linear-gradient(-45deg,#fff 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#fff 75%),linear-gradient(-45deg,transparent 75%,#fff 75%); background-size: 84px 84px; background-position: 0 0,0 42px,42px -42px,-42px 0; pointer-events: none; }
.chess-hero-copy-inner, .chess-rank { position: relative; z-index: 1; }
.chess-hero .breadcrumbs { margin-bottom: 62px; color: rgba(255,255,255,.62); }
.chess-hero .breadcrumbs a { color: inherit; }
.chess-kicker, .chess-label { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--chess-gold); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.chess-kicker i { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(233,184,63,.5); border-radius: 50%; font-size: 17px; font-style: normal; }
.chess-hero h1 { max-width: 760px; margin-bottom: 28px; color: #fff; font-family: var(--display); font-size: clamp(58px, 6.4vw, 104px); font-weight: 500; line-height: .9; letter-spacing: -.065em; }
.chess-hero h1 em, .chess-opening h2 em, .chess-feature h2 em, .chess-impact h2 em, .chess-closing h2 em { color: var(--chess-gold); font-weight: 400; }
.chess-hero-copy-inner > p { max-width: 680px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: clamp(17px,1.35vw,21px); line-height: 1.65; }
.chess-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.chess-button { display: inline-flex; min-height: 58px; padding: 0 24px; align-items: center; justify-content: center; gap: 24px; border: 1px solid currentColor; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.chess-button:hover { transform: translateY(-3px); }
.chess-button-gold { color: var(--chess-ink); border-color: var(--chess-gold); background: var(--chess-gold); }
.chess-button-gold:hover { color: #fff; background: transparent; }
.chess-button-outline { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.04); }
.chess-button-outline:hover { color: var(--chess-ink); background: #fff; }
.chess-rank { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: auto; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.chess-rank span { display: flex; min-height: 66px; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.chess-rank span + span { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.18); }
.chess-rank b { color: var(--chess-gold); font-size: 9px; letter-spacing: .14em; }
.chess-hero-visual { position: relative; min-width: 0; overflow: hidden; background: #d7d0c3; }
.chess-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.chess-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,24,49,.2),transparent 25%),linear-gradient(0deg,rgba(6,24,49,.62),transparent 40%); pointer-events: none; }
.chess-hero-badge { position: absolute; z-index: 2; right: 34px; bottom: 36px; display: grid; width: 170px; height: 170px; padding: 24px; align-content: center; border-radius: 50%; color: var(--chess-ink); background: var(--chess-gold); transform: rotate(-7deg); }
.chess-hero-badge span { font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.chess-hero-badge strong { font-family: var(--display); font-size: 30px; font-weight: 600; line-height: .95; }
.chess-section { padding: clamp(90px, 9vw, 150px) 0; }
.chess-opening { position: relative; background: var(--chess-paper); }
.chess-opening::before { content: "♞"; position: absolute; right: 2vw; bottom: -8vw; color: rgba(10,26,48,.035); font-size: clamp(260px,37vw,600px); line-height: .8; pointer-events: none; }
.chess-opening-grid { position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(55px,9vw,140px); align-items: start; }
.chess-opening h2, .chess-feature h2, .chess-impact h2, .chess-closing h2 { margin-bottom: 28px; font-family: var(--display); font-size: clamp(48px,5.4vw,84px); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.chess-lead { font-size: clamp(22px,2vw,29px); font-weight: 600; line-height: 1.4; }
.chess-opening-copy > p:not(.chess-lead) { color: #4c596a; font-size: 17px; line-height: 1.85; }
.chess-quote { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-top: 34px; padding-top: 28px; border-top: 1px solid rgba(10,26,48,.16); }
.chess-quote span { color: var(--chess-gold); font-family: Georgia,serif; font-size: 66px; line-height: .7; }
.chess-quote p { margin-bottom: 0; font-family: var(--display); font-size: 23px; font-style: italic; line-height: 1.4; }
.chess-path { padding: clamp(88px,8vw,130px) 0; color: #fff; background: var(--chess-blue); }
.chess-path-head { display: flex; margin-bottom: 55px; align-items: end; justify-content: space-between; gap: 30px; }
.chess-path-head .chess-label { margin-bottom: 10px; }
.chess-path h2 { margin-bottom: 0; color: #fff; font-family: var(--display); font-size: clamp(45px,5vw,76px); font-weight: 500; line-height: .95; letter-spacing: -.05em; }
.chess-path-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.chess-path article { position: relative; min-height: 390px; padding: 36px 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); overflow: hidden; transition: background .3s ease, transform .3s ease; }
.chess-path article:hover { background: rgba(255,255,255,.08); transform: translateY(-6px); }
.chess-path article > span { color: var(--chess-gold); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.chess-piece { position: absolute; right: -4px; top: -18px; color: rgba(255,255,255,.1); font-family: Georgia,serif; font-size: 150px; line-height: 1; }
.chess-path h3 { position: relative; margin: 115px 0 17px; color: #fff; font-family: var(--display); font-size: 31px; font-weight: 600; }
.chess-path article p { position: relative; margin-bottom: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; }
.chess-feature { background: var(--chess-cream); }
.chess-feature-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: clamp(55px,8vw,120px); align-items: center; }
.chess-feature-image { position: relative; padding: 0 28px 28px 0; }
.chess-feature-image::before { content: ""; position: absolute; left: 28px; top: 28px; right: 0; bottom: 0; background: var(--chess-gold); }
.chess-feature-image img { position: relative; z-index: 1; aspect-ratio: 3/2; object-fit: cover; }
.chess-feature-image > span { position: absolute; z-index: 2; left: 22px; bottom: 12px; padding: 9px 14px; color: #fff; background: var(--chess-navy); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.chess-feature-copy > p { color: #485668; font-size: 17px; line-height: 1.8; }
.chess-feature-copy ul { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(10,26,48,.16); }
.chess-feature-copy li { display: grid; grid-template-columns: 140px 1fr; gap: 25px; padding: 17px 0; border-bottom: 1px solid rgba(10,26,48,.16); }
.chess-feature-copy li b { color: var(--chess-blue); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.chess-feature-copy li span { color: #596475; font-size: 14px; }
.chess-gallery { color: #fff; background: var(--chess-navy); }
.chess-gallery-head { display: grid; grid-template-columns: 1fr minmax(280px,480px); gap: 50px; margin-bottom: 50px; align-items: end; }
.chess-gallery h2 { margin-bottom: 0; color: #fff; font-family: var(--display); font-size: clamp(52px,5.5vw,82px); font-weight: 500; letter-spacing: -.055em; }
.chess-gallery-head > p { margin-bottom: 7px; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.7; }
.chess-gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.chess-gallery figure { position: relative; overflow: hidden; background: #132846; }
.chess-gallery figure img { aspect-ratio: 3/2; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.chess-gallery figure:hover img { transform: scale(1.035); }
.chess-gallery figcaption { position: absolute; inset: auto 0 0; display: flex; padding: 26px 24px 19px; align-items: end; justify-content: space-between; gap: 20px; background: linear-gradient(0deg,rgba(4,16,34,.94),transparent); }
.chess-gallery figcaption b { color: var(--chess-gold); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.chess-gallery figcaption span { color: rgba(255,255,255,.78); font-size: 12px; text-align: right; }
.chess-impact { padding: clamp(95px,9vw,150px) 0; background: var(--chess-gold); }
.chess-impact-inner { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(50px,8vw,120px); align-items: center; }
.chess-impact .chess-label, .chess-impact h2 em { color: var(--chess-blue); }
.chess-impact-copy p { max-width: 570px; margin-bottom: 0; color: rgba(10,26,48,.76); font-size: 18px; line-height: 1.75; }
.chess-impact-board { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(10,26,48,.26); border-left: 1px solid rgba(10,26,48,.26); }
.chess-impact-board div { display: flex; min-height: 108px; padding: 20px; align-items: center; gap: 19px; border-right: 1px solid rgba(10,26,48,.26); border-bottom: 1px solid rgba(10,26,48,.26); }
.chess-impact-board div:nth-child(4n+1), .chess-impact-board div:nth-child(4n+4) { background: rgba(6,24,49,.07); }
.chess-impact-board span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--chess-gold); background: var(--chess-navy); font-size: 9px; font-weight: 800; }
.chess-impact-board strong { font-family: var(--display); font-size: clamp(20px,2vw,29px); font-weight: 600; }
.chess-closing { position: relative; padding: clamp(110px,11vw,180px) 0; color: #fff; background: radial-gradient(circle at 50% 20%,#173e70 0,var(--chess-navy) 64%); text-align: center; overflow: hidden; }
.chess-closing::before { content: ""; position: absolute; inset: 0; opacity: .035; background-image: linear-gradient(45deg,#fff 25%,transparent 25%),linear-gradient(-45deg,#fff 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#fff 75%),linear-gradient(-45deg,transparent 75%,#fff 75%); background-size: 96px 96px; background-position: 0 0,0 48px,48px -48px,-48px 0; }
.chess-closing-inner { position: relative; z-index: 1; display: flex; align-items: center; flex-direction: column; }
.chess-closing-piece { display: grid; width: 88px; height: 88px; margin-bottom: 26px; place-items: center; border: 1px solid rgba(233,184,63,.5); border-radius: 50%; color: var(--chess-gold); font-size: 54px; }
.chess-closing-inner > span:not(.chess-closing-piece) { margin-bottom: 22px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.chess-closing h2 { margin-bottom: 25px; color: #fff; font-size: clamp(58px,7vw,108px); }
.chess-closing p { max-width: 720px; margin-bottom: 35px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.chess-closing .chess-actions { justify-content: center; }
@media (max-width: 1100px) {
  .chess-hero { grid-template-columns: 1fr 1fr; }
  .chess-path-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .chess-path article { min-height: 330px; }
  .chess-feature-grid, .chess-impact-inner { gap: 55px; }
}
@media (max-width: 820px) {
  .chess-hero { display: flex; min-height: 0; flex-direction: column; }
  .chess-hero-copy { order: 2; min-height: 650px; padding: 58px 24px 28px; }
  .chess-hero .breadcrumbs { margin-bottom: 38px; }
  .chess-hero-visual { order: 1; }
  .chess-hero-visual img { height: auto; aspect-ratio: 3/2; object-fit: cover; }
  .chess-hero-badge { right: 18px; bottom: 18px; width: 118px; height: 118px; padding: 17px; }
  .chess-hero-badge strong { font-size: 21px; }
  .chess-opening-grid, .chess-feature-grid, .chess-impact-inner { grid-template-columns: 1fr; }
  .chess-opening-grid, .chess-feature-grid, .chess-impact-inner { gap: 45px; }
  .chess-path-head { align-items: start; flex-direction: column; }
  .chess-gallery-head { grid-template-columns: 1fr; gap: 20px; }
  .chess-feature-image { order: 2; }
}
@media (max-width: 600px) {
  .chess-hero-copy { min-height: 690px; }
  .chess-hero h1 { font-size: clamp(51px,15vw,68px); }
  .chess-actions { width: 100%; }
  .chess-button { width: 100%; }
  .chess-rank { grid-template-columns: 1fr; margin-top: 48px; }
  .chess-rank span { min-height: 48px; }
  .chess-rank span + span { padding-left: 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .chess-path-grid, .chess-gallery-grid, .chess-impact-board { grid-template-columns: 1fr; }
  .chess-path article { min-height: 285px; padding: 30px 24px; }
  .chess-path h3 { margin-top: 90px; }
  .chess-gallery figcaption { padding: 48px 16px 14px; }
  .chess-gallery figcaption span { max-width: 55%; }
  .chess-feature-image { padding: 0 15px 15px 0; }
  .chess-feature-image::before { left: 15px; top: 15px; }
  .chess-feature-copy li { grid-template-columns: 1fr; gap: 5px; }
  .chess-impact-board div:nth-child(4n+1), .chess-impact-board div:nth-child(4n+4) { background: transparent; }
  .chess-impact-board div:nth-child(odd) { background: rgba(6,24,49,.07); }
}
@media (prefers-reduced-motion: reduce) {
  .chess-story *, .chess-story *::before, .chess-story *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
