@charset "UTF-8";
:root {
  --paper: #f7f5ed;
  --ink: #283e36;
  --muted: #59655c;
  --sage: #dce8d6;
  --peach: #f3d8c8;
  --lilac: #e5dff0;
  --yellow: #eee8b8;
  --line: #ccd1c5;
  --white: #fffef9;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.65;
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 6px;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}
h1 {
  font-size: clamp(3.5rem, 6.4vw, 5.7rem);
}
h2 {
  font-size: clamp(2.25rem, 4vw, 3.55rem);
  white-space: pre-line;
}
h3 {
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}
.wrap {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 48px;
}
.section {
  padding-block: 104px;
}
p {
  white-space: pre-line;
}
.eyebrow {
  font-size: 0.66rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.body-copy {
  max-width: 690px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 1.04rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid currentColor;
  padding-block: 7px;
  font-size: 0.84rem;
  font-weight: 600;
}
.text-link span {
  font-size: 1.2rem;
}
.text-link:hover {
  color: #496849;
}
.button {
  min-height: 50px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 13px 24px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  transition: background 0.15s;
}
.button:hover {
  background: #415c4c;
  color: var(--white);
}
.button.outline {
  background: transparent;
  color: var(--ink);
}
.button.outline:hover {
  background: var(--ink);
  color: var(--white);
}
.button.small {
  min-height: 44px;
  padding: 9px 18px;
  font-size: 0.75rem;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 28px;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-weight: 800;
  letter-spacing: -0.07em;
  font-size: 1.75rem;
  line-height: 1;
}
.brand-dot {
  color: #648267;
}
.brand small {
  display: block;
  letter-spacing: 0.16em;
  font-size: 0.5rem;
  margin-top: 10px;
  font-weight: 600;
}
.site-header nav {
  display: flex;
  gap: 28px;
  font-size: 0.8rem;
}
.site-header nav a {
  padding-block: 12px;
  border-bottom: 1px solid transparent;
}
.site-header nav a:hover {
  border-color: var(--ink);
}
.hero {
  display: grid;
  grid-template-columns: 1.14fr 1fr;
  align-items: center;
  gap: 40px;
  padding-top: 73px;
  padding-bottom: 60px;
}
.hero-copy {
  padding-bottom: 18px;
}
.hero h1 {
  margin-top: 32px;
}
.hero h1 em {
  display: block;
  color: #667f60;
  font-weight: 400;
}
.hero .intro {
  color: var(--muted);
  max-width: 425px;
  margin-top: 28px;
  font-size: 1rem;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}
.hero-art img {
  width: 100%;
  height: auto;
  border-radius: 48% 48% 12px 12px;
}
.hero-art figcaption {
  text-align: right;
  font-size: 0.53rem;
  letter-spacing: 0.19em;
  margin-top: 20px;
  font-weight: 600;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #718d68;
  border-radius: 50%;
  margin-right: 9px;
}
.strap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-block: 20px;
  color: var(--muted);
  font-size: 0.7rem;
}
.section-heading,
.about {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
}
.section-label {
  padding-top: 8px;
}
.club-photo {
  grid-column: 1 / -1;
  margin-top: 30px;
}
.club-photo img {
  width: 100%;
  height: auto;
  border-radius: 7px;
  min-height: 145px;
  object-fit: cover;
}
.club-photo figcaption {
  font-size: 0.7rem;
  margin-top: 13px;
  color: var(--muted);
}
.practice-band {
  background: #ecefe3;
}
.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 45px;
}
.practice-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #c9d0c0;
  border-radius: 12px;
  min-height: 345px;
}
.tone-0 {
  background: var(--paper);
}
.tone-1 {
  background: var(--sage);
}
.tone-2 {
  background: var(--yellow);
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 36px;
}
.card-top .eyebrow {
  font-size: 0.59rem;
}
.number {
  font-size: 0.68rem;
  color: var(--muted);
}
.practice-card h3 {
  max-width: 245px;
}
.practice-card p {
  font-size: 0.86rem;
  margin-block: 20px 27px;
  color: var(--muted);
  flex: 1;
}
.practice-card .text-link {
  justify-content: space-between;
  gap: 10px;
}
.venues {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
}
.venue {
  display: grid;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  gap: 14px;
  padding-block: 28px;
  border-top: 1px solid var(--line);
}
.venue h3 {
  font-size: 1.6rem;
}
.venue > span:nth-last-child(2) {
  font-size: 0.8rem;
}
.map-link {
  grid-column: 2 / 4;
  font-size: 0.72rem;
  color: var(--muted);
}
.venue:hover :where(h3) {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.event-band {
  background: var(--peach);
}
.event {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.event h2 {
  margin-top: 22px;
}
.event-copy {
  align-self: center;
}
.event-detail {
  font-size: 0.75rem;
  font-weight: 600;
  border-bottom: 1px solid #cfb8a8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.event-copy > p:nth-child(2) {
  font-size: 0.95rem;
}
.event .button {
  margin-top: 26px;
}
.join-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  padding: 0;
  margin: 46px 0 36px;
}
.join-steps li {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--sage);
  font-size: 0.65rem;
  margin-bottom: 22px;
}
.join-steps li:nth-child(2n) .step-number {
  background: var(--lilac);
}
.join-steps li:nth-child(3n) .step-number {
  background: var(--peach);
}
.join-steps h3 {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.join-steps p {
  font-size: 0.86rem;
  color: var(--muted);
  margin-top: 16px;
}
.join-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.community {
  background: var(--lilac);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 48px;
}
.community h2 {
  font-size: 2.5rem;
  margin-top: 24px;
}
.community > div:nth-child(2) {
  align-self: center;
}
.community p:not(.eyebrow) {
  font-size: 0.9rem;
}
.community .text-link {
  margin-top: 18px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 72px;
}
.faq h2 {
  margin-top: 22px;
  font-size: 2.75rem;
}
details {
  border-top: 1px solid var(--line);
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  font-size: 0.91rem;
  font-weight: 600;
}
summary::-webkit-details-marker {
  display: none;
}
:root summary span {
  font-size: 1.2rem;
  font-weight: 400;
}
details[open] summary span {
  transform: rotate(45deg);
}
:root details p {
  font-size: 0.86rem;
  color: var(--muted);
  padding-bottom: 25px;
}
.contact-band {
  background: var(--sage);
}
.contact {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
}
.contact h2 {
  margin-top: 24px;
  font-size: 4rem;
}
.contact .body-copy {
  font-size: 0.95rem;
}
.contact-links {
  align-self: center;
}
.contact-links .text-link {
  overflow-wrap: anywhere;
  max-width: 100%;
}
.contact-links .eyebrow:not(:first-child) {
  margin-top: 24px;
}
address {
  font-style: normal;
  white-space: pre-line;
  font-size: 0.8rem;
  margin-top: 25px;
  color: var(--muted);
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 32px;
  padding-block: 42px;
}
:root .footer p {
  font-size: 0.6rem;
  color: var(--muted);
  margin-top: 18px;
}
.footer .brand small {
  font-size: 0.46rem;
}
.footer > div {
  text-align: right;
}
.skip {
  position: fixed;
  top: 10px;
  left: 15px;
  background: var(--ink);
  color: white;
  padding: 10px 20px;
  z-index: 10;
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
.preview-banner {
  background: var(--ink);
  color: white;
  text-align: center;
  padding: 12px 24px;
  font-size: 0.8rem;
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 85px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    padding-inline: 32px;
  }
  .hero {
    gap: 20px;
  }
  .hero h1 {
    font-size: 4rem;
  }
  .site-header nav {
    gap: 17px;
  }
  .event,
  .contact {
    gap: 50px;
  }
  .practice-card {
    padding: 22px;
  }
  .practice-card h3 {
    font-size: 1.5rem;
  }
  .community {
    gap: 36px;
    padding: 35px;
  }
  .section {
    padding-block: 80px;
  }
}
@media (max-width: 760px) {
  :root {
    font-size: 16px;
  }
  .wrap {
    padding-inline: 22px;
  }
  .site-header {
    flex-wrap: wrap;
    gap: 18px;
    padding-block: 22px;
  }
  .site-header nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.82rem;
  }
  .site-header nav a {
    padding-block: 10px;
  }
  .site-header .button {
    padding: 9px 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 36px;
    gap: 28px;
  }
  .hero h1 {
    font-size: clamp(3.4rem, 11vw, 5rem);
    margin-top: 24px;
  }
  .hero .intro {
    max-width: 100%;
  }
  .hero-art {
    max-width: 430px;
    width: 100%;
    justify-self: center;
  }
  .hero-art figcaption {
    font-size: 0.5rem;
  }
  .hero .actions {
    gap: 16px;
  }
  .strap {
    font-size: 0.6rem;
    gap: 24px;
    align-items: center;
  }
  .strap span:last-child {
    text-align: right;
  }
  .section {
    padding-block: 64px;
  }
  .section-heading,
  .about {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  h2 {
    font-size: 2.55rem;
  }
  .body-copy {
    margin-top: 20px;
  }
  .club-photo {
    margin-top: 15px;
  }
  .club-photo img {
    height: 165px;
  }
  .practice-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .practice-card {
    padding: 27px;
    min-height: 0;
  }
  .card-top {
    margin-bottom: 27px;
  }
  .practice-card h3 {
    font-size: 2rem;
    max-width: 100%;
  }
  .practice-card p {
    font-size: 0.95rem;
  }
  .practice-card .text-link {
    align-self: stretch;
  }
  .venues {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .venue {
    padding-block: 24px;
  }
  .venue h3 {
    font-size: 1.8rem;
  }
  .event,
  .contact {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .event h2 {
    font-size: 3rem;
  }
  .join-steps {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 32px;
  }
  .join-steps li {
    display: grid;
    grid-template-columns: 35px 1fr;
    column-gap: 20px;
    align-items: center;
  }
  .step-number {
    margin: 0;
  }
  .join-steps p {
    grid-column: 2;
    margin-top: 10px;
    font-size: 0.95rem;
  }
  .join-actions {
    flex-direction: column;
  }
  .join-actions .button {
    font-size: 0.82rem;
  }
  .community {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px;
  }
  .community h2 {
    font-size: 2.35rem;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq h2 {
    font-size: 2.55rem;
  }
  .contact h2 {
    font-size: 3.3rem;
  }
  .contact-links .text-link {
    font-size: 0.86rem;
  }
  .footer {
    flex-direction: column;
    gap: 32px;
  }
  .footer > div {
    text-align: left;
  }
  .footer p {
    font-size: 0.68rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}

vbc-landing,
vbc-home,
vbc-practice,
vbc-tournament {
  display: contents;
}
