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

:root {
  --bg: #f7f4ef;
  --bg-2: #ede8df;
  --panel: #ffffff;
  --panel-warm: #faf8f4;
  --panel-dark: #1a1410;
  --line: rgba(90, 70, 40, .12);
  --line-strong: rgba(90, 70, 40, .22);
  --text: #1a1410;
  --muted: #6b5c48;
  --brand: #b8860b;
  --brand-light: #d4a017;
  --brand-pale: #f5ead0;
  --accent: #c1440e;
  --accent-soft: #fef0eb;
  --shadow: 0 20px 60px rgba(30, 20, 8, .1);
  --shadow-lg: 0 40px 100px rgba(30, 20, 8, .16);
  --radius: 4px;
  --radius-lg: 8px;
}

* { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
}

a { color: inherit; text-decoration: none }

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.wp-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.wp-section { padding: 100px 0; position: relative }

.wp-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 16px 0 18px;
  color: var(--text);
}

.wp-lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 640px;
  line-height: 1.75;
  font-weight: 300;
}

.wp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 2px;
  background: var(--brand-pale);
  color: var(--brand);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-left: 3px solid var(--brand);
}

.wp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .04em;
  border: 1.5px solid transparent;
  transition: all .22s ease;
  cursor: pointer;
  text-transform: uppercase;
}

.wp-btn:hover { transform: translateY(-2px) }

.wp-btn-primary {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  box-shadow: 0 8px 24px rgba(184, 134, 11, .28);
}

.wp-btn-primary:hover {
  background: var(--brand-light);
  border-color: var(--brand-light);
  box-shadow: 0 12px 32px rgba(184, 134, 11, .38);
  color: #fff;
}

.wp-btn-secondary {
  background: transparent;
  color: var(--text);
  border-color: var(--line-strong);
}

.wp-btn-secondary:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.wp-btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.4);
}

.wp-btn-outline-white:hover {
  background: rgba(255,255,255,.1);
  border-color: #fff;
}

/* ── HEADER ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 239, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 80px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text);
  letter-spacing: -.01em;
  line-height: 1.2;
}

.brand-tag {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brand);
}

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

.nav a {
  padding: 10px 16px;
  color: var(--muted);
  font-weight: 500;
  font-size: .9rem;
  border-bottom: 2px solid transparent;
  transition: all .18s;
}

.nav a:hover, .nav a.is-active {
  color: var(--text);
  border-bottom-color: var(--brand);
}

.nav-cta {
  margin-left: 8px;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1.5px solid var(--line-strong);
  color: var(--text);
  font-size: 1.2rem;
  padding: 8px 12px;
  cursor: pointer;
}

/* ── HERO ── */
.hero { padding: 0; overflow: hidden }

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
}

.hero-left {
  padding: 80px 60px 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--brand);
  flex-shrink: 0;
}

.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--text);
}

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

.hero-sub {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 480px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 12px;
}

.hero-fact {
  background: var(--panel-warm);
  padding: 20px;
}

.hero-fact strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 4px;
}

.hero-fact span {
  font-size: .78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 500;
}

.hero-right {
  position: relative;
  background: var(--panel-dark);
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  filter: sepia(20%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,20,16,.5) 0%, transparent 60%);
}

.hero-badge-float {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: rgba(247,244,239,.96);
  border-left: 4px solid var(--brand);
  padding: 20px 24px;
  max-width: 280px;
  backdrop-filter: blur(10px);
}

.hero-badge-float strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.hero-badge-float span {
  font-size: .82rem;
  color: var(--muted);
}

/* ── DIVIDER ── */
.gold-strip {
  background: var(--brand);
  color: #fff;
  padding: 22px 0;
  overflow: hidden;
}

.gold-strip-inner {
  display: flex;
  gap: 48px;
  align-items: center;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0) }
  100% { transform: translateX(-50%) }
}

.gold-strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.gold-strip-dot {
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,.5);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── SECTION HEADS ── */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 24px;
}

.section-head-link {
  font-size: .88rem;
  font-weight: 600;
  color: var(--brand);
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
  flex-shrink: 0;
}

/* ── CARDS ── */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}

.info-card {
  background: var(--panel);
  padding: 40px 36px;
  transition: background .2s;
}

.info-card:hover { background: var(--panel-warm) }

.info-card .icon {
  width: 52px;
  height: 52px;
  background: var(--brand-pale);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.info-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text);
}

.info-card p { color: var(--muted); font-size: .95rem; font-weight: 300; }

/* ── SPLIT ── */
.split-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.split-panel.reverse { direction: rtl }
.split-panel.reverse > * { direction: ltr }

.text-block { display: flex; flex-direction: column; gap: 22px }

.point-list { display: grid; gap: 20px; margin-top: 8px }

.point-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  list-style: none;
}

.point-list li > span {
  width: 26px;
  height: 26px;
  background: var(--brand-pale);
  color: var(--brand);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.point-list li strong { display: block; font-weight: 600; margin-bottom: 3px; }
.point-list li p { font-size: .93rem; color: var(--muted); font-weight: 300; }

.visual-block {
  position: relative;
  overflow: hidden;
}

.visual-block img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.visual-block::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-top: 3px solid var(--brand);
  border-right: 3px solid var(--brand);
  z-index: 1;
}

.visual-block::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  border-bottom: 3px solid var(--brand);
  border-left: 3px solid var(--brand);
  z-index: 1;
}

/* ── DARK BAND ── */
.band { background: var(--panel-dark); color: #f0ebe3 }
.band .wp-h2 { color: #f0ebe3 }
.band .wp-lead, .band .point-list li p, .band .info-card p { color: #a89880 }
.band .info-card { background: rgba(255,255,255,.04); }
.band .info-card:hover { background: rgba(255,255,255,.08) }
.band .info-card h3 { color: #f0ebe3 }
.band .info-card .icon { background: rgba(184,134,11,.18) }
.band .wp-badge { background: rgba(184,134,11,.2); border-left-color: var(--brand-light) }
.band .point-list li > span { background: rgba(184,134,11,.2); }
.band .card-grid { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.06) }

/* ── TIMELINE ── */
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}

.step {
  background: var(--panel);
  padding: 40px 36px;
  position: relative;
}

.step em {
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--brand-pale);
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}

.step h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.step p { color: var(--muted); font-size: .93rem; font-weight: 300 }

/* ── TESTIMONIALS ── */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.06);
}

.quote-card {
  background: rgba(255,255,255,.04);
  padding: 36px 32px;
}

.quote-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: var(--brand);
  line-height: .8;
  display: block;
  margin-bottom: 12px;
}

.quote-card p { color: #c8b89e; font-size: 1rem; font-weight: 300; line-height: 1.7; margin-bottom: 18px }
.quote-card strong { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-light) }

/* ── CTA ── */
#cta-section { background: var(--brand); }
#cta-section .wp-h2 { color: #fff }
#cta-section p { color: rgba(255,255,255,.8) }
#cta-section .wp-badge { background: rgba(255,255,255,.18); border-left-color: #fff; color: #fff }

.cta-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}

.mini-list { display: grid; gap: 14px }

.mini-list span {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,.8);
  font-size: .95rem;
  font-weight: 300;
}

/* ── SERVICES ── */
.service-stack { display: grid; gap: 2px; background: var(--line); border: 1px solid var(--line) }

.service-row {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  background: var(--panel);
  overflow: hidden;
}

.service-row:nth-child(even) { direction: rtl }
.service-row:nth-child(even) > * { direction: ltr }

.service-row img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.service-body {
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.service-tag {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand);
}

.service-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.service-body p { color: var(--muted); font-weight: 300 }

.service-body ul { display: grid; gap: 8px; list-style: none }

.service-body ul li {
  font-size: .9rem;
  color: var(--muted);
  font-weight: 300;
  display: flex;
  gap: 8px;
  align-items: center;
}

.service-body ul li::before {
  content: '—';
  color: var(--brand);
  font-weight: 700;
}

/* ── TEAM ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}

.person-card {
  background: var(--panel);
  overflow: hidden;
}

.person-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  filter: grayscale(20%);
  transition: filter .3s;
}

.person-card:hover img { filter: grayscale(0) }

.person-card-body { padding: 24px }

.person-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.person-card strong {
  font-size: .78rem;
  color: var(--brand);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.person-card p { font-size: .88rem; color: var(--muted); font-weight: 300 }

/* ── CONTACT ── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.contact-cards {
  display: grid;
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 28px;
  grid-template-areas:
    "email email"
    "phone address"
    "hours hours";
}

.contact-card {
  background: var(--panel);
  padding: 32px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-card--email { grid-area: email; min-height: 220px }
.contact-card--phone { grid-area: phone }
.contact-card--address { grid-area: address }
.contact-card--hours { grid-area: hours; min-height: auto; padding: 24px 32px }

.contact-card .label {
  font-size: .7rem;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 10px;
}

.contact-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-link {
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  font-weight: 700;
  color: var(--text);
  font-family: 'Playfair Display', serif;
  word-break: break-all;
}

.contact-card p { font-size: .92rem; color: var(--muted); font-weight: 300 }
.contact-card .contact-meta { font-size: .8rem; color: var(--brand); font-weight: 500; margin-top: auto; padding-top: 12px }

.form-panel { display: flex; flex-direction: column; gap: 20px }

.form-row { display: grid; gap: 8px; margin-top: 4px }

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label { font-weight: 500; font-size: .88rem; color: var(--text) }

input, textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--line-strong);
  background: var(--panel);
  font: inherit;
  color: var(--text);
  border-radius: 2px;
  transition: border-color .18s;
}

input:focus, textarea:focus {
  outline: none;
  border-color: var(--brand);
}

textarea { min-height: 150px; resize: vertical }

::placeholder { color: var(--muted); opacity: .6 }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}

.faq-item {
  background: var(--panel);
  padding: 32px;
}

.faq-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
}

.faq-item p { color: var(--muted); font-size: .93rem; font-weight: 300 }

/* ── PAGE HERO ── */
.page-hero { padding: 60px 0 0 }

.page-hero-box {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: end;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 48px;
}

.sidebar-note {
  background: var(--brand-pale);
  border-left: 4px solid var(--brand);
  padding: 24px;
}

.sidebar-note strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  margin-bottom: 10px;
}

.sidebar-note p {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 300;
}

/* ── STATS STRIP ── */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 2px;
}

.stat-box {
  background: var(--panel-warm);
  padding: 28px 32px;
}

.stat-box strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 4px;
}

.stat-box span {
  font-size: .82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 500;
}

/* ── IMAGE PROMPT BOX ── */
.img-prompt {
  background: var(--panel-warm);
  border: 1px dashed var(--brand);
  padding: 20px 24px;
  font-size: .8rem;
  color: var(--muted);
  position: relative;
}

.img-prompt::before {
  content: 'IMAGE PROMPT';
  display: block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--brand);
  margin-bottom: 8px;
  text-transform: uppercase;
}

/* ── FOOTER ── */
.site-footer {
  background: var(--panel-dark);
  color: #c8b89e;
  padding: 64px 0 28px;
  margin-top: 0;
  border-top: 4px solid var(--brand);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr .7fr;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #f0ebe3;
  display: block;
  margin-bottom: 14px;
  line-height: 1.3;
}

.footer-grid p, .footer-grid a { color: #9a8878; font-size: .9rem; font-weight: 300 }
.footer-grid h4 { color: #f0ebe3; margin-bottom: 16px; font-family: 'Playfair Display', serif; font-size: .95rem }
.footer-nav { display: grid; gap: 12px }
.footer-nav a:hover { color: var(--brand-light) }
.footer-list { display: grid; gap: 12px; font-size: .88rem }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 22px;
  margin-top: 22px;
  font-size: .8rem;
  color: #6a5c50;
}

/* ── LEGAL ── */
.legal-intro {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  padding: 32px 36px;
  margin-bottom: 32px;
}

.legal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--line); border: 1px solid var(--line) }
.legal-card { background: var(--panel); padding: 32px }
.legal-card h2 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 12px }
.legal-card p { color: var(--muted); font-size: .92rem; font-weight: 300 }
.legal-card p + p { margin-top: 10px }
.legal-card ul { margin-top: 10px; padding-left: 16px; color: var(--muted); font-size: .92rem }
.legal-card li + li { margin-top: 8px }
.legal-card--full { grid-column: 1 / -1 }
.legal-wrap { display: grid; gap: 14px }

/* ── COOKIE POPUP ── */
#cc-popup {
  position: fixed;
  left: 20px;
  right: auto;
  bottom: 20px;
  width: 420px;
  background: var(--panel-dark);
  border: 1px solid rgba(255,255,255,.1);
  border-left: 4px solid var(--brand);
  padding: 24px;
  box-shadow: var(--shadow-lg);
  z-index: 80;
}

#cc-popup.is-hidden { display: none }

#cc-popup p { color: #9a8878; font-size: .88rem; font-weight: 300; margin-bottom: 16px }

.cookie-actions { display: flex; gap: 10px }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .hero-inner, .split-panel, .split-panel.reverse,
  .contact-layout, .cta-panel, .page-hero-box, .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-left { padding: 60px 0 }
  .card-grid, .timeline, .team-grid, .faq-grid { grid-template-columns: repeat(2, 1fr) }
  .service-row { grid-template-columns: 1fr }
  .service-row:nth-child(even) { direction: ltr }
  .service-row img { height: 260px }
  .stats-strip { grid-template-columns: repeat(2, 1fr) }
  .hero-right { min-height: 460px }
  .hero-facts { grid-template-columns: repeat(3,1fr) }
  .contact-cards { grid-template-areas: "email email" "phone address" "hours hours" }
}

@media (max-width: 768px) {
  .nav-toggle { display: block }
  .nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 16px;
    right: 16px;
    background: var(--panel);
    border: 1px solid var(--line);
    padding: 16px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    z-index: 100;
  }
  .nav.is-open { display: flex }
  .nav a { border-bottom: none; border-left: 2px solid transparent; padding: 12px 16px }
  .nav a.is-active { border-left-color: var(--brand) }
  .nav-cta { margin-left: 0; margin-top: 8px }
  .wp-section { padding: 64px 0 }
  .card-grid, .timeline, .team-grid, .contact-cards,
  .testimonial-grid, .faq-grid, .legal-grid, .form-grid,
  .stats-strip, .hero-facts { grid-template-columns: 1fr }
  .contact-cards { grid-template-areas: "email" "phone" "address" "hours" }
  .page-hero-box { grid-template-columns: 1fr; padding: 32px 24px }
  .cta-panel { padding: 48px 0 }
  #cc-popup { width: calc(100% - 40px) }
}
