:root{
  --bg:#070a08;
  --panel:#0d1410;
  --text:#f2f5f2;
  --muted:#b8c2bb;
  --accent:#6fbf8c;
  --accent2:#95d5a6;
  --border:rgba(255,255,255,.11);
  --shadow:0 18px 60px rgba(0,0,0,.50);
  --radius:18px;
  --max:1120px;
  --font: ui-sans-serif, system-ui, -apple-system, "SF Pro Display", "SF Pro Text", Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1000px 600px at 15% 0%, rgba(111,191,140,.18), transparent 55%),
    radial-gradient(900px 500px at 85% 10%, rgba(149,213,166,.12), transparent 60%),
    linear-gradient(180deg, #050705 0%, #070a08 45%, #050705 100%);
  overflow-x:hidden;
}
a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}
header{
  position:sticky; top:0; z-index:999;
  backdrop-filter: blur(10px);
  background:rgba(5,7,5,.62);
  border-bottom:1px solid var(--border);
}
.nav{display:flex; align-items:center; justify-content:space-between; padding:12px 0; gap:14px}
.brand{display:flex; align-items:center; gap:10px; min-width:0}
.brand img{width:34px; height:34px; object-fit:contain; border-radius:10px; background:rgba(255,255,255,.06); padding:6px}
.brand .name{display:flex; flex-direction:column; line-height:1.05}
.brand .name strong{font-size:14.5px; letter-spacing:.2px}
.brand .name span{font-size:12px; color:var(--muted)}
.navlinks{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.navlinks a{
  text-decoration:none; padding:8px 12px; border:1px solid var(--border);
  border-radius:999px; font-size:13px; opacity:.96;
}
.navlinks a:hover{border-color:rgba(111,191,140,.55); box-shadow:0 0 0 3px rgba(111,191,140,.10) inset}
.navlinks a.primary{border-color:rgba(111,191,140,.60); background:rgba(111,191,140,.14)}
.hero{padding:26px 0 18px}
.heroCard{
  border:1px solid var(--border); border-radius:var(--radius); overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow:var(--shadow);
}
.heroGrid{display:grid; grid-template-columns: 1.15fr .85fr; min-height:440px}
.heroText{padding:26px; display:flex; flex-direction:column; justify-content:center; gap:14px}
.kicker{display:inline-flex; align-items:center; gap:8px; color:var(--accent2); font-size:12px; letter-spacing:.16em; text-transform:uppercase}
h1{margin:0; font-size:34px; letter-spacing:.2px}
.lead{margin:0; color:var(--muted); font-size:15.5px; line-height:1.55; max-width:52ch}
.ctas{display:flex; gap:10px; flex-wrap:wrap; margin-top:8px}
.btn{
  display:inline-flex; align-items:center; justify-content:center; text-decoration:none;
  padding:11px 14px; border-radius:14px; border:1px solid var(--border);
  font-weight:700; font-size:14px;
}
.btn.primary{background:linear-gradient(180deg, rgba(111,191,140,.24), rgba(111,191,140,.12)); border-color:rgba(111,191,140,.55)}
.btn.ghost{background:rgba(255,255,255,.03)}
.btn:hover{transform:translateY(-1px)}
.heroMedia{position:relative; border-left:1px solid var(--border); background:rgba(0,0,0,.18)}
.heroMedia .mosaic{position:absolute; inset:0; display:grid; grid-template-columns: 1fr 1fr; gap:8px; padding:12px}
.heroMedia img{width:100%; height:100%; object-fit:contain; background:#000; border-radius:14px; border:1px solid rgba(255,255,255,.06)}
.section{padding:18px 0 30px}
.card{border:1px solid var(--border); border-radius:var(--radius); background:rgba(255,255,255,.03); box-shadow:0 12px 40px rgba(0,0,0,.35); overflow:hidden}
.cardPad{padding:18px}
h2{margin:0 0 10px; font-size:20px}
p{margin:0; color:var(--muted); line-height:1.6}
.menuSplit{display:grid; grid-template-columns: 30% 70%; min-height:640px}
.collage{position:relative; border-right:1px solid var(--border); overflow:hidden; background:#070a08}
.collage img{
  position:absolute; width:30%; height:20%; object-fit:cover; border-radius:12px;
  border:1px solid rgba(255,255,255,.10); box-shadow:0 14px 34px rgba(0,0,0,.55);
  transform:rotate(var(--rot));
  mix-blend-mode:normal;
}
.menuSide{padding:18px}
.menuButtons{display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:10px; margin-top:10px}
.menuButtons a{
  text-decoration:none; padding:12px 12px; border-radius:16px; border:1px solid var(--border);
  background:rgba(255,255,255,.03); font-weight:800; font-size:14px;
}
.menuButtons a:hover{border-color:rgba(111,191,140,.65); background:rgba(111,191,140,.10)}
.smallNote{font-size:12.5px; color:var(--muted); margin-top:10px}
.twoCol{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
.galleryRow{display:grid; grid-template-columns: repeat(3, 1fr); gap:10px}
.galleryRow img{width:100%; height:170px; object-fit:cover; border-radius:16px; border:1px solid rgba(255,255,255,.10)}
.footer{border-top:1px solid var(--border); background:rgba(5,7,5,.68); margin-top:26px}
.footerGrid{display:grid; grid-template-columns: 1.2fr .8fr; gap:16px; padding:18px 0}
.footer p{font-size:13px}
.footer a{color:var(--accent2); text-decoration:none}
.footer a:hover{text-decoration:underline}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.badges a{text-decoration:none; border:1px solid var(--border); padding:9px 12px; border-radius:999px; font-weight:800; font-size:13px}
.badges a.primary{border-color:rgba(111,191,140,.60); background:rgba(111,191,140,.12)}
.mapWrap{border:1px solid var(--border); border-radius:18px; overflow:hidden; background:rgba(255,255,255,.02)}
.mapWrap iframe{display:block; width:100%; height:360px; border:0}
@media (max-width: 880px){
  .heroGrid{grid-template-columns: 1fr}
  .heroMedia{border-left:none; border-top:1px solid var(--border); min-height:320px}
  .menuSplit{grid-template-columns: 1fr}
  .collage{min-height:380px; border-right:none; border-bottom:1px solid var(--border)}
  .menuButtons{grid-template-columns: 1fr}
  .twoCol{grid-template-columns: 1fr}
  .galleryRow{grid-template-columns: 1fr 1fr}
  .footerGrid{grid-template-columns: 1fr}
}
/* --- UI Polish Additions --- */
.btn.primary{
  background: linear-gradient(180deg, #7fe0a4, #5fbf8a);
  color:#062214;
  box-shadow:0 8px 24px rgba(111,191,140,.45);
}
.btn.primary:hover{filter:brightness(1.05)}
.menuButtons a{
  font-size:16px;
  font-weight:900;
  color:#eafff3;
}


/* === UI POLISH OVERRIDES (Dec 2025) === */
.btn{
  border-color: rgba(111,191,140,.75) !important;
  color: var(--accent) !important;
  background: rgba(0,0,0,.14) !important;
}
.btn.primary{
  background: linear-gradient(180deg, rgba(111,191,140,.28), rgba(111,191,140,.14)) !important;
}
.btn svg{display:block}
.btn span{display:block}
.btn{gap:10px}
.heroMedia .mosaic{grid-auto-rows: 1fr;}
.heroMedia .mosaic img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background:#000;
}
.squareGrid, .square-grid{display:grid; gap:10px}
.square-grid img{
  width:100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background:#000;
  border-radius:14px;
}
.menuGrid{display:grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap:10px}
.menuGrid a{width:100%}
