:root{
  --black:#0A0A09;
  --black-soft:#141311;
  --black-line:#262420;
  --gold:#CBAE85;
  --gold-deep:#A98A5C;
  --gold-tint:#F4EEE3;
  --cream:#FAF7F1;
  --ink:#211E19;
  --ink-soft:#5C564C;
  --white:#FFFFFF;
  --shadow: 0 16px 40px rgba(10,10,9,0.10);
  --shadow-sm: 0 6px 18px rgba(10,10,9,0.08);
  --radius: 10px;
  --maxw: 1140px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color:var(--ink);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
  line-height:1.6;
}
img,svg{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3{margin:0;text-wrap:balance;font-family:'Playfair Display', Georgia, serif;font-weight:600;}
p{margin:0;}
.wrap{
  width:100%;
  max-width:var(--maxw);
  margin:0 auto;
  padding:0 28px;
}
.eyebrow{
  display:inline-block;
  font-size:0.7rem;
  font-weight:500;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--gold-deep);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-family:inherit;
  font-weight:500;
  font-size:0.92rem;
  letter-spacing:0.03em;
  padding:15px 30px;
  border-radius:4px;
  border:1.5px solid transparent;
  cursor:pointer;
  transition:transform 0.15s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space:nowrap;
  text-transform:uppercase;
}
.btn:active{transform:translateY(1px);}
.btn-gold{
  background:var(--gold);
  color:var(--black);
  box-shadow:0 8px 20px rgba(203,174,133,0.28);
}
.btn-gold:hover{background:var(--gold-deep);}
.btn-outline{
  background:transparent;
  border-color:rgba(255,255,255,0.4);
  color:var(--white);
}
.btn-outline:hover{background:rgba(255,255,255,0.08);border-color:var(--gold);color:var(--gold);}
.btn-outline-dark{
  background:transparent;
  border-color:rgba(33,30,25,0.25);
  color:var(--ink);
}
.btn-outline-dark:hover{border-color:var(--gold-deep);color:var(--gold-deep);}
.btn-sm{padding:11px 20px;font-size:0.78rem;}

/* ---------- NAV ---------- */
header.site-nav{
  position:sticky;
  top:0;
  z-index:100;
  background:var(--black);
  border-bottom:1px solid var(--black-line);
}
.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:10px;
  padding-bottom:10px;
}
.logo-img{
  display:block;
  width:150px;
  height:auto;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:32px;
}
.nav-links a{
  font-size:0.82rem;
  font-weight:400;
  letter-spacing:0.04em;
  color:rgba(250,247,241,0.75);
  transition:color 0.2s ease;
}
.nav-links a:hover{color:var(--gold);}
.nav-right{
  display:flex;
  align-items:center;
  gap:26px;
}
.nav-phone{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  line-height:1.25;
}
.nav-phone .label{
  font-size:0.64rem;
  font-weight:500;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:rgba(250,247,241,0.5);
}
.nav-phone a{
  font-weight:600;
  font-size:0.95rem;
  letter-spacing:0.01em;
  color:var(--gold);
  font-family:'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.nav-toggle{display:none;}

/* ---------- HERO ---------- */
.hero{
  position:relative;
  background:
    radial-gradient(circle at 82% 15%, rgba(203,174,133,0.14), transparent 45%),
    radial-gradient(circle at 10% 85%, rgba(203,174,133,0.08), transparent 40%),
    linear-gradient(180deg, var(--black) 0%, #141210 100%);
  color:var(--white);
  overflow:hidden;
}
.hero-inner{
  position:relative;
  padding:110px 28px 100px;
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.hero-inner.compact{padding:64px 28px 64px;}
.hero .eyebrow{color:var(--gold);margin-bottom:22px;}
.hero h1{
  font-size:clamp(2.4rem, 5.2vw, 3.9rem);
  font-weight:600;
  letter-spacing:0.005em;
  margin-bottom:24px;
  color:var(--white);
}
.hero-inner.compact h1{font-size:clamp(2rem, 4.2vw, 3rem);margin-bottom:18px;}
.hero h1 em{color:var(--gold);font-style:normal;}
.hero p.sub{
  font-size:clamp(1rem, 1.6vw, 1.15rem);
  color:rgba(250,247,241,0.72);
  font-weight:300;
  max-width:520px;
  margin:0 auto 44px;
}
.hero-inner.compact p.sub{margin:0 auto 32px;}
.hero-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}
.hero-rule{
  width:70px;
  height:1px;
  background:var(--gold);
  margin:44px auto 0;
  opacity:0.5;
}

/* ---------- LOCATION BADGE ---------- */
.location-badge{
  display:flex;
  width:fit-content;
  align-items:center;
  gap:9px;
  padding:9px 20px;
  border:1px solid rgba(203,174,133,0.35);
  border-radius:999px;
  background:rgba(203,174,133,0.07);
  margin:0 auto 28px;
  transition:background-color 0.2s ease, border-color 0.2s ease;
}
a.location-badge:hover{
  background:rgba(203,174,133,0.14);
  border-color:rgba(203,174,133,0.55);
}
.location-badge svg{width:15px;height:15px;color:var(--gold);flex-shrink:0;}
.location-badge span{
  font-size:0.74rem;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:500;
}

/* ---------- BREADCRUMB ---------- */
.breadcrumb{
  font-size:0.78rem;
  color:rgba(250,247,241,0.5);
  margin-bottom:22px;
  letter-spacing:0.02em;
}
.breadcrumb a{color:rgba(250,247,241,0.78);}
.breadcrumb a:hover{color:var(--gold);}
.breadcrumb .sep{margin:0 8px;opacity:0.5;}

/* ---------- SECTION SHARED ---------- */
section{padding:104px 0;}
.section-head{
  text-align:center;
  max-width:600px;
  margin:0 auto 60px;
}
.section-head h2{
  font-size:clamp(1.8rem, 3vw, 2.4rem);
  color:var(--ink);
  margin-top:12px;
}
.section-head.on-dark h2{color:var(--white);}
.section-subtitle{
  margin-top:16px;
  color:var(--ink-soft);
  font-size:1.02rem;
  font-weight:300;
}
.section-head.on-dark .section-subtitle{color:rgba(250,247,241,0.6);}

/* ---------- SERVICES ---------- */
.services{background:var(--cream);}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:26px;
}
.service-card{
  display:block;
  background:var(--white);
  border:1px solid rgba(33,30,25,0.08);
  border-radius:var(--radius);
  padding:38px 30px;
  transition:transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.service-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-sm);
  border-color:transparent;
}
.icon-badge{
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--gold-tint);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
}
.icon-badge svg{width:24px;height:24px;color:var(--gold-deep);}
.service-card h3{
  font-size:1.12rem;
  color:var(--ink);
  margin-bottom:10px;
  font-weight:600;
}
.service-card p{
  font-size:0.92rem;
  color:var(--ink-soft);
  font-weight:300;
}
.service-card .learn-more{
  display:inline-block;
  margin-top:16px;
  font-size:0.76rem;
  font-weight:500;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--gold-deep);
}

/* ---------- OUR WORK (BEFORE/AFTER) ---------- */
.work{background:var(--gold-tint);}
.compare-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
}
.compare-card{
  background:var(--white);
  border:1px solid rgba(33,30,25,0.08);
  border-radius:var(--radius);
  padding:14px;
  box-shadow:var(--shadow-sm);
}
.compare-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.compare-photo{
  position:relative;
  margin:0;
  border-radius:6px;
  overflow:hidden;
  aspect-ratio:4/5;
  background:var(--gold-tint);
}
.compare-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.photo-label{
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
  font-size:0.62rem;
  font-weight:600;
  letter-spacing:0.1em;
  text-transform:uppercase;
  padding:5px 10px;
  border-radius:4px;
  color:var(--white);
}
.label-before{background:rgba(10,10,9,0.82);}
.label-after{background:rgba(203,174,133,0.95);color:var(--black);}
.compare-title{
  text-align:center;
  margin-top:14px;
  font-size:0.86rem;
  color:var(--ink);
  font-weight:500;
}

/* ---------- PROCESS ---------- */
.process{
  background:var(--black);
  color:var(--white);
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:48px;
  text-align:center;
}
.process-num{
  font-family:'Playfair Display', serif;
  font-size:2.2rem;
  color:var(--gold);
  margin-bottom:18px;
}
.process-item h3{
  color:var(--white);
  font-size:1.1rem;
  margin-bottom:10px;
}
.process-item p{
  font-size:0.92rem;
  color:rgba(250,247,241,0.6);
  font-weight:300;
  max-width:260px;
  margin:0 auto;
}
.process-connector{
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ---------- WHY CHOOSE ---------- */
.why{background:var(--gold-tint);}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:32px;
  text-align:center;
}
.why-item .icon-badge{
  margin:0 auto 18px;
  background:var(--black);
  width:58px;
  height:58px;
}
.why-item .icon-badge svg{width:26px;height:26px;color:var(--gold);}
.why-item h3{
  font-size:1rem;
  color:var(--ink);
  margin-bottom:8px;
  font-weight:600;
}
.why-item p{
  font-size:0.86rem;
  color:var(--ink-soft);
  max-width:230px;
  margin:0 auto;
  font-weight:300;
}

/* ---------- ABOUT ---------- */
.about{background:var(--cream);}
.about-inner{
  max-width:720px;
  margin:0 auto;
  text-align:center;
}
.about-inner p{
  font-size:1.08rem;
  color:var(--ink-soft);
  font-weight:300;
  line-height:1.85;
}
.about-inner p + p{margin-top:20px;}

/* ---------- SERVICE DETAIL: OVERVIEW ---------- */
.overview{background:var(--cream);}
.overview-inner{
  max-width:760px;
  margin:0 auto 56px;
  text-align:center;
}
.overview-inner p{
  font-size:1.05rem;
  color:var(--ink-soft);
  font-weight:300;
  line-height:1.85;
}
.overview-inner p + p{margin-top:18px;}

/* ---------- SERVICE DETAIL: KEY DETAILS ---------- */
.details-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
  max-width:940px;
  margin:0 auto;
}
.detail-card{
  background:var(--white);
  border:1px solid rgba(33,30,25,0.08);
  border-radius:var(--radius);
  padding:30px 24px;
  text-align:center;
}
.detail-card .label{
  display:block;
  font-size:0.66rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--gold-deep);
  font-weight:500;
  margin-bottom:12px;
}
.detail-card .value{
  font-family:'Playfair Display', serif;
  font-size:1.25rem;
  color:var(--ink);
  line-height:1.3;
}

/* ---------- SERVICE DETAIL: INCLUDED CHECKLIST ---------- */
.included{background:var(--white);}
.included-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 40px;
  max-width:920px;
  margin:0 auto;
}
.included-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.included-item .check{
  flex-shrink:0;
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--gold-tint);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:2px;
}
.included-item .check svg{width:13px;height:13px;color:var(--gold-deep);}
.included-item p{
  font-size:0.95rem;
  color:var(--ink-soft);
  font-weight:300;
  line-height:1.55;
  padding-top:2px;
}

/* ---------- SERVICE DETAIL: GOOD TO KNOW ---------- */
.good-to-know{
  max-width:780px;
  margin:0 auto;
  background:var(--gold-tint);
  border-radius:16px;
  padding:38px 44px;
}
.good-to-know h3{
  font-size:1.05rem;
  color:var(--ink);
  margin-bottom:18px;
}
.good-to-know ul{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.good-to-know li{
  font-size:0.92rem;
  color:var(--ink-soft);
  font-weight:300;
  padding-left:22px;
  position:relative;
  line-height:1.55;
}
.good-to-know li::before{
  content:"—";
  position:absolute;
  left:0;
  color:var(--gold-deep);
}

/* ---------- SERVICE DETAIL: RELATED ---------- */
.related{background:var(--gold-tint);}
.related-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}
.related-card{
  display:block;
  background:var(--white);
  border:1px solid rgba(33,30,25,0.08);
  border-radius:var(--radius);
  padding:26px 22px;
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}
.related-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-sm);
}
.related-card h3{
  font-size:0.96rem;
  margin-bottom:6px;
  color:var(--ink);
}
.related-card p{
  font-size:0.82rem;
  color:var(--ink-soft);
  font-weight:300;
}
.related-card .arrow{
  display:inline-block;
  margin-top:14px;
  font-size:0.72rem;
  font-weight:500;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--gold-deep);
}

/* ---------- SERVICE AREAS ---------- */
.areas{background:var(--white);}
.area-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
  max-width:960px;
  margin:0 auto;
}
.area-card{
  display:flex;
  align-items:center;
  gap:12px;
  background:var(--cream);
  border:1px solid rgba(33,30,25,0.08);
  border-radius:var(--radius);
  padding:20px 22px;
}
.area-card svg{width:17px;height:17px;color:var(--gold-deep);flex-shrink:0;}
.area-card span{
  font-family:'Playfair Display', serif;
  font-size:1rem;
  color:var(--ink);
}
.areas-note{
  max-width:600px;
  margin:44px auto 0;
  text-align:center;
  font-size:0.92rem;
  color:var(--ink-soft);
  font-weight:300;
  line-height:1.7;
}
.areas-note a{color:var(--gold-deep);font-weight:500;}

/* ---------- FAQ ---------- */
.faq{background:var(--white);}
.faq-list{
  max-width:760px;
  margin:0 auto;
}
.faq-item{
  border-bottom:1px solid rgba(33,30,25,0.1);
}
.faq-q{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  padding:24px 4px;
  cursor:pointer;
  font-family:'Playfair Display', serif;
  font-size:1.08rem;
  color:var(--ink);
  background:none;
  border:none;
  text-align:left;
}
.faq-q:focus-visible{
  outline:2px solid var(--gold-deep);
  outline-offset:2px;
  border-radius:4px;
}
.faq-q .plus{
  flex-shrink:0;
  width:22px;
  height:22px;
  position:relative;
}
.faq-q .plus::before,
.faq-q .plus::after{
  content:"";
  position:absolute;
  background:var(--gold-deep);
  transition:transform 0.25s ease;
}
.faq-q .plus::before{width:100%;height:1.5px;top:50%;left:0;transform:translateY(-50%);}
.faq-q .plus::after{height:100%;width:1.5px;left:50%;top:0;transform:translateX(-50%);}
.faq-item.open .faq-q .plus::after{transform:translateX(-50%) rotate(90deg);opacity:0;}
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.3s ease;
}
.faq-a p{
  padding:0 4px 24px;
  font-size:0.94rem;
  color:var(--ink-soft);
  font-weight:300;
  max-width:640px;
}

/* ---------- QUOTE FORM ---------- */
.quote{background:var(--black-soft);}
.quote .section-head h2{color:var(--white);}
.quote-card{
  max-width:740px;
  margin:0 auto;
  background:var(--black);
  border:1px solid var(--black-line);
  border-radius:16px;
  padding:50px;
  box-shadow:var(--shadow);
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:8px;
}
.field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.field.full{grid-column:1 / -1;}
.field label{
  font-size:0.76rem;
  font-weight:500;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:rgba(250,247,241,0.65);
}
.field input,
.field select,
.field textarea{
  font-family:inherit;
  font-size:0.95rem;
  color:var(--white);
  background:var(--black-soft);
  border:1.5px solid var(--black-line);
  border-radius:6px;
  padding:13px 14px;
  width:100%;
  transition:border-color 0.2s ease, box-shadow 0.2s ease;
}
.field textarea{resize:vertical;min-height:110px;font-family:inherit;}
.field input::placeholder,
.field textarea::placeholder{color:rgba(250,247,241,0.3);}
.field input:focus,
.field select:focus,
.field textarea:focus{
  outline:none;
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(203,174,133,0.15);
}
.field select{
  appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'><path d='M1 1l6 6 6-6' stroke='%23CBAE85' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat:no-repeat;
  background-position:right 14px center;
  padding-right:36px;
}
.field select option{background:var(--black-soft);color:var(--white);}
.quote-submit{
  margin-top:32px;
  width:100%;
}
.quote-note{
  font-size:0.78rem;
  color:rgba(250,247,241,0.45);
  text-align:center;
  margin-top:16px;
  font-weight:300;
}
.quote-note a{color:var(--gold);}
#quote-error{color:#D98C7A;}
.quote-submit[disabled]{opacity:0.6;cursor:not-allowed;}
.quote-success{
  text-align:center;
  padding:24px 0 8px;
}
.quote-success .icon-badge{
  margin:0 auto 20px;
  background:var(--gold);
  width:64px;
  height:64px;
}
.quote-success .icon-badge svg{width:30px;height:30px;color:var(--black);}
.quote-success h3{
  font-size:1.3rem;
  color:var(--white);
  margin-bottom:8px;
}
.quote-success p{
  font-size:0.95rem;
  color:rgba(250,247,241,0.65);
  font-weight:300;
}

/* ---------- LEGAL PAGES ---------- */
.legal-page{max-width:820px;margin:0 auto;}
.legal-page .updated{
  display:block;
  font-size:0.82rem;
  color:var(--ink-soft);
  font-weight:300;
  margin-bottom:44px;
}
.legal-page h2{
  font-size:1.4rem;
  color:var(--ink);
  margin:44px 0 16px;
}
.legal-page h2:first-of-type{margin-top:0;}
.legal-page h3{
  font-size:1.05rem;
  color:var(--ink);
  margin:28px 0 12px;
}
.legal-page p{
  font-size:0.96rem;
  color:var(--ink-soft);
  font-weight:300;
  line-height:1.8;
  margin-bottom:14px;
}
.legal-page ul{padding-left:22px;margin-bottom:14px;}
.legal-page li{
  list-style:disc;
  font-size:0.96rem;
  color:var(--ink-soft);
  font-weight:300;
  line-height:1.8;
  margin-bottom:8px;
}

/* ---------- CHECKLIST GROUPS ---------- */
.checklist-group h3{
  font-family:'Playfair Display', serif;
  font-size:1.15rem;
  color:var(--ink);
  margin:0 0 22px;
}
.checklist-group{margin-bottom:48px;}
.checklist-group:last-child{margin-bottom:0;}

/* ---------- BLOG ---------- */
.blog-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:26px;
}
.blog-card{
  display:block;
  background:var(--white);
  border:1px solid rgba(33,30,25,0.08);
  border-radius:var(--radius);
  overflow:hidden;
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-sm);
}
.blog-card-body{padding:28px 26px;}
.blog-card .tag{
  font-size:0.66rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--gold-deep);
  font-weight:500;
}
.blog-card h3{
  font-size:1.05rem;
  margin:12px 0 10px;
  color:var(--ink);
}
.blog-card p{
  font-size:0.88rem;
  color:var(--ink-soft);
  font-weight:300;
  line-height:1.65;
}
.blog-card .read-more{
  display:inline-block;
  margin-top:18px;
  font-size:0.74rem;
  font-weight:500;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--gold-deep);
}

/* ---------- ARTICLE (BLOG POST) ---------- */
.article{max-width:720px;margin:0 auto;}
.article .meta{
  font-size:0.8rem;
  color:var(--ink-soft);
  font-weight:300;
  margin-bottom:28px;
  text-align:center;
}
.article p{
  font-size:1.02rem;
  color:var(--ink-soft);
  font-weight:300;
  line-height:1.85;
  margin-bottom:20px;
}
.article h2{
  font-size:1.35rem;
  color:var(--ink);
  margin:36px 0 14px;
}
.article ul{padding-left:22px;margin-bottom:20px;}
.article li{
  list-style:disc;
  font-size:1rem;
  color:var(--ink-soft);
  font-weight:300;
  line-height:1.8;
  margin-bottom:8px;
}

/* ---------- FOOTER ---------- */
footer{
  background:var(--black);
  color:rgba(250,247,241,0.75);
  padding:72px 0 0;
  border-top:1px solid var(--black-line);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:40px;
  padding-bottom:48px;
}
.footer-brand .footer-logo-img{
  display:block;
  width:150px;
  height:auto;
  margin-bottom:20px;
}
.footer-brand p{
  font-size:0.86rem;
  color:rgba(250,247,241,0.5);
  font-weight:300;
  line-height:1.75;
  max-width:280px;
}
.footer-col h4{
  font-family:'Playfair Display', serif;
  font-size:0.94rem;
  color:var(--white);
  margin-bottom:20px;
  font-weight:600;
}
.footer-col{
  display:flex;
  flex-direction:column;
}
.footer-col a,
.footer-col .footer-static{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:0.85rem;
  color:rgba(250,247,241,0.5);
  font-weight:300;
  margin-bottom:14px;
  transition:color 0.2s ease;
}
.footer-col a:hover{color:var(--gold);}
.footer-col svg{width:14px;height:14px;flex-shrink:0;color:var(--gold-deep);}
.footer-bottom{
  border-top:1px solid var(--black-line);
  padding:26px 0 28px;
  text-align:center;
}
.footer-copy{
  font-size:0.76rem;
  color:rgba(250,247,241,0.35);
  font-weight:300;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px){
  .nav-links{display:none;}
  .service-grid{grid-template-columns:repeat(2, 1fr);}
  .why-grid{grid-template-columns:repeat(2, 1fr);gap:36px;}
  .process-grid{grid-template-columns:1fr;gap:36px;}
  .details-grid{grid-template-columns:1fr;}
  .included-grid{grid-template-columns:1fr;}
  .related-grid{grid-template-columns:repeat(2, 1fr);}
  .blog-grid{grid-template-columns:repeat(2, 1fr);}
  .footer-grid{grid-template-columns:repeat(2, 1fr);}
  .compare-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto;}
  .area-grid{grid-template-columns:repeat(3, 1fr);}
}
@media (max-width: 600px){
  section{padding:72px 0;}
  .hero-inner{padding:76px 24px 60px;}
  .hero-inner.compact{padding:52px 22px 44px;}
  .nav-inner{padding-top:12px;padding-bottom:12px;}
  .nav-phone .label{display:none;}
  .nav-right{gap:14px;}
  .logo-img{width:120px;}
  .service-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .form-grid{grid-template-columns:1fr;}
  .field.full{grid-column:auto;}
  .quote-card{padding:32px 22px;border-radius:12px;}
  .btn{padding:14px 24px;font-size:0.85rem;}
  .good-to-know{padding:28px 24px;}
  .related-grid{grid-template-columns:1fr;}
  .blog-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;gap:36px;}
  .area-grid{grid-template-columns:repeat(2, 1fr);}
}
@media (max-width: 420px){
  .nav-right{gap:10px;}
  .btn-sm{padding:10px 16px;font-size:0.72rem;}
  .logo-img{width:104px;}
}
