/* Heavenpreneurs™ Interest Meeting — landing page
   Fonts: Oswald (display) · Montserrat (body) · Great Vibes (script) */

:root {
  --navy: #0a1d3c;
  --navy-deep: #00122b;
  --gold: #f2b62e;
  --gold-lt: #fde08a;
  --gold-dk: #d08e1c;
  --gold-ink: #c67a13;
  --amber: #fbd385;
  --cream: #fef6e6;
  --ink: #14306b;
  --body: #33405c;
  --wrap: 1180px;
  --gold-grad: linear-gradient(180deg, #fde08a 0%, #f2b62e 55%, #d08e1c 100%);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: var(--navy);
  font-family: Mulish, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: var(--gold-ink); text-decoration: none; }
a:hover { color: var(--navy); text-decoration: underline; }

::selection { background: var(--gold); color: var(--navy); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: 20px; padding-right: 20px; }

.display { font-family: Oswald, "Arial Narrow", sans-serif; font-weight: 700; letter-spacing: .02em; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--navy);
  background: var(--gold-grad);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: filter .18s ease, transform .18s ease;
}
.btn:hover { filter: brightness(1.07); color: var(--navy); text-decoration: none; transform: translateY(-1px); }
.btn--sm { font-size: 13px; padding: 10px 20px; border-radius: 4px; }
.btn--lg { font-size: 17px; padding: 16px 34px; box-shadow: 0 10px 26px rgba(0, 0, 0, .35); }
.btn--block { display: block; width: 100%; font-size: 18px; padding: 16px; border-radius: 6px; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--navy-deep);
  min-height: 560px;
  display: flex; align-items: center;
}
.hero__photo {
  position: absolute; inset: 0;
  background: url("assets/currituck.png") center 58% / cover no-repeat;
}
.hero__scrim-x { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,18,43,.5) 0%, rgba(0,18,43,.22) 42%, rgba(0,18,43,.6) 100%); }
.hero__scrim-y { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,18,43,.44) 0%, rgba(0,18,43,.04) 34%, rgba(0,18,43,.54) 78%, rgba(0,18,43,.95) 100%); }
.hero__glow {
  position: absolute; left: 68%; top: 40%; width: 700px; height: 700px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,186,74,.30) 0%, rgba(255,180,70,.10) 45%, rgba(255,190,80,0) 68%);
}
.hero__rule {
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, rgba(242,182,46,0) 0%, #f2b62e 22%, #fde08a 50%, #f2b62e 78%, rgba(242,182,46,0) 100%);
}
.hero__inner {
  position: relative;
  padding-top: clamp(34px, 4.6vw, 54px);
  padding-bottom: clamp(44px, 5vw, 64px);
  display: flex; flex-direction: column; align-items: center;
}
.hero__row {
  width: 100%; display: flex; align-items: center;
  gap: clamp(24px, 4vw, 52px); flex-wrap: wrap;
}
.hero__portrait { flex: 0 0 auto; margin: 0 auto; }
.hero__copy { flex: 1 1 420px; min-width: 280px; padding-left: clamp(0px, 2.2vw, 30px); }

/* hexagon portrait */
.hex {
  position: relative;
  width: min(330px, 74vw);
  aspect-ratio: 330 / 419;
  background: linear-gradient(150deg, #fff0be 0%, #f2b62e 26%, #c98a16 52%, #fce08c 74%, #e0a62a 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  filter: drop-shadow(0 20px 38px rgba(0, 0, 0, .5));
}
.hex__inner {
  position: absolute; inset: 2.5%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #fcfcfd url("assets/wendy.png") center -215% / auto 107% no-repeat;
}

.hero__logo {
  width: min(420px, 74%); margin: 0 auto clamp(30px, 4.2vw, 52px);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .4));
}
.hero__title { margin: 0; font-family: Oswald, sans-serif; font-weight: 600; color: #fff; line-height: 1.02; text-shadow: 0 3px 16px rgba(0,0,0,.5); }
.hero__title span { display: block; }
.hero__l1 { font-size: clamp(30px, 5.2vw, 64px); }
.hero__l2 { font-size: clamp(18px, 2.9vw, 36px); font-weight: 500; letter-spacing: .03em; margin-top: 6px; }
.hero__l3 {
  font-size: clamp(66px, 11.5vw, 142px); font-weight: 700; line-height: .92; margin: 2px 0 0 -.042em;
  color: #FFD833;
  text-shadow: 0 0 24px rgba(255, 216, 51, .6), 0 0 60px rgba(255, 196, 30, .38);
}
.hero__lede { margin: 18px 0 0; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.55; color: #eaeff7; max-width: 620px; text-wrap: pretty; }
.hero__lede strong { color: #f7c948; font-weight: 700; }
.hero__cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 26px; }
.hero__when {
  font-family: Oswald, sans-serif; font-size: 15px; letter-spacing: .06em; color: #eaeff7;
  border-left: 2px solid rgba(242,182,46,.6); padding-left: 16px; line-height: 1.45;
}
.hero__when em { font-style: normal; color: #f7c948; }
.hero__place {
  margin: 26px 0 0; display: flex; align-items: center; gap: 14px;
  font-family: Oswald, sans-serif; font-size: 12.5px; font-weight: 500;
  letter-spacing: .2em; color: rgba(234,239,247,.78);
}
.hero__place::before { content: ""; width: 40px; height: 1px; background: rgba(242,182,46,.65); flex: none; }

/* ---------- invitation ---------- */
.invite { padding-top: clamp(38px, 5vw, 54px); padding-bottom: 10px; }
.two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: clamp(26px, 3.4vw, 40px); align-items: stretch; }
.invite__kicker { display: flex; align-items: center; gap: 16px; }
.invite__kicker img { width: 60px; flex: none; }
.script { font-family: Yellowtail, cursive; color: var(--gold-ink); line-height: 1.15; }
.invite__script { font-size: clamp(30px, 3.9vw, 44px); }
.invite__h1 { margin: 12px 0 0; font-family: Oswald, sans-serif; font-weight: 700; font-size: clamp(32px, 4.4vw, 54px); line-height: 1; color: var(--navy); }
.invite__sub { margin: 18px 0 0; font-size: clamp(19px, 2vw, 23px); font-weight: 600; line-height: 1.3; color: var(--ink); max-width: 520px; text-wrap: pretty; }
.invite__body { margin: 16px 0 0; font-size: 16px; line-height: 1.7; color: var(--body); max-width: 540px; text-wrap: pretty; }

.quote { background: var(--cream); border: 1px solid #f3d9a0; border-radius: 8px; padding: clamp(24px, 3vw, 34px); margin: 0; display: flex; flex-direction: column; justify-content: center; }
.quote__mark { font-family: Georgia, serif; font-size: clamp(90px, 9vw, 120px); line-height: .5; color: #e8b14a; height: clamp(38px, 4vw, 50px); }
.quote p { margin: 14px 0 0; font-size: clamp(21px, 2.4vw, 30px); line-height: 1.45; font-style: italic; font-weight: 500; color: var(--ink); text-wrap: pretty; }
.quote cite { display: block; margin-top: 20px; font-family: Yellowtail, cursive; font-style: normal; font-size: clamp(22px, 2.2vw, 27px); color: var(--gold-ink); }

/* ---------- section headings ---------- */
.sec-head { margin: 0 0 8px; font-family: Oswald, sans-serif; font-weight: 700; font-size: clamp(26px, 3.2vw, 34px); letter-spacing: .03em; color: var(--navy); }
.dots { height: 3px; background: repeating-linear-gradient(90deg, #e8b14a 0 6px, transparent 6px 12px); margin-bottom: 24px; }
.pill {
  display: inline-block; background: linear-gradient(180deg, #fde08a 0%, #f2b62e 55%, #d89a1e 100%);
  color: var(--navy); font-family: Oswald, sans-serif; font-weight: 700;
  font-size: clamp(20px, 2.4vw, 26px); letter-spacing: .04em;
  padding: 9px 24px; border-radius: 3px; margin-bottom: 24px;
}

/* ---------- discover ---------- */
.discover { padding-top: clamp(34px, 4.4vw, 46px); padding-bottom: 6px; }
.discover__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(18px, 2.4vw, 26px) clamp(24px, 3vw, 36px); }
.discover__item { display: flex; gap: 16px; align-items: flex-start; }
.discover__item img { width: 50px; flex: none; }
.discover__item p { margin: 3px 0 0; font-size: 17px; line-height: 1.5; font-weight: 500; color: var(--ink); text-wrap: pretty; }

/* ---------- audience ---------- */
.audience { padding-top: clamp(32px, 4.2vw, 44px); padding-bottom: clamp(38px, 5vw, 52px); }
.audience__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px clamp(20px, 3vw, 36px); list-style: none; margin: 0; padding: 0; }
.audience__grid li { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #f0e4cb; padding-bottom: 11px; font-size: 17px; font-weight: 500; color: var(--ink); }
.tick { flex: none; width: 22px; height: 22px; border-radius: 50%; background: #ce8a1f; color: #fff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }

.callout {
  margin-top: clamp(28px, 3.4vw, 38px); background: var(--navy-deep);
  border: 2px solid var(--gold); border-radius: 10px;
  padding: clamp(26px, 3.4vw, 38px) clamp(24px, 4vw, 48px);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.callout img { width: 40px; flex: none; margin-bottom: 14px; }
.callout h3 {
  margin: 0; font-family: Oswald, sans-serif; font-weight: 700;
  font-size: clamp(24px, 3vw, 34px); line-height: 1.1; letter-spacing: .02em;
  color: #f7c948; max-width: 22ch;
}
.callout p {
  margin: 16px 0 0; padding-top: 16px; max-width: 34ch;
  border-top: 1px solid rgba(242,182,46,.4);
  font-size: clamp(16px, 1.7vw, 18px); line-height: 1.75; color: #e7edf6;
}

/* ---------- register ---------- */
.register { background: var(--navy-deep); padding-top: clamp(40px, 5vw, 58px); padding-bottom: clamp(40px, 5vw, 58px); }
.register__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); gap: clamp(26px, 3.4vw, 38px); align-items: stretch; }

.details { background: var(--amber); border: 1px solid #e4b45a; border-radius: 10px; padding: clamp(22px, 3vw, 30px) clamp(20px, 3vw, 32px); display: flex; flex-direction: column; justify-content: center; }
.details h3 { margin: 0 0 18px; font-family: Oswald, sans-serif; font-weight: 700; font-size: clamp(22px, 2.6vw, 28px); letter-spacing: .04em; color: var(--navy); text-align: center; }
.details dl { margin: 0 0 26px; display: flex; flex-direction: column; gap: 16px; }
.details__row { display: flex; align-items: center; gap: 12px; border-bottom: 1.5px solid #6b7a4e; padding-bottom: 8px; }
.details__row img { width: 28px; flex: none; }
.details__row dt { font-family: Oswald, sans-serif; font-weight: 600; font-size: 18px; letter-spacing: .03em; color: var(--navy); min-width: 104px; }
.details__row dd { margin: 0; font-size: 17px; font-weight: 500; color: var(--navy); line-height: 1.3; }
.details__foot { margin-top: 26px; padding-top: 22px; border-top: 1px dashed #c89a44; text-align: center; }
.details__script { font-size: clamp(21px, 2.6vw, 28px); line-height: 1.35; color: #8a5a0e; margin: 0; }
.details__note { margin: 12px 0 0; font-size: 15px; line-height: 1.6; color: #4a3a18; text-wrap: pretty; }

.card { background: #fff; border-radius: 10px; padding: clamp(22px, 3vw, 30px) clamp(20px, 3vw, 32px); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.card h3 { margin: 0 0 6px; font-family: Oswald, sans-serif; font-weight: 700; font-size: clamp(24px, 2.8vw, 30px); letter-spacing: .03em; color: var(--navy); }
.card__note { margin: 0 0 18px; font-size: 15px; line-height: 1.55; color: #55617a; }

.form { display: flex; flex-direction: column; gap: 13px; }
.form label { display: flex; flex-direction: column; gap: 6px; }
.form label span { font-family: Oswald, sans-serif; font-weight: 500; font-size: 13px; letter-spacing: .08em; color: var(--navy); }
.form input, .form select {
  font-family: Mulish, sans-serif; font-size: 16px; color: var(--navy);
  padding: 13px 14px; border: 1px solid #d6dce6; border-radius: 6px;
  outline: none; background: #fafbfd; width: 100%;
}
.form input:focus, .form select:focus { border-color: #e8b14a; background: #fff; }
.form input::placeholder { color: #8c93a3; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form__fine { margin: 4px 0 0; font-size: 12px; line-height: 1.5; color: #7b8598; }

.thanks { background: var(--cream); border: 1px solid #f3d9a0; border-radius: 8px; padding: 26px; text-align: center; }
.thanks .script { font-size: 29px; }
.thanks p { margin: 10px 0 0; font-size: 16px; line-height: 1.6; color: var(--body); }
[hidden] { display: none !important; }

.place { margin: 22px 0 0; font-family: Oswald, sans-serif; font-size: 12px; letter-spacing: .22em; color: rgba(234,239,247,.72); }

/* ---------- footer ---------- */
.foot { background: var(--navy-deep); border-top: 1px solid rgba(242,182,46,.3); padding-top: clamp(30px, 3.6vw, 42px); padding-bottom: clamp(20px, 2.4vw, 26px); }
.foot__top {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center; gap: 28px 40px;
  padding-bottom: clamp(24px, 3vw, 32px);
  border-bottom: 1px solid rgba(242,182,46,.28);
}
.foot__brand img { width: min(270px, 100%); }
.foot__item { display: flex; align-items: center; gap: 16px; }
.foot__item img { width: 46px; height: auto; flex: none; }
.foot__item p { margin: 0; font-family: Oswald, sans-serif; font-size: 15px; letter-spacing: .04em; line-height: 1.5; color: #eaeff7; }
.foot__legal {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 7px; padding-top: clamp(16px, 2vw, 22px);
}
.foot__legal p { margin: 0; font-size: 13px; letter-spacing: .02em; color: rgba(234,239,247,.6); }
.foot__legal a { color: rgba(234,239,247,.82); text-decoration: none; }
.foot__legal a:hover { color: #f2b62e; text-decoration: underline; }
.foot__url { font-weight: 600; color: #eaeff7; }
.foot__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 10px; font-weight: 600; }
.foot__links a { color: #eaeff7; }
.foot__links span { color: rgba(234,239,247,.4); }
.foot__op { color: rgba(234,239,247,.5) !important; }
.foot__brand a { display: block; }

/* ---------- scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s cubic-bezier(.2,.7,.3,1), transform .65s cubic-bezier(.2,.7,.3,1); }
[data-reveal].is-in { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn { transition: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero { min-height: 0; }
  .hero__row { flex-direction: column; text-align: center; }
  .hero__copy { padding-left: 0; }
  .hero__copy { text-align: center; }
  .hero__l3 { margin-left: 0; }
  .hero__lede { margin-left: auto; margin-right: auto; }
  .hero__cta { justify-content: center; }
  .hero__place { justify-content: center; font-size: 11.5px; letter-spacing: .16em; }
  .hero__place::before { display: none; }
  .hero__when { border-left: none; border-top: 2px solid rgba(242,182,46,.6); padding: 12px 0 0; text-align: center; }
  .hero__place { text-align: center; }
  .invite__kicker { justify-content: flex-start; }
  .callout p { border-left: none; border-top: 1px solid rgba(242,182,46,.45); padding: 16px 0 0; text-align: center; }
}

@media (max-width: 560px) {
  .btn--sm { padding: 9px 14px; font-size: 12px; }
  .hero__cta .btn--lg { width: 100%; }
  .form__row { grid-template-columns: 1fr; }
  .details__row { flex-wrap: wrap; }
  .details__row dt { min-width: 0; }
  .foot__top { text-align: center; justify-items: center; }
  .foot__item { flex-direction: column; text-align: center; gap: 10px; }
  .foot__item p { text-align: center; }
}

/* ---------- Keap embedded form ---------- */
.keap { display: block; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 13px; }
.field label {
  font-family: Oswald, "Arial Narrow", sans-serif; font-weight: 500;
  font-size: 13px; letter-spacing: .08em; color: var(--navy);
}
.field input, .keap select {
  font-family: Mulish, sans-serif; font-size: 16px; color: var(--navy);
  padding: 13px 14px; border: 1px solid #d6dce6; border-radius: 6px;
  outline: none; background: #fafbfd; width: 100%;
}
.field input:focus, .keap select:focus { border-color: #e8b14a; background: #fff; }
.field input::placeholder { color: #8c93a3; }

.consent {
  display: flex; align-items: flex-start; gap: 10px;
  margin: 4px 0 16px; padding: 12px 14px;
  background: #fbfaf6; border: 1px solid #eee2c6; border-radius: 6px;
}
.consent input { flex: none; width: 18px; height: 18px; margin: 2px 0 0; accent-color: #ce8a1f; }
.consent label { font-size: 12.5px; line-height: 1.5; color: #55617a; }

/* ---------- thank-you page ---------- */
.ty { min-height: 100vh; display: flex; flex-direction: column; }
.ty__main {
  position: relative; flex: 1; display: flex; align-items: center;
  background: var(--navy-deep); overflow: hidden;
  padding: clamp(48px, 8vw, 90px) 0;
}
.ty__card {
  position: relative; text-align: center; max-width: 720px; margin: 0 auto;
  background: rgba(255, 255, 255, .96); border-radius: 12px;
  padding: clamp(30px, 4vw, 48px) clamp(24px, 4vw, 52px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .45);
}
.ty__card .script { font-size: clamp(34px, 4.6vw, 52px); }
.ty__lead { margin: 10px 0 0; font-size: clamp(17px, 1.9vw, 20px); line-height: 1.6; color: var(--body); text-wrap: pretty; }
.ty__facts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px; margin: 26px 0 0; text-align: left;
}
.ty__fact { background: var(--amber); border: 1px solid #e4b45a; border-radius: 8px; padding: 14px 16px; }
.ty__fact dt { font-family: Oswald, sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .1em; color: #7a5a12; }
.ty__fact dd { margin: 4px 0 0; font-size: 16px; font-weight: 600; color: var(--navy); line-height: 1.35; }
.ty__next { margin: 24px 0 0; font-size: 15px; line-height: 1.65; color: #55617a; }
.ty__hex { width: min(190px, 46vw); margin: 0 auto 18px; }

.ty__hex .hex { width: 100%; }


/* ---------- thank-you: next steps ---------- */
.ty__logo { margin-bottom: clamp(24px, 3.4vw, 40px); }

.ty__steps {
  list-style: none; margin: clamp(26px, 3.4vw, 38px) 0 0; padding: 0;
  display: grid; gap: 18px; text-align: left;
}
.ty__steps li {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 18px 20px;
  background: rgba(0, 18, 43, .035);
  border: 1px solid rgba(0, 18, 43, .09);
  border-radius: 10px;
}
.ty__step-n {
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(160deg, #ffd451, #f2b62e);
  color: #00122b; font-family: Oswald, sans-serif; font-weight: 600; font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 18, 43, .2);
}
.ty__steps h3 {
  margin: 4px 0 6px; font-family: Oswald, sans-serif; font-weight: 600;
  font-size: 16px; letter-spacing: .06em; text-transform: uppercase; color: #00122b;
}
.ty__steps p { margin: 0; font-size: 15px; line-height: 1.6; color: #3d4a5c; text-wrap: pretty; }

@media (max-width: 560px) {
  .ty__steps li { padding: 16px; }
  .ty__steps p { font-size: 14.5px; }
}
