: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: 20; height: 90px; 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; }
.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; height: 100%; flex: 1; align-items: center; justify-content: center; gap: 39px; }
.site-nav a { display: flex; position: relative; height: 100%; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.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); }
.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-shade { position: absolute; 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; 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; 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); }

.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 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-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-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; }
.footer-boat { width: 48px; transform: rotate(-6deg); }
.footer-boat svg { width: 100%; }
.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; }
.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; }
.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;
  padding: 8px 0 13px;
  border-bottom: 1px solid var(--line);
}
.news-list-card[hidden] { display: none; }
.news-list-image {
  position: relative;
  height: 134px;
  overflow: hidden;
  border-radius: 5px;
  background: #d9e0e3;
}
.news-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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 { padding-top: 4px; }
.news-list-copy h3 {
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 1.25;
}
.news-list-meta {
  display: flex;
  align-items: center;
  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 {
  margin: 0 0 10px;
  color: #303030;
  font-size: 10.5px;
  line-height: 1.7;
}
.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 {
  display: flex;
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 80px));
  margin: 0 auto;
  padding: 15px 0 13px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .18);
}
.footer-legal p,
.footer-legal a { margin: 0; color: rgba(255, 255, 255, .85); font-size: 9px; }
.footer-legal nav { display: flex; gap: 52px; }

@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; }
}

@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 { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-legal nav { gap: 24px; }
}

/* 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 {
    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; }

  .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(3, 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 { height: 126px; }
  .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 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: 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; }

  .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 { height: 116px; }
  .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; }
  .read-more { font-size: 8.5px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form button { width: 100%; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-legal nav { gap: 24px; }
}

@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 { 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 { margin-top: 17px; padding: 12px 15px 13px; border: 1px solid #dfe3e8; border-radius: 4px; }
.article-results h2 { margin: 0 0 6px; color: var(--red); font-size: 14px; text-transform: uppercase; }
.article-results-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: end; }
.article-results table { width: 100%; border-collapse: collapse; font-size: 10.5px; }
.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-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: #10254a; 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 { color: #4b5564; font-size: 9px; }
.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; }
.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; }
.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-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(1010px, calc(100% - 70px)); margin-inline: auto; }
.results-hero { position: relative; min-height: 280px; 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,.9), rgba(3,15,25,.35) 55%, rgba(3,15,25,.05)); }
.results-hero-copy { position: relative; z-index: 1; padding-top: 44px; }
.results-breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.results-breadcrumb span { font-size: 20px; }
.results-breadcrumb strong { font-weight: 500; }
.results-hero-copy h1 { margin: 14px 0 12px; font-size: 45px; line-height: 1; }
.results-hero-copy > i { display: block; width: 45px; height: 3px; margin-bottom: 14px; background: var(--red); }
.results-hero-copy p { margin: 0; font-size: 16px; line-height: 1.65; }
.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; margin-bottom: 32px; }
.class-filters { display: flex; gap: 22px; }
.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); }
.season-select { display: flex; width: 170px; height: 44px; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid #dfe3e8; border-radius: 4px; }
.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: #10254a; 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: 13px; 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: #10254a; 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: #10254a; 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: 260px; background-position: 62% center; }
  .results-hero-copy { padding-top: 37px; }
  .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: 245px; }
  .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(3,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-cards { border-top: 1px solid #e1e5e9; }
.event-list-card {
  display: grid;
  min-height: 105px;
  padding: 12px;
  grid-template-columns: 54px minmax(0,1fr) 117px;
  gap: 20px;
  align-items: center;
  border: 1px solid #e1e5e9;
  border-top: 0;
}
.event-list-card time {
  display: grid;
  width: 54px;
  height: 68px;
  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: 14px; }
.event-list-copy p { display: flex; margin: 0 0 8px; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 10.5px; }
.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 { font-size: 10.5px; }
.event-list-card > a {
  display: flex;
  height: 31px;
  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;
}
.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(--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(--red); }
.calendar-legend p > i.legend-iom { background: #135cc2; }
.calendar-legend p > i.legend-other { background: #8b8b8b; }
.calendar-legend p span { display: grid; gap: 5px; }
.calendar-legend small { font-size: 9.5px; }
.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-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: 9px; line-height: 1.5; }
  .event-list-copy p i { display: none; }
  .event-list-copy small { font-size: 9.5px; }
  .event-list-card > a { height: 34px; grid-column: 1 / -1; }
  .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-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: 9px; 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: #10254a; 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: 34px; padding: 0 16px; border: 1px solid var(--red); border-radius: 3px; color: var(--red); background: #fff; font-size: 9px; 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: 9.5px; }
.race-table th, .race-table td { height: 30px; padding: 0 8px; border-right: 1px solid #e5e7ea; border-bottom: 1px solid #e5e7ea; text-align: center; white-space: nowrap; }
.race-table thead th { height: 31px; color: #fff; background: linear-gradient(#d60915,#b6050f); font-size: 8px; 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: 9px; }
.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: #10254a; font-size: 13px; }
.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: 83px 1fr; row-gap: 9px; margin: 0; font-size: 9px; }
.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 span, .related-list span { display: grid; gap: 3px; }
.download-list strong, .related-list strong { font-size: 9px; }
.download-list small, .related-list small { color: #697180; font-size: 8px; }
.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; }

@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; }
}

@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; }
  .result-support-grid { grid-template-columns: 1fr; }
  .result-support-card:first-child { grid-column: auto; }
}

/* 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: #10254a; 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; }
.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: #10254a; 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; }
.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: #10254a; 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:first-of-type { color: #14203a; }
.event-upcoming > a:not(.detail-view-all) { display: grid; min-height: 83px; grid-template-columns: 47px 1fr; gap: 13px; align-items: center; }
.event-upcoming time { display: grid; width: 47px; height: 55px; place-content: center; border: 1px solid #d5dae0; border-radius: 4px; font-size: 10px; font-weight: 800; line-height: 1; text-align: center; text-transform: uppercase; }
.event-upcoming time b { margin-bottom: 4px; font-size: 18px; }
.event-upcoming a > span { display: grid; gap: 5px; }
.event-upcoming strong { font-size: 9.5px; line-height: 1.35; }
.event-upcoming small { color: #5e6878; font-size: 8.5px; }
.detail-view-all { display: block; margin-top: 7px; color: var(--red) !important; font-size: 9px !important; font-weight: 800; text-transform: uppercase; }
.latest-results-card > a:not(.detail-view-all) { display: grid; min-height: 43px; grid-template-columns: 42px 1fr; align-items: center; font-size: 9px; }
.latest-results-card time { display: grid; width: 42px; height: 38px; place-content: center; border: 1px solid #d5dae0; font-size: 12px; font-weight: 800; line-height: 1; text-align: center; }
.latest-results-card time small { margin-top: 3px; font-size: 7px; text-transform: uppercase; }

@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; }
  .race-notes { order: -1; }
  .weather-section { margin-top: 28px; }
  .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 { 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; }

@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-club { grid-template-columns: 1fr 1.2fr; gap: 28px; }
  .about-location-values { grid-template-columns: 1fr 1fr; }
  .values-list { grid-column: 1 / -1; }
}

@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 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; }
}

/* 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 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; }
.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; }
.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; }
.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: flex; min-height: 30px; align-items: center; justify-content: space-between; padding: 0 13px; font-size: 8.5px; }
.useful-links > a span { font-size: 13px; }
.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; }
.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; }
.resource-article { color: #202938; }
.resource-lead { color: #10254a; 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: #10254a; 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: #10254a; 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; }

@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; }
}

@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; }
  .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; }
}

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