
:root{
  --g-bg:#0b1f11;
  --g-ink:#0f1a12;
  --g-soft:#5a6b5e;
  --g-primary:#2e7d32;
  --g-primary-2:#1b5e20;
  --g-accent:#c8e6c9;
  --g-sand:#e0dcc9;
  --g-fairway:#5ea564;
  --g-dimple:radial-gradient(circle at 30% 30%, rgba(255,255,255,.9), rgba(255,255,255,.6) 35%, rgba(0,0,0,.15) 36%, rgba(0,0,0,0) 45%) center/18px 18px;
}
html,body{scroll-behavior:smooth}
body{font-family:Barlow,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif; color:#0e1610; background:linear-gradient(180deg,#f7fbf7,#f0f7f1)}
h1,h2,h3,h4,h5{font-family:Cinzel,serif}
.brand{letter-spacing:.3px}
.navbar.golfbar{background:linear-gradient(135deg,var(--g-primary-2),#204f24); box-shadow:0 10px 30px rgba(0,0,0,.2)}
.navbar .logo-mark{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#fff,#dfe8df);display:inline-flex;align-items:center;justify-content:center;color:#2e7d32; box-shadow:inset 0 -2px 6px rgba(0,0,0,.15)}
.hero {
    min-height: 72vh;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.55)), url('../img/kaitake16th.jpg') center/cover no-repeat;
}
.hero .btn{box-shadow:0 10px 30px rgba(0,0,0,.25)}
.card-hover{transition:transform .25s ease, box-shadow .25s ease}
.card-hover:hover{transform:translateY(-4px); box-shadow:0 16px 32px rgba(0,0,0,.12)}
.section{padding:80px 0}
.section-sm{padding:56px 0}
.text-soft{color:#5a6b5e}
.bg-fairway{background:linear-gradient(135deg,#3c8f42,var(--g-fairway))}
.texture-top{position:relative}
.texture-top::before{content:"";position:absolute;left:0;right:0;top:-1px;height:60px;background:url('https://raw.githubusercontent.com/aniftyco/charts/gh-pages/images/wave-top.svg') top center repeat-x; opacity:.25}
.bg-deep{background:#102417}
.badge-sand{background:var(--g-sand)}
.badge-mint{background:var(--g-accent)}
.dimple{background:var(--g-dimple)}
.table thead th{background:#10361a;color:#fff}
.brand-logo{height:50px;}