
:root{
  --black:#050505;
  --gold:#b98737;
  --gold-soft:#d9b471;
  --ivory:#f7f2ea;
  --cream:#fbf8f4;
  --line:#e7dbca;
  --text:#191611;
  --muted:#5f574d;
  --serif:"Cormorant Garamond", Georgia, serif;
  --sans:"Manrope", Arial, sans-serif;
  --wrap:1180px;
  --shadow:0 16px 40px rgba(0,0,0,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{
  margin:0;
  color:var(--text);
  background:#fff;
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased;
  line-height:1.55;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.wrap{width:min(var(--wrap), calc(100% - 44px)); margin-inline:auto}

.site-header{
  position:sticky; top:0; z-index:40;
  background:rgba(5,5,5,.96);
  border-bottom:1px solid rgba(212,177,108,.18);
}
.header-inner{
  height:58px;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  display:flex; align-items:center; gap:12px;
  color:var(--gold-soft);
  font-family:var(--serif);
  font-size:1.08rem;
}
.brand img{
  width:50px;
  height:auto;
  margin-top:-7px;
  margin-bottom:-7px;}
.brand span{font-size:1.8rem}
.main-nav{
  display:flex; align-items:center; gap:28px;
  color:#f1ece4; font-size:.9rem;
}
.main-nav a{opacity:.92}
.main-nav a:hover{opacity:1}
.nav-cta{
  padding:12px 18px; border-radius:10px;
  background:linear-gradient(180deg, #c59a4c, #ab7d31);
  color:#fff !important; font-weight:700;
  text-transform:uppercase; letter-spacing:.03em; font-size:.82rem;
}
.menu-toggle{
  display:none; width:44px; height:44px; background:transparent; border:0; cursor:pointer;
}
.menu-toggle span{
  display:block; width:22px; height:2px; background:#fff; margin:5px auto;
}

.hero{background:linear-gradient(180deg, #f9f6f1, #f6f1e9)}
.hero-grid{
  display:grid; grid-template-columns:40% 60%; align-items:stretch;
}
.hero-copy{
  padding:58px 22px 26px 0; align-self:center;
}
.eyebrow{
  margin:0 0 16px;
  color:#9a6a24; text-transform:uppercase;
  letter-spacing:.15em; font-size:.75rem; font-weight:700;
}
.eyebrow.light{color:#d3b26e}
h1,h2,h3,h4{font-family:var(--serif); margin:0}
.hero h1{
  font-size:clamp(3.8rem, 7vw, 6.4rem);
  line-height:.83; letter-spacing:-.03em; font-weight:500;
}
.hero h1 em{font-style:normal; color:#ac7a30}
.rule{
  width:84px; height:2px; margin:18px 0 18px;
  background:linear-gradient(90deg, #b98737, transparent);
}
.hero-text{
  max-width:400px;
  color:#463f37;
  font-size:1rem;
  margin:0 0 22px;
}
.hero-actions{
  display:flex; flex-wrap:wrap; gap:12px;
  margin-bottom:18px;
}
.btn{
  display:flex; align-items:center; gap:10px;
  min-height:54px; padding:0 16px;
  border-radius:9px; border:1px solid transparent;
  font-size:.88rem; font-weight:700;
  box-shadow:0 6px 20px rgba(0,0,0,.05);
}
.btn-icon{width:22px; height:22px; display:grid; place-items:center}
.btn-icon svg{width:22px; height:22px}
.btn span small{display:block; font-size:.76rem; opacity:.9; font-weight:600}
.btn-gold{
  background:linear-gradient(180deg, #c39a51, #a9782a);
  color:#fff;
}
.btn-dark{background:#0a0a0a; color:#fff}
.btn-white{background:#fff; color:#30291f; border-color:#d8c6ad}
.coverage{font-size:.82rem; color:#4a433a}
.coverage>span{display:block; margin-bottom:4px; text-transform:uppercase; letter-spacing:.06em}
.coverage ul{list-style:none; padding:0; margin:0; display:flex; flex-wrap:wrap; gap:10px 18px}
.coverage li{position:relative}
.coverage li:not(:last-child)::after{content:"•"; margin-left:18px; color:#ab7a30}

.hero-photo{min-height:470px}
.hero-photo img{
  width:100%; height:100%; object-fit:cover; object-position:center;
}

.trust-bar{
  border-top:1px solid #ede3d6;
  border-bottom:1px solid #ede3d6;
  background:#faf6ef;
}
.trust-grid{display:grid; grid-template-columns:repeat(4,1fr)}
.trust-item{
  padding:28px 18px 26px;
  text-align:center;
  border-right:1px solid #ebdfd0;
}
.trust-item:last-child{border-right:0}
.icon-line{width:42px; height:42px; margin:0 auto 12px; color:#a8782c}
.icon-line svg{width:42px; height:42px; display: block;}
.trust-item h3{
  font-size:1.6rem; line-height:1.05; font-weight:500;
  margin-bottom:8px;
}
.trust-item p{
  margin:0; font-size:.86rem; color:#51493f;
}

.section{padding:62px 0}
.section-heading.center{text-align:center; margin-bottom:28px}
.section-heading h2{font-size:3.3rem; font-weight:500; letter-spacing:-.02em}

.service-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:14px}
.service-card{
  background:#fbf8f4; border:1px solid #e5d9ca;
  position:relative; padding-bottom:18px;
}
.service-card img{width:100%; height:108px; object-fit:cover}
.service-icon{
  position:absolute; top:88px; left:50%; transform:translateX(-50%);
  width:46px; height:46px; border-radius:50%;
  background:#050505; color:#c39241; display:grid; place-items:center;
  border:3px solid #f7f2ea;
}
.service-icon svg{width:22px; height:22px}
.service-card h3{
  margin:36px 12px 10px; text-align:center;
  font-size:1.95rem; line-height:1.02; font-weight:500;
}
.service-card p{
  margin:0 16px; text-align:center; font-size:.88rem; color:#564f45;
}

.why-grid{
  display:grid; grid-template-columns:38% 62%; gap:26px; align-items:start;
}
.why-image img{width:100%; height:100%; object-fit:cover}
.why-copy h2{
  font-size:3.35rem; line-height:.95; font-weight:500; margin-bottom:18px;
}
.why-list{
  display:grid; grid-template-columns:1fr 1fr 1fr; gap:18px 20px;
}
.why-list article{display:flex; gap:12px; align-items:flex-start}
.mini-icon{
  width:28px; height:28px; color:#b07b2f; flex:0 0 28px;
}
.mini-icon svg{width:28px; height:28px}
.why-list h3{
  font-size:1.1rem; line-height:1.05; margin-bottom:4px; font-weight:600;
}
.why-list p{
  margin:0; font-size:.84rem; color:#5b5248;
}

.results-grid{
  display:grid; grid-template-columns:25% 54% 21%; gap:18px; align-items:start;
}
.results-copy h2{
  font-size:3.15rem; line-height:.92; font-weight:500; margin-bottom:0;
}
.results-copy p:last-child{color:#5b5248; font-size:.93rem}
.results-gallery{
  display:grid; grid-template-columns:repeat(3,1fr); gap:10px;
}
.results-gallery img{
  width:100%; height:225px; object-fit:cover;
  border:1px solid #eadfce;
}
.instagram-box{
  border:1px solid #e6dacb; background:#f9f5ef;
  padding:22px 18px; min-height:170px;
}
.insta-icon{width:34px; height:34px; color:#b07b2f; margin-bottom:12px}
.insta-icon svg{width:34px; height:34px}
.instagram-box h3{
  font-size:1.65rem; line-height:1.02; font-weight:500; margin-bottom:10px;
}
.instagram-box p{margin:0 0 14px; color:#5c5449; font-size:.86rem}
.insta-btn{
  display:inline-block; background:#050505; color:#fff; padding:10px 14px;
  border-radius:8px; font-size:.86rem; font-weight:700; margin-bottom:8px;
}
.instagram-box small{display:block; color:#6b6258}

.where-grid{
  display:grid; grid-template-columns:22% 33% 45%; gap:24px; align-items:start;
}
.where-copy h2{
  font-size:3.15rem; line-height:.92; font-weight:500;
}
.where-copy p{color:#5b5248}
.map-card img{
  width:100%; height:auto; border:1px solid #e4d8c8;
  background:#f8f4ee;
}
.areas-list{
  display:grid; grid-template-columns:1fr 1fr; gap:24px;
}
.areas-list h3{
  font-size:1.15rem; text-transform:uppercase; letter-spacing:.08em;
  color:#9a6a24; margin-bottom:8px;
}
.areas-list ul{
  margin:0; padding-left:18px; color:#4e463c; font-size:.93rem;
}
.areas-list li{margin-bottom:4px}

.contact-band{
  background:linear-gradient(180deg, #090909, #060606);
  color:#fff;
  padding:26px 0;
}
.contact-grid{
  display:grid; grid-template-columns:1.35fr repeat(4,1fr); gap:12px; align-items:stretch;
}
.contact-copy h2{
  font-size:2.4rem; font-weight:500; line-height:.95; margin-bottom:6px;
}
.contact-copy p{margin:0; color:rgba(255,255,255,.72)}
.contact-card{
  border:1px solid rgba(210,166,92,.38);
  display:flex; gap:12px; align-items:center;
  padding:14px 12px; min-height:82px;
}
.contact-icon{width:30px; height:30px; color:#d1a04f; flex:0 0 30px}
.contact-icon svg{width:30px; height:30px}
.contact-card strong{
  display:block; text-transform:uppercase; letter-spacing:.05em; font-size:.82rem; color:#fff;
}
.contact-card small{
  display:block; color:rgba(255,255,255,.78); font-size:.84rem;
}

.site-footer{
  background:#050505; color:#fff;
  border-top:1px solid rgba(212,177,108,.18);
}
.footer-grid{
  display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:22px;
  padding:24px 0;
}
.footer-brand img{width:100px; margin-bottom:6px}
.footer-brand strong{
  display:block; font-family:var(--serif); color:#d8b26f; font-size:1.65rem; font-weight:500;
}
.footer-brand small{color:rgba(255,255,255,.7)}
.footer-col h4{
  margin:0 0 10px; color:#d8b26f; font-size:.92rem; text-transform:uppercase; letter-spacing:.06em;
  font-family:var(--sans);
}
.footer-col a, .footer-col span{
  display:block; margin-bottom:6px; color:rgba(255,255,255,.78); font-size:.9rem;
}
.legal{
  border-top:1px solid rgba(255,255,255,.08);
  padding:14px 0 20px;
  display:flex; justify-content:space-between; gap:16px;
  color:rgba(255,255,255,.56); font-size:.82rem;
}

@media (max-width: 1100px){
  .hero-grid, .why-grid, .results-grid, .where-grid, .contact-grid{grid-template-columns:1fr}
  .hero-photo{min-height:400px}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .results-gallery{grid-template-columns:repeat(2,1fr)}
  .areas-list{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr 1fr}
}

@media (max-width: 760px){
  .menu-toggle{display:block}
  .main-nav{
    display:none; position:absolute; top:72px; left:16px; right:16px;
    background:#080808; border:1px solid rgba(212,177,108,.18);
    padding:18px; flex-direction:column; align-items:stretch; gap:14px;
  }
  .main-nav.open{display:flex}
  .service-grid{grid-template-columns:1fr 1fr}
  .trust-grid{grid-template-columns:1fr 1fr}
  .why-list{grid-template-columns:1fr 1fr}
  .footer-grid, .areas-list{grid-template-columns:1fr}
  .legal{display:block}
}

@media (max-width: 560px){
  .wrap{width:min(calc(100% - 24px), var(--wrap))}
  .hero-copy{padding-top:34px}
  .hero h1{font-size:4.35rem}
  .hero-actions{flex-direction:column}
  .hero-photo{min-height:320px}
  .trust-grid, .service-grid, .why-list, .results-gallery, .contact-grid{grid-template-columns:1fr}
  .trust-item{border-right:0; border-bottom:1px solid #ebdfd0}
  .trust-item:last-child{border-bottom:0}
  .section-heading h2, .why-copy h2, .results-copy h2, .where-copy h2{font-size:2.7rem}
}
