:root {
  --navy: #061a34;
  --navy-2: #0b2a4d;
  --gold: #c99a42;
  --gold-light: #e6bf6c;
  --ivory: #f7f2e8;
  --ink: #12213a;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Georgia, 'Times New Roman', serif; }
a { color: inherit; }
.site-header { background: linear-gradient(90deg, #04152b, #082442); color: white; border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(201,154,66,.6); }
.header-inner { max-width: 1280px; margin: auto; padding: 18px 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 18px; text-decoration: none; }
.brand img { width: 96px; height: 110px; object-fit: contain; }
.brand span { display: block; }
.brand-title { color: var(--gold-light); font-size: clamp(1.4rem, 2.6vw, 2.25rem); letter-spacing: .02em; }
.brand-subtitle { font-size: 1.15rem; margin-top: 4px; text-transform: uppercase; letter-spacing: .05em; }
.brand-motto { color: var(--gold-light); margin-top: 11px; text-transform: uppercase; letter-spacing: .12em; font-size: .93rem; }
.hero { min-height: 560px; position: relative; overflow: hidden; background: var(--navy); }
.hero-image { position: absolute; inset: 0; background: url('assets/lodge-building.jpg') center 45% / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,40,.97) 0%, rgba(4,24,47,.9) 34%, rgba(5,25,48,.28) 63%, rgba(5,25,48,.08) 100%); }
.hero-content { position: relative; z-index: 1; color: white; max-width: 1280px; margin: auto; padding: 58px 34px 50px; }
.hero-content > * { max-width: 500px; }
.eyebrow { color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
h1 { margin: 14px 0 8px; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .95; text-transform: uppercase; font-weight: 500; letter-spacing: .02em; }
.gold-rule { width: 330px; max-width: 100%; height: 2px; background: var(--gold); margin: 25px 0; }
.hero p { font-size: 1.17rem; line-height: 1.45; }
.protected-note { display: flex; align-items: center; gap: 16px; margin-top: 26px; color: white; }
.protected-note strong { color: var(--gold-light); text-transform: uppercase; letter-spacing: .04em; }
.shield { border: 2px solid var(--gold); padding: 12px; border-radius: 45% 45% 55% 55%; }
.contact-section { padding: 32px; background: #fbf8f1; }
.contact-card { max-width: 1200px; margin: auto; border: 1px solid var(--gold); outline: 1px solid rgba(201,154,66,.35); outline-offset: -10px; padding: 34px; display: grid; grid-template-columns: .8fr 1.6fr; gap: 38px; background: rgba(255,255,255,.62); }
.contact-intro { text-align: center; border-right: 1px solid var(--gold); padding-right: 34px; }
.contact-intro h2, .privacy-strip h2 { text-transform: uppercase; letter-spacing: .04em; font-size: 2rem; margin: 0; }
.small-rule { width: 110px; height: 2px; background: var(--gold); margin: 18px auto; }
.contact-intro p { font-size: 1.1rem; line-height: 1.5; }
.square-compass { width: 92px; height: 92px; margin: 20px auto; border: 3px solid var(--gold); transform: rotate(45deg); display: grid; place-items: center; color: var(--gold); font-size: 2.6rem; font-weight: 700; }
.square-compass::first-letter { transform: rotate(-45deg); }
.private-message { font-weight: 700; }
.contact-form { display: grid; grid-template-columns: 150px 1fr; gap: 14px 18px; align-items: start; }
.contact-form label { padding-top: 13px; text-transform: uppercase; font-weight: 700; }
.contact-form label span { color: #a11; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d2aa60; background: white; padding: 13px 14px; font: inherit; color: var(--ink); border-radius: 3px; }
.contact-form textarea { resize: vertical; }
.contact-form button { grid-column: 2; border: 0; background: linear-gradient(135deg, #e5bd67, #c68f2e); color: #07172d; padding: 15px; font: 700 1rem Georgia, serif; text-transform: uppercase; cursor: pointer; border-radius: 3px; }
.form-alert { grid-column: 1 / -1; padding: 12px 14px; border-radius: 3px; }
.form-alert.success { background: #e8f4e8; border: 1px solid #6a9a6a; }
.form-alert.error { background: #fae7e7; border: 1px solid #ae6666; }
.hp-field { position: absolute !important; left: -9999px !important; }
.privacy-strip { padding: 28px 34px; background: #f9f5ec; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.privacy-title-wrap { max-width: 1200px; margin: auto; display: flex; align-items: center; gap: 20px; }
.privacy-icon { width: 68px; height: 76px; border: 3px solid var(--gold); border-radius: 40% 40% 48% 48%; background: var(--navy); color: var(--gold-light); display: grid; place-items: center; font-size: 1.8rem; }
.privacy-items { max-width: 1200px; margin: 24px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.privacy-items div { padding: 0 20px; border-left: 1px solid var(--gold); }
.privacy-items div:first-child { border-left: 0; }
.privacy-items strong, .privacy-items span { display: block; }
.privacy-items strong { color: var(--navy); margin-bottom: 6px; }
.privacy-items span { line-height: 1.4; }
.site-footer { background: linear-gradient(90deg, #04152b, #082442); color: white; padding: 34px 34px 18px; border-top: 2px solid var(--gold); }
.footer-grid { max-width: 1200px; margin: auto; display: grid; grid-template-columns: 1.1fr .8fr 1.2fr; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 100px; }
.footer-brand strong { color: var(--gold-light); font-size: 1.4rem; }
.footer-brand span { display: block; margin-top: 8px; text-transform: uppercase; }
.site-footer h3 { color: var(--gold-light); text-transform: uppercase; letter-spacing: .06em; }
.site-footer a { display: block; text-decoration: none; margin: 9px 0; }
.site-footer p { line-height: 1.5; }
.footer-bottom { max-width: 1200px; margin: 28px auto 0; border-top: 1px solid rgba(201,154,66,.45); padding-top: 16px; text-align: center; color: #ddd; }
@media (max-width: 820px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 16px 20px; }
  .brand img { width: 74px; height: 88px; }
  .brand-title { font-size: 1.35rem; }
  .brand-subtitle { font-size: .95rem; }
  .brand-motto { font-size: .72rem; }
  .hero { min-height: 650px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,20,40,.96), rgba(3,20,40,.75)); }
  .hero-content { padding: 42px 22px; }
  .contact-section { padding: 20px 12px; }
  .contact-card { grid-template-columns: 1fr; padding: 24px; }
  .contact-intro { border-right: 0; border-bottom: 1px solid var(--gold); padding: 0 0 24px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label { padding-top: 4px; }
  .contact-form button { grid-column: 1; }
  .privacy-title-wrap { align-items: flex-start; }
  .privacy-items { grid-template-columns: 1fr; gap: 18px; }
  .privacy-items div { border-left: 0; border-top: 1px solid var(--gold); padding: 14px 0 0; }
  .privacy-items div:first-child { border-top: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}

.captcha-box {
  margin: 1.15rem 0 1.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(178, 139, 45, 0.45);
  background: rgba(246, 241, 226, 0.55);
  border-radius: 4px;
}
.captcha-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.captcha-header label { margin: 0; }
.captcha-refresh {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #75540e !important;
  font: inherit !important;
  font-size: .86rem !important;
  text-decoration: underline;
  cursor: pointer;
  box-shadow: none !important;
}
.captcha-question {
  margin: .65rem 0 .55rem;
  font-weight: 700;
  color: #132f55;
}
.captcha-help {
  margin: .5rem 0 0;
  font-size: .82rem;
  color: #5e6570;
}

/* Corrected CAPTCHA alignment */
.contact-form .captcha-box {
  grid-column: 1 / -1;
  width: 100%;
  margin: 4px 0 2px;
  padding: 18px 20px;
  border: 1px solid #d2aa60;
  background: #f8f3e7;
  border-radius: 3px;
}
.contact-form .captcha-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.contact-form .captcha-header label {
  padding: 0;
  margin: 0;
  color: var(--navy);
}
.contact-form .captcha-row {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
  gap: 16px;
}
.contact-form .captcha-question {
  margin: 0;
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  background: #fff;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 700;
}
.contact-form .captcha-row input {
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.contact-form .captcha-help {
  margin: 10px 0 0;
  font-size: .86rem;
  color: #5e6570;
}
.contact-form .captcha-refresh {
  grid-column: auto;
  width: auto;
  min-width: 0;
  padding: 0;
  color: #75540e;
  background: transparent;
  border: 0;
  text-transform: none;
  text-decoration: underline;
  font-size: .88rem;
  box-shadow: none;
}
@media (max-width: 620px) {
  .contact-form .captcha-row { grid-template-columns: 1fr; }
  .contact-form .captcha-row input { text-align: left; }
  .contact-form .captcha-header { align-items: flex-start; }
}
