
:root{
  --bg:#ece7df; --paper:#f7f3ee; --card:#f6f4f1; --dark:#0f243f; --muted:#5d718b;
  --line:#d9d0c4; --tag:#e4d9c8; --tag-text:#a56f2e; --hero1:#1b2634; --hero2:#414b56;
  --accent:#174bbd; --white:#fff; --shadow:0 24px 60px rgba(19,30,47,.12); --radius-xl:34px;
}
*{box-sizing:border-box} body{margin:0;font-family:Arial,sans-serif;background:var(--bg);color:var(--dark)}
img,video{max-width:100%;display:block}.page{width:min(1380px,calc(100% - 34px));margin:26px auto 44px}
.hero{background:radial-gradient(circle at 96% 10%,rgba(230,198,133,.23),transparent 18%),linear-gradient(135deg,var(--hero1),var(--hero2));color:#fff;border-radius:34px;padding:58px 52px 52px;box-shadow:var(--shadow)}
.eyebrow{display:inline-block;font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--accent);padding:4px 6px 5px;margin-bottom:16px}
.hero h1{font-size:76px;line-height:1.02;margin:0 0 16px;font-weight:800;max-width:1100px}
.hero .lead{font-size:22px;line-height:1.45;margin:0;max-width:1100px}
.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:34px}
.stat{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:22px}
.num{font-size:52px;font-weight:800;color:#f5e3bf;line-height:1;margin-bottom:8px}.label{font-size:17px;line-height:1.45;color:#f1f1f1}
.section{margin-top:44px}.section h2{margin:0 0 14px;font-size:58px;line-height:1.05}.intro{margin:0 0 26px;font-size:20px;line-height:1.65;color:var(--muted);max-width:980px}
.hub-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hub-card,.gallery-card{background:var(--card);border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.05)}
.hub-card{padding:28px 26px 26px;text-decoration:none;color:inherit;transition:.25s ease}.hub-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(19,30,47,.1)}
.tag{display:inline-block;background:var(--tag);color:var(--tag-text);font-weight:700;font-size:15px;padding:12px 16px;border-radius:999px;margin-bottom:22px}
.hub-card h3{margin:0 0 12px;font-size:28px;line-height:1.15}.hub-card p{margin:0;font-size:18px;line-height:1.55;color:var(--muted)}
.topbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px}.back{display:inline-flex;align-items:center;text-decoration:none;color:var(--dark);background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:12px 18px;font-weight:700}
.media-wrap{width:100%;aspect-ratio:4/4.15;background:#ece8e2;overflow:hidden}.gallery-card img,.gallery-card video{width:100%;height:100%;object-fit:cover;background:#ece8e2}
.gallery-body{padding:18px 18px 20px}.gallery-body h3{margin:0 0 10px;font-size:22px;line-height:1.2}.gallery-body p{margin:0;font-size:16px;color:var(--muted);line-height:1.6}
.placeholder{display:flex;align-items:center;justify-content:center;min-height:320px;color:#a6adb7;font-size:16px;text-align:center;padding:18px;background:linear-gradient(180deg,#f0eeea,#ece8e2)}
.note{margin-top:22px;font-size:15px;line-height:1.7;color:var(--muted)}
.lightbox{position:fixed;inset:0;background:rgba(8,12,18,.9);display:none;align-items:center;justify-content:center;padding:24px;z-index:9999}.lightbox.open{display:flex}
.lightbox img,.lightbox video{max-width:96vw;max-height:90vh;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.38)}.lightbox-close{position:fixed;top:18px;right:18px;width:46px;height:46px;border-radius:50%;border:none;background:#fff;font-size:26px;cursor:pointer}
@media (max-width:1280px){.hero h1{font-size:58px}.stats,.hub-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.page{width:min(100% - 18px,100%)}.hero{padding:34px 22px 30px}.hero h1{font-size:40px}.hero .lead{font-size:18px}.section h2{font-size:38px}.stats,.hub-grid,.gallery-grid{grid-template-columns:1fr}.num{font-size:46px}}
