.site-header {
  position: static !important;
}

.areas-cover {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.areas-cover .section-heading {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto 24px auto !important;
  text-align: center !important;
}

.areas-cover .section-heading p,
.areas-cover .section-heading h2,
.areas-cover > p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.areas-cover > p {
  max-width: 900px !important;
  font-size: 22px !important;
  line-height: 1.6 !important;
}

:root {
  --white: #ffffff;
  --cream: #fbfaf6;
  --soft: #f4f1e9;
  --ink: #202020;
  --muted: #66625a;
  --charcoal: #303030;
  --gold: #caa24f;
  --gold-dark: #9a742e;
  --line: #e4dccb;
  --shadow: 0 22px 60px rgba(35, 31, 24, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header { 
  position: static;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 98px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 310px;
  text-decoration: none;
}

.brand img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: contain;
  background: #f2ecdc;
  box-shadow: 0 8px 18px rgba(202, 162, 79, 0.22);
}

.brand strong {
  display: block;
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand small,
.eyebrow {
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.8vw, 34px);
  font-weight: 700;
}

.main-nav a,
.header-call,
.button {
  text-decoration: none;
}

.main-nav a {
  color: var(--charcoal);
  font-size: 0.94rem;
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.05fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  min-height: calc(100svh - 98px);
  padding: clamp(48px, 6vw, 84px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 82% 12%, rgba(202, 162, 79, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--cream) 100%);
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.32rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
}

.button-primary {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.button-secondary {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.hero-media {
  display: block;
  align-self: center;
  padding: clamp(10px, 1.4vw, 18px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-photo {
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
  background: var(--white);
  border-radius: var(--radius);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(18px, 5vw, 72px) 28px;
  background: var(--cream);
  gap: 12px;
}

.trust-strip span {
  padding: 16px;
  color: var(--gold-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

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

h2 {
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.32rem;
  line-height: 1.2;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 86px);
  background: var(--white);
}

.intro-copy {
  color: var(--muted);
  font-size: 1.05rem;
}

.services {
  background: var(--soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.service-card {
  overflow: hidden;
  min-height: 420px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(35, 31, 24, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: contain;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.service-card div {
  padding: 24px;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-number {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 74px);
  padding: clamp(58px, 8vw, 94px) clamp(18px, 5vw, 72px);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 74px;
  padding: 20px 20px 20px 46px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  top: 23px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 999px;
  content: "";
}

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

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

.gallery figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(35, 31, 24, 0.08);
}

.gallery-large {
  grid-column: auto;
  grid-row: auto;
}

.gallery img {
  width: 100%;
  height: 320px;
  min-height: 0;
  object-fit: contain;
  background: var(--white);
}

.gallery-large img {
  min-height: 0;
}

.gallery figcaption {
  flex: 1;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 82px);
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
  background: var(--white);
}

.contact-copy p {
  max-width: 620px;
  color: var(--muted);
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-methods a,
.contact-methods span {
  display: block;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-weight: 900;
  text-decoration: none;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid #cfc7b8;
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.quote-form input:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(202, 162, 79, 0.28);
  border-color: var(--gold-dark);
}

.full-field {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #f0d99c;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .hero,
  .intro,
  .feature-band,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    max-height: none;
  }

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

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .trust-strip,
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-large {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: auto;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.84rem;
  }

  .header-call {
    width: 100%;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-media {
    grid-template-columns: 1fr;
  }

  .hero-photo {
    max-height: none;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .trust-strip,
  .service-grid,
  .check-list,
  .gallery,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .gallery-large {
    grid-column: span 1;
  }

  .gallery img,
  .gallery-large img {
    height: 260px;
    min-height: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
.brand img {
width: 90px;
height: 90px;
}

.brand strong {
font-size: 28px;
}

.brand small {
font-size: 18px;
font-weight: 800;
color: #9b6f22;
}

.large-label {
font-size: 20px;
font-weight: 900;
letter-spacing: 0.04em;
}

.section-heading .eyebrow {
font-size: 20px;
}

.contact-copy .eyebrow,
.gallery-section .eyebrow,
.services .eyebrow,
.feature-band .eyebrow,
.intro .eyebrow {
font-size: 22px;
font-weight: 900;
}

.whatsapp-float {
position: fixed;
bottom: 20px;
right: 20px;
width: 62px;
height: 62px;
background: #25D366;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
text-decoration: none;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
z-index: 9999;
transition: 0.3s ease;
}

.whatsapp-float:hover {
transform: scale(1.1);
}

.areas-cover {
text-align: center;
}

.areas-cover p {
max-width: 900px;
margin: 0 auto;
font-size: 22px;
line-height: 1.6;
}

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

.faq-grid article {
background: #ffffff;
padding: 28px;
border-radius: 18px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.faq-grid h3 {
margin-bottom: 10px;
font-size: 24px;
}

.faq-grid p {
font-size: 18px;
line-height: 1.6;
}

@media (max-width: 768px) {
.brand img {
width: 75px;
height: 75px;
}

.brand strong {
font-size: 22px;
}

.brand small {
font-size: 16px;
}

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

.whatsapp-float {
width: 56px;
height: 56px;
font-size: 28px;
bottom: 16px;
right: 16px;
}
}
.site-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
padding: 18px 40px;
background: #f5f3ef;
position: static;
top: 0;
z-index: 1000;
border-bottom: 1px solid #ddd2be;
}

.brand {
display: flex;
align-items: center;
gap: 18px;
text-decoration: none;
color: #1b1b1b;
flex-shrink: 0;
}

.brand img {
width: 82px;
height: 82px;
object-fit: contain;
}

.brand strong {
display: block;
font-size: 30px;
line-height: 1;
}

.brand small {
display: block;
margin-top: 6px;
font-size: 18px;
font-weight: 700;
color: #9b6f22;
}

.main-nav {
display: flex;
align-items: center;
gap: 28px;
flex-wrap: wrap;
justify-content: center;
}

.main-nav a {
text-decoration: none;
color: #1b1b1b;
font-size: 18px;
font-weight: 700;
}

.header-call {
background: #1b1b1b;
color: white;
padding: 16px 24px;
border-radius: 16px;
text-decoration: none;
font-weight: 800;
font-size: 18px;
white-space: nowrap;
}

@media (max-width: 1200px) {
.site-header {
flex-direction: column;
padding: 20px;
}

.main-nav {
gap: 18px;
}

.brand strong {
font-size: 24px;
}
}

@media (max-width: 768px) {
.site-header {
gap: 20px;
}

.brand {
flex-direction: column;
text-align: center;
.brand img {
width: 82px;
height: 82px;
border-radius: 50%;
}

.brand strong {
display: block;
font-size: 28px;
line-height: 1.1;
}

.brand small {
display: block;
margin-top: 6px;
font-size: 18px;
font-weight: 800;
color: #9b6f22;
}

.site-header {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
}

.main-nav {
display: flex;
align-items: center;
justify-content: center;
gap: 22px;
flex-wrap: wrap;
}

.main-nav a {
font-size: 18px;
font-weight: 700;
text-decoration: none;
}

.header-call {
font-size: 18px;
padding: 14px 22px;
border-radius: 14px;
}

.section-heading .eyebrow,
.contact-copy .eyebrow,
.gallery-section .eyebrow,
.services .eyebrow,
.feature-band .eyebrow,
.intro .eyebrow {
font-size: 22px;
font-weight: 900;
}

.whatsapp-float {
position: fixed;
bottom: 20px;
right: 20px;
width: 62px;
height: 62px;
background: #25D366;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
text-decoration: none;
box-shadow: 0 4px 14px rgba(0,0,0,0.3);
z-index: 9999;
}

.whatsapp-float:hover {
transform: scale(1.08);
}

.areas-cover {
text-align: center;
}

.areas-cover p {
max-width: 900px;
margin: 0 auto;
font-size: 22px;
line-height: 1.6;
}

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

.faq-grid article {
background: #ffffff;
padding: 28px;
border-radius: 18px;
box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.faq-grid h3 {
font-size: 22px;
}

.faq-grid p {
font-size: 18px;
line-height: 1.6;
}

@media (max-width: 768px) {

  .site-header {
    gap: 20px;
    flex-direction: column;
    padding: 20px;
  }

  .brand {
    flex-direction: column;
    text-align: center;
  }

  .brand img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 800;
  color: #9b6f22;
}

.large-label,
.section-heading .eyebrow,
.contact-copy .eyebrow,
.gallery-section .eyebrow,
.services .eyebrow,
.feature-band .eyebrow,
.intro .eyebrow {
  font-size: 22px;
  font-weight: 900;
}

.site-header {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.main-nav a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.header-call {
  font-size: 18px;
  padding: 14px 22px;
  border-radius: 14px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 62px;
  height: 62px;
  background: #25D366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
  z-index: 9999;
}

.areas-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.areas-cover .section-heading {
  max-width: 1100px;
  margin: 0 auto 24px;
  text-align: center;
}

.areas-cover h2,
.areas-cover p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.areas-cover > p {
  max-width: 900px;
  font-size: 22px;
  line-height: 1.6;
}

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

.faq-grid article {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.faq-grid h3 {
  font-size: 22px;
}

.faq-grid p {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .site-header {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .brand {
    flex-direction: column;
    text-align: center;
    min-width: 0;
  }

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

  .brand strong {
    font-size: 22px;
  }

  .brand small {
    font-size: 15px;
  }

  .main-nav {
    gap: 14px;
    justify-content: center;
  }

  .main-nav a {
    font-size: 15px;
  }

  .faq-grid,
  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery img {
    height: auto;
  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    font-size: 28px;
    bottom: 16px;
    right: 16px;
  }
}
