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

  :root {
    --cream: #F5F0E8;
    --ink: #1A1612;
    --rust: #C4511F;
    --rust-light: #E8714A;
    --sage: #4A6741;
    --sand: #DDD4C0;
    --warm-mid: #9B8B74;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--ink);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.2rem 4rem;
    background: var(--cream);
    border-bottom: 1.5px solid var(--sand);
  }
  .nav-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    color: var(--ink);
    text-decoration: none;
  }
  .nav-logo span { color: var(--rust); }
  .nav-cta {
    background: var(--rust);
    color: #fff;
    padding: 0.6rem 1.6rem;
    border-radius: 2px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--rust-light); }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
  }
  .hero-left {
    padding: 7rem 3rem 5rem 4rem;
    display: flex; flex-direction: column; justify-content: center;
    position: relative;
  }
  .hero-eyebrow {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rust);
    margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 0.6rem;
  }
  .hero-eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px; height: 1.5px;
    background: var(--rust);
  }
  .hero-headline {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3.5rem, 6vw, 6rem);
    line-height: 0.95;
    letter-spacing: 0.01em;
    margin-bottom: 2rem;
    color: var(--ink);
  }
  .hero-headline em {
    font-style: italic;
    font-family: 'DM Serif Display', serif;
    color: var(--rust);
  }
  .hero-sub {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4A4036;
    max-width: 420px;
    margin-bottom: 3rem;
    font-weight: 300;
  }
  .hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
  .btn-primary {
    background: var(--ink);
    color: var(--cream);
    padding: 1rem 2.2rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }
  .btn-primary:hover { background: var(--rust); transform: translateY(-2px); }
  .btn-ghost {
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    display: flex; align-items: center; gap: 0.4rem;
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .btn-ghost:hover { opacity: 1; }
  .btn-ghost svg { width: 16px; }

  .hero-right {
    background: var(--ink);
    position: relative;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
  }
  .hero-visual {
    position: relative;
    width: 360px;
    animation: float 5s ease-in-out infinite;
  }
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
  }
  .browser-mock {
    background: #2A2520;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.5);
  }
  .browser-bar {
    background: #3A3530;
    padding: 0.7rem 1rem;
    display: flex; align-items: center; gap: 0.5rem;
  }
  .dot { width: 10px; height: 10px; border-radius: 50%; }
  .d1 { background: #FF5F57; }
  .d2 { background: #FFBD2E; }
  .d3 { background: #28CA41; }
  .url-bar {
    flex: 1;
    background: #4A4540;
    border-radius: 4px;
    padding: 0.2rem 0.8rem;
    font-size: 0.7rem;
    color: var(--warm-mid);
    margin-left: 0.5rem;
    font-family: monospace;
  }
  .browser-content { padding: 1.5rem; }
  .mock-hero-img {
    width: 100%;
    height: 120px;
    background: linear-gradient(135deg, var(--rust) 0%, #7A2E0E 100%);
    border-radius: 4px;
    margin-bottom: 1rem;
    display: flex; align-items: center; justify-content: center;
  }
  .mock-hero-img span {
    font-family: 'Bebas Neue', sans-serif;
    color: rgba(255,255,255,0.4);
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
  .mock-line { height: 8px; background: #3A3530; border-radius: 4px; margin-bottom: 0.5rem; }
  .mock-line.short { width: 60%; }
  .mock-line.med { width: 80%; }
  .mock-btn-mock {
    width: 90px; height: 28px;
    background: var(--rust);
    border-radius: 3px;
    margin-top: 0.8rem;
  }
  .hero-badge {
    position: absolute;
    bottom: 2.5rem; left: 50%;
    transform: translateX(-50%);
    background: var(--rust);
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    white-space: nowrap;
    animation: pulse 2.5s ease-in-out infinite;
  }
  @keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(196,81,31,0.4); }
    50% { box-shadow: 0 0 0 12px rgba(196,81,31,0); }
  }
  .hero-bg-text {
    position: absolute;
    bottom: -20px; right: -10px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 14rem;
    color: rgba(255,255,255,0.03);
    letter-spacing: -0.02em;
    user-select: none;
    line-height: 1;
  }

  /* ── MARQUEE ── */
  .marquee-bar {
    background: var(--rust);
    padding: 0.85rem 0;
    overflow: hidden;
    border-top: none;
  }
  .marquee-track {
    display: flex;
    gap: 0;
    animation: marquee 22s linear infinite;
    white-space: nowrap;
  }
  .marquee-track span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.14em;
    color: rgba(255,255,255,0.85);
    padding: 0 2rem;
  }
  .marquee-track span.dot-sep { color: rgba(255,255,255,0.4); padding: 0; }
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* ── ANALOGY SECTION ── */
  .analogy {
    padding: 7rem 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .section-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--rust);
    margin-bottom: 1.2rem;
  }
  .section-headline {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 1.5rem;
  }
  .section-headline em { font-style: italic; color: var(--rust); }
  .section-body {
    font-size: 1rem;
    line-height: 1.8;
    color: #5A4F44;
    font-weight: 300;
  }
  .analogy-cards {
    display: flex; flex-direction: column; gap: 1.2rem;
  }
  .compare-card {
    border: 1.5px solid var(--sand);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .compare-card:hover { border-color: var(--rust); box-shadow: 0 8px 30px rgba(196,81,31,0.08); }
  .compare-card-header {
    padding: 1rem 1.4rem;
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 1px solid var(--sand);
  }
  .compare-card-header .label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .label.diy { color: var(--warm-mid); }
  .label.us { color: var(--sage); }
  .compare-card-body { padding: 1rem 1.4rem; font-size: 0.9rem; line-height: 1.6; color: #5A4F44; }
  .emoji-icon { font-size: 1.4rem; }

  /* ── FEATURES ── */
  .features {
    background: var(--ink);
    padding: 7rem 4rem;
  }
  .features-inner { max-width: 1100px; margin: 0 auto; }
  .features-header { text-align: center; margin-bottom: 4rem; }
  .features-header .section-label { color: var(--rust-light); }
  .features-header .section-headline { color: var(--cream); }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #2A2520;
    border: 2px solid #2A2520;
    border-radius: 6px;
    overflow: hidden;
  }
  .feature-item {
    background: var(--ink);
    padding: 2.2rem 2rem;
    transition: background 0.2s;
  }
  .feature-item:hover { background: #221E1A; }
  .feature-icon {
    width: 44px; height: 44px;
    background: rgba(196,81,31,0.15);
    border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
  .feature-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--cream);
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
  }
  .feature-desc {
    font-size: 0.85rem;
    line-height: 1.65;
    color: var(--warm-mid);
    font-weight: 300;
  }

  /* ── PRICING ── */
  .pricing {
    padding: 7rem 4rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pricing-header { text-align: center; margin-bottom: 4rem; }
  .plans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    align-items: start;
  }
  .plans-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 960px;
    margin: 0 auto;
  }
  .plan-card {
    border: 1.5px solid var(--sand);
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    position: relative;
  }
  .plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(26,22,18,0.12);
  }
  .plan-card.featured {
    border-color: var(--rust);
    border-width: 2px;
  }
  .plan-card.featured::before {
    content: 'MOST POPULAR';
    position: absolute; top: 0; right: 0;
    background: var(--rust);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 0.3rem 0.7rem;
    border-bottom-left-radius: 4px;
  }
  .plan-header {
    padding: 1.8rem 1.5rem 1.5rem;
    border-bottom: 1px solid var(--sand);
  }
  .plan-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: var(--ink);
    margin-bottom: 0.3rem;
  }
  .plan-tagline {
    font-size: 0.75rem;
    color: var(--warm-mid);
    margin-bottom: 1.2rem;
    font-style: italic;
  }
  .plan-price {
    display: flex; align-items: baseline; gap: 0.2rem;
  }
  .price-dollar {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--rust);
    align-self: flex-start;
    padding-top: 0.3rem;
  }
  .price-amount {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.2rem;
    line-height: 1;
    color: var(--ink);
  }
  .price-period {
    font-size: 0.75rem;
    color: var(--warm-mid);
    font-weight: 400;
  }
  .plan-body { padding: 1.5rem; }
  .plan-desc {
    font-size: 0.82rem;
    line-height: 1.65;
    color: var(--warm-mid);
    margin-bottom: 1.2rem;
    font-style: italic;
    border-bottom: 1px solid var(--sand);
    padding-bottom: 1rem;
  }
  .plan-features { list-style: none; margin-bottom: 1.5rem; }
  .plan-features li {
    font-size: 0.83rem;
    color: #4A4036;
    padding: 0.4rem 0;
    display: flex; align-items: flex-start; gap: 0.55rem;
    line-height: 1.4;
    border-bottom: 1px solid rgba(221,212,192,0.4);
  }
  .plan-features li:last-child { border-bottom: none; }
  .plan-features li::before {
    content: '✓';
    color: var(--sage);
    font-weight: 700;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
  }
  .plan-btn {
    display: block;
    text-align: center;
    padding: 0.85rem;
    border-radius: 3px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s;
  }
  .plan-btn-outline {
    border: 1.5px solid var(--ink);
    color: var(--ink);
  }
  .plan-btn-outline:hover { background: var(--ink); color: var(--cream); }
  .plan-btn-filled {
    background: var(--rust);
    color: #fff;
    border: 1.5px solid var(--rust);
  }
  .plan-btn-filled:hover { background: #A83D0F; border-color: #A83D0F; }

  /* Add-ons */
  .addons {
    margin-top: 3rem;
    padding: 2rem;
    background: #F0EBE1;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
  }

  .addons-custom {
    margin-top: 1.4rem;
    padding: 1.2rem 1.4rem;
    background: var(--cream);
    border-left: 3px solid var(--rust);
    border-radius: 0 4px 4px 0;
  }
  .addons-custom-heading {
    font-family: 'DM Serif Display', serif;
    font-size: 1.1rem;
    color: var(--ink);
    margin-bottom: 0.3rem;
  }
  .addons-custom-body {
    font-size: 0.85rem;
    color: #5A4F44;
    line-height: 1.6;
    margin-bottom: 0.7rem;
  }
  .addons-custom-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--rust);
    text-decoration: none;
    letter-spacing: 0.02em;
  }
  .addons-custom-link:hover { text-decoration: underline; }

  .addons-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rust);
    margin-bottom: 0.4rem;
  }
  .addons-title {
    font-family: 'DM Serif Display', serif;
    font-size: 1.4rem;
    color: var(--ink);
    margin-bottom: 0.6rem;
  }
  .addons-body { font-size: 0.85rem; color: #5A4F44; line-height: 1.6; }
  .addons-items { display: flex; flex-direction: column; gap: 0.8rem; }
  .addon-item {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.9rem 1.2rem;
    background: var(--cream);
    border-radius: 4px;
    border: 1px solid var(--sand);
  }
  .addon-name { font-size: 0.9rem; font-weight: 500; color: var(--ink); }
  .addon-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    color: var(--rust);
    letter-spacing: 0.04em;
  }
  .addon-sub { font-size: 0.7rem; color: var(--warm-mid); }

  /* ── WHO IT'S FOR ── */
  .for-section {
    background: var(--ink);
    padding: 6rem 4rem;
  }
  .for-inner { max-width: 1000px; margin: 0 auto; }
  .for-header { text-align: center; margin-bottom: 3.5rem; }
  .for-header .section-label { color: var(--rust-light); }
  .for-header .section-headline { color: var(--cream); }
  .for-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .for-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: start;
  }
  .for-tier-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--rust);
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #2A2520;
  }
  .for-tier-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .for-item {
    text-align: center;
    padding: 1.2rem 0.75rem;
    border: 1px solid #2A2520;
    border-radius: 5px;
    transition: border-color 0.2s, background 0.2s;
  }
  .for-item:hover { border-color: var(--rust); background: rgba(196,81,31,0.06); }
  .for-emoji { font-size: 1.6rem; margin-bottom: 0.5rem; display: block; }
  .for-name { font-size: 0.78rem; color: var(--cream); font-weight: 500; }

  /* ── HOW IT WORKS ── */
  .how {
    padding: 7rem 4rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  .how-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 4rem;
    position: relative;
  }
  .how-steps::before {
    content: '';
    position: absolute;
    top: 24px; left: calc(16.6% + 1.5rem); right: calc(16.6% + 1.5rem);
    height: 1px;
    background: linear-gradient(to right, var(--rust), var(--sand));
  }
  .step { position: relative; }
  .step-num {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--rust);
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.2rem;
    position: relative;
    z-index: 1;
    letter-spacing: 0.04em;
  }
  .step-title { font-weight: 700; font-size: 0.95rem; margin-bottom: 0.5rem; color: var(--ink); }
  .step-desc { font-size: 0.84rem; color: #6A5E52; line-height: 1.65; font-weight: 300; }

  /* ── FINAL CTA ── */
  .final-cta {
    background: var(--rust);
    padding: 6rem 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .final-cta-bg {
    position: absolute; inset: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18rem;
    color: rgba(255,255,255,0.05);
    display: flex; align-items: center; justify-content: center;
    letter-spacing: -0.04em;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
  }
  .final-cta h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
  }
  .final-cta p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 2.5rem;
    font-weight: 300;
    position: relative;
  }
  .final-cta .btn-white {
    background: #fff;
    color: var(--rust);
    padding: 1.1rem 2.8rem;
    border-radius: 3px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .final-cta .btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  }

  /* ── FOOTER ── */
  footer {
    background: var(--ink);
    padding: 2.5rem 4rem;
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid #2A2520;
  }
  footer .nav-logo { font-size: 1.4rem; color: var(--cream); }
  footer p { font-size: 0.8rem; color: var(--warm-mid); }

  /* ── ANIMATIONS ── */
  .reveal {
    opacity: 1;
    transform: translateY(0);
  }
  .js-ready .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .js-ready .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    body { background: #ffffff; color: #1A1612; }
    nav { background: #ffffff; border-bottom-color: #E0D8CC; }
    .hero-left { background: #ffffff; }
    .hero-headline { color: #1A1612; }
    .hero-sub { color: #3A3028; }
    .analogy { background: #ffffff; }
    .section-headline { color: #1A1612; }
    .section-body { color: #3A3028; }
    .compare-card { border-color: #DDD4C0; background: #ffffff; }
    .compare-card-body { color: #3A3028; }
    .compare-card-header { border-bottom-color: #DDD4C0; }
    .pricing { background: #ffffff; }
    .plan-card { background: #ffffff; border-color: #DDD4C0; }
    .plan-header { border-bottom-color: #DDD4C0; }
    .plan-name { color: #1A1612; }
    .plan-tagline { color: #7A6E62; }
    .price-amount { color: #1A1612; }
    .plan-features li { color: #3A3028; border-bottom-color: rgba(200,190,175,0.5); }
    .plan-btn-outline { border-color: #1A1612; color: #1A1612; }
    .addons { background: #F5F0E8; }
    .addons-title { color: #1A1612; }
    .addons-body { color: #3A3028; }
    .addon-item { background: #ffffff; border-color: #DDD4C0; }
    .addon-name { color: #1A1612; }
    .how { background: #ffffff; }
    .step-title { color: #1A1612; }
    .step-desc { color: #4A4036; }
    footer { background: #1A1612; }
  }

  @media (max-width: 900px) {
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-right { min-height: 360px; }
    .hero-left { padding: 5rem 2rem 3rem; }
    nav { padding: 1rem 1.5rem; }
    .analogy { grid-template-columns: 1fr; gap: 3rem; padding: 4rem 2rem; }
    .plans-grid { grid-template-columns: 1fr 1fr; }
    .plans-grid-3 { grid-template-columns: 1fr 1fr; max-width: 100%; }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .for-grid { grid-template-columns: repeat(2, 1fr); }
    .for-tiers { grid-template-columns: 1fr; gap: 2rem; }
    .for-tier-grid { grid-template-columns: repeat(3, 1fr); }
    .how-steps::before { display: none; }
    .addons { grid-template-columns: 1fr; }
    .pricing, .features, .for-section, .how, .final-cta, footer { padding-left: 2rem; padding-right: 2rem; }
  }
  @media (max-width: 600px) {
    .plans-grid { grid-template-columns: 1fr; }
    .plans-grid-3 { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .for-grid { grid-template-columns: repeat(2, 1fr); }
    .for-tier-grid { grid-template-columns: repeat(2, 1fr); }
  }

  /* ── ABOUT ── */
  .about-section {
    padding: 7rem 4rem;
    background: var(--cream);
  }
  .about-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 5rem;
    align-items: start;
  }
  .about-text { min-width: 0; }
  .about-keywords { min-width: 0; }
  .about-body {
    font-size: 1rem;
    line-height: 1.8;
    color: #5A4F44;
    font-weight: 300;
    margin-bottom: 1.2rem;
  }
  .about-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--sand);
  }
  .stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: var(--rust);
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .stat-label {
    font-size: 0.75rem;
    color: var(--warm-mid);
    margin-top: 0.3rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .keyword-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
  }
  .kw-tag {
    background: #fff;
    border: 1px solid var(--sand);
    border-radius: 100px;
    padding: 0.35rem 0.85rem;
    font-size: 0.72rem;
    color: #5A4F44;
    font-weight: 500;
    letter-spacing: 0.02em;
  }


  .about-photo-wrap {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
  .about-photo-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
  }
  .about-photo-badge {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: var(--rust);
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.08em;
    padding: 0.4rem 0.9rem;
    border-radius: 3px;
  }
  .about-exp-note {
    font-size: 0.83rem;
    line-height: 1.7;
    color: #6A5E52;
    margin-bottom: 1.5rem;
    font-weight: 300;
  }

  /* ── FAQ ── */
  .faq-section {
    padding: 7rem 4rem;
    background: var(--ink);
  }
  .faq-inner {
    max-width: 860px;
    margin: 0 auto;
  }
  .faq-header {
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .faq-header .section-label { color: var(--rust-light); }
  .faq-header .section-headline { color: var(--cream); }
  .faq-list { display: flex; flex-direction: column; gap: 0; }
  .faq-item {
    border-bottom: 1px solid #2A2520;
  }
  .faq-item:first-child { border-top: 1px solid #2A2520; }
  .faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1.4rem 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--cream);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: color 0.2s;
  }
  .faq-q:hover { color: var(--rust-light); }
  .faq-q::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--rust);
    flex-shrink: 0;
    transition: transform 0.25s;
  }
  .faq-q[aria-expanded="true"] { color: var(--rust-light); }
  .faq-q[aria-expanded="true"]::after { transform: rotate(45deg); }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
  }
  .faq-a.open {
    max-height: 400px;
    padding-bottom: 1.4rem;
  }
  .faq-a p {
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--warm-mid);
    font-weight: 300;
  }


  /* ── INLINE CTA ── */
  .inline-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--sand);
  }
  .inline-cta .btn-primary { font-size: 0.85rem; padding: 0.75rem 1.6rem; }
  .inline-cta-or { font-size: 0.78rem; color: var(--warm-mid); }
  .inline-cta-email {
    font-size: 0.85rem;
    color: var(--rust);
    font-weight: 600;
    text-decoration: none;
  }
  .inline-cta-email:hover { text-decoration: underline; }
  .faq-cta {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #2A2520;
  }
  .faq-cta p { font-size: 0.9rem; color: var(--warm-mid); margin-bottom: 1rem; }
  .faq-cta a.btn-rust {
    display: inline-block;
    background: var(--rust);
    color: #fff;
    padding: 0.85rem 2rem;
    border-radius: 3px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s;
    margin-right: 0.75rem;
  }
  .faq-cta a.btn-rust:hover { background: #A83D0F; }
  .faq-cta a.faq-email {
    font-size: 0.85rem;
    color: var(--rust-light);
    font-weight: 500;
    text-decoration: none;
  }
  .faq-cta a.faq-email:hover { text-decoration: underline; }

  @media (max-width: 900px) {
    .about-inner { grid-template-columns: 1fr; gap: 3rem; }
    .about-section { padding: 5rem 2rem; }
    .faq-section { padding: 5rem 2rem; }
    .about-stats { gap: 1.5rem; }
  }

  /* ── GET STARTED ── */
  .get-started-section {
    background: #221E1A;
    padding: 7rem 4rem;
  }
  .get-started-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  @media (max-width: 900px) {
    .get-started-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .get-started-section { padding: 5rem 2rem; }
  }

  /* ── TESTIMONIALS ── */
  .testimonials {
    padding: 7rem 4rem;
    background: var(--cream);
  }
  .testimonials-inner { max-width: 1200px; margin: 0 auto; }
  .testimonials-header { text-align: center; margin-bottom: 4rem; }
  .clients-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .client-logo-pill {
    background: #fff;
    border: 1.5px solid var(--sand);
    border-radius: 100px;
    padding: 0.55rem 1.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--warm-mid);
    letter-spacing: 0.04em;
    transition: border-color 0.2s, color 0.2s;
  }
  .client-logo-pill:hover { border-color: var(--rust); color: var(--ink); }
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .testimonial-card {
    background: #fff;
    border: 1.5px solid var(--sand);
    border-radius: 8px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
  }
  .testimonial-card:hover {
    box-shadow: 0 12px 40px rgba(26,22,18,0.08);
    border-color: var(--rust);
    transform: translateY(-3px);
  }
  .testimonial-stars {
    display: flex;
    gap: 0.2rem;
  }
  .testimonial-stars span {
    color: var(--rust);
    font-size: 0.9rem;
  }
  .testimonial-quote {
    font-family: 'DM Serif Display', serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.65;
    color: var(--ink);
    flex: 1;
  }
  .testimonial-quote::before { content: '\201C'; }
  .testimonial-quote::after  { content: '\201D'; }
  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding-top: 1rem;
    border-top: 1px solid var(--sand);
  }
  .author-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rust) 0%, #7A2E0E 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.04em;
    flex-shrink: 0;
  }
  .author-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--ink);
  }
  .author-biz {
    font-size: 0.75rem;
    color: var(--warm-mid);
    margin-top: 0.1rem;
  }
  .testimonials-note {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 0.78rem;
    color: var(--warm-mid);
    font-style: italic;
  }
  @media (max-width: 900px) {
    .testimonials-grid { grid-template-columns: 1fr; }
    .testimonials { padding: 5rem 2rem; }
  }
  @media (max-width: 600px) {
    .testimonials-grid { grid-template-columns: 1fr; }
  }

  /* ── OUR WORK ── */
  .work-section {
    padding: 5rem 0;
    background: var(--ink);
    overflow: hidden;
  }
  .work-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 4rem;
  }
  .work-header .section-label { color: var(--rust-light); }
  .work-header .section-headline { color: var(--cream); }
  .work-header .section-sub {
    font-size: 1rem;
    color: var(--warm-mid);
    font-weight: 300;
    margin-top: 0.75rem;
  }
  .work-carousel-wrap {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  }
  .work-carousel-track {
    display: flex;
    gap: 1.25rem;
    width: max-content;
    animation: carouselScroll 40s linear infinite;
  }
  .work-carousel-track.dragging {
    animation-play-state: paused;
    cursor: grabbing;
  }
  .work-carousel-wrap { cursor: grab; }
  @keyframes carouselScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .work-slide {
    width: 340px;
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
    background: #2A2520;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
  }
  .work-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .work-slide-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.25;
  }
  .work-slide-placeholder span {
    font-size: 0.68rem;
    color: #fff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  @media (max-width: 768px) {
    .work-slide { width: 260px; height: 170px; }
    .work-header { padding: 0 2rem; }
  }