:root {
  --navy: #173B63;
  --navy-dark: #0D2743;
  --gold: #C7A44C;
  --gold-light: #E3CF8A;
  --cream: #F8F7F3;
  --white: #FFFFFF;
  --text: #283241;
  --muted: #667085;
  --border: rgba(23, 59, 99, 0.12);
  --shadow: 0 24px 70px rgba(13, 39, 67, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Lato', Arial, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 247, 243, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { display: flex; justify-content: space-between; align-items: center; min-height: 76px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: 'Cinzel', serif; font-weight: 700; letter-spacing: .04em; color: var(--navy); }
.brand-logo { width: 48px; height: 48px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 22px; font-family: 'Montserrat', sans-serif; font-size: 0.86rem; font-weight: 700; color: var(--navy-dark); }
.site-nav a:hover { color: var(--gold); }

.hero {
  position: relative;
  background: radial-gradient(circle at top right, rgba(199, 164, 76, .26), transparent 30%), linear-gradient(135deg, var(--navy-dark), var(--navy));
  color: var(--white);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .3;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 54px; min-height: 670px; padding: 96px 0; }
.eyebrow { margin: 0 0 12px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--gold); font-size: .78rem; }
h1, h2, h3 { margin: 0; line-height: 1.1; }
h1, h2 { font-family: 'Cinzel', serif; }
h1 { font-size: clamp(2.8rem, 7vw, 5.9rem); max-width: 820px; letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); color: var(--navy); }
h3 { font-size: 1.35rem; color: var(--navy-dark); }
.hero h1, .hero-card h2 { color: var(--white); }
.hero-text { max-width: 720px; font-size: 1.18rem; color: rgba(255,255,255,.84); margin: 24px 0 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-family: 'Montserrat', sans-serif; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--navy-dark); box-shadow: 0 12px 28px rgba(199, 164, 76, .25); }
.btn-secondary { background: rgba(255,255,255,.12); color: var(--white); border: 1px solid rgba(255,255,255,.25); }
.btn-outline { color: var(--navy); border: 1px solid rgba(23,59,99,.24); }
.hero-card { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); border-radius: 32px; padding: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.hero-card img { border-radius: 22px; aspect-ratio: 4/5; object-fit: contain;
background: white; background: rgba(255,255,255,.1); }
.hero-card div { padding: 22px 4px 6px; }
.small-label { margin: 0 0 8px; color: var(--gold-light); font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.hero-card p:last-child { margin: 8px 0 0; color: rgba(255,255,255,.78); }

.section { padding: 92px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.section-copy p { font-size: 1.08rem; margin-top: 0; }
blockquote { margin: 32px 0 0; padding: 24px 28px; border-left: 4px solid var(--gold); background: var(--white); border-radius: 0 18px 18px 0; color: var(--navy-dark); font-size: 1.25rem; font-weight: 700; box-shadow: var(--shadow); }
.resource-section { background: var(--white); }
.resource-card { display: grid; grid-template-columns: .78fr 1.22fr; gap: 58px; align-items: center; padding: 46px; border-radius: 34px; background: linear-gradient(135deg, #fff, var(--cream)); box-shadow: var(--shadow); border: 1px solid var(--border); }
.book-wrap img { border-radius: 24px; box-shadow: 0 30px 70px rgba(13,39,67,.18); background: #e8e3d8; aspect-ratio: 4/5; object-fit: contain;
background: white; }
.resource-card p { font-size: 1.08rem; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 26px 0 0; }
.feature-list span { background: rgba(23,59,99,.06); border: 1px solid var(--border); border-radius: 999px; padding: 10px 14px; color: var(--navy-dark); font-weight: 700; }
.center { text-align: center; }
.center .eyebrow { margin-left: auto; margin-right: auto; }
.founders-section { background: var(--cream); }
.founder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 42px; }
.founder-card { background: var(--white); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); }
.founder-card img { width: 100%; height: 430px; object-fit: cover; object-position: center 18%; background: #e9e4d8; }
.founder-content { padding: 30px; }
.role { margin: 8px 0 14px; color: var(--gold); font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; }
.coming-section { background: linear-gradient(135deg, var(--navy-dark), var(--navy)); color: var(--white); }
.coming-section h2 { color: var(--white); }
.section-intro { max-width: 680px; margin: 18px auto 0; color: rgba(255,255,255,.8); }
.coming-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.coming-grid div { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; padding: 22px; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.contact-section { background: var(--white); }
.direct-contact { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--border); }
.direct-contact-name { margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--navy-dark); font-size: .92rem; }
.direct-contact-name a { color: var(--gold); font-weight: 700; text-decoration: none; }
.direct-contact-name a:hover { text-decoration: underline; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; background: var(--cream); border-radius: 30px; padding: 44px; border: 1px solid var(--border); }
.signup-form label { display: block; font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.form-row { display: flex; gap: 10px; }
input { width: 100%; min-height: 52px; border: 1px solid rgba(23,59,99,.2); border-radius: 999px; padding: 0 18px; font: inherit; background: var(--white); }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .92rem; }
.site-footer { background: var(--navy-dark); color: rgba(255,255,255,.78); padding: 42px 0 22px; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 28px; }
.site-footer strong { font-family: 'Cinzel', serif; color: var(--white); font-size: 1.2rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-family: 'Montserrat', sans-serif; font-weight: 700; }
.footer-links a:hover { color: var(--gold-light); }
.copyright { padding-top: 20px; font-size: .9rem; } .books-section{background:var(--white);} .books-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:42px;} .book-card{background:var(--cream);border-radius:30px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);border-bottom:4px solid var(--gold);display:flex;flex-direction:column;} .book-card img{width:100%;aspect-ratio:4/5;object-fit:contain;background:#fff;padding:24px 24px 0;} .book-card-content{padding:24px 26px 30px;display:flex;flex-direction:column;flex:1;} .book-price{color:var(--gold);font-family:'Montserrat',sans-serif;font-weight:700;font-size:1rem;margin:4px 0 14px;} .book-card p:not(.book-price){font-size:.96rem;color:var(--muted);flex:1;margin:0 0 20px;} .book-card .btn{align-self:flex-start;}

@media (max-width: 900px) {
  .site-nav { display: none; }
  .hero-grid, .split, .resource-card, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 76px 0; }
  .feature-list, .founder-grid, .coming-grid, .books-grid { grid-template-columns: 1fr; }
  .founder-card img { height: 340px; }
  .resource-card, .contact-card { padding: 28px; }
  .form-row { flex-direction: column; }
}


/* systeme.io signup form fields (added 2026-08-02) */
.signup-form input { flex: 1; min-width: 0; min-height: 50px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--border); background: var(--white); font-family: 'Montserrat', sans-serif; font-size: .95rem; color: var(--navy); }
.signup-form input::placeholder { color: var(--muted); }
.signup-form input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(199,164,76,.22); }
.signup-form .btn { white-space: nowrap; }
