*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #1B2B4B; --teal: #1A8FA0; --gold: #E8A820;
  --cream: #F2EBD9; --cream2: #E8DFC8; --mid: #6B7070;
  --rule: #D5CDB8; --max: 860px; --pad: clamp(24px, 5vw, 80px);
}
html { font-size: 16px; }
body { font-family: 'Inter', sans-serif; color: var(--navy); background: var(--cream); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.stripe { height: 4px; background: linear-gradient(to right,#1B2B4B 0%,#1B2B4B 20%,#2B5BAA 20%,#2B5BAA 35%,#1A8FA0 35%,#1A8FA0 50%,#E8A820 50%,#E8A820 65%,#D4541A 65%,#D4541A 80%,#C03020 80%,#C03020 100%); position: fixed; top: 0; left: 0; right: 0; z-index: 200; }
nav { position: fixed; top: 4px; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 20px var(--pad); background: rgba(242,235,217,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--rule); }
.nav-logo { font-family: 'DM Serif Display', serif; font-size: 1rem; color: var(--navy); }
.nav-links { display: flex; gap: 32px; list-style: none; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.nav-links a { color: var(--mid); transition: color 0.2s; }
.nav-links a:hover { color: var(--teal); }
.cs-wrap { max-width: var(--max); margin: 0 auto; padding: 120px var(--pad) 100px; }
.back { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); margin-bottom: 48px; transition: color 0.2s; }
.back:hover { color: var(--teal); }
.cs-eyebrow { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.cs-title { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--navy); margin-bottom: 24px; }
.cs-meta { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--rule); border-radius: 4px; overflow: hidden; margin-bottom: 56px; }
.cs-meta-item { padding: 16px 20px; border-right: 1px solid var(--rule); }
.cs-meta-item:last-child { border-right: none; }
.cs-meta-label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 4px; }
.cs-meta-value { font-size: 0.82rem; color: var(--navy); line-height: 1.4; }
.cs-hero-img { border: 1.5px solid var(--navy); border-radius: 6px; overflow: hidden; margin-bottom: 64px; }
.cs-hero-img img { width: 100%; height: 420px; object-fit: cover; }
.cs-section { margin-bottom: 64px; }
.cs-section-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); padding-bottom: 12px; border-bottom: 1px solid var(--rule); margin-bottom: 24px; }
.cs-section h2 { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 14px; line-height: 1.2; }
.cs-section p { font-size: 0.92rem; color: var(--mid); line-height: 1.75; margin-bottom: 16px; }
.cs-section p:last-of-type { margin-bottom: 0; }
.cs-section ul { list-style: none; margin-bottom: 16px; }
.cs-section ul li { font-size: 0.92rem; color: var(--mid); line-height: 1.7; padding-left: 16px; position: relative; margin-bottom: 6px; }
.cs-section ul li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.cs-img { border: 1.5px solid var(--navy); border-radius: 6px; overflow: hidden; margin: 32px 0; }
.cs-img img { width: 100%; object-fit: cover; }
.cs-img-caption { font-size: 0.75rem; color: var(--mid); font-style: italic; padding: 10px 14px; background: var(--cream2); border-top: 1px solid var(--rule); }
.cs-img-grid { display: grid; gap: 16px; margin: 32px 0; }
.cs-img-grid.two { grid-template-columns: 1fr 1fr; }
.cs-img-grid.three { grid-template-columns: 1fr 1fr 1fr; }
.cs-img-grid .cs-img { margin: 0; }
.cs-step { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 32px; }
.cs-step-num { font-family: 'DM Serif Display', serif; font-size: 1.8rem; color: var(--teal); line-height: 1; flex-shrink: 0; width: 40px; }
.cs-step-content h3 { font-size: 0.88rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.cs-step-content p { font-size: 0.88rem; color: var(--mid); line-height: 1.65; margin-bottom: 0; }
.cs-outcome { background: var(--navy); border-radius: 6px; padding: 40px 48px; margin: 48px 0; }
.cs-outcome-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.cs-outcome p { font-size: 1rem; color: var(--cream); line-height: 1.7; margin-bottom: 0; }
.cs-outcome strong { color: var(--gold); }
.cs-placeholder { background: var(--navy); border-radius: 6px; padding: 64px 48px; margin-bottom: 64px; text-align: center; }
.cs-placeholder h2 { font-family: 'DM Serif Display', serif; font-size: 1.6rem; color: var(--cream); margin-bottom: 16px; }
.cs-placeholder p { font-size: 0.92rem; color: var(--mid); line-height: 1.7; margin-bottom: 28px; }
.cs-placeholder a { display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); background: var(--gold); padding: 12px 28px; border-radius: 3px; transition: opacity 0.2s; }
.cs-placeholder a:hover { opacity: 0.85; }
.cs-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.cs-tag { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--navy); border: 1px solid var(--rule); background: var(--cream2); border-radius: 2px; padding: 4px 10px; }
.cs-next { border-top: 1px solid var(--rule); padding-top: 48px; margin-top: 80px; }
.cs-next-block { display: inline-block; transition: opacity 0.2s; }
.cs-next-block:hover { opacity: 0.7; }
.cs-next-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); margin-bottom: 8px; }
.cs-next-title { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--navy); border-bottom: 2px solid var(--gold); display: inline; padding-bottom: 2px; }
.footer-wrap { border-top: 1px solid var(--rule); background: var(--navy); }
footer { max-width: 1100px; margin: 0 auto; padding: 40px var(--pad); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-name { font-family: 'DM Serif Display', serif; font-size: 1rem; color: var(--cream); }
.footer-links { display: flex; gap: 28px; list-style: none; font-size: 0.78rem; }
.footer-links a { color: var(--mid); transition: color 0.2s; }
.footer-links a:hover { color: var(--teal); }
@media (max-width: 640px) {
  .cs-meta { grid-template-columns: 1fr 1fr; }
  .cs-meta-item:nth-child(2) { border-right: none; }
  .cs-meta-item:nth-child(3) { border-top: 1px solid var(--rule); }
  .cs-img-grid.two, .cs-img-grid.three { grid-template-columns: 1fr; }
  .cs-outcome { padding: 28px 24px; }
  .cs-next { flex-direction: column; gap: 20px; }
}
