/* Matchday journal — forest green, warm cream, and a little room to breathe. */
:root {
  --background: #102a1d;
  --text: #f4f0e6;
  --muted: #b9c8b9;
  --rule: #4b6652;
  --accent: #dfc48f;
  --surface: #1b412d;
  --surface-hover: #28563c;
  --button-hover: #e0e8cd;
  --display: 'Libre Caslon Display', Georgia, serif;
  --body: 'DM Sans', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
figure, h1, h2, h3, p { margin: 0; }
::selection { color: var(--background); background: var(--text); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 14px 20px; background: var(--text); color: var(--background); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.page-shell { width: min(1320px, calc(100% - 112px)); margin: 0 auto; }
.edition-line { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0 13px; border-bottom: 1px solid var(--rule); font-size: 9px; font-weight: 600; letter-spacing: 1.9px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 122px; padding: 22px 0; border-bottom: 1px solid var(--rule); }
.brand { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.brand-emblem { width: 59px; height: 59px; border-radius: 50%; }
.brand-type { display: block; font-family: var(--display); font-size: 51px; letter-spacing: -2.2px; line-height: .8; }
.brand-subtitle { display: block; margin-top: 12px; font-family: var(--body); font-size: 9px; font-weight: 650; letter-spacing: 4.8px; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 40px); font-size: 12px; font-weight: 550; }
.site-nav > a:not(.button) { padding-block: 12px; }
.site-nav > a:not(.button):hover, .footer-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-instagram { display: inline-flex; align-items: center; gap: 7px; }
.nav-instagram .icon { width: 17px; height: 17px; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 17px 24px; background: var(--text); color: var(--background); border: 1px solid var(--text); font-size: 12px; font-weight: 550; line-height: 1.3; transition: background .2s, color .2s; }
.button:hover { background: var(--button-hover); }
.button .icon { width: 17px; height: 17px; transition: transform .2s; }
.button:hover .icon { transform: translate(2px, -2px); }
.button-small { min-height: 44px; padding: 12px 17px; gap: 18px; font-size: 11px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 550; line-height: 1.5; }
.text-link .icon { width: 16px; height: 16px; }
.text-link:hover { color: var(--accent); }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 9px; font-weight: 650; letter-spacing: 1.7px; line-height: 1.5; }
.section-number { color: var(--accent); font-size: 10px; letter-spacing: 0; padding-right: 12px; border-right: 1px solid var(--rule); }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(36px, 5.5vw, 85px); padding: 50px 0 46px; align-items: center; }
.hero-copy { padding-top: 6px; }
.hero h1 { margin: 27px 0 24px; font-family: var(--display); font-size: clamp(64px, 6.85vw, 103px); font-weight: 400; letter-spacing: -3.7px; line-height: .98; }
.hero h1 em { font-weight: 400; }
.hero-description { max-width: 335px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.hero-welcome { margin-top: 13px; font-size: 13px; line-height: 1.6; }
.hero-actions { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; }
.hero-actions .text-link { margin-top: 7px; }
.hero-scroll { display: inline-flex; align-items: center; gap: 36px; padding: 12px 0; margin-top: 40px; font-size: 10px; color: var(--muted); }
.hero-scroll span:last-child { font-size: 19px; color: var(--text); }
.hero-scroll:hover { color: var(--text); }
.cover { padding: 15px 17px 0; background: var(--surface); border: 1px solid var(--rule); }
.cover-topline { display: flex; justify-content: space-between; padding-bottom: 13px; font-size: 9px; font-weight: 600; letter-spacing: 1.5px; }
.cover-topline span:last-child { letter-spacing: .5px; }
.cover-image { display: block; position: relative; overflow: hidden; background: #eceeeb; }
.cover-image img { width: 100%; aspect-ratio: 1; object-fit: contain; transition: transform .45s ease; }
.cover-image:hover img { transform: scale(1.025); }
.image-open { position: absolute; bottom: 11px; right: 12px; display: flex; align-items: center; gap: 17px; padding: 8px 11px; background: var(--background); font-size: 9px; }
.image-open span { font-size: 15px; }
.cover figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 0 18px; }
.cover-player { font-family: var(--display); font-size: 33px; line-height: 1; letter-spacing: -.4px; }
.cover-caption { font-size: 8px; letter-spacing: 1px; line-height: 1.7; text-align: right; }
.interlude { display: flex; align-items: center; gap: 19px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 21px 0; font-family: var(--display); font-size: 27px; letter-spacing: -.4px; }
.interlude-ball { color: var(--accent); font-family: Georgia, serif; font-size: 31px; line-height: 1; }
.interlude a { margin-left: auto; display: flex; align-items: center; gap: 16px; font-family: var(--body); font-size: 10px; font-weight: 550; letter-spacing: 0; }
.interlude a:hover { color: var(--accent); }
.interlude .icon { width: 18px; height: 18px; }
.section-space { padding: 75px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 31px; }
h2 { font-family: var(--display); font-size: clamp(43px, 4.5vw, 63px); font-weight: 400; letter-spacing: -1.6px; line-height: 1.03; }
.section-heading h2 { margin-top: 17px; }
.section-heading > p { padding-bottom: 5px; color: var(--muted); font-size: 12px; line-height: 1.8; max-width: 330px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.card-image { display: block; position: relative; overflow: hidden; background: #e7e8e0; border: 1px solid var(--rule); }
.card-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: contain; transition: transform .4s; }
.card-image:hover img { transform: scale(1.035); }
.file-number { position: absolute; top: 14px; left: 14px; z-index: 1; font-size: 9px; font-weight: 600; letter-spacing: 1px; color: var(--text); background: var(--background); padding: 5px 8px; }
.card-enlarge { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; width: 31px; height: 31px; background: var(--background); font-size: 19px; }
.card-info { padding: 20px 0 22px; border-bottom: 1px solid var(--rule); }
.card-info p { font-size: 8px; font-weight: 650; letter-spacing: 1.5px; }
.card-info h3 { margin: 8px 0 8px; font-family: var(--display); font-size: 32px; font-weight: 400; letter-spacing: -.5px; }
.card-listing { display: flex; align-items: center; justify-content: space-between; width: fit-content; gap: 20px; margin-top: 12px; padding: 7px 0; border-bottom: 1px solid var(--rule); font-size: 10px; font-weight: 550; }
.card-listing:hover { color: var(--accent); }
.card-info > span { font-size: 11px; color: var(--muted); line-height: 1.7; }
.showcase-footnote { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 20px; }
.showcase-footnote p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.showcase-footnote .text-link { flex-shrink: 0; font-size: 11px; }
.meet-junior { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--surface); color: var(--text); }
.owner-mark { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; padding: 45px 32px; border-right: 1px solid #567060; }
.owner-mark > .eyebrow { font-size: 8px; text-align: center; }
.owner-mark img { width: min(72%, 250px); border-radius: 50%; }
.owner-handle { font-size: 10px; letter-spacing: .9px; }
.owner-copy { padding: 53px clamp(30px, 4.8vw, 72px) 47px; }
.owner-copy .section-number { color: #d9b098; border-color: #627466; }
.owner-copy > .eyebrow { color: #ccd3c7; }
.owner-copy h2 { margin-top: 23px; font-size: clamp(44px, 4.4vw, 63px); }
.owner-intro { margin-top: 24px; font-size: 17px; line-height: 1.6; }
.owner-copy > p:not(.eyebrow):not(.owner-intro) { margin-top: 19px; color: #ced5c9; font-size: 12px; line-height: 1.85; max-width: 370px; }
.owner-copy .text-link { margin-top: 18px; }
.owner-copy .text-link:hover { color: #dfbb9f; }
.owner-signoff { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; border-top: 1px solid #567060; margin-top: 29px; padding-top: 19px; }
.owner-signoff span:first-child { font-family: var(--display); font-size: 24px; }
.owner-signoff span:last-child { font-size: 7px; letter-spacing: 1.8px; color: #ccd3c7; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--rule); }
.platform-link { display: block; padding: 29px 32px 26px; transition: background .2s; }
.platform-link + .platform-link { border-left: 1px solid var(--rule); }
.whatnot-link { background: var(--surface); }
.whatnot-link:hover { background: var(--surface-hover); }
.instagram-link:hover { background: var(--surface); }
.platform-top { display: flex; align-items: center; justify-content: space-between; }
.platform-top .icon { width: 25px; height: 25px; }
.platform-link h3 { margin: 24px 0 15px; font-family: var(--display); font-size: 48px; font-weight: 400; letter-spacing: -1px; }
.platform-link p { color: var(--muted); font-size: 12px; line-height: 1.8; max-width: 300px; }
.platform-action { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 28px; font-size: 11px; font-weight: 600; }
.platform-action .icon { width: 19px; height: 19px; transition: transform .2s; }
.platform-link:hover .platform-action .icon { transform: translateX(4px); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; border-top: 1px solid var(--rule); padding: 37px 0 0; }
.footer-brand { width: fit-content; font-family: var(--display); font-size: 44px; letter-spacing: -1.5px; line-height: .9; }
.footer-brand span { display: block; margin-top: 12px; font-family: var(--body); font-size: 8px; font-weight: 650; letter-spacing: 4px; line-height: 1; }
.site-footer > p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px 22px; font-size: 11px; }
.footer-links a { padding: 8px 0; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--rule); margin-top: 14px; padding: 22px 0; font-size: 9px; color: var(--muted); }
.footer-bottom a { color: var(--text); }
.card-dialog { width: min(1000px, calc(100% - 48px)); max-height: calc(100dvh - 48px); padding: 0; border: 1px solid var(--rule); background: var(--background); color: var(--text); overflow: auto; }
.card-dialog::backdrop { background: rgb(9 24 17 / .8); }
.dialog-close { position: absolute; top: 12px; right: 12px; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--text); background: var(--background); border: 1px solid var(--rule); }
.dialog-close:hover { background: var(--surface-hover); }
.dialog-layout { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; }
.dialog-image { width: 100%; aspect-ratio: 1; object-fit: contain; }
.dialog-copy { padding: 70px 35px 40px; }
.dialog-copy h2 { margin: 20px 0; font-size: 48px; }
.dialog-copy > p:not(.eyebrow) { color: var(--muted); font-size: 12px; line-height: 1.8; }
.dialog-copy .button { margin-top: 25px; }
.dialog-copy .text-link { margin-top: 13px; }
@media (min-width: 1500px) {
  .hero { padding-top: 65px; padding-bottom: 60px; }
  .hero-description { max-width: 370px; font-size: 15px; }
  .hero-actions { gap: 20px; }
}
@media (max-width: 1100px) {
  .page-shell { width: calc(100% - 72px); }
  .site-nav { gap: 20px; }
  .nav-instagram span:not(.sr-only) { display: none; }
  .hero { gap: 35px; }
  .hero h1 { font-size: clamp(62px, 7.5vw, 82px); letter-spacing: -2.7px; }
  .hero-actions { flex-direction: column; gap: 7px; }
  .hero-scroll { margin-top: 25px; }
  .owner-copy { padding-inline: 35px; }
  .footer-links { gap: 4px 16px; }
}
@media (max-width: 800px) {
  .page-shell { width: calc(100% - 44px); }
  .edition-line { font-size: 8px; letter-spacing: 1.2px; }
  .edition-line span:last-child { display: none; }
  .site-header { position: relative; min-height: 103px; flex-wrap: wrap; gap: 20px; padding: 22px 0; }
  .brand-emblem { width: 49px; height: 49px; }
  .brand { gap: 11px; }
  .brand-type { font-size: 42px; }
  .brand-subtitle { font-size: 7px; letter-spacing: 4.1px; margin-top: 10px; }
  .menu-toggle { display: flex; align-items: center; gap: 12px; padding: 12px 0 12px 12px; background: none; border: 0; color: var(--text); font-size: 11px; }
  .menu-lines { width: 20px; height: 10px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
  .menu-toggle[aria-expanded="true"] .menu-lines { height: 0; border-bottom: 0; }
  .site-nav { width: 100%; align-items: stretch; flex-direction: column; gap: 6px; padding-top: 5px; }
  .site-nav.menu-enhanced:not(.is-open) { display: none; }
  .site-nav > a:not(.button) { padding: 13px 4px; }
  .site-nav .button { margin-top: 7px; }
  .nav-instagram span:not(.sr-only) { display: inline; }
  .hero { padding: 36px 0; gap: 25px; }
  .hero h1 { font-size: clamp(51px, 7.4vw, 63px); letter-spacing: -2px; margin-top: 24px; }
  .hero-description { font-size: 12px; }
  .hero-welcome { font-size: 12px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1px; gap: 8px; }
  .hero .section-number { padding-right: 8px; }
  .hero-actions .button { padding: 15px 18px; font-size: 11px; gap: 16px; }
  .hero-actions .text-link { font-size: 10px; }
  .hero-scroll { margin-top: 20px; }
  .cover { padding: 12px 12px 0; }
  .cover figcaption { padding: 14px 0; }
  .cover-player { font-size: 27px; }
  .cover-caption { font-size: 6px; }
  .interlude { gap: 13px; font-size: 22px; padding-block: 17px; }
  .interlude a { font-size: 9px; gap: 10px; }
  .section-space { padding-block: 55px; }
  .section-heading { gap: 25px; }
  .section-heading > p { font-size: 11px; max-width: 240px; }
  .card-grid { gap: 16px; }
  .card-info h3 { font-size: 27px; }
  .card-info p { font-size: 7px; letter-spacing: .8px; }
  .card-info > span { font-size: 10px; }
  .showcase-footnote p { font-size: 9px; }
  .meet-junior { grid-template-columns: .8fr 1.2fr; }
  .owner-mark { padding: 30px 15px; gap: 23px; }
  .owner-mark > .eyebrow { font-size: 7px; letter-spacing: 1px; }
  .owner-handle { font-size: 8px; }
  .owner-copy { padding: 38px 25px; }
  .owner-copy > .eyebrow { font-size: 7px; letter-spacing: 1px; }
  .owner-intro { font-size: 14px; }
  .platform-link { padding: 25px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; gap: 30px; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-image { max-height: 55dvh; }
  .dialog-copy { padding: 27px; }
  .dialog-copy h2 { font-size: 40px; margin-block: 13px; }
  .dialog-copy .button { margin-top: 18px; }
}
@media (max-width: 580px) {
  html { scroll-padding-top: 18px; }
  .page-shell { width: calc(100% - 40px); }
  .hero { grid-template-columns: 1fr; gap: 33px; padding-top: 31px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(62px, 15vw, 85px); line-height: .98; letter-spacing: -2.2px; margin: 22px 0; }
  .hero-description { max-width: 345px; font-size: 13px; line-height: 1.8; }
  .hero-welcome { margin-top: 10px; font-size: 12px; }
  .hero-actions { gap: 7px; margin-top: 23px; align-items: flex-start; }
  .hero-actions .button { min-height: 51px; padding: 16px 20px; font-size: 12px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-scroll { display: none; }
  .cover { padding: 13px 13px 0; }
  .cover-topline { font-size: 8px; }
  .cover figcaption { padding-block: 17px; }
  .cover-player { font-size: 34px; }
  .cover-caption { font-size: 7px; }
  .interlude { justify-content: center; flex-wrap: wrap; gap: 10px; padding-block: 17px; font-size: 23px; }
  .interlude-ball { font-size: 24px; }
  .interlude a { justify-content: center; width: 100%; margin: 3px 0 0; font-size: 10px; }
  .section-space { padding-block: 45px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading h2 { margin-top: 15px; }
  .section-heading > p { max-width: 320px; margin-top: 15px; font-size: 12px; }
  .desktop-break { display: none; }
  .card-grid { grid-template-columns: 1fr; gap: 27px; }
  .card-info { padding: 17px 0 20px; }
  .card-info p { font-size: 8px; letter-spacing: 1.3px; }
  .card-info h3 { font-size: 34px; margin-bottom: 7px; }
  .card-info > span { font-size: 12px; }
  .showcase-footnote { align-items: flex-start; flex-direction: column; gap: 11px; margin-top: 17px; }
  .showcase-footnote p { max-width: 310px; font-size: 10px; }
  .meet-junior { grid-template-columns: 1fr; }
  .owner-mark { padding: 27px 24px; display: grid; grid-template-columns: 80px 1fr; grid-template-rows: auto auto; gap: 8px 23px; border-right: 0; border-bottom: 1px solid #567060; }
  .owner-mark img { width: 80px; grid-column: 1; grid-row: 1 / 3; }
  .owner-mark > .eyebrow { grid-column: 2; align-self: end; text-align: left; font-size: 8px; line-height: 1.6; }
  .owner-handle { grid-column: 2; align-self: start; font-size: 9px; letter-spacing: .3px; }
  .owner-copy { padding: 30px 25px 32px; }
  .owner-copy h2 { font-size: 49px; }
  .owner-copy > .eyebrow { font-size: 8px; }
  .owner-intro { font-size: 15px; margin-top: 20px; }
  .owner-copy > p:not(.eyebrow):not(.owner-intro) { font-size: 12px; }
  .owner-copy .text-link { margin-top: 13px; }
  .owner-signoff { margin-top: 26px; }
  .social-grid { grid-template-columns: 1fr; }
  .platform-link { padding: 25px; }
  .platform-link + .platform-link { border-left: 0; border-top: 1px solid var(--rule); }
  .platform-link h3 { font-size: 44px; margin-top: 18px; }
  .platform-link p { max-width: 270px; }
  .platform-action { padding-top: 23px; }
  .site-footer { gap: 23px; padding-top: 27px; }
  .footer-brand { font-size: 39px; }
  .footer-brand span { font-size: 7px; letter-spacing: 3.5px; }
  .site-footer > p { font-size: 10px; }
  .footer-links { gap: 26px; font-size: 11px; }
  .footer-bottom { font-size: 8px; padding-block: 20px; margin-top: 0; }
  .card-dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  .dialog-image { max-height: 46dvh; }
  .dialog-copy { padding: 23px; }
  .dialog-copy h2 { font-size: 39px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
