/* Oakdale Accountancy - Clean site CSS */
:root {
  --bg: #f7f7f4;
  --surface: #ffffff;
  --text: #222222;
  --muted: #5e5e5a;
  --accent: #5a8a35;
  --accent-dark: #3f5f24;
  --border: #d8d8d4;
  --shadow: 0 18px 54px rgba(67, 74, 66, 0.08);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@font-face {
  font-family: 'Kepler Std Light Italic';
  src: url("../fonts/Kepler Std Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kepler Std Light';
  src: url("../fonts/Kepler Std Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 1rem;
}
a {
  color: var(--accent-dark);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 154px;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid rgba(34,34,34,0.08);
  backdrop-filter: blur(10px);
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  padding: 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
}
.brand img {
  display: block;
  width: 250px;
  height: auto;
}
.nav-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.nav-links a,
.nav-links .dropdown-link {
  font-weight: 600;
  color: #000;
}
.nav-links a:hover,
.nav-links .dropdown-link:hover {
  color: #000;
}
.nav-links a.active,
.nav-links .dropdown-link.active,
.dropdown-menu a.active {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.dropdown {
  position: relative;
}
.dropdown-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
}
.dropdown-icon {
  display: inline-block;
  font-size: 0.9rem;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin-top: 0;
  padding: 0.75rem 0;
  background: white;
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(34, 34, 34, 0.08);
  z-index: 10;
}
.dropdown-menu a {
  display: block;
  padding: 0.65rem 1.2rem;
  color: #000;
  white-space: nowrap;
}
.dropdown-menu a:hover {
  background: rgba(0, 0, 0, 0.03);
}
.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  display: block;
}
.btn-consult,
.nav-links a.btn-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.95rem 1.8rem;
  background: #000;
  color: #fff !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  border: none;
}
@media (min-width: 901px) {
  .nav-links a.btn-consult {
    margin-left: 0.5rem;
  }
}
.mobile-menu {
  display: none;
}
.hero {
  padding: 5rem 0 4rem;
}
.testimonials-hero {
  background:
    linear-gradient(rgba(32, 44, 24, 0.45), rgba(32, 44, 24, 0.45)),
    url("../images/oaky.jpg") center / cover no-repeat;
}
.testimonials-hero .hero-title,
.testimonials-hero .hero-subtitle {
  color: #fff;
}
.hero-image-section {
  min-height: 505px;
  background:
    linear-gradient(rgba(32, 44, 24, 0.35), rgba(32, 44, 24, 0.35)),
    url("../images/oaky.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero-image-section .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 360px;
  padding-right: 35px;
}
.hero-image-inner {
  max-width: 760px;
}
.hero-image-section .eyebrow {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-transform: none;
  font-family: 'Kepler Std Light Italic', sans-serif;
}
.hero-image-heading-line {
  margin: 0 0 -15px;
  color: #fff;
  font-size: 3.9rem;
  max-width: 700px;
  width: min(700px, 100%);
  font-family: 'Roboto Medium', sans-serif;
  white-space: nowrap;
}
.hero-image-heading-line-2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 3.9rem;
  max-width: 700px;
  width: min(700px, 100%);
  font-family: 'Roboto Medium', sans-serif;
}
.hero-image-section h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.05;
  color: #fff;
}
.hero-image-copy {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.5625rem;
  max-width: 42rem;
  line-height: 1.75;
}
.hero-image-section .btn-primary {
  margin-top: 1.5rem;
  background: #5a8a35;
  color: #000;
  border: none;
  font-size: 1rem;
  width: 370px;
  max-width: 100%;
  padding: 1.1rem 2.4rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 1fr);
  gap: 2rem;
  align-items: center;
}
.hero-title {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  line-height: 1.02;
}
.hero-subtitle {
  margin: 1.3rem 0 1.8rem;
  max-width: 42rem;
  color: var(--muted);
}
.about-hero {
  background:
    linear-gradient(rgba(32, 44, 24, 0.45), rgba(32, 44, 24, 0.45)),
    url("../images/oaky.jpg") center / cover no-repeat;
  padding: 5rem 0 4rem;
}
.about-eyebrow {
  margin: 0 0 0.8rem;
  color: #fff;
  font-family: 'Kepler Std Light Italic', serif;
  font-size: 1.35rem;
}
.about-title {
  margin: 0;
  color: #fff;
  font-family: 'Roboto Medium', sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 1;
}
.about-hero-btn {
  margin-top: 1.5rem;
  background: #5a8a35;
  color: #fff;
}
.about-intro .container,
.about-industries .container,
.about-approach .container,
.about-why .container,
.about-final-cta .container {
  max-width: 980px;
}
.about-intro p,
.about-industries p,
.about-approach p,
.about-why p {
  font-family: 'Kepler Std Light', serif;
  font-size: 1.15rem;
  color: #3a3a35;
}
.about-industries {
  background: #ffffff;
}
.about-industries-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.about-industries-list {
  margin: 0.8rem 0 0;
  padding-left: 1.2rem;
}
.about-industries-icon {
  width: 180px;
  max-width: 35%;
  height: auto;
  flex-shrink: 0;
  margin-top: 0.5rem;
}
.about-section-icon {
  width: 180px;
  max-width: 35%;
  height: auto;
  flex-shrink: 0;
  margin-top: 0.5rem;
}
.about-industries-list li {
  margin: 0 0 0.4rem;
  font-family: 'Kepler Std Light', serif;
  font-size: 1.15rem;
  color: #3a3a35;
}
.about-industries h2,
.about-approach h2,
.about-why h2,
.about-final-cta h2,
.about-intro h2 {
  font-family: 'Roboto Medium', sans-serif;
}
.about-approach {
  background: #eef1e5;
}
.about-text-stack {
  margin-top: 1.2rem;
}
.about-text-stack h3 {
  margin: 0 0 0.45rem;
  font-family: 'Roboto Medium', sans-serif;
  font-size: 1.25rem;
}
.about-text-stack p {
  margin: 0 0 1rem;
}
.about-final-cta {
  background: #eef1e5;
}
.service-detail-hero {
  min-height: 450px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(32, 44, 24, 0.4), rgba(32, 44, 24, 0.4)),
    url("../images/oaky.jpg") center / cover no-repeat;
  padding: 0;
}
.service-detail-eyebrow {
  margin: 0 0 0.8rem;
  color: #fff;
  font-family: 'Kepler Std Light Italic', serif;
  font-size: 1.35rem;
}
.service-detail-title {
  margin: 0;
  font-family: 'Roboto Medium', sans-serif;
  font-size: clamp(2.3rem, 4.8vw, 4.1rem);
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
}
.service-detail-intro {
  margin: 1rem 0 0;
  max-width: 900px;
  font-size: clamp(1.2rem, 2.3vw, 1.85rem);
  line-height: 1.35;
  font-family: 'Kepler Std Light', serif;
  color: #2a2a26;
}
.service-detail-hero-btn {
  margin-top: 1.6rem;
  background: #5a8a35;
  color: #fff;
}
.contact-hero {
  min-height: 450px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(32, 44, 24, 0.4), rgba(32, 44, 24, 0.4)),
    url("../images/oaky.jpg") center / cover no-repeat;
}
.contact-hero .hero-title,
.contact-hero .hero-subtitle {
  color: #fff;
}
.service-detail-body .container {
  max-width: 980px;
}
.service-detail-body p {
  color: #3a3a35;
}
.service-bookkeeping-intro .container {
  max-width: 980px;
}
.service-bookkeeping-intro h2 {
  margin: 0 0 0.9rem;
  font-family: 'Roboto Medium', sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  line-height: 1.15;
}
.service-bookkeeping-intro p {
  margin: 0 0 1rem;
  color: #3a3a35;
  font-family: 'Kepler Std Light', serif;
  font-size: 1.18rem;
  line-height: 1.55;
}
.service-bookkeeping-intro p:last-child {
  margin-bottom: 0;
}
.service-detail-centered-copy .container {
  max-width: 980px;
  text-align: center;
}
.service-detail-centered-copy h2 {
  margin: 0 0 1rem;
  font-family: 'Roboto Medium', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.2;
}
.service-detail-centered-copy p {
  margin: 0 auto 1.2rem;
  max-width: 920px;
  color: #3a3a35;
  font-family: 'Kepler Std Light', serif;
  font-size: 1.2rem;
  line-height: 1.55;
}
.service-detail-centered-copy p:last-child {
  margin-bottom: 0;
}
.service-steps-section {
  width: 100%;
  background: #fff;
  padding: 2.6rem 0;
}
.service-steps-section .container {
  max-width: 980px;
}
.service-step-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.12);
}
.service-step-row:last-child {
  border-bottom: none;
}
.service-step-number {
  margin: 0;
  line-height: 1;
  font-family: 'Roboto Medium', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.7rem);
  color: #5a8a35;
}
.service-step-content h3 {
  margin: 0 0 0.45rem;
  font-family: 'Roboto Medium', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.service-step-content p {
  margin: 0;
  color: #3a3a35;
  font-family: 'Kepler Std Light', serif;
  font-size: 1.14rem;
  line-height: 1.5;
}
.service-step-content ul {
  margin: 0.7rem 0 0.85rem;
  padding-left: 1.2rem;
}
.service-step-content li {
  margin: 0 0 0.35rem;
  color: #3a3a35;
  font-family: 'Kepler Std Light', serif;
  font-size: 1.08rem;
  line-height: 1.45;
}
.service-number-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}
.service-number-card {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 18px;
  padding: 1.5rem;
}
.service-number {
  margin: 0 0 0.6rem;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Roboto Medium', sans-serif;
  color: #5a8a35;
}
.service-number-card h3 {
  margin: 0 0 0.55rem;
  font-family: 'Roboto Medium', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.service-number-card p {
  margin: 0;
  color: #4a4a44;
}
.service-detail-closing {
  margin-top: 2.4rem;
  padding: 2rem;
  border-radius: 18px;
  background: #f4f7ee;
}
.service-detail-closing h2 {
  margin: 0 0 0.85rem;
}
.service-detail-closing p {
  margin: 0 0 0.85rem;
}
.service-detail-closing p:last-of-type {
  margin-bottom: 1.3rem;
}
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.95rem 1.8rem;
  border: none;
  cursor: pointer;
}
.btn-primary {
  background: var(--accent);
  color: white;
}
.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(34,34,34,0.15);
}
.section {
  padding: 4rem 0;
}
.section-grey {
  background: #f2f2f2;
}
.section-grey .container {
  max-width: 960px;
}
.services-overview {
  background: #fff;
}
.service-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.service-overview-card {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 16px;
  padding: 2rem 1.25rem;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.06);
}
.service-overview-icon {
  width: 180px;
  height: 180px;
  margin: 0 auto 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-overview-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: 'Roboto Medium', sans-serif;
}
.service-overview-card p {
  margin: 0.35rem 0;
  color: var(--accent);
  font-family: 'Kepler Std Light', serif;
}
.service-overview-card:last-child {
  grid-column: 2;
}
.image-placeholder-gap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.image-placeholder-gap .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.image-placeholder-gap-photo {
  width: 100%;
  min-height: 320px;
  max-height: 520px;
  object-fit: cover;
  display: block;
}
.section h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 2.5vw, 2.7rem);
}
.section p.lead {
  max-width: 58rem;
  color: var(--muted);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.8rem;
  box-shadow: var(--shadow);
}
.card h3 {
  margin: 0 0 0.75rem;
}
.card p {
  margin: 0 0 1rem;
  color: var(--muted);
}
.card a {
  font-weight: 700;
  color: var(--accent);
}
.contact-details-text {
  padding: 0.4rem 0;
}
.contact-details-text h2 {
  margin: 0 0 1rem;
  font-family: 'Roboto Medium', sans-serif;
  line-height: 1.2;
}
.contact-details-text p {
  margin: 0 0 0.45rem;
  font-family: 'Kepler Std Light', serif;
  font-size: 1.12rem;
  color: #30302c;
}
.contact-details-text .contact-label {
  margin-top: 0.2rem;
  margin-bottom: 0.6rem;
  font-family: 'Roboto Medium', sans-serif;
  font-size: 1rem;
  color: #1f1f1d;
}
.contact-details-text a {
  color: #5a8a35;
}
.feature-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.feature-block {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.5rem;
}
.testimonial {
  background: white;
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 1.8rem;
}
.testimonial-stack {
  max-width: 980px;
}
.testimonial-stack .testimonial {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: start;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 1.6rem 0;
  border-bottom: 2px solid #000;
}
.testimonial-stack .testimonial:last-child {
  border-bottom: none;
}
.testimonial-quote {
  width: 96px;
  height: auto;
  margin-top: 0.2rem;
}
.testimonial-name {
  margin: 0;
  font-family: 'Roboto Medium', sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #111;
}
.testimonial-role {
  margin: 0.2rem 0 0.75rem;
  font-family: 'Kepler Std Light', serif;
  font-size: 1.1rem;
  color: #5a8a35;
}
.testimonial-review {
  margin: 0 0 0.8rem;
  color: var(--muted);
}
.testimonial cite {
  display: block;
  font-weight: 700;
  color: var(--text);
}
.prefooter-cta {
  width: 100%;
  background: #8ec26b;
  color: #000;
  height: 400px;
  display: flex;
  align-items: center;
}
.prefooter-cta-inner {
  max-width: 1100px;
  text-align: center;
}
.prefooter-cta-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.2;
  color: #000;
  font-family: 'Roboto Medium', sans-serif;
}
.prefooter-cta-copy {
  margin: 0.9rem 0 1.5rem;
  font-size: 1.15rem;
  max-width: 900px;
  line-height: 1.55;
  color: #000;
  font-family: 'Kepler Std Light', serif;
}
.prefooter-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #1f1f1d;
  color: #fff;
  text-decoration: none;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-family: 'Roboto Medium', sans-serif;
  letter-spacing: 0.03em;
}
.prefooter-cta-button:hover {
  text-decoration: none;
  background: #111110;
}
.footer {
  background: #272524;
  color: #f3f2ef;
  padding: 3rem 0;
}
.footer a {
  color: #e6ebda;
}
.footer-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.5rem;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
}
.footer-brand img {
  height: 60px;
  width: auto;
}
.footer-badges {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.footer-badges img {
  height: 40px;
  width: auto;
}
.footer-contact-row {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-contact-row p {
  margin: 0.5rem 0;
  line-height: 1.6;
}
.footer-bottom-row {
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
}
.footer-bottom-row p {
  margin: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.footer-top {
  margin-bottom: 1.5rem;
}
.form-grid {
  display: grid;
  gap: 1rem;
}
.form-grid input,
.form-grid textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1rem;
  font: inherit;
  color: var(--text);
  background: white;
}
.form-grid textarea {
  min-height: 160px;
  resize: vertical;
}
.form-status-banner {
  width: min(1100px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  font-weight: 600;
}
.form-status-banner--success {
  background: #eef7e7;
  color: #274315;
  border: 1px solid rgba(90, 138, 53, 0.25);
}
.form-status-banner--error {
  background: #fff1f0;
  color: #7c241c;
  border: 1px solid rgba(177, 63, 52, 0.2);
}

body.modal-open {
  overflow: hidden;
}
.talk-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 999;
}
.talk-modal.is-open {
  display: flex;
}
.talk-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 18, 13, 0.56);
}
.talk-modal__dialog {
  position: relative;
  width: min(560px, calc(100% - 2rem));
  margin: 0;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  padding: 1.8rem;
  box-shadow: 0 24px 54px rgba(19, 22, 18, 0.24);
}
.talk-modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.7rem;
  border: none;
  background: transparent;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  color: #222;
}
.talk-modal__title {
  margin: 0;
  font-family: 'Roboto Medium', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.talk-modal__copy {
  margin: 0.75rem 0 1.2rem;
  font-family: 'Kepler Std Light', serif;
  font-size: 1.2rem;
  color: #333;
}
.talk-modal__form {
  display: grid;
  gap: 0.8rem;
}
.talk-modal__form input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.95rem;
  font: inherit;
  color: var(--text);
  background: #fff;
}
.talk-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  background: var(--accent);
  color: #fff;
  padding: 0.95rem 1.8rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.talk-modal__submit:hover {
  background: var(--accent-dark);
}
.talk-modal__footer {
  margin: 1.4rem -1.8rem -1.8rem;
  height: 148px;
}
.talk-modal__footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 860px) {
  .service-overview-grid {
    grid-template-columns: 1fr;
  }
  .service-overview-card:last-child {
    grid-column: auto;
  }
  .footer-top-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .testimonial-stack .testimonial {
    grid-template-columns: 72px 1fr;
    gap: 0.8rem;
  }
  .testimonial-quote {
    width: 64px;
  }
  .about-industries-content {
    flex-direction: column;
    gap: 1rem;
  }
  .about-industries-icon,
  .about-section-icon {
    max-width: 140px;
    width: 100%;
  }
  .service-overview-grid {
    grid-template-columns: 1fr;
  }
  .service-number-grid {
    grid-template-columns: 1fr;
  }
  .service-step-row {
    grid-template-columns: 76px 1fr;
    gap: 0.8rem;
  }
  .service-detail-closing {
    padding: 1.4rem;
  }
  .service-overview-card:last-child {
    grid-column: auto;
  }
  .footer-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .prefooter-cta {
    padding: 2.4rem 0;
  }
  .prefooter-cta-copy {
    font-size: 1rem;
  }
  .prefooter-cta-button {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: auto;
  }
  .about-hero,
  .service-detail-hero,
  .contact-hero {
    min-height: auto;
    padding: 4rem 0 3rem;
  }
  .about-hero .container,
  .service-detail-hero .container,
  .contact-hero .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-image-heading-line,
  .hero-image-heading-line-2 {
    font-size: clamp(2rem, 7vw, 3.4rem);
    white-space: normal;
  }
  .hero-image-section {
    min-height: auto;
    padding: 4rem 0;
  }
  .hero-image-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-image-inner {
    max-width: 100%;
  }
  .hero-image-section .eyebrow {
    font-size: 1.1rem;
  }
  .hero-image-copy {
    font-size: 1rem;
  }
  .hero-image-section .btn-primary {
    width: 100%;
  }
  .brand img {
    width: min(200px, 70vw);
  }
  .navbar {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0.9rem 0;
  }
  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    background: white;
    padding: 1rem;
    border-top: 1px solid rgba(34,34,34,0.08);
  }
  .nav-links.show {
    display: flex;
  }
  .nav-links a,
  .nav-links .dropdown-link,
  .nav-links a.btn-consult {
    width: 100%;
    justify-content: flex-start;
  }
  .dropdown {
    width: 100%;
  }
  .dropdown-menu {
    position: static;
    display: block;
    min-width: 0;
    margin: 0.25rem 0 0;
    padding: 0.25rem 0 0.25rem 0.75rem;
    border: 0;
    border-left: 2px solid rgba(34, 34, 34, 0.12);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
  .dropdown-menu a {
    white-space: normal;
    padding: 0.55rem 0.75rem;
  }
  .service-step-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
  .service-step-number {
    font-size: 2.4rem;
  }
  .service-number-grid {
    grid-template-columns: 1fr;
  }
  .prefooter-cta {
    height: auto;
    padding: 3rem 0;
  }
  .prefooter-cta-inner {
    text-align: left;
  }
  .prefooter-cta-copy,
  .prefooter-cta-title {
    max-width: none;
  }
  .footer {
    padding: 2.4rem 0;
  }
  .mobile-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    flex: 0 0 auto;
    border-radius: 999px;
    border: 1px solid rgba(34,34,34,0.12);
    background: white;
  }
}
@media (max-width: 600px) {
  .section {
    padding: 2.5rem 0;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .hero-image-heading-line,
  .hero-image-heading-line-2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: 1.05;
  }
  .image-placeholder-gap-photo {
    min-height: 220px;
  }
  .hero-title,
  .about-title {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }
  .hero-subtitle,
  .lead {
    font-size: 1rem;
  }
  .service-overview-grid {
    grid-template-columns: 1fr;
  }
  .service-overview-grid .service-overview-card:last-child {
    grid-column: auto;
    max-width: none;
  }
  .card,
  .testimonial,
  .talk-modal__dialog {
    border-radius: 18px;
  }
  .btn-primary,
  .btn-consult,
  .prefooter-cta-button {
    width: 100%;
    max-width: 100%;
  }
  .footer-contact-row,
  .footer-bottom-row {
    text-align: left;
  }
  .hero {
    padding: 2.5rem 0;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .service-overview-card {
    padding: 1.4rem 1rem;
  }
  .service-overview-icon {
    width: 140px;
    height: 140px;
  }
  .service-detail-eyebrow,
  .about-eyebrow {
    font-size: 1.1rem;
  }
  .service-detail-intro,
  .service-bookkeeping-intro p,
  .service-detail-centered-copy p,
  .about-intro p,
  .about-industries p,
  .about-industries-list li,
  .contact-details-text p {
    font-size: 1rem;
  }
  .prefooter-cta {
    padding: 2.5rem 0;
  }
  .footer-bottom-row {
    font-size: 0.85rem;
  }
}
