@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Source+Sans+3:wght@300;400;600&display=swap');

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Source Sans 3',sans-serif;background:#0c1f1f;color:#c8d6d0;line-height:1.75;overflow-x:hidden;}
a{color:#d4a843;text-decoration:none;transition:color .3s;}
a:hover{color:#f0cc6b;}

.header-bar{position:fixed;top:0;width:100%;z-index:1000;background:rgba(12,31,31,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(212,168,67,.15);display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:66px;}
.hb-brand{display:flex;align-items:center;gap:.7rem;}
.hb-brand svg{width:36px;height:36px;}
.hb-brand span{font-family:'Playfair Display',serif;font-weight:900;font-size:1.35rem;color:#d4a843;}
.hb-nav{list-style:none;display:flex;gap:2rem;}
.hb-nav a{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#7aa390;}
.hb-nav a:hover{color:#d4a843;}

.hb-burger{display:none;cursor:pointer;flex-direction:column;gap:5px;}
.hb-burger span{width:24px;height:2.5px;background:#d4a843;border-radius:2px;transition:all .3s;}

.masthead{min-height:100vh;background:linear-gradient(160deg,#0c1f1f 0%,#132e2e 50%,#1a3d3d 100%);display:grid;grid-template-columns:1.2fr 1fr;align-items:center;padding:80px 3rem 60px;gap:3rem;}
.mh-content{max-width:600px;}
.mh-tag{display:inline-block;background:rgba(212,168,67,.1);border:1px solid rgba(212,168,67,.25);padding:.35rem 1.2rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#d4a843;margin-bottom:1.5rem;}
.mh-content h1{font-family:'Playfair Display',serif;font-size:clamp(2rem,5vw,3.8rem);font-weight:900;color:#eae2d0;line-height:1.12;margin-bottom:1rem;}
.mh-content h1 .gold{color:#d4a843;}
.mh-content p{color:#7aa390;font-size:1.05rem;margin-bottom:2.5rem;}
.mh-btn{display:inline-block;padding:.9rem 2.8rem;background:#d4a843;color:#0c1f1f;font-weight:700;font-size:.9rem;border-radius:4px;transition:all .3s;}
.mh-btn:hover{background:#f0cc6b;transform:translateY(-2px);color:#0c1f1f;}
.mh-visual{display:flex;align-items:center;justify-content:center;font-size:7rem;opacity:.4;}

.info-strip{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:2rem;background:rgba(0,0,0,.2);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);}
.is-item{display:flex;align-items:center;gap:.5rem;font-size:.83rem;font-weight:600;color:#7aa390;background:rgba(212,168,67,.06);border:1px solid rgba(212,168,67,.12);padding:.5rem 1.2rem;border-radius:6px;}
.is-item span:first-child{font-size:1.1rem;}

.sec{padding:5rem 2.5rem;max-width:1250px;margin:0 auto;}
.sec-head{font-family:'Playfair Display',serif;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:#eae2d0;text-align:center;margin-bottom:.3rem;}
.sec-sub{text-align:center;color:#5a8a76;margin-bottom:3rem;}

.embed{max-width:900px;margin:0 auto;border-radius:10px;overflow:hidden;border:2px solid rgba(212,168,67,.2);background:#0a1818;box-shadow:0 0 40px rgba(212,168,67,.06);}
.embed iframe{width:100%;height:560px;border:none;display:block;}

.horiz-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;}
.h-card{display:grid;grid-template-columns:80px 1fr;gap:1.2rem;background:rgba(20,46,46,.6);border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1.5rem;transition:border-color .3s;}
.h-card:hover{border-color:rgba(212,168,67,.25);}
.h-card .hc-icon{width:80px;height:80px;background:rgba(212,168,67,.08);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:2rem;}
.h-card h3{font-family:'Playfair Display',serif;font-size:1.05rem;color:#eae2d0;margin-bottom:.3rem;}
.h-card p{font-size:.85rem;color:#6a9e88;}

.counters-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:3rem 2rem;max-width:1000px;margin:0 auto;}
.cb{text-align:center;}
.cb .cv{font-family:'Playfair Display',serif;font-size:2.4rem;font-weight:900;color:#d4a843;}
.cb .cl{font-size:.78rem;color:#5a8a76;margin-top:.2rem;}

.about-block{max-width:800px;margin:0 auto;padding:3rem 2rem;}
.about-block h2{font-family:'Playfair Display',serif;font-size:1.5rem;color:#eae2d0;margin-bottom:.8rem;}
.about-block p{color:#7aa390;margin-bottom:1.1rem;font-size:.95rem;}

.ft{background:rgba(8,18,18,.95);border-top:1px solid rgba(255,255,255,.04);padding:3rem 2rem;text-align:center;}
.ft-nav{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.2rem;}
.ft-nav a{color:#5a8a76;font-size:.84rem;}
.ft-nav a:hover{color:#d4a843;}
.ft-rg{margin-bottom:1rem;}
.ft-rg a{color:#3d6b58;font-size:.78rem;margin:0 .7rem;}
.ft-rg a:hover{color:#7aa390;}
.ft-cp{font-size:.72rem;color:#2e5344;}

.age-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(8,18,18,.95);z-index:9999;display:flex;align-items:center;justify-content:center;}
.age-dialog{background:#132e2e;border:1px solid rgba(212,168,67,.25);border-radius:14px;padding:2.5rem;text-align:center;max-width:420px;width:90%;}
.age-dialog h2{font-family:'Playfair Display',serif;font-size:1.4rem;color:#eae2d0;margin-bottom:.7rem;}
.age-dialog p{color:#7aa390;font-size:.88rem;margin-bottom:1.5rem;}
.age-dialog .bts{display:flex;gap:1rem;justify-content:center;}
.age-dialog .ok{padding:.7rem 2rem;background:#d4a843;color:#0c1f1f;border:none;font-weight:700;border-radius:6px;cursor:pointer;font-size:.88rem;transition:background .3s;}
.age-dialog .ok:hover{background:#f0cc6b;}
.age-dialog .nope{padding:.7rem 2rem;background:transparent;border:1px solid #c44;color:#c44;font-weight:700;border-radius:6px;cursor:pointer;font-size:.88rem;}

.pg-head{padding:100px 2.5rem 40px;text-align:center;background:linear-gradient(160deg,#0c1f1f,#132e2e);}
.pg-head h1{font-family:'Playfair Display',serif;font-size:clamp(1.7rem,4vw,2.8rem);font-weight:900;color:#eae2d0;}
.pg-head p{color:#5a8a76;max-width:540px;margin:.5rem auto 0;}
.text-area{max-width:820px;margin:0 auto;padding:2.5rem 2rem;}
.text-area h2{font-family:'Playfair Display',serif;font-size:1.2rem;color:#eae2d0;margin:2rem 0 .5rem;}
.text-area p,.text-area li{color:#7aa390;font-size:.92rem;margin-bottom:.7rem;}
.text-area ul{padding-left:1.5rem;margin-bottom:1rem;}

@media(max-width:768px){
  .hb-nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:rgba(12,31,31,.98);flex-direction:column;padding:80px 2rem;gap:1.5rem;transition:right .3s;}
  .hb-nav.open{right:0;}
  .hb-burger{display:flex;}
  .masthead{grid-template-columns:1fr;padding:100px 2rem 60px;}
  .mh-visual{display:none;}
  .horiz-cards{grid-template-columns:1fr;}
  .h-card{grid-template-columns:60px 1fr;}
  .embed iframe{height:340px;}
  .counters-bar{grid-template-columns:1fr 1fr;}
}
