/* ============================================================
   Holeinone Bigsau LLC — Scoring Hut Theme
   Motif: a golf scoring hut beside the 18th green.
   Palette (all opaque, pre-blended hex only, no rgba):
     FAIRWAY-MIST  #F1F4EA  body background
     PINE-INK      #25342A  text
     FLAG-POLE RED #B33B30  the cloth of a hole flag (accent)
     FAIRWAY-MIST  #DFE7D5  panels (same literal key, lighter panels)
     CLUBHOUSE TIMBER #4E4034  dark band + footer
     SCORECARD CREAM #FAF7EC  cards
     PIN-WHITE     #FFFFFF  only on the flag cloth
     CUP-SAND      #D6C9A5  only on bunker marks
   Forbidden palette is never used.
   ============================================================ */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #25342A;
  background: #F1F4EA;
  overflow-x: hidden;
}
html, body { margin: 0; padding: 0; }
body * { box-sizing: border-box; }

a {
  color: #B33B30;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Reveal animation (safe without JS via noscript override) ---- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .65s ease, transform .65s ease;
  will-change: opacity, transform;
}
.js .reveal {
  opacity: 0;
  transform: translateY(14px);
}
.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================================
   NAVIGATION — FLAG-POLE NAV (.flagpole)
   A scoring-hut sticky header.
   ============================================================ */
.flagpole {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #4E4034;
  border-bottom: 3px double #DFE7D5;
}
.flagpole-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.flagpole-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.u-flagplate {
  display: inline-flex;
  align-items: center;
  background: #FAF7EC;
  border-radius: 6px;
  padding: 6px 14px 6px 8px;
}
.u-flagword {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #25342A;
}
.u-flagglyph {
  width: 40px;
  height: 44px;
  display: block;
  position: relative;
}
.u-flagglyph .pole {
  position: absolute;
  left: 19px;
  top: 2px;
  bottom: 0;
  width: 4px;
  background: #FFFFFF;
}
.u-flagglyph .cloth {
  position: absolute;
  left: 21px;
  top: 2px;
  width: 22px;
  height: 16px;
  background: #B33B30;
  border-radius: 0 3px 3px 0;
}
.flagpole-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.flagpole-nav a.tab {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  background: #FAF7EC;
  color: #25342A;
  padding: 8px 16px;
  border-radius: 4px;
  border-left: 3px solid #4E4034;
  border-bottom: 3px solid #B33B30;
  transition: background .15s ease, transform .15s ease;
}
.flagpole-nav a.tab:hover {
  text-decoration: none;
  background: #DFE7D5;
  transform: translateY(-1px);
}
.flagpole-nav a.nav-cta {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  background: #B33B30;
  color: #FFFFFF;
  padding: 8px 18px;
  border-radius: 4px;
  border-bottom: 3px solid #7a2820;
}
.flagpole-nav a.nav-cta:hover {
  text-decoration: none;
  background: #9a3127;
}
.flagpole-toggle {
  display: none;
}

/* mobile stacked drawer */
.flagpole-drawer {
  display: none;
}

@media (max-width: 860px) {
  .flagpole-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FAF7EC;
    color: #25342A;
    border: 1px solid #B33B30;
    border-radius: 4px;
    padding: 8px 14px;
    font-weight: 600;
    cursor: pointer;
  }
  .flagpole-nav {
    display: none;
  }
  .flagpole-drawer {
    display: none;
    width: 100%;
    background: #4E4034;
    border-top: 1px solid #DFE7D5;
    flex-direction: column;
    padding: 10px 14px 16px;
    gap: 8px;
  }
  .flagpole-drawer.open {
    display: flex;
  }
  .flagpole-drawer a {
    background: #FAF7EC;
    color: #25342A;
    padding: 10px 12px;
    border-radius: 4px;
    font-weight: 600;
    border-left: 3px solid #B33B30;
  }
  .flagpole-drawer a.nav-cta {
    background: #B33B30;
    color: #FFFFFF;
    text-align: center;
  }
}

/* ============================================================
   HERO — EIGHTEENTH-GREEN HERO (.eighteengreen)
   Full-width course view. No side split.
   ============================================================ */
.eighteengreen {
  background: #DFE7D5;
}
.eg-sky {
  background: #DFE7D5;
  position: relative;
}
.eg-course {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 120px;
  gap: 4px;
  align-items: stretch;
  position: relative;
}
.eg-fairway {
  background: linear-gradient(#C7D3B4, #B9C8A0);
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  border-radius: 8px;
}
.eg-rough {
  background: linear-gradient(#B9CEA4, #A9BF90);
  border-radius: 8px;
}
.eg-green {
  background: linear-gradient(#A8C193, #97B47E);
  border-radius: 0 8px 8px 0;
  position: relative;
}
.eg-bunker {
  background: #D6C9A5;
  border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
  height: 70px;
  width: 150px;
  position: absolute;
  left: 20px;
  top: 24px;
}
.eg-pole {
  position: absolute;
  top: 0;
  right: 34%;
}
.eg-pole .pole-rod {
  width: 6px;
  background: #25342A;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
}
.eg-flag {
  position: absolute;
  top: 8px;
  left: 56px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 62px solid transparent;
  border-left: 96px solid #B33B30;
}
.eg-flag-num {
  display: none;
}
.eg-washer {
  position: absolute;
  bottom: 10px;
  left: 55%;
  width: 60px;
  height: 48px;
  background: #4E4034;
  border-radius: 10px 10px 4px 4px;
  border-bottom: 12px solid #7a2820;
}
/* desk slab */
.eg-desk {
  background: #FAF7EC;
  position: relative;
  padding: 40px 0 60px;
}
.eg-desk-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: center;
}
.eg-eyebrow {
  display: inline-block;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #B33B30;
  background: #DFE7D5;
  padding: 6px 12px;
  border-radius: 4px;
}
.eg-h1 {
  margin: 14px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: .5px;
}
.eg-sub {
  margin: 0 0 22px;
  font-size: 18px;
  max-width: 640px;
}
.eg-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
}
.button.solid {
  background: #B33B30;
  color: #FFFFFF;
  border: 2px solid #B33B30;
  border-bottom: 4px solid #7a2820;
}
.button.solid:hover {
  text-decoration: none;
  background: #9a3127;
}
.button.outline {
  background: transparent;
  color: #4E4034;
  border: 2px solid #4E4034;
}
.button.outline:hover {
  text-decoration: none;
  background: #4E4034;
  color: #FAF7EC;
}
.eg-desk-art {
  position: relative;
  display: flex;
  justify-content: center;
}
.eg-rangefinder {
  width: 220px;
  height: 70px;
  background: #25342A;
  border-radius: 22px;
  position: relative;
  border: 4px solid #DFE7D5;
  transform: rotate(-4deg);
}
.eg-rangefinder .lens {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 6px solid #DFE7D5;
  background: #97B47E;
  position: absolute;
  left: -14px;
  top: 4px;
}
.eg-rangefinder .strap {
  position: absolute;
  right: -30px;
  bottom: -16px;
  width: 90px;
  height: 6px;
  background: #4E4034;
  border-radius: 4px;
  transform: rotate(20deg);
}
.eg-pencils {
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 46px;
  height: 56px;
  background: #4E4034;
  border-radius: 4px;
}
.eg-pencils .lead {
  width: 14px;
  height: 10px;
  background: #B33B30;
  position: absolute;
  top: 34px;
  left: 16px;
}
/* kick strip stats */
.eg-kick {
  background: #4E4034;
}
.eg-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 26px 0;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
}
.eg-stat {
  border-left: 3px solid #B33B30;
  padding: 10px 18px;
  color: #FAF7EC;
}
.eg-stat:first-child {
  border-left: none;
}
.eg-stat .num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  color: #FAF7EC;
  display: block;
}
.eg-stat .cap {
  font-size: 14px;
  color: #DFE7D5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 860px) {
  .eg-desk-grid { grid-template-columns: 1fr; }
  .eg-desk-art { display: none; }
  .eg-course { grid-auto-rows: 80px; }
  .eg-stats { grid-template-columns: 1fr; gap: 10px; }
  .eg-stat { border-left: none; border-bottom: 3px solid #B33B30; }
}

/* ============================================================
   SECTION WRAPS
   ============================================================ */
.section-pad {
  padding: 72px 0;
}
.section-h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  color: #25342A;
  margin: 0 0 8px;
}
.section-lead {
  color: #4E4034;
  max-width: 760px;
  font-size: 17px;
}

/* ---- SCORECARD ROWS movement ---- */
.scorecard-row { background: #DFE7D5; }
.sc-build {
  margin: 34px auto 40px;
  padding: 30px 0 0;
}
.fan {
  display: grid;
  gap: 18px;
}
.fan-row {
  background: #FAF7EC;
  border-left: 6px solid #B33B30;
  border-radius: 5px;
  padding: 22px 26px 22px 30px;
  box-shadow: 0 6px 14px #C9D2BA;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 18px;
  align-items: start;
  grid-template-areas:
    "hole num txt more";
}
.fan-row.even {
  transform: translateX(40px);
}
.hole-stamp {
  grid-area: hole;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #B33B30;
  color: #FAF7EC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Georgia, "Times New Roman", serif;
}
.hole-stamp .h {
  font-size: 11px;
  letter-spacing: 1px;
}
.hole-stamp .n {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.sc-text {
  grid-area: num;
}
.sc-text h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  margin: 2px 0 6px;
  color: #25342A;
}
.sc-text p {
  margin: 0;
  color: #3A4A3F;
}
.sc-link {
  grid-area: more;
}
.sc-link a {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.sc-sand {
  display: none;
}
@media (max-width: 800px) {
  .fan-row, .fan-row.even {
    grid-template-columns: 1fr;
    transform: none;
  }
  .sc-sand { display: none; }
}

/* ---- statement row ---- */
.statement {
  background: #4E4034;
}
.statement-inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  padding: 46px 0;
}
.statement-figure {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  color: #B33B30;
  margin: 0;
  line-height: 1;
}
.statement-two {
  color: #FAF7EC;
  font-size: 20px;
  font-weight: 300;
  max-width: 720px;
  margin: 12px auto 0;
}

/* ---- NINE-HOLE FLOW movement ---- */
.ninehole { background: #DFE7D5; }
.flow-track {
  position: relative;
  margin-top: 40px;
  padding: 30px 0 10px;
}
.flow-path {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg,
    #B33B30 0 22px,
    transparent 22px 34px);
}
.flow-stops {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.flow-stop .flag-ic {
  width: 40px;
  height: 52px;
  margin: 0 auto 10px;
  position: relative;
  filter: drop-shadow(0 2px 1px #C7D2B6);
}
.flow-stop .p {
  position: absolute;
  width: 4px;
  height: 52px;
  background: #4E4034;
  left: 18px;
  top: 0;
}
.flow-stop .f {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
  border-left: 30px solid #B33B30;
  left: 22px;
  top: 0;
}
.flow-h {
  font-weight: 700;
  font-size: 17px;
  color: #25342A;
  margin: 4px 0 2px;
}
.flow-c {
  font-size: 14px;
  color: #25342A;
}
.flow-final {
  background: #4E4034;
  display: inline-block;
  color: #FAF7EC;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 13px;
}
@media (max-width: 860px) {
  .flow-stops { grid-template-columns: 1fr; }
  .flow-path { display: none; }
}

/* ---- TEE-IT-UP accent band ---- */
.teeitup {
  background: #B33B30;
}
.teeitup-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 44px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.teeitup .t {
  color: #FAF7EC;
}
.teeitup .stamp {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #FAF7EC;
  color: #B33B30;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.teeitup p {
  font-size: 18px;
  margin: 0;
  color: #FAF7EC;
  max-width: 640px;
}
.teeitup p strong { color: #FFFFFF; }
.teeitup.panel-cta .button {
  background: #FAF7EC;
  color: #B33B30;
  border-bottom: 4px solid #7a2820;
}
.teeitup.panel-cta .button:hover {
  background: #dfe0d3;
  text-decoration: none;
}

/* ============================================================
   ANCHOR / section nav strip used in body
   ============================================================ */
.pinlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 30px;
}
.pinlist a {
  text-decoration: none;
  font-weight: 600;
  background: #FAF7EC;
  color: #25342A;
  border: 1px solid #B33B30;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 14px;
}
.pinlist a:hover { background: #B33B30; color: #FAF7EC; }

/* ============================================================
   SERVICES PAGE specific
   ============================================================ */
.legal-page, .service-page { background: #F1F4EA; }
.page-hero {
  background: #DFE7D5;
}
.page-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px;
}
.page-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  color: #25342A;
  margin: 0 0 8px;
}
.page-hero p {
  color: #4E4034;
  font-size: 18px;
  max-width: 720px;
  margin: 0;
}

/* process band within services */
.processband {
  background: #4E4034;
}
.process-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 24px;
}
.process-inner h2 { color: #FAF7EC; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 26px;
}
.process-step {
  background: #FAF7EC;
  border-left: 4px solid #B33B30;
  padding: 18px 20px;
  border-radius: 5px;
}
.process-step h3 {
  font-size: 17px;
  margin: 0 0 6px;
  color: #25342A;
}
.process-step p { margin: 0; font-size: 15px; color: #25342A; }
@media (max-width: 860px) {
  .process-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}
.contact-form-card {
  background: #FAF7EC;
  border-radius: 8px;
  border-top: 6px solid #B33B30;
  padding: 30px;
}
.contact-form-card label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 14px 0 6px;
  color: #25342A;
}
.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #4E4034;
  background: #FFFFFF;
  color: #25342A;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
}
.contact-form-card input:focus,
.contact-form-card textarea:focus {
  outline: 2px solid #B33B30;
}
.contact-form-card .button { margin-top: 18px; width: 100%; text-align: center; border: 0; }
.contact-side { }
.contact-side .mini {
  background: #DFE7D5;
  border-radius: 6px;
  padding: 20px 22px;
  margin-bottom: 16px;
}
.contact-side .mini h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #4E4034;
}
.contact-side .mini p { margin: 4px 0; font-size: 16px; color: #25342A; }
.contact-side .mini a { font-weight: 700; }
@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* FAQ on contact page */
.faq-list { margin-top: 26px; }
.faq-item {
  background: #FAF7EC;
  border: 1px solid #DFE7D5;
  border-radius: 6px;
  margin-bottom: 12px;
}
.faq-q {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  color: #25342A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  font-family: inherit;
}
.faq-q .ind {
  color: #B33B30;
  font-size: 20px;
}
.faq-a {
  display: none;
  padding: 0 20px 18px;
  color: #4E4034;
}
.faq-a p { margin: 0; }
.faq-item.open .faq-a { display: block; }

/* ============================================================
   GENERIC CONTENT PROSE (used on extra pages)
   ============================================================ */
.content-page { background: #F1F4EA; }
.content-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 24px 70px;
}

/* ============================================================
   FOOTER — BALL-WASHER FOOTER (.ballwasher)
   ============================================================ */
.ballwasher {
  background: #4E4034;
  margin-top: 70px;
}
.bw-rack {
  background: #4E4034;
  border-bottom: 1px solid #DFE7D5;
}
.bw-rack-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.bw-clubs {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 90px;
}
.club {
  width: 7px;
  height: 72px;
  background: #DFE7D5;
  border-radius: 4px;
  position: relative;
  transform: rotate(-4deg);
}
.club::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: -14px;
  width: 34px;
  height: 26px;
  border-radius: 4px;
  background: #DFE7D5;
  border: 3px solid #4E4034;
}
.club:nth-child(2) { height: 66px; }
.club:nth-child(4) { height: 76px; }
.bw-washer {
  width: 74px;
  height: 40px;
  background: #FAF7EC;
  border: 3px solid #25342A;
  border-radius: 14px 14px 4px 4px;
  position: relative;
  transform: translateY(10px);
}
.bw-washer::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 6px;
  background: #25342A;
  border-radius: 2px;
  bottom: 8px;
  left: 30px;
}
.bw-motto {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #FFFFFF;
  padding: 0 0 14px;
  text-align: right;
}
.bw-motto .dot { color: #B33B30; }
.bw-links {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 40px 24px 30px;
}
.bw-col h4 {
  font-family: Georgia, "Times New Roman", serif;
  color: #FAF7EC;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.bw-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bw-col li { margin: 6px 0; }
.bw-col a {
  color: #DFE7D5;
  text-decoration: none;
  font-size: 15px;
}
.bw-col a:hover { color: #FFFFFF; text-decoration: underline; }
.bw-plate {
  background: #DFE7D5;
}
.plate-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 24px 10px;
}
.plate-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: #25342A;
  letter-spacing: 2px;
  margin: 0 0 6px;
}
.plate-line {
  color: #25342A;
  margin: 3px 0;
  font-size: 15px;
}
.copyright {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 24px 22px;
  color: #FAF7EC;
  font-size: 13px;
  text-align: center;
}
@media (max-width: 860px) {
  .bw-rack { flex-direction: column; align-items: flex-start; }
  .bw-motto { text-align: left; }
  .bw-links { grid-template-columns: 1fr; }
  .fw-list { display: none; }
}

/* scroll-to-top style stub (unused, kept minimal) */
.u-scroll { display: none; }
