/*
Theme Name: Emma B. Bada Author
Theme URI: https://emmabbada.com/
Author: Emma B. Bada
Description: A responsive author, strategist and Own Your CHAIR Academy website for Emma B. Bada.
Version: 1.0.3
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: emma-bada-author
*/

:root {
  --ink: #171316;
  --paper: #f8f3eb;
  --cream: #efe5d7;
  --blush: #d9ada9;
  --rose: #9b5259;
  --gold: #b48a45;
  --plum: #35223b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(248, 243, 235, .92);
  border-bottom: 1px solid rgba(23, 19, 22, .14);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 86px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 50;
}
.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  letter-spacing: -.04em;
  width: max-content;
}
.wordmark span { color: var(--rose); font-style: italic; }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.site-header nav a:hover, .text-link:hover, .contact-actions a:hover { color: var(--rose); }
.header-cta {
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 700;
  justify-self: end;
  letter-spacing: .1em;
  padding: 8px 0;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: calc(100vh - 86px);
  overflow: hidden;
}
.hero-copy { align-self: center; padding: 8vw 5vw 9vw; position: relative; z-index: 2; }
.kicker {
  color: var(--rose);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.kicker.light { color: #f1d2a5; }
.hero h1, h2, .framework h2, .event h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.055em;
}
.hero h1 {
  font-size: clamp(58px, 6.8vw, 112px);
  line-height: .9;
  margin: 0;
  max-width: 900px;
}
.hero h1 span { color: var(--rose); display: block; font-style: italic; }
.hero-lede {
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.65;
  margin: 40px 0 0;
  max-width: 690px;
}
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; margin-top: 42px; }
.button {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 28px;
  justify-content: space-between;
  letter-spacing: .11em;
  min-height: 54px;
  padding: 0 24px;
  text-transform: uppercase;
}
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--rose); }
.text-link {
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 11px 0;
  text-transform: uppercase;
}

.hero-visual { background: var(--plum); min-height: 720px; overflow: hidden; position: relative; }
.hero-portrait {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  width: 100%;
}
.hero-visual:before {
  background: linear-gradient(180deg, transparent 52%, rgba(53,34,59,.72) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hero-orbit { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; position: absolute; z-index: 2; }
.orbit-one { height: 88%; left: -1%; top: 6%; width: 92%; }
.orbit-two { height: 63%; left: 14%; top: 18%; width: 66%; }
.hero-monogram {
  color: rgba(255,255,255,.075);
  font-family: Georgia, serif;
  font-size: 26vw;
  font-style: italic;
  line-height: 1;
  position: absolute;
  right: -4%;
  top: 14%;
  z-index: 2;
}
.hero-card {
  background: var(--paper);
  bottom: 11%;
  left: 9%;
  max-width: 410px;
  padding: 34px 38px;
  position: absolute;
  transform: rotate(-3deg);
  z-index: 3;
}
.hero-card:after { border: 1px solid var(--paper); content: ""; inset: -12px; position: absolute; }
.hero-card p {
  color: var(--rose);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.hero-card strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 60px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.04em;
}
.hero-card span {
  display: block;
  font-size: 13px;
  letter-spacing: .08em;
  margin-top: 16px;
  text-transform: uppercase;
}
.vertical-note {
  bottom: 8%;
  color: rgba(255,255,255,.74);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  margin: 0;
  position: absolute;
  right: 4%;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  z-index: 3;
}

.proof-strip {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 26px 5vw;
}
.proof-strip p {
  border-right: 1px solid rgba(255,255,255,.22);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 5px 32px;
}
.proof-strip p:first-child { padding-left: 0; }
.proof-strip p:last-child { border: 0; }
.proof-strip strong { color: var(--blush); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.proof-strip span { font-size: 10px; letter-spacing: .13em; margin-top: 6px; text-transform: uppercase; }

.section { padding: 120px 5vw; }
.section-label {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  gap: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-label span {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  letter-spacing: 0;
  width: 30px;
}
.section-label.light { color: white; }
.section-label.light span { border-color: white; }
.about { display: grid; gap: 5vw; grid-template-columns: .55fr 1.15fr .9fr; }
.about h2, .work h2, .book h2, .chair h2, .contact h2 {
  font-size: clamp(42px, 4.3vw, 72px);
  line-height: 1.03;
  margin: 0;
}
.about-copy { border-left: 1px solid rgba(23,19,22,.2); padding-left: 3vw; }
.about-copy p, .book-copy > p, .chair-copy > p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 24px;
}

.framework { background: var(--plum); color: white; }
.framework-intro {
  display: grid;
  gap: 8vw;
  grid-template-columns: .65fr 1.35fr;
  margin: 55px 0 70px;
}
.framework h2 { font-size: clamp(48px, 5.4vw, 86px); line-height: .98; margin: 0; max-width: 1060px; }
.steps { border-top: 1px solid rgba(255,255,255,.28); display: grid; grid-template-columns: repeat(5, 1fr); }
.step {
  border-right: 1px solid rgba(255,255,255,.28);
  min-height: 315px;
  padding: 28px 24px 20px 0;
}
.step + .step { padding-left: 24px; }
.step:last-child { border-right: 0; }
.step > span { color: var(--blush); font-family: Georgia, serif; font-size: 25px; }
.step h3 {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  margin: 70px 0 18px;
}
.step p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.7; }

.book { align-items: center; display: grid; gap: 9vw; grid-template-columns: .9fr 1.1fr; }
.book-art {
  align-items: center;
  background: var(--blush);
  display: flex;
  justify-content: center;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}
.book-cover {
  background: var(--ink);
  box-shadow: 26px 28px 55px rgba(23,19,22,.35);
  color: white;
  min-height: 510px;
  padding: 50px 38px;
  position: relative;
  transform: rotate(-5deg);
  width: 330px;
  z-index: 2;
}
.book-cover:after { border: 1px solid var(--gold); content: ""; inset: 12px; position: absolute; }
.book-cover p {
  color: var(--blush);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  margin: 0 0 84px;
  text-transform: uppercase;
}
.book-cover h3 { font-family: Georgia, serif; font-size: 47px; font-weight: 400; line-height: .92; margin: 5px 0; }
.book-cover span { color: var(--gold); font-family: Georgia, serif; font-style: italic; }
.book-cover small { bottom: 48px; left: 38px; letter-spacing: .07em; position: absolute; text-transform: uppercase; }
.seed { background: var(--gold); border-radius: 70% 30% 65% 35%; position: absolute; transform: rotate(35deg); }
.seed-one { height: 160px; left: 7%; top: 7%; width: 110px; }
.seed-two { bottom: 5%; height: 250px; right: -3%; width: 180px; }
.book-copy .section-label { margin-bottom: 70px; }
.book-copy h2 { margin-bottom: 30px; }
.status-row {
  align-items: center;
  border-top: 1px solid rgba(23,19,22,.22);
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 22px;
}
.status-row span { color: var(--rose); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.status-row a { font-size: 12px; font-weight: 800; text-transform: uppercase; }

.chair { align-items: center; background: var(--cream); display: grid; gap: 7vw; grid-template-columns: .95fr 1.05fr; }
.chair-copy .section-label { margin-bottom: 65px; }
.chair-copy h2 { margin-bottom: 30px; }
.button-dark { background: var(--plum); color: white; margin-top: 24px; }
.chair-image-wrap {
  background: var(--ink);
  box-shadow: 30px 35px 0 var(--blush);
  margin: 20px 25px 45px 0;
  max-height: 720px;
  overflow: hidden;
}
.chair-image-wrap img { height: 100%; object-fit: cover; width: 100%; }

.work-heading { display: flex; justify-content: space-between; margin: 55px 0 60px; }
.work-heading h2 { max-width: 700px; }
.offer-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.offer {
  border: 1px solid rgba(23,19,22,.25);
  min-height: 470px;
  padding: 34px;
  transition: .25s ease;
}
.offer:hover { background: var(--ink); color: white; transform: translateY(-7px); }
.offer > p { color: var(--rose); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.offer h3 { font-family: Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1.04; margin: 65px 0 30px; }
.offer-rule { border-top: 1px solid currentColor; margin-bottom: 28px; opacity: .35; }
.offer > span { display: block; font-size: 14px; line-height: 1.7; }
.offer-footer { align-items: flex-end; display: flex; justify-content: space-between; margin-top: 70px; }
.offer-footer strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.offer-footer a { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.event {
  align-items: end;
  background: var(--rose);
  color: white;
  display: grid;
  gap: 11vw;
  grid-template-columns: 1.25fr .75fr;
}
.event h2 { font-size: clamp(70px, 9vw, 150px); line-height: .8; margin: 0; }
.event-copy p { font-size: 18px; line-height: 1.65; }
.button-light { background: var(--paper); color: var(--ink); margin-top: 30px; }

.contact { display: grid; gap: 10vw; grid-template-columns: 1.15fr .85fr; }
.contact .section-label { margin-bottom: 65px; }
.contact h2 { max-width: 850px; }
.contact-actions { align-self: end; display: flex; flex-direction: column; }
.contact-actions a {
  border-bottom: 1px solid rgba(23,19,22,.28);
  font-size: 12px;
  font-weight: 700;
  padding: 22px 0;
  text-transform: uppercase;
}
.contact-actions .contact-main {
  border-bottom: 2px solid var(--ink);
  display: flex;
  flex-direction: column;
  padding: 0 0 32px;
  text-transform: none;
}
.contact-main span { color: var(--rose); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.contact-main strong { font-family: Georgia, serif; font-size: 36px; font-style: italic; font-weight: 400; margin-top: 10px; }
.contact-panel { align-self: end; }
.contact-notice {
  background: #e7f3eb;
  border: 1px solid #86ad93;
  color: #244e31;
  font-size: 14px;
  margin-bottom: 24px;
  padding: 16px 18px;
}
.contact-notice.error { background: #f7e4e4; border-color: #bb7777; color: #6b2626; }
.contact-notice.warning { background: #fff6df; border-color: #d7ad57; color: #67470d; }
.contact-form { display: grid; gap: 16px; }
.contact-form label {
  display: grid;
  font-size: 10px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact-form input, .contact-form select, .contact-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(23,19,22,.4);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  outline: 0;
  padding: 12px 2px;
  width: 100%;
}
.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--rose) 50%), linear-gradient(135deg, var(--rose) 50%, transparent 50%);
  background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  cursor: pointer;
  padding-right: 34px;
}
.contact-form textarea { border: 1px solid rgba(23,19,22,.4); min-height: 135px; padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--rose); box-shadow: 0 2px 0 var(--rose); outline: 0; }
.contact-form textarea:focus { box-shadow: 0 0 0 1px var(--rose); }
.contact-form button { border: 0; cursor: pointer; justify-self: start; margin-top: 8px; }
.contact-honeypot { left: -10000px; position: absolute; }
.form-privacy { color: rgba(23,19,22,.68); font-size: 12px; line-height: 1.55; margin: 0; max-width: 620px; }
.contact-socials { display: flex; flex-direction: column; margin-top: 24px; }
.contact-socials a {
  border-bottom: 1px solid rgba(23,19,22,.25);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 15px 0;
  text-transform: uppercase;
}
.contact-socials a:hover { color: var(--rose); }

.content-page {
  margin: 0 auto;
  max-width: 1040px;
  min-height: 70vh;
}
.content-page h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -.05em;
  margin: 0 0 48px;
}
.content-page article { font-size: 17px; line-height: 1.75; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button {
  background: var(--ink);
  border-radius: 0;
  color: white;
}

footer {
  align-items: center;
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 48px 5vw;
}
footer p { font-size: 10px; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
footer p:last-child { justify-self: end; }
.footer-mark { color: white; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .hero-monogram { font-size: 48vw; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip p:nth-child(2) { border-right: 0; }
  .proof-strip p:nth-child(n+3) { margin-top: 24px; }
  .about { grid-template-columns: 1fr 1.6fr; }
  .about-copy { grid-column: 2; }
  .framework-intro, .book, .chair, .event, .contact { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step { border-bottom: 1px solid rgba(255,255,255,.28); }
  .step:nth-child(2n) { border-right: 0; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer { min-height: auto; }
  .offer-footer { margin-top: 45px; }
  footer { gap: 25px; grid-template-columns: 1fr; }
  footer p:last-child { justify-self: start; }
}

@media (max-width: 640px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { min-height: 72px; padding: 0 22px; }
  .wordmark { font-size: 21px; }
  .header-cta { font-size: 9px; }
  .hero-copy { padding: 80px 22px; }
  .hero h1 { font-size: 55px; }
  .hero-lede { font-size: 16px; }
  .hero-visual { min-height: 470px; }
  .hero-card { bottom: 14%; left: 8%; max-width: 80%; padding: 26px; }
  .hero-card strong { font-size: 36px; }
  .proof-strip { padding: 24px 22px; }
  .proof-strip p { padding: 4px 12px; }
  .proof-strip p:first-child, .proof-strip p:nth-child(3) { padding-left: 0; }
  .section { padding: 82px 22px; }
  .about { gap: 45px; grid-template-columns: 1fr; }
  .about-copy {
    border-left: 0;
    border-top: 1px solid rgba(23,19,22,.2);
    grid-column: auto;
    padding: 30px 0 0;
  }
  .about h2, .work h2, .book h2, .chair h2, .contact h2 { font-size: 42px; }
  .framework-intro { margin: 45px 0; }
  .framework h2 { font-size: 45px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { border-right: 0; min-height: auto; padding: 25px 0 35px; }
  .step h3 { margin-top: 35px; }
  .book-art { min-height: 570px; }
  .book-cover { min-height: 450px; width: 280px; }
  .book-cover h3 { font-size: 39px; }
  .status-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .chair-copy .section-label, .book-copy .section-label, .contact .section-label { margin-bottom: 45px; }
  .chair-image-wrap { box-shadow: 15px 18px 0 var(--blush); margin-right: 14px; }
  .work-heading { flex-direction: column; }
  .offer { padding: 28px; }
  .event h2 { font-size: 64px; }
  .contact-main strong { font-size: 29px; }
  footer { padding: 42px 22px; }
}

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