:root {
    --gold: #BD8032;
    --gold-light: #F9C653;
    --gold-dark: #904B17;
    --text-white: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* @font-face {
    font-family: 'Aventa';
    src: local('Aventa Black'), local('Aventa-Black'),
        url('Aventa-Black.woff2') format('woff2'),
        url('Aventa-Black.woff') format('woff'),
        url('Aventa-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  } */

@font-face {
    font-family: 'Aventa';
    src: url('../fonts/Aventa-Font/Aventa-Black.woff2') format('woff2'),
        url('../fonts/Aventa-Font/Aventa-Black.woff') format('woff'),
        url('../fonts/Aventa-Font/Aventa-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aventa Regular';
    src: url('../fonts/Aventa-Font/Aventa-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aventa Light';
    src: url('../fonts/Aventa-Font/Aventa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mazzard';
    src: url('../fonts/MazzardH-ExtraBold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mazzard regular';
    src: url('../fonts/MazzardH-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter', sans-serif;
    background: #0a0a0a;
    color: var(--text-white);
    min-height: 100vh;
    overflow: hidden;
}

/* ------------- BACKGROUND - Generex - Coming Soon ------------ */
.bg-scene {
    position: fixed;
    inset: 0;
    /* Background pulled from theme assets folder: assets/images/bg.png */
    /* background-image: url('../images/cmgsoon-bg.webp'); */
    background-image: url('../images/Generex-1920.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}


/* particle shimmer overlay */
.noise {
    position: fixed;
    inset: 0;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: 0.35;
}

/* ── LAYOUT ─────────────────────────────────────── */
.page-center {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
}


/* ── BRAND NAME ─────────────────────────────────── */
.brand {
    font-family: 'Aventa', sans-serif;
    font-size: clamp(2rem, 6vw, 3.5rem);
    letter-spacing: 0.35em;
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 8px rgba(201, 146, 42, 0.5));
    margin-bottom: 1rem;
}

/* ── HEADLINE ───────────────────────────────────── */
.headline {
    font-family: 'Aventa', sans-serif;
    font-size: clamp(2.5rem, 8vw, 4.3rem);
    line-height: 1.2em;
    padding: 60px 0 30px;
    color: var(--text-white);
}

.headline .accent {
    display: block;
    background: linear-gradient(180deg,
            var(--gold-light) 0%,
            var(--gold) 50%,
            var(--gold-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── SUB TEXT ───────────────────────────────────── */
.sub {
    font-family: 'Aventa Regular', sans-serif;
    font-size: clamp(0.85rem, 2vw, 1.2rem);
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
    margin-top: 1.2rem;
    margin-bottom: 1.8rem;
}

/* ── CF7 EMAIL FORM ──────────────────────────────── */
/*
      Paste your CF7 shortcode inside WordPress like this:
      [contact-form-7 id="YOUR_FORM_ID" title="Notify Me"]

      CF7 Form fields to use:
        [email* your-email placeholder "Enter Email Address..."]
        [submit "Submit"]

      The styles below will override CF7 defaults automatically.
    */

.form-wrapper {
    width: 100%;
    max-width: 480px;
    animation: fade-up 1s ease 0.45s both;
}

/* CF7 form container */
.form-wrapper .wpcf7-form,
.form-wrapper form {
    display: flex;
    gap: 0;
    border: 2px solid #5B5B5B;
    border-radius: 11px;
    overflow: hidden;
    background: rgba(10, 8, 4, 0.55);
    backdrop-filter: blur(6px);
}

/* Email input */
.form-wrapper input[type="email"],
.form-wrapper .wpcf7-email {
    flex: 1;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: var(--text-white) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.05em !important;
    padding: 0.85rem 1.2rem !important;
    width: 100% !important;
}

.form-wrapper input[type="email"]::placeholder,
.form-wrapper .wpcf7-email::placeholder {
    color: rgba(244, 240, 232, 0.35) !important;
}

/* Submit button */
.form-wrapper input[type="submit"],
.form-wrapper .wpcf7-submit {
    /* background: linear-gradient(135deg, var(--gold-light), var(--gold)) !important; */
    background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
    color: #0f0a02 !important;
    border: none !important;
    border-radius: 8px;
    margin: 2px;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    padding: 0.85rem 1.6rem !important;
    cursor: pointer !important;
    transition: filter 0.2s ease, transform 0.15s ease !important;
    white-space: nowrap !important;
}

.form-wrapper input[type="submit"]:hover,
.form-wrapper .wpcf7-submit:hover {
    filter: brightness(1.15) !important;
    transform: scale(1.02) !important;
}

/* CF7 validation messages */
.form-wrapper .wpcf7-not-valid-tip {
    color: #ff6b6b !important;
    font-size: 0.75rem !important;
    margin-top: 0.4rem !important;
    text-align: left !important;
}

.form-wrapper .wpcf7-response-output {
    margin-top: 0.8rem !important;
    padding: 0.6rem 1rem !important;
    border-radius: 4px !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.05em !important;
    border: 1px solid rgba(201, 146, 42, 0.4) !important;
    color: var(--gold-light) !important;
    background: rgba(201, 146, 42, 0.08) !important;
}

/* ── ANIMATIONS ──────────────────────────────────── */
@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media screen and (max-width: 580px) {

    .logo {
        width: 220px;
    }

    .form-wrapper .wpcf7-form,
    .form-wrapper form {
        flex-direction: column;
    }

    .form-wrapper input[type="submit"],
    .form-wrapper .wpcf7-submit {
        width: 100% !important;
        text-align: center !important;
    }
}



/* ----------- 11:11 Code Coming soon ------------- */

/* ------------- BACKGROUND - Generex - Coming Soon ------------ */
.bg-scene-code {
    position: fixed;
    inset: 0;
    background-image: url('../images/1111code.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.coming-soon-text {
    font-family: 'Aventa Regular';
    text-transform: uppercase;
    letter-spacing: 12px;
}

/* ── HEADLINE CODE ───────────────────────────────────── */

.headline.code {
    font-family: 'Philosopher';
    color: #0a0a0a;
    font-size: clamp(2.5rem, 8vw, 4.3rem);
}

span.bold {
    font-weight: bold;
}

.charlie-name {
    font-family: 'Aventa Light';
    font-size: clamp(1.4rem, 6vw, 2.2rem);
    padding-bottom: 46px;
}

.custom-amazon-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    background: #f4a900;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.custom-amazon-btn i {
    color: #000;
    padding: 8px;
    border-radius: 6px;
    font-size: 18px;
}

.custom-amazon-btn:hover {
    background: #000;
    color: #fff;
}

.custom-amazon-btn:hover i {
    color: #fff;
}

/* ── RESPONSIVE ──────────────────────────────────── */

@media screen and (max-width: 580px) {


    .custom-amazon-btn {
        padding: 15px 28px;
        font-size: 14px;
    }

    h1.coming-soon-text {
        letter-spacing: 8px !important;
    }
}


/* ---------  Charles J.Wolfe - coming soon --------  */

/* ------------- BACKGROUND - Charles - Coming Soon ------------ */
.bg-scene-charles {
    position: fixed;
    inset: 0;
    background-image: url('../images/charles-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* ── LAYOUT ─────────────────────────────────────── */
.page-left {
    position: relative;
    z-index: 10;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: left;
    max-width: 1180px;
    width: 100%;
    margin: auto;
}

.headline.charl {
    font-family: 'mazzard';
    color: #0a0a0a;
    font-size: clamp(2.5rem, 8vw, 5.8rem);
}

.charlie-des {
    font-family: 'mazzard regular';
    font-size: clamp(1.4rem, 5vw, 1.8rem);
    padding-bottom: 46px;
}

.custom-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.custom-btn.one {
    background: #D7E3EA;
    margin-right: 12px;
}

.custom-btn:hover {
    background: #000;
    color: #fff;
}

.custom-btn:hover i {
    color: #fff;
}

.social-links {
    padding-top: 80px;
    color: #414A66;
    font-size: 24px;
    font-family: 'Aventa Regular';
    display: flex;
    gap: 40px;
}

.social-btn:hover {
    color: #000;
}


/* Vertical Heading */
.coming-soon-vertical {
  position: fixed;
  right: -35px;
  top: 0;
  height: 100vh;
  
  writing-mode: vertical-rl;
  text-orientation: mixed;
  
  /* Responsive font size - always fits screen height */
  font-size: calc(100vh / 8);
  
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  
  color: rgba(0, 0, 0, 0.08);
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* No overflow, stays within edge */
  overflow: hidden;
  white-space: nowrap;
  
  pointer-events: none;
  user-select: none;
  
  /* Edge se bahar na jaye */
  transform: translateY(0%) rotate(180deg);
  padding: 0;
  margin: 0;
}


/* ── RESPONSIVE ──────────────────────────────────── */

@media screen and (max-width: 580px) {
    .custom-btn {
        padding: 15px 26px;
    }

    .social-links {
        font-size: 20px;
        gap: 20px;
    }
}