@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  src: url('fonts/instrument-sans.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/instrument-sans-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Young Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/young-serif-400.woff2') format('woff2');
}

:root {
--obsidian: #1A1612;
--chalk: #F5F0E8;
--voltage: #F5C000;
--tomato: #E03A2F;
--ember: #F08030;
--radius: 24px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
font-family: 'Instrument Sans', sans-serif;
background: var(--chalk);
color: var(--obsidian);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}

.phone {
width: 100%;
background: var(--chalk);
overflow: hidden;
}
.wrap { max-width: 1180px; margin: 0 auto; }

h1, h2, h3, .logo, .cta {
font-family: 'Young Serif', serif;
font-weight: 400;
letter-spacing: -0.01em;
}

/* Nav */
nav {
background: var(--tomato);
position: relative;
z-index: 50;
}
.nav-inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 24px;
}
.logo { font-size: 18px; line-height: 1.05; color: var(--chalk); }
.nav-burger {
width: 26px;
height: 18px;
position: relative;
cursor: pointer;
background: none;
border: none;
padding: 0;
}
.nav-burger span {
position: absolute;
left: 0;
height: 2px;
width: 100%;
background: var(--chalk);
border-radius: 2px;
transition: transform 0.28s ease, opacity 0.2s ease, top 0.28s ease;
}
.nav-burger span:nth-child(1) { top: 0; }
.nav-burger span:nth-child(2) { top: 8px; }
.nav-burger span:nth-child(3) { top: 16px; }
.nav-burger.open span:nth-child(1) { top: 8px; transform: rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { top: 8px; transform: rotate(-45deg); }

.nav-drawer {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: var(--obsidian);
padding: 0 24px;
max-height: 0;
overflow: hidden;
transition: max-height 0.32s ease, padding 0.32s ease;
z-index: 40;
}
.nav-drawer.open { max-height: 600px; padding: 12px 24px 28px; }
.nav-drawer a {
display: block;
font-family: 'Young Serif', serif;
font-size: 26px;
color: var(--chalk);
text-decoration: none;
padding: 14px 0;
border-bottom: 1px solid rgba(245,240,232,0.12);
}
.nav-drawer a:last-child:not(.drawer-cta) { border-bottom: none; }
.nav-drawer .drawer-cta {
margin-top: 18px;
background: var(--voltage);
color: var(--obsidian);
text-align: center;
border-radius: 100px;
border: none;
padding: 16px 0;
font-size: 18px;
}

/* Buttons */
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
height: 56px;
width: 256px;
max-width: 100%;
border-radius: 100px;
font-family: 'Young Serif', serif;
font-size: 17px;
text-decoration: none;
cursor: pointer;
border: 2px solid var(--obsidian);
}
.btn-primary { background: var(--voltage); color: var(--obsidian); }
.cta-note { font-size: 13px; color: rgba(26,22,18,0.6); margin-top: 14px; }

/* Hero */
.hero { padding: 48px 24px 56px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.pill-label {
display: inline-block;
font-size: 13px;
font-weight: 500;
padding: 8px 16px;
border: 2px solid var(--obsidian);
border-radius: 100px;
margin-bottom: 28px;
}
.hero h1 { font-size: 33px; line-height: 1.14; margin-bottom: 24px; }
.hero .sub {
font-size: 18px;
line-height: 1.45;
color: rgba(26,22,18,0.78);
margin-bottom: 36px;
}

/* Blog link treatments */
.read {
display: inline-flex;
align-items: baseline;
gap: 6px;
margin-top: 22px;
font-size: 15px;
font-weight: 500;
color: var(--obsidian);
text-decoration: none;
}
.read .read-label {
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 10px;
color: var(--obsidian);
font-weight: 600;
background: var(--voltage);
padding: 4px 10px;
border-radius: 100px;
}
.read .read-title {
text-decoration: underline;
text-decoration-color: var(--voltage);
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}
.read .arrow { color: var(--tomato); }

.read-strip {
display: flex;
align-items: center;
gap: 12px;
margin-top: 26px;
padding: 14px 18px;
border: 2px solid currentColor;
border-radius: 100px;
text-decoration: none;
color: inherit;
font-size: 14px;
}
.read-strip .tag {
flex-shrink: 0;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
padding: 4px 10px;
border-radius: 100px;
background: var(--voltage);
color: var(--obsidian);
}
.read-strip .strip-title { font-weight: 500; line-height: 1.3; }
.read-strip .arrow { margin-left: auto; font-family: 'Young Serif', serif; }
.proof .read-strip { border-color: rgba(245,240,232,0.4); }

/* Problem */
.problem { background: var(--obsidian); color: var(--chalk); padding: 56px 24px; }
.problem h2 { font-size: 30px; line-height: 1.18; margin-bottom: 28px; }
.problem h2 .flat { color: rgba(245,240,232,0.55); }
.problem h2 .hit { color: var(--voltage); }
.problem p { font-size: 17px; line-height: 1.6; color: rgba(245,240,232,0.82); }
.problem p .we { color: var(--chalk); font-weight: 600; }

/* Who */
.who { padding: 56px 24px; }
.who-inner { display: flex; flex-direction: column; gap: 32px; }
.who-image { border-radius: var(--radius); width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center calc(50% + 50px); order: -1; }
.eyebrow {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--tomato);
margin-bottom: 18px;
}
.who h2 { font-size: 27px; line-height: 1.18; margin-bottom: 22px; }
.who p { font-size: 19px; line-height: 1.55; }
.who p + p { margin-top: 16px; }
.who p strong { font-weight: 600; }

/* Common problems */
.problems { padding: 8px 24px 56px; }
.problems .eyebrow {
font-size: 13px; font-weight: 600; text-transform: uppercase;
letter-spacing: 0.08em; color: var(--tomato); margin-bottom: 16px; text-align: center;
}
.problems h2 { font-size: 28px; line-height: 1.18; margin-bottom: 28px; text-align: center; }
.prob-card {
background: #fff;
border: 2px solid var(--obsidian);
border-radius: var(--radius);
padding: 24px 22px;
margin-bottom: 14px;
}
.prob-card .said {
font-family: 'Young Serif', serif;
font-size: 21px;
line-height: 1.22;
margin-bottom: 12px;
}
.prob-card .said::before { content: "\201C"; }
.prob-card .said::after { content: "\201D"; }
.prob-card .read-line {
display: flex; gap: 10px;
font-size: 15px; line-height: 1.45; color: rgba(26,22,18,0.68);
}
.prob-card .read-line .dot { display: none; }
.problems .sound {
text-align: center;
margin-top: 36px;
}
.problems .sound p {
font-family: 'Young Serif', serif;
font-size: 24px;
margin-bottom: 22px;
}
.problems .sound .btn-primary { border-color: var(--obsidian); }

/* Quote */
.quote { padding: 8px 24px 56px; }
.quote-card {
background: var(--voltage);
border: 2px solid var(--obsidian);
border-radius: var(--radius);
padding: 36px 28px 28px;
position: relative;
}
.quote-card .mark {
font-family: 'Young Serif', serif;
font-size: 72px;
line-height: 0.6;
color: var(--obsidian);
display: block;
margin-bottom: 8px;
}
.quote-card blockquote {
font-family: 'Young Serif', serif;
font-size: 25px;
line-height: 1.25;
color: var(--obsidian);
margin-bottom: 22px;
}
.quote-card .attr {
display: flex;
align-items: center;
gap: 12px;
font-size: 15px;
color: rgba(26,22,18,0.8);
}
.quote-card .attr .dot {
width: 8px; height: 8px; border-radius: 50%;
background: var(--tomato); flex-shrink: 0;
}
.quote-card .attr strong { font-weight: 600; }

/* Proof */
.proof { background: var(--obsidian); color: var(--chalk); padding: 56px 24px; }
.proof .eyebrow { color: var(--ember); }
.proof h2 { font-size: 28px; line-height: 1.2; margin-bottom: 36px; }
.proof-item { padding: 24px 0; border-top: 1px solid rgba(245,240,232,0.18); }
.proof-item:last-of-type { border-bottom: 1px solid rgba(245,240,232,0.18); }
.proof-item .result { font-family: 'Young Serif', serif; font-size: 22px; color: var(--voltage); margin-bottom: 6px; }
.proof-item .detail { font-size: 16px; line-height: 1.5; color: rgba(245,240,232,0.78); margin-bottom: 18px; }

/* Ways to engage */
.ways { padding: 56px 24px 32px; }
.ways h2 { font-size: 28px; line-height: 1.2; margin-bottom: 8px; }
.ways .lead { font-size: 17px; color: rgba(26,22,18,0.7); margin-bottom: 32px; }
.ways .services-link {
display: inline-flex; align-items: center; gap: 8px;
margin-top: 8px;
font-family: 'Young Serif', serif; font-size: 17px;
color: var(--obsidian); text-decoration: none;
border-bottom: 2px solid var(--voltage); padding-bottom: 2px;
}
.ways .services-link .arrow { color: var(--tomato); }
.tier {
border: 2px solid var(--obsidian);
border-radius: var(--radius);
padding: 26px 24px;
margin-bottom: 16px;
background: #fff;
}
.tier.hero-tier { background: var(--voltage); }
.tier .tier-flag {
display: inline-block;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--tomato);
margin-bottom: 12px;
}
.tier h3 { font-size: 23px; margin-bottom: 6px; }
.tier .price { font-family: 'Young Serif', serif; font-size: 18px; margin-bottom: 12px; }
.tier p { font-size: 15px; line-height: 1.5; color: rgba(26,22,18,0.72); }
.tier.hero-tier p { color: rgba(26,22,18,0.8); }

/* Blog carousel */
.latest { padding: 32px 0 56px; background: var(--chalk); }
.latest .latest-head { padding: 0 24px; margin-bottom: 24px; }
.latest .latest-head .head-row { display: flex; align-items: baseline; justify-content: space-between; }
.latest .latest-head h2 { font-size: 26px; }
.latest .latest-head .philosophy {
font-size: 16px; line-height: 1.45; color: rgba(26,22,18,0.62);
margin-top: 10px; max-width: 30ch;
}
.latest .see-all { font-size: 14px; font-weight: 600; color: var(--tomato); text-decoration: none; white-space: nowrap; }
.latest-track {
display: flex;
gap: 16px;
overflow-x: auto;
padding-top: 4px;
padding-bottom: 16px;
scroll-snap-type: x mandatory;
scroll-padding-left: 24px;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.latest-track::before { content: ""; flex: 0 0 8px; }
.latest-track::after { content: ""; flex: 0 0 8px; }
.latest-track::-webkit-scrollbar { display: none; }
.post-card {
flex: 0 0 78%;
scroll-snap-align: start;
background: #fff;
border: 2px solid var(--obsidian);
border-radius: var(--radius);
overflow: hidden;
text-decoration: none;
color: var(--obsidian);
display: flex;
flex-direction: column;
}
.post-card .thumb {
height: 150px;
background: var(--obsidian);
background-size: cover;
background-position: center;
}
.post-card .body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.post-card .tag {
align-self: flex-start;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--tomato);
margin-bottom: 10px;
}
.post-card h3 { font-size: 20px; line-height: 1.2; margin-bottom: 10px; }
.post-card .excerpt { font-size: 14px; line-height: 1.5; color: rgba(26,22,18,0.65); margin-bottom: 16px; flex: 1; }
.post-card .read-more { font-size: 14px; font-weight: 600; color: var(--obsidian); }
.post-card .read-more .arrow { color: var(--tomato); }
.latest-fallback { padding: 0 24px; }

/* Final CTA */
.final { background: var(--tomato); color: var(--chalk); padding: 56px 24px 64px; text-align: center; }
.final h2 { font-size: 30px; line-height: 1.15; margin-bottom: 16px; }
.final p { font-size: 16px; color: rgba(245,240,232,0.85); margin-bottom: 32px; }
.final .btn-primary { background: var(--voltage); color: var(--obsidian); border-color: var(--obsidian); }

footer { background: var(--obsidian); color: var(--chalk); padding: 64px 24px 28px; }
.footer-top { margin-bottom: 44px; }
.footer-top .f-eyebrow {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--ember);
margin-bottom: 18px;
}
.footer-tagline {
font-family: 'Young Serif', serif;
font-size: 38px;
line-height: 1.05;
letter-spacing: -0.01em;
margin-bottom: 28px;
}
.footer-tagline .u { color: var(--voltage); }
.footer-cta {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--voltage);
color: var(--obsidian);
font-family: 'Young Serif', serif;
font-size: 17px;
text-decoration: none;
padding: 15px 28px;
border-radius: 100px;
}
.footer-cta .arrow { font-size: 18px; }

.footer-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
padding-top: 36px;
border-top: 1px solid rgba(245,240,232,0.14);
}
.footer-col .col-head {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1em;
color: rgba(245,240,232,0.4);
margin-bottom: 14px;
}
.footer-col a {
display: block;
color: var(--chalk);
text-decoration: none;
font-size: 15px;
margin-bottom: 11px;
}
.footer-col a:hover { color: var(--voltage); }

.footer-base {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 48px;
padding-top: 22px;
border-top: 1px solid rgba(245,240,232,0.14);
}
.footer-mega { font-family: 'Young Serif', serif; font-size: 52px; color: var(--tomato); line-height: 0.88; letter-spacing: -0.02em; padding: 36px 0 28px; }
.footer-base .meta { font-size: 12px; color: rgba(245,240,232,0.4); }

/* ============ DESKTOP ============ */
@media (min-width: 820px) {
.nav-inner { max-width: 1000px; margin: 0 auto; padding: 24px 48px; }
.nav-burger { display: none; }
.nav-drawer {
position: static; max-height: none; overflow: visible;
background: none; padding: 0;
display: flex; align-items: center; gap: 36px; width: auto;
}
.nav-drawer a {
font-family: 'Instrument Sans', sans-serif;
font-size: 16px; font-weight: 500;
color: var(--chalk); padding: 0; border: none;
}
.nav-drawer .drawer-cta {
margin: 0; background: var(--voltage); color: var(--obsidian);
font-family: 'Instrument Sans', sans-serif; font-weight: 600;
padding: 12px 24px; border-radius: 100px; font-size: 15px;
border: 2px solid var(--obsidian);
}

.hero { padding: 96px 48px 88px; text-align: center; max-width: 880px; margin: 0 auto; }
.hero h1 { font-size: 60px; line-height: 1.04; }
.hero .sub { font-size: 22px; max-width: 620px; margin-left: auto; margin-right: auto; }
.pill-label { margin-bottom: 32px; }

.problem, .who, .quote, .problems, .proof, .ways, .latest { padding-left: 48px; padding-right: 48px; }
.problem { padding-top: 88px; padding-bottom: 88px; }
.problem h2 { font-size: 40px; max-width: 900px; margin-left: auto; margin-right: auto; }
.problem p { font-size: 20px; max-width: 760px; margin-left: auto; margin-right: auto; }
.problem .read-strip { max-width: 760px; margin-left: auto; margin-right: auto; }

.who { padding-top: 88px; padding-bottom: 88px; }
.who-inner { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: row; gap: 64px; align-items: flex-start; }
.who-text { flex: 1; }
.who-text h2 { font-size: 38px; }
.who-text p { font-size: 21px; }
.who-image { width: 300px; flex-shrink: 0; border-radius: var(--radius); align-self: stretch; min-height: 420px; object-fit: cover; object-position: top; }

.quote { padding-top: 24px; padding-bottom: 88px; }
.quote-card { max-width: 820px; margin: 0 auto; padding: 48px 44px 40px; }
.quote-card blockquote { font-size: 32px; }

.problems { padding-top: 88px; padding-bottom: 88px; }
.problems .eyebrow, .problems > h2 { text-align: center; }
.problems h2 { font-size: 40px; margin-bottom: 16px; }
.prob-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px;
  max-width: 1180px; margin: 40px auto 0;
}
.prob-card { margin-bottom: 0; grid-column: span 2; }
.prob-card:nth-child(4) { grid-column: 2 / 4; }
.prob-card:nth-child(5) { grid-column: 4 / 6; }
.problems .sound { margin-top: 48px; }

.proof { padding-top: 88px; padding-bottom: 88px; }
.proof > * { max-width: 1000px; margin-left: auto; margin-right: auto; }
.proof h2 { font-size: 38px; }

.ways { padding-top: 88px; padding-bottom: 48px; }
.ways h2 { font-size: 40px; text-align: center; }
.ways .lead { text-align: center; max-width: 640px; margin-left: auto; margin-right: auto; }
.tier-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 1180px; margin: 0 auto; align-items: stretch;
}
.tier { margin-bottom: 0; }
.ways .services-wrap { text-align: center; }

.latest { padding-top: 24px; padding-bottom: 96px; }
.latest .latest-head { max-width: 1180px; margin-left: auto; margin-right: auto; }
.latest-track { max-width: 1180px; margin: 0 auto; }
.post-card { flex: 0 0 360px; }

footer { padding: 80px 48px 0; }
.footer-upper {
  max-width: 1000px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 60px; padding-bottom: 64px;
  border-bottom: 1px solid rgba(245,240,232,0.14);
}
.footer-top { margin-bottom: 0; flex: 1; }
.footer-tagline { font-size: 48px; }
.footer-grid {
  display: flex; gap: 60px;
  border: none; padding: 0;
  flex-shrink: 0;
}
.footer-col a { font-size: 17px; margin-bottom: 14px; }
.footer-mega {
  font-family: 'Young Serif', serif;
  font-size: clamp(72px, 10.5vw, 160px);
  color: var(--tomato);
  line-height: 0.88;
  letter-spacing: -0.02em;
  padding: 48px 0 40px;
  text-align: center;
}
.footer-base { margin-top: 0; border: none; padding: 20px 0 32px; justify-content: flex-end; }
}

@media (min-width: 820px) and (max-width: 1100px) {
.prob-grid { grid-template-columns: repeat(2, 1fr); }
.prob-card, .prob-card:nth-child(4), .prob-card:nth-child(5) { grid-column: span 1; }
}
