:root{
  --navy:#1C2E4A;
  --navy-dark:#13213A;
  --ink:#1B211D;
  --pine:#B9793E;
  --brick:#9C3B26;
  --fog:#EFF0E8;
  --steel:#56635D;
  --white:#FFFFFF;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Public Sans',sans-serif;color:var(--ink);background:var(--white);}
h1,h2,h3{font-family:'Zilla Slab',serif;font-weight:600;line-height:1.15;}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px;}
a{color:inherit;text-decoration:none;}

/* header */
header{background:var(--white);border-bottom:1px solid #E2E4DC;}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:1080px;margin:0 auto;}
.brand{display:flex;align-items:center;gap:10px;}
.brand-text{display:flex;flex-direction:column;line-height:1.15;}
.brand-name{font-family:'Zilla Slab',serif;font-weight:700;font-size:18px;color:var(--navy);}
.brand-sub{font-family:'Space Mono',monospace;font-size:10px;letter-spacing:1.5px;color:var(--steel);}
nav ul{display:flex;gap:28px;list-style:none;font-size:14px;font-weight:500;color:var(--ink);}
nav a:hover{color:var(--navy);}
nav a[aria-current="page"]{color:var(--navy);font-weight:700;}
.call-btn{font-family:'Space Mono',monospace;background:var(--brick);color:var(--white);padding:9px 16px;border-radius:4px;font-size:13px;font-weight:700;letter-spacing:.2px;white-space:nowrap;}

/* hero */
.hero{position:relative;min-height:520px;display:flex;align-items:flex-end;background:#333 url('../Images/Feature1.jpg') center/cover no-repeat;}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(19,33,58,.18) 0%, rgba(19,33,58,.85) 90%);}
.hero-content{position:relative;z-index:1;padding:64px 24px 48px;max-width:1080px;margin:0 auto;width:100%;color:var(--white);}
.eyebrow{font-family:'Space Mono',monospace;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--pine);margin-bottom:14px;display:block;}
.hero .eyebrow{color:var(--brick);}
.hero h1{font-size:42px;color:var(--white);max-width:620px;margin-bottom:16px;}
.hero p{font-size:16px;color:#DCDFD6;max-width:480px;margin-bottom:28px;line-height:1.6;}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;}
.btn-primary{background:var(--brick);color:var(--white);padding:13px 22px;border-radius:4px;font-weight:600;font-size:14px;display:inline-block;}
.btn-secondary{border:1px solid rgba(255,255,255,.5);color:var(--white);padding:13px 22px;border-radius:4px;font-weight:600;font-size:14px;display:inline-block;}

/* generic page header (about/services/portfolio/contact) */
.page-head{padding:44px 0 36px;border-bottom:1px solid #E2E4DC;}
.page-head .eyebrow{color:var(--navy);}
.page-head h1{font-size:32px;color:var(--ink);max-width:640px;}
.page-head p{color:var(--steel);font-size:15px;margin-top:10px;max-width:560px;}

/* trust strip */
.trust{background:var(--navy-dark);color:var(--white);}
.trust-inner{display:grid;grid-template-columns:repeat(4,1fr);max-width:1080px;margin:0 auto;padding:22px 24px;gap:16px;}
.trust-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;}
.trust-item svg{flex-shrink:0;width:18px;height:18px;color:var(--pine);}

/* section shared */
section{padding:64px 0;}
.section-fog{background:var(--fog);}
.section-head{max-width:560px;margin-bottom:36px;}
.section-head .eyebrow{color:var(--navy);}
.section-head h2{font-size:30px;color:var(--ink);}

/* services */
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.service-card{background:var(--white);border:1px solid #E2E4DC;border-radius:6px;padding:26px 22px;}
.service-card .icon{width:36px;height:36px;background:var(--fog);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--navy);}
.service-card .icon svg{width:19px;height:19px;}
.service-card h3{font-size:17px;color:var(--ink);margin-bottom:8px;}
.service-card ul{list-style:none;font-size:13px;color:var(--steel);line-height:1.9;}

/* featured work / portfolio */
.work-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;}
.work-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:4px;display:block;}
.work-link{margin-top:22px;display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:14px;color:var(--navy);}

.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.gallery-grid a{display:block;border-radius:6px;overflow:hidden;}
.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .25s;}
.gallery-grid a:hover img{transform:scale(1.04);}
.lightbox{display:none;position:fixed;inset:0;background:rgba(19,33,58,.94);z-index:50;align-items:center;justify-content:center;padding:24px;}
.lightbox:target{display:flex;}
.lightbox img{max-width:92%;max-height:86vh;border-radius:6px;}
.lightbox-close{position:absolute;top:20px;right:28px;color:#fff;font-size:30px;line-height:1;}

/* about teaser / split layout */
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.about-split img{width:100%;border-radius:6px;object-fit:cover;aspect-ratio:4/3;}
.about-split h2{font-size:28px;margin-bottom:14px;}
.about-split p{color:var(--steel);font-size:15px;line-height:1.7;margin-bottom:18px;}
.badge-tag{display:inline-flex;align-items:center;gap:6px;font-family:'Space Mono',monospace;font-size:12px;background:var(--white);border:1px solid #E2E4DC;padding:6px 12px;border-radius:4px;margin-right:8px;margin-bottom:8px;color:var(--ink);}

/* cta banner */
.cta-banner{background:var(--navy-dark);color:var(--white);border-radius:8px;padding:32px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.cta-banner h2{font-size:22px;margin-bottom:4px;}
.cta-banner p{color:#C7CDD6;font-size:14px;}

/* contact */
.contact-hero{background:var(--navy-dark);color:var(--white);padding:56px 0;text-align:center;}
.contact-hero .phone-big{font-family:'Space Mono',monospace;font-size:38px;font-weight:700;color:var(--white);display:inline-block;margin:14px 0 22px;}
.contact-hero p{color:#C7CDD6;max-width:480px;margin:0 auto;}
.contact-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:8px;}
.info-card{border:1px solid #E2E4DC;border-radius:8px;padding:24px;}
.info-card h3{font-size:16px;margin-bottom:8px;}
.info-card p{color:var(--steel);font-size:14px;line-height:1.7;}

/* footer */
footer{background:var(--navy-dark);color:#C7CDD6;padding:40px 0 28px;}
.footer-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-bottom:24px;}
.footer-brand{font-family:'Zilla Slab',serif;font-weight:600;color:var(--white);font-size:17px;}
.footer-nav{display:flex;gap:20px;font-size:13px;flex-wrap:wrap;}
.footer-phone{font-family:'Space Mono',monospace;color:var(--pine);font-size:14px;}
.footer-meta{border-top:1px solid #2A3A54;padding-top:18px;font-size:12px;color:#8D96A5;}

/* site credit */
.site-credit{background:var(--ink);padding:14px 0;text-align:center;}
.site-credit p{font-size:12px;color:#8A8F85;}
.site-credit a{color:var(--pine);font-weight:600;}
.site-credit a:hover{text-decoration:underline;}

@media (max-width:720px){
  nav{display:none;}
  .hero h1{font-size:30px;}
  .trust-inner{grid-template-columns:repeat(2,1fr);}
  .service-grid{grid-template-columns:1fr;}
  .work-grid{grid-template-columns:repeat(3,1fr);}
  .gallery-grid{grid-template-columns:repeat(2,1fr);}
  .about-split{grid-template-columns:1fr;}
  .contact-info-grid{grid-template-columns:1fr;}
  .cta-banner{flex-direction:column;align-items:flex-start;}
}
