:root{
  --gold:#d6a83c;
  --gold-light:#f4d276;
  --cream:#fff8ed;
  --muted:#cbbda5;
  --line:rgba(214,168,60,.52);
}
*{box-sizing:border-box}
html{background:#030303}
body{margin:0;min-height:100vh;color:var(--cream);font-family:Inter,Arial,sans-serif;background:#030303}
.page{
  position:relative;
  width:min(100%,1024px);
  min-height:1536px;
  margin:0 auto;
  overflow:hidden;
  padding:45px 48px 26px;
/*  background:
    radial-gradient(ellipse at 88% 7%,rgba(255,216,128,.42),transparent 19%),
    radial-gradient(ellipse at 86% 23%,rgba(214,168,60,.24),transparent 23%),
    radial-gradient(ellipse at 58% 45%,rgba(214,168,60,.14),transparent 26%),
    linear-gradient(115deg,#020202 0%,#040404 46%,#120c05 100%);*/
}
.page::before{
  content:"";
  position:absolute;left:-40px;top:-28px;width:430px;height:300px;
  background:url("../assets/bg-texture.png") left top/cover no-repeat;
  opacity:.35;mix-blend-mode:screen;filter:contrast(1.1) brightness(.72);pointer-events:none;
}
.page::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:96px 100%;pointer-events:none;opacity:.42;
}
.top-logo{position:relative;z-index:5;display:flex;justify-content:center;height:178px;align-items:center}
.top-logo img{width:350px;height:auto;filter:drop-shadow(0 14px 28px rgba(0,0,0,.8))}
.hero{position:relative;z-index:2;display:grid;grid-template-columns:400px 1fr;min-height:775px}
.copy{padding-top:44px;z-index:6;position:relative}
.tagline{margin-bottom:36px}
.tagline p{margin:0 0 18px;color:var(--gold);font-family:Cinzel,serif;font-size:19px;font-weight:500;line-height:1.48;text-transform:uppercase;letter-spacing:.15em}
.divider{display:flex;align-items:center;gap:12px}
.divider span{height:1px;background:linear-gradient(90deg,transparent,var(--gold));flex:1}
.divider span:last-child{background:linear-gradient(90deg,var(--gold),transparent)}
.divider img{width:25px;filter:brightness(0) saturate(100%) invert(67%) sepia(55%) saturate(652%) hue-rotate(2deg) brightness(87%) contrast(88%)}
.divider.small{width:250px}
h1{margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-weight:600;font-size:59px;line-height:.96;letter-spacing:.012em;text-transform:uppercase;color:#fffaf4;text-shadow:0 2px 18px rgba(0,0,0,.28)}
h1 em{display:block;color:var(--gold);font-style:normal}
.gold-rule{width:118px;height:1px;background:linear-gradient(90deg,var(--gold),transparent);margin:33px 0 24px}
.intro{width:410px;margin:0 0 40px;color:#f3eadc;font-size:18px;line-height:1.58;font-weight:400}
.signup-divider{width:298px;margin-bottom:23px}
.signup h2{margin:0 0 15px;color:var(--gold);font-family:Cinzel,serif;font-size:18px;text-transform:uppercase;letter-spacing:.16em;font-weight:600}
.signup p{width:390px;margin:0 0 20px;color:#d6c7af;font-size:16px;line-height:1.55}
form{width:398px;height:54px;display:flex;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:rgba(0,0,0,.62)}
input{flex:1;min-width:0;background:rgba(0,0,0,.72);border:0;color:#fff;padding:0 19px;font-size:15px;outline:none}
input::placeholder{color:#a49988}
button{width:154px;background:linear-gradient(135deg,#b97e25,#f5d276 52%,#ba8028);color:#0a0601;border:0;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.035em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}
button img{width:18px;filter:brightness(0) saturate(100%)}
.socials{display:flex;gap:18px;margin-top:30px}
.socials a{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--gold);transition:.25s ease}
.socials a:hover{background:rgba(214,168,60,.13);transform:translateY(-3px)}
.socials img{width:27px;height:27px;color:var(--gold)}
.visual{position:absolute;right:0;top:98px;width:560px;height:720px;z-index:1}
.arch{position:absolute;top:0;right:72px;width:360px;height:545px;border:1px solid rgba(214,168,60,.70);border-radius:210px 210px 0 0;background:radial-gradient(circle at 48% 26%,rgba(214,168,60,.10),transparent 42%);z-index:0}
.spotlight{
position: absolute;
    right: -100px;
    top: -317px;
    width: 199px;
    height: 702px;
    background: linear-gradient(92deg, rgba(255, 221, 141, 0.68), rgba(214, 168, 60, .38) 10%, transparent 68%);
    filter: blur(28px);
    transform: rotate(14deg);
    z-index: 4;
}
.product-scene{position:absolute;right:-10px;top:55px;width:535px;height:auto;z-index:2;filter:drop-shadow(0 26px 62px rgba(0,0,0,.66))}
.construction-box{position:relative;z-index:3;width:930px;margin:32px auto 52px;padding:40px 24px 34px;text-align:center;border:1px solid rgba(214,168,60,.60);border-radius:6px;background:rgba(0,0,0,.38)}
.construction-box::before,.construction-box::after{content:"";position:absolute;width:24px;height:24px;border-color:var(--gold);opacity:.95}
.construction-box::before{left:8px;top:8px;border-left:1px solid;border-top:1px solid}
.construction-box::after{right:8px;bottom:8px;border-right:1px solid;border-bottom:1px solid}
.box-crown{position:absolute;top:-30px;left:50%;transform:translateX(-50%);width:54px;background:#030303;padding:0 12px;}
.construction-box h2{margin:0 0 14px;color:var(--gold);font-family:Cinzel,serif;text-transform:uppercase;letter-spacing:.28em;font-size:30px;font-weight:500}
.construction-box p{margin:0;color:#f1e6d7;font-size:18px;line-height:1.6}
.features{position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:0 auto 50px;width:910px}
.features article{text-align:center;padding:8px 20px 4px;border-left:1px solid rgba(214,168,60,.28)}
.features article:first-child{border-left:0}
.features img{width:62px;height:62px;margin:0 auto 15px;color:var(--gold)}
.features h3{margin:0 0 12px;color:var(--gold);font-family:Cinzel,serif;font-size:14px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.features p{margin:0;color:#d9cab3;font-size:15px;line-height:1.45}
footer{position:relative;z-index:3;text-align:center;color:#877b68}
.footer-divider{width:928px;display:flex;align-items:center;gap:16px;margin:0 auto 20px}
.footer-divider span{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}
.footer-divider span:last-child{background:linear-gradient(90deg,var(--gold),transparent)}
.footer-divider img{width:28px;filter:brightness(0) saturate(100%) invert(67%) sepia(55%) saturate(652%) hue-rotate(2deg) brightness(87%) contrast(88%)}
footer p{font-size:15px;margin:0}
.toast{position:fixed;bottom:24px;left:50%;z-index:100;transform:translate(-50%,90px);background:#080806;color:#fff;border:1px solid var(--line);border-radius:999px;padding:14px 24px;box-shadow:0 18px 50px rgba(0,0,0,.52);transition:.32s ease}
.toast.show{transform:translate(-50%,0)}
@media(max-width:1023px){
  .page{width:100%;min-height:auto;padding:36px clamp(20px,5vw,48px)}
  .hero{grid-template-columns:1fr;min-height:auto}
  .visual{position:relative;right:auto;top:auto;width:100%;height:560px;margin-top:10px}
  .product-scene{right:50%;transform:translateX(50%);width:min(540px,105vw)}
  .arch{right:50%;transform:translateX(50%)}
  .copy,.intro,.signup p,form{width:100%;max-width:520px}
  .construction-box,.features,.footer-divider{width:100%}
  .features{grid-template-columns:repeat(2,1fr);row-gap:34px}
  .features article:nth-child(odd){border-left:0}
}
@media(max-width:620px){
  .top-logo{height:116px}.top-logo img{width:280px}.copy{padding-top:16px}.tagline p{font-size:15px}h1{font-size:45px}.intro{font-size:16px}.signup-divider,.divider.small{width:220px}
  form{height:auto;flex-direction:column}input,button{width:100%;height:52px}
  .visual{height:395px}.arch{width:300px;height:410px;right:44%}
  .construction-box{padding:34px 18px 28px}.construction-box h2{font-size:24px;letter-spacing:.18em}.construction-box p{font-size:16px}
  .features{grid-template-columns:1fr}.features article{border-left:0;border-top:1px solid rgba(214,168,60,.24);padding:26px 10px}.features article:first-child{border-top:0}
}

.notify-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(4px);
}
.notify-modal.show{display:flex}
.notify-modal__card{
  position:relative;
  width:min(460px,100%);
  padding:42px 34px 34px;
  text-align:center;
  color:#fff8ed;
  background:linear-gradient(145deg,#050505,#11100d);
  border:1px solid rgba(214,168,60,.62);
  border-radius:12px;
  box-shadow:0 24px 80px rgba(0,0,0,.7);
}
.notify-modal__close{
  position:absolute;
  top:10px;
  right:12px;
  width:auto;
  background:transparent;
  color:#d6a83c;
  border:0;
  font-size:32px;
  line-height:1;
  padding:0 8px;
  cursor:pointer;
}
.notify-modal__crown{
  color:#d6a83c;
  font-size:34px;
  margin-bottom:10px;
}
.notify-modal__card h2{
  margin:0 0 14px;
  color:#d6a83c;
  font-family:Cinzel,serif;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:24px;
}
.notify-modal__card p{
  margin:0;
  color:#f3eadc;
  font-size:16px;
  line-height:1.7;
}
button:disabled{
  opacity:.7;
  cursor:not-allowed;
}
