/*
Theme Name: Achyronas Onisilos FC
Theme URI: https://achyronas-onisilosfc.com/
Author: EMD Infotech
Author URI: https://emdinfotech.com/
Description: Custom official theme for P.O. Achyronas-Onisilos, with match, news and sponsor management.
Version: 2.1.2
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: achyronas-onisilos
*/

:root {
  --green-950: #04140c;
  --green-900: #062417;
  --green-800: #073f24;
  --green-700: #075f32;
  --green-600: #08783d;
  --yellow: #f1ef00;
  --cream: #f4f5ed;
  --ink: #0b1710;
  --line: rgba(255, 255, 255, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.anchor-marker { position: absolute; width: 1px; height: 1px; overflow: hidden; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 0; }
img { max-width: 100%; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: #fff;
  color: #04140c;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.sponsor-rail {
  min-height: 36px;
  padding: 7px clamp(20px, 4vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--yellow);
  color: #07130c;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sponsor-rail span { font-weight: 800; opacity: .58; }
.sponsor-rail strong { font-size: 12px; letter-spacing: .02em; }
.sponsor-rail a { margin-left: auto; font-weight: 800; }

.site-header {
  position: relative;
  z-index: 20;
  height: 92px;
  padding: 0 clamp(20px, 4vw, 72px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
  background: var(--green-950);
  color: white;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 13px; min-width: 220px; }
.brand img { width: 56px; height: 67px; object-fit: contain; filter: drop-shadow(0 5px 10px rgba(0,0,0,.35)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 14px; letter-spacing: .06em; }
.brand-copy b { margin-top: 5px; color: var(--yellow); font-size: 20px; letter-spacing: .09em; }
.site-header nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 36px); }
.site-header nav a { position: relative; padding: 36px 0 34px; font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--yellow); transition: right .25s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 168px; padding: 15px 16px; background: var(--yellow); color: var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.header-cta span { font-size: 18px; }
.menu-toggle { display: none; }

.epic-stadium-banner {
  position: relative;
  height: clamp(330px, 33vw, 500px);
  min-height: 330px;
  overflow: hidden;
  isolation: isolate;
  background: var(--green-950);
  border-bottom: 3px solid var(--yellow);
}
.epic-stadium-banner > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.9) contrast(1.07) brightness(.83);
  transform: scale(1.008);
}
.epic-banner-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,20,12,.58) 0%, transparent 22%, transparent 68%, rgba(4,20,12,.72) 100%),
    linear-gradient(90deg, rgba(4,20,12,.48) 0%, transparent 24%, transparent 76%, rgba(4,20,12,.48) 100%);
}
.epic-banner-lines {
  position: absolute;
  z-index: 2;
  inset: 0 clamp(20px, 4vw, 72px);
  pointer-events: none;
  border-left: 1px solid rgba(241,239,0,.34);
  border-right: 1px solid rgba(241,239,0,.34);
}
.epic-banner-lines::before,
.epic-banner-lines::after,
.epic-banner-lines span {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
}
.epic-banner-lines::before { left: 13px; top: 13px; border-left: 2px solid var(--yellow); border-top: 2px solid var(--yellow); }
.epic-banner-lines::after { right: 13px; bottom: 13px; border-right: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); }
.epic-banner-lines span:first-child { left: 0; top: 50%; width: 32px; height: 1px; background: rgba(241,239,0,.55); }
.epic-banner-lines span:last-child { right: 0; top: 50%; width: 32px; height: 1px; background: rgba(241,239,0,.55); }

.hero {
  position: relative;
  min-height: 680px;
  padding: 70px clamp(20px, 6vw, 108px) 98px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, .8fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 16%, rgba(17,125,62,.45), transparent 34%),
    linear-gradient(118deg, var(--green-950) 0%, #062a19 58%, #074927 100%);
  color: white;
}
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px); background-size: 68px 68px; transform: perspective(700px) rotateX(58deg) scale(1.6); transform-origin: center bottom; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 520px; height: 760px; right: 8vw; top: -80px; background: var(--yellow); opacity: .94; clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%); }
.hero-number { position: absolute; z-index: -1; left: -20px; bottom: -70px; color: rgba(255,255,255,.035); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(210px, 30vw, 510px); line-height: .8; letter-spacing: -.04em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; color: #d9e7df; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 3px; background: var(--yellow); }
.hero h1 { margin: 0; max-width: 720px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(58px, 6.2vw, 104px); font-weight: 900; line-height: .86; letter-spacing: -.015em; text-transform: uppercase; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 30px 0 34px; color: #c9d7d0; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-width: 210px; padding: 18px 20px; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button span { font-size: 20px; line-height: 0; }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { margin-left: 14px; color: var(--yellow); }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: center; }
.photo-frame { position: relative; width: min(100%, 455px); aspect-ratio: .86; padding: 12px; background: #fff; transform: rotate(2.1deg); box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.photo-frame::before { content: ""; position: absolute; z-index: 2; inset: 12px; border: 1px solid rgba(255,255,255,.4); pointer-events: none; }
.photo-frame > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.06); }
.photo-caption { position: absolute; left: -34px; right: -18px; bottom: 34px; z-index: 3; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; background: var(--green-950); color: white; transform: rotate(-2.1deg); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.photo-caption span { color: var(--yellow); font-family: Impact, "Arial Narrow", sans-serif; font-size: 21px; line-height: .94; letter-spacing: .04em; }
.photo-caption b { font-family: Impact, sans-serif; font-size: 42px; opacity: .16; }
.hero-crest { position: absolute; width: 125px; height: 150px; object-fit: contain; right: -28px; top: 32px; transform: rotate(-5deg); filter: drop-shadow(0 16px 20px rgba(0,0,0,.38)); }
.hero-ticker { position: absolute; z-index: 3; left: clamp(20px, 6vw, 108px); right: clamp(20px, 6vw, 108px); bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-ticker div { position: relative; min-height: 72px; padding: 17px 20px 16px 46px; display: flex; flex-direction: column; gap: 4px; border-right: 1px solid var(--line); }
.hero-ticker div:first-child { border-left: 1px solid var(--line); }
.hero-ticker span { position: absolute; left: 15px; top: 18px; color: var(--yellow); font-size: 10px; font-weight: 900; }
.hero-ticker strong { color: #789387; font-size: 9px; letter-spacing: .18em; }
.hero-ticker b { font-size: 14px; }

.first-look { padding: 82px clamp(20px, 6vw, 108px) 104px; background: var(--cream); }
.section-kicker { margin-bottom: 18px; color: var(--green-700); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.match-card { min-height: 250px; padding: 36px 44px; display: grid; grid-template-columns: 1fr 1.2fr .85fr; align-items: center; gap: 36px; background: white; border: 1px solid #dfe3d8; box-shadow: 0 18px 44px rgba(18,51,32,.07); }
.match-label { color: var(--green-600); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.match-card h2 { margin: 14px 0 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(38px, 4vw, 62px); line-height: .93; text-transform: uppercase; }
.match-center { display: flex; align-items: center; justify-content: center; gap: 26px; }
.match-center img, .opponent-mark { width: 98px; height: 112px; object-fit: contain; }
.match-center > strong { color: #b2baae; font-size: 18px; }
.opponent-mark { display: grid; place-items: center; border: 2px dashed #bec7ba; color: #aab4a7; font-family: Impact, sans-serif; font-size: 44px; }
.match-meta { padding-left: 36px; border-left: 1px solid #dfe3d8; }
.match-meta > span { display: inline-block; margin-bottom: 14px; padding: 7px 9px; background: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.match-meta strong { display: block; font-size: 16px; line-height: 1.35; }
.match-meta p { margin: 11px 0 0; color: #647068; font-size: 13px; }

.leaderboard-ad {
  position: relative;
  width: min(970px, calc(100% - 40px));
  min-height: 180px;
  margin: 0 auto 104px;
  padding: 28px 36px;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  background: var(--yellow);
  color: var(--ink);
  border: 1px solid #d9d800;
}
.leaderboard-ad::after { content: "AO"; position: absolute; right: 195px; top: -62px; color: rgba(4,20,12,.065); font-family: Impact, sans-serif; font-size: 230px; line-height: 1; }
.ad-size { align-self: start; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.ad-message { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 8px; }
.ad-message span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.ad-message strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(30px, 4.5vw, 58px); line-height: 1; letter-spacing: .02em; }
.leaderboard-ad > a { position: relative; z-index: 1; padding: 16px 18px; display: flex; gap: 25px; background: var(--green-950); color: white; font-size: 11px; font-weight: 900; text-transform: uppercase; }

.season-ticket-section {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 390px;
  margin: 0 auto 104px;
  padding: clamp(34px, 5vw, 70px);
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 5vw, 75px);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(241,239,0,.16), transparent 28%),
    linear-gradient(125deg, var(--green-950), var(--green-800));
  color: white;
  border: 1px solid rgba(241,239,0,.48);
  box-shadow: 0 24px 60px rgba(4,20,12,.18);
}
.season-ticket-section::before { content: "SEASON"; position: absolute; right: -20px; bottom: -54px; color: rgba(255,255,255,.035); font-family: Impact, sans-serif; font-size: 190px; line-height: 1; }
.season-ticket-section::after { content: ""; position: absolute; width: 230px; height: 520px; left: 98px; top: -65px; background: var(--yellow); opacity: .055; transform: skewX(-18deg); }
.season-ticket-crest { position: relative; z-index: 1; min-height: 250px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.18); }
.season-ticket-crest img { width: 116px; height: 144px; object-fit: contain; filter: drop-shadow(0 15px 20px rgba(0,0,0,.42)); }
.season-ticket-crest span { position: absolute; right: 12px; bottom: 10px; color: var(--yellow); font-family: Impact, sans-serif; font-size: 21px; line-height: .9; text-align: right; }
.season-ticket-copy { position: relative; z-index: 1; }
.season-ticket-copy h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(46px, 5vw, 74px); line-height: .91; text-transform: uppercase; }
.season-ticket-copy h2 em { color: var(--yellow); font-style: normal; }
.season-ticket-copy > p { max-width: 690px; margin: 25px 0 28px; color: #bdd0c4; font-size: 14px; line-height: 1.75; }
.season-ticket-actions { display: flex; align-items: center; gap: 24px; }
.season-ticket-email { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.45); color: white; font-size: 11px; font-weight: 800; }
.season-ticket-price { position: relative; z-index: 1; min-width: 180px; padding-left: 32px; display: flex; flex-direction: column; align-items: flex-end; border-left: 1px solid rgba(255,255,255,.18); }
.season-ticket-price span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.season-ticket-price strong { color: var(--yellow); font-family: Impact, sans-serif; font-size: clamp(86px, 9vw, 132px); line-height: .86; letter-spacing: -.02em; }
.season-ticket-price small { margin-top: 18px; color: #9eb4a7; font-size: 11px; font-weight: 800; }

.club-story { position: relative; padding: 105px clamp(20px, 6vw, 108px) 118px; overflow: hidden; background: var(--green-950); color: white; }
.club-story::after { content: ""; position: absolute; width: 620px; height: 620px; left: -300px; top: 80px; border: 90px solid rgba(241,239,0,.035); border-radius: 50%; }
.story-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 8vw, 150px); align-items: end; }
.section-kicker.light { color: var(--yellow); }
.story-intro h2, .section-heading h2, .sponsor-heading h2, .location-copy h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(50px, 6vw, 90px); font-weight: 900; line-height: .92; text-transform: uppercase; }
.story-intro h2 em, .sponsor-heading h2 em, .location-copy h2 em { color: var(--yellow); font-style: normal; }
.story-intro > p { max-width: 590px; margin: 0 0 5px; color: #b8c9bf; font-size: 16px; line-height: 1.8; }
.story-grid { position: relative; z-index: 1; margin-top: 70px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.story-card { min-height: 330px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-index { margin-bottom: auto; color: #60786b; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.story-card > strong { color: var(--yellow); font-family: Impact, sans-serif; font-size: 58px; line-height: 1; }
.story-card h3 { margin: 17px 0 10px; font-size: 18px; }
.story-card p { margin: 0; color: #8fa498; font-size: 13px; line-height: 1.65; }
.story-card-main { position: relative; overflow: hidden; background: var(--green-800); }
.story-card-main::after { content: ""; position: absolute; width: 250px; height: 390px; right: -80px; top: -30px; background: var(--yellow); opacity: .08; transform: skewX(-19deg); }
.story-year { color: var(--yellow); font-family: Impact, sans-serif; font-size: clamp(72px, 8vw, 126px); line-height: .8; }
.story-card-accent { background: var(--yellow); color: var(--ink); }
.story-card-accent .story-index, .story-card-accent p { color: rgba(4,20,12,.62); }
.story-card-accent > strong { color: var(--green-950); }

.news-section { padding: 112px clamp(20px, 6vw, 108px) 120px; background: var(--cream); }
.section-heading { margin-bottom: 44px; display: flex; align-items: flex-end; justify-content: space-between; }
.section-heading h2 { color: var(--green-950); }
.section-heading > a { margin-bottom: 8px; padding-bottom: 7px; border-bottom: 1px solid #869087; color: var(--green-800); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.section-heading > a span { margin-left: 20px; }
.news-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 18px; }
.news-card { min-height: 490px; }
.news-featured { position: relative; overflow: hidden; background: var(--green-950); }
.news-featured::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(4,20,12,.9) 100%); }
.news-featured > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.news-featured:hover > img { transform: scale(1.035); }
.news-overlay { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 30px; color: white; }
.news-overlay > span, .news-text-card > span, .news-plan-card > span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.news-overlay h3, .news-text-card h3, .news-plan-card h3 { margin: 14px 0 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(30px, 3vw, 45px); font-weight: 900; line-height: 1.03; text-transform: uppercase; }
.news-overlay > a { position: absolute; right: 0; bottom: 0; width: 46px; height: 46px; display: grid; place-items: center; background: var(--yellow); color: var(--ink); font-size: 20px; }
.news-text-card, .news-plan-card { position: relative; padding: 30px; display: flex; flex-direction: column; overflow: hidden; }
.news-text-card { background: white; border: 1px solid #dde2d8; }
.news-text-card > img { position: absolute; width: 150px; height: 180px; right: -25px; top: 18px; object-fit: contain; opacity: .09; transform: rotate(9deg); }
.news-text-card h3, .news-plan-card h3 { margin-top: auto; font-size: clamp(27px, 2.6vw, 40px); }
.news-text-card p { color: #68746b; font-size: 13px; line-height: 1.65; }
.news-text-card > a, .news-plan-card > a { margin-top: 20px; align-self: flex-start; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.news-text-card > a span, .news-plan-card > a span { margin-left: 14px; }
.news-plan-card { background: var(--green-700); color: white; }
.news-plan-card::after { content: ""; position: absolute; width: 230px; height: 500px; right: -125px; top: -40px; background: var(--yellow); opacity: .12; transform: skewX(-16deg); }
.plan-mark { color: rgba(255,255,255,.08); font-family: Impact, sans-serif; font-size: 170px; line-height: .8; }
.news-plan-card ul { margin: 20px 0 0; padding: 0; list-style: none; color: #c5d8cd; font-size: 12px; line-height: 2; }
.news-plan-card li::before { content: "+"; margin-right: 9px; color: var(--yellow); font-weight: 900; }

.sponsors-section { padding: 115px clamp(20px, 6vw, 108px) 0; overflow: hidden; background: var(--green-900); color: white; }
.sponsor-heading { display: grid; grid-template-columns: .95fr 1.05fr; column-gap: 100px; align-items: end; }
.sponsor-heading .section-kicker { grid-column: 1 / -1; }
.sponsor-heading > p { max-width: 600px; margin: 0 0 7px; color: #a8bdb1; font-size: 15px; line-height: 1.8; }
.sponsor-placements { margin-top: 64px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.placement { position: relative; min-height: 300px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.placement > span { color: #70877a; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.placement > strong { margin-top: auto; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(34px, 3.6vw, 55px); line-height: .93; }
.placement p { max-width: 420px; color: #91a59a; font-size: 12px; line-height: 1.65; }
.placement small { margin-top: 10px; color: #8da196; font-size: 11px; }
.placement > b { position: absolute; right: 22px; top: 22px; padding: 7px 9px; background: rgba(241,239,0,.11); color: var(--yellow); font-size: 8px; letter-spacing: .13em; }
.placement-main { background: var(--green-800); }
.placement-main::after { content: "AD"; position: absolute; right: 25px; bottom: -30px; color: rgba(255,255,255,.035); font-family: Impact, sans-serif; font-size: 210px; }
.partner-strip { display: grid; grid-template-columns: 1.15fr repeat(5, 1fr); border-left: 1px solid var(--line); }
.partner-title, .partner-slot { min-height: 135px; padding: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-title { align-items: flex-start; background: var(--yellow); color: var(--ink); }
.partner-title span { font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.partner-title strong { font-family: Impact, sans-serif; font-size: 28px; }
.partner-slot span { color: rgba(255,255,255,.17); font-family: Impact, sans-serif; font-size: 34px; }
.partner-slot small { margin-top: 8px; color: #61796c; font-size: 8px; letter-spacing: .13em; }
.partner-slot.has-logo a { width: 100%; display: flex; align-items: center; justify-content: center; }
.partner-slot.has-logo img { width: auto; max-width: 120px; height: auto; max-height: 58px; object-fit: contain; }
.partner-slot.has-logo > span { max-width: 130px; overflow-wrap: anywhere; color: white; font-size: 20px; text-align: center; }
.match-meta small { margin-top: 8px; color: var(--green-700); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.sponsor-deck { margin: 110px calc(clamp(20px, 6vw, 108px) * -1) 0; padding: 95px clamp(20px, 9vw, 155px); display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: clamp(60px, 9vw, 150px); align-items: center; background: var(--green-950); }
.deck-visual { position: relative; justify-self: center; width: min(100%, 420px); }
.deck-visual::before { content: ""; position: absolute; inset: -16px 22px 20px -22px; border: 2px solid var(--yellow); transform: rotate(-2deg); }
.deck-visual img { position: relative; z-index: 1; width: 100%; display: block; transform: rotate(2deg); box-shadow: 0 30px 60px rgba(0,0,0,.45); }
.deck-copy h3 { margin: 0; max-width: 750px; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(50px, 6vw, 88px); line-height: .94; text-transform: uppercase; }
.deck-copy > p { max-width: 690px; color: #9bb0a5; font-size: 15px; line-height: 1.8; }
.deck-benefits { margin: 28px 0 34px; display: grid; gap: 13px; }
.deck-benefits span { font-size: 12px; font-weight: 700; }
.deck-benefits span::before { content: "✓"; margin-right: 12px; color: var(--yellow); }

.location-section { min-height: 690px; display: grid; grid-template-columns: 1.25fr .75fr; background: #eceee5; }
.location-map { position: relative; min-height: 690px; overflow: hidden; background: #dfe4d8; background-image: linear-gradient(rgba(7,63,36,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(7,63,36,.08) 1px, transparent 1px); background-size: 54px 54px; }
.location-map::before { content: ""; position: absolute; width: 760px; height: 760px; left: 16%; top: -5%; border: 1px solid rgba(7,63,36,.11); border-radius: 50%; box-shadow: 0 0 0 95px rgba(7,63,36,.025), 0 0 0 190px rgba(7,63,36,.02); }
.map-road { position: absolute; height: 7px; background: rgba(7,63,36,.16); transform-origin: left center; }
.road-one { width: 80%; left: 5%; top: 60%; transform: rotate(-18deg); }
.road-two { width: 64%; left: 23%; top: 15%; transform: rotate(68deg); }
.map-dot { position: absolute; width: 16px; height: 16px; background: var(--yellow); border: 4px solid var(--green-800); border-radius: 50%; box-shadow: 0 0 0 7px rgba(7,95,50,.14); }
.map-dot span { position: absolute; width: 155px; left: 24px; top: -6px; color: var(--green-800); font-size: 9px; font-weight: 900; line-height: 1.45; letter-spacing: .08em; }
.dot-stadium { left: 48%; top: 42%; width: 23px; height: 23px; }
.dot-stadium span { font-size: 11px; }
.dot-ayia { right: 13%; top: 73%; }
.dot-larnaca { left: 13%; top: 68%; }
.map-label { position: absolute; left: 35%; top: 27%; color: rgba(7,63,36,.11); font-family: Impact, sans-serif; font-size: clamp(70px, 10vw, 150px); transform: rotate(-8deg); }
.location-copy { padding: 105px clamp(35px, 5vw, 85px); display: flex; flex-direction: column; justify-content: center; background: var(--green-700); color: white; }
.location-copy > p { max-width: 470px; margin: 30px 0; color: #c0d3c8; font-size: 14px; line-height: 1.8; }
.location-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.2); }
.location-facts div { padding: 24px 20px 0 0; display: flex; flex-direction: column; }
.location-facts div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.location-facts strong { color: var(--yellow); font-family: Impact, sans-serif; font-size: 42px; }
.location-facts span { color: #b4c8bc; font-size: 11px; }

footer { padding: 75px clamp(20px, 6vw, 108px) 22px; display: grid; grid-template-columns: 1.2fr .85fr .65fr; gap: 50px; background: var(--green-950); color: white; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { width: 90px; height: 108px; object-fit: contain; }
.footer-brand > div { display: flex; flex-direction: column; line-height: 1; }
.footer-brand strong { font-size: 19px; }
.footer-brand b { margin-top: 6px; color: var(--yellow); font-size: 28px; letter-spacing: .06em; }
.footer-brand span { margin-top: 11px; color: #60766a; font-size: 8px; letter-spacing: .2em; }
.footer-contact, .footer-social { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 11px; }
.footer-contact > span, .footer-social > span { margin-bottom: 8px; color: #62796c; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.footer-contact a { font-size: 13px; }
.footer-social a { min-width: 150px; padding-bottom: 8px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.footer-social b { color: var(--yellow); }
.footer-bottom { grid-column: 1 / -1; margin-top: 42px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #536a5d; font-size: 8px; font-weight: 800; letter-spacing: .14em; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto auto 1fr; gap: 22px; }
  .site-header nav { position: absolute; top: 92px; left: 0; right: 0; padding: 22px; display: none; flex-direction: column; gap: 0; background: var(--green-950); border-top: 1px solid var(--line); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .site-header nav a::after { display: none; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; background: transparent; border: 1px solid var(--line); }
  .menu-toggle span { display: block; width: 19px; height: 2px; background: white; transition: transform .2s ease; }
  .menu-toggle.is-open span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .header-cta { justify-self: end; }
  .hero { grid-template-columns: 1fr .72fr; gap: 40px; }
  .hero-crest { width: 94px; right: -15px; }
  .season-ticket-section { grid-template-columns: 150px minmax(0, 1fr); }
  .season-ticket-price { grid-column: 1 / -1; padding: 24px 0 0; flex-direction: row; align-items: flex-end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .season-ticket-price strong { font-size: 88px; }
  .season-ticket-price small { margin: 0 0 8px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-featured { grid-column: 1 / -1; min-height: 540px; }
  .sponsor-heading { column-gap: 50px; }
  .sponsor-placements { grid-template-columns: 1.3fr 1fr; }
  .placement:last-child { grid-column: 1 / -1; min-height: 240px; }
  .partner-strip { grid-template-columns: repeat(3, 1fr); }
  .partner-title { grid-row: span 2; }
  .sponsor-deck { grid-template-columns: .8fr 1.2fr; gap: 55px; }
  .location-section { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .sponsor-rail { min-height: 42px; justify-content: space-between; gap: 8px; }
  .sponsor-rail > span, .sponsor-rail > strong { display: none; }
  .sponsor-rail::before { content: "ΧΩΡΟΣ ΚΕΝΤΡΙΚΟΥ ΧΟΡΗΓΟΥ"; font-weight: 900; }
  .sponsor-rail a { margin-left: 0; font-size: 9px; }
  .site-header { height: 78px; padding: 0 16px; grid-template-columns: 1fr auto; }
  .brand img { width: 43px; height: 53px; }
  .brand-copy strong { font-size: 11px; }
  .brand-copy b { font-size: 16px; }
  .menu-toggle { justify-self: end; }
  .header-cta { display: none; }
  .site-header nav { top: 78px; }
  .epic-stadium-banner { height: 270px; min-height: 270px; }
  .epic-stadium-banner > img { object-position: center center; }
  .epic-banner-lines { inset: 0 16px; }
  .epic-banner-lines::before,
  .epic-banner-lines::after { width: 25px; height: 25px; }
  .hero { min-height: auto; padding: 50px 20px 88px; grid-template-columns: 1fr; }
  .hero::before { width: 250px; height: 400px; right: -80px; top: 360px; opacity: .75; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-copy > p { margin: 24px 0 28px; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .photo-frame { width: 88%; margin: 0 auto 30px; }
  .hero-crest { right: 0; }
  .hero-ticker { left: 20px; right: 20px; grid-template-columns: 1fr 1fr; }
  .hero-ticker div:last-child { display: none; }
  .hero-ticker div { min-height: 62px; padding-top: 13px; }
  .hero-ticker span { top: 14px; }
  .first-look { padding: 58px 20px 74px; }
  .match-card { padding: 28px 24px; grid-template-columns: 1fr; gap: 28px; }
  .match-center { justify-content: flex-start; }
  .match-center img, .opponent-mark { width: 78px; height: 90px; }
  .match-meta { padding: 26px 0 0; border-left: 0; border-top: 1px solid #dfe3d8; }
  .leaderboard-ad { min-height: 210px; margin-bottom: 72px; padding: 24px; grid-template-columns: 1fr; gap: 16px; }
  .leaderboard-ad::after { right: -35px; top: -10px; }
  .leaderboard-ad > a { justify-self: start; }
  .season-ticket-section { width: calc(100% - 40px); margin-bottom: 72px; padding: 30px 24px 34px; grid-template-columns: 1fr; gap: 28px; }
  .season-ticket-section::before { font-size: 112px; bottom: -28px; }
  .season-ticket-section::after { left: 38%; }
  .season-ticket-crest { min-height: 185px; }
  .season-ticket-crest img { width: 92px; height: 118px; }
  .season-ticket-copy h2 { font-size: 46px; }
  .season-ticket-copy > p { font-size: 13px; }
  .season-ticket-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .season-ticket-email { max-width: 100%; overflow-wrap: anywhere; }
  .season-ticket-price { grid-column: auto; }
  .season-ticket-price strong { font-size: 78px; }
  .season-ticket-price small { font-size: 10px; }
  .club-story { padding: 78px 20px 80px; }
  .story-intro { grid-template-columns: 1fr; gap: 26px; }
  .story-intro > p { font-size: 14px; }
  .story-grid { margin-top: 44px; grid-template-columns: 1fr; }
  .story-card { min-height: 260px; }
  .news-section { padding: 78px 20px 82px; }
  .section-heading { align-items: flex-start; gap: 26px; flex-direction: column; }
  .news-grid { grid-template-columns: 1fr; }
  .news-featured { grid-column: auto; min-height: 480px; }
  .news-text-card, .news-plan-card { min-height: 440px; }
  .sponsors-section { padding: 80px 20px 0; }
  .sponsor-heading { grid-template-columns: 1fr; gap: 25px; }
  .sponsor-heading .section-kicker { grid-column: auto; }
  .sponsor-heading > p { font-size: 14px; }
  .sponsor-placements { grid-template-columns: 1fr; }
  .placement, .placement:last-child { min-height: 250px; grid-column: auto; }
  .partner-strip { grid-template-columns: 1fr 1fr; }
  .partner-title { grid-column: 1 / -1; grid-row: auto; min-height: 90px; }
  .partner-slot { min-height: 110px; }
  .partner-slot:last-child { grid-column: 1 / -1; }
  .sponsor-deck { margin-top: 80px; padding: 76px 28px 85px; grid-template-columns: 1fr; gap: 70px; }
  .deck-visual { width: 82%; }
  .deck-copy h3 { font-size: 52px; }
  .location-section { grid-template-columns: 1fr; }
  .location-map { min-height: 480px; }
  .location-copy { padding: 78px 25px; }
  footer { padding: 65px 20px 22px; grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { margin-top: 16px; align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* Inner WordPress pages */
.wp-page-shell { min-height: 70vh; padding: 85px clamp(20px, 7vw, 120px); background: var(--cream); }
.wp-page-shell__inner { width: min(100%, 1050px); margin: 0 auto; }
.wp-page-shell h1 { margin: 0 0 32px; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(46px, 6vw, 78px); line-height: .95; text-transform: uppercase; }
.wp-page-shell h2, .wp-page-shell h3 { color: var(--green-800); }
.wp-page-shell p, .wp-page-shell li { font-size: 16px; line-height: 1.75; }
.wp-page-shell a { color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.wp-page-shell img { height: auto; }
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-list article { padding: 28px; background: white; border: 1px solid #dfe3d8; }
.post-list article h2 { margin-top: 12px; font-size: 25px; }
.post-list .post-meta { color: #718078; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 760px) {
  .wp-page-shell { padding: 60px 20px; }
  .post-list { grid-template-columns: 1fr; }
}

/* Club content: history, roster, staff, board and fixtures */
#club, #team, #staff, #board, #fixtures, #news, #sponsors, #contact, #season-ticket { scroll-margin-top: 24px; }

.history-timeline {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.history-timeline > * {
  min-height: 250px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.history-intro-card { background: var(--yellow); color: var(--ink); }
.history-intro-card > span { font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.history-intro-card h3 { margin: auto 0 28px; font-family: Impact, "Arial Narrow", sans-serif; font-size: 31px; line-height: 1; text-transform: uppercase; }
.history-intro-card a { padding-bottom: 8px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(4,20,12,.4); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.history-timeline article strong { color: var(--yellow); font-family: Impact, "Arial Narrow", sans-serif; font-size: 50px; line-height: 1; }
.history-timeline article h3 { margin: auto 0 10px; font-size: 16px; }
.history-timeline article p { margin: 0; color: #8fa498; font-size: 11px; line-height: 1.55; }
.club-facts-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.club-facts-strip > div { min-height: 125px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.club-facts-strip span { color: #667e71; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.club-facts-strip strong { margin-top: auto; color: white; font-size: 15px; }
.club-facts-strip small { margin-top: 5px; color: #89a095; font-size: 9px; }

.team-section {
  padding: 112px clamp(20px, 6vw, 108px) 120px;
  background: var(--green-950);
  color: white;
}
.team-heading { align-items: end; }
.team-heading h2 { color: white; }
.team-heading > p,
.staff-section .section-heading > p,
.fixtures-heading > p {
  max-width: 560px;
  margin: 0 0 7px;
  color: #91a69a;
  font-size: 14px;
  line-height: 1.7;
}
.roster-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.player-card { min-width: 0; overflow: hidden; background: var(--green-900); border: 1px solid rgba(255,255,255,.11); }
.player-photo { position: relative; aspect-ratio: .82; overflow: hidden; background: #d9ddd4; }
.player-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(4,20,12,.78)); }
.player-photo > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 22%; transition: transform .35s ease; }
.player-card:hover .player-photo > img { transform: scale(1.025); }
.player-photo > b { position: absolute; z-index: 2; right: 14px; bottom: 8px; color: var(--yellow); font-family: Impact, sans-serif; font-size: 46px; line-height: 1; }
.player-photo-placeholder { display: grid; place-items: center; background: radial-gradient(circle at 50% 38%, #0d5b34, var(--green-950) 68%); }
.player-photo-placeholder > img { width: 42%; height: 56%; object-fit: contain; opacity: .72; filter: grayscale(.25) drop-shadow(0 18px 20px rgba(0,0,0,.35)); }
.player-photo-placeholder > span { position: absolute; left: 13px; top: 10px; color: rgba(255,255,255,.07); font-family: Impact, sans-serif; font-size: 58px; }
.player-info { min-height: 124px; padding: 18px; display: flex; flex-direction: column; }
.player-info > span { min-height: 28px; color: var(--yellow); font-size: 8px; font-weight: 900; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.player-info h3 { margin: auto 0 8px; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(19px, 1.9vw, 28px); line-height: 1; text-transform: uppercase; }
.player-info small { color: #738b7e; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.staff-section { padding: 112px clamp(20px, 6vw, 108px) 120px; background: var(--cream); }
.staff-section .section-heading { align-items: end; }
.staff-section .section-heading > p, .fixtures-heading > p { color: #68756d; }
.coaching-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.coach-card { min-width: 0; background: white; border: 1px solid #dfe3d8; }
.coach-visual { aspect-ratio: .82; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, var(--green-800), var(--green-950)); }
.coach-visual img { width: 45%; height: 58%; object-fit: contain; opacity: .35; }
.coach-card-photo .coach-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; opacity: 1; }
.coach-card > div:last-child { min-height: 112px; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; }
.coach-card span { color: var(--green-600); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.coach-card h3 { margin: 10px 0 0; color: var(--green-950); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(19px, 1.8vw, 27px); line-height: 1; text-transform: uppercase; }

.governance-section {
  padding: 105px clamp(20px, 6vw, 108px) 112px;
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: clamp(35px, 6vw, 90px);
  background: var(--green-800);
  color: white;
}
.governance-title h2 { margin: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(44px, 5vw, 76px); line-height: .92; text-transform: uppercase; }
.governance-title h2 em { color: var(--yellow); font-style: normal; }
.governance-title p { max-width: 440px; margin: 28px 0 0; color: #a8bdb1; font-size: 13px; line-height: 1.75; }
.governance-label { display: block; margin-bottom: 20px; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.person-row { min-height: 62px; padding: 13px 0; display: flex; flex-direction: column; justify-content: center; border-top: 1px solid rgba(255,255,255,.17); }
.person-row:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.person-row strong { font-size: 13px; }
.person-row span { margin-top: 5px; color: #8ea69a; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }

.fixtures-section { padding: 112px clamp(20px, 6vw, 108px) 120px; background: #e9ece2; }
.fixtures-heading { align-items: end; }
.fixtures-list { background: white; border: 1px solid #d8ded2; }
.fixture-row { min-height: 92px; padding: 12px 24px 12px 0; display: grid; grid-template-columns: 75px 1fr 125px 1fr; align-items: center; border-bottom: 1px solid #e1e5dc; }
.fixture-row:last-child { border-bottom: 0; }
.fixture-round { align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--green-950); color: white; }
.fixture-round span { color: #678074; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.fixture-round strong { margin-top: 3px; color: var(--yellow); font-family: Impact, sans-serif; font-size: 29px; line-height: 1; }
.fixture-side { padding: 0 22px; display: flex; align-items: center; gap: 15px; color: #556159; font-size: 12px; text-transform: uppercase; }
.fixture-side-away { justify-content: flex-end; text-align: right; }
.fixture-side.is-club { color: var(--green-800); }
.fixture-side img { width: 41px; height: 50px; object-fit: contain; }
.fixture-versus { display: flex; flex-direction: column; align-items: center; }
.fixture-versus span { min-width: 54px; padding: 9px 10px; background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 900; text-align: center; }
.fixture-versus small { margin-top: 5px; color: #879288; font-size: 7px; font-weight: 900; letter-spacing: .14em; }

.post-list article { overflow: hidden; }
.post-list article > a:first-child { margin: -28px -28px 24px; display: block; }
.post-list article > a:first-child img { width: 100%; height: 260px; display: block; object-fit: cover; }

.ao-news-archive__header { max-width: 760px; margin-bottom: 38px; }
.ao-news-archive__header h1 { margin: 10px 0 14px; }
.ao-news-archive__header p { margin: 0; color: #5e6962; line-height: 1.7; }
.post-list__more { display: inline-flex; margin-top: 18px; color: var(--green-700); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.post-list__more:hover { color: var(--green-950); }
.ao-news-pagination { margin-top: 40px; }
.ao-news-pagination ul.page-numbers { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ao-news-pagination ul.page-numbers li { margin: 0; }
.ao-news-pagination a.page-numbers,
.ao-news-pagination span.page-numbers { min-width: 42px; height: 42px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d8ded2; background: #fff; color: var(--green-800); font-size: 11px; font-weight: 900; text-decoration: none; }
.ao-news-pagination span.page-numbers.current,
.ao-news-pagination a.page-numbers:hover { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }

@media (max-width: 1280px) and (min-width: 1051px) {
  .site-header { padding-inline: 24px; gap: 22px; }
  .brand { min-width: 188px; }
  .site-header nav { gap: 17px; }
  .site-header nav a { font-size: 10px; }
  .header-cta { min-width: 148px; gap: 15px; }
}

@media (max-width: 1050px) {
  .history-timeline { grid-template-columns: repeat(2, 1fr); }
  .history-intro-card { grid-column: 1 / -1; min-height: 210px; }
  .club-facts-strip { grid-template-columns: repeat(2, 1fr); }
  .roster-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .coaching-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .governance-section { grid-template-columns: 1fr 1fr; }
  .governance-title { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .history-timeline { grid-template-columns: 1fr; }
  .history-intro-card { grid-column: auto; }
  .history-timeline > * { min-height: 220px; }
  .club-facts-strip { grid-template-columns: 1fr; }
  .team-section, .staff-section, .fixtures-section { padding: 78px 20px 82px; }
  .team-heading, .staff-section .section-heading, .fixtures-heading { align-items: flex-start; }
  .team-heading > p, .staff-section .section-heading > p, .fixtures-heading > p { font-size: 13px; }
  .roster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .player-info { min-height: 115px; padding: 13px; }
  .player-info > span { min-height: 34px; }
  .player-info h3 { font-size: 20px; }
  .player-photo > b { right: 9px; font-size: 36px; }
  .coaching-grid { grid-template-columns: 1fr; }
  .coach-card { display: grid; grid-template-columns: 42% 1fr; }
  .coach-visual { aspect-ratio: .95; }
  .governance-section { padding: 78px 20px 82px; grid-template-columns: 1fr; gap: 48px; }
  .governance-title { grid-column: auto; }
  .fixture-row { min-height: 102px; padding-right: 8px; grid-template-columns: 48px 1fr 50px 1fr; }
  .fixture-side { padding: 0 8px; font-size: 9px; line-height: 1.35; }
  .fixture-side img { display: none; }
  .fixture-versus span { min-width: 42px; padding: 8px 4px; font-size: 9px; }
  .fixture-round strong { font-size: 24px; }
}
