@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap");

:root {
  --red: #c8102e;
  --buff: #f9e6d3;
  --green: #2c5f34;
  --charcoal: #292725;
  --muted: #6e6964;
  --line: #e8e1db;
  --page: min(900px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: #fff;
  color: var(--charcoal);
  font-family: "Nunito Sans", "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 3px; }
img { display: block; max-width: 100%; height: auto; }
.masthead { padding-top: clamp(28px, 5vw, 56px); text-align: center; }
.brand { display: block; width: min(830px, calc(100% - 48px)); margin: 0 auto clamp(22px, 4vw, 42px); }
.brand img { width: 100%; }
.house { width: min(900px, calc(100% - 32px)); margin: 0 auto clamp(34px, 5vw, 58px); }
.desktop-nav {
  border-block: 1px solid var(--line);
  display: flex;
  justify-content: center;
  gap: clamp(25px, 4vw, 55px);
  min-height: 65px;
  align-items: center;
  padding: 0 24px;
}
.desktop-nav a { color: #3e3a37; font-size: 0.8rem; font-weight: 750; letter-spacing: 0.11em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--red); }
.mobile-nav { display: none; }
.section { width: var(--page); margin-inline: auto; padding-block: clamp(70px, 9vw, 112px); }
.welcome { max-width: 780px; text-align: center; }
.welcome { padding-top: clamp(42px, 6vw, 68px); }
.eyebrow { margin: 0 0 13px; color: var(--green); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.16em; line-height: 1.4; text-transform: uppercase; }
h1, h2 { margin: 0; font-weight: 650; letter-spacing: -0.025em; line-height: 1.15; }
h1 { color: var(--red); font-size: clamp(2.2rem, 5vw, 3.9rem); }
h2 { color: var(--red); font-size: clamp(1.9rem, 4vw, 3rem); }
p { margin: 1.2em 0 0; }
.intro { margin: 30px auto 0; max-width: 720px; color: #494542; font-size: clamp(1.08rem, 2vw, 1.24rem); line-height: 1.8; }
.tricolor-rule { display: grid; grid-template-columns: 1fr 1fr 1fr; width: 140px; height: 3px; margin: 0 auto; }
.tricolor-rule span:nth-child(1) { background: var(--red); }
.tricolor-rule span:nth-child(2) { background: #e4bd93; }
.tricolor-rule span:nth-child(3) { background: var(--green); }
.activity-list { display: grid; grid-template-columns: 1fr 1fr; margin: 42px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.activity-list li { position: relative; padding: 22px 34px 22px 26px; border-bottom: 1px solid var(--line); }
.activity-list li::before { position: absolute; top: 31px; left: 2px; width: 8px; height: 8px; background: var(--green); border-radius: 50%; content: ""; }
.membership { background: color-mix(in srgb, var(--buff) 36%, white); border-block: 1px solid #f1e6dc; }
.membership-inner { padding-block: clamp(70px, 9vw, 105px); }
.membership h2 { color: var(--green); }
.membership-callout { font-size: 1.25rem; }
.dues { display: flex; margin: 42px 0 30px; border-block: 1px solid #ddc5af; }
.dues p { display: flex; align-items: baseline; width: 50%; margin: 0; padding: 25px 28px 25px 0; }
.dues p + p { border-left: 1px solid #ddc5af; padding-left: 34px; }
.dues strong { margin-right: 12px; color: var(--red); font-size: 2.25rem; line-height: 1; }
.dues span { color: #57504a; }
.get-involved { text-align: center; }
.get-involved p:not(.eyebrow) { max-width: 750px; margin-inline: auto; }
.get-involved a:not(.button) { color: var(--green); font-weight: 700; }
.button { display: inline-block; margin-top: 34px; padding: 14px 25px; background: var(--red); color: white; font-size: 0.88rem; font-weight: 800; letter-spacing: 0.04em; text-decoration: none; }
.button:hover, .button:focus-visible { background: #a80d27; }
.button span { margin-left: 8px; }
.membership .button { display: block; width: max-content; margin-inline: auto; }
.signoff { border-top: 1px solid var(--line); text-align: center; }
.signoff > p:first-child { margin-top: 0; color: var(--green); font-size: 1.3rem; }
.names { margin-top: 12px; font-size: 1.12rem; font-weight: 750; }
.names span { color: var(--red); padding: 0 8px; }
.contact-links { display: flex; justify-content: center; gap: 11px; margin-top: 28px; color: var(--muted); font-size: 0.92rem; }
.contact-links a { color: var(--red); font-weight: 750; }
footer { padding: 42px 24px 46px; background: var(--green); color: #fff; text-align: center; }
footer p { margin: 3px 0; font-size: 0.83rem; letter-spacing: 0.035em; opacity: 0.82; }
footer .footer-title { margin-bottom: 7px; font-size: 1rem; font-weight: 800; opacity: 1; }
.auction-page { min-height: 52vh; }
.auction-content { padding-block: clamp(100px, 15vw, 180px); text-align: center; }
.coming-soon { margin-top: 24px; color: var(--green); font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

@media (max-width: 700px) {
  :root { --page: calc(100% - 44px); }
  body { font-size: 16.5px; line-height: 1.7; }
  .masthead { padding-top: 24px; }
  .brand { width: calc(100% - 44px); margin-bottom: 22px; }
  .house { width: calc(100% - 24px); margin-bottom: 28px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; border-block: 1px solid var(--line); text-align: left; }
  .mobile-nav summary { display: flex; justify-content: space-between; align-items: center; min-height: 58px; padding: 0 22px; font-size: 0.79rem; font-weight: 800; letter-spacing: 0.13em; list-style: none; text-transform: uppercase; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav[open] summary span { transform: rotate(45deg); }
  .mobile-nav nav { display: grid; padding: 4px 22px 17px; border-top: 1px solid var(--line); }
  .mobile-nav nav a { padding: 10px 0; color: #494542; font-size: 0.95rem; font-weight: 700; text-decoration: none; }
  .section { padding-block: 68px; }
  .welcome { text-align: left; }
  .intro { margin-top: 24px; }
  .activity-list { grid-template-columns: 1fr; margin-top: 32px; }
  .activity-list li, .activity-list li:nth-child(odd) { border-right: 0; padding-right: 0; }
  .dues { display: block; }
  .dues p { width: 100%; padding: 22px 0; }
  .dues p + p { border-top: 1px solid #ddc5af; border-left: 0; padding-left: 0; }
  .dues strong { min-width: 82px; }
  .contact-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
