/* Base CSS */
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Racing Sans One";
  src: url("fonts/RacingSansOne-Regular.woff2") format("woff2"), url("fonts/RacingSansOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-heading: "Racing Sans One", sans-serif;
  --font-body: "Roboto", sans-serif;
  --gray-25: #fcfdfd;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e5e9ef;
  --gray-300: #d6dce5;
  --gray-400: #b8c0cc;
  --gray-500: #97a1b1;
  --gray-600: #7a8598;
  --gray-700: #5b6475;
  --gray-800: #3c4350;
  --gray-900: #1e232b;
  /* Base surfaces & text */
  --bg: var(--gray-50);
  --surface: #ffffff;
  --surface-2: var(--gray-100);
  --surface-3: var(--gray-200);
  --text: #17202a;
  --text-muted: #4a5565;
  --text-subtle: #6b7382;
  --border: #e3e8ef;
  --border-strong: #c8d0db;
  /* Brand (stadium blue) */
  --brand-50: #e9f2ff;
  --brand-100: #d4e6ff;
  --brand-200: #a9cdff;
  --brand-300: #7db3ff;
  --brand-400: #5199ff;
  --brand-500: #2a80ff;
  --brand-600: #2165cc;
  --brand-700: #184c99;
  --brand-800: #0f3366;
  --brand-900: #0a2447;
  /* Accents */
  --turf-50: #eaf8f0;
  --turf-100: #d2f0e0;
  --turf-200: #a7e1c1;
  --turf-300: #7bd3a3;
  --turf-400: #4fc585;
  --turf-500: #22b768;
  --turf-600: #1a9655;
  --turf-700: #147543;
  --turf-800: #0d5330;
  --turf-900: #093d24;
  --saffron-50: #fff6e9;
  --saffron-100: #ffe8c4;
  --saffron-200: #ffd08a;
  --saffron-300: #ffb552;
  --saffron-400: #ff9a29;
  --saffron-500: #f07f0f;
  --saffron-600: #c5660b;
  --saffron-700: #9b4f09;
  --saffron-800: #723805;
  --saffron-900: #4b2603;
  --slate-50: #eef2f6;
  --slate-100: #dce3ec;
  --slate-200: #c4ceda;
  --slate-300: #a7b4c4;
  --slate-400: #8899ae;
  --slate-500: #6e8199;
  --slate-600: #56667d;
  --slate-700: #425161;
  --slate-800: #2c3743;
  --slate-900: #1c232c;
  --accent-teal-400: #2fd1c6;
  --accent-teal-600: #179b92;
  --accent-teal-800: #0c7a73;
  /* Semantic */
  --success: #16a34a;
  --success-100: #e9f9ef;
  --warning: #f59e0b;
  --warning-100: #fff7e8;
  --danger: #e53935;
  --danger-100: #fdecec;
  --info: #0ea5e9;
  --info-100: #e6f6fe;
  /* Links */
  --link: #1d4ed8;
  --link-hover: #153ead;
  --link-visited: #6d28d9;
  /* Components */
  --btn-primary-bg: var(--brand-600);
  --btn-primary-hov: var(--brand-700);
  --btn-primary-ink: #ffffff;
  --btn-quiet-bg: var(--surface);
  --btn-quiet-hov: var(--surface-2);
  --btn-quiet-ink: var(--brand-700);
  --chip-bg: var(--gray-100);
  --chip-ink: var(--text-subtle);
  --badge-bg: var(--saffron-100);
  --badge-ink: var(--saffron-700);
  --card-bg: var(--surface);
  --card-border: var(--border);
  /* Focus, overlays, shadows */
  --focus-ring: 0 0 0 3px #cfe3ff;
  --overlay-50: #0000000a;
  --overlay-100: #00000014;
  --overlay-200: #0000001f;
  --shadow-1: 0 1px 2px #0000001a, 0 1px 1px #00000012;
  --shadow-2: 0 6px 16px #0000001f, 0 2px 6px #00000014;
  --shadow-3: 0 16px 40px #00000026;
  /* Gradients */
  --grad-brand: linear-gradient(135deg, #2a80ff, #184c99);
  --grad-turf: linear-gradient(135deg, #22b768, #147543);
  --grad-saffron: linear-gradient(135deg, #ffb552, #f07f0f);
  /* Data Viz */
  --viz-1: #2a80ff;
  --viz-2: #22b768;
  --viz-3: #ff9a29;
  --viz-4: #7c3aed;
  --viz-5: #e11d48;
  --viz-6: #14b8a6;
  --viz-7: #f43f5e;
  --viz-8: #0ea5e9;
  --viz-9: #84cc16;
  --viz-10: #f59e0b;
  --viz-11: #475569;
  --viz-12: #a855f7;
  /* Section helpers */
  --hero-bg: #f3f6ff;
  --hero-ink: #0a2447;
  --stripe: #f7faff;

  --gr-teal: repeating-linear-gradient(transparent, var(--accent-teal-600) 100px), repeating-linear-gradient(0.25turn, transparent, var(--accent-teal-800) 50px);
  --gr-brand-light: repeating-linear-gradient(transparent, var(--brand-50) 100px), repeating-linear-gradient(0.25turn, transparent, var(--brand-100) 50px);
  --gr-brand: repeating-linear-gradient(transparent, var(--brand-600) 100px), repeating-linear-gradient(0.25turn, var(--brand-400), var(--brand-700) 50px);
  --gr-turf-light: repeating-linear-gradient(transparent, var(--turf-50) 100px), repeating-linear-gradient(0.25turn, transparent, var(--turf-100) 50px);
  --gr-turf: repeating-linear-gradient(transparent, var(--turf-600) 100px), repeating-linear-gradient(0.25turn, var(--turf-400), var(--turf-700) 50px);
  --gr-saffron-light: repeating-linear-gradient(transparent, var(--saffron-50) 100px), repeating-linear-gradient(0.25turn, transparent, var(--saffron-100) 50px);
  --gr-saffron: repeating-linear-gradient(transparent, var(--saffron-600) 100px), repeating-linear-gradient(0.25turn, var(--saffron-400), var(--saffron-700) 50px);
}

.gr-teal {
  background: var(--gr-teal);
  color: #fff;
}
.gr-brand-light {
  background: var(--gr-brand-light);
}
.gr-brand {
  background: var(--gr-brand);
  color: #fff;
}
.gr-turf-light {
  background: var(--gr-turf-light);
}
.gr-turf {
  background: var(--gr-turf);
  color: #fff;
}
.gr-saffron-light {
  background: var(--gr-saffron-light);
}
.gr-saffron {
  background: var(--gr-saffron);
  color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin-top: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  line-height: 1.6;
  font-size: 16px;
  background-color: var(--bg);
  color: var(--text);
}
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}
figure {
  margin: 0;
  overflow: hidden;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a {
  color: var(--link);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
button {
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: var(--font-body);
  text-align: center;
  transition: all 0.3s ease;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  line-height: 1.1;
  font-weight: 400;
}
h1,
h2 {
  text-transform: uppercase;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
}
ul,
ol {
  margin-left: 0;
  padding: 0;
}
.section-lead {
  font-size: 1.25rem;
  margin: 10px 0 20px;
  font-weight: 700;
}
.aspect-1-1 {
  aspect-ratio: 1/1;
}
.aspect-4-3 {
  aspect-ratio: 4/3;
}
.aspect-3-4 {
  aspect-ratio: 3/4;
}
.aspect-16-9 {
  aspect-ratio: 16/9;
}
.aspect-9-16 {
  aspect-ratio: 9/16;
}
iframe {
  border: 0;
}
.styled-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
ul.styled-list li {
  padding-left: 20px;
  position: relative;
}
ul.styled-list li::before {
  content: "•";
  color: var(--turf-500);
  position: absolute;
  left: 0;
  font-size: 2rem;
  line-height: 0.8;
}
ol.styled-list {
  counter-reset: list;
}
ol.styled-list li {
  padding-left: 32px;
  position: relative;
}
ol.styled-list li::before {
  counter-increment: list;
  content: counter(list);
  background-color: var(--turf-500);
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  line-height: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 24px;
  height: 24px;
}
.text-center {
  text-align: center;
}
.text-center .styled-list {
  align-items: center;
}
.styled-list .inset {
  margin-top: 20px;
  align-self: center;
}
.styled-list .inset img {
  border: 2px solid var(--saffron-200);
}

/* Header */
.header {
  background: var(--grad-brand);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  vertical-align: middle;
  max-width: 150px;
}
.nav {
  display: flex;
  align-items: center;
}
.nav-list {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
}
.nav-list > li {
  position: relative;
}
.nav-list a,
.nav-list span {
  color: var(--btn-primary-ink);
  font-weight: bold;
  transition: color 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
}
.nav-list a:hover,
.nav-list span:hover {
  color: var(--saffron-400);
  text-decoration: none;
}
.dropdown:hover .submenu {
  display: block;
}
.submenu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  background: var(--surface);
  box-shadow: var(--shadow-2);
  padding: 10px;
  list-style: none;
  min-width: 180px;
  border-radius: 5px;
  white-space: nowrap;
}
.submenu li {
  margin: 5px 0;
}
.submenu a {
  color: var(--text);
  display: block;
  padding: 5px 10px;
}
.submenu a:hover {
  background: var(--gray-100);
}
.burger {
  display: none;
  background: none;
  font-size: 1.5rem;
  color: var(--btn-primary-ink);
  padding: 5px;
}
.burger:hover {
  color: var(--saffron-400);
}

section {
  padding: 60px 0;
}

/* Hero Stadium */
.hero-main {
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.hero-main figure {
  position: absolute;
  inset: 0 0;
}
.hero-main .hero-content {
  max-width: 600px;
  margin: auto;
  padding: 150px 0;
  background-color: rgba(33, 101, 204, 0.7);
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(5px);
}
.hero-main .hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 15px;
  background: var(--grad-saffron);
  display: inline-block;
  padding: 5px 15px;
  color: var(--surface);
  border-radius: 5px;
}
.hero-main .hero-content .hero-subhead {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 20px;
}
.btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: var(--btn-primary-bg);
  color: var(--btn-primary-ink);
  border-radius: 10px;
  font-size: 1.1rem;
  transition: all 0.3s;
}
.btn-primary:hover {
  background: var(--btn-primary-hov);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--btn-primary-ink);
}

/* Stadium Stats */
.stadium-stats {
  background: var(--surface-2);
  padding: 40px;
  border-radius: 15px;
}

.stadium-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.card {
  --card: var(--turf-500);
  --card1: var(--turf-100);
  background: var(--card-bg);
  padding: 20px;
  border: 5px solid var(--card);
  border-width: 0 0 5px 5px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 5px -5px 5px var(--card1);
}
.card:hover {
  transform: scale(1.01);
}
.card figure {
  margin: 0 0 16px;
  border-radius: 5px;
}
.card .icon {
  margin: 0 auto 16px;
  width: 120px;
}
.card h3 {
  margin-bottom: 10px;
  color: var(--brand-600);
}

/* Signature Moments Slider */
.signature-moments {
  color: #fff;
  background: var(--gr-teal);
}
.signature-moments .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.signature-moments .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
.signature-moments .slider-track {
  display: flex;
  transition: transform 0.5s ease;
}
.signature-moments .card {
  --card: var(--brand-500);
  --card1: var(--brand-100);
  flex: 0 0 calc(33.3333% - 20px);
  box-sizing: border-box;
  padding: 20px;
  background: var(--card-bg);
  text-align: center;
  margin-right: 20px;
}
.signature-moments .card:hover {
  transform: none;
  background-color: var(--brand-50);
}
.signature-moments .card h3 {
  font-size: 1.5rem;
  color: var(--brand-700);
  margin: 10px 0;
}
.signature-moments .card p {
  color: var(--text-subtle);
  line-height: 1.4;
}
.signature-moments .slider-prev,
.signature-moments .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--btn-primary-bg);
  color: var(--btn-primary-ink);
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 1.5rem;
  border-radius: 50%;
  transition: background 0.3s;
}
.signature-moments .slider-prev:hover,
.signature-moments .slider-next:hover {
  background: var(--btn-primary-hov);
}
.signature-moments .slider-prev {
  left: 10px;
}
.signature-moments .slider-next {
  right: 10px;
}

/* Responsive Adjustments for Slider */
@media (max-width: 767px) {
  .signature-moments .card {
    flex: 0 0 calc(100% - 20px);
    padding: 15px;
  }
  .signature-moments .slider-prev,
  .signature-moments .slider-next {
    padding: 6px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .signature-moments .card {
    flex: 0 0 calc(50% - 20px);
    padding: 15px;
  }
  .signature-moments .slider-prev,
  .signature-moments .slider-next {
    padding: 8px;
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .signature-moments .card {
    flex: 0 0 100%;
    padding: 20px;
  }
  .signature-moments .slider-prev,
  .signature-moments .slider-next {
    padding: 10px;
    font-size: 1.5rem;
  }
}

/* Design Insight */
.design-insight .design-split {
  display: flex;
  gap: 20px;
}
.design-insight .design-text {
  flex: 1;
  min-width: 300px;
}
.design-insight .design-text ul {
  margin-top: 10px;
}

/* Matchday Vibe */
.matchday-vibe {
  color: #fff;
}

.matchday-vibe .vibe-content .inset {
  float: right;
  margin: 0 0 20px 20px;
}
.matchday-vibe .vibe-content blockquote {
  background: var(--turf-100);
  padding: 15px;
  border-radius: 10px;
  font-style: italic;
}
.matchday-vibe .vibe-content blockquote {
  clear: both;
  margin: 0;
}
.matchday-vibe .vibe-content blockquote p {
  color: var(--text);
}

/* Stake Spotlight */
.stake-spotlight .stake-split {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.stake-spotlight figure {
  flex: 0 0 auto;
  width: 100%;
  max-width: 200px;
}
.stake-spotlight .stake-text {
  flex: 1;
}
.stake-spotlight .stake-text ul {
  margin-top: 10px;
}

/* Records Showcase */
.records-showcase .masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.records-showcase .card {
  --card: var(--brand-600);
  --card1: var(--brand-100);
  background: var(--card-bg);
  padding: 15px;
  transition: all 0.3s;
}
.records-showcase .card:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-2);
}
.records-showcase .card p {
  color: var(--text-subtle);
  margin-top: 10px;
}

/* Archive Glimpse */

.archive-glimpse .archive-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.archive-glimpse .card {
  --card: var(--saffron-500);
  --card1: var(--saffron-100);
  background: var(--saffron-50);
  padding: 15px;
  transition: all 0.3s;
}
.archive-glimpse .card:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-2);
}
.archive-glimpse .card p {
  color: var(--text-subtle);
  margin-top: 10px;
}

/* Visitor Guide */
.visitor-guide {
  background-color: var(--turf-500);
  color: #fff;
}

.visitor-guide .icon-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.visitor-guide .card {
  --card: var(--turf-700);
  --card1: transparent;
  background: var(--card-bg);
  padding: 15px;
  text-align: center;
  transition: all 0.3s;
}
.visitor-guide .card:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-2);
}
.visitor-guide .card p {
  color: var(--text-subtle);
  margin-top: 10px;
}

/* Upcoming Preview */

.upcoming-preview .styled-list {
  margin-top: 10px;
}

/* Footer */
.footer {
  background: var(--grad-turf);
  padding: 40px 0;
  color: var(--btn-primary-ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.footer-col {
  margin: 10px;
}
.footer-col img {
  margin-bottom: 15px;
  max-width: 150px;
  height: auto;
}
.footer-col ul {
  list-style: none;
}
.footer-col a {
  color: var(--btn-primary-ink);
  display: block;
  margin: 5px 0;
}
.footer-col a:hover {
  color: var(--saffron-300);
}
.footer-note {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 1023px) {
  .header-inner {
    justify-content: space-between;
  }
  .nav.active .nav-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .nav-list {
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 20px;
    background-color: var(--brand-500);
  }
  .submenu {
    position: static;
    display: none;
    padding-left: 20px;
  }
  .dropdown:hover .submenu {
    display: block;
  }
  .burger {
    display: block;
  }

  .hero-main .hero-content h1 {
    font-size: 2.5rem;
  }
  .stadium-stats .stats-grid {
    grid-template-columns: 1fr;
  }
  .signature-moments .slider {
    width: 100%;
  }
  .design-insight .design-split {
    flex-direction: column;
  }
  .matchday-vibe {
    grid-template-columns: 1fr;
  }
  .stake-spotlight .stake-split {
    flex-direction: column;
    align-items: center;
  }
  .records-showcase .masonry-grid {
    grid-template-columns: 1fr;
  }
  .archive-glimpse {
    grid-template-columns: 1fr;
  }
  .visitor-guide .icon-row {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .hero-main .hero-content {
    padding: 50px 0;
  }
  .hero-main .hero-content h1 {
    font-size: 1.8rem;
  }
  .hero-main .hero-content .hero-subhead {
    font-size: 1rem;
  }
  .stadium-stats .stats-grid {
    grid-template-columns: 1fr;
  }

  .design-insight .design-text {
    min-width: 100%;
  }
  .matchday-vibe .vibe-content .inset {
    width: 100%;
  }
  .stake-spotlight .stake-split figure {
    width: 150px;
  }
  .records-showcase .card,
  .archive-glimpse .card,
  .visitor-guide .card {
    width: 100%;
  }
  .footer-col {
    margin: 10px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-col img {
    margin: 0 auto 20px;
  }
}

.split-25 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.split-50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.split-30 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.split-40 {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
}
.split-60 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .split-25,
  .split-30 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .split-50,
  .split-25,
  .split-30,
  .split-40,
  .split-60 {
    grid-template-columns: 1fr;
  }
}

/* Founding Narrative */
.founding-narrative p {
  margin-bottom: 15px;
}
.founding-narrative figure {
  margin: 15px 0;
}
.founding-narrative img {
  border: 2px solid var(--brand-200);
}

/* Milestone Journey */
.milestone-journey .timeline-item {
  margin-bottom: 20px;
  padding: 15px;
  background: var(--surface-2);
  border-left: 5px solid var(--turf-500);
  transition: all 0.3s;
}
.milestone-journey .timeline-item:hover {
  transform: translateX(10px);
  box-shadow: var(--shadow-1);
}
.milestone-journey .timeline-item h3 {
  color: var(--brand-600);
  margin-bottom: 5px;
}

/* Renovation Evolution */
.renovation-evolution .reno-text ul {
  margin-bottom: 20px;
}
.renovation-evolution .reno-text .styled-list li {
  margin-bottom: 10px;
}
.renovation-evolution .reno-text figure {
  margin-top: 20px;
}
.renovation-evolution figure img {
  border: 2px solid var(--turf-200);
}

/* Cultural Milestones */
.cultural-milestones .styled-list li {
  margin-bottom: 15px;
}
.cultural-milestones .styled-list .inset {
  margin-top: 20px;
  align-self: center;
}
.cultural-milestones .styled-list .inset img {
  border: 2px solid var(--saffron-200);
}

/* Legends Showcase */
.legends-showcase .card figure {
  margin-bottom: 10px;
}
.legends-showcase .card p {
  text-align: center;
}

/* Press Echoes */
.press-echoes .card blockquote {
  padding: 15px;
  background: var(--turf-100);
  border-left: 5px solid var(--turf-500);
  font-style: italic;
}
.press-echoes .card blockquote p {
  margin: 0;
}

/* Archive Mosaic */
.archive-mosaic figure {
  margin-bottom: 15px;
}
.archive-mosaic figure img {
  border: 2px solid var(--brand-200);
}

/* Source Credits */
.source-credits p {
  margin-bottom: 15px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .milestone-journey .timeline-item:hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  .milestone-journey .timeline-item {
    padding: 10px;
  }
  .renovation-evolution .reno-text figure,
  .cultural-milestones .styled-list .inset {
    width: 100%;
  }
  .legends-showcase .card figure {
    margin-bottom: 5px;
  }
  .legends-showcase .card p {
    font-size: 0.9rem;
  }
}

/* Lighting Display */
.lighting-display .table-wrap {
  overflow-x: auto;
}
.lighting-display table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.lighting-display th,
.lighting-display td {
  padding: 10px;
  border: 1px solid var(--border);
  text-align: left;
}
.lighting-display th {
  background: var(--brand-100);
  color: var(--brand-700);
}
.lighting-display td {
  background: var(--surface);
}

/* Wayfinding Guide */
.wayfinding-guide .card p {
  text-align: center;
}

/* Material Showcase */
.material-showcase .card p {
  text-align: center;
}
/* Responsive Adjustments */
@media (max-width: 1024px) {
  .site-layout .styled-list li,
  .seating-experience .styled-list li,
  .acoustics-flow .styled-list li {
    font-size: 0.95rem;
  }
  .lighting-display th,
  .lighting-display td {
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .roof-innovation .roof-text p {
    font-size: 0.9rem;
  }
  .lighting-display table {
    font-size: 0.85rem;
  }
  .wayfinding-guide .card p,
  .material-showcase .card p {
    font-size: 0.9rem;
  }
}

.weather-safeguards,
.security-measures {
  text-align: center;
}
.accordion {
  max-width: 700px;
  margin: auto;
  text-align: left;
}
.accordion details {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 10px;
}
.accordion summary {
  font-size: 1.25rem;
}
.accordion details div {
  padding: 10px 0;
}
.accordion details p {
  margin: 0;
}
.weather-safeguards .accordion details {
  color: var(--saffron-900);
}
.security-measures .accordion details {
  color: var(--brand-900);
}
.sponsor-faq .accordion details {
  color: var(--turf-900);
}

/* Flavor Tabs */
.tabs {
  margin-top: 20px;
}
.tab-btn {
  padding: 10px 20px;
  margin-right: 10px;
  background: var(--surface-2);
  border: none;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 1rem;
  border: 1px solid var(--brand-500);
}
.tab-btn:hover,
.tab-btn.active {
  background: var(--brand-100);
}
.tab-content {
  display: none;
  margin-top: 15px;
  padding: 15px;
  background: var(--brand-100);
  border: 5px solid var(--brand-500);
  border-width: 0 0 0 5px;
}
.flavor-tabs .styled-list li {
  margin-bottom: 10px;
}

/* Form Styling */
.press-inquiry-form .form-wrap {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  background: var(--turf-100);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.press-inquiry-form .form-group {
  margin-bottom: 15px;
}
.press-inquiry-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.press-inquiry-form input:not([type="checkbox"]) {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 4px;
  box-sizing: border-box;
}
.press-inquiry-form .btn-primary {
  display: block;
  width: 100%;
  padding: 10px;
  background: var(--brand-500);
  color: var(--surface);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.press-inquiry-form .btn-primary:hover {
  background: var(--brand-700);
}

/* Modal Styling */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal-content {
  position: relative;
  background: var(--surface);
  margin: 15% auto;
  padding: 20px;
  width: 70%;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  max-height: 70vh;
}
.close {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 1px solid var(--accent-teal-800);
  color: var(--accent-teal-400);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.close:hover {
  color: var(--brand-500);
}
.modal h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.modal p {
  margin-bottom: 10px;
}
.modal blockquote {
  margin: 10px 0;
  padding: 10px;
  border-left: 4px solid var(--brand-500);
  background: var(--surface-1);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .modal-content {
    width: 90%;
    margin: 20% auto;
  }
  .press-inquiry-form .form-wrap {
    padding: 15px;
  }
  .press-inquiry-form input {
    font-size: 14px;
  }
}

.counter-card {
  --card: var(--saffron-600);
  --card1: var(--saffron-100);
}
.counter-card .counter {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--saffron-500);
}

/* General Inquiry Form */
.general-inquiry-form .form-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: var(--brand-200);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.general-inquiry-form .form-group {
  margin-bottom: 15px;
}
.general-inquiry-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.general-inquiry-form input:not([type="checkbox"]),
.general-inquiry-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 4px;
  box-sizing: border-box;
}
.general-inquiry-form textarea {
  resize: vertical;
}

.stake-profile figure img {
  height: auto;
}

.co-sponsors .card {
  --card: var(--brand-500);
  --card1: var(--brand-100);
}
.co-sponsors .card figure img {
  object-fit: contain;
}

main figure:not(.section-bg):not(.section-bg-light):not(.hero-image) img {
  transform: scale(1.1);
  transform-origin: 0 center;
  transition: opacity 0.2s linear, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

main figure:not(.section-bg):not(.section-bg-light):not(.hero-image).in-view img {
  transform: scale(1);
}

main h2,
main h3,
main p,
main li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: left 0;
}

main h2.in-view,
main h3.in-view,
main p.in-view,
main li.in-view {
  opacity: 1;
  transform: translateY(0);
}
