:root {
  --chalk: #f7f3ea;
  --limewash: #ede4d2;
  --sage: #6f806a;
  --deep-sage: #324236;
  --terracotta: #78321f;
  --ink: #202521;
  --muted: #6f7169;
  --line: rgba(32, 37, 33, 0.16);
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--chalk);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 5vw;
  background: rgba(247, 243, 234, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
}

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

.brand strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 24px;
  line-height: 1;
}

.brand small,
.eyebrow {
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

nav a:hover,
.call-link:hover,
footer a:hover {
  color: var(--terracotta);
}

.call-link {
  justify-self: end;
  color: var(--deep-sage);
  font-weight: 800;
}

main {
  overflow: hidden;
}

.pricing-hero {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 110px 5vw 76px;
  background:
    linear-gradient(90deg, rgba(50, 66, 54, 0.92), rgba(50, 66, 54, 0.66)),
    url("assets/lavenham-house1.webp") center / cover;
  color: var(--white);
}

.pricing-hero .eyebrow {
  color: #ffc2af;
}

.pricing-hero h1 {
  max-width: 920px;
}

.pricing-hero p {
  max-width: 720px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 20px;
  line-height: 1.65;
}

.projects-hero {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 110px 5vw 76px;
  background:
    linear-gradient(90deg, rgba(50, 66, 54, 0.9), rgba(50, 66, 54, 0.5)),
    url("assets/lavenham-period-property.webp") center / cover;
  color: var(--white);
}

.projects-hero .eyebrow {
  color: #ffc2af;
}

.projects-hero h1 {
  max-width: 880px;
}

.projects-hero p {
  max-width: 720px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 20px;
  line-height: 1.65;
}

.location-hero {
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  padding: 120px 5vw 78px;
  background:
    linear-gradient(90deg, rgba(50, 66, 54, 0.88), rgba(50, 66, 54, 0.42)),
    url("assets/timber-framed-period-exterior-hero.webp") center / cover;
  color: var(--white);
}

.lavenham-location-hero {
  background:
    linear-gradient(90deg, rgba(50, 66, 54, 0.88), rgba(50, 66, 54, 0.42)),
    url("assets/lavenham-house1.webp") center / cover;
}

.location-hero > div {
  max-width: 900px;
}

.location-hero .eyebrow {
  color: #ffc2af;
}

.location-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 20px;
  line-height: 1.65;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
  gap: 5vw;
  align-items: end;
  padding: 18vh 5vw 7vh;
  isolation: isolate;
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(20, 24, 20, 0.78) 0%, rgba(20, 24, 20, 0.5) 44%, rgba(20, 24, 20, 0.18) 100%),
    linear-gradient(0deg, rgba(20, 24, 20, 0.58) 0%, rgba(20, 24, 20, 0.05) 46%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-backdrop img {
  object-position: center;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 18px;
}

h1,
h2,
blockquote {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(58px, 7.4vw, 118px);
  line-height: 0.9;
}

h2,
blockquote {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.03;
}

h3 {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.15;
}

.hero-copy > p:not(.eyebrow),
.feature-copy > p,
.contact-section p,
.intro-band p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero .eyebrow {
  color: #ffc2af;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 253, 248, 0.84);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  background: var(--white);
  color: var(--deep-sage);
}

.hero .button.primary:hover {
  background: #f0b59f;
  color: var(--white);
}

.button.secondary {
  border: 1px solid rgba(255, 253, 248, 0.48);
  color: var(--white);
}

.hero-panel {
  align-self: end;
  padding: 22px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(255, 253, 248, 0.55);
  border-radius: 6px;
  color: var(--deep-sage);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.hero-panel span {
  display: block;
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-panel strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  line-height: 1.12;
}

.intro-band,
.split-section,
.credibility-section,
.approach-section,
.feature-section,
.work-section,
.testimonial-section,
.area-section,
.faq-section,
.pricing-section,
.quote-process,
.case-study,
.project-gallery-section,
.project-slots,
.location-intro,
.location-services,
.location-projects,
.contact-section {
  padding: 86px 5vw;
  border-top: 1px solid var(--line);
}

.intro-band {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5vw;
  background: var(--deep-sage);
  color: var(--white);
}

.intro-band p {
  margin: 0;
  color: #edf3e8;
}

.intro-band div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.intro-band span {
  min-height: 112px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background: var(--deep-sage);
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 5vw;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-grid article {
  min-height: 240px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.service-grid span {
  color: var(--terracotta);
  font-weight: 800;
}

.service-grid p,
.feature-copy li {
  color: var(--muted);
  line-height: 1.6;
}

.credibility-section {
  background: var(--white);
}

.credibility-section .section-heading {
  max-width: 920px;
}

.credibility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.credibility-grid article {
  min-height: 280px;
  display: grid;
  grid-template-rows: 74px 70px 1fr;
  align-items: start;
  gap: 22px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(237, 228, 210, 0.52), rgba(255, 253, 248, 0.72));
}

.material-mark {
  width: 100%;
  height: 74px;
  border: 1px solid rgba(32, 37, 33, 0.12);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.material-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.34), rgba(255, 253, 248, 0));
}

.limewash-mark {
  background:
    linear-gradient(110deg, rgba(255, 253, 248, 0.2), rgba(111, 128, 106, 0.12), rgba(255, 253, 248, 0.18)),
    repeating-linear-gradient(96deg, #eee3cd 0 12px, #e2d5bd 12px 14px, #f7f1e4 14px 29px);
}

.timber-mark {
  background:
    repeating-linear-gradient(91deg, rgba(32, 37, 33, 0.55) 0 8px, rgba(32, 37, 33, 0.28) 8px 13px, rgba(177, 126, 83, 0.3) 13px 20px),
    linear-gradient(180deg, #7c634d, #3f3329);
}

.repair-mark {
  background:
    linear-gradient(120deg, transparent 0 44%, rgba(183, 101, 75, 0.34) 44% 48%, transparent 48%),
    linear-gradient(18deg, transparent 0 58%, rgba(50, 66, 54, 0.2) 58% 61%, transparent 61%),
    repeating-linear-gradient(0deg, #efe6d3 0 13px, #e4d7bd 13px 14px);
}

.care-mark {
  background:
    linear-gradient(90deg, rgba(50, 66, 54, 0.12) 0 34%, transparent 34%),
    repeating-linear-gradient(90deg, #f7f3ea 0 22px, #ede4d2 22px 24px),
    linear-gradient(180deg, #fffdf8, #eadfc9);
}

.credibility-grid span {
  display: flex;
  align-items: start;
  font-family: Fraunces, Georgia, serif;
  color: var(--deep-sage);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 650;
}

.credibility-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.approach-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 5vw;
  align-items: start;
  background: var(--deep-sage);
  color: var(--white);
}

.approach-intro {
  position: sticky;
  top: 110px;
}

.approach-section .eyebrow {
  color: #ffc2af;
}

.approach-intro p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.approach-steps {
  display: grid;
  gap: 1px;
  background: rgba(255, 253, 248, 0.22);
  border: 1px solid rgba(255, 253, 248, 0.22);
}

.approach-steps article {
  display: grid;
  grid-template-columns: 64px 0.78fr 1fr;
  gap: 24px;
  align-items: start;
  padding: 28px;
  background: var(--deep-sage);
}

.approach-steps span {
  color: #ffc2af;
  font-weight: 800;
}

.approach-steps h3 {
  margin: 0;
  color: var(--white);
  font-family: Fraunces, Georgia, serif;
  font-size: 30px;
  line-height: 1.08;
}

.approach-steps p {
  margin: 0;
  color: rgba(255, 253, 248, 0.76);
  line-height: 1.6;
}

.feature-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 5vw;
  align-items: center;
  background: var(--limewash);
}

.feature-image {
  aspect-ratio: 1.12;
  overflow: hidden;
  border-radius: 6px;
}

.feature-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-copy li {
  padding: 14px 0 14px 24px;
  border-top: 1px solid var(--line);
  position: relative;
}

.feature-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terracotta);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 14px;
}

.work-grid figure {
  margin: 0;
  min-height: 420px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid var(--line);
}

.work-grid figcaption {
  padding: 15px 16px 18px;
  background: var(--white);
  font-weight: 800;
}

.work-grid img {
  height: calc(100% - 52px);
}

.testimonial-section {
  background: var(--limewash);
}

.mockup-note {
  display: inline-flex;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.testimonial-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.stars {
  color: var(--terracotta);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.testimonial-grid p {
  margin: 0;
  color: var(--ink);
  font-family: Fraunces, Georgia, serif;
  font-size: 24px;
  line-height: 1.22;
}

.testimonial-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.area-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 5vw;
  align-items: center;
  background: var(--deep-sage);
  color: var(--white);
}

.area-section .eyebrow {
  color: #ffc2af;
}

.area-section p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  background: rgba(255, 253, 248, 0.1);
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
}

.area-section a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 253, 248, 0.42);
  text-underline-offset: 4px;
}

.faq-section {
  background: var(--white);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  color: var(--deep-sage);
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  font-weight: 650;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--terracotta);
  font-family: Inter, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 760px;
  margin: 0;
  padding: 0 0 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.pricing-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  background: var(--limewash);
}

.pricing-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.pricing-card.feature {
  background: var(--deep-sage);
  color: var(--white);
}

.pricing-card span {
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card.feature span {
  color: #ffc2af;
}

.pricing-card strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.pricing-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.pricing-card.feature p {
  color: rgba(255, 253, 248, 0.78);
}

.quote-process {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 5vw;
  background: var(--white);
}

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

.quote-factors article {
  min-height: 170px;
  padding: 24px;
  background: var(--white);
}

.quote-factors h3 {
  margin-top: 0;
  font-family: Fraunces, Georgia, serif;
  color: var(--deep-sage);
}

.quote-factors p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.case-study {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 5vw;
  align-items: center;
  background: var(--white);
}

.case-study.alternate {
  background: var(--limewash);
}

.case-study.alternate .case-details div {
  background: var(--chalk);
}

.case-image {
  min-height: 560px;
  overflow: hidden;
  border-radius: 6px;
}

.case-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.case-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.case-details div {
  min-height: 118px;
  padding: 18px;
  background: var(--white);
}

.case-details dt {
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-details dd {
  margin: 12px 0 0;
  color: var(--deep-sage);
  font-weight: 800;
  line-height: 1.35;
}

.project-slots {
  background: var(--limewash);
}

.project-gallery-section {
  background: var(--chalk);
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.project-gallery figure {
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.project-gallery img {
  height: calc(100% - 52px);
}

.project-gallery figcaption {
  padding: 15px 16px 18px;
  background: var(--white);
  color: var(--deep-sage);
  font-weight: 800;
}

.location-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 5vw;
  background: var(--white);
}

.location-intro p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.location-services {
  background: var(--limewash);
}

.location-projects {
  background: var(--white);
}

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

.location-project-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.location-project-grid img {
  height: 430px;
}

.location-project-grid div {
  padding: 24px;
}

.location-project-grid span {
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-project-grid h3 {
  font-family: Fraunces, Georgia, serif;
  color: var(--deep-sage);
}

.location-project-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.inline-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--deep-sage);
  color: var(--white);
  font-weight: 800;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.slot-grid article {
  min-height: 260px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.slot-grid span {
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slot-grid h3 {
  font-family: Fraunces, Georgia, serif;
  color: var(--deep-sage);
}

.slot-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 420px);
  gap: 5vw;
  align-items: center;
}

.contact-card {
  padding: 30px;
  background: var(--terracotta);
  color: var(--white);
  border-radius: 6px;
}

.contact-card span,
.contact-card small {
  display: block;
}

.contact-card span {
  font-weight: 800;
}

.contact-card a {
  display: block;
  margin: 12px 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 650;
}

.contact-card small {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

footer {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 5vw;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

footer span,
footer a {
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero,
  .intro-band,
  .split-section,
  .credibility-grid,
  .approach-section,
  .feature-section,
  .testimonial-grid,
  .area-section,
  .pricing-section,
  .quote-process,
  .case-study,
  .case-details,
  .project-gallery,
  .location-intro,
  .location-project-grid,
  .slot-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .approach-intro {
    position: static;
  }

  .approach-steps article {
    grid-template-columns: 48px 1fr;
  }

  .approach-steps p {
    grid-column: 2;
  }

  .hero {
    min-height: 760px;
    padding-top: 140px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: auto;
    min-height: 72px;
    padding: 14px 5vw;
  }

  .call-link {
    font-size: 14px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  h1 {
    font-size: 44px;
  }

  h2,
  blockquote {
    font-size: 34px;
  }

  .intro-band,
  .split-section,
  .credibility-section,
  .approach-section,
  .feature-section,
  .work-section,
  .testimonial-section,
  .area-section,
  .faq-section,
  .pricing-section,
  .quote-process,
  .case-study,
  .project-gallery-section,
  .project-slots,
  .location-intro,
  .location-services,
  .location-projects,
  .contact-section {
    padding: 62px 5vw;
  }

  .pricing-hero,
  .projects-hero,
  .location-hero {
    min-height: 560px;
    padding-top: 130px;
  }

  .pricing-card strong {
    font-size: 36px;
  }

  .quote-factors {
    grid-template-columns: 1fr;
  }

  .case-image {
    min-height: 360px;
  }

  .project-gallery figure {
    min-height: 300px;
  }

  .location-project-grid img {
    height: 340px;
  }

  .faq-list summary {
    min-height: 68px;
    font-size: 23px;
  }

  .intro-band div,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .approach-steps article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .approach-steps p {
    grid-column: auto;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .work-grid figure {
    min-height: 360px;
  }

  .hero {
    min-height: 700px;
    padding-bottom: 42px;
  }

  .hero-panel {
    padding: 18px;
  }

  .hero-panel strong {
    font-size: 23px;
  }

  .credibility-grid article {
    grid-template-rows: 74px auto auto;
  }

  .contact-card a {
    font-size: 34px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 22px 5vw;
  }
}
