﻿@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@700;800&family=Playfair+Display:wght@700&display=swap");

:root {
  --bg: #0d0609;
  --panel: rgba(44, 12, 20, 0.45);
  --gold: #f6bf57;
  --gold-bright: #ffd980;
  --purple: #6a0dad;
  --line: rgba(230, 137, 96, 0.55);
  --text: #fff1da;
  --muted: rgba(255, 236, 208, 0.88);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  background:
    linear-gradient(rgba(9, 4, 7, 0.72), rgba(22, 7, 12, 0.76)),
    radial-gradient(circle at 20% 20%, rgba(106, 13, 173, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(246, 191, 87, 0.1) 0%, transparent 50%),
    url("./ccdc0ec6-e8b4-46ef-8741-728dafff2e15.png") center center / cover no-repeat fixed,
    var(--bg);
}

a { color: inherit; text-decoration: none; }
.page { position: relative; min-height: 100vh; backdrop-filter: blur(1.5px); overflow: hidden; isolation: isolate; }
.page > * { position: relative; z-index: 1; }
.galaxy-layer { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.galaxy-star {
  position: absolute; display: block; width: 180px; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255,251,243,.98) 0 2px, rgba(255,220,146,.86) 3px 10px, rgba(255,132,77,.34) 11px 34px, transparent 66%);
  filter: blur(0); opacity: .92; animation: galaxyMotion 11s ease-in-out infinite alternate, galaxyPulse 2.8s ease-in-out infinite; will-change: transform, opacity;
}
.star-1 { top: 10%; left: 6%; width: 110px; animation-delay: 0s, 0s; }
.star-2 { top: 16%; right: 14%; width: 150px; animation-delay: 1.2s, 1.2s; }
.star-3 { top: 33%; left: 18%; width: 84px; animation-delay: 2.4s, 2.4s; }
.star-4 { top: 44%; right: 10%; width: 132px; animation-delay: 3s, 3s; }
.star-5 { bottom: 32%; left: 10%; width: 140px; animation-delay: 0.8s, 0.8s; }
.star-6 { bottom: 18%; right: 12%; width: 96px; animation-delay: 2s, 2s; }
.star-7 { top: 70%; left: 48%; width: 120px; animation-delay: 1.6s, 1.6s; }
.star-8 { top: 24%; left: 56%; width: 88px; animation-delay: 2.8s, 2.8s; }
.star-9 { top: 58%; left: 72%; width: 72px; animation-delay: 1s, 1s; }
.star-10 { top: 78%; left: 22%; width: 76px; animation-delay: 2.2s, 2.2s; }
.shooting-star {
  position: absolute; width: 180px; height: 2px; opacity: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,214,132,.95), rgba(255,132,77,0));
  transform: rotate(-28deg); filter: blur(.4px); animation: shootingStar 9s linear infinite;
}
.shooting-star-1 { top: 18%; left: -12%; animation-delay: .8s; }
.shooting-star-2 { top: 52%; right: -12%; animation-delay: 3.8s; }
.shooting-star-3 { top: 78%; left: -10%; animation-delay: 6.2s; }

.nav {
  position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between;
  width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 18px;
}
.brand {`r`n  display: inline-flex;`r`n  align-items: center;`r`n  gap: 10px;`r`n  color: var(--gold-bright);`r`n  text-shadow: 0 0 14px rgba(246, 191, 87, 0.2);`r`n}`r`n`r`n.brand-logo {`r`n  width: 20px;`r`n  height: 20px;`r`n  object-fit: contain;`r`n  border-radius: 8px;`r`n  background: transparent;`r`n  image-rendering: -webkit-optimize-contrast;`r`n  image-rendering: crisp-edges;`r`n  box-shadow: 0 0 10px rgba(255, 183, 88, 0.06);`r`n}`r`n`r`n.brand-text {`r`n  font-family: "Cinzel", "Playfair Display", "Times New Roman", Georgia, serif;`r`n  font-style: normal;`r`n  font-size: clamp(1.35rem, 2.4vw, 2.1rem);`r`n  font-weight: 800;`r`n  line-height: 0.95;`r`n  text-transform: none;`r`n  letter-spacing: 0.05em;`r`n  color: #f8e6c0;`r`n  text-shadow: 0 0 16px rgba(255, 196, 86, 0.14);`r`n}`r`n.nav-links {
  display: flex; gap: 22px; padding: 12px 18px; border: 1px solid rgba(236,143,101,.34);
  border-radius: 999px; background: rgba(20,7,12,.42); box-shadow: 0 0 24px rgba(255,155,91,.08);
}
.nav-links a {
  min-width: 96px; text-align: center; padding: 10px 12px; border-radius: 999px;
  font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 1.05rem;
}
.nav-links a.active {
  color: inherit;
  background: transparent;
  box-shadow: none;
}
.hero-wrap { width: min(1120px, calc(100% - 32px)); margin: 48px auto 0; padding: 44px 0 10px; }
.hero-panel {
  position: relative; padding: clamp(44px, 7vw, 92px) 28px; border: 2px solid rgba(229,131,93,.54);
  background: linear-gradient(rgba(61,18,29,.38), rgba(27,8,16,.48)), linear-gradient(135deg, rgba(106,13,173,0.1), rgba(246,191,87,0.1)), rgba(28,10,15,.38);
  box-shadow: 0 0 0 1px rgba(255,183,110,.06) inset, 0 0 40px rgba(255,126,58,.12), 0 30px 80px rgba(0,0,0,.25);
  text-align: center; overflow: hidden;
}
.hero-panel::before, .hero-panel::after { content: ""; position: absolute; pointer-events: none; }
.hero-panel::before {
  inset: -18% -8%;
  background: radial-gradient(circle at 14% 56%, rgba(255,165,76,.32), transparent 18%), radial-gradient(circle at 78% 82%, rgba(255,140,66,.26), transparent 20%), radial-gradient(circle at 50% 50%, rgba(255,214,158,.08), transparent 35%);
}
.hero-panel::after { inset: 8%; border: 1px solid rgba(255,208,142,.1); border-radius: 24px; box-shadow: inset 0 0 40px rgba(255, 186, 103, 0.05); }
.hero-kicker {
  position: relative; z-index: 1; margin: 0 0 14px; color: rgba(255,204,128,.88); font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: .82rem; letter-spacing: .26em; text-transform: none;
}
.welcome {
  position: relative; z-index: 1; margin: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .95;
  color: var(--gold-bright); text-shadow: 0 0 24px rgba(255,182,81,.18);
}
.welcome span { display: block; margin-bottom: 10px; font-size: clamp(1.8rem, 3vw, 3.2rem); font-style: italic; font-weight: 400; }
.divider {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 10px; margin: 28px auto 26px; color: var(--gold);
}
.divider::before, .divider::after, .newsletter-line {
  content: ""; width: min(180px, 22vw); height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.newsletter-line { width: 120px; margin: 18px 0 22px; }
.hero-text {
  position: relative; z-index: 1; max-width: 760px; margin: 0 auto; font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.32rem); line-height: 1.8; color: var(--muted);
}
.hero-actions { display: flex; justify-content: center; gap: 10px; margin-top: 32px; flex-wrap: wrap; }
.cta {
  position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; min-width: 220px; margin-top: 0;
  padding: 18px 36px; border-radius: 18px; background: linear-gradient(180deg, #ffc84d, #d98819); color: #2e1607;
  font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 700; box-shadow: 0 10px 0 rgba(123,61,14,.58), 0 0 26px rgba(255,195,89,.28);
}
.cta-secondary { background: rgba(255,226,171,.08); color: var(--gold-bright); border: 1px solid rgba(255,196,89,.35); box-shadow: none; }
.hero-stats {
  position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 32px;
}
.hero-stats div { padding: 18px 14px; border: 1px solid rgba(255,187,120,.16); border-radius: 18px; background: rgba(255,238,217,.05); }
.hero-stats strong { display: block; color: var(--gold-bright); font-size: 1.5rem; }
.hero-stats span { display: block; margin-top: 6px; font-family: "Trebuchet MS", Verdana, sans-serif; color: var(--muted); font-size: .92rem; }
.section { width: min(1120px, calc(100% - 32px)); margin: 110px auto 0; }
.section-title {
  display: flex; align-items: center; justify-content: center; gap: 18px; margin: 0 0 34px; color: var(--gold-bright);
  font-size: clamp(2rem, 3.5vw, 3.5rem); font-style: italic; text-align: center;
}
.section-title::before, .section-title::after {
  content: ""; width: min(280px, 25vw); height: 1px; background: linear-gradient(90deg, transparent, rgba(242,166,102,.68), transparent);
}
.cards, .info-grid, .split-panel, .journey-band, .contact-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px;
}
.split-panel, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card, .info-card, .journey-step, .contact-card, .newsletter-panel {
  padding: 34px 28px 38px; border: 2px solid rgba(229,131,93,.55); border-radius: 22px;
  background: linear-gradient(rgba(68,19,29,.34), rgba(31,9,16,.48)), var(--panel);
  box-shadow: inset 0 0 0 1px rgba(255,209,151,.05), 0 0 32px rgba(255,146,72,.08);
}
.card-title, .subheading, .info-card h3, .journey-step h3, .contact-card h3, .newsletter-copy h2 { margin: 0; color: var(--gold-bright); }
.card-title { display: flex; align-items: center; gap: 14px; font-size: clamp(1.45rem, 2vw, 2rem); font-style: italic; }
.subheading { margin-bottom: 12px; font-size: 1.6rem; }
.card-icon { font-size: 2rem; line-height: 1; }
.card-divider { margin: 16px 0 20px; color: var(--gold); font-size: 1.1rem; letter-spacing: .2em; }
.card p, .info-card p, .journey-step p, .contact-card p, .newsletter-copy p {
  margin: 0; font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 1rem; line-height: 1.85; color: var(--muted);
}
.card cite {
  display: block; margin-top: 12px; font-style: italic; color: var(--gold);
}
.info-card h3, .journey-step h3 { margin-bottom: 10px; font-size: 1.5rem; }
.journey-step span { display: inline-block; margin-bottom: 12px; color: var(--gold); font-weight: 700; letter-spacing: .18em; }
.callout-card { text-align: center; }
.callout-card .cta { margin-top: 24px; }
.newsletter-panel { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 28px; }
.newsletter-copy h2 { font-size: clamp(2rem, 3vw, 3.1rem); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }
.newsletter-form input {
  min-height: 62px; padding: 0 22px; border-radius: 16px; border: 1px solid rgba(255,196,89,.2); background: rgba(255,255,255,.06);
  color: var(--text); font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 1rem;
}
.newsletter-form input::placeholder { color: rgba(255,236,208,.56); }
.newsletter-form button {
  min-height: 62px; padding: 0 26px; border: 0; border-radius: 16px; background: linear-gradient(180deg, #ff9d2d, #ff7f11);
  color: #fff7ea; font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 1rem; font-weight: 700; text-transform: none; cursor: pointer;
}
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.footer-brand img {`r`n  width: 24px;`r`n  height: 24px;`r`n  object-fit: contain;`r`n  border-radius: 8px;`r`n  background: transparent;`r`n  image-rendering: -webkit-optimize-contrast;`r`n  image-rendering: crisp-edges;`r`n}
.address-card h4 { margin: 26px 0 14px; color: var(--gold-bright); font-size: 1.6rem; }
.social-row { display: flex; gap: 14px; flex-wrap: wrap; }
.social-row a {
  display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,196,89,.18); color: var(--gold-bright); font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: 700;
}
.footer {
  width: min(1120px, calc(100% - 32px)); margin: 120px auto 0; padding: 24px 0 40px; border-top: 1px solid rgba(229,131,93,.45);
  text-align: center; font-family: "Trebuchet MS", Verdana, sans-serif; font-size: 1rem; color: rgba(255,236,208,.78);
}
@keyframes galaxyMotion {
  from { transform: translate3d(0, 0, 0) scale(.92); }
  50% { transform: translate3d(20px, 10px, 0) scale(1.04); }
  to { transform: translate3d(42px, -32px, 0) scale(1.1); }
}
@keyframes galaxyPulse {
  0%,100% { opacity: .32; }
  50% { opacity: 1; }
}
@keyframes shootingStar {
  0% { opacity: 0; transform: translate3d(0,0,0) rotate(-28deg) scaleX(.4); }
  10% { opacity: 1; }
  40% { opacity: 1; transform: translate3d(520px,210px,0) rotate(-28deg) scaleX(1.08); }
  100% { opacity: 0; transform: translate3d(760px,320px,0) rotate(-28deg) scaleX(.7); }
}
@media (max-width: 900px) {
  .nav { flex-direction: column; gap: 10px; }
  .nav-links { flex-wrap: wrap; justify-content: center; }
  .brand {`r`n  display: inline-flex;`r`n  align-items: center;`r`n  gap: 10px;`r`n  color: var(--gold-bright);`r`n  text-shadow: 0 0 14px rgba(246, 191, 87, 0.2);`r`n}`r`n`r`n.brand-logo {`r`n  width: 20px;`r`n  height: 20px;`r`n  object-fit: contain;`r`n  border-radius: 8px;`r`n  background: transparent;`r`n  image-rendering: -webkit-optimize-contrast;`r`n  image-rendering: crisp-edges;`r`n  box-shadow: 0 0 10px rgba(255, 183, 88, 0.06);`r`n}`r`n`r`n.brand-text {`r`n  font-family: "Cinzel", "Playfair Display", "Times New Roman", Georgia, serif;`r`n  font-style: normal;`r`n  font-size: clamp(1.35rem, 2.4vw, 2.1rem);`r`n  font-weight: 800;`r`n  line-height: 0.95;`r`n  text-transform: none;`r`n  letter-spacing: 0.05em;`r`n  color: #f8e6c0;`r`n  text-shadow: 0 0 16px rgba(255, 196, 86, 0.14);`r`n}`r`n  .cards, .info-grid, .split-panel, .journey-band, .hero-stats, .contact-grid, .newsletter-panel, .newsletter-form { grid-template-columns: 1fr; }
  .galaxy-star { width: 110px; }
}
@media (max-width: 640px) {
  .brand {`r`n  display: inline-flex;`r`n  align-items: center;`r`n  gap: 10px;`r`n  color: var(--gold-bright);`r`n  text-shadow: 0 0 14px rgba(246, 191, 87, 0.2);`r`n}`r`n`r`n.brand-logo {`r`n  width: 20px;`r`n  height: 20px;`r`n  object-fit: contain;`r`n  border-radius: 8px;`r`n  background: transparent;`r`n  image-rendering: -webkit-optimize-contrast;`r`n  image-rendering: crisp-edges;`r`n  box-shadow: 0 0 10px rgba(255, 183, 88, 0.06);`r`n}`r`n`r`n.brand-text {`r`n  font-family: "Cinzel", "Playfair Display", "Times New Roman", Georgia, serif;`r`n  font-style: normal;`r`n  font-size: clamp(1.35rem, 2.4vw, 2.1rem);`r`n  font-weight: 800;`r`n  line-height: 0.95;`r`n  text-transform: none;`r`n  letter-spacing: 0.05em;`r`n  color: #f8e6c0;`r`n  text-shadow: 0 0 16px rgba(255, 196, 86, 0.14);`r`n}`r`n  .nav-links a { min-width: 84px; font-size: .95rem; }
  .hero-panel { padding: 34px 18px;}
  .cta { min-width: 150px; padding: 12px 18px; }
  .section { margin-top: 72px; }
  .galaxy-star { width: 78px; }
  .shooting-star { width: 120px; }
}










