/* ============================================
   Paul Hopewell LLC — Site stylesheet v4
   Mirrors the m2m-framework.html template exactly.
   Cream / Coral / Brass / Dark — DM Sans 300 / Playfair Display / DM Mono.
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500&family=DM+Mono:wght@400&family=Inter:wght@400;500;600&display=swap');

:root {
  --cream: #f9f7f4;
  --coral: #c25d45;
  --brass: #806339;
  --dark: #1a1a1a;
  --mid: #4a4440;
  --light-line: #e5e0d8;
  --coral-light: rgba(194, 93, 69, 0.08);
  --brass-light: rgba(128, 99, 57, 0.08);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--dark);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.75;
  font-size: 17px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a { color: var(--coral); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--brass); }

/* ─── HEADER ─── */
.site-header {
  background: rgba(26, 26, 26, 0.8);
  color: var(--cream);
  padding: 23px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 2px solid #c4a35a;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Mono', monospace;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.9;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.site-logo:hover { opacity: 1; color: var(--cream); }

.site-logo__badge {
  width: 62px;
  height: 62px;
  display: block;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center 48%;
  border-radius: 50%;
}

.site-logo span { color: var(--coral); }
.site-logo .site-logo__name { color: var(--cream); font-family: 'Inter', sans-serif; font-size: 0.85em; }

.nav-desktop ul {
  display: flex;
  gap: 24px;
  list-style: none;
  align-items: center;
  flex-wrap: nowrap;
}

.nav-desktop a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: color 0.2s;
  white-space: nowrap;
}

.nav-desktop a:hover,
.nav-desktop a.active { color: var(--coral); }

.nav-cta {
  border: 1px solid var(--coral);
  color: var(--coral) !important;
  opacity: 1 !important;
  padding: 8px 16px;
  transition: background 0.2s, color 0.2s;
}

.nav-cta:hover { background: var(--coral); color: var(--cream) !important; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
  margin: 5px 0;
  transition: all 0.2s;
}

.nav-mobile { display: none; background: var(--dark); padding: 44px 48px 32px; border-bottom: 1px solid rgba(249,247,244,0.1); position: fixed; top: 93px; left: 0; right: 0; z-index: 99; }
.nav-mobile.is-open { display: block; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.nav-mobile a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
}
.nav-mobile a:hover { color: var(--coral); }

/* ─── HERO ─── */
.hero {
  background: var(--dark);
  color: var(--cream);
  padding: 140px 48px 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(135deg, transparent 40%, rgba(194,93,69,0.12) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Homepage hero — montage feeding through dark banner */
.hero--home {
  background:
    linear-gradient(180deg, rgba(26,26,26,0.68) 0%, rgba(26,26,26,0.72) 60%, rgba(42,34,25,0.78) 100%),
    url('../assets/images/hero-montage.jpg') center top / cover no-repeat;
  background-attachment: scroll;
}

.hero .container { position: relative; z-index: 1; }

.hero-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--coral);
}

.hero-tagline {
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.7;
  margin-bottom: 16px;
}

.hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--cream);
}

.hero h1 em { font-style: italic; color: var(--coral); }

.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  max-width: 600px;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 48px;
}

.hero-cta {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-group {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-group .cta-btn {
  flex: 1;
  text-align: center;
}

/* ─── CONTAINER ─── */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 48px;
}

.container--narrow { max-width: 720px; }
.container--wide { max-width: 1080px; }

/* ─── SECTIONS ─── */
.section { padding: 40px 0; }
.section-bordered { border-top: 1px solid var(--light-line); }

.section-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 16px;
}

.section-title {
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 32px;
  color: var(--dark);
}

.section-divider {
  width: 48px;
  height: 2px;
  background: var(--coral);
  margin: 32px 0;
}

/* ─── BODY TEXT ─── */
.body-text {
  font-size: 17px;
  line-height: 1.8;
  color: var(--mid);
  margin-bottom: 20px;
}

.body-text strong { color: var(--dark); font-weight: 500; }
.body-text em { font-style: italic; }

/* ─── PULLQUOTE ─── */
.pullquote {
  border-left: 3px solid var(--coral);
  padding: 24px 36px;
  margin: 48px 0;
  background: var(--coral-light);
  border-radius: 0 4px 4px 0;
}

.pullquote p {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--dark);
  margin: 0;
}

.pullquote--brass {
  border-left-color: var(--brass);
  background: var(--brass-light);
}

/* ─── FOUNDATIONS GRID (3-col cards) ─── */
.foundations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--light-line);
  margin-top: 40px;
  border: 1px solid var(--light-line);
}

.foundation-card {
  background: var(--cream);
  padding: 36px 28px;
}

.foundation-number {
  font-family: Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--coral);
  opacity: 0.25;
  line-height: 1;
  margin-bottom: 12px;
}

.foundation-card h3 {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--dark);
}

.foundation-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--mid);
}

/* ─── DARK FEATURE SECTION ─── */
.section-dark {
  background: var(--dark);
  color: var(--cream);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section-dark::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(128,99,57,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.section-dark .container { position: relative; z-index: 1; }
.section-dark .section-label { color: var(--brass); opacity: 0.85; }
.section-dark .section-title { color: var(--cream); }
.section-dark .body-text { color: rgba(249,247,244,0.75); }
.section-dark .body-text strong { color: var(--cream); }

/* ─── METHODOLOGY STEPS ─── */
.methodology-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
}

.method-step {
  position: relative;
  padding-top: 24px;
  border-top: 2px solid var(--brass);
}


.method-step-num {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--brass);
  margin-bottom: 12px;
}

.method-step h3 {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--dark);
}

.method-step p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.7;
}

/* ─── CTA GRID ─── */
.cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--light-line);
  margin-top: 48px;
  border: 1px solid var(--light-line);
}

.cta-grid--2 { grid-template-columns: repeat(2, 1fr); }

.cta-card {
  background: var(--cream);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-card.highlight {
  background: var(--dark);
  color: var(--cream);
}

.cta-tier {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
}

.cta-card h3 {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
  margin: 0;
}

.cta-card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--mid);
  flex: 1;
  margin: 0;
}

.cta-card.highlight p { color: rgba(249,247,244,0.75); }

.cta-card ul {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.8;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.cta-card ul li {
  padding-left: 20px;
  position: relative;
}

.cta-card ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--coral);
  font-size: 13px;
}

.cta-card.highlight ul { color: rgba(249,247,244,0.75); }

/* ─── BUTTONS ─── */
.cta-btn,
.btn {
  display: inline-block;
  padding: 12px 24px;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid;
  transition: all 0.2s;
  cursor: pointer;
  background: none;
  align-self: flex-start;
}

.cta-btn-primary,
.btn-primary {
  border-color: var(--coral);
  color: var(--coral);
}
.cta-btn-primary:hover,
.btn-primary:hover { background: var(--coral); color: var(--cream); }

.cta-btn-filled,
.btn-filled {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--cream);
}
.cta-btn-filled:hover,
.btn-filled:hover { background: var(--brass); border-color: var(--brass); color: var(--cream); }

.cta-btn-dark,
.btn-dark {
  border-color: var(--cream);
  color: var(--cream);
}
.cta-btn-dark:hover,
.btn-dark:hover { background: var(--cream); color: var(--dark); }

.cta-btn-outline {
  border-color: var(--dark);
  color: var(--dark);
}
.cta-btn-outline:hover { background: var(--dark); color: var(--cream); }

.btn-large { padding: 16px 32px; font-size: 12px; }

/* ─── ABOUT BLOCK ─── */
.about {
  background: var(--brass-light);
  border-top: 1px solid var(--light-line);
  padding: 32px 0 12px;
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--dark);
  color: rgba(249,247,244,0.5);
  padding: 32px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 6px solid var(--coral);
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer a {
  color: rgba(249,247,244,0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer a:hover { color: var(--coral); }

.footer-contact {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: rgba(249,247,244,0.5);
}

.footer-contact-item svg {
  flex-shrink: 0;
  color: var(--coral);
  opacity: 1;
}

.footer-brand {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--cream);
  text-transform: uppercase;
}

/* ─── ARTICLE / EDITORIAL CONTENT ─── */
.article-content h2 {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  margin: 48px 0 20px;
  line-height: 1.2;
}

.article-content h3 {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  margin: 32px 0 16px;
}

.article-content p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--mid);
  margin-bottom: 20px;
}

.article-content p strong { color: var(--dark); font-weight: 500; }
.article-content p em { font-style: italic; }

.article-content ul,
.article-content ol {
  margin: 20px 0 28px 20px;
  font-size: 17px;
  color: var(--mid);
  line-height: 1.8;
}

.article-content ul li,
.article-content ol li { margin-bottom: 8px; }

.article-content blockquote {
  border-left: 3px solid var(--coral);
  padding: 24px 36px;
  margin: 32px 0;
  background: var(--coral-light);
  border-radius: 0 4px 4px 0;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  color: var(--dark);
}

/* ─── ARTICLE LIST CARDS ─── */
.article-card {
  border-bottom: 1px solid var(--light-line);
  padding: 32px 0;
}

.article-card:first-child { padding-top: 0; }
.article-card:last-child { border-bottom: none; }

.article-card__meta {
  display: flex;
  gap: 16px;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--brass);
  text-transform: uppercase;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.article-card__title {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.article-card__title a { color: var(--dark); }
.article-card__title a:hover { color: var(--coral); }

.article-card__excerpt {
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 14px;
  font-size: 16px;
}

.article-card__link {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
  text-decoration: none;
}

.article-card__link:hover { color: var(--brass); }

/* ─── TESTIMONIAL CARDS ─── */
.testimonial {
  background: var(--cream);
  border: 1px solid var(--light-line);
  padding: 32px;
  border-radius: 4px;
}

.testimonial blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  color: var(--dark);
  margin: 0 0 20px;
}

.testimonial__author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--light-line);
  padding-top: 16px;
}

.testimonial__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--brass-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: var(--brass);
  flex-shrink: 0;
}

.testimonial__name {
  font-weight: 500;
  font-size: 14px;
  color: var(--dark);
  margin: 0;
}

.testimonial__role {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: var(--brass);
  margin: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}

/* ─── PRICING HIGHLIGHT ─── */
.pricing-highlight {
  background: var(--dark);
  color: var(--cream);
  padding: 40px;
  border-radius: 4px;
  text-align: center;
  margin: 40px 0;
}

.pricing-highlight__amount {
  font-family: Georgia, serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--coral);
  line-height: 1;
  margin-bottom: 8px;
}

.pricing-highlight__label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(249,247,244,0.6);
}

/* ─── FORMS ─── */
.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass);
}

.form-input {
  padding: 14px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--light-line);
  border-radius: 4px;
  background: var(--cream);
  color: var(--dark);
  transition: border-color 0.15s;
}

.form-input:focus {
  outline: none;
  border-color: var(--coral);
}

.form-input::placeholder { color: var(--brass); opacity: 0.6; }

textarea.form-input {
  min-height: 120px;
  resize: vertical;
  font-family: 'DM Sans', sans-serif;
}

.form-hint {
  font-size: 13px;
  color: var(--brass);
  font-style: italic;
  margin-top: 4px;
}

/* ─── ABOUT IMAGE / FEATURE ─── */
.feature-image {
  width: 50%;
  border-radius: 4px;
  margin: 32px auto;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 32px;
}

.about-layout img {
  width: 100%;
  border-radius: 4px;
}

/* ─── SIDEBAR ─── */
.layout-with-sidebar {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  margin-top: 40px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-box {
  background: var(--brass-light);
  border: 1px solid var(--light-line);
  padding: 24px;
  border-radius: 4px;
}

.sidebar-box h4 {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 12px;
}

.sidebar-box p {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.6;
  margin-bottom: 12px;
}

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}

.topic-tag {
  display: inline-block;
  padding: 4px 10px;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--brass);
  border: 1px solid var(--light-line);
  border-radius: 3px;
  background: var(--cream);
  transition: border-color 0.2s, color 0.2s;
}

.topic-tag:hover { border-color: var(--coral); color: var(--coral); }

/* ─── UTILITIES ─── */
.text-center { text-align: center; }
.text-muted { color: var(--brass); }
.mt-md { margin-top: 16px; }
.mt-lg { margin-top: 32px; }
.mt-xl { margin-top: 48px; }
.mb-md { margin-bottom: 16px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ─── DISCLAIMER ─── */
.disclaimer {
  font-size: 14px;
  color: var(--brass);
  font-style: italic;
  padding: 20px 24px;
  background: var(--brass-light);
  border-left: 3px solid var(--brass);
  border-radius: 0 4px 4px 0;
  margin: 32px 0;
}

.disclaimer strong { color: var(--dark); font-style: normal; }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero h1,
.hero-subtitle,
.hero-eyebrow,
.hero-cta { animation: fadeUp 0.7s ease both; }

.hero-eyebrow { animation-delay: 0s; }
.hero h1 { animation-delay: 0.1s; }
.hero-subtitle { animation-delay: 0.2s; }
.hero-cta { animation-delay: 0.3s; }

/* ─── M2M FRAMEWORK ─── */
.levels-intro {
  padding: 80px 0 0;
  border-top: 1px solid var(--light-line);
}

.level-card {
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid var(--light-line);
  position: relative;
}

.level-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 56px;
}

.level-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 4px;
}

.level-number {
  font-family: Georgia, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: var(--coral);
}

.level-label {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  white-space: nowrap;
}

.level-title-block h2 {
  font-family: Georgia, serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 10px;
}

.level-tagline {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: var(--brass);
  line-height: 1.5;
}

.level-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.level-col-left,
.level-col-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.level-section h4 {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--light-line);
}

.level-section p {
  font-size: 16px;
  color: var(--mid);
  line-height: 1.75;
}

.level-section p strong { color: var(--dark); font-weight: 500; }

.shift-block {
  background: var(--coral-light);
  border-left: 3px solid var(--coral);
  padding: 20px 24px;
  margin-top: 4px;
  border-radius: 0 4px 4px 0;
}

.shift-block .shift-row {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 15px;
}

.shift-from { color: var(--mid); font-style: italic; }
.shift-to   { color: var(--dark); font-weight: 500; }
.shift-arrow { color: var(--coral); font-size: 13px; flex-shrink: 0; }

.milestone {
  margin-top: 14px;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--brass);
  line-height: 1.6;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1470px) {
  .site-header { padding: 23px 24px 23px 48px; }
  .nav-desktop { display: none; }
  .nav-toggle { display: block; }
  .nav-mobile { padding: 16px 24px 32px; }

  .hero { padding: 140px 32px 0; }
  .hero h1 { font-size: 36px; margin-bottom: 20px; }
  .hero-subtitle { font-size: 16px; margin-bottom: 32px; }
  .hero-tagline { margin-bottom: 12px; }

  .container { padding: 0 24px; }

  .section { padding: 40px 0; }

  .foundations-grid,
  .methodology-steps,
  .cta-grid,
  .cta-grid--2,
  .testimonial-grid { grid-template-columns: 1fr; }

  .method-step:first-child { border-top: none; padding-top: 0; }

  .about-layout { grid-template-columns: 1fr; gap: 24px; }
  .layout-with-sidebar { grid-template-columns: 1fr; gap: 32px; }

  .level-body { grid-template-columns: 1fr; gap: 32px; }
  .level-header { grid-template-columns: auto 1fr; gap: 20px; }
  .level-number { font-size: 42px; }

  .site-footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 24px;
  }

  .pricing-highlight { padding: 28px; }
  .pricing-highlight__amount { font-size: 42px; }
}
