:root {
  --bg: #f6f3ec;
  --bg-soft: #fffdf7;
  --text: #1c2333;
  --muted: #505e79;
  --gold: #c7982e;
  --gold-2: #f0c66c;
  --violet: #6f63ff;
  --cyan: #0ea5c6;
  --rose: #cc4b8d;
  --border: rgba(28, 35, 51, 0.15);
  --shadow: 0 18px 40px rgba(21, 29, 44, 0.18);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 10%, rgba(240, 198, 108, 0.45), transparent 35%),
    radial-gradient(circle at 92% 8%, rgba(111, 99, 255, 0.25), transparent 28%),
    radial-gradient(circle at 80% 85%, rgba(14, 165, 198, 0.2), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #f8f1e3 45%, #f7f3ea 100%);
  overflow-x: hidden;
  cursor: none;
}
.lux-bg {
  position: fixed; inset: -20% -20%; z-index: -1; opacity: 0.55; filter: blur(65px);
  background:
    radial-gradient(circle at 20% 30%, rgba(199, 152, 46, 0.45), transparent 30%),
    radial-gradient(circle at 70% 20%, rgba(111, 99, 255, 0.28), transparent 32%),
    radial-gradient(circle at 60% 80%, rgba(14, 165, 198, 0.26), transparent 34%);
  animation: drift 20s ease-in-out infinite alternate;
}
.grain { position: fixed; inset: 0; z-index: -1; opacity: 0.07; background-image: repeating-radial-gradient(circle at 0 0, rgba(0,0,0,.25) 0 1px, transparent 1px 3px); pointer-events: none; }
@keyframes drift { from { transform: translate(-1%, -1%) scale(1); } to { transform: translate(2%, 1.5%) scale(1.06); } }

.topbar {
  position: fixed; top: 12px; left: 50%; transform: translateX(-50%); width: min(1200px, calc(100% - 22px));
  border: 1px solid rgba(255,255,255,.6); border-radius: 16px; z-index: 50;
  background: linear-gradient(120deg, rgba(255,255,255,.8), rgba(255,249,235,.72));
  backdrop-filter: blur(12px); box-shadow: var(--shadow);
}
.topbar-inner { padding: 10px 14px; display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.brand { font-family: "Cormorant Garamond", serif; font-size: 1.75rem; color: #1a2132; text-decoration: none; }
.nav { display: flex; flex-wrap: wrap; gap: 8px; }
.nav a {
  color: #2a3550; text-decoration: none; font-weight: 600; font-size: .92rem; padding: 8px 12px;
  border-radius: 999px; border: 1px solid rgba(42,53,80,.15); background: rgba(255,255,255,.65); transition: .25s ease;
}
.nav a.active, .nav a:hover { border-color: rgba(199,152,46,.45); transform: translateY(-2px); background: linear-gradient(120deg, rgba(240,198,108,.28), rgba(255,255,255,.9)); }

.hero { min-height: 86vh; padding: 165px 20px 90px; display: grid; place-items: center; text-align: center; position: relative; isolation: isolate; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(180deg, rgba(15,24,40,.18), rgba(21,28,45,.35)), var(--hero-image) center/cover no-repeat fixed;
  transform: scale(1.06); animation: zoom 17s ease-in-out infinite alternate;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(130deg, rgba(255,255,255,.35), rgba(240,198,108,.18), rgba(111,99,255,.12));
}
@keyframes zoom { from { transform: scale(1.03) translateY(0); } to { transform: scale(1.11) translateY(-9px); } }
.hero-content {
  width: min(980px, 100%); padding: 34px; border-radius: 24px; border: 1px solid rgba(255,255,255,.75);
  background: linear-gradient(135deg, rgba(255,255,255,.77), rgba(255,247,233,.7)); box-shadow: var(--shadow); backdrop-filter: blur(8px);
}
.hero-kicker { display: inline-block; letter-spacing: 2px; text-transform: uppercase; color: #7a5611; font-size: .82rem; margin-bottom: 10px; font-weight: 700; }
h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(2.5rem, 7vw, 5.4rem); line-height: 1.02; margin-bottom: 14px; color: #1c2437; }
.hero p { width: min(800px, 100%); margin: 0 auto; color: #33415e; font-size: clamp(1rem, 2.1vw, 1.2rem); }
.hero-actions { margin-top: 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.btn { text-decoration: none; border-radius: 999px; padding: 11px 19px; font-weight: 700; transition: .25s ease; border: 1px solid transparent; }
.btn-primary { background: linear-gradient(120deg, var(--gold), var(--gold-2)); color: #251b08; }
.btn-secondary { border-color: rgba(42,53,80,.2); color: #26314a; background: rgba(255,255,255,.75); }
.btn:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 10px 20px rgba(42,53,80,.2); }

.container { width: min(1180px, calc(100% - 24px)); margin: 0 auto 90px; display: grid; gap: 20px; }
.section {
  border: 1px solid var(--border); border-radius: 22px; padding: clamp(20px, 2.5vw, 34px);
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,250,240,.78)); box-shadow: var(--shadow);
}
.section h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 4.2vw, 3rem); margin-bottom: 10px; color: #1f2940; }
.section p { color: var(--muted); line-height: 1.75; }
.cards, .columns { margin-top: 15px; display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.card {
  text-decoration: none; color: inherit; border-radius: 16px; padding: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(250,239,217,.65));
  border: 1px solid rgba(199,152,46,.2); transition: .25s ease;
}
.card:hover { transform: translateY(-7px); box-shadow: 0 16px 30px rgba(27,35,54,.18); border-color: rgba(199,152,46,.5); }
.card-title { color: #202b41; margin-bottom: 7px; font-weight: 700; }

.timeline { list-style: none; margin-top: 16px; display: grid; gap: 10px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 18px; top: 5px; bottom: 5px; width: 2px; background: linear-gradient(var(--gold), var(--violet)); }
.timeline li {
  padding: 12px 14px 12px 52px; border-radius: 13px; border: 1px solid rgba(31,41,64,.12); position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,247,230,.74));
}
.timeline li::before { content: ""; position: absolute; width: 14px; height: 14px; left: 11px; top: 16px; border-radius: 50%; background: linear-gradient(140deg, var(--gold), var(--violet)); }

.gallery { margin-top: 16px; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.gallery figure { border-radius: 14px; overflow: hidden; min-height: 220px; border: 1px solid rgba(31,41,64,.12); position: relative; background: #ddd; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .5s ease; }
.gallery figure:hover img { transform: scale(1.09); filter: saturate(1.18) contrast(1.08); }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 10px; font-size: .84rem; color: #fff; background: linear-gradient(180deg, transparent, rgba(8,12,20,.7)); }

.stats { margin-top: 14px; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.stat { border-radius: 14px; text-align: center; padding: 14px; border: 1px solid rgba(31,41,64,.15); background: linear-gradient(140deg, rgba(255,255,255,.95), rgba(245,235,210,.7)); }
.value { display: block; font-size: 1.8rem; font-weight: 800; color: #1f2a40; }
.label { color: #52607c; font-size: .86rem; }

.reveal { opacity: 0; transform: translateY(22px) scale(.992); transition: opacity .7s ease, transform .7s ease; }
.reveal.show { opacity: 1; transform: translateY(0) scale(1); }

.spotlight {
  position: fixed; width: 250px; height: 250px; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(199,152,46,.2), rgba(111,99,255,.1), transparent 68%); mix-blend-mode: multiply; z-index: 8;
}
.cursor-dot, .cursor-ring { position: fixed; left: 0; top: 0; pointer-events: none; border-radius: 50%; transform: translate(-50%, -50%); z-index: 60; }
.cursor-dot { width: 10px; height: 10px; background: radial-gradient(circle at 30% 30%, #fff, var(--gold)); box-shadow: 0 0 18px rgba(199,152,46,.65); }
.cursor-ring { width: 34px; height: 34px; border: 1px solid rgba(37,48,73,.6); transition: .22s ease; }
.cursor-ring.active { width: 50px; height: 50px; border-color: rgba(199,152,46,.9); }

.footer { text-align: center; color: #55617c; font-size: .92rem; padding: 24px 14px 34px; }

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(240, 198, 108, 0.42), transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(111, 99, 255, 0.35), transparent 42%),
    linear-gradient(120deg, rgba(255, 251, 240, 0.92), rgba(248, 238, 214, 0.92));
  transition: opacity 0.42s ease;
}

body.is-transitioning .page-transition {
  opacity: 1;
}

body.is-transitioning {
  overflow: hidden;
}
@media (max-width: 740px) {
  body { cursor: auto; }
  .cursor-dot, .cursor-ring, .spotlight { display: none; }
  .hero { min-height: 72vh; padding-top: 138px; }
  .hero::before { background-attachment: scroll; }
}
