:root {
  --red: #e30b17;
  --red-dark: #a90611;
  --ink: #151515;
  --muted: #606060;
  --line: #e8e8e8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, Arial, sans-serif; font-size: 14px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header { position: relative; z-index: 1000; height: 90px; overflow: visible; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.13); }
.header-inner { display: flex; width: min(1290px, calc(100% - 60px)); height: 100%; margin: auto; align-items: center; overflow: visible; }
.brand { display: flex; min-width: 290px; align-items: center; color: var(--red); }
.brand-boat { width: 52px; height: 68px; transform: rotate(-7deg); }
.brand-boat svg { width: 100%; height: 100%; }
.brand-boat .sail { fill: #e7e7e7; stroke: #777; }
.brand-boat .light { fill: #f5f5f5; }
.brand-boat .mast { stroke: #666; }
.brand-boat .hull { fill: #ddd; stroke: #555; }
.brand-boat .stripe { stroke: var(--red); stroke-width: 2.5; }
.brand-copy { display: grid; margin-left: 5px; font-family: "Barlow Condensed", sans-serif; font-style: italic; line-height: .95; transform: skew(-5deg); }
.brand-copy strong { font-size: 31px; font-weight: 800; }
.brand-copy em { margin-top: 7px; font-size: 23px; font-weight: 700; }
.site-nav { display: flex; position: relative; z-index: 1001; height: 100%; flex: 1; align-items: center; justify-content: center; gap: clamp(14px, 2.2vw, 39px); overflow: visible; }
.site-nav a,
.site-nav-section { display: flex; position: relative; height: 100%; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.site-nav-section { cursor: default; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 3px; background: var(--red); transform: scaleX(0); transition: .2s; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.site-nav a.active { color: var(--red); }
.site-nav-group { position: relative; z-index: 1002; height: 100%; }
.site-nav-group:hover, .site-nav-group:focus-within, .site-nav-group.is-open { z-index: 1010; }
.site-nav-parent-row { display: flex; height: 100%; align-items: center; }
.site-nav-parent-row > a,
.site-nav-parent-row > .site-nav-section { padding-right: 20px; white-space: nowrap; }
.site-nav-expand {
  display: grid;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  width: 22px;
  height: 28px;
  padding: 0;
  place-items: center;
  border: 0;
  color: currentColor;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}
.site-nav-expand span {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s;
}
.site-nav-group.is-open > .site-nav-parent-row .site-nav-expand span,
.site-nav-tier.is-open > .site-nav-tier-row .site-nav-expand span {
  transform: translateY(2px) rotate(225deg);
}
.site-nav-dropdown {
  display: none;
  position: absolute;
  z-index: 10000;
  top: calc(100% - 4px);
  left: 50%;
  min-width: 210px;
  padding: 8px 0;
  border: 1px solid #e3e5e9;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
  transform: translateX(-50%);
}
.site-nav-dropdown::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 14px; }
.site-nav-group:hover .site-nav-dropdown,
.site-nav-group:focus-within .site-nav-dropdown,
.site-nav-group.is-open > .site-nav-dropdown { display: block; }
.site-nav-dropdown a,
.site-nav-tier-row a,
.site-nav-dropdown .site-nav-section,
.site-nav-tier-row .site-nav-section {
  height: auto;
  min-height: 40px;
  padding: 10px 16px;
  justify-content: flex-start;
  font-size: 11px;
  text-transform: none;
}
.site-nav-dropdown a::after { display: none; }
.site-nav-dropdown a:hover { color: var(--red); background: #f7f7f8; }
.site-nav-tier { position: relative; }
.site-nav-tier-row { display: flex; position: relative; align-items: stretch; }
.site-nav-tier-row > a,
.site-nav-tier-row > .site-nav-section { width: 100%; padding-right: 42px; }
.site-nav-tier-row .site-nav-expand { right: 9px; }
.site-nav-submenu { display: none; padding: 3px 0 5px 12px; border-left: 2px solid #eceef1; background: #fafafa; }
.site-nav-tier:hover > .site-nav-submenu,
.site-nav-tier:focus-within > .site-nav-submenu,
.site-nav-tier.is-open > .site-nav-submenu { display: block; }
.site-nav-tier-link.depth-2,
.site-nav-tier.depth-2 > .site-nav-tier-row > a,
.site-nav-tier.depth-2 > .site-nav-tier-row > .site-nav-section { padding-left: 27px; }
.site-nav-tier-link.depth-3,
.site-nav-tier.depth-3 > .site-nav-tier-row > a,
.site-nav-tier.depth-3 > .site-nav-tier-row > .site-nav-section { padding-left: 38px; }
.join-button { display: flex; width: 174px; height: 78px; align-items: center; justify-content: center; gap: 13px; color: #fff; background: linear-gradient(135deg, #e40012, #bd000c); box-shadow: 0 4px 12px rgba(181,0,10,.25); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.join-button svg { width: 24px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 428px; overflow: hidden; color: #fff; background: url("../images/hero.jpeg") center 48% / cover no-repeat; }
.hero-background-layer { position: absolute; z-index: 0; inset: 0; opacity: 0; background-position: center 48%; background-size: cover; background-repeat: no-repeat; transform: scale(1.015); transition: opacity 1.1s ease-in-out, transform 6s ease-out; will-change: opacity, transform; }
.hero-background-layer.is-active { opacity: 1; transform: scale(1); }
.hero.has-background-layers { background-color: #14232c; }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4,13,20,.86) 0%, rgba(5,13,19,.51) 35%, rgba(5,12,18,.05) 66%, rgba(5,12,18,.2)); }
.hero-inner { display: flex; position: relative; z-index: 2; width: min(1215px, calc(100% - 70px)); min-height: 428px; margin: auto; align-items: center; justify-content: space-between; }
.hero-copy { width: 510px; padding-top: 8px; }
.hero h1 { margin: 0 0 15px; font-family: Inter, sans-serif; font-size: 54px; font-weight: 800; line-height: .98; letter-spacing: -2px; text-transform: uppercase; }
.hero h1 span { display: block; color: #fff; font-size: 41px; letter-spacing: -.8px; }
.hero h1 { color: var(--red); }
.schedule-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.schedule-list li { display: flex; align-items: center; gap: 14px; }
.schedule-list svg { width: 27px; flex: 0 0 27px; color: var(--red); stroke-width: 2; }
.schedule-list p { display: grid; margin: 0; line-height: 1.3; }
.schedule-list strong { font-size: 15px; text-transform: uppercase; }
.schedule-list span { font-size: 13px; }
.hero-actions { display: flex; gap: 15px; margin-top: 17px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border-radius: 3px; font-size: 12px; font-weight: 800; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { color: #fff; background: var(--red); box-shadow: 0 8px 20px rgba(227,11,23,.22); }
.button svg { width: 21px; }
.button-outline { border: 1px solid rgba(255,255,255,.85); color: #fff; background: rgba(16,25,32,.25); }
.next-event-card { width: 232px; margin-right: 8px; padding: 19px 16px 16px; border-radius: 5px; background: linear-gradient(145deg, rgba(190,8,20,.95), rgba(145,5,14,.93)); box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.event-card-label { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.event-card-label span { display: flex; gap: 9px; align-items: center; }
.event-card-label svg { width: 19px; }
.event-card-label > svg { width: 16px; }
.next-event-card > p { margin: 17px 0 8px; font-weight: 700; }
.next-event-card h2 { margin: 0 0 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 27px; }
.event-meta { display: grid; gap: 12px; margin-bottom: 18px; }
.event-meta span { display: flex; gap: 10px; align-items: center; font-size: 12px; }
.event-meta svg { width: 18px; }
.next-event-card > a { display: flex; height: 47px; align-items: center; justify-content: space-between; padding: 0 17px; border-radius: 3px; color: var(--red); background: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.next-event-card > a strong { font-size: 21px; }
.hero-dots { display: flex; position: absolute; z-index: 3; bottom: 20px; left: 50%; gap: 10px; transform: translateX(-50%); }
.hero-dots i { width: 29px; height: 4px; border-radius: 5px; background: #fff; opacity: .9; }
.hero-dots i.active { background: var(--red); }

@media (prefers-reduced-motion: reduce) {
  .hero-background-layer { transition: none; transform: none; }
}

.content-grid { display: grid; width: min(1240px, calc(100% - 70px)); margin: 0 auto; padding: 23px 0 10px; grid-template-columns: 1.04fr .96fr .98fr; }
.content-column { min-width: 0; padding: 0 24px; }
.content-column:first-child { padding-left: 0; }
.content-column:last-child { padding-right: 0; }
.content-column + .content-column { border-left: 1px solid var(--line); }
.section-heading { display: flex; min-height: 34px; align-items: flex-start; justify-content: space-between; }
.section-heading h2 { margin: 0; color: var(--red); font-size: 17px; text-transform: uppercase; }
.section-heading a { margin-top: 3px; color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.section-heading a span, .news-item a span { margin-left: 8px; font-size: 15px; }
.news-item { display: grid; grid-template-columns: 166px 40px minmax(0,1fr); gap: 10px; padding: 5px 0; border-bottom: 1px solid var(--line); }
.news-item:last-child { border-bottom: 0; }
.news-item img { width: 166px; height: 86px; border-radius: 4px; object-fit: cover; }
.news-item .image-two { object-position: 50% 30%; filter: saturate(.5) brightness(.62); }
.news-item .image-three { object-position: 70% 55%; }
.news-item time, .event-row time { display: grid; width: 39px; height: 43px; place-content: center; border-radius: 4px; color: #fff; background: var(--red); font-size: 9px; font-weight: 800; line-height: 1; text-align: center; text-transform: uppercase; }
.news-item time b, .event-row time b { margin-bottom: 3px; font-size: 17px; }
.news-item h3 { margin: 1px 0 6px; font-size: 12px; line-height: 1.45; }
.news-item p { margin: 0 0 7px; font-size: 10.5px; line-height: 1.55; }
.news-item a { color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.events-list { margin-top: 4px; }
.event-row { display: grid; grid-template-columns: 42px minmax(0,1fr) 12px; gap: 10px; min-height: 58px; align-items: center; border-bottom: 1px solid var(--line); }
.event-row:last-child { border-bottom: 0; }
.event-row time { width: 39px; height: 43px; }
.event-row p { display: grid; gap: 5px; margin: 0; }
.event-row strong { font-size: 11.5px; }
.event-row span { color: #444; font-size: 9.5px; }
.event-row span i { display: inline-block; width: 3px; height: 3px; margin: 0 7px 2px; border-radius: 50%; background: var(--red); }
.event-row .arrow { color: var(--red); font-size: 24px; font-weight: 400; }
.results-card { margin-top: 4px; padding: 12px 15px 13px; border: 1px solid #e5e5e5; border-radius: 4px; box-shadow: 0 1px 7px rgba(0,0,0,.03); }
.results-card h3 { margin: 0 0 5px; color: var(--red); font-size: 11px; text-transform: uppercase; }
.results-card > p { margin: 0 0 8px; font-size: 9px; }
.result-tabs { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.result-tabs button { height: 27px; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.result-tabs button.active { color: var(--red); border-color: var(--red); }
.results-card[data-home-results] .result-tabs { display: flex; overflow-x: auto; scrollbar-width: thin; }
.results-card[data-home-results] .result-tabs button { min-width: 64px; flex: 1 0 auto; padding: 0 10px; white-space: nowrap; }
.results-card table { width: 100%; border-collapse: collapse; font-size: 9.5px; }
.results-card th, .results-card td { height: 27px; padding: 0 4px; border-bottom: 1px solid var(--line); text-align: left; }
.results-card th { font-size: 8.5px; text-transform: uppercase; }
.results-card th:last-child, .results-card td:last-child { text-align: right; }
.results-card td.home-results-status { height: 62px; color: #687184; text-align: center; }
.results-button { min-height: 34px; margin-top: 11px; padding: 0 15px; font-size: 9px; }

.sponsor-strip { display: flex; min-height: 68px; align-items: center; justify-content: center; gap: 55px; background: #f5f5f5; }
.sponsor { display: flex; min-width: 145px; min-height: 43px; align-items: center; justify-content: center; padding: 0 35px; border-right: 1px solid #ddd; color: #777; }
.sponsor:last-child { border: 0; }
.sponsor-logo img { display: block; width: 150px; max-width: 100%; height: 52px; object-fit: contain; object-position: center; }
.sponsor-logo span { display: block; max-width: 150px; color: #555; font-size: 13px; font-weight: 700; line-height: 1.25; text-align: center; }
.sponsor-empty { margin: 0; color: #687184; font-size: 12px; }
.sponsor-shire { display: grid; color: #7d745b; font-family: Georgia, serif; text-align: center; }
.sponsor-shire .waves { height: 14px; color: #63a6c9; font-size: 31px; line-height: .4; }
.sponsor-doral strong { color: #929292; font-size: 37px; font-weight: 500; letter-spacing: -2px; }
.sponsor-doral strong::after { content: ""; display: block; width: 76px; height: 4px; margin-top: -2px; background: #f39a26; }
.sponsor-alcoa { gap: 9px; color: #1263a2; font-size: 25px; }
.sponsor-alcoa span { font-size: 35px; transform: rotate(45deg); }

.site-footer { position: relative; min-height: 155px; overflow: hidden; color: #fff; background: linear-gradient(105deg, #a3000b 0%, #83000a 65%, #b6000e 100%); }
.footer-inner { display: grid; position: relative; z-index: 2; width: min(1160px, calc(100% - 80px)); margin: auto; padding: 20px 0 18px; grid-template-columns: 1.2fr .75fr 1.28fr .9fr; gap: 50px; }
.site-footer h3 { margin: 0 0 10px; font-size: 10px; line-height: 1.45; text-transform: uppercase; }
.site-footer p, .site-footer a { margin: 0 0 7px; color: rgba(255,255,255,.94); font-size: 9px; line-height: 1.4; }
.site-footer section:not(.footer-club) { display: flex; flex-direction: column; }
.footer-club { display: grid; position: relative; grid-template-columns: 53px 1fr; gap: 10px; padding-bottom: 26px; }
.footer-boat { width: 48px; transform: rotate(-6deg); }
.footer-boat svg { width: 100%; }
.footer-club-copy h3 { margin-bottom: 7px; }
.footer-club-copy p strong, .footer-location .location strong { font-weight: 700; }
.footer-club-copy p, .footer-location .location span { overflow-wrap: anywhere; }
.footer-club .social { display: grid; position: absolute; bottom: 0; left: 58px; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #a4000c; background: #fff; font-family: Arial; font-size: 13px; font-weight: 800; }
.newsletter p { margin-bottom: 12px; }
.newsletter form { display: flex; }
.newsletter input { width: 155px; height: 36px; padding: 0 12px; border: 1px solid rgba(255,255,255,.36); color: #fff; background: transparent; font-size: 9px; outline: 0; }
.newsletter input::placeholder { color: rgba(255,255,255,.55); }
.newsletter button { height: 36px; padding: 0 17px; border: 0; color: #fff; background: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.newsletter button:disabled, .newsletter-form button:disabled { cursor: wait; opacity: .7; }
.newsletter-status { min-height: 15px; margin: 7px 0 0 !important; font-size: 9px !important; line-height: 1.45 !important; }
.newsletter-status.is-success { color: #bdf3ca !important; }
.newsletter-status.is-error { color: #ffd2d5 !important; }
.sidebar-newsletter .newsletter-status,
.events-newsletter .newsletter-status { color: #596170 !important; }
.sidebar-newsletter .newsletter-status.is-success,
.events-newsletter .newsletter-status.is-success { color: #16733a !important; }
.sidebar-newsletter .newsletter-status.is-error,
.events-newsletter .newsletter-status.is-error { color: #b50916 !important; }
.location { display: flex; gap: 10px; }
.location svg { width: 17px; flex: 0 0 17px; }
.map-button { display: inline-flex !important; width: 112px; height: 36px; align-items: center; justify-content: center; margin-top: 5px !important; border: 1px solid #fff; border-radius: 3px; font-weight: 800; text-transform: uppercase; }

/* Club location */
.club-location-page { min-height: 640px; background: #fff; }
.club-location-shell { width: min(1120px, calc(100% - 70px)); margin-inline: auto; }
.club-location-hero .resource-item-hero-copy h1 { max-width: 760px; }
.club-location-content { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 36px; padding-block: 44px 55px; }
.club-location-content h2 { margin: 0 0 12px; color: var(--red); font-size: 24px; }
.club-location-content p { font-size: 14px; line-height: 1.7; }
.club-location-map-wrap { display: grid; gap: 15px; justify-items: start; }
.club-location-map { width: 100%; height: 430px; border: 1px solid #dfe3e8; border-radius: 5px; }
.club-location-open-map { min-height: 42px; }
.club-location-unavailable { display: grid; width: 100%; min-height: 240px; place-items: center; padding: 30px; border: 1px solid #dfe3e8; border-radius: 5px; color: #687184; background: #f7f8fa; text-align: center; }
.footer-pattern { position: absolute; right: -35px; bottom: -120px; width: 330px; height: 300px; transform: rotate(-44deg); background: repeating-linear-gradient(90deg, transparent 0 25px, rgba(255,19,37,.58) 25px 49px); }

@media (max-width: 1100px) {
  .header-inner { width: calc(100% - 30px); }
  .brand { min-width: 245px; }
  .brand-copy strong { font-size: 27px; }
  .brand-copy em { font-size: 20px; }
  .site-nav { gap: 19px; }
  .join-button { width: 150px; }
  .hero-inner { width: calc(100% - 50px); }
  .content-grid { width: calc(100% - 40px); }
  .news-item { grid-template-columns: 118px 39px minmax(0,1fr); }
  .news-item img { width: 118px; }
}

@media (max-width: 850px) {
  .site-header { height: 76px; }
  .brand { min-width: 0; }
  .brand-boat { width: 43px; height: 58px; }
  .brand-copy strong { font-size: 24px; }
  .brand-copy em { font-size: 17px; }
  .menu-toggle { display: grid; width: 42px; height: 42px; margin-left: auto; place-content: center; gap: 5px; border: 0; background: transparent; }
  .menu-toggle span { width: 25px; height: 2px; background: #111; }
  .site-nav { display: none; position: absolute; top: 76px; right: 0; left: 0; height: auto; padding: 15px 25px 22px; align-items: stretch; background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,.15); }
  .site-nav.is-open { display: grid; }
  .site-nav a { height: 38px; }
  .site-nav a::after { bottom: 0; }
  .join-button { width: 125px; height: 54px; margin-left: 8px; font-size: 10px; }
  .hero-inner { padding: 42px 0 55px; flex-direction: column; align-items: flex-start; gap: 28px; }
  .hero-copy { width: min(100%, 530px); }
  .next-event-card { width: min(100%, 360px); margin: 0; }
  .content-grid { grid-template-columns: 1fr; }
  .content-column, .content-column:first-child, .content-column:last-child { padding: 22px 0; }
  .content-column + .content-column { border-top: 1px solid var(--line); border-left: 0; }
  .news-item { grid-template-columns: 150px 40px minmax(0,1fr); }
  .news-item img { width: 150px; }
  .sponsor-strip { flex-wrap: wrap; gap: 10px; padding: 16px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
}

@media (max-width: 560px) {
  .header-inner { width: calc(100% - 20px); }
  .brand-copy strong { font-size: 20px; }
  .brand-copy em { font-size: 14px; }
  .brand-boat { width: 36px; }
  .join-button { display: none; }
  .hero-inner { width: calc(100% - 32px); }
  .hero h1 { font-size: 43px; }
  .hero h1 span { font-size: 30px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .content-grid { width: calc(100% - 28px); }
  .news-item { grid-template-columns: 85px 39px minmax(0,1fr); }
  .news-item img { width: 85px; height: 90px; }
  .news-item h3 { font-size: 11px; }
  .footer-inner { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .sponsor { border: 0; }
}

/* News index */
.news-page { background: #fff; }
.news-shell { width: min(960px, calc(100% - 70px)); margin-inline: auto; }
.news-hero {
  position: relative;
  min-height: 274px;
  overflow: hidden;
  color: #fff;
  background: url("../images/hero.jpeg") center 54% / cover no-repeat;
}
.news-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 13, 20, .82), rgba(4, 13, 20, .24) 58%, rgba(4, 13, 20, .08));
}
.news-hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.news-hero-copy h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.8px;
}
.news-hero-copy > i {
  display: block;
  width: 42px;
  height: 3px;
  margin: 18px 0 13px;
  background: var(--red);
}
.news-hero-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 670px) 264px;
  gap: 45px;
  padding: 31px 0 18px;
}
.news-feed > h2,
.sidebar-card > h2 {
  margin: 0;
  color: var(--red);
  font-size: 18px;
}
.news-feed > h2 { margin-bottom: 13px; }
.news-list-card {
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
  gap: 27px;
  align-items: start;
  width: 100%;
  padding: 8px 0 13px;
  border-bottom: 1px solid var(--line);
}
.news-list-card[hidden] { display: none; }
.news-list-image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 304px;
  min-width: 0;
  height: 134px;
  align-self: start;
  overflow: hidden;
  border-radius: 5px;
  background: #d9e0e3;
  color: inherit;
  text-decoration: none;
}
.news-list-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-list-image.is-logo {
  display: grid;
  padding: 14px;
  place-items: center;
  border: 1px solid #dfe3e8;
  background: #fff;
}
.news-list-image.is-logo img {
  width: auto;
  max-width: 86%;
  height: auto;
  max-height: 86%;
  object-fit: contain;
}
.news-list-image.image-race img { object-position: center 58%; }
.news-list-image.image-club img { object-position: left 62%; filter: saturate(.55) brightness(.68); transform: scale(1.16); }
.news-list-image.image-rankings img { object-position: center 62%; transform: scale(1.08); }
.news-list-image.image-lake img { object-position: center 78%; filter: saturate(.7) brightness(.78); transform: scale(1.35); }
.news-list-image time {
  display: grid;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 43px;
  height: 49px;
  place-content: center;
  border-radius: 4px;
  color: #fff;
  background: var(--red);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .14);
}
.news-list-image time b { margin-bottom: 4px; font-size: 19px; }
.news-list-copy {
  min-width: 0;
  padding-top: 4px;
}
.news-list-copy h3 {
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 1.25;
}
.news-list-copy h3 a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.news-list-copy h3 a:hover { color: var(--red); }
.news-list-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 11px !important;
  color: #555;
  font-size: 10px !important;
}
.news-list-meta > span { color: var(--red); font-size: 13px; }
.news-list-meta i {
  width: 1px;
  height: 11px;
  margin-inline: 3px;
  background: #cfcfcf;
}
.news-list-meta a { color: var(--red); font-weight: 700; }
.news-list-copy > p {
  max-width: 100%;
  margin: 0 0 10px;
  color: #303030;
  font-size: 10.5px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.read-more {
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.read-more span { margin-left: 8px; font-size: 15px; }
.view-all-news {
  width: 100%;
  height: 35px;
  margin-top: 13px;
  border: 1px solid var(--red);
  border-radius: 3px;
  color: var(--red);
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.view-all-news span { margin-left: 8px; font-size: 16px; }
.no-news-message { padding: 45px 20px; color: var(--muted); text-align: center; }
.news-sidebar { padding-top: 9px; }
.sidebar-card {
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .025);
}
.sidebar-card > h2 { padding: 17px 17px 15px; }
.category-filter {
  display: flex;
  width: 100%;
  height: 41px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border: 0;
  border-top: 1px solid var(--line);
  color: #222;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.category-filter:hover,
.category-filter.active { color: var(--red); background: #fdfdfd; }
.category-filter span { font-size: 24px; font-weight: 400; }
.category-filter small { color: #444; font-size: 11px; font-weight: 500; }
.sidebar-newsletter,
.follow-card { padding: 0 15px 13px; }
.sidebar-newsletter > h2,
.follow-card > h2 { padding-inline: 0; }
.sidebar-newsletter p,
.follow-card p {
  margin: 0 0 14px;
  font-size: 10.5px;
  line-height: 1.65;
}
.newsletter-form { display: flex; }
.newsletter-form input {
  min-width: 0;
  height: 38px;
  flex: 1;
  padding: 0 12px;
  border: 1px solid var(--line);
  outline-color: var(--red);
  font-size: 10px;
}
.newsletter-form button {
  height: 38px;
  padding: 0 14px;
  border: 0;
  color: #fff;
  background: var(--red);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.social-links { display: flex; gap: 21px; }
.social-links a {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 2px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
}
.social-links a.facebook { color: #1769d2; border-color: #1769d2; }
.news-footer { min-height: 207px; }
.news-footer .footer-inner { padding-bottom: 15px; }
.footer-legal {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 80px));
  margin: 0 auto;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  font-weight: 400;
}
.footer-legal-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.footer-legal p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}
.footer-powered {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}
.powered-logo {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.powered-logo img {
  display: block;
  width: 112px;
  max-width: min(112px, 42vw);
  height: auto;
  object-fit: contain;
}

@media (max-width: 1000px) {
  .news-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 28px; }
  .news-list-card { grid-template-columns: minmax(210px, 45%) minmax(0, 1fr); gap: 20px; }
  .news-list-image { max-width: none; }
}

@media (max-width: 760px) {
  .news-shell { width: calc(100% - 36px); }
  .news-hero { min-height: 250px; }
  .news-hero-copy { padding-top: 68px; }
  .news-layout { grid-template-columns: 1fr; }
  .news-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 0; }
  .category-card { grid-row: span 2; }
  .sidebar-card { margin-bottom: 0; }
  .footer-legal { width: calc(100% - 40px); }
}

@media (max-width: 560px) {
  .news-hero-copy h1 { font-size: 36px; }
  .news-hero-copy p { font-size: 14px; }
  .news-list-card { grid-template-columns: 1fr; gap: 12px; }
  .news-list-image { height: 180px; }
  .news-list-copy { padding: 0 3px 5px; }
  .news-list-copy br { display: none; }
  .news-sidebar { grid-template-columns: 1fr; }
  .footer-legal-main { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-powered { gap: 10px; }
  .powered-logo img { width: min(112px, 100%); max-width: 100%; }
  .footer-legal p { text-align: left; }
}

/* Refined mobile layout */
@media (max-width: 850px) {
  body { overflow-x: hidden; }
  body.menu-open { overflow: hidden; }
  .site-header { height: 72px; }
  .header-inner { position: relative; width: calc(100% - 28px); }
  .brand { max-width: calc(100% - 58px); }
  .brand-boat { width: 39px; height: 54px; }
  .brand-copy { margin-left: 2px; }
  .brand-copy strong { font-size: 23px; }
  .brand-copy em { margin-top: 5px; font-size: 16px; }
  .join-button { display: none; }
  .menu-toggle {
    display: grid !important;
    position: absolute;
    z-index: 32;
    top: 15px;
    right: 0;
    width: 42px;
    height: 42px;
    margin: 0;
    place-content: center;
    gap: 5px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
  }
  .menu-toggle span {
    width: 22px;
    height: 2px;
    background: #171717;
    transition: transform .2s, opacity .2s;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    display: grid;
    position: fixed;
    z-index: 30;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 10px 22px 28px;
    align-content: start;
    gap: 0;
    background: rgba(255, 255, 255, .985);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .2s, visibility .2s, transform .2s;
  }
  .site-nav.is-open {
    display: grid;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-nav a,
  .site-nav-section {
    height: 52px;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
  }
  .site-nav a::after { right: auto; bottom: 0; width: 42px; }
  .site-nav-group { height: auto; }
  .site-nav-parent-row { position: relative; height: 52px; border-bottom: 1px solid var(--line); }
  .site-nav-parent-row > a,
  .site-nav-parent-row > .site-nav-section { width: 100%; height: 52px; padding-right: 54px; border-bottom: 0; }
  .site-nav-expand { right: 7px; width: 42px; height: 42px; }
  .site-nav-dropdown {
    display: none;
    position: static;
    min-width: 0;
    padding: 0 0 5px 16px;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  .site-nav-dropdown::before { display: none; }
  .site-nav-group:hover .site-nav-dropdown,
  .site-nav-group:focus-within .site-nav-dropdown { display: none; }
  .site-nav-group.is-open > .site-nav-dropdown { display: block; }
  .site-nav-dropdown a,
  .site-nav-dropdown .site-nav-section {
    min-height: 42px;
    padding: 7px 0;
    color: #555;
    font-size: 12px;
  }
  .site-nav-tier:hover > .site-nav-submenu,
  .site-nav-tier:focus-within > .site-nav-submenu { display: none; }
  .site-nav-tier.is-open > .site-nav-submenu { display: block; }
  .site-nav-tier-row { border-bottom: 1px solid #eef0f2; }
  .site-nav-tier-row > a,
  .site-nav-tier-row > .site-nav-section { padding-right: 50px; }
  .site-nav-tier-link.depth-2,
  .site-nav-tier.depth-2 > .site-nav-tier-row > a,
  .site-nav-tier.depth-2 > .site-nav-tier-row > .site-nav-section { padding-left: 18px; }
  .site-nav-tier-link.depth-3,
  .site-nav-tier.depth-3 > .site-nav-tier-row > a,
  .site-nav-tier.depth-3 > .site-nav-tier-row > .site-nav-section { padding-left: 31px; }

  .hero { min-height: auto; background-position: 61% center; }
  .hero-inner {
    width: calc(100% - 36px);
    min-height: 0;
    padding: 45px 0 58px;
    gap: 24px;
  }
  .hero-copy { width: 100%; padding: 0; }
  .hero h1 { font-size: clamp(40px, 12vw, 52px); letter-spacing: -1.5px; }
  .hero h1 span { font-size: clamp(27px, 8vw, 37px); }
  .schedule-list { gap: 13px; }
  .schedule-list strong { font-size: 13px; }
  .schedule-list span { font-size: 12px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { min-width: 0; padding: 0 12px; font-size: 10px; }
  .next-event-card { width: 100%; }
  .hero-dots { bottom: 22px; }

  .content-grid { width: calc(100% - 36px); padding-block: 14px; }
  .content-column,
  .content-column:first-child,
  .content-column:last-child { padding: 20px 0; }
  .section-heading { min-height: 38px; }
  .section-heading h2 { font-size: 18px; }
  .section-heading a { font-size: 9px; }
  .news-item {
    grid-template-columns: 118px 39px minmax(0, 1fr);
    gap: 9px;
    padding: 10px 0;
  }
  .news-item img { width: 118px; height: 96px; }
  .event-row { min-height: 68px; }
  .results-card { padding: 15px; }
  .results-card table { font-size: 10px; }

  .sponsor-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 82px;
    gap: 0;
    padding: 12px 10px;
  }
  .sponsor {
    min-width: 0;
    min-height: 54px;
    padding: 0 10px;
  }
  .sponsor-doral strong { font-size: 29px; }
  .sponsor-alcoa { font-size: 20px; }
  .sponsor-alcoa span { font-size: 26px; }

  .footer-inner {
    width: calc(100% - 36px);
    padding: 28px 0;
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }
  .site-footer h3 { font-size: 11px; }
  .site-footer p,
  .site-footer a { font-size: 10px; }
  .footer-club { min-height: 105px; }
  .newsletter form { max-width: 280px; }
  .newsletter input { min-width: 0; flex: 1; }

  .news-shell { width: calc(100% - 36px); }
  .news-hero {
    min-height: 230px;
    background-position: 62% center;
  }
  .news-hero-copy { padding-top: 54px; }
  .news-hero-copy h1 { font-size: 38px; }
  .news-hero-copy > i { margin: 15px 0 11px; }
  .news-hero-copy p { font-size: 14px; line-height: 1.55; }
  .news-layout {
    display: flex;
    padding: 22px 0 18px;
    flex-direction: column;
    gap: 24px;
  }
  .news-sidebar { display: contents; }
  .category-card {
    display: flex;
    width: 100%;
    max-width: 100%;
    order: -1;
    margin: 0;
    padding: 0 0 4px;
    flex-wrap: wrap;
    gap: 8px;
    overflow: visible;
    border: 0;
    box-shadow: none;
  }
  .category-card > h2 {
    width: 100%;
    padding: 0 0 4px;
    font-size: 17px;
  }
  .category-filter {
    width: auto;
    flex: 0 0 auto;
    height: 34px;
    padding: 0 13px;
    border: 1px solid #dedede;
    border-radius: 18px;
    font-size: 10px;
  }
  .category-filter.active {
    border-color: var(--red);
    color: #fff;
    background: var(--red);
  }
  .category-filter span,
  .category-filter small { display: none; }
  .news-feed { min-width: 0; order: 0; }
  .news-feed > h2 { font-size: 19px; }
  .news-list-card {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(125px, 38%) minmax(0, 1fr);
    gap: 15px;
    padding: 12px 0;
    overflow: hidden;
  }
  .news-list-image {
    width: 100%;
    max-width: none;
    height: 126px;
  }
  .news-list-image.is-logo { padding: 10px; }
  .news-list-copy { min-width: 0; overflow: hidden; padding: 1px 0; }
  .news-list-copy h3 { margin-bottom: 8px; font-size: 14px; }
  .news-list-meta { flex-wrap: wrap; gap: 5px; margin-bottom: 8px !important; }
  .news-list-copy > p {
    overflow-wrap: anywhere;
    margin-bottom: 7px;
    font-size: 10px;
    line-height: 1.5;
  }
  .news-list-copy br { display: none; }
  .sidebar-newsletter { order: 1; }
  .follow-card { order: 2; }
  .sidebar-card {
    width: 100%;
    margin: 0;
  }
  .sidebar-newsletter,
  .follow-card { padding: 0 17px 17px; }
  .sidebar-card > h2 { font-size: 17px; }
  .footer-legal { width: calc(100% - 36px); }
}

@media (max-width: 520px) {
  .hero-actions { grid-template-columns: 1fr; }
  .next-event-card { padding: 18px 16px; }
  .content-grid { width: calc(100% - 30px); }
  .news-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 11px;
  }
  .news-item img { width: 92px; height: 96px; grid-row: span 2; }
  .news-item-image { width: 100%; max-width: 92px; }
  .news-item time {
    position: absolute;
    width: 37px;
    height: 42px;
    margin: 5px;
  }
  .news-item { position: relative; }
  .news-item > div { grid-column: 2; }
  .news-item h3 { margin-top: 0; }
  .news-item p { line-height: 1.4; }
  .event-row { grid-template-columns: 42px minmax(0, 1fr) 9px; gap: 8px; }
  .event-row strong { font-size: 11px; }
  .event-row span { line-height: 1.5; }
  .result-tabs button { font-size: 8px; }
  .sponsor-strip { grid-template-columns: repeat(2, 1fr); padding: 10px 28px; }
  .sponsor { border-right: 0; border-bottom: 1px solid #ddd; }
  .sponsor:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 25px; }
  .footer-club { max-width: 280px; }
  .footer-pattern { opacity: .48; }
  .club-location-shell { width: calc(100% - 30px); }
  .club-location-content { grid-template-columns: 1fr; gap: 22px; padding-block: 30px 40px; }
  .club-location-map { height: 340px; }

  .news-shell { width: calc(100% - 30px); }
  .news-hero { min-height: 210px; }
  .news-hero-copy { padding-top: 43px; }
  .news-hero-copy h1 { font-size: 34px; }
  .news-list-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
  }
  .news-list-image {
    width: 112px;
    max-width: 112px;
    height: 116px;
  }
  .news-list-image.is-logo { padding: 8px; }
  .news-list-image time {
    top: 6px;
    left: 6px;
    width: 39px;
    height: 45px;
  }
  .news-list-copy h3 { font-size: 13px; line-height: 1.3; }
  .news-list-meta { font-size: 9px !important; }
  .news-list-copy > p:not(.news-list-meta) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .read-more { font-size: 8.5px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form button { width: 100%; }
  .footer-legal-main { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-powered { gap: 10px; }
  .powered-logo img { width: min(112px, 100%); max-width: 100%; }
  .footer-legal p { text-align: left; }
}

@media (max-width: 360px) {
  .brand-copy strong { font-size: 20px; }
  .brand-copy em { font-size: 14px; }
  .news-list-card { grid-template-columns: 96px minmax(0, 1fr); gap: 10px; }
  .news-list-image {
    width: 96px;
    max-width: 96px;
    height: 108px;
  }
  .news-list-copy > p { display: none; }
}

/* News article */
.article-shell { width: min(910px, calc(100% - 70px)); margin-inline: auto; }
.article-hero { position: relative; min-height: 238px; overflow: hidden; color: #fff; background: url("../images/hero.jpeg") center 55% / cover no-repeat; }
.article-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,14,24,.9), rgba(3,14,24,.46) 48%, rgba(3,14,24,.04)); }
.article-hero-content { position: relative; z-index: 1; padding-top: 34px; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; font-size: 11px; }
.breadcrumbs strong { font-weight: 500; }
.breadcrumbs span { font-size: 19px; }
.article-hero h1 { max-width: 520px; margin: 17px 0 19px; font-size: 49px; line-height: 1.03; letter-spacing: -1.7px; }
.article-hero-meta { display: flex; align-items: center; gap: 13px; font-size: 12px; }
.article-hero-meta span { display: flex; align-items: center; gap: 8px; }
.article-hero-meta b { font-size: 15px; }
.article-hero-meta i { width: 1px; height: 13px; background: rgba(255,255,255,.7); }
.article-layout { display: grid; grid-template-columns: minmax(0,570px) 300px; gap: 45px; padding: 31px 0 24px; }
.article-content { min-width: 0; color: #202938; }
.article-content > p { margin: 0 0 17px; font-size: 12px; line-height: 1.65; }
.article-content .article-lead { margin-bottom: 15px; color: #0b2144; font-size: 17px; font-weight: 800; line-height: 1.45; }
.article-photo { height: 177px; margin: 22px 0 15px; overflow: hidden; border-radius: 5px; }
.article-photo img { width: 100%; height: 100%; object-fit: cover; }
.article-photo-fleet img { object-position: center 59%; }
.article-photo-club img { object-position: center 72%; filter: saturate(.62) brightness(.72); transform: scale(1.12); }
.article-results { max-width: 100%; margin-top: 17px; padding: 14px 16px 15px; border: 1px solid #dfe3e8; border-radius: 4px; overflow: hidden; }
.article-results h2 { margin: 0 0 13px; color: var(--red); font-size: 18px; line-height: 1.25; text-transform: none; }
.article-results h2::after { content: ""; display: block; width: 32px; height: 2px; margin-top: 8px; background: var(--red); }
.article-results-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: end; }
.article-results table { display: table !important; width: 100%; max-width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 10.5px; overflow: visible !important; }
.article-results td, .article-results th { height: 22px; border-bottom: 1px solid var(--line); text-align: left; }
.article-results tr:last-child td, .article-results tr:last-child th { border-bottom: 0; }
.article-results td:first-child { width: 28px; font-weight: 700; }
.article-results td:last-child { text-align: right; font-weight: 700; }
.article-results-inner > a { display: flex; height: 37px; align-items: center; gap: 15px; padding: 0 13px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-results-inner > a span { font-size: 16px; }
.article-results-api { display: grid; gap: 10px; }
.article-results-fleet { min-width: 0; max-width: 100%; overflow: hidden; }
.article-results-fleet h3 { margin: 4px 0 8px; color: var(--red); font-size: 12px; line-height: 1.35; }
.article-results table thead th { color: #687184; font-size: 8px; text-transform: uppercase; }
.article-results table th:first-child { width: 42px; }
.article-results table th:nth-child(2),
.article-results table td:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article-results table th:last-child { text-align: right; }
.article-results table th small { display: block; color: #687184; font-size: 7px; font-weight: 500; }
.article-results-link { display: flex; width: max-content; height: 37px; margin: 12px 0 0 auto; align-items: center; gap: 15px; padding: 0 13px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-results-link span { font-size: 16px; }
.article-results-api table { min-width: 0; }
.article-results-api p { margin: 0; color: #657083; font-size: 11px; }
.club-results-message { margin: 0; color: #657083; font-size: 11px; }
.club-results-message { margin: 8px 0; color: #687184; font-size: 11px; }
.article-actions { display: flex; margin-top: 12px; align-items: center; justify-content: space-between; }
.article-share { display: flex; align-items: center; gap: 13px; font-size: 9px; }
.article-share a { display: grid; width: 29px; height: 29px; place-items: center; border: 1.5px solid var(--red); border-radius: 50%; color: var(--red); font-size: 13px; font-weight: 800; }
.article-share a.facebook { border-color: #1769d2; color: #1769d2; }
.article-pagination { display: flex; gap: 28px; }
.article-pagination a { color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-pagination span { margin-inline: 7px; }
.article-sidebar { display: grid; align-content: start; gap: 14px; }
.article-side-card { padding: 15px 16px; border: 1px solid #dfe3e8; border-radius: 4px; box-shadow: 0 1px 7px rgba(0,0,0,.025); }
.article-side-card h2 { margin: 0; color: var(--red); font-size: 15px; text-transform: uppercase; }
.side-heading-line { display: block; width: 28px; height: 2px; margin: 10px 0 11px; background: var(--red); }
.side-event { display: grid; grid-template-columns: 52px minmax(0,1fr) 8px; gap: 12px; min-height: 74px; align-items: center; }
.side-event time { display: grid; width: 52px; height: 55px; place-content: center; border-radius: 4px; color: #fff; background: linear-gradient(145deg,#e30b17,#b20710); font-size: 10px; font-weight: 800; line-height: 1; text-align: center; text-transform: uppercase; }
.side-event time b { margin-bottom: 4px; font-size: 21px; }
.side-event > span { display: grid; gap: 5px; }
.side-event strong { font-size: 11px; }
.side-event small { display: flex; align-items: center; gap: 5px; color: #4b5564; font-size: 9px; }
.side-event small .site-meta-icon { width: 12px; height: 12px; flex: 0 0 12px; color: var(--red); }
.side-event > b { font-size: 23px; font-weight: 400; }
.side-view-all { display: flex !important; justify-content: center; gap: 12px; margin-top: 5px; color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.side-view-all span { font-size: 15px; }
.article-side-empty { margin: 5px 0 10px; color: #697180; font-size: 9.5px; line-height: 1.6; }
.latest-card { display: grid; gap: 9px; }
.latest-card h2 { margin-bottom: 5px; }
.latest-card > a:not(.side-view-all) { display: grid; grid-template-columns: 97px 1fr; gap: 12px; align-items: center; }
.latest-card img { width: 97px; height: 49px; border-radius: 3px; object-fit: cover; }
.latest-card > a:nth-of-type(1) img { filter: saturate(.55) brightness(.7); }
.latest-card span { display: grid; gap: 5px; }
.latest-card strong { font-size: 10px; line-height: 1.4; }
.latest-card small { color: #596170; font-size: 9px; }
.article-sponsors h2, .details-card h2 { margin-bottom: 15px; color: var(--red); }
.article-sponsors > div { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 32px; }
.article-sponsors > div > a,
.article-sponsors .article-sponsor-item {
  display: grid;
  max-width: 105px;
  min-height: 45px;
  place-items: center;
  color: #4c5563;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.article-sponsors img {
  display: block;
  width: auto;
  max-width: 105px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}
.side-shire { display: grid; color: #746c57; font-family: Georgia,serif; text-align: center; }
.side-shire i { height: 12px; color: #5da5ca; font-size: 28px; line-height: .35; }
.side-shire b { font-size: 12px; }
.side-doral { color: #969696; font-size: 31px; font-weight: 600; border-bottom: 4px solid #ee9621; line-height: .85; }
.side-alcoa { color: #1463a1; font-size: 25px; }
.details-card dl { display: grid; margin: 0; grid-template-columns: 1fr 1fr; row-gap: 10px; font-size: 9.5px; }
.details-card dt { display: flex; gap: 11px; color: var(--red); }
.details-card dt span, .details-card dd { color: #26303e; }
.details-card dd { margin: 0; }

@media (max-width: 850px) {
  .article-shell { width: calc(100% - 36px); }
  .article-hero { min-height: 285px; background-position: 63% center; }
  .article-hero-content { padding-top: 35px; }
  .article-hero h1 { margin-top: 25px; font-size: clamp(38px,9vw,50px); }
  .article-layout { grid-template-columns: 1fr; gap: 28px; padding-top: 25px; }
  .article-sidebar { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .article-shell { width: calc(100% - 30px); }
  .article-hero { min-height: 265px; }
  .breadcrumbs { overflow: hidden; font-size: 9px; white-space: nowrap; }
  .breadcrumbs strong { overflow: hidden; text-overflow: ellipsis; }
  .article-hero h1 { margin: 23px 0 20px; font-size: 37px; }
  .article-hero-meta { font-size: 10px; }
  .article-content .article-lead { font-size: 16px; }
  .article-photo { height: 190px; margin-top: 19px; }
  .article-results-inner { grid-template-columns: 1fr; gap: 12px; }
  .article-results-inner > a { justify-content: center; }
  .article-results-link { width: 100%; justify-content: center; }
  .article-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .article-pagination { width: 100%; justify-content: space-between; gap: 10px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-sponsors { display: none; }
  .details-card { order: -1; }
}

/* Results index */
.results-shell { width: min(1000px, calc(100% - 70px)); margin-inline: auto; }
.results-hero { position: relative; min-height: 320px; overflow: hidden; color: #fff; background: url("../images/hero.jpeg") center 57% / cover no-repeat; }
.results-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,25,.87), rgba(3,15,25,.25) 60%, rgba(3,15,25,.03)); }
.results-hero-copy { position: relative; z-index: 1; padding-top: 65px; }
.results-breadcrumb { display: flex; align-items: center; gap: 9px; font-size: 11px; }
.results-breadcrumb span { font-size: 19px; }
.results-breadcrumb strong { font-weight: 500; }
.results-hero-copy h1 { margin: 17px 0 13px; font-size: 45px; line-height: 1; }
.results-hero-copy > i { display: block; width: 42px; height: 3px; margin-bottom: 15px; background: var(--red); }
.results-hero-copy p { margin: 0; font-size: 16px; line-height: 1.55; }
.results-layout { display: grid; grid-template-columns: minmax(0,745px) 226px; gap: 35px; padding: 25px 0 22px; }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.results-toolbar .class-filters { flex: 1 1 auto; }
.class-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.class-filters button {
  display: flex;
  min-width: 104px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  color: #172238;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.class-filters button.active { border-color: var(--red); color: #fff; background: var(--red); }
.mini-sail { font-size: 23px; transform: rotate(-10deg); }
.result-class-logo { display: block; width: 21px; height: 33px; flex: 0 0 21px; object-fit: contain; }
.season-select { display: flex; width: 170px; height: 44px; flex: 0 0 170px; align-items: center; align-self: center; gap: 9px; margin-left: auto; padding: 0 11px; border: 1px solid #dfe3e8; border-radius: 4px; background: #fff; box-sizing: border-box; }
.season-select > span { font-size: 17px; }
.season-select select { width: 100%; border: 0; color: #172238; background: transparent; font-size: 11px; outline: 0; }
.results-title { margin: 0; color: var(--red); font-size: 21px; }
.results-title::after { content: ""; display: block; width: 24px; height: 2px; margin-top: 7px; background: var(--red); }
.results-list { margin-top: 2px; }
.results-list-head,
.results-list-row { display: grid; grid-template-columns: 2.3fr 1fr 1.05fr .52fr .95fr .83fr; gap: 14px; align-items: center; }
.results-list-head { min-height: 34px; border-bottom: 1px solid #dfe3e8; color: #2d3b50; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.results-list-head span:last-child { text-align: right; }
.results-list-row { min-height: 54px; border-bottom: 1px solid #e4e7eb; font-size: 9.5px; }
.results-list-row[hidden] { display: none; }
.results-list-row strong { color: var(--red); font-size: 9.5px; }
.results-list-row a {
  display: flex;
  height: 29px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--red);
  border-radius: 3px;
  color: var(--red);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}
.results-list-row a b { font-size: 14px; }
.results-empty { padding: 35px; color: var(--muted); text-align: center; }
.results-view-all { width: 100%; height: 32px; margin-top: 20px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); background: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.results-view-all span { margin-left: 12px; font-size: 15px; }
.results-info { display: flex; min-height: 104px; margin-top: 37px; align-items: flex-start; gap: 22px; padding: 18px 16px; border: 1px solid #dfe3e8; border-radius: 4px; }
.info-icon { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border: 2px solid var(--red); border-radius: 50%; color: var(--red); font-size: 18px; font-weight: 700; }
.results-info h3 { margin: 0 0 8px; color: var(--red); font-size: 13px; }
.results-info p { margin: 0; font-size: 9.5px; line-height: 1.75; }
.results-sidebar { display: grid; align-content: start; gap: 12px; }
.results-side-section > h2,
.results-side-card h2 { margin: 0; color: var(--red); font-size: 16px; }
.results-side-section > i,
.results-side-card > i { display: block; width: 32px; height: 2px; margin: 7px 0 14px; background: var(--red); }
.season-panel button {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid #dfe3e8;
  border-bottom: 0;
  color: #263349;
  background: #fff;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}
.season-panel button:first-of-type { border-radius: 4px 4px 0 0; }
.season-panel button:last-of-type { border-bottom: 1px solid #dfe3e8; border-radius: 0 0 4px 4px; }
.season-panel button.active { border-left: 2px solid var(--red); color: var(--red); font-weight: 800; }
.season-panel button span { font-size: 20px; font-weight: 400; }
.results-side-card { padding: 14px 16px; border: 1px solid #dfe3e8; border-radius: 4px; }
.results-side-card p { margin: 0 0 14px; font-size: 9.5px; line-height: 1.7; }
.results-side-card > a { display: inline-flex; min-height: 30px; align-items: center; gap: 10px; padding: 0 11px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.help-card h2 { margin-bottom: 11px; }
.help-card > a { padding: 0; border: 0; font-size: 9px; }

@media (max-width: 850px) {
  .results-shell { width: calc(100% - 36px); }
  .results-hero { min-height: 275px; background-position: 62% center; }
  .results-hero-copy { padding-top: 43px; }
  .results-layout { grid-template-columns: 1fr; gap: 30px; }
  .results-sidebar { grid-template-columns: 1fr 1fr; }
  .season-panel { grid-row: span 2; }
}

@media (max-width: 600px) {
  .results-shell { width: calc(100% - 30px); }
  .results-hero { min-height: 255px; }
  .results-hero-copy { padding-top: 36px; }
  .results-hero-copy h1 { font-size: 38px; }
  .results-hero-copy p { font-size: 13px; }
  .results-toolbar { align-items: stretch; flex-direction: column; gap: 13px; margin-bottom: 25px; }
  .class-filters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .class-filters button { min-width: 0; height: 42px; gap: 6px; font-size: 11px; }
  .mini-sail { font-size: 17px; }
  .season-select { width: 100%; }
  .results-list-head { display: none; }
  .results-list { display: grid; gap: 12px; margin-top: 15px; }
  .results-list-row {
    display: grid;
    min-height: 0;
    padding: 14px;
    grid-template-columns: 1fr 1fr;
    gap: 11px 16px;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
  }
  .results-list-row strong { grid-column: 1 / -1; font-size: 12px; }
  .results-list-row span { display: grid; gap: 4px; font-size: 10px; }
  .results-list-row span::before { content: attr(data-label); color: #6c7480; font-size: 7px; font-weight: 800; text-transform: uppercase; }
  .results-list-row span br { display: none; }
  .results-list-row a { height: 34px; grid-column: 1 / -1; font-size: 8px; }
  .results-info { margin-top: 24px; gap: 14px; }
  .results-info p br { display: none; }
  .results-sidebar { grid-template-columns: 1fr; }
  .season-panel { grid-row: auto; }
}

/* Events index */
.events-shell { width: min(1000px, calc(100% - 70px)); margin-inline: auto; }
.events-hero { position: relative; min-height: 320px; overflow: hidden; color: #fff; background: url("../images/hero.jpeg") center 57% / cover no-repeat; }
.events-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,25,.87), rgba(3,15,25,.25) 60%, rgba(3,15,25,.03)); }
.events-hero-copy { position: relative; z-index: 1; padding-top: 65px; }
.events-breadcrumb { display: flex; align-items: center; gap: 9px; font-size: 11px; }
.events-breadcrumb span { font-size: 19px; }
.events-breadcrumb strong { font-weight: 500; }
.events-hero-copy h1 { margin: 17px 0 13px; font-size: 45px; line-height: 1; }
.events-hero-copy > i { display: block; width: 42px; height: 3px; margin-bottom: 15px; background: var(--red); }
.events-hero-copy p { margin: 0; font-size: 16px; line-height: 1.55; }
.events-layout { display: grid; grid-template-columns: minmax(0,680px) 278px; gap: 37px; padding: 34px 0 27px; }
.events-section-heading { display: flex; min-height: 40px; align-items: flex-start; justify-content: space-between; }
.events-section-heading h2,
.calendar-panel > h2,
.events-newsletter h2 { margin: 0; color: var(--red); font-size: 18px; }
.events-section-heading h2 span { margin-left: 8px; font-size: 18px; }
.events-section-heading > a { margin-top: 4px; color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.events-section-heading > a span { margin-left: 9px; font-size: 15px; }
.event-class-filters {
  display: flex;
  gap: 9px;
  margin: 0 0 18px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: thin;
}
.event-class-filters button {
  display: inline-flex;
  min-width: 92px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  color: #172238;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.event-class-filters button.active { border-color: var(--red); color: #fff; background: var(--red); }
.event-class-logo {
  display: block;
  width: 14px;
  height: 22px;
  flex: 0 0 14px;
  object-fit: contain;
}
.event-cards { border-top: 1px solid #e1e5e9; }
.event-list-card[hidden] { display: none; }
.events-empty { margin: 22px 0; color: #687184; font-size: 11px; }
.event-list-card {
  display: grid;
  min-height: 112px;
  padding: 14px;
  grid-template-columns: 58px minmax(0,1fr) 132px;
  gap: 22px;
  align-items: center;
  border: 1px solid #e1e5e9;
  border-top: 0;
}
.event-list-card time {
  display: grid;
  width: 58px;
  height: 70px;
  place-content: center;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(145deg,#e30b17,#b20710);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.event-list-card time b { margin-bottom: 5px; font-size: 24px; }
.event-list-copy h3 { margin: 0 0 10px; color: var(--red); font-size: 15px; line-height: 1.35; }
.event-list-copy p { display: flex; margin: 0 0 8px; align-items: center; flex-wrap: wrap; gap: 8px; color: #253044; font-size: 11.5px; line-height: 1.55; }
.event-list-copy p span { color: var(--red); font-size: 13px; }
.event-list-copy p i { width: 1px; height: 12px; background: #d5d5d5; }
.event-list-copy small { display: block; color: #596170; font-size: 11.5px; line-height: 1.55; }
.event-list-card > a {
  display: flex;
  width: max-content;
  min-width: 114px;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  justify-self: end;
  padding: 0 12px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: var(--red);
  background: #fff;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.event-list-card > a:hover { color: #fff; background: var(--red); }
.event-list-card > a span { font-size: 15px; }
.events-view-all { width: 100%; height: 35px; margin-top: 10px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); background: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.events-view-all span { margin-left: 10px; font-size: 15px; }
.events-sidebar { display: grid; align-content: start; gap: 17px; }
.calendar-panel > h2 { margin-bottom: 12px; }
.calendar-card { padding: 15px 14px 16px; border: 1px solid #dfe3e8; border-radius: 4px; }
.calendar-card > header { display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; margin-bottom: 13px; }
.calendar-card > header strong { font-size: 13px; text-align: center; }
.calendar-card > header button { border: 0; color: var(--red); background: transparent; font-size: 25px; cursor: pointer; }
.calendar-weekdays,
.calendar-days { display: grid; grid-template-columns: repeat(7,1fr); text-align: center; }
.calendar-weekdays { margin-bottom: 6px; color: #263349; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.calendar-days button {
  display: grid;
  width: 30px;
  height: 30px;
  margin: auto;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #202632;
  background: transparent;
  font-size: 10px;
}
.calendar-days button.other-month { color: #b9b9b9; }
.calendar-days button.event-day { color: #fff; background: var(--event-day-colour, var(--red)); font-weight: 800; }
.calendar-legend { display: grid; gap: 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.calendar-legend p { display: flex; margin: 0; align-items: flex-start; gap: 12px; font-size: 10px; }
.calendar-legend p > i { width: 10px; height: 10px; margin-top: 3px; flex: 0 0 10px; border-radius: 50%; background: var(--legend-colour, var(--red)); }
.calendar-legend p span { display: grid; gap: 5px; }
.calendar-legend small { font-size: 9.5px; }
.calendar-sailing-times { display: grid; gap: 10px; margin-top: 3px; padding-top: 13px; border-top: 1px solid var(--line); }
.calendar-sailing-times h3 { margin: 0 0 2px; color: var(--red); font-size: 11px; text-transform: uppercase; }
.calendar-sailing-times p { padding-left: 22px; }
.events-newsletter { padding: 15px 13px 12px; border: 1px solid #dfe3e8; border-radius: 4px; }
.events-newsletter h2 { margin-bottom: 12px; }
.events-newsletter p { margin: 0 0 14px; font-size: 9.5px; line-height: 1.7; }

@media (max-width: 850px) {
  .events-shell { width: calc(100% - 36px); }
  .events-hero { min-height: 275px; background-position: 62% center; }
  .events-hero-copy { padding-top: 43px; }
  .events-layout { grid-template-columns: 1fr; gap: 28px; }
  .events-sidebar { grid-template-columns: 1fr 1fr; align-items: start; }
}

@media (max-width: 600px) {
  .events-shell { width: calc(100% - 30px); }
  .events-hero { min-height: 255px; }
  .events-hero-copy { padding-top: 36px; }
  .events-hero-copy h1 { font-size: 38px; }
  .events-hero-copy p { font-size: 13px; }
  .events-section-heading { align-items: flex-start; flex-direction: column; gap: 5px; margin-bottom: 10px; }
  .event-class-filters { margin-bottom: 14px; }
  .event-class-filters button { min-width: 86px; height: 38px; padding: 0 12px; font-size: 9px; }
  .event-cards { display: grid; gap: 12px; border: 0; }
  .event-list-card {
    min-height: 0;
    padding: 14px;
    grid-template-columns: 52px minmax(0,1fr);
    gap: 13px;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
  }
  .event-list-card time { width: 52px; height: 62px; }
  .event-list-copy h3 { font-size: 13px; line-height: 1.35; }
  .event-list-copy p { gap: 6px; font-size: 10.5px; line-height: 1.5; }
  .event-list-copy p i { display: none; }
  .event-list-copy small { font-size: 10.5px; }
  .event-list-card > a {
    width: 100%;
    min-width: 0;
    height: 34px;
    grid-column: 1 / -1;
    justify-self: stretch;
  }
  .events-sidebar { grid-template-columns: 1fr; }
  .calendar-panel { order: 1; }
  .events-newsletter { order: 2; }
  .calendar-days button { width: 36px; height: 36px; }
}

/* Result detail */
.result-detail-shell { width: min(1040px, calc(100% - 70px)); margin-inline: auto; }
.result-detail-hero { position: relative; min-height: 265px; overflow: hidden; color: #fff; background: url("../images/hero.jpeg") center 56% / cover no-repeat; }
.result-detail-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,25,.92), rgba(3,15,25,.38) 54%, rgba(3,15,25,.02)); }
.result-detail-hero-copy { position: relative; z-index: 1; padding-top: 22px; }
.detail-breadcrumb { display: flex; align-items: center; gap: 9px; font-size: 11px; }
.detail-breadcrumb span { font-size: 18px; }
.detail-breadcrumb strong { font-weight: 500; }
.result-detail-hero h1 { margin: 18px 0 15px; max-width: 560px; font-size: 37px; line-height: 1.2; }
.result-detail-hero ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.result-detail-hero li { display: flex; align-items: center; gap: 11px; font-size: 12px; }
.result-detail-hero li span { width: 18px; font-size: 17px; text-align: center; }
.result-detail-page .result-detail-hero { min-height: 320px; }
.result-detail-page .result-detail-hero .result-detail-shell { width: min(1000px, calc(100% - 70px)); }
.result-detail-page .result-detail-hero-copy { padding-top: 44px; }
.result-detail-page .result-detail-hero h1 { max-width: 620px; margin: 17px 0 15px; font-size: 45px; line-height: 1.08; }
.result-detail-page .result-detail-hero li .site-meta-icon { width: 18px; height: 18px; }
.result-detail-nav { border-bottom: 1px solid #dfe3e8; background: #fff; }
.result-detail-nav > div { display: flex; min-height: 49px; align-items: center; justify-content: space-between; }
.result-detail-nav > div > div { display: flex; height: 49px; gap: 52px; }
.result-detail-nav a { display: flex; position: relative; align-items: center; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.result-detail-nav div > a.active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--red); }
.back-results { height: 31px; padding: 0 16px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); }
.result-detail-content { padding: 27px 0 25px; }
.result-heading-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.result-heading-row h2 { margin: 0; color: var(--red); font-size: 21px; }
.result-detail-controls { display: flex; gap: 78px; align-items: center; }
.result-class-tabs { display: flex; }
.result-class-tabs button { width: 72px; height: 34px; border: 1px solid #dfe3e8; background: #fff; color: #10254a; font-size: 11px; font-weight: 800; cursor: pointer; }
.result-class-tabs button:first-child { border-radius: 4px 0 0 4px; }
.result-class-tabs button:last-child { border-radius: 0 4px 4px 0; }
.result-class-tabs button.active { border-color: var(--red); color: #fff; background: var(--red); }
.result-fullscreen { height: 36px; padding: 0 16px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); background: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.race-table-wrap { overflow: auto; border: 1px solid #dfe3e8; border-radius: 3px; background: #fff; }
.race-table-wrap:fullscreen { padding: 25px; background: #fff; }
.race-table { width: 100%; min-width: 900px; border-collapse: collapse; color: #152038; font-size: 12px; }
.race-table th, .race-table td { height: 36px; padding: 0 10px; border-right: 1px solid #e5e7ea; border-bottom: 1px solid #e5e7ea; text-align: center; white-space: nowrap; }
.race-table thead th { height: 36px; color: #fff; background: linear-gradient(#d60915,#b6050f); font-size: 10px; text-transform: uppercase; }
.race-table thead th:nth-child(2), .race-table tbody td:nth-child(2) { text-align: left; }
.race-table thead th:nth-child(2) { min-width: 145px; }
.race-table tbody th, .race-table tbody td:nth-last-child(-n+2) { font-weight: 800; }
.race-table tbody tr:last-child th, .race-table tbody tr:last-child td { border-bottom: 0; }
.race-table-note { margin: 10px 2px 0; color: #566175; font-size: 11.5px; line-height: 1.55; }
.club-api-results { display: grid; gap: 22px; }
.club-api-results:fullscreen { overflow: auto; padding: 25px; background: #fff; }
.club-results-fleet h3 { margin: 0 0 10px; color: var(--red); font-size: 17px; }
.club-results-table { width: max-content; min-width: 100%; }
.club-results-table th small, .club-results-table td small { display: block; margin-top: 3px; color: #687184; font-size: 9.5px; font-weight: 500; }
.club-results-table .club-competitor { min-width: 155px; text-align: left; }
.club-results-table .club-score-total { font-weight: 800; }
.club-results-table tbody td:nth-last-child(-n+2) { font-weight: 400; }
.club-results-table .club-race-score { position: relative; min-width: 39px; }
.club-results-table .club-race-score small { color: var(--red); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.club-results-table .club-race-score .is-first { display: inline-grid; min-width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: var(--red); }
.club-results-table .club-race-score.is-final { background: #fff8e7; }
.club-results-fleet-g h3 { color: #a77800; }
.club-results-fleet-s h3 { color: #69717d; }
.club-results-fleet-b h3 { color: #995a2b; }
.club-results-fleet-c h3 { color: #a14e2e; }
.result-support-grid { display: grid; grid-template-columns: 1.1fr 1fr 1.06fr; gap: 21px; margin-top: 19px; }
.result-support-card { min-height: 204px; padding: 14px 19px; border: 1px solid #dfe3e8; border-radius: 4px; }
.result-support-card h2 { margin: 0; color: var(--red); font-size: 16px; }
.result-support-card > i { display: block; width: 27px; height: 2px; margin: 8px 0 15px; background: var(--red); }
.result-support-card dl { display: grid; grid-template-columns: 100px 1fr; row-gap: 10px; margin: 0; font-size: 11.5px; line-height: 1.5; }
.result-support-card dt { color: #5f6878; }
.result-support-card dd { margin: 0; color: #172238; }
.download-list, .related-list { display: grid; gap: 9px; }
.download-list a { display: flex; align-items: center; gap: 10px; }
.download-list a > b { display: grid; width: 25px; height: 29px; place-items: center; border: 1px solid #eee; color: var(--red); font-size: 14px; }
.download-list a > .site-meta-icon { width: 25px; height: 29px; padding: 5px; flex: 0 0 25px; border: 1px solid #eee; color: var(--red); }
.download-list span, .related-list span { display: grid; gap: 3px; }
.download-list strong, .related-list strong { font-size: 11px; }
.download-list small, .related-list small { color: #697180; font-size: 9.5px; }
.related-list a { display: grid; grid-template-columns: 57px 1fr; gap: 10px; align-items: center; }
.related-list img { width: 57px; height: 36px; border-radius: 3px; object-fit: cover; }
.result-support-link { display: inline-flex; margin-top: 15px; align-items: center; gap: 8px; color: var(--red); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.result-support-link span { font-size: 13px; }
.result-support-empty { margin: 0; color: #697180; font-size: 11.5px; line-height: 1.55; }

@media (max-width: 850px) {
  .result-detail-shell { width: calc(100% - 36px); }
  .result-detail-hero { min-height: 290px; background-position: 64% center; }
  .result-detail-nav > div { align-items: stretch; flex-direction: column-reverse; padding: 10px 0 0; }
  .result-detail-nav > div > div { width: 100%; justify-content: space-between; gap: 10px; overflow-x: auto; }
  .back-results { align-self: flex-end; min-height: 31px; }
  .result-heading-row { align-items: flex-start; flex-direction: column; gap: 16px; }
  .result-detail-controls { width: 100%; justify-content: space-between; gap: 20px; }
  .result-support-grid { grid-template-columns: 1fr 1fr; }
  .result-support-card:first-child { grid-column: 1 / -1; }
  .result-detail-page .result-detail-hero { min-height: 275px; }
  .result-detail-page .result-detail-hero .result-detail-shell { width: calc(100% - 36px); }
  .result-detail-page .result-detail-hero-copy { padding-top: 43px; }
}

@media (max-width: 600px) {
  .result-detail-shell { width: calc(100% - 30px); }
  .result-detail-hero { min-height: 315px; }
  .result-detail-hero-copy { padding-top: 25px; }
  .detail-breadcrumb { overflow: hidden; font-size: 9px; white-space: nowrap; }
  .detail-breadcrumb strong { overflow: hidden; text-overflow: ellipsis; }
  .result-detail-hero h1 { margin-top: 24px; font-size: 31px; }
  .result-detail-nav > div > div { min-width: 430px; }
  .result-detail-nav { overflow-x: auto; }
  .result-heading-row h2 { font-size: 19px; }
  .result-detail-controls { align-items: stretch; flex-direction: column; gap: 10px; }
  .result-class-tabs button { flex: 1; }
  .result-class-tabs { width: 100%; }
  .result-fullscreen { width: 100%; }
  .race-table-wrap { margin-right: -15px; border-radius: 3px 0 0 3px; }
  .race-table th:first-child, .race-table td:first-child { position: sticky; left: 0; z-index: 2; background: #fff; }
  .race-table thead th:first-child { z-index: 3; background: #c80712; }
  .club-results-table { font-size: 11px; }
  .club-results-table .club-competitor { min-width: 130px; }
  .result-support-grid { grid-template-columns: 1fr; }
  .result-support-card:first-child { grid-column: auto; }
  .result-detail-page .result-detail-hero { min-height: 290px; }
  .result-detail-page .result-detail-hero .result-detail-shell { width: calc(100% - 30px); }
  .result-detail-page .result-detail-hero-copy { padding-top: 30px; }
  .result-detail-page .result-detail-hero h1 { margin-top: 20px; font-size: 36px; }
}

/* Event detail */
.event-detail-shell { width: min(925px, calc(100% - 70px)); margin-inline: auto; }
.event-detail-hero h1 { font-size: 39px; }
.event-detail-nav { border-bottom: 1px solid #dfe3e8; }
.event-detail-nav > div { display: flex; min-height: 53px; align-items: center; justify-content: space-between; }
.event-detail-nav > div > div { display: flex; height: 53px; gap: 48px; }
.event-detail-nav a { display: flex; position: relative; align-items: center; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.event-detail-nav div > a.active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--red); }
.event-detail-layout { display: grid; grid-template-columns: minmax(0,625px) 264px; gap: 35px; padding: 28px 0 27px; }
.detail-section-title, .weather-section > h2 { margin: 0; color: var(--red); font-size: 18px; }
.detail-section-title::after, .weather-section > h2::after { content: ""; display: block; width: 27px; height: 2px; margin-top: 8px; background: var(--red); }
.event-overview-grid { display: grid; grid-template-columns: minmax(0,370px) 224px; gap: 28px; margin-top: 14px; }
.event-facts { display: grid; margin: 0; grid-template-columns: 112px 1fr; font-size: 9.5px; }
.event-facts dt, .event-facts dd { min-height: 37px; margin: 0; padding: 10px 0; border-bottom: 1px solid #e4e7eb; line-height: 1.55; }
.event-facts dt { padding-left: 18px; color: #596579; }
.event-facts dd { color: #172238; }
.event-facts a { display: inline-block; margin-top: 7px; color: var(--red); font-weight: 800; text-transform: uppercase; }
.event-facts a .site-meta-icon { width: 14px; height: 14px; margin-right: 5px; vertical-align: -3px; }
.race-notes { align-self: start; margin-top: 1px; padding: 18px; border: 1px solid #dfe3e8; border-radius: 4px; }
.race-notes h2 { margin: 0 0 17px; color: var(--red); font-size: 16px; }
.race-notes p { margin: 0 0 18px; font-size: 9.5px; line-height: 1.9; }
.race-notes p:last-child { margin-bottom: 0; }
.event-schedule-section { margin-top: 41px; }
.event-schedule-section > h2 { margin: 0; color: var(--red); font-size: 18px; }
.event-schedule-section > h2::after { content: ""; display: block; width: 27px; height: 2px; margin-top: 8px; background: var(--red); }
.event-schedule-list { display: grid; margin-top: 18px; border: 1px solid #dfe3e8; border-radius: 4px; }
.event-schedule-list article { display: grid; min-height: 58px; grid-template-columns: 100px 1fr; align-items: center; border-bottom: 1px solid #e7e9ec; }
.event-schedule-list article:last-child { border-bottom: 0; }
.event-schedule-list time { padding: 0 15px; color: var(--red); font-size: 10px; font-weight: 800; }
.event-schedule-list article > div { display: grid; gap: 4px; padding: 12px 15px; border-left: 1px solid #e7e9ec; }
.event-schedule-list strong { font-size: 10px; }
.event-schedule-list small, .event-schedule-empty { color: #687184; font-size: 9px; }
.event-schedule-empty { margin: 18px 0 0; padding: 20px; border: 1px solid #dfe3e8; border-radius: 4px; }
.weather-section { margin-top: 41px; }
.weather-scroll { margin-top: 18px; overflow-x: auto; border: 1px solid #dfe3e8; border-radius: 4px; }
.weather-grid { display: grid; min-width: 620px; grid-template-columns: repeat(8,1fr); }
.weather-grid article { display: grid; min-height: 178px; padding: 15px 6px 10px; justify-items: center; border-right: 1px solid #e7e9ec; font-size: 8.5px; }
.weather-grid article:last-child { border-right: 0; }
.weather-grid article b { font-size: 8px; }
.weather-grid article i { margin: 13px 0 9px; color: #ff9800; font-size: 24px; font-style: normal; }
.weather-grid article:nth-child(n+5) i { color: var(--red); }
.weather-grid article strong { margin-bottom: 23px; font-size: 11px; }
.weather-grid article small { margin-bottom: 14px; font-size: 8px; }
.event-detail-sidebar { display: grid; align-content: start; gap: 12px; }
.event-detail-card { padding: 14px 15px; border: 1px solid #dfe3e8; border-radius: 4px; }
.event-detail-card h2 { margin: 0; color: var(--red); font-size: 15px; }
.event-detail-card > i { display: block; width: 25px; height: 2px; margin: 8px 0 13px; background: var(--red); }
.quick-links { display: grid; }
.quick-links a { display: grid; min-height: 36px; grid-template-columns: 25px 1fr; align-items: center; color: #14203a; font-size: 10px; }
.quick-links a .site-meta-icon { width: 16px; height: 16px; color: var(--red); }
.quick-links a:first-of-type { color: #14203a; }
.event-upcoming > a:not(.detail-view-all),
.latest-results-card > a:not(.detail-view-all) {
  display: grid;
  min-height: 74px;
  grid-template-columns: 52px minmax(0, 1fr) 8px;
  gap: 12px;
  align-items: center;
}
.event-upcoming time,
.latest-results-card time {
  display: grid;
  width: 52px;
  height: 55px;
  place-content: center;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(145deg,#e30b17,#b20710);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.event-upcoming time b,
.latest-results-card time b { margin-bottom: 4px; font-size: 21px; }
.event-upcoming a > span,
.latest-results-card a > span { display: grid; gap: 5px; min-width: 0; }
.event-upcoming strong,
.latest-results-card strong { color: #202938; font-size: 11px; line-height: 1.35; }
.event-upcoming small { display: flex; align-items: center; gap: 5px; color: #4b5564; font-size: 9px; }
.event-upcoming small .site-meta-icon { width: 12px; height: 12px; flex: 0 0 12px; color: var(--red); }
.event-upcoming > a > b,
.latest-results-card > a > b { color: #202938; font-size: 23px; font-weight: 400; }
.detail-view-all { display: flex !important; justify-content: center; gap: 12px; margin-top: 5px; color: var(--red) !important; font-size: 9px !important; font-weight: 800; text-transform: uppercase; }
.detail-view-all span { font-size: 15px; }

@media (max-width: 850px) {
  .event-detail-shell { width: calc(100% - 36px); }
  .event-detail-layout { grid-template-columns: 1fr; }
  .event-detail-sidebar { grid-template-columns: 1fr 1fr; }
  .quick-links { grid-row: span 2; }
}

@media (max-width: 600px) {
  .event-detail-shell { width: calc(100% - 30px); }
  .event-detail-hero h1 { font-size: 31px; }
  .event-detail-nav > div { align-items: stretch; flex-direction: column-reverse; padding-top: 10px; }
  .event-detail-nav > div > div { width: 100%; justify-content: space-around; }
  .event-detail-nav .back-results { align-self: flex-end; }
  .event-overview-grid { grid-template-columns: 1fr; }
  .event-facts { grid-template-columns: 100px 1fr; }
  .event-schedule-section { margin-top: 28px; }
  .event-schedule-list article { grid-template-columns: 82px 1fr; }
  .event-detail-sidebar { grid-template-columns: 1fr; }
  .quick-links { grid-row: auto; }
  .weather-scroll { margin-right: -15px; border-radius: 4px 0 0 4px; }
}

/* About */
.about-shell { width: min(1040px, calc(100% - 70px)); margin-inline: auto; }
.about-hero { position: relative; min-height: 345px; overflow: hidden; color: #fff; background: url("../images/hero.jpeg") center 57% / cover no-repeat; }
.about-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,25,.83), rgba(3,15,25,.25) 58%, rgba(3,15,25,.03)); }
.about-hero-copy { position: relative; z-index: 1; padding-top: 65px; }
.about-hero-copy nav { display: flex; align-items: center; gap: 9px; font-size: 10px; }
.about-hero-copy nav span { font-size: 18px; }
.about-hero-copy nav strong { font-weight: 500; }
.about-hero-copy h1 { margin: 19px 0 14px; font-size: 47px; line-height: 1; }
.about-hero-copy > i { display: block; width: 36px; height: 3px; margin-bottom: 16px; background: var(--red); }
.about-hero-copy p { width: min(440px, 48%); margin: 0; font-size: 16px; line-height: 1.65; }
.about-content { padding: 30px 0 24px; }
.about-content h2 { margin: 0; color: var(--red); font-size: 22px; }
.about-club { display: grid; grid-template-columns: 370px minmax(0,1fr); gap: 43px; padding-bottom: 25px; border-bottom: 1px solid #dfe3e8; }
.about-copy p, .location-copy p { margin: 14px 0 0; font-size: 10.5px; line-height: 1.9; }
.about-primary-button { display: inline-flex; height: 39px; margin-top: 14px; align-items: center; gap: 18px; padding: 0 18px; border-radius: 3px; color: #fff; background: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.about-primary-button span { font-size: 16px; }
.about-feature-photo { position: relative; height: 230px; margin: 0; overflow: hidden; border-radius: 7px; background: #203e4d; }
.about-feature-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 64%; filter: saturate(.55) brightness(.58); transform: scale(1.05); }
.about-feature-photo figcaption { position: absolute; top: 22px; left: 50%; width: 78%; padding: 8px; transform: translateX(-50%); color: var(--red); background: rgba(255,255,255,.9); font-size: 17px; font-weight: 800; text-align: center; }
.about-feature-photo figcaption span { display: block; font-size: 11px; }
.member-silhouettes { display: flex; position: absolute; right: 7%; bottom: 15px; left: 7%; align-items: flex-end; justify-content: space-between; }
.member-silhouettes i { width: 9%; height: 92px; border-radius: 16px 16px 4px 4px; background: linear-gradient(#eee 0 46%, #333 47% 100%); box-shadow: 0 4px 0 #e30b17; }
.member-silhouettes i:nth-child(2n) { height: 82px; }
.member-silhouettes i:nth-child(3n) { height: 102px; }
.about-location-values { display: grid; grid-template-columns: 225px 295px minmax(0,1fr); gap: 40px; align-items: center; padding: 28px 0 31px; border-bottom: 1px solid #dfe3e8; }
.location-copy a { display: inline-flex; height: 37px; margin-top: 19px; align-items: center; padding: 0 15px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.location-visual { position: relative; height: 177px; margin: 0; overflow: hidden; border-radius: 6px; }
.location-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 80%; filter: saturate(.65) brightness(.56); transform: scale(1.4); }
.location-visual span { display: grid; position: absolute; top: 50%; left: 53%; width: 28px; height: 34px; place-items: center; border-radius: 18px 18px 18px 3px; color: #fff; background: var(--red); font-size: 11px; transform: translate(-50%,-50%) rotate(-45deg); }
.location-visual span::first-letter { transform: rotate(45deg); }
.values-list > h2 { margin-bottom: 7px; }
.values-list article { display: grid; min-height: 67px; grid-template-columns: 58px 1fr; align-items: center; border-bottom: 1px solid #dfe3e8; }
.values-list article:last-child { border-bottom: 0; }
.values-list article > b { color: var(--red); font-size: 36px; font-weight: 400; }
.values-list h3 { margin: 0 0 5px; font-size: 10px; text-transform: uppercase; }
.values-list p { margin: 0; font-size: 9.5px; line-height: 1.5; }
.sailing-program { padding-top: 20px; }
.sailing-program > div { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 15px; }
.sailing-program article { display: grid; min-height: 76px; padding: 0 36px; grid-template-columns: 46px 1fr; gap: 10px; align-items: start; border-right: 1px solid #dfe3e8; }
.sailing-program article:first-child { padding-left: 0; }
.sailing-program article:last-child { padding-right: 0; border-right: 0; }
.sailing-program article > b { color: var(--red); font-size: 35px; font-weight: 400; }
.sailing-program p { display: grid; gap: 5px; margin: 0; font-size: 9.5px; }
.sailing-program strong { margin-bottom: 3px; text-transform: uppercase; }

.about-dynamic-content { padding: 32px 0 34px; }
.about-dynamic-feature {
  display: grid;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe3e8;
}
.about-dynamic-feature.has-media {
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: 42px;
  align-items: center;
}
.about-dynamic-copy { min-width: 0; }
.about-dynamic-body {
  margin-top: 14px;
  color: #253044;
  font-size: 11px;
  line-height: 1.85;
}
.about-dynamic-body > :first-child { margin-top: 0; }
.about-dynamic-body > :last-child { margin-bottom: 0; }
.about-dynamic-body p { margin: 0 0 13px; }
.about-dynamic-body ul, .about-dynamic-body ol { padding-left: 20px; }
.about-dynamic-body a { color: var(--red); text-decoration: underline; }
.about-dynamic-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 14px 0;
  border-radius: 6px;
}
.about-dynamic-body iframe, .about-dynamic-body video { max-width: 100%; }
.about-dynamic-body table { display: block; max-width: 100%; overflow-x: auto; }
.about-feature-media, .about-feature-video {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #102536;
  box-shadow: 0 8px 24px rgba(15,31,47,.12);
}
.about-feature-media { height: 250px; }
.about-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.about-feature-video { aspect-ratio: 16 / 9; }
.about-feature-video iframe, .about-feature-video video { display: block; width: 100%; height: 100%; border: 0; }
.about-dynamic-location {
  display: grid;
  grid-template-columns: minmax(0,1fr) 240px;
  gap: 20px;
  align-items: center;
}
.about-location-copy { min-width: 0; }
.about-location-details { display: grid; gap: 5px; margin-top: 15px; color: #253044; }
.about-location-details strong { font-size: 12px; }
.about-location-details p { margin: 0; font-size: 10.5px; line-height: 1.65; }
.about-location-button {
  display: inline-flex;
  min-height: 38px;
  margin-top: 17px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid var(--red);
  border-radius: 3px;
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-location-button .site-meta-icon { width: 15px; height: 15px; }
.about-location-map-card {
  position: relative;
  min-height: 229px;
  overflow: hidden;
  border-radius: 7px;
  background: linear-gradient(135deg, #102a3c, #1f5265);
  box-shadow: 0 8px 24px rgba(15,31,47,.12);
}
.about-location-map-card iframe {
  display: block;
  width: 100%;
  height: 229px;
  border: 0;
}
.about-location-map-card a {
  display: grid;
  min-height: 229px;
  padding: 16px 10px;
  align-content: center;
  justify-items: center;
  gap: 9px;
  color: #fff;
  text-align: center;
}
.about-location-map-card .about-location-map-link {
  display: block;
  position: absolute;
  right: 7px;
  bottom: 7px;
  min-height: 0;
  padding: 6px 9px;
  border-radius: 3px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 2px 8px rgba(0,0,0,.24);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.about-location-map-card .site-meta-icon { width: 38px; height: 38px; color: var(--red); }
.about-location-map-card strong { font-size: 12px; }
.about-location-map-card span { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.about-dynamic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 0;
  row-gap: 26px;
  padding-top: 28px;
}
.about-dynamic-card {
  min-width: 0;
  padding: 0 34px 26px 0;
  border: 0;
  border-bottom: 1px solid #dfe3e8;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.about-dynamic-card:nth-child(even) {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid #dfe3e8;
}

@media (max-width: 850px) {
  .about-shell { width: calc(100% - 36px); }
  .about-hero { min-height: 300px; background-position: 62% center; }
  .about-hero-copy { padding-top: 46px; }
  .about-hero-copy p { width: min(430px, 60%); }
  .about-club { grid-template-columns: 1fr 1.2fr; gap: 28px; }
  .about-location-values { grid-template-columns: 1fr 1fr; }
  .values-list { grid-column: 1 / -1; }
  .about-dynamic-feature.has-media { grid-template-columns: minmax(0, .9fr) minmax(330px,1.1fr); gap: 28px; }
  .about-dynamic-location { grid-template-columns: minmax(0,1fr) 203px; gap: 16px; }
}

@media (max-width: 600px) {
  .about-shell { width: calc(100% - 30px); }
  .about-hero { min-height: 285px; }
  .about-hero-copy { padding-top: 38px; }
  .about-hero-copy h1 { font-size: 39px; }
  .about-hero-copy p { font-size: 13px; }
  .about-hero-copy p { width: min(100%, 360px); }
  .about-hero-copy p br { display: none; }
  .about-club { grid-template-columns: 1fr; }
  .about-feature-photo { height: 210px; grid-row: 1; }
  .about-location-values { grid-template-columns: 1fr; gap: 24px; }
  .location-visual { grid-row: 1; height: 190px; }
  .values-list { grid-column: auto; }
  .sailing-program > div { grid-template-columns: 1fr; gap: 15px; }
  .sailing-program article, .sailing-program article:first-child, .sailing-program article:last-child { padding: 12px 0; border-right: 0; border-bottom: 1px solid #dfe3e8; }
  .sailing-program article:last-child { border-bottom: 0; }
  .about-dynamic-content { padding-top: 24px; }
  .about-dynamic-feature.has-media, .about-dynamic-grid { grid-template-columns: 1fr; }
  .about-dynamic-feature.has-media { gap: 20px; }
  .about-feature-media { height: 215px; }
  .about-feature-media, .about-feature-video { grid-row: 1; }
  .about-dynamic-location { grid-template-columns: 1fr; gap: 16px; }
  .about-location-map-card,
  .about-location-map-card iframe,
  .about-location-map-card > a:not(.about-location-map-link) { min-height: 229px; height: 229px; }
  .about-dynamic-grid { gap: 15px; padding-top: 22px; }
  .about-dynamic-card,
  .about-dynamic-card:nth-child(even) {
    padding: 0 0 22px;
    border-left: 0;
    border-bottom: 1px solid #dfe3e8;
  }
}

/* Resources */
.resources-shell { width: min(980px, calc(100% - 70px)); margin-inline: auto; }
.resources-hero { position: relative; min-height: 246px; overflow: hidden; color: #fff; background: url("../images/hero.jpeg") center 60% / cover no-repeat; }
.resources-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,15,25,.9),rgba(3,15,25,.34) 58%,rgba(3,15,25,.04)); }
.resources-hero-copy { position: relative; z-index: 1; padding-top: 39px; }
.resources-hero-copy nav, .resource-item-hero-copy nav { display: flex; align-items: center; gap: 10px; font-size: 11px; }
.resources-hero-copy nav span, .resource-item-hero-copy nav span { font-size: 19px; }
.resources-hero-copy h1 { margin: 17px 0 12px; font-size: 44px; }
.resources-hero-copy > i { display: block; width: 43px; height: 3px; margin-bottom: 13px; background: var(--red); }
.resources-hero-copy p { margin: 0; font-size: 15px; line-height: 1.55; }
.resources-layout { display: grid; grid-template-columns: minmax(0,710px) 245px; gap: 30px; padding: 27px 0 20px; }
.document-section header { display: flex; align-items: center; justify-content: space-between; }
.document-section h2, .guide-section > h2, .resource-side-card h2 { margin: 0; color: var(--red); font-size: 17px; }
.document-section header > a { color: var(--red); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.document-section header > a span { margin-left: 8px; font-size: 14px; }
.document-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 13px; }
.document-grid article { min-height: 143px; padding: 15px 13px 12px; border: 1px solid #dfe3e8; border-radius: 4px; }
.document-grid article > b { display: grid; width: 25px; height: 34px; color: var(--red); font-size: 25px; line-height: .7; }
.document-grid article > b .site-meta-icon { width: 25px; height: 25px; }
.document-grid article > b small { font-size: 6px; text-align: center; }
.document-grid h3 { margin: 10px 0 6px; font-size: 9.5px; }
.document-grid p { margin: 0 0 10px; color: #596170; font-size: 8px; }
.document-grid a { display: inline-flex; height: 27px; align-items: center; padding: 0 12px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.document-grid-empty { display: block; padding: 22px; border: 1px solid #dfe3e8; border-radius: 4px; color: #687184; }
.document-grid-empty p { margin: 0; font-size: 11px; }
.guide-section { margin-top: 20px; padding-top: 20px; border-top: 1px solid #dfe3e8; }
.guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px 23px; margin-top: 14px; }
.guide-grid article { display: grid; grid-template-columns: 96px 1fr; gap: 11px; min-width: 0; }
.resource-guide-image { display: block; width: 96px; height: 82px; overflow: hidden; border-radius: 4px; }
.guide-grid img { width: 96px; height: 82px; border-radius: 4px; object-fit: cover; }
.guide-grid article:nth-child(2n) img { filter: saturate(.55) brightness(.72); }
.guide-grid h3 { margin: 0 0 6px; font-size: 10.5px; line-height: 1.25; }
.guide-grid p { margin: 0 0 6px; font-size: 8.5px; line-height: 1.5; }
.guide-grid a { color: var(--red); font-size: 7.5px; font-weight: 800; text-transform: uppercase; }
.guide-grid a span { margin-left: 6px; font-size: 13px; }
.resource-view-all { display: flex; height: 29px; margin-top: 14px; align-items: center; justify-content: center; border: 1px solid var(--red); border-radius: 3px; color: var(--red); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.resource-view-all span { margin-left: 8px; font-size: 14px; }
.resource-guides-empty { margin-top: 14px; padding: 20px; border: 1px solid #dfe3e8; border-radius: 4px; color: #697180; font-size: 10px; }
.resources-sidebar { display: grid; align-content: start; gap: 14px; }
.resource-side-card { border: 1px solid #dfe3e8; border-radius: 4px; overflow: hidden; }
.resource-side-card h2 { padding: 14px 12px 11px; border-bottom: 1px solid #dfe3e8; }
.useful-links > a { display: grid; min-height: 48px; padding: 10px 13px; grid-template-columns: minmax(0,1fr) 14px; gap: 10px; align-items: center; border-bottom: 1px solid #edf0f3; }
.useful-links > a:last-child { border-bottom: 0; }
.useful-links > a > span { display: grid; gap: 4px; min-width: 0; }
.useful-links > a strong { font-size: 8.5px; line-height: 1.4; }
.useful-links > a small { color: #697180; font-size: 7.5px; line-height: 1.45; }
.useful-links > a i { color: var(--red); font-size: 13px; font-style: normal; text-align: right; }
.useful-links-empty { margin: 0; padding: 14px 13px; color: #697180; font-size: 8.5px; line-height: 1.5; }
.class-resources > a { display: grid; min-height: 72px; padding: 10px 12px; grid-template-columns: 35px 1fr 9px; gap: 10px; align-items: center; border-bottom: 1px solid #dfe3e8; }
.class-resources > a:last-child { border-bottom: 0; }
.class-resources > a > b { color: #172238; font-size: 26px; transform: rotate(-9deg); }
.class-resources > a > span { display: grid; gap: 5px; }
.class-resources strong { font-size: 9.5px; }
.class-resources small { color: #596170; font-size: 8.5px; line-height: 1.4; }
.class-resources i { color: var(--red); font-size: 19px; font-style: normal; }

/* Resource item */
.resource-item-shell { width: min(910px, calc(100% - 70px)); margin-inline: auto; }
.resource-item-hero { position: relative; min-height: 285px; overflow: hidden; color: #fff; background: url("../images/hero.jpeg") center 58% / cover no-repeat; }
.resource-item-hero-copy { position: relative; z-index: 1; padding-top: 35px; }
.resource-item-hero-copy > p { margin: 25px 0 8px; color: #ff3340; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.resource-item-hero-copy h1 { margin: 0 0 20px; font-size: 43px; line-height: 1.08; }
.content-page-hero .resource-item-hero-copy h1 { margin-bottom: 12px; }
.content-page-hero .content-hero-line { display: block; width: 42px; height: 3px; margin: 0 0 15px; background: var(--red); }
.resource-item-hero-copy > div { display: flex; gap: 10px; }
.resource-item-hero-copy > div span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.65); border-radius: 15px; font-size: 8px; text-transform: uppercase; }
.resource-item-layout { display: grid; grid-template-columns: minmax(0,610px) 265px; gap: 35px; padding: 30px 0 25px; }
.content-page-layout { display: block; min-height: 320px; padding: 38px 0 48px; }
.content-page-layout .resource-article { max-width: 820px; }
.content-page-hero .resource-item-hero-copy h1 { max-width: 760px; }
.membership-layout { grid-template-columns: minmax(0, 650px) 300px; width: min(1000px, calc(100% - 70px)); }
.membership-page { min-width: 0; max-width: none; color: #202938; }
.membership-page > p,
.membership-page > div > p { margin: 0 0 17px; font-size: 12px; line-height: 1.65; }
.membership-page h2 { margin: 26px 0 10px; color: var(--red); font-size: 21px; line-height: 1.3; }
.membership-page h3 { margin: 23px 0 9px; color: #17233d; font-size: 17px; line-height: 1.35; }
.membership-page ul,
.membership-benefits { display: grid; gap: 8px; margin: 0 0 20px; padding-left: 22px; font-size: 12px; line-height: 1.6; }
.membership-page li { margin: 0; font-size: 12px; line-height: 1.6; }
.membership-cta { margin: 0 0 26px; padding: 20px 22px; border-left: 5px solid var(--red); border-radius: 5px; background: #f5f7fa; }
.membership-cta strong { display: block; color: #17233d; font-size: 17px; line-height: 1.35; }
.membership-cta p { margin: 7px 0 0 !important; color: #4e596b; font-size: 13px !important; }
.membership-cta a { display: inline-flex; min-height: 42px; align-items: center; gap: 10px; margin-top: 13px; padding: 0 17px; border-radius: 4px; color: #fff; background: var(--red); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.membership-cta a:hover { color: #fff; background: var(--red-dark); }
.membership-cta a b { font-size: 15px; font-weight: 500; }
.membership-cta-unavailable { border-left-color: #e0a800; background: #fff7e6; }
.membership-page table.membership-table { display: table; width: 100%; max-width: none; margin: 22px 0; overflow: visible; border-collapse: collapse; color: #202938; font-size: 12px; table-layout: auto; }
.membership-page table.membership-table th { display: table-cell; padding: 12px 14px; color: #fff; background: var(--red); font-size: 12px; font-weight: 800; text-align: left; }
.membership-page table.membership-table td { display: table-cell; padding: 12px 14px; border-bottom: 1px solid #dfe3e8; color: #202938; font-size: 12px; line-height: 1.45; visibility: visible; }
.membership-page table.membership-table tbody tr:nth-child(even) { background: #f8f8f8; }
.membership-page .membership-table .fee,
.membership-page table.membership-table th:last-child,
.membership-page table.membership-table td:last-child { width: 90px; text-align: right; font-weight: 800; white-space: nowrap; }
.membership-note { margin: 12px 0 24px; padding: 13px 16px; border-left: 4px solid #e0a800; background: #fff7e6; color: #55430c; font-size: 12px; line-height: 1.55; }
.membership-sidebar { display: grid; align-content: start; gap: 14px; }
.membership-help-card p { margin: 0 0 12px; color: #596170; font-size: 10px; line-height: 1.6; }
.resource-article { color: #202938; }
.resource-lead { color: #0b2144; font-size: 17px !important; font-weight: 800; line-height: 1.5 !important; }
.resource-article > p { margin: 0 0 18px; font-size: 11px; line-height: 1.8; }
.resource-article figure { height: 240px; margin: 22px 0; overflow: hidden; border-radius: 5px; }
.resource-article figure img { width: 100%; height: 100%; object-fit: cover; }
.resource-article h2 { margin: 25px 0 10px; color: var(--red); font-size: 19px; }
.resource-article ul { display: grid; gap: 9px; margin: 0 0 18px; padding-left: 20px; font-size: 11px; }
.resource-callout { margin: 22px 0; padding: 15px 17px; border-left: 3px solid var(--red); background: #f7f7f7; }
.resource-callout b { color: var(--red); font-size: 11px; text-transform: uppercase; }
.resource-callout p { margin: 7px 0 0; font-size: 10px; line-height: 1.6; }
.resource-item-pagination { display: flex; margin-top: 30px; justify-content: space-between; border-top: 1px solid #dfe3e8; padding-top: 15px; }
.resource-item-pagination a { color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.resource-item-sidebar { display: grid; align-content: start; gap: 14px; }
.resource-item-sidebar section { padding: 15px; border: 1px solid #dfe3e8; border-radius: 4px; }
.resource-item-sidebar h2 { margin: 0 0 12px; color: var(--red); font-size: 15px; }
.resource-item-sidebar section:first-child a { display: block; min-height: 32px; padding: 8px 0; border-bottom: 1px solid #e7e7e7; font-size: 9px; }
.resource-item-sidebar section:nth-child(2) a { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; margin-top: 10px; }
.resource-item-sidebar section:nth-child(2) a > b { color: var(--red); font-size: 23px; }
.resource-item-sidebar section span { display: grid; gap: 3px; }
.resource-item-sidebar strong { font-size: 9.5px; }
.resource-item-sidebar small { color: #697180; font-size: 8px; }
.resource-item-sidebar section:last-child a { display: grid; grid-template-columns: 72px 1fr; gap: 10px; align-items: center; margin-top: 10px; }
.resource-item-sidebar img { width: 72px; height: 45px; border-radius: 3px; object-fit: cover; }

/* Dynamic resource articles follow the standard detail-page layout. */
.resource-article-layout { grid-template-columns: minmax(0, 650px) 300px; width: min(1000px, calc(100% - 70px)); }
.resource-article-layout .resource-article { min-width: 0; max-width: none; }
.resource-article-layout .resource-article > p,
.resource-article-layout .resource-article > div > p { margin: 0 0 17px; font-size: 12px; line-height: 1.7; }
.resource-article-layout .resource-article > p:first-child { color: #0b2144; font-size: 17px; font-weight: 700; line-height: 1.5; }
.resource-article-layout .resource-article h2 { margin: 28px 0 11px; color: var(--red); font-size: 21px; }
.resource-article-layout .resource-article h3 { margin: 23px 0 9px; color: var(--red); font-size: 17px; }
.resource-article-layout .resource-article ul,
.resource-article-layout .resource-article ol { gap: 8px; margin: 0 0 18px; padding-left: 22px; font-size: 12px; line-height: 1.65; }
.resource-article-layout .resource-article figure { height: auto; min-height: 0; margin: 22px 0; }
.resource-article-layout .resource-article figure img { width: 100%; height: auto; max-height: 430px; object-fit: cover; }
.resource-article-layout .resource-article iframe,
.resource-article-layout .resource-article video { display: block; width: 100%; max-width: 100%; margin: 22px 0; aspect-ratio: 16 / 9; border: 0; }
.article-body::after,
.about-dynamic-body::after { display: block; clear: both; content: ""; }
.article-body figure.content-image-no-wrap,
.about-dynamic-body figure.content-image-no-wrap,
.article-body img.content-image-no-wrap,
.about-dynamic-body img.content-image-no-wrap,
.resource-article-layout .resource-article img.content-image-no-wrap { display: block; height: auto; clear: both; margin: 20px 0; overflow: visible; }
.article-body figure.content-image-center,
.about-dynamic-body figure.content-image-center,
.article-body img.content-image-center,
.about-dynamic-body img.content-image-center,
.resource-article-layout .resource-article img.content-image-center { display: block; height: auto; clear: both; margin: 20px auto; overflow: visible; text-align: center; }
.article-body figure.content-image-center img,
.about-dynamic-body figure.content-image-center img { margin-right: auto; margin-left: auto; }
.article-body figure.content-image-wrap-left,
.article-body figure.content-image-wrap-right,
.about-dynamic-body figure.content-image-wrap-left,
.about-dynamic-body figure.content-image-wrap-right,
.article-body img.content-image-wrap-left,
.article-body img.content-image-wrap-right,
.about-dynamic-body img.content-image-wrap-left,
.about-dynamic-body img.content-image-wrap-right,
.resource-article-layout .resource-article img.content-image-wrap-left,
.resource-article-layout .resource-article img.content-image-wrap-right { height: auto; max-width: 60%; margin-top: 5px; margin-bottom: 18px; overflow: visible; }
.article-body figure.content-image-wrap-left,
.about-dynamic-body figure.content-image-wrap-left,
.article-body img.content-image-wrap-left,
.about-dynamic-body img.content-image-wrap-left,
.resource-article-layout .resource-article img.content-image-wrap-left { float: left; margin-right: 24px; }
.article-body figure.content-image-wrap-right,
.about-dynamic-body figure.content-image-wrap-right,
.article-body img.content-image-wrap-right,
.about-dynamic-body img.content-image-wrap-right,
.resource-article-layout .resource-article img.content-image-wrap-right { float: right; margin-left: 24px; }
.article-body figure.content-image-wrap-left img,
.article-body figure.content-image-wrap-right img,
.about-dynamic-body figure.content-image-wrap-left img,
.about-dynamic-body figure.content-image-wrap-right img { display: block; width: 100%; margin: 0; }
.resource-article-layout .resource-article table,
.content-page-layout .resource-article table { width: 100%; margin: 12px 0 26px; border-collapse: collapse; color: #152038; font-size: 12px; }
.resource-article-layout .resource-article th,
.resource-article-layout .resource-article td,
.content-page-layout .resource-article th,
.content-page-layout .resource-article td { height: 36px; padding: 0 10px; border-right: 1px solid #e5e7ea; border-bottom: 1px solid #e5e7ea; text-align: left; }
.resource-article-layout .resource-article th,
.content-page-layout .resource-article th { height: 36px; color: #fff; background: linear-gradient(#d60915,#b6050f); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.resource-article-layout .resource-article tr:last-child td,
.content-page-layout .resource-article tr:last-child td { border-bottom: 0; }
.resource-article-layout .resource-article tbody tr:nth-child(even),
.content-page-layout .resource-article tbody tr:nth-child(even) { background: #fbfbfc; }
.content-page-layout .resource-article .award-title { margin: 26px 0 10px; color: var(--red); font-size: 17px; font-weight: 800; line-height: 1.25; }
.content-page-layout .resource-article h2 { margin: 0 0 18px; color: var(--red); font-size: 21px; line-height: 1.2; }

/* News articles use the same reading scale as resource content pages. */
.article-layout[data-news-article-layout] { grid-template-columns: minmax(0, 650px) 300px; width: min(1000px, calc(100% - 70px)); }
.article-layout[data-news-article-layout] .news-article-content { min-width: 0; max-width: none; }
.article-layout[data-news-article-layout] .news-article-lead { margin: 0 0 17px; color: #0b2144; font-size: 17px; font-weight: 700; line-height: 1.5; }
.article-layout[data-news-article-layout] .news-article-lead p { margin: 0; font-size: inherit; line-height: inherit; }
.article-layout[data-news-article-layout] .news-article-body > p,
.article-layout[data-news-article-layout] .news-article-body > div > p { margin: 0 0 17px; font-size: 12px; line-height: 1.7; }
.article-layout[data-news-article-layout] .news-article-content h2 { margin: 28px 0 11px; color: var(--red); font-size: 21px; }
.article-layout[data-news-article-layout] .news-article-content h3 { margin: 23px 0 9px; color: var(--red); font-size: 17px; }
.article-layout[data-news-article-layout] .news-article-content ul,
.article-layout[data-news-article-layout] .news-article-content ol { gap: 8px; margin: 0 0 18px; padding-left: 22px; font-size: 12px; line-height: 1.65; }
.article-layout[data-news-article-layout] .news-article-content table { width: 100%; margin: 22px 0; border-collapse: collapse; font-size: 11px; }
.article-layout[data-news-article-layout] .news-article-content th,
.article-layout[data-news-article-layout] .news-article-content td { padding: 9px 10px; border: 1px solid #dfe3e8; text-align: left; }
.article-layout[data-news-article-layout] .news-article-content th { color: var(--red); background: #f5f6f8; }
.article-layout[data-news-article-layout] .news-article-content iframe,
.article-layout[data-news-article-layout] .news-article-content video { display: block; width: 100%; max-width: 100%; margin: 22px 0; aspect-ratio: 16 / 9; border: 0; }
.article-layout[data-news-article-layout] .news-article-content figure { height: auto; min-height: 0; margin: 22px 0; overflow: visible; }
.article-layout[data-news-article-layout] .news-article-content figure.image { clear: both; }
.article-layout[data-news-article-layout] .news-article-content figure img { width: auto; max-width: 100%; height: auto; object-fit: contain; }
.article-layout[data-news-article-layout] .news-article-content figcaption { margin-top: 7px; color: #697180; font-size: 10px; line-height: 1.45; text-align: center; }
.article-layout[data-news-article-layout] .news-article-content img[style*="float: left"] { margin: 5px 24px 18px 0; }
.article-layout[data-news-article-layout] .news-article-content img[style*="float: right"] { margin: 5px 0 18px 24px; }
.resource-article-actions { justify-content: flex-end; padding-top: 13px; border-top: 1px solid #dfe3e8; }
.resource-related-card h2,
.resource-article-links h2,
.resource-article-documents h2,
.resource-details-card h2 { color: var(--red); }
.resource-related-card > a:not(.side-view-all) { grid-template-columns: 90px minmax(0, 1fr); }
.resource-related-card img { width: 90px; height: 58px; filter: none !important; }
.resource-article-links > a { display: grid; min-height: 47px; padding: 10px 0; grid-template-columns: minmax(0, 1fr) 15px; gap: 10px; align-items: center; border-bottom: 1px solid #e7e9ed; }
.resource-article-links > a:last-child { border-bottom: 0; }
.resource-article-links > a > span { display: grid; gap: 4px; }
.resource-article-links strong { color: #202938; font-size: 10px; line-height: 1.35; }
.resource-article-links small { color: #697180; font-size: 8.5px; line-height: 1.45; }
.resource-article-links > a > b { color: var(--red); font-size: 15px; font-weight: 500; text-align: right; }
.resource-article-documents > a:not(.side-view-all) { display: grid; min-height: 50px; padding: 9px 0; grid-template-columns: 25px minmax(0, 1fr); gap: 10px; align-items: center; border-bottom: 1px solid #e7e9ed; }
.resource-article-documents > a:not(.side-view-all) .site-meta-icon { width: 22px; height: 22px; color: var(--red); }
.resource-article-documents > a:not(.side-view-all) > span { display: grid; gap: 3px; }
.resource-article-documents strong { color: #202938; font-size: 9.5px; line-height: 1.35; }
.resource-article-documents small { color: #697180; font-size: 8px; text-transform: uppercase; }

/* Contact page */
.contact-layout {
  display: grid;
  width: min(1000px, calc(100% - 70px));
  grid-template-columns: minmax(0, 650px) 300px;
  gap: 50px;
  padding: 36px 0 42px;
}
.contact-content { min-width: 0; }
.contact-content > h2 { margin: 0; color: var(--red); font-size: 23px; }
.contact-heading-line { display: block; width: 34px; height: 3px; margin: 10px 0 20px; background: var(--red); }
.contact-content .article-body { color: #253044; font-size: 12px; line-height: 1.75; }
.contact-content .article-body > :first-child { margin-top: 0; }
.contact-content .article-body > :last-child { margin-bottom: 0; }
.contact-content .article-body h2,
.contact-content .article-body h3 { color: var(--red); }
.contact-content .article-body a { color: var(--red); font-weight: 700; }
.contact-content .article-body img { max-width: 100%; height: auto; }
.contact-sidebar { display: grid; align-content: start; gap: 16px; }
.contact-detail-list { display: grid; }
.contact-detail-list > a {
  display: grid;
  min-height: 62px;
  padding: 11px 0;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  border-bottom: 1px solid #e7e9ed;
}
.contact-detail-list > a:last-child { border-bottom: 0; }
.contact-detail-list .site-meta-icon { width: 20px; height: 20px; margin-top: 3px; color: var(--red); }
.contact-detail-list span { display: grid; gap: 4px; min-width: 0; }
.contact-detail-list small { color: #697180; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.contact-detail-list strong { overflow-wrap: anywhere; color: #202938; font-size: 10.5px; line-height: 1.4; }
.contact-detail-list em { color: #596170; font-size: 9px; font-style: normal; line-height: 1.5; }
.contact-map-card iframe { display: block; width: 100%; height: 205px; border: 0; background: #eef1f3; }
.contact-map-card > a {
  display: flex;
  min-height: 32px;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--red);
  border-radius: 3px;
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.contact-map-card > a span { font-size: 14px; }

@media (max-width: 850px) {
  .resources-shell, .resource-item-shell { width: calc(100% - 36px); }
  .resources-layout, .resource-item-layout { grid-template-columns: 1fr; }
  .resources-sidebar { grid-template-columns: 1fr 1fr; }
  .document-grid { grid-template-columns: repeat(3,1fr); }
  .resource-item-sidebar { grid-template-columns: 1fr 1fr; }
  .resource-item-sidebar section:first-child { grid-row: span 2; }
  .resource-article-layout { width: calc(100% - 36px); grid-template-columns: 1fr; }
  .article-layout[data-news-article-layout] { width: calc(100% - 36px); grid-template-columns: 1fr; }
  .resource-article-sidebar { grid-template-columns: 1fr 1fr; }
  .resource-details-card { order: -1; }
  .contact-layout { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 28px; }
  .contact-sidebar { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .membership-layout { width: calc(100% - 30px); grid-template-columns: 1fr; }
  .membership-cta a { width: 100%; justify-content: center; text-align: center; }
  .membership-page table.membership-table { font-size: 12px; }
  .membership-page table.membership-table th,
  .membership-page table.membership-table td { padding: 10px; }
}

@media (max-width: 600px) {
  .resources-shell, .resource-item-shell { width: calc(100% - 30px); }
  .resources-hero { min-height: 235px; }
  .resources-hero-copy h1 { font-size: 38px; }
  .document-section header { align-items: flex-start; flex-direction: column; gap: 7px; }
  .document-grid { grid-template-columns: 1fr 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid article { grid-template-columns: 115px 1fr; }
  .resource-guide-image { width: 115px; height: 95px; }
  .guide-grid img { width: 115px; height: 95px; }
  .resources-sidebar { grid-template-columns: 1fr; }
  .resource-item-hero { min-height: 300px; }
  .resource-item-hero-copy h1 { font-size: 36px; }
  .resource-item-layout { padding-top: 22px; }
  .resource-article figure { height: 195px; }
  .resource-item-sidebar { grid-template-columns: 1fr; }
  .resource-item-sidebar section:first-child { grid-row: auto; }
  .resource-article-layout { width: calc(100% - 30px); padding-top: 25px; }
  .resource-article-layout .resource-article > p:first-child { font-size: 16px; }
  .article-layout[data-news-article-layout] { width: calc(100% - 30px); padding-top: 25px; }
  .article-layout[data-news-article-layout] .news-article-lead { font-size: 16px; }
  .resource-article-sidebar { grid-template-columns: 1fr; }
  .article-body figure.content-image-wrap-left,
  .article-body figure.content-image-wrap-right,
  .about-dynamic-body figure.content-image-wrap-left,
  .about-dynamic-body figure.content-image-wrap-right,
  .article-body img.content-image-wrap-left,
  .article-body img.content-image-wrap-right,
  .about-dynamic-body img.content-image-wrap-left,
  .about-dynamic-body img.content-image-wrap-right,
  .resource-article-layout .resource-article img.content-image-wrap-left,
  .resource-article-layout .resource-article img.content-image-wrap-right {
    float: none;
    width: auto !important;
    max-width: 100%;
    margin: 20px 0;
  }
  .contact-layout { width: calc(100% - 30px); padding: 25px 0 32px; }
  .contact-sidebar { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  .document-grid { grid-template-columns: 1fr; }
}

/* Consistent internal-page heroes. The homepage stays taller for feature content. */
.news-hero,
.article-hero,
.results-hero,
.events-hero,
.result-detail-hero,
.about-hero,
.resources-hero,
.resource-item-hero {
  height: 320px;
  min-height: 320px;
}

@media (max-width: 850px) {
  .news-hero,
  .article-hero,
  .results-hero,
  .events-hero,
  .result-detail-hero,
  .about-hero,
  .resources-hero,
  .resource-item-hero {
    height: 300px;
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  .news-hero,
  .article-hero,
  .results-hero,
  .events-hero,
  .result-detail-hero,
  .about-hero,
  .resources-hero,
  .resource-item-hero {
    height: 290px;
    min-height: 290px;
  }
}

/* Event details use the same grid and type scale as the rest of the website. */
.event-detail-page {
  background: #fff;
}
.event-detail-page .event-detail-shell {
  width: min(1000px, calc(100% - 70px));
}
.event-detail-page .event-detail-hero {
  min-height: 320px;
  background-position: center 57%;
}
.event-detail-page .result-detail-hero-copy {
  padding-top: 44px;
}
.event-detail-page .event-detail-hero h1 {
  max-width: 620px;
  margin: 17px 0 12px;
  font-size: 45px;
  line-height: 1.08;
}
.event-detail-page .event-detail-hero .detail-hero-line {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 0 15px;
  background: var(--red);
}
.event-detail-page .event-detail-hero ul {
  gap: 8px;
}
.event-detail-page .event-detail-nav {
  border-bottom: 1px solid #dfe3e8;
  background: #fff;
}
.event-detail-page .event-detail-nav > div {
  min-height: 49px;
}
.event-detail-page .event-detail-nav > div > div {
  height: 49px;
  gap: 52px;
}
.event-detail-page .event-detail-nav a.active {
  color: var(--red);
}
.event-detail-page .event-detail-layout {
  grid-template-columns: minmax(0, 680px) 278px;
  gap: 37px;
  padding: 34px 0 30px;
}
.event-detail-page .event-detail-main,
.event-detail-page .event-detail-sidebar,
.event-detail-page .event-overview-grid,
.event-detail-page .event-facts,
.event-detail-page .race-notes {
  min-width: 0;
}
.event-detail-page .detail-section-title,
.event-detail-page .event-schedule-section > h2 {
  margin: 0;
  color: var(--red);
  font-size: 21px;
  line-height: 1.15;
}
.event-detail-page .detail-section-title::after,
.event-detail-page .event-schedule-section > h2::after {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  margin-top: 9px;
  background: var(--red);
}
.event-detail-page .event-overview-grid {
  grid-template-columns: minmax(0, 410px) minmax(220px, 1fr);
  gap: 28px;
  margin-top: 18px;
}
.event-detail-page .event-facts {
  grid-template-columns: 125px 1fr;
  font-size: 11.5px;
}
.event-detail-page .event-facts dt,
.event-detail-page .event-facts dd {
  min-height: 43px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #e4e7eb;
  line-height: 1.55;
}
.event-detail-page .event-facts dt {
  padding-left: 0;
  padding-right: 16px;
  color: #596579;
  font-weight: 500;
}
.event-detail-page .event-facts dd {
  color: #172238;
  overflow-wrap: anywhere;
}
.event-detail-page .event-facts a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-detail-page .event-facts a .site-meta-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.event-detail-page .race-notes,
.event-detail-page .event-detail-card {
  padding: 18px;
  border-color: #e1e5e9;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 7px rgba(0,0,0,.025);
}
.event-detail-page .race-notes h2,
.event-detail-page .event-detail-card h2 {
  margin: 0;
  color: var(--red);
  font-size: 16px;
  line-height: 1.2;
}
.event-detail-page .race-notes h2::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 8px;
  background: var(--red);
}
.event-detail-page .race-notes p,
.event-detail-page .event-detail-card p {
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.75;
}
.event-detail-page .race-notes p:first-of-type {
  margin-top: 16px;
}
.event-detail-page .race-notes p:last-child,
.event-detail-page .event-detail-card p:last-child {
  margin-bottom: 0;
}
.event-detail-page .event-schedule-section {
  margin-top: 36px;
}
.event-detail-page .event-schedule-list {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  background: #fff;
}
.event-detail-page .event-schedule-list article {
  min-height: 64px;
  grid-template-columns: 112px 1fr;
  border-bottom: 1px solid #e7e9ec;
}
.event-detail-page .event-schedule-list article:last-child {
  border-bottom: 0;
}
.event-detail-page .event-schedule-list time,
.event-detail-page .event-schedule-list strong {
  font-size: 11px;
}
.event-detail-page .event-schedule-list time {
  padding: 0 16px;
  color: var(--red);
  font-weight: 800;
}
.event-detail-page .event-schedule-list article > div {
  min-width: 0;
  padding: 12px 16px;
  border-left: 1px solid #e7e9ec;
}
.event-detail-page .event-schedule-list small,
.event-detail-page .event-schedule-empty {
  font-size: 10px;
}
.event-detail-page .event-detail-sidebar {
  gap: 14px;
}
.event-detail-page .event-detail-card > i {
  width: 28px;
  margin-top: 8px;
}
.event-detail-page .quick-links a {
  display: grid;
  min-height: 42px;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #edf0f3;
  color: #172238;
  font-size: 11px;
  font-weight: 600;
}
.event-detail-page .quick-links a:last-child {
  border-bottom: 0;
}
.event-detail-page .quick-links a:hover,
.event-detail-page .event-upcoming > a:not(.detail-view-all):hover strong,
.event-detail-page .latest-results-card > a:not(.detail-view-all):hover strong {
  color: var(--red);
}
.event-detail-page .quick-links a .site-meta-icon {
  width: 16px;
  height: 16px;
  color: var(--red);
}
.event-detail-page .event-upcoming > a:not(.detail-view-all),
.event-detail-page .latest-results-card > a:not(.detail-view-all) {
  display: grid;
  min-height: 74px;
  grid-template-columns: 52px minmax(0, 1fr) 10px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #edf0f3;
}
.event-detail-page .event-upcoming > a:not(.detail-view-all):last-of-type,
.event-detail-page .latest-results-card > a:not(.detail-view-all):last-of-type {
  border-bottom: 0;
}
.event-detail-page .event-upcoming time,
.event-detail-page .latest-results-card time {
  flex: 0 0 52px;
}
.event-detail-page .event-upcoming strong,
.event-detail-page .latest-results-card strong {
  display: block;
  color: #202938;
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.event-detail-page .event-upcoming small {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  color: #4b5564;
  font-size: 9px;
}
.event-detail-page .event-upcoming > a > b,
.event-detail-page .latest-results-card > a > b {
  color: #202938;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.event-detail-page .detail-view-all {
  min-height: 34px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.event-detail-page .detail-view-all:hover {
  border-color: var(--red);
  background: #fff8f8;
}

@media (max-width: 850px) {
  .event-detail-page .event-detail-shell {
    width: calc(100% - 36px);
  }
  .event-detail-page .result-detail-hero-copy {
    padding-top: 43px;
  }
  .event-detail-page .event-detail-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .event-detail-page .event-overview-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, .8fr);
  }
  .event-detail-page .event-detail-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .event-detail-page .quick-links {
    grid-row: span 2;
  }
}

@media (max-width: 600px) {
  .event-detail-page .event-detail-shell {
    width: calc(100% - 30px);
  }
  .event-detail-page .result-detail-hero-copy {
    padding-top: 30px;
  }
  .event-detail-page .event-detail-hero h1 {
    margin-top: 20px;
    font-size: 36px;
  }
  .event-detail-page .event-detail-nav > div {
    align-items: stretch;
    flex-direction: column-reverse;
    padding-top: 10px;
  }
  .event-detail-page .event-detail-nav > div > div {
    width: 100%;
    height: 49px;
    justify-content: flex-start;
    gap: 34px;
    overflow-x: auto;
  }
  .event-detail-page .event-detail-nav .back-results {
    align-self: flex-end;
    margin-bottom: 4px;
  }
  .event-detail-page .event-overview-grid {
    grid-template-columns: 1fr;
  }
  .event-detail-page .event-facts {
    grid-template-columns: 108px 1fr;
    font-size: 11px;
  }
  .event-detail-page .race-notes {
    order: initial;
  }
  .event-detail-page .event-schedule-list article {
    grid-template-columns: 88px 1fr;
  }
  .event-detail-page .event-detail-sidebar {
    grid-template-columns: 1fr;
  }
  .event-detail-page .quick-links {
    grid-row: auto;
  }
}

/* Event detail layout repair */
body.event-detail-page main {
  background: #fff;
}
.event-detail-page .event-detail-shell {
  width: min(1120px, calc(100% - 70px));
  margin-inline: auto;
}
.event-detail-page .result-detail-hero,
.event-detail-page .event-detail-hero {
  height: 320px;
  min-height: 320px;
}
.event-detail-page .result-detail-hero-copy {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}
.event-detail-page .event-detail-hero h1 {
  max-width: 720px;
  margin: 13px 0 10px;
  color: #fff;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.05;
}
.event-detail-page .event-detail-hero .detail-hero-line {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 0 15px;
  background: var(--red);
}
.event-detail-page .event-detail-hero ul {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 9px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-detail-page .event-detail-hero li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.event-detail-page .event-detail-hero li span {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.event-detail-page .event-detail-nav {
  border-bottom: 1px solid #dfe3e8;
  background: #fff;
}
.event-detail-page .event-detail-nav > div {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
}
.event-detail-page .event-detail-nav > div > div {
  display: flex;
  height: 56px;
  gap: 42px;
  align-items: stretch;
}
.event-detail-page .event-detail-nav a {
  display: inline-flex;
  position: relative;
  align-items: center;
  color: #172238;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.event-detail-page .event-detail-nav a.active {
  color: var(--red);
}
.event-detail-page .event-detail-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--red);
}
.event-detail-page .back-results {
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid var(--red);
  border-radius: 3px;
  color: var(--red) !important;
}
.event-detail-page .event-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 42px;
  align-items: start;
  padding: 38px 0 42px;
}
.event-detail-page .event-detail-main,
.event-detail-page .event-detail-sidebar {
  min-width: 0;
}
.event-detail-page .event-detail-main {
  display: grid;
  gap: 30px;
}
.event-detail-page .detail-section-title {
  margin: 0;
  color: var(--red);
  font-size: 24px;
  line-height: 1.15;
}
.event-detail-page .detail-section-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  background: var(--red);
}
.event-detail-page .event-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  margin: 0;
}
.event-detail-page .event-facts {
  display: grid;
  grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
  margin: 0;
  padding: 6px 24px;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,.03);
  font-size: 12px;
}
.event-detail-page .event-facts dt,
.event-detail-page .event-facts dd {
  min-height: 45px;
  margin: 0;
  padding: 13px 0;
  border-bottom: 1px solid #e7e9ed;
  line-height: 1.55;
}
.event-detail-page .event-facts dt:nth-last-of-type(1),
.event-detail-page .event-facts dd:nth-last-of-type(1) {
  border-bottom: 0;
}
.event-detail-page .event-facts dt {
  padding-right: 22px;
  color: #5c6677;
  font-weight: 700;
}
.event-detail-page .event-facts dd {
  color: #172238;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.event-detail-page .event-facts a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-detail-page .race-notes {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,.03);
}
.event-detail-page .race-notes h2,
.event-detail-page .event-schedule-section > h2,
.event-detail-page .event-detail-card h2 {
  margin: 0;
  color: var(--red);
  font-size: 18px;
  line-height: 1.2;
}
.event-detail-page .race-notes h2::after,
.event-detail-page .event-schedule-section > h2::after,
.event-detail-page .event-detail-card > i {
  display: block;
  width: 30px;
  height: 2px;
  margin: 9px 0 15px;
  background: var(--red);
  content: "";
}
.event-detail-page .race-notes p,
.event-detail-page .event-detail-card p {
  margin: 0 0 13px;
  color: #364255;
  font-size: 12px;
  line-height: 1.75;
}
.event-detail-page .race-notes p:last-child,
.event-detail-page .event-detail-card p:last-child {
  margin-bottom: 0;
}
.event-detail-page .event-schedule-section {
  margin-top: 0;
}
.event-detail-page .event-schedule-list,
.event-detail-page .event-schedule-empty {
  margin-top: 18px;
}
.event-detail-page .event-schedule-list {
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  background: #fff;
}
.event-detail-page .event-schedule-list article {
  display: grid;
  min-height: 60px;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid #e7e9ed;
}
.event-detail-page .event-schedule-list article:last-child {
  border-bottom: 0;
}
.event-detail-page .event-schedule-list time {
  padding: 0 18px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
}
.event-detail-page .event-schedule-list article > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px 18px;
  border-left: 1px solid #e7e9ed;
}
.event-detail-page .event-schedule-list strong {
  color: #172238;
  font-size: 12px;
}
.event-detail-page .event-schedule-list small,
.event-detail-page .event-schedule-empty {
  color: #657083;
  font-size: 10px;
}
.event-detail-page .event-schedule-empty {
  padding: 18px;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  background: #fff;
}
.event-detail-page .event-detail-sidebar {
  display: grid;
  align-content: start;
  gap: 16px;
}
.event-detail-page .event-detail-card {
  padding: 18px;
  border: 1px solid #dfe3e8;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,.03);
}
.event-detail-page .quick-links {
  display: grid;
}
.event-detail-page .quick-links a {
  display: grid;
  min-height: 43px;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  border-bottom: 1px solid #edf0f3;
  color: #172238;
  font-size: 11px;
  font-weight: 700;
}
.event-detail-page .quick-links a:last-child {
  border-bottom: 0;
}
.event-detail-page .quick-links a .site-meta-icon {
  width: 17px;
  height: 17px;
  color: var(--red);
}
.event-detail-page .event-upcoming > a:not(.detail-view-all),
.event-detail-page .latest-results-card > a:not(.detail-view-all) {
  display: grid;
  min-height: 76px;
  grid-template-columns: 54px minmax(0, 1fr) 10px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #edf0f3;
}
.event-detail-page .event-upcoming > a:not(.detail-view-all):last-of-type,
.event-detail-page .latest-results-card > a:not(.detail-view-all):last-of-type {
  border-bottom: 0;
}
.event-detail-page .event-upcoming time,
.event-detail-page .latest-results-card time {
  display: grid;
  width: 54px;
  height: 54px;
  place-content: center;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  color: var(--red);
  background: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.event-detail-page .event-upcoming time b,
.event-detail-page .latest-results-card time b {
  display: block;
  margin-bottom: 4px;
  font-size: 19px;
}
.event-detail-page .event-upcoming strong,
.event-detail-page .latest-results-card strong {
  display: block;
  color: #202938;
  font-size: 11px;
  line-height: 1.35;
}
.event-detail-page .event-upcoming small {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  color: #596170;
  font-size: 9px;
}
.event-detail-page .detail-view-all {
  display: flex !important;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 10px;
  border: 1px solid var(--red);
  border-radius: 3px;
  color: var(--red) !important;
  font-size: 9px !important;
  font-weight: 800;
  text-transform: uppercase;
}
.event-detail-page .detail-view-all:hover {
  color: #fff !important;
  background: var(--red);
}

@media (max-width: 980px) {
  .event-detail-page .event-detail-shell {
    width: calc(100% - 42px);
  }
  .event-detail-page .event-detail-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .event-detail-page .event-detail-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .event-detail-page .quick-links {
    grid-row: span 2;
  }
}

@media (max-width: 650px) {
  .event-detail-page .event-detail-shell {
    width: calc(100% - 30px);
  }
  .event-detail-page .result-detail-hero,
  .event-detail-page .event-detail-hero,
  .event-detail-page .result-detail-hero-copy {
    height: auto;
    min-height: 300px;
  }
  .event-detail-page .event-detail-hero ul {
    grid-template-columns: 1fr;
  }
  .event-detail-page .event-detail-nav > div {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 8px;
    padding: 10px 0;
  }
  .event-detail-page .event-detail-nav > div > div {
    height: 42px;
    gap: 28px;
    overflow-x: auto;
  }
  .event-detail-page .back-results {
    align-self: flex-end;
  }
  .event-detail-page .event-facts {
    grid-template-columns: 1fr;
    padding: 6px 18px;
  }
  .event-detail-page .event-facts dt {
    min-height: 0;
    padding: 12px 0 2px;
    border-bottom: 0;
  }
  .event-detail-page .event-facts dd {
    min-height: 0;
    padding: 0 0 12px;
  }
  .event-detail-page .event-schedule-list article {
    grid-template-columns: 96px minmax(0, 1fr);
  }
  .event-detail-page .event-detail-sidebar {
    grid-template-columns: 1fr;
  }
  .event-detail-page .quick-links {
    grid-row: auto;
  }
}
