:root {
  --navy:  #001d3f;
  --gold:  #c09a31;
  --white: #fefefe;
}

* { box-sizing: border-box; }

html, body { height: 100%; }

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  background: var(--white);
  color: var(--navy);
}

header {
  background: var(--navy);
  height: 154px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 29, 63, 0.25);
  display: flex;
  align-items: center;
  padding: 0 2rem;
}

.account {
  color: var(--white);
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1rem;
  text-decoration: none;
}

.account:hover {
  text-decoration: underline;
}

.nav {
  margin-left: auto;
  display: flex;
  gap: 2rem;
}

.nav a {
  color: var(--white);
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1rem;
  text-decoration: none;
}

.nav a:hover {
  color: var(--gold);
}

@media (max-width: 600px) {
  .nav { display: none; }
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 75%;
  width: auto;
}

/* Stairs-style menu icon — hidden by default, shown on mobile only */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
}

.menu-toggle span:nth-child(1) { width: 14px; }
.menu-toggle span:nth-child(2) { width: 22px; margin-left: 8px; }
.menu-toggle span:nth-child(3) { width: 30px; margin-left: 16px; }

@media (max-width: 600px) {
  .menu-toggle { display: flex; }
}

main {
  flex: 1 0 auto;
}

/* Simple page heading used on interior pages */
.page-main {
  padding: 4rem 2rem;
}

.page-main h1 {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
  text-align: center;
  margin: 0;
}

.clubhouse-banner {
  position: relative;
  flex-shrink: 0;
  line-height: 0;
}

.clubhouse {
  display: block;
  width: 100%;
  height: auto;
}

.clubhouse-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(254, 254, 254, 0.7);
  pointer-events: none;
}

.banner-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
  padding: 1rem;
}

.banner-year {
  color: var(--navy);
  font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1rem, 2.5vw, 1.9rem);
  -webkit-text-stroke: 1px var(--gold);
  paint-order: stroke fill;
}

.banner-title {
  color: var(--gold);
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: clamp(1.3rem, 3.8vw, 2.8rem);
  margin-top: 0.3em;
  -webkit-text-stroke: 5px var(--navy);
  paint-order: stroke fill;
  filter: drop-shadow(2px 3px 3px rgba(0, 29, 63, 0.45));
}

.banner-club {
  color: var(--gold);
  font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(1.2rem, 2.6vw, 2.1rem);
  margin-top: 0.4em;
  -webkit-text-stroke: 1px var(--navy);
  paint-order: stroke fill;
}

footer {
  background: var(--navy);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 4rem;
  color: var(--gold);
  font-family: "Snell Roundhand", "Brush Script MT", "Segoe Script", cursive;
  font-size: 1.1rem;
}

footer .footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-copyright {
  margin-top: 1.25rem;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

footer .club-block {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

footer .footer-logo {
  max-height: 120px;
  width: auto;
}

footer .club {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

footer .club-name {
  font-size: 1.4rem;
}

footer .club-addr {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

footer .links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
}

footer .links a {
  color: var(--gold);
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  text-decoration: none;
}

footer .links a:hover {
  text-decoration: underline;
}

.ext-icon {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.35em;
  vertical-align: -0.05em;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
