@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #1598d2;
  --navy-dark: #111111;
  --blue: #1598d2;
  --red: #e51d4b;
  --ink: #111111;
  --cream: #f7f4ef;
  --muted: #686868;
  --line: #e4e0d9;
  --white: #ffffff;
  --green: #1d9e63;
  --shadow: 0 18px 44px rgba(0, 0, 0, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100; }
.skip-link:focus { left: 8px; }

.top-strip { background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .04em; }
.top-strip__inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.top-strip p { margin: 0; }
.top-strip strong { color: var(--blue); }
.top-strip__contact { display: flex; gap: 18px; align-items: center; font-size: 11px; }
.top-strip__contact a { color: #fff; font-weight: 800; }

.site-header { background: #fff; border-bottom: 1px solid #ededed; position: sticky; top: 0; z-index: 20; }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); }
.brand-mark svg { width: 27px; height: 27px; fill: none; stroke: #fff; stroke-width: 3; stroke-linejoin: round; stroke-linecap: round; }
.brand-mark svg path:last-child { stroke: var(--red); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .12em; color: var(--navy); }
.brand-copy span { font-size: 9px; letter-spacing: .13em; font-weight: 800; margin-top: 5px; color: var(--red); }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.main-nav a:hover { color: var(--red); }
.nav-call, .nav-quote { padding: 11px 15px; }
.nav-call { border: 1px solid var(--navy); color: var(--navy); }
.nav-quote { background: var(--red); color: #fff !important; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 7px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { background: #fff; overflow: hidden; }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: 1.16fr .84fr; align-items: stretch; }
.hero-copy { padding: 82px 38px 58px 0; align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.eyebrow span { width: 9px; height: 9px; background: var(--red); display: inline-block; }
.eyebrow.center { justify-content: center; }
h1, h2 { font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.06em; line-height: .99; margin: 0; }
h1 { font-size: clamp(48px, 5.5vw, 72px); }
h2 { font-size: clamp(34px, 4vw, 48px); }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-text { color: #555; max-width: 600px; margin: 24px 0 28px; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 47px; padding: 0 17px; text-transform: uppercase; letter-spacing: .05em; font-size: 12px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.14); }
.btn-primary { background: var(--red); color: #fff; }
.btn-outline { border-color: var(--navy); color: var(--navy); background: #fff; }
.hero-proof { display: flex; gap: 22px; align-items: center; margin-top: 42px; }
.proof-number { background: var(--cream); padding: 16px 19px; min-width: 172px; display: flex; align-items: center; gap: 10px; border-left: 4px solid var(--blue); }
.proof-number strong { color: var(--navy); font-family: "Archivo Black"; font-size: 37px; line-height: 1; }
.proof-number span { font-size: 9px; font-weight: 800; letter-spacing: .06em; line-height: 1.2; }
.proof-list p { margin: 6px 0; font-size: 12px; font-weight: 700; color: #333; }
.proof-list b { color: var(--red); margin-right: 5px; }
.hero-image-wrap { position: relative; min-height: 570px; background: #d9e5ea; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image-wrap::after { content: ""; position: absolute; inset: auto 0 0; height: 32%; background: linear-gradient(transparent, rgba(0,0,0,.24)); }
.hero-badge { position: absolute; left: -58px; bottom: 58px; z-index: 1; width: 154px; height: 154px; border-radius: 50%; display: grid; place-items: center; align-content: center; text-align: center; padding: 15px; color: var(--navy); background: #fff; box-shadow: var(--shadow); border: 7px solid #f8f4ee; }
.hero-badge__icon { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 6px; border-radius: 50%; color: #fff; background: var(--red); font-size: 14px; }
.hero-badge strong, .hero-badge small { display: block; font-size: 10px; line-height: 1.1; letter-spacing: .07em; }
.hero-badge small { margin-top: 4px; color: #555; font-size: 8px; }
.hero-side-label { position: absolute; left: 18px; bottom: 18px; z-index: 1; color: #fff; letter-spacing: .15em; font-size: 9px; font-weight: 800; }

.trust-panel, .services-section { background: var(--cream); background-image: radial-gradient(#e2ddd4 1px, transparent 1px); background-size: 8px 8px; }
.trust-panel { padding: 74px 0 78px; }
.trust-panel h2, .services-section h2 { text-align: center; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 32px; }
.trust-card { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 19px; background: #fff; border: 1px solid #f0eee9; }
.icon-box, .service-icon { display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; }
.icon-box { width: 42px; height: 42px; }
.icon-box svg, .service-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h3 { margin: 0 0 7px; font-size: 13px; letter-spacing: .02em; }
.trust-card p, .service-card p { margin: 0; color: var(--muted); font-size: 12px; }

.about-section { padding: 88px 0 90px; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 46px; row-gap: 30px; align-items: start; }
.about-intro p { margin-top: 28px; color: var(--muted); }
.text-link { display: inline-block; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .08em; margin-top: 12px; }
.about-photo-wrap { position: relative; min-height: 350px; background: var(--cream); padding: 16px 0 0 18px; }
.about-photo-wrap img { width: 100%; height: 340px; object-fit: cover; }
.about-stamp { position: absolute; right: -20px; top: -22px; width: 106px; height: 106px; display: grid; place-items: center; text-align: center; border-radius: 50%; border: 6px solid var(--cream); background: var(--blue); color: #fff; font-family: "Archivo Black"; font-size: 13px; line-height: 1.08; }
.accordion-list { padding-top: 4px; }
.accordion-item { border-top: 1px solid var(--line); }
.accordion-item:last-child { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; justify-content: space-between; padding: 18px 0; background: transparent; border: 0; text-align: left; font-size: 12px; font-weight: 800; letter-spacing: .08em; cursor: pointer; }
.accordion-item b { color: var(--red); }
.accordion-content { display: none; color: var(--muted); font-size: 13px; padding: 0 0 15px; }
.accordion-content p { margin: 0; }
.accordion-item.open .accordion-content { display: block; }

.services-section { padding: 76px 0 82px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 34px; }
.service-card { min-height: 238px; padding: 24px 22px; background: #fff; border: 1px solid #efede9; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-icon { width: 48px; height: 48px; margin-bottom: 21px; }
.service-card:nth-child(even) .service-icon { background: var(--red); }
.service-card h3 { font-size: 14px; }

.numbers-bar { background: var(--navy); color: #fff; }
.numbers-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.numbers-grid div { padding: 25px 18px; border-right: 1px solid rgba(255,255,255,.2); display: flex; align-items: baseline; gap: 10px; }
.numbers-grid div:last-child { border-right: 0; }
.numbers-grid strong { color: #fff; font-family: "Archivo Black"; font-size: 40px; }
.numbers-grid span { color: #b7dced; font-size: 10px; font-weight: 800; letter-spacing: .1em; }

.reviews-section { padding: 88px 0; }
.reviews-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 50px; align-items: center; }
.reviews-image { background: var(--cream); padding: 18px 18px 0 0; }
.reviews-image img { height: 390px; width: 100%; object-fit: cover; }
.reviews-copy blockquote { margin: 13px 0; font-size: 18px; line-height: 1.55; color: #444; }
.stars { color: var(--red); letter-spacing: .15em; margin-top: 20px; }
.review-author { margin-top: 22px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.review-author span { color: var(--muted); font-weight: 600; margin-left: 10px; }

.areas-section { padding: 72px 0; background: var(--cream); }
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.areas-grid p { color: var(--muted); }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags span { padding: 11px 14px; background: #fff; color: var(--navy); border: 1px solid var(--line); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.contact-section { padding: 84px 0; background: var(--navy-dark); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; }
.contact-info .eyebrow { color: #fff; }
.contact-info p { color: #c7d8e6; max-width: 510px; }
.contact-links { display: grid; gap: 11px; margin-top: 30px; }
.contact-links a { display: grid; border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 11px; }
.contact-links small { color: #9dc4df; font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.contact-links strong { margin-top: 2px; font-size: 16px; }
.quote-form { background: #fff; color: var(--ink); padding: 26px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.quote-form label { display: grid; gap: 6px; margin-bottom: 13px; }
.quote-form label span { color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #d9d9d9; border-radius: 0; background: #fff; padding: 11px; outline: 0; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(22,155,213,.15); }

.site-footer { background: #081c31; color: #d4e0ea; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr 1.2fr; gap: 24px; padding: 43px 0; }
.brand-footer .brand-copy strong { color: #fff; }
.site-footer h3 { color: #8fbad6; font-size: 10px; letter-spacing: .12em; }
.site-footer p { margin: 0; font-size: 12px; line-height: 1.7; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; color: #9eb0bd; }
.footer-bottom p { margin: 0; }

@media (max-width: 900px) {
  .main-nav { position: absolute; left: 0; right: 0; top: 72px; display: none; background: #fff; padding: 14px 20px 20px; border-top: 1px solid #eee; box-shadow: 0 16px 30px rgba(0,0,0,.1); }
  .main-nav.open { display: grid; gap: 4px; }
  .main-nav a { padding: 10px 0; }
  .nav-call, .nav-quote { padding: 11px 13px !important; margin-top: 4px; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 0 44px; }
  .hero-image-wrap { min-height: 390px; }
  .hero-badge { left: 22px; bottom: 25px; }
  .trust-grid, .services-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid, .reviews-grid, .areas-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-intro p { margin-top: 0; }
  .numbers-grid { grid-template-columns: repeat(2,1fr); }
  .numbers-grid div:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .top-strip__inner { padding: 7px 0; display: block; }
  .top-strip__contact { margin-top: 3px; justify-content: space-between; gap: 8px; }
  .top-strip { font-size: 9px; }
  .top-strip__contact { font-size: 9px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy span { font-size: 7px; }
  h1 { font-size: clamp(43px, 13vw, 63px); }
  h2 { font-size: clamp(32px, 10vw, 42px); }
  .hero-text { font-size: 15px; }
  .hero-proof { display: grid; gap: 11px; }
  .hero-image-wrap { min-height: 320px; }
  .hero-badge { width: 124px; height: 124px; left: 14px; bottom: 16px; }
  .trust-grid, .services-grid { grid-template-columns: 1fr; }
  .trust-panel, .services-section, .reviews-section, .about-section, .areas-section, .contact-section { padding-block: 62px; }
  .about-photo-wrap { min-height: 270px; }
  .about-photo-wrap img { height: 265px; }
  .about-stamp { right: -10px; width: 90px; height: 90px; font-size: 11px; }
  .numbers-grid strong { font-size: 31px; }
  .numbers-grid div { padding: 18px 8px; display: grid; gap: 0; }
  .numbers-grid span { font-size: 8px; }
  .reviews-image img { height: 280px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
}


/* Original Direct Property Maintenance brand treatment */
.brand { min-width: 0; }
.brand-logo { display: block; width: 184px; height: auto; object-fit: contain; }
.brand-logo--footer { width: 205px; background: #fff; padding: 7px 8px; }
.brand-mark, .brand-copy { display: none; }
.nav-call { border-color: var(--blue); color: var(--blue); }
.hero-side-label { background: var(--red); }
.contact-section { background: #111; }
.site-footer { background: #080808; }
.footer-grid h3 { color: var(--blue); }
.numbers-bar { background: var(--blue); }
.numbers-grid span { color: rgba(255,255,255,.86); }
.service-card:nth-child(odd) .service-icon { background: var(--blue); }
.service-card:nth-child(even) .service-icon { background: var(--red); }

.gallery-section { padding: 78px 0 82px; background: #fff; }
.section-heading-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: end; margin-bottom: 28px; }
.section-heading-row > p { color: var(--muted); max-width: 470px; margin: 0 0 5px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 190px; gap: 12px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: var(--cream); }
.gallery-item:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 5; }
.gallery-item:nth-child(3) { grid-column: span 5; }
.gallery-item:nth-child(4) { grid-column: span 5; }
.gallery-item:nth-child(5) { grid-column: span 7; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 32px 14px 12px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 900px) {
  .brand-logo { width: 160px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 8px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
}
@media (max-width: 620px) {
  .brand-logo { width: 132px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:nth-child(1) { grid-row: span 1; }
}
