.hub-hero { position: relative; min-height: 760px; height: min(860px, 92vh); overflow: hidden; background: var(--forest-deep); color: #fff; }
.hub-hero > img, .hub-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hub-hero > img { object-fit: cover; }
.hub-hero-shade { background: linear-gradient(90deg, rgba(5,24,21,.87), rgba(5,24,21,.38) 47%, rgba(5,24,21,.08)), linear-gradient(0deg, rgba(5,24,21,.68), transparent 55%); }
.hub-hero-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; width: min(var(--content), calc(100% - (var(--gutter) * 2))); margin: 0 auto; padding: 170px 0 72px; }
.hub-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 34px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.hub-breadcrumbs a { text-decoration: none; }
.hub-breadcrumbs a:hover { color: var(--gold); }
.hub-hero-copy h1 { max-width: 980px; margin: 20px 0 24px; font-size: clamp(88px, 10vw, 150px); }
.hub-hero-copy .hub-deck { max-width: 720px; margin: 0; color: rgba(255,255,255,.84); font: 400 clamp(19px, 1.8vw, 25px)/1.52 var(--serif); }
.hub-hero-credit { position: absolute; right: var(--gutter); bottom: 28px; z-index: 3; margin: 0; color: rgba(255,255,255,.7); font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }

.hub-facts { background: var(--coral); color: var(--forest-deep); }
.hub-facts-inner { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 114px; }
.hub-facts span { display: flex; flex-direction: column; justify-content: center; padding: 24px clamp(18px, 3vw, 38px); border-right: 1px solid rgba(9,31,28,.2); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hub-facts span:first-child { padding-left: 0; }
.hub-facts span:last-child { border-right: 0; }
.hub-facts strong { margin-bottom: 7px; font: 400 31px/1 var(--serif); letter-spacing: -.03em; text-transform: none; }

.hub-intro { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .65fr); gap: clamp(70px, 10vw, 150px); align-items: start; padding-top: clamp(100px, 11vw, 150px); padding-bottom: clamp(100px, 11vw, 150px); }
.hub-intro h2 { max-width: 780px; margin-top: 20px; }
.hub-intro-copy p { margin: 0 0 24px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.hub-intro-copy p:first-child { color: var(--ink); font: 400 24px/1.48 var(--serif); }

.hub-section { padding: clamp(100px, 11vw, 150px) 0; }
.hub-section-dark { background: var(--forest-deep); color: #fff; }
.hub-section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 50px; }
.hub-section-heading .eyebrow { margin-bottom: 18px; }
.hub-section-heading h2 { max-width: 780px; }
.hub-section-dark h2 { color: #fff; }
.hub-heading-note { max-width: 430px; margin: 0 0 4px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.hub-section-dark .hub-heading-note { color: rgba(255,255,255,.65); }

.desk-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.desk-card { position: relative; min-height: 570px; overflow: hidden; color: #fff; text-decoration: none; }
.desk-card > img, .desk-card:after { position: absolute; inset: 0; width: 100%; height: 100%; }
.desk-card > img { object-fit: cover; transition: transform .75s ease; }
.desk-card:first-child > img { object-position: 60% center; }
.desk-card:last-child > img { object-position: 58% center; }
.desk-card:after { content: ""; background: linear-gradient(0deg, rgba(5,24,21,.9), rgba(5,24,21,.04) 66%); }
.desk-card:hover > img { transform: scale(1.025); }
.desk-card-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: clamp(30px, 4vw, 52px); }
.desk-card-copy p { margin: 0 0 10px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.desk-card-copy h3 { margin: 0 0 17px; font: 400 clamp(55px, 6vw, 88px)/.84 var(--serif); letter-spacing: -.06em; }
.desk-card-copy span { font-size: 10px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }

.hub-story-list { display: grid; gap: 26px; }
.hub-story-feature { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr); min-height: 590px; border: 1px solid var(--line); background: var(--cream); }
.hub-story-feature-image { min-height: 590px; overflow: hidden; }
.hub-story-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.hub-story-feature-image.barcelona img { object-position: 61% center; }
.hub-story-feature-image.madrid img { object-position: 58% center; }
.hub-story-feature-copy { align-self: center; padding: clamp(45px, 6vw, 86px); }
.hub-story-feature-copy h3 { margin: 18px 0 24px; font: 400 clamp(44px, 5vw, 68px)/.98 var(--serif); letter-spacing: -.045em; }
.hub-story-feature-copy h3 a { text-decoration: none; }
.hub-story-feature-copy h3 a:hover { color: var(--coral); }
.hub-story-feature-copy > p:not(.eyebrow) { margin: 0 0 24px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.hub-story-feature-copy .story-meta { margin-bottom: 30px; }

.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); }
.topic-grid article { min-height: 300px; padding: 36px clamp(25px, 3vw, 44px) 36px 0; border-right: 1px solid rgba(255,255,255,.24); }
.topic-grid article + article { padding-left: clamp(25px, 3vw, 44px); }
.topic-grid article:last-child { border-right: 0; }
.topic-grid span { display: block; margin-bottom: 70px; color: var(--coral); font-size: 9px; font-weight: 850; }
.topic-grid h3 { margin: 0 0 14px; font: 400 34px/1.05 var(--serif); }
.topic-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.65; }

.hub-resources { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(70px, 10vw, 150px); }
.hub-resources-copy h2 { margin: 20px 0 25px; }
.hub-resources-copy > p:not(.eyebrow) { margin: 0 0 30px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.resource-list { border-top: 1px solid var(--line); }
.resource-list a { display: grid; grid-template-columns: 32px 1fr auto; gap: 18px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); text-decoration: none; }
.resource-list a > span { color: var(--coral); font-size: 9px; font-weight: 850; }
.resource-list strong { font: 400 23px/1.2 var(--serif); }
.resource-list small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 10px; }
.resource-list b { font-size: 18px; transition: transform .2s ease; }
.resource-list a:hover b { transform: translateX(4px); }

.next-desk { display: grid; grid-template-columns: 1fr 1fr; min-height: 430px; background: var(--forest); color: #fff; }
.next-desk-image { min-height: 430px; overflow: hidden; }
.next-desk-image img { width: 100%; height: 100%; object-fit: cover; }
.next-desk-copy { align-self: center; padding: clamp(55px, 8vw, 110px); }
.next-desk-copy h2 { margin: 18px 0 23px; color: #fff; font-size: clamp(45px, 5vw, 70px); }
.next-desk-copy p:not(.eyebrow) { margin: 0 0 30px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }

@media (max-width: 1080px) {
  .hub-intro, .hub-resources { grid-template-columns: 1fr; gap: 50px; }
  .hub-intro-copy, .hub-resources-copy { max-width: 760px; }
  .hub-story-feature { grid-template-columns: 1fr; }
  .hub-story-feature-copy { max-width: 780px; }
  .next-desk { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hub-hero { min-height: 760px; height: 88vh; }
  .hub-hero > img { object-position: 58% center; }
  .hub-hero-copy { padding-bottom: 78px; }
  .hub-breadcrumbs { margin-bottom: 25px; }
  .hub-hero-copy h1 { font-size: clamp(76px, 24vw, 106px); }
  .hub-hero-copy .hub-deck { font-size: 18px; }
  .hub-hero-credit { right: 22px; bottom: 22px; left: 22px; }
  .hub-facts-inner { grid-template-columns: 1fr 1fr; }
  .hub-facts span, .hub-facts span:first-child { min-height: 98px; padding: 20px 16px; border-bottom: 1px solid rgba(9,31,28,.2); }
  .hub-facts span:nth-child(2) { border-right: 0; }
  .hub-facts strong { font-size: 25px; }
  .hub-intro, .hub-section { padding-top: 85px; padding-bottom: 90px; }
  .hub-intro { gap: 36px; }
  .hub-intro-copy p { font-size: 15px; }
  .hub-intro-copy p:first-child { font-size: 21px; }
  .hub-section-heading { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 36px; }
  .desk-grid { grid-template-columns: 1fr; gap: 18px; }
  .desk-card { min-height: 480px; }
  .desk-card-copy h3 { font-size: 60px; }
  .hub-story-feature { margin-right: -22px; margin-left: -22px; border-right: 0; border-left: 0; }
  .hub-story-feature-image { min-height: 450px; }
  .hub-story-feature-copy { padding: 44px 22px 55px; }
  .hub-story-feature-copy h3 { font-size: 43px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article, .topic-grid article + article { min-height: 0; padding: 32px 0 38px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .topic-grid span { margin-bottom: 32px; }
  .resource-list a { grid-template-columns: 25px 1fr auto; }
  .resource-list strong { font-size: 20px; }
  .next-desk-image { min-height: 380px; }
  .next-desk-copy { padding: 65px 22px 75px; }
}
