/* ============================================================
   EDMO · Breakfast with Higher Ed Leaders — EDUCAUSE 2026
   Landing page styles — runs INSIDE the theme header/footer.

   Fonts are enqueued in functions.php, not @import-ed here.
   ============================================================ */

:root{
  --purple:#6A1B9A;
  --purple-deep:#3E0A63;
  --purple-mid:#7B24AB;
  --gold:#E9C468;
  --gold-deep:#B8862F;
  --red:#9E1B32;
  --ink:#2B1240;
  --paper:#FBF7FF;
  --line:#E4D6F0;
}

/* ------------------------------------------------------------
   FULL-BLEED ESCAPE
   The theme wraps page content in a max-width container, which
   is what pinned the hero to ~833px. This breaks each section
   out to the viewport width without needing to know the
   wrapper's class name.

   Requires the wrapper to be horizontally centred (margin:auto),
   which is true of virtually every theme. If your hero ends up
   offset rather than centred, delete this block and use the
   named-wrapper override in the notes instead.
   ------------------------------------------------------------ */
.edmo-lp{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:0;
}

/* 100vw includes the scrollbar; this stops the 15px sideways jiggle. */
html{ overflow-x:hidden; }

/* Reset scoped to this page only — never touches theme header/footer. */
.edmo-lp, .edmo-lp *{
  box-sizing:border-box;
}
.edmo-lp .hero, .edmo-lp .hero *,
.edmo-lp .rsvp, .edmo-lp .rsvp *,
.edmo-lp .foot, .edmo-lp .foot *{
  margin:0;
  padding:0;
}

.edmo-lp{
  font-family:'Mulish',sans-serif;
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
}

html{ scroll-behavior:smooth; }

/* Visible keyboard focus. */
.edmo-lp a:focus-visible,
.edmo-lp button:focus-visible,
.edmo-lp input:focus-visible{
  outline:3px solid var(--gold);
  outline-offset:3px;
}

/* ---------- HERO ---------- */
.edmo-lp .hero{
  position:relative;
  width:100%;
  color:#fff;
  padding:38px 24px 72px;
  text-align:left;
  overflow:hidden;
  background:radial-gradient(120% 80% at 50% -10%, #8A2BC0 0%, var(--purple) 42%, var(--purple-deep) 100%);
}
.edmo-lp .hero::before{
  content:"";
  position:absolute; inset:0;
  background:repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0px, rgba(255,255,255,.05) 1px, transparent 1px, transparent 11px);
  pointer-events:none;
}
.edmo-lp .hero > *{ position:relative; z-index:2; }


/* HERO TWO-COLUMN LAYOUT */
.edmo-lp .hero-layout{
   width: calc(100% - 100px);
    max-width: 1500px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 20px;

    align-items: start;
}

	.edmo-lp .hero-form .forminator-row-last .forminator-field {
    text-align: center !important;
}

.edmo-lp .hero-form .forminator-button-submit {
    display: inline-block !important;
    width: 250px !important;
    margin: 8px auto 0 !important;
    text-align: center !important;
}


.edmo-lp .hero-content{
  min-width:0;
	margin-left:20px;
}

.edmo-lp .hero-form{
  width:100%;
  min-width:0;
	transform:translateX(-15px);
	    margin-top: 10px;
}


.edmo-lp .topbar{
 display:flex;
  align-items:flex-start;
  justify-content:flex-start;

  width:100%;
  max-width:none;

  margin:0 0 44px;
  gap:16px;
}
.edmo-lp .logo{
  font-family:'Mulish',sans-serif; font-weight:800; font-style:italic;
  font-size:30px; letter-spacing:.02em; color:#fff;
}
.edmo-lp .educause{
 background:var(--red);
  color:#fff;
  font-weight:700;
  letter-spacing:.34em;
  font-size:18px;
  padding:19px 50px 19px 24px;
  margin-left:-24px;
  margin-top:-37px;
}

/* Element + class + ancestor: outranks theme rules like
   `.entry-content h1` or a bare `h1 { font-family: … }`. */
.edmo-lp .hero h1.headline{
  font-family:'Playfair Display',serif;
  font-style:italic; font-weight:600;
  font-size:clamp(38px, 8vw, 68px); line-height:1.02; letter-spacing:.01em;
  margin:8px 0; max-width:12ch;
  color:#F3D888;
  background:linear-gradient(180deg, #F7E7A8 0%, #E9C468 46%, #B8862F 100%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent;
  filter:drop-shadow(0 3px 2px rgba(60,10,99,.35));
}
/* Theme themes often add ::after underlines to headings. */
.edmo-lp .hero h1.headline::before,
.edmo-lp .hero h1.headline::after{ content:none; }

.edmo-lp .lede{
  max-width:600px;
  margin:26px 0 0;

  font-size:clamp(16px,2.4vw,19px);
  font-weight:400;
  line-height:1.6;

  color:rgba(255,255,255,.92);
}
.edmo-lp .lede b{ font-weight:700; color:#fff; }

.edmo-lp .badge{
  display:inline-block; margin-top:30px;
  
  font-family:'Playfair Display',serif; font-style:italic; font-weight:600;
  font-size:18px; color:#fff;
  padding:14px 34px; border-radius:40px;
  background:linear-gradient(180deg, rgba(255,255,255,.22), rgba(122,36,171,.5));
  border:1px solid rgba(255,255,255,.4);
  box-shadow:0 8px 24px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.4);
}

.edmo-lp .details{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:28px;
    margin:50px 0 0 20px;
    width:100%;
    max-width:720px;
}

.edmo-lp .detail{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:14px;
    width:100%;
    margin:0;
}


.edmo-lp .detail .ico{
  width:46px; height:46px; flex:none; border-radius:12px;
  display:grid; place-items:center;
  background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.22);
  color:var(--gold);
}
.edmo-lp .detail .ico svg{ width:24px; height:24px; }
.edmo-lp .detail .big{ display:block; font-size:20px; font-weight:800; color:#fff; line-height:1.15; }
.edmo-lp .detail .small{ display:block; font-size:13px; font-weight:400; color:rgba(255,255,255,.75); margin-top:2px; }

.edmo-lp .cta-scroll{
  display:inline-block; margin-top:48px;
	
  background:linear-gradient(180deg,#F7E7A8,#E4B84E);
  color:#4A1200; font-weight:800; font-size:16px; letter-spacing:.02em;
  padding:16px 40px; border-radius:40px; text-decoration:none;
  box-shadow:0 10px 30px rgba(233,196,104,.35);
  transition:transform .15s ease, box-shadow .15s ease;
}
.edmo-lp .cta-scroll:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 36px rgba(233,196,104,.45);
  color:#4A1200;
}

/* ---------- RSVP FORM ---------- */
.edmo-lp .rsvp{
  width:100%;
  padding:72px 24px 90px;
  background:radial-gradient(100% 60% at 50% 0%, #F1E7FA 0%, var(--paper) 60%);
}
.edmo-lp .form-wrap{
  max-width:560px; margin:0 auto;
  background:#fff; border:1px solid var(--line);
  border-radius:22px; padding:44px 40px;
  box-shadow:0 24px 60px rgba(62,10,99,.10);
}
.edmo-lp .form-card h2{
 font-family:'Playfair Display',serif;
  font-style:italic;
  font-weight:600;
  font-size:42px;
  line-height:1.1;
  color:#F7EFFF;
}

	.edmo-lp .hero-form .forminator-button.forminator-button-submit {
    background: linear-gradient(180deg, #F7E7A8, #E4B84E) !important;
    color:#000000 !important;
	font-weight:600!important;
}


.edmo-lp .form-card .form-note{
  color:#E2D4EE;
}

.edmo-lp .form-wrap h2::before,
.edmo-lp .form-wrap h2::after{ content:none; }
.edmo-lp .form-wrap .note{ margin-top:10px; font-size:15px; color:#6B5A7A; line-height:1.55; }
.edmo-lp .seats{
  display:inline-flex; align-items:center; gap:8px; margin-top:18px;
  font-size:13px; font-weight:700; color:var(--red);
  background:#FCEBEE; border:1px solid #F6D2D9; padding:7px 14px; border-radius:30px;
	margin-bottom:40px;
}
.edmo-lp .seats .dot{ width:8px; height:8px; border-radius:50%; background:var(--red); }

.edmo-lp .error-banner{
  margin-top:20px; padding:13px 16px; border-radius:11px;
  background:#FCEBEE; border:1px solid #F0BFC8; color:var(--red);
  font-size:14px; font-weight:600;
}

/* Honeypot — kept out of an inline style so CSP can stay strict. */
.edmo-lp .hp{ position:absolute; left:-9999px; }

.edmo-lp form{ margin-top:26px; }
.edmo-lp .field{ margin-bottom:18px; }
.edmo-lp .field label{
  display:block; font-size:13px; font-weight:700; color:var(--ink);
  margin-bottom:7px; letter-spacing:.01em;
}
.edmo-lp .field label .req{ color:var(--red); }
.edmo-lp .field label .opt{ color:#B4A6C2; font-weight:400; }
.edmo-lp .field input{
  width:100%; font-family:inherit; font-size:15px; color:var(--ink);
  padding:13px 15px; border:1.5px solid var(--line); border-radius:11px;
  background:#FDFBFF; transition:border-color .15s ease, box-shadow .15s ease;
}
.edmo-lp .field input::placeholder{ color:#B4A6C2; }
.edmo-lp .field input:focus{
  outline:none; border-color:var(--purple-mid);
  box-shadow:0 0 0 4px rgba(123,36,171,.12);
}
.edmo-lp .field input.invalid{ border-color:var(--red); }
.edmo-lp .two{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }

.edmo-lp .submit{
  width:100%; margin-top:8px; cursor:pointer;
  font-family:inherit; font-size:17px; font-weight:800; letter-spacing:.01em;
  color:#fff; border:none; border-radius:12px; padding:16px;
  background:linear-gradient(180deg, var(--purple-mid), var(--purple-deep));
  box-shadow:0 10px 26px rgba(62,10,99,.28);
  transition:transform .15s ease, box-shadow .15s ease;
}
.edmo-lp .submit:hover{ transform:translateY(-1px); box-shadow:0 14px 32px rgba(62,10,99,.36); }
.edmo-lp .fineprint{ margin-top:16px; font-size:12.5px; color:#8A7B98; text-align:center; line-height:1.5; }

/* success state */
.edmo-lp .success{ text-align:center; padding:16px 4px; }
.edmo-lp .success .check{
  width:66px; height:66px; margin:0 auto 18px; border-radius:50%;
  background:linear-gradient(180deg,#F7E7A8,#E4B84E); display:grid; place-items:center;
}
.edmo-lp .success .check svg{ width:34px; height:34px; color:var(--purple-deep); }
.edmo-lp .success h2{ font-size:28px; margin-bottom:10px; }
.edmo-lp .success p{ color:#6B5A7A; font-size:15px; line-height:1.6; }

/* page footer block (not the site footer) */
.edmo-lp .foot{ text-align:center; padding:30px 24px 40px; color:#9585A6; font-size:13px; background:var(--paper); }
.edmo-lp .foot .logo-sm{ font-weight:800; font-style:italic; color:var(--purple); font-size:16px; }
.edmo-lp .foot .foot-line{ margin-top:6px; }

@media (max-width:560px){

  /* HERO */
  .edmo-lp .hero{
    padding:0 20px 0px;
  }


  /* EDUCAUSE TOP BAR */
  .edmo-lp .topbar{
    width:100%;
    max-width:none;

    display:flex;
    justify-content:flex-start;
    align-items:flex-start;

    margin:0 0 32px;
  }


  /* EDUCAUSE BANNER */
  .edmo-lp .educause{
    display:inline-block;

    margin:0;

    padding:11px 20px 11px 24px;

    background:var(--red);
    color:#fff;

    font-size:13px;
    font-weight:700;
    letter-spacing:.34em;
	 margin-left:-20px;
  }


  /* HEADLINE */
  .edmo-lp .hero h1.headline{
    font-size:48px;

    margin:8px 0 0;

    max-width:12ch;
  }


  /* DESCRIPTION */
  .edmo-lp .lede{
    margin:26px 0 0;
    max-width:600px;
  }


  /* INVITE BADGE */
  .edmo-lp .badge{
    margin-top:30px;
  }


  /* DETAILS */
  .edmo-lp .details{
     display:flex;
        flex-direction:column;
        align-items:flex-start;
        justify-content:flex-start;
        gap:28px;
        margin:40px 0 0;
        width:100%;
        max-width:100%;
	  
  }


  .edmo-lp .detail{
    width:100%;
	margin:0;
    display:flex;
    align-items:center; 
  }


  .edmo-lp .detail .big{
    font-size:18px;
  }


  .edmo-lp .detail .small{
    font-size:13px;
  }


  /* CTA */
  .edmo-lp .cta-scroll{
    margin-top:48px;
	margin-bottom:70px;  
  }


  /* RSVP */
  .edmo-lp .form-wrap{
    padding:32px 22px;
  }


  .edmo-lp .two{
    grid-template-columns:1fr;
  }
	
	
	.edmo-lp .hero-layout{
  		 width:100%;
    max-width:none;
    margin:0;
    display:block;
}

.edmo-lp .hero-content,
.edmo-lp .hero-form{
 		 width:calc(100% - 20px);
    margin-left:25px;
    margin-right:10px;
    margin-bottom:70px;

}
	
	 .edmo-lp .hero-content,
    .edmo-lp .hero-form{
        width:calc(100% - 20px);
        margin-left:25px;
        margin-right:10px;
        margin-bottom:10px;
    }

	.edmo-lp .hero-form .forminator-button-submit {
    margin-top: 45px !important;
}
	
	
}

@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  .edmo-lp *{ transition:none !important; }
}