:root {
  --ink: #191e19;
  --text: #242824;
  --muted: #626962;
  --gold: #c5ad66;
  --gold-light: #e2d296;
  --gold-dark: #77652d;
  --line: #dce1da;
  --wash: #f5f7f4;
  --body: 'Barlow', Arial, sans-serif;
  --display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  --max: 1264px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--text); background: #fff; font-family: var(--body); font-size: 1rem; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin-top: 0; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: var(--gold-light); }
:focus-visible { outline: 3px solid #947c32; outline-offset: 5px; }
section:focus { outline: none; }
.container { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* A quiet, useful header. */
.announcement { color: #e0e6dc; background: var(--ink); font-size: .8125rem; }
.announcement-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 36px; }
.announcement strong { color: var(--gold-light); font-weight: 600; }
.announcement-divider { display: inline-block; margin-inline: 12px; color: #7e8877; }
.announcement a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #7d866e; }
.announcement a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.crest-mark { display: block; position: relative; flex: 0 0 55px; width: 55px; height: 60px; overflow: hidden; }
.crest-mark img { position: absolute; width: 96px; max-width: none; height: 96px; left: -21px; top: -19px; }
.brand-name { font-size: 1rem; font-weight: 700; letter-spacing: .055em; line-height: 1.2; }
.brand-name span { display: block; font-size: .75rem; font-weight: 500; letter-spacing: .055em; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .9375rem; font-weight: 500; }
.main-nav > a:not(.button) { display: flex; align-items: center; min-height: 44px; border-bottom: 2px solid transparent; padding-top: 2px; }
.main-nav > a:not(.button):hover, .main-nav > a.active { color: #645321; border-bottom-color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 25px; border: 1px solid transparent; border-radius: 3px; color: #fff; background: var(--ink); font-weight: 600; font-size: 1rem; line-height: 1.35; text-align: center; transition: background .15s ease, border-color .15s ease; }
.button:hover { background: #3a4435; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .875rem; }
.button-accent { color: #191e16; background: var(--gold); }
.button-accent:hover { background: var(--gold-light); }
.button-white { background: #fff; color: var(--ink); border-color: #b9c3b3; }
.button-white:hover { background: #edf1e8; border-color: #697961; }
.menu-toggle { display: none; }

/* The photograph has its own space, with no text obscuring the players. */
.hero { background: var(--ink); color: #fff; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.06fr; gap: 48px; align-items: center; padding-block: 58px 50px; }
.hero-copy { min-width: 0; padding-block: 9px; }
.eyebrow { margin: 0 0 15px; color: var(--gold-dark); font-size: .75rem; line-height: 1.5; letter-spacing: .1em; font-weight: 600; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1 { margin-bottom: 25px; font-family: var(--display); font-size: clamp(3.5rem, 5.8vw, 5.5rem); font-weight: 700; line-height: 1.02; letter-spacing: -.012em; }
h1 em { color: var(--gold-light); font-style: normal; }
.hero-description { max-width: 445px; font-size: 1.125rem; line-height: 1.65; color: #dfe5da; margin-bottom: 26px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 27px; }
.hero-secondary { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; font-weight: 500; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #6b7563; }
.hero-secondary:hover { color: var(--gold-light); text-decoration-color: var(--gold); }
.hero-note { color: #b7c2af; font-size: .875rem; margin: 25px 0 0; }
.hero-visual { min-width: 0; margin: 0; }
.hero-visual img { width: 100%; height: auto; aspect-ratio: 2400 / 1651; object-fit: cover; border-radius: 3px; }
.hero-visual figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 20px; margin-top: 13px; color: #bac4b2; font-size: .75rem; line-height: 1.4; }
.league-facts { border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 25px; }
.facts-grid > div { padding-left: 36px; border-left: 1px solid var(--line); }
.facts-grid > div:first-child { padding-left: 0; border-left: 0; }
.facts-grid strong { display: block; font-family: var(--display); font-size: 2.125rem; font-weight: 600; line-height: 1.15; }
.facts-grid p { margin: 5px 0 0; font-size: .875rem; color: var(--muted); }

/* Registration is a directory, led by each team's actual identity. */
.section-pad { padding-block: 76px; }
h2 { font-size: clamp(1.875rem, 3.1vw, 2.625rem); font-weight: 600; letter-spacing: -.025em; line-height: 1.15; margin-bottom: 22px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.section-heading h2 { margin-bottom: 0; }
.heading-description { max-width: 405px; }
.heading-description p { color: var(--muted); margin-bottom: 11px; }
.text-link { display: inline-block; padding-block: 9px; font-size: .9375rem; font-weight: 600; line-height: 1.6; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; text-decoration-color: #9da893; }
.text-link:hover { color: #695620; text-decoration-color: #695620; }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.team-card { display: grid; grid-template-columns: 146px minmax(0, 1fr); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background: #fff; }
.team-card:focus-within { border-color: var(--team-color); }
.team-art { display: flex; align-items: center; justify-content: center; padding: 17px; background: var(--team-tint); border-right: 1px solid var(--line); }
.team-art img { width: 112px; height: 132px; object-fit: contain; }
.team-info { min-width: 0; padding: 23px 26px; display: flex; flex-direction: column; align-items: flex-start; }
.team-area { color: var(--team-color); font-size: .75rem; letter-spacing: .075em; font-weight: 600; line-height: 1.4; margin: 0 0 6px; }
.team-info h3 { font-family: var(--display); font-size: 2rem; font-weight: 600; line-height: 1.05; margin: 0 0 10px; }
.team-info > p:not(.team-area) { color: var(--muted); font-size: 1rem; line-height: 1.5; margin: 0 0 17px; flex: 1; }
.team-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid #bdc7b5; border-radius: 3px; padding: 9px 13px; color: var(--ink); font-size: .875rem; font-weight: 600; line-height: 1.3; background: #fff; transition: border-color .15s ease, background .15s ease; }
.team-link:hover { background: var(--team-tint); border-color: var(--team-color); }
.free-agent { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 23px; padding: 26px 30px; background: var(--wash); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 3px; scroll-margin-top: 112px; }
.free-agent > div { max-width: 765px; }
.free-agent h3 { font-size: 1.25rem; line-height: 1.35; font-weight: 600; margin-bottom: 9px; }
.free-agent p { font-size: 1rem; line-height: 1.6; color: var(--muted); margin: 0; }
.free-agent .button { flex: 0 0 auto; font-size: .9375rem; }

/* Season details: one inclusion list and one chronological sequence. */
.season { background: var(--wash); border-block: 1px solid var(--line); padding-block: 65px; }
.season-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; }
.season-summary { background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 32px 36px; }
.season-summary > .eyebrow { display: none; }
.season-summary h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 5px; }
.season-cost { color: var(--muted); margin-bottom: 17px; }
.season-inclusions { list-style: none; padding: 0; margin: 0 0 22px; }
.season-inclusions li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 500; }
.season-summary p.season-small { font-size: .9375rem; line-height: 1.7; color: var(--muted); margin-bottom: 4px; }
.season-summary .text-link { font-size: .875rem; }
.season-timeline { min-width: 0; }
.timeline-item { display: flex; gap: 23px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.timeline-item:first-child { padding-top: 4px; }
.timeline-item:last-child { border-bottom: 0; padding-bottom: 0; }
.timeline-number { flex-shrink: 0; color: #78846f; font-family: var(--display); font-size: 1.375rem; line-height: 1.25; padding-top: 1px; }
.timeline-date { font-size: .75rem; font-weight: 600; letter-spacing: .065em; line-height: 1.4; color: #6b755f; margin-bottom: 5px; }
.timeline-item h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.3; margin-bottom: 6px; }
.timeline-item p:last-child { font-size: 1rem; line-height: 1.55; color: var(--muted); margin: 0; }
.schedule-note { color: var(--muted); font-size: .875rem; line-height: 1.7; text-align: left; margin: 24px 0 0; }

/* Community story without a second oversized hero. */
.about { padding-block: 74px; }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 65px; }
.about-image { display: flex; align-items: center; justify-content: center; background: #20261c; border-radius: 4px; aspect-ratio: 1.12; overflow: hidden; }
.about-image img { width: 132%; max-width: none; height: auto; flex-shrink: 0; }
.about-copy { max-width: 630px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.8; margin-bottom: 15px; }
.about-copy .text-link { margin-top: 6px; }
.faq { background: #fafbf9; border-top: 1px solid var(--line); padding-block: 66px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 66px; align-items: start; }
.faq-intro > p:not(.eyebrow) { max-width: 340px; color: var(--muted); font-size: 1rem; }
.faq-intro .text-link { font-size: .875rem; }
.faq-list { border-top: 1px solid #b9c3b3; }
details { border-bottom: 1px solid var(--line); scroll-margin-top: 112px; }
summary { cursor: pointer; list-style: none; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; min-height: 58px; padding: 17px 0; font-size: 1.0625rem; line-height: 1.5; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary > span { flex: 0 0 22px; color: #65775a; font-size: 1.5rem; font-weight: 400; line-height: 1.15; text-align: center; transition: transform .15s ease; }
details[open] summary > span { transform: rotate(45deg); }
.faq-answer { color: var(--muted); padding: 0 36px 22px 0; font-size: 1rem; line-height: 1.75; }
.faq-answer p { margin-bottom: 12px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* Sponsor support stays close to the equipment guidance. */
.gear-sponsor { padding-block: 46px; border-top: 1px solid var(--line); background: #fff; }
.sponsor-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: center; gap: 48px; }
.sponsor-logo { display: flex; align-items: center; justify-content: center; padding: 20px; min-height: 170px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); }
.sponsor-logo img { width: 100%; max-height: 160px; height: auto; object-fit: contain; }
.sponsor-copy { min-width: 0; }
.sponsor-copy .eyebrow { margin-bottom: 9px; }
.sponsor-copy h2 { font-size: 1.75rem; margin-bottom: 13px; }
.sponsor-copy > p:not(.eyebrow) { max-width: 690px; font-size: 1rem; color: var(--muted); margin-bottom: 17px; }
.sponsor-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 23px; }
.sponsor-actions .button { min-height: 46px; font-size: .9375rem; }
.sponsor-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 23px; min-width: 0; margin-top: 12px; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.sponsor-contact a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .gear-sponsor { padding-block: 36px; }
  .sponsor-grid { grid-template-columns: minmax(0, 1fr); gap: 25px; }
  .sponsor-logo { width: 220px; min-height: 135px; padding: 20px; }
  .sponsor-copy h2 { font-size: 1.625rem; }
}

/* Direct contact, with the real social account. */
.contact-section { background: var(--ink); color: #fff; padding-block: 54px; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 72px; }
.contact-section h2 { margin-bottom: 15px; font-size: 2.375rem; }
.contact-section p:not(.eyebrow) { font-size: 1rem; line-height: 1.7; color: #c7d1bf; }
.contact-email { display: inline-block; padding: 7px 0; font-size: clamp(1.125rem, 2.2vw, 1.75rem); font-weight: 500; line-height: 1.45; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 7px; text-decoration-color: #75836a; overflow-wrap: anywhere; }
.contact-email:hover { color: var(--gold-light); }
.instagram-card { display: grid; grid-template-columns: 28px minmax(0,1fr); column-gap: 15px; border-left: 1px solid #46503f; padding: 5px 0 5px 40px; }
.instagram-card > svg { grid-column: 1; grid-row: 1 / 3; width: 26px; height: 26px; margin-top: 4px; color: var(--gold-light); }
.instagram-label { grid-column: 2; color: #aebba3; font-size: .75rem; line-height: 1.5; letter-spacing: .055em; }
.instagram-card > strong { grid-column: 2; font-size: 1.375rem; font-weight: 600; margin-top: 3px; }
.instagram-card > p { grid-column: 2; margin: 12px 0 14px; font-size: .9375rem !important; max-width: 285px; }
.instagram-cta { grid-column: 2; color: #e4eadc; font-size: .875rem; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #75836a; padding-block: 6px; }
.instagram-card:hover .instagram-cta { color: var(--gold-light); text-decoration-color: var(--gold); }
footer { padding-block: 31px 23px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.footer-top > p { color: var(--muted); font-size: .875rem; margin: 0; }
.footer-top > a:last-child { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; font-size: .75rem; color: var(--muted); margin-top: 20px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

@media (min-width: 1550px) {
  .hero-grid { padding-block: 67px; gap: 60px; }
  h1 { font-size: 5.625rem; }
}
@media (max-width: 1180px) {
  .container { width: calc(100% - 64px); }
  .main-nav { gap: 19px; }
  .brand-name { font-size: .9375rem; }
  .brand-name span { letter-spacing: .01em; }
  .hero-grid { gap: 32px; }
  h1 { font-size: 4.125rem; }
  .team-card { grid-template-columns: 119px minmax(0,1fr); }
  .team-art { padding: 13px; }
  .team-info { padding: 21px; }
  .team-info > p:not(.team-area) { font-size: .9375rem; }
  .free-agent > div { max-width: 580px; }
  .season-grid { gap: 38px; }
  .about-grid, .faq-grid { gap: 45px; }
  .footer-top > p { display: none; }
}
@media (max-width: 1024px) {
  .header-inner { position: relative; min-height: 80px; flex-wrap: wrap; column-gap: 20px; }
  .main-nav { width: 100%; padding: 0 0 20px; justify-content: flex-start; flex-wrap: wrap; gap: 10px 24px; }
  .js-enabled .menu-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 44px; min-height: 44px; border: 0; padding: 10px 0 10px 10px; color: var(--ink); background: transparent; cursor: pointer; font-size: .9375rem; font-weight: 500; }
  .menu-icon { display: flex; flex-direction: column; gap: 6px; width: 22px; }
  .menu-icon i { width: 22px; height: 2px; background: var(--ink); transition: transform .15s ease; }
  .menu-toggle[aria-expanded=true] .menu-icon i:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] .menu-icon i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .js-enabled .main-nav { position: absolute; top: 100%; left: -32px; right: -32px; width: auto; max-height: calc(100dvh - 80px); overflow: auto; padding: 12px 32px 22px; display: flex; align-items: stretch; flex-direction: column; gap: 1px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 10px 16px #191e1910; }
  .js-enabled .main-nav:not(.is-open) { display: none; }
  .js-enabled .main-nav > a:not(.button) { min-height: 48px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .js-enabled .main-nav .button { margin-top: 13px; align-self: flex-start; min-width: 170px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 42px; }
  h1 { font-size: 3.75rem; }
  .hero-description { font-size: 1.0625rem; }
  .hero-actions { gap: 12px 20px; }
  .hero-note { font-size: .8125rem; margin-top: 20px; }
  .hero-visual figcaption { font-size: .75rem; }
  .team-info { padding: 20px 18px; }
  .team-card { grid-template-columns: 102px minmax(0,1fr); }
  .team-info h3 { font-size: 1.875rem; }
  .free-agent { padding: 23px 25px; }
  .free-agent .button { max-width: 220px; }
  .about-grid { grid-template-columns: .72fr 1.28fr; }
  .season-summary { padding: 28px; }
  .contact-grid { gap: 40px; }
  .instagram-card { padding-left: 27px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 96px; }
  .container { width: calc(100% - 40px); }
  .announcement-inner { justify-content: center; font-size: .8125rem; }
  .announcement-inner > a { display: none; }
  .header-inner { min-height: 76px; }
  .crest-mark { width: 45px; flex-basis: 45px; height: 49px; }
  .crest-mark img { width: 80px; height: 80px; left: -18px; top: -16px; }
  .brand { gap: 10px; }
  .brand-name { font-size: .875rem; }
  .brand-name span { font-size: .75rem; letter-spacing: 0; margin-top: 4px; }
  .js-enabled .main-nav { left: -20px; right: -20px; padding-inline: 20px; max-height: calc(100dvh - 76px); }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 34px 29px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { margin-bottom: 13px; }
  h1 { font-size: clamp(3.25rem, 9.5vw, 4.5rem); line-height: 1; margin-bottom: 21px; }
  .hero-description { max-width: 510px; font-size: 1.0625rem; line-height: 1.6; margin-bottom: 21px; }
  .hero-actions { gap: 12px 24px; }
  .hero-actions .button { min-width: 155px; }
  .hero-note { margin-top: 17px; font-size: .875rem; }
  .hero-visual { max-width: 600px; width: 100%; }
  .hero-visual figcaption { margin-top: 10px; }
  .facts-grid { grid-template-columns: repeat(2, minmax(0,1fr)); padding-block: 5px; }
  .facts-grid > div { padding: 18px 0 18px 22px; }
  .facts-grid > div:first-child, .facts-grid > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .facts-grid > div:nth-child(3), .facts-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .facts-grid strong { font-size: 1.875rem; }
  .facts-grid p { font-size: .8125rem; }
  .section-pad { padding-block: 50px; }
  h2 { font-size: 2rem; margin-bottom: 18px; line-height: 1.17; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 17px; margin-bottom: 25px; }
  .eyebrow { font-size: .75rem; margin-bottom: 11px; }
  .heading-description { max-width: 580px; }
  .heading-description p { margin-bottom: 4px; }
  .team-grid { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .team-card { grid-template-columns: 128px minmax(0,1fr); }
  .team-art { padding: 16px; }
  .team-art img { width: 106px; height: 130px; }
  .team-info { padding: 22px; }
  .team-info h3 { font-size: 2rem; }
  .team-info > p:not(.team-area) { font-size: 1rem; }
  .free-agent { flex-direction: column; align-items: flex-start; gap: 21px; padding: 24px; }
  .free-agent > div { max-width: none; }
  .free-agent .button { max-width: none; min-height: 46px; }
  .free-agent h3 { font-size: 1.25rem; }
  .season-grid { grid-template-columns: minmax(0,1fr); gap: 29px; }
  .season-summary { padding: 26px; }
  .season-timeline { padding-inline: 3px; }
  .timeline-item { gap: 21px; }
  .schedule-note { margin-top: 22px; }
  .about-grid { grid-template-columns: minmax(0,1fr); gap: 29px; }
  .about-image { width: 190px; height: 165px; aspect-ratio: auto; }
  .about-image img { width: 130%; }
  .about-copy { max-width: none; }
  .faq-grid { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .faq-intro > p:not(.eyebrow) { max-width: 510px; margin-bottom: 6px; }
  summary { font-size: 1rem; padding-block: 17px; }
  .faq-answer { padding-right: 25px; font-size: 1rem; }
  .contact-section { padding-block: 42px; }
  .contact-grid { grid-template-columns: minmax(0,1fr); gap: 31px; }
  .contact-section h2 { font-size: 2rem; }
  .contact-section p br { display: none; }
  .contact-email { font-size: 1.375rem; }
  .instagram-card { border-left: 0; border-top: 1px solid #46503f; padding: 25px 0 0; }
  .instagram-card > p { max-width: 380px; }
  .footer-top { flex-wrap: wrap; gap: 14px 30px; padding-bottom: 21px; }
  .footer-bottom { flex-direction: column; gap: 9px; font-size: .75rem; margin-top: 18px; }
  .footer-bottom a { margin-top: 3px; }
}
@media (max-width: 430px) {
  .container { width: calc(100% - 32px); }
  .brand { gap: 8px; }
  .brand-name { font-size: .8125rem; letter-spacing: .025em; }
  .brand-name span { font-size: .75rem; }
  .menu-label { display: none; }
  .js-enabled .main-nav { left: -16px; right: -16px; padding-inline: 16px; }
  .hero-actions { gap: 10px 20px; }
  .hero-secondary { font-size: .875rem; }
  .hero-note { max-width: 300px; }
  .team-card { grid-template-columns: 92px minmax(0,1fr); }
  .team-art { padding: 9px; }
  .team-art img { width: 74px; height: 110px; }
  .team-info { padding: 19px 15px; }
  .team-info h3 { font-size: 1.875rem; }
  .team-info > p:not(.team-area) { font-size: .9375rem; }
  .team-link { padding: 9px 11px; }
  .contact-email { font-size: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  html { scroll-behavior: auto; }
  .announcement, .site-header, .hero-actions, .hero-visual, .instagram-card, .about-image { display: none; }
  .container { width: 100%; }
  .hero, .contact-section { color: #000; background: #fff; }
  .hero-grid, .about-grid, .faq-grid, .contact-grid { display: block; }
  .hero-grid, .section-pad, .contact-section { padding-block: 20px; }
  h1 { font-size: 2.5rem; }
  h1 em, .hero .eyebrow, .hero-description, .hero-note, .contact-section p:not(.eyebrow) { color: #000; }
  h2 { font-size: 1.75rem; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .team-card, .timeline-item, details { break-inside: avoid; }
  .team-card { grid-template-columns: 80px minmax(0,1fr); }
  .team-info { padding: 14px; }
  .team-info h3 { font-size: 1.5rem; }
  .free-agent { display: block; }
  .free-agent .button { margin-top: 15px; }
  .footer-bottom { font-size: .75rem; }
}
