/* ==========================================================================
   MTRT Group of Companies — Coming Soon
   Neuvo WebTech · Palette + type sourced from MTRT Group Brand Assets guide
   ========================================================================== */

:root{
  --black:       #0A0704;
  --black-soft:  #14100B;
  --black-panel: #1C1712;
  --line:        rgba(231,180,72,.16);

  --gold-highlight: #E7B448;
  --gold:           #D7A137;
  --gold-dark:      #9C7020;
  --gold-shadow:    #482A0A;

  --silver-light: #D8D8D8;
  --silver:       #A3A3A1;
  --silver-dark:  #585855;

  --white: #FFFFFF;
  --ink-70: rgba(255,255,255,.72);
  --ink-50: rgba(255,255,255,.52);
}

@font-face{
  font-family:'Montserrat';
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url('../fonts/montserrat/montserrat-latin-var.woff2') format('woff2');
}

*{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; box-sizing:border-box; }

html{ scroll-behavior:smooth; }

body.page-coming-soon{
  margin:0;
  min-height:100vh;
  background:var(--black);
  color:var(--white);
  font-family:'Montserrat', system-ui, sans-serif;
  font-weight:400;
  line-height:1.6;
  overflow:hidden;
}

.container-wide{ max-width:1140px; margin-inline:auto; padding-inline:1.5rem; width:100%; }

/* ------- decorative backdrop ------- */
.cs-backdrop{ position:fixed; inset:0; z-index:0; pointer-events:none; overflow:hidden; }

.cs-backdrop .glow-a{
  position:absolute; top:-18%; right:-12%; width:640px; height:640px; border-radius:50%;
  background:radial-gradient(circle, rgba(231,180,72,.16), transparent 70%);
}
.cs-backdrop .glow-b{
  position:absolute; bottom:-22%; left:-10%; width:560px; height:560px; border-radius:50%;
  background:radial-gradient(circle, rgba(215,161,55,.10), transparent 70%);
}
.cs-backdrop .blueprint{
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(231,180,72,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231,180,72,.05) 1px, transparent 1px);
  background-size:56px 56px;
  mask-image:radial-gradient(ellipse at 50% 30%, #000 0%, transparent 72%);
  -webkit-mask-image:radial-gradient(ellipse at 50% 30%, #000 0%, transparent 72%);
}
/* corner brackets — architectural / blueprint cue */
.cs-corner{ position:fixed; width:34px; height:34px; z-index:2; opacity:.55; }
.cs-corner::before, .cs-corner::after{ content:""; position:absolute; background:var(--gold); }
.cs-corner::before{ width:100%; height:1px; }
.cs-corner::after{ height:100%; width:1px; }
.cs-corner.tl{ top:28px; left:28px; }
.cs-corner.tl::before{ top:0; left:0; }
.cs-corner.tl::after{ top:0; left:0; }
.cs-corner.br{ bottom:28px; right:28px; }
.cs-corner.br::before{ bottom:0; right:0; }
.cs-corner.br::after{ bottom:0; right:0; }
@media (max-width:600px){ .cs-corner{ display:none; } }

/* ------- shell ------- */
.cs-shell{
  position:relative; z-index:1;
  min-height:100vh;
  display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  text-align:center;
  padding:24px 0;
}

/* brand row — rolls up from the bottom of the screen first, credits-style */
.cs-brand{
  display:flex; justify-content:center;
  /*animation:cs-credits-roll-far 2.6s linear 0s both;*/
   animation:cs-credits-roll-far 1.5s linear 0s both;
}
/*.cs-brand img{ height:clamp(240px, 44vh, 440px); width:auto; display:block; }*/
.cs-brand img{ height:clamp(240px, 20vh, 440px); width:auto; display:block; }
/* content */
.cs-content{
  display:flex; flex-direction:column; align-items:center;
}
@keyframes cs-credits-roll-far{
  from{ opacity:0; transform:translateY(70vh); }
  85%{ opacity:1; }
  to{ opacity:1; transform:translateY(0); }
}
@keyframes cs-credits-roll{
  from{ opacity:0; transform:translateY(140px); }
  85%{ opacity:1; }
  to{ opacity:1; transform:translateY(0); }
}

.cs-coming-soon{
  margin:16px 0 0;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  line-height:1.2;
  font-size:clamp(36px, 6.4vw, 68px);
  background:linear-gradient(100deg,
    var(--gold-dark) 0%, var(--gold-highlight) 22%, var(--white) 38%,
    var(--gold-highlight) 54%, var(--gold) 70%, var(--gold-dark) 100%);
  background-size:250% 100%; background-position:0% 50%;
  -webkit-background-clip:text; background-clip:text; color:transparent;
  /*animation:cs-credits-roll 2.4s linear 2.4s both;*/
    animation:cs-credits-roll 1.3s linear 1.3s both;
}
@media (prefers-reduced-motion: reduce){
  .cs-brand, .cs-coming-soon, .cs-divider, .cs-tagline, .cs-notify, #gform_1, .cs-socials{
    animation:none; opacity:1; transform:none;
  }
}

/* divider — short rules flanking a center dot */
.cs-divider{
  display:flex; align-items:center; justify-content:center; gap:12px;
  margin:16px 0 0;
  animation:cs-credits-roll 2.4s linear 4.8s both;
}
.cs-divider span{ width:64px; height:1px; background:var(--line); }
.cs-divider i{ width:5px; height:5px; border-radius:50%; background:var(--gold); flex:none; }

/* description copy — static, single line, no scroll */
.cs-tagline{
  margin:12px 0 0;
  width:100%;
  max-width:640px;
  color:var(--ink-70);
  font-family:'Manrope', 'Montserrat', system-ui, sans-serif;
  font-weight:400;
  font-size:clamp(14px, 1.6vw, 17px);
  line-height:1.7;
  text-align:center;
  animation:cs-credits-roll 2.4s linear 4.8s both;
}

/* notify form */
.gform-footer{margin-top:0!important;}
.cs-notify, #gform_1{
  display:flex!important;
  width:100%!important;
  max-width:520px!important;
  margin:20px 0 0!important;
  animation:cs-credits-roll 2.4s linear 7.2s both!important;
}
#field_1_1{display:flex;}
.cs-notify-label, #field_1_1 label{
  position:absolute;
  width:1px; height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}
.cs-notify-input, #input_1_1{
  /*flex:1 1 auto;*/
  /*min-width:0;*/
  /*padding:15px 18px;*/
  /*background:rgba(255,255,255,.03);*/
  /*border:1px solid var(--line);*/
  /*border-right:none;*/
  /*border-radius:4px 0 0 4px;*/
  /*color:var(--white);*/
  /*font-family:inherit;*/
  /*font-size:15px;*/
  /*outline:none;*/
  /*line-height:24px!important;*/
  /*transition:border-color .2s ease, background .2s ease;*/
      flex: 1 1 auto;
    min-width: 0;
    padding: 15px 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--line);
    border-right: none;
    border-radius: 4px 0 0 4px;
    color: var(--white);
    font-family: inherit;
    font-size: 15px;
    outline: none;
    line-height: 24px !important;
    transition: border-color .2s ease, background .2s ease;
    height: 55.6px;
    width: 300px;
    text-align: left;
}
.cs-notify-input::placeholder, #input_1_1:placeholder{ color:var(--ink-50); }
.cs-notify-input:focus, #input_1_1:focus{ border-color:var(--gold); background:rgba(231,180,72,.05); }
.cs-notify-btn, #gform_submit_button_1{
  flex:none;
  padding:15px 26px;
  border:1px solid var(--gold);
  border-radius:0 4px 4px 0;
  background:linear-gradient(135deg, var(--gold-highlight), var(--gold));
  color:var(--black);
  font-family:inherit;
  font-weight:700;
  font-size:14px;
  letter-spacing:.04em;
  text-transform:uppercase;
  cursor:pointer;
  line-height:24px!important;
  transition:filter .2s ease, transform .2s ease;
}
.gform-body{}
.cs-notify-btn:hover, .cs-notify-btn:focus-visible, #gform_submit_button_1:hover, #gform_submit_button_1:focus-visible{ filter:brightness(1.1); transform:translateY(-1px); }
@media (max-width:480px){
  .cs-notify, #gform_1{ flex-direction:column; }
  .cs-notify-input, #input_1_1{ border-right:1px solid var(--line); border-radius:4px 4px 0 0; text-align:center; width:272px; }
  .cs-notify-btn, #gform_submit_button_1{ border-radius:0 0 4px 4px;width:100%; }
  
}

/* social row — flat, borderless icons */
.cs-socials{
  display:flex; align-items:center; justify-content:center; gap:20px;
  margin-top:20px;
  animation:cs-credits-roll 2.4s linear 7.2s both;
}
.cs-social{
  display:flex; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius:50%;
  border:1px solid var(--gold);
  color:var(--gold);
  transition:color .2s ease, border-color .2s ease, transform .2s ease, background .2s ease;
}
.cs-social:hover, .cs-social:focus-visible{
  color:var(--black);
  background:var(--gold);
  border-color:var(--gold);
  transform:translateY(-2px);
}
@media (max-width:480px){
    .cs-socials{gap:14px;}
}
