/* ── VARIABLES ── */
:root {
  --ink: #1a1814;
  --paper: #f5f0e8;
  --warm-mid: #8c7b6b;
  --accent: #b5411a;
  --light-rule: #ddd5c5;
  --card-bg: #ede8df;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── BODY ── */
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Karla', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
}

/* ── MASTHEAD ── */
.masthead {
  border-bottom: 2px solid var(--ink);
  padding: 3rem 2rem 2rem;
  text-align: center;
}
.masthead::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent);
  margin: 0 auto 1.5rem;
}
.masthead .eyebrow {
  font-family: 'Karla', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm-mid);
  margin-bottom: 1rem;
}
.masthead h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
.masthead h1 em { font-style: italic; color: var(--accent); }
.masthead .subtitle {
  font-size: 0.9rem;
  color: var(--warm-mid);
  max-width: 540px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.masthead .source-line {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-mid);
  border-top: 1px solid var(--light-rule);
  padding-top: 1rem;
  margin-top: 1rem;
}
.masthead .source-line a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
}

/* ── CONTAINER ── */
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── HOOKS ── */
.hooks-intro {
  padding: 2.5rem 0 1rem;
  text-align: center;
}
.hooks-intro p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: var(--warm-mid);
  margin-bottom: 2rem;
}
.hooks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  /* always 3 columns on desktop */
  gap: 1px;
  background: var(--light-rule);
  border: 1px solid var(--light-rule);
  margin-bottom: 1rem;
}
.hook-card {
  background: var(--card-bg);
  padding: 1.6rem 1.4rem;
  transition: background 0.2s;
}
.hook-card:hover { background: #e5dfd4; }
.hook-card .hook-label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
  display: block;
}
.hook-card p { font-size: 0.88rem; line-height: 1.6; color: var(--ink); margin: 0; }
.passage-note {
  font-size: 0.78rem;
  text-align: center;
  color: var(--warm-mid);
  letter-spacing: 0.06em;
  padding: 0.8rem 0 2.5rem;
}
.hook-card .hook-cta {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 1px;
}

/* ── VIDEO ── */
.video-section { margin-bottom: 3rem; }
.section-label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 0.5rem;
}
.video-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.15;
  margin-bottom: 0.4rem;
}
.byline { font-size: 0.82rem; color: var(--warm-mid); margin-bottom: 1.2rem; letter-spacing: 0.04em; }
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: var(--ink);
}
.video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ── COMMENT CARD ── */
.comment-card {
  background: var(--card-bg);
  padding: 0.5rem 1.4rem;
  transition: background 0.2s;
  text-align: right;
}
.comment-card:hover { background: #e5dfd4; }
.comment-card .hook-cta {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 1px;
}

/* ── RULE DIVIDER ── */
.rule-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
}
.rule-divider::before, .rule-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--light-rule);
}
.rule-divider span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--warm-mid);
  white-space: nowrap;
}

/* ── CONTENT SECTIONS ── */
.section { margin-bottom: 3rem; }
.section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.15;
  margin-bottom: 1.2rem;
  letter-spacing: -0.01em;
}
.section p { margin-bottom: 1rem; color: #2e2a24; }
.section p:last-child { margin-bottom: 0; }

/* ── PULL QUOTE ── */
.pull-quote {
  border-left: 3px solid var(--accent);
  padding: 0.8rem 1.4rem;
  margin: 2rem 0;
  background: var(--card-bg);
}
.pull-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.5;
  color: var(--ink);
  margin: 0;
}

/* ── DETAIL BOX ── */
.detail-box {
  border: 1px solid var(--light-rule);
  padding: 1.6rem;
  margin: 2rem 0;
  background: var(--card-bg);
}
.detail-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.detail-box ul { list-style: none; padding: 0; }
.detail-box ul li {
  font-size: 0.9rem;
  padding: 0.35rem 0 0.35rem 1.2rem;
  border-bottom: 1px solid var(--light-rule);
  position: relative;
  color: #2e2a24;
}
.detail-box ul li:last-child { border-bottom: none; }
.detail-box ul li::before {
  content: '\2014';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 0.8rem;
}

/* ── BRIDGE BAND ── */
.bridge-band {
  background: var(--ink);
  color: var(--paper);
  padding: 2.5rem 1.5rem;
  margin: 3rem 0;
  text-align: center;
}
.bridge-band .eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm-mid);
  margin-bottom: 0.8rem;
  display: block;
}
.bridge-band h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.bridge-band p { font-size: 0.9rem; color: #b8b0a4; max-width: 540px; margin: 0 auto; line-height: 1.7; }

/* ── OUTCOME GRID ── */
.outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--light-rule);
  border: 1px solid var(--light-rule);
  margin: 1.5rem 0;
}
.outcome-cell { background: var(--card-bg); padding: 1.4rem; }
.outcome-cell .label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-mid);
  margin-bottom: 0.5rem;
  display: block;
}
.outcome-cell p { font-size: 0.88rem; line-height: 1.6; margin: 0; color: #2e2a24; }

/* ── DOWNLOAD PANEL ── */
.download-panel {
  border: 1px solid var(--light-rule);
  background: var(--card-bg);
  padding: 1.8rem;
  margin: 3rem 0;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.download-panel img.booklet-cover {
  width: 280px;
  flex-shrink: 0;
  border: 1px solid var(--light-rule);
  display: block;
}
.download-panel .download-content { flex: 1; min-width: 200px; }
.download-panel h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.download-panel .pub-note { font-size: 0.82rem; color: var(--warm-mid); margin-bottom: 0.8rem; }
.dl-label {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-mid);
  display: block;
  margin: 0.8rem 0 0.4rem;
}
.fmt-list, .store-list { list-style: none; padding: 0; }
.fmt-list li, .store-list li { font-size: 0.85rem; padding: 0.2rem 0; }
.fmt-list li a, .store-list li a { color: var(--accent); text-decoration: none; border-bottom: 1px solid transparent; }
.fmt-list li a:hover, .store-list li a:hover { border-bottom-color: var(--accent); }
img.fmt-icon {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  vertical-align: middle;
}

/* ── SUGGESTED SITES ── */
.suggested-sites { margin: 2rem 0; }
.suggested-sites h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.suggested-sites ul { list-style: none; padding: 0; }
.suggested-sites ul li { font-size: 0.88rem; padding: 0.2rem 0; }
.suggested-sites ul li a { color: var(--accent); text-decoration: none; border-bottom: 1px solid transparent; }
.suggested-sites ul li a:hover { border-bottom-color: var(--accent); }

/* ── COMMENTS ── */
.comments-section { margin: 3rem 0 1rem; }
.comments-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1.2rem;
}

/* ── HORIZONTAL RULE ── */
hr.section-rule { border: none; border-top: 1px solid var(--light-rule); margin: 2rem 0; }

/* ── FOOTER ── */
.site-footer {
  border-top: 2px solid var(--ink);
  padding: 2rem 0;
  margin-top: 3rem;
  text-align: center;
}
.site-footer p { font-size: 0.78rem; color: var(--warm-mid); line-height: 1.8; }
.site-footer a { color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--accent); }

/* ── RESPONSIVE ── */

/* Tablet: 601px–720px — hooks drop to 1 column, outcome stays 2 */
@media screen and (max-width: 720px) {
  .hooks-grid { grid-template-columns: 1fr; }
}

/* Mobile: 600px and below — full single-column layout */
@media screen and (max-width: 600px) {

  body { font-size: 16px; }

  .masthead { padding: 2rem 1.2rem 1.5rem; }

  .container { padding: 0 1rem; }

  .hooks-intro { padding: 1.8rem 0 0.8rem; }

  .hook-card { padding: 1.2rem 1rem; }

  .video-section { margin-bottom: 2rem; }

  .rule-divider { margin: 2rem 0; }

  .section { margin-bottom: 2rem; }

  .pull-quote { padding: 0.7rem 1rem; margin: 1.5rem 0; }
  .pull-quote p { font-size: 1.05rem; }

  .detail-box { padding: 1.2rem 1rem; margin: 1.5rem 0; }

  .bridge-band { padding: 2rem 1rem; margin: 2rem 0; }

  .outcome-grid { grid-template-columns: 1fr; }

  .download-panel {
    flex-direction: column;
    padding: 0;
    gap: 1.2rem;
    border: none;
    background: transparent;
  }
  .download-panel img.booklet-cover {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    display: block;
  }

  .comment-card { padding: 0.5rem 1rem; }

  .site-footer { padding: 1.5rem 0; }
}

/* ── COMMENTICS FONT OVERRIDES ── */
.cmtx_container,
.cmtx_container input,
.cmtx_container textarea,
.cmtx_container select,
.cmtx_container label,
.cmtx_container p,
.cmtx_container h3,
.cmtx_container h4,
.cmtx_container div,
.cmtx_button,
.cmtx_button_primary {
  font-family: 'Karla', sans-serif !important;
  font-weight: 300 !important;
}

.cmtx_container h3,
.cmtx_container h4,
.cmtx_form_heading,
.cmtx_comments_heading {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
}

.cmtx_button,
.cmtx_button_primary {
  font-weight: 400 !important;
}