/* byHaddock — shared stylesheet */
/* Brand: Navy #0D3B66, Cream #EBE9E5, Warm Grey #6E6A65 */

:root {
  --navy: #0D3B66;
  --navy-dark: #092a4a;
  --cream: #EBE9E5;
  --cream-dark: #dfdcd6;
  --grey: #6E6A65;
  --white: #FFFFFF;
  --navy-soft: rgba(13, 59, 102, 0.06);
  --navy-line: rgba(13, 59, 102, 0.12);
  --grey-light: rgba(110, 106, 101, 0.2);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--navy);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--navy);
}

a { color: var(--navy); text-decoration: none; transition: opacity 0.2s; }
a:hover { opacity: 0.7; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ HEADER ============ */
.site-header {
  background: var(--cream);
  padding: 24px 0;
  border-bottom: 1px solid var(--navy-line);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  background: rgba(235, 233, 229, 0.95);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-logo img {
  height: 40px;
  width: auto;
  display: block;
  max-width: 100%;
}

.site-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}

.site-nav a {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
  padding: 8px 0;
  position: relative;
}

.site-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--navy);
  transition: width 0.3s ease;
}

.site-nav a:hover::after,
.site-nav a.active::after { width: 100%; }

.nav-cta {
  background: var(--navy);
  color: var(--cream) !important;
  padding: 12px 22px !important;
  border-radius: 2px;
  transition: all 0.2s;
}

.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: var(--navy-dark);
  opacity: 1 !important;
  color: var(--cream) !important;
}

/* ============ HERO ============ */
.hero {
  padding: 96px 0 120px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-eyebrow::before {
  content: '';
  width: 48px;
  height: 2px;
  background: var(--navy);
}

.hero h1 {
  font-size: clamp(44px, 6.5vw, 80px);
  margin-bottom: 28px;
  color: var(--navy);
}

.hero h1 .muted {
  color: var(--grey);
  font-style: italic;
  font-weight: 400;
  display: block;
}

.hero-sub {
  font-size: 19px;
  color: var(--grey);
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.6;
}

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

.btn {
  display: inline-block;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 2px solid var(--navy);
  border-radius: 2px;
  transition: all 0.2s;
  cursor: pointer;
  font-family: inherit;
}

.btn-primary {
  background: var(--navy);
  color: var(--cream);
}
.btn-primary:hover {
  background: var(--navy-dark);
  border-color: var(--navy-dark);
  opacity: 1;
  color: var(--cream);
}

.btn-ghost {
  background: transparent;
  color: var(--navy);
}
.btn-ghost:hover {
  background: var(--navy);
  color: var(--cream);
  opacity: 1;
}

/* Hero side card */
.hero-card {
  background: var(--navy);
  color: var(--cream);
  padding: 48px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.hero-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -30%;
  width: 80%;
  height: 140%;
  border: 1px solid rgba(235, 233, 229, 0.1);
  border-radius: 50%;
}

.hero-card::after {
  content: '';
  position: absolute;
  top: -10%;
  right: -15%;
  width: 45%;
  height: 70%;
  border: 1px solid rgba(235, 233, 229, 0.08);
  border-radius: 50%;
}

.hero-card-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(235, 233, 229, 0.5);
  margin-bottom: 32px;
  position: relative;
}

.hero-stats { position: relative; }

.hero-stat {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(235, 233, 229, 0.15);
}
.hero-stat:last-child { border-bottom: 1px solid rgba(235, 233, 229, 0.15); }

.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--cream);
  line-height: 1;
  min-width: 120px;
}

.hero-stat-label {
  font-size: 14px;
  color: rgba(235, 233, 229, 0.7);
  line-height: 1.4;
}

/* ============ SECTIONS ============ */
.section {
  padding: 96px 0;
}

.section-dark {
  background: var(--navy);
  color: var(--cream);
}
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--cream); }

.section-stone { background: var(--cream-dark); }

.section-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-eyebrow::before {
  content: '';
  width: 40px;
  height: 2px;
  background: var(--navy);
}

.section-dark .section-eyebrow { color: rgba(235, 233, 229, 0.6); }
.section-dark .section-eyebrow::before { background: var(--cream); }

.section-title {
  font-size: clamp(32px, 4.5vw, 56px);
  margin-bottom: 24px;
  max-width: 820px;
}

.section-lead {
  font-size: 18px;
  color: var(--grey);
  max-width: 680px;
  margin-bottom: 56px;
}

.section-dark .section-lead { color: rgba(235, 233, 229, 0.7); }

/* ============ PROBLEM / POSITIONING ============ */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.problem-card {
  background: var(--cream);
  padding: 40px 32px;
  border: 1px solid var(--navy-line);
  border-radius: 2px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}

.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(13, 59, 102, 0.08);
}

.problem-card-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: var(--navy);
  opacity: 0.2;
  position: absolute;
  top: 20px;
  right: 24px;
}

.problem-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.problem-card p {
  color: var(--grey);
  font-size: 15px;
  line-height: 1.6;
}

/* ============ SERVICE CARDS ============ */
.service-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--navy-line);
}

.service-row {
  display: grid;
  grid-template-columns: 80px 1fr 180px 140px;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid var(--navy-line);
  align-items: center;
  transition: background 0.2s;
}

.service-row:hover { background: var(--navy-soft); }

.service-row-num {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--grey);
  padding-left: 16px;
}

.service-row-name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.service-row-desc {
  font-size: 15px;
  color: var(--grey);
  line-height: 1.5;
}

.service-row-deliverable {
  font-size: 13px;
  color: var(--grey);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.service-row-price {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
  text-align: right;
  padding-right: 16px;
}

.service-row-price small {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
}

/* ============ FEATURED CARDS ============ */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.featured-card {
  background: var(--cream);
  padding: 40px 32px;
  border: 1px solid var(--navy-line);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s;
}

.featured-card.highlighted {
  background: var(--navy);
  color: var(--cream);
  border-color: var(--navy);
}

.featured-card.highlighted h3 { color: var(--cream); }
.featured-card.highlighted .featured-desc,
.featured-card.highlighted .featured-includes li { color: rgba(235, 233, 229, 0.75); }
.featured-card.highlighted .featured-price { color: var(--cream); }
.featured-card.highlighted .featured-price small { color: rgba(235, 233, 229, 0.5); }

.featured-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(13, 59, 102, 0.12);
}

.featured-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--cream);
  color: var(--navy);
  padding: 4px 10px;
  border-radius: 2px;
}

.featured-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.featured-desc {
  color: var(--grey);
  font-size: 15px;
  margin-bottom: 24px;
  line-height: 1.6;
}

.featured-includes {
  list-style: none;
  margin-bottom: 32px;
  flex-grow: 1;
}

.featured-includes li {
  font-size: 14px;
  color: var(--grey);
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
  border-top: 1px solid var(--navy-line);
}

.featured-card.highlighted .featured-includes li {
  border-top: 1px solid rgba(235, 233, 229, 0.15);
}

.featured-includes li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--navy);
  font-weight: 700;
}

.featured-card.highlighted .featured-includes li::before { color: var(--cream); }

.featured-price {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
  line-height: 1;
}

.featured-price small {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
}

/* ============ PROCESS ============ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 56px;
  position: relative;
}

.process-step {
  position: relative;
}

.process-num {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  color: var(--navy);
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 16px;
}

.section-dark .process-num { color: var(--cream); opacity: 0.2; }

.process-step h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.process-step p {
  font-size: 14px;
  color: var(--grey);
  line-height: 1.6;
}

.section-dark .process-step p { color: rgba(235, 233, 229, 0.7); }

/* ============ CTA BAND ============ */
.cta-band {
  background: var(--navy);
  color: var(--cream);
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 200%;
  border: 1px solid rgba(235, 233, 229, 0.08);
  border-radius: 50%;
}

.cta-band::after {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 45%;
  height: 160%;
  border: 1px solid rgba(235, 233, 229, 0.06);
  border-radius: 50%;
}

.cta-band-inner { position: relative; }

.cta-band h2 {
  font-size: clamp(32px, 4.5vw, 52px);
  color: var(--cream);
  margin-bottom: 20px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.cta-band p {
  font-size: 18px;
  color: rgba(235, 233, 229, 0.75);
  max-width: 560px;
  margin: 0 auto 40px;
}

.cta-band .btn {
  background: var(--cream);
  color: var(--navy);
  border-color: var(--cream);
}

.cta-band .btn:hover {
  background: transparent;
  color: var(--cream);
}

/* ============ FOOTER ============ */
.site-footer {
  background: var(--navy);
  color: var(--cream);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand img { height: 44px; margin-bottom: 20px; display: block; }

.footer-brand p {
  font-size: 14px;
  color: rgba(235, 233, 229, 0.65);
  max-width: 320px;
  line-height: 1.6;
}

.footer-col h5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(235, 233, 229, 0.5);
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-col ul { list-style: none; }

.footer-col li { margin-bottom: 12px; }

.footer-col a {
  color: rgba(235, 233, 229, 0.8);
  font-size: 14px;
}

.footer-col a:hover { color: var(--cream); opacity: 1; }

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(235, 233, 229, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: rgba(235, 233, 229, 0.5);
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social img {
  height: 24px;
  width: 24px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.footer-social svg {
  transition: fill 0.2s;
}

.footer-social a:hover img { opacity: 1; }
.footer-social a:hover svg { fill: var(--cream) !important; }

/* ============ PAGE HEADER ============ */
.page-header {
  padding: 96px 0 64px;
  background: var(--navy);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 180%;
  border: 1px solid rgba(235, 233, 229, 0.07);
  border-radius: 50%;
}

.page-header::after {
  content: '';
  position: absolute;
  top: -15%;
  right: -10%;
  width: 30%;
  height: 100%;
  border: 1px solid rgba(235, 233, 229, 0.05);
  border-radius: 50%;
}

.page-header-inner { position: relative; max-width: 780px; }

.page-header .section-eyebrow { color: rgba(235, 233, 229, 0.6); }
.page-header .section-eyebrow::before { background: var(--cream); }

.page-header h1 {
  font-size: clamp(40px, 6vw, 72px);
  color: var(--cream);
  margin-bottom: 24px;
}

.page-header p {
  font-size: 19px;
  color: rgba(235, 233, 229, 0.75);
  line-height: 1.6;
  max-width: 620px;
}

/* ============ TWO COLUMN ============ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.two-col h2 {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 24px;
}

.two-col p {
  font-size: 17px;
  color: var(--grey);
  margin-bottom: 20px;
  line-height: 1.7;
}

.two-col ul {
  list-style: none;
  margin-top: 24px;
}

.two-col ul li {
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--navy-line);
  color: var(--grey);
  position: relative;
  font-size: 16px;
}

.two-col ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--navy);
  font-weight: 700;
}

/* ============ PORTFOLIO ============ */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}

.portfolio-tile {
  background: var(--cream);
  border: 1px solid var(--navy-line);
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.portfolio-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(13, 59, 102, 0.12);
}

.portfolio-tile-image {
  aspect-ratio: 4/3;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-tile-image.placeholder {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
}

.portfolio-tile-image.placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(235,233,229,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(235,233,229,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
}

.portfolio-tile-mockup {
  position: relative;
  z-index: 2;
  width: 72%;
  padding: 20px;
  background: var(--cream);
  border-radius: 2px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  font-family: 'Nunito Sans', sans-serif;
}

.portfolio-tile-body {
  padding: 28px 28px 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.portfolio-tile-tag {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio-tile h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.portfolio-tile p {
  font-size: 14px;
  color: var(--grey);
  line-height: 1.6;
  flex-grow: 1;
}

.portfolio-tile-link {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--navy);
}

.portfolio-tile-soon {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 10px;
  border: 1px solid var(--navy-line);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 700;
}

/* ============ CASE STUDY ============ */
.case-study {
  padding: 80px 0;
}

.case-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 32px 0;
  margin-bottom: 56px;
  border-top: 1px solid var(--navy-line);
  border-bottom: 1px solid var(--navy-line);
}

.case-meta div strong {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 700;
  margin-bottom: 6px;
}

.case-meta div span {
  font-size: 17px;
  color: var(--navy);
  font-weight: 600;
}

.case-body {
  max-width: 760px;
  margin: 0 auto;
}

.case-body h2 {
  font-size: 32px;
  margin: 48px 0 20px;
}

.case-body h3 {
  font-size: 22px;
  margin: 32px 0 16px;
}

.case-body p {
  font-size: 17px;
  color: var(--navy);
  margin-bottom: 20px;
  line-height: 1.75;
}

.case-body ul {
  margin: 16px 0 24px 0;
  padding-left: 0;
  list-style: none;
}

.case-body ul li {
  padding: 10px 0 10px 28px;
  position: relative;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.6;
}

.case-body ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--navy);
  font-weight: 700;
  opacity: 0.5;
}

.case-results {
  background: var(--navy);
  color: var(--cream);
  padding: 48px;
  border-radius: 2px;
  margin: 48px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.case-result-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--cream);
  line-height: 1;
  margin-bottom: 8px;
}

.case-result-label {
  font-size: 14px;
  color: rgba(235, 233, 229, 0.7);
  line-height: 1.4;
}

/* ============ CONTACT ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.contact-info h3 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 28px;
}
.contact-info h3:first-child { margin-top: 0; }

.contact-info p, .contact-info a {
  color: var(--grey);
  font-size: 16px;
  line-height: 1.7;
  display: block;
}

.contact-info a:hover { color: var(--navy); opacity: 1; }

.contact-form {
  background: var(--cream-dark);
  padding: 48px;
  border-radius: 2px;
}

.form-field { margin-bottom: 24px; }

.form-field label {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 700;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--navy);
  background: var(--cream);
  border: 1px solid var(--navy-line);
  border-radius: 2px;
  transition: border-color 0.2s;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--navy);
}

.form-field textarea { resize: vertical; min-height: 140px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .container { padding: 0 24px; }
  .hero { padding: 56px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .section { padding: 64px 0; }
  .problem-grid, .featured-grid, .portfolio-grid,
  .process-grid, .case-results { grid-template-columns: 1fr; gap: 24px; }
  .two-col, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .case-meta { grid-template-columns: 1fr 1fr; gap: 16px; }
  .service-row { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .service-row-num, .service-row-price { text-align: left; padding: 0; }
  .service-row-price { font-size: 22px; margin-top: 8px; }
}

@media (max-width: 640px) {
  .site-header { padding: 16px 0; }
  .site-logo img { height: 32px; }
  .header-inner { gap: 12px; }
  .site-nav { display: none; }
  .site-nav.mobile-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); padding: 24px; gap: 20px; border-bottom: 1px solid var(--navy-line); }
  .mobile-menu-toggle { display: block; }
  .contact-form { padding: 32px 24px; }
  .case-results { padding: 32px 24px; }
  .hero-card { padding: 32px 24px; }
  .hero { padding: 48px 0 64px; }
  .hero h1 { font-size: 40px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; text-align: center; }
  .page-header { padding: 64px 0 48px; }
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--navy);
  color: var(--navy);
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  border-radius: 2px;
}
