/* ============================================================
   SITELY DEMO — "Bedrock Concrete Co." (fictional)
   Shared stylesheet for all concrete-contractor demo pages.
   ============================================================ */
:root {
  --coal: #1c1c1f;
  --charcoal: #2a2a2e;
  --charcoal-2: #333338;
  --amber: #d97927;
  --amber-dark: #b45f17;
  --stone: #7c766e;
  --sand: #ede9e2;
  --sand-2: #f5f3ef;
  --page: #ffffff;
  --ink: #26241f;
  --body-gray: #6a645b;
  --line: #d8d2c8;
  --foot: #e7e3dc;
  --credit: #cfcac1;
  --font-head: 'Big Shoulders Display', sans-serif;
  --font-body: 'Work Sans', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--page); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1200px, 94%); margin: 0 auto; }
h1, h2, h3 { font-family: var(--font-head); text-transform: uppercase; line-height: 1.15; letter-spacing: .03em; }

.btn {
  display: inline-block; font-family: var(--font-body); font-weight: 700; font-size: .82rem;
  letter-spacing: .08em; text-transform: uppercase; text-decoration: none; text-align: center;
  padding: .9rem 1.7rem; border-radius: 2px; cursor: pointer; border: 0;
  transition: background .15s ease, transform .15s ease;
}
.btn-amber { background: var(--amber); color: #fff; }
.btn-amber:hover { background: var(--amber-dark); }
.btn-dark { background: var(--charcoal); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn-dark:hover { background: var(--charcoal-2); }
.btn-light { background: var(--sand); color: var(--charcoal); }
.btn-light:hover { background: #e0dbd1; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--coal); color: #cfc9c0; font-size: .74rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; padding: 7px 0;
}
.topbar-inner { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.topbar a { color: var(--amber); text-decoration: none; }
.topbar a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header { background: var(--charcoal); color: #fff; position: sticky; top: 0; z-index: 50; border-bottom: 3px solid var(--amber); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; }
.brand { text-decoration: none; line-height: 1.05; flex: none; }
.brand .brand-top { font-family: var(--font-head); font-weight: 800; font-size: 1.7rem; letter-spacing: .05em; text-transform: uppercase; }
.brand .brand-sub { display: block; font-size: .6rem; font-weight: 700; letter-spacing: .48em; text-transform: uppercase; color: var(--amber); margin-top: 1px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav > a, .drop > button {
  background: none; border: 0; color: #fff; font-family: var(--font-body);
  font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; padding: 8px 0;
}
.nav > a:hover, .drop > button:hover { color: var(--amber); }
.drop { position: relative; }
.drop > button::after { content: " ▾"; font-size: .7rem; }
.drop-menu {
  position: absolute; top: 100%; left: 0; min-width: 250px; background: #fff; color: var(--ink);
  border-radius: 2px; border-top: 3px solid var(--amber); box-shadow: 0 14px 34px rgba(20, 16, 10, .28);
  padding: 8px 0; display: none; z-index: 60;
}
.drop:hover .drop-menu, .drop:focus-within .drop-menu { display: block; }
.drop-menu a {
  display: block; padding: 10px 18px; text-decoration: none; font-size: .82rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
}
.drop-menu a:hover { background: var(--sand-2); color: var(--amber-dark); }
.header-btns { display: flex; gap: 10px; flex: none; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(rgba(26, 22, 17, .62), rgba(26, 22, 17, .58));
}
.hero-inner { padding: 76px 0 92px; max-width: 760px; }
.hero .kicker {
  font-size: .74rem; font-weight: 700; letter-spacing: .26em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 14px;
}
.hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.4rem); font-weight: 800; margin-bottom: 16px; }
.hero .hero-sub { color: #d9d3c9; font-size: .98rem; max-width: 620px; margin-bottom: 22px; }
.hero-badges {
  display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 26px;
  font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #e8e2d8;
}
.hero-badges .stars { color: var(--amber); letter-spacing: 2px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.page-hero .hero-inner { padding: 52px 0 66px; max-width: 800px; }

/* ---------- Services cards (home) ---------- */
.svc-band { background: var(--page); padding: 64px 0 70px; }
.svc-band h2 { text-align: center; font-size: clamp(1.5rem, 3vw, 2.3rem); font-weight: 700; max-width: 760px; margin: 0 auto 10px; }
.svc-band .band-sub { text-align: center; color: var(--body-gray); font-size: .95rem; max-width: 680px; margin: 0 auto 40px; }
.svc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: #fff; border: 1px solid var(--line); text-decoration: none; display: flex; flex-direction: column;
  transition: box-shadow .2s ease, transform .2s ease;
}
.svc-card:hover { box-shadow: 0 16px 36px rgba(30, 24, 16, .14); transform: translateY(-3px); }
.svc-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.svc-card-body { padding: 18px 20px 22px; border-top: 3px solid var(--amber); }
.svc-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 6px; }
.svc-card p { font-size: .87rem; color: var(--body-gray); margin-bottom: 10px; }
.svc-card .more { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--amber-dark); }

/* ---------- Trust band ---------- */
.trust-band { background: var(--sand); padding: 56px 0 60px; text-align: center; }
.trust-band h2 { font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 700; margin-bottom: 14px; }
.trust-band p { color: var(--body-gray); font-size: .95rem; max-width: 820px; margin: 0 auto 12px; }

/* ---------- Split: photo + charcoal panel ---------- */
.split { display: grid; grid-template-columns: 1fr 1.15fr; }
.split-media { min-height: 520px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-panel { background: var(--charcoal); color: #fff; padding: 64px 7% 64px 6%; }
.split-panel h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 700; margin-bottom: 20px; }
.split-panel p { color: #c9c3b9; font-size: .95rem; margin-bottom: 14px; }
.tick-list { list-style: none; margin: 20px 0 28px; display: grid; gap: 12px; }
.tick-list li { padding-left: 28px; position: relative; font-size: .92rem; color: #e6e0d6; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--amber); font-weight: 800; }
.tick-list li b { color: #fff; }

/* ---------- Badge row ---------- */
.badge-row { padding: 56px 0 62px; }
.badge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.badge-card { border: 1px solid var(--line); border-left: 4px solid var(--amber); padding: 18px 20px; background: #fff; }
.badge-card b { display: block; font-family: var(--font-head); text-transform: uppercase; font-size: 1.05rem; letter-spacing: .04em; margin-bottom: 4px; }
.badge-card p { font-size: .84rem; color: var(--body-gray); }

/* ---------- Duo (alternating feature splits) ---------- */
.duo { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--sand-2); }
.duo.rev { grid-template-columns: 1fr 1.1fr; background: #fff; }
.duo-copy { padding: 64px 6%; }
.duo-copy h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 700; margin-bottom: 18px; }
.duo-copy p { color: var(--body-gray); font-size: .95rem; margin-bottom: 14px; }
.duo-media { min-height: 440px; }
.duo-media img { width: 100%; height: 100%; object-fit: cover; }
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 24px; list-style: none; }
.chip-list li {
  background: #fff; border: 1px solid var(--line); padding: 6px 14px; border-radius: 999px;
  font-size: .8rem; font-weight: 600; color: var(--ink);
}
.duo.rev .chip-list li { background: var(--sand-2); }

/* ---------- Process steps ---------- */
.process { background: var(--coal); color: #fff; padding: 64px 0 70px; }
.process h2 { text-align: center; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; margin-bottom: 10px; }
.process .band-sub { text-align: center; color: #b6afa4; font-size: .92rem; max-width: 640px; margin: 0 auto 44px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.step { text-align: left; }
.step .num {
  font-family: var(--font-head); font-weight: 800; font-size: 2.6rem; color: var(--amber);
  line-height: 1; display: block; margin-bottom: 12px;
}
.step h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 8px; }
.step p { color: #b6afa4; font-size: .88rem; }

/* ---------- Projects grid ---------- */
.projects { padding: 62px 0 68px; }
.projects h2 { text-align: center; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; margin-bottom: 10px; }
.projects .band-sub { text-align: center; color: var(--body-gray); font-size: .92rem; margin-bottom: 36px; }
.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proj-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.proj-more { text-align: center; margin-top: 32px; }

/* ---------- Reviews band ---------- */
.review-band { background: var(--sand); padding: 52px 0 60px; }
.review-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.review-score { display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--ink); }
.review-score .big { font-family: var(--font-head); font-size: 1.6rem; }
.stars { color: var(--amber); letter-spacing: 2px; }
.review-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-cards.five { grid-template-columns: repeat(5, 1fr); }
.review-card { background: #fff; border-radius: 3px; padding: 18px 16px 16px; display: flex; flex-direction: column; }
.review-card .stars { font-size: .85rem; margin-bottom: 8px; }
.review-card p { font-size: .84rem; color: var(--body-gray); flex: 1; }
.review-card .read-more { font-size: .78rem; color: var(--amber-dark); text-decoration: underline; margin-top: 4px; }
.review-user { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.review-avatar {
  width: 30px; height: 30px; border-radius: 50%; flex: none; display: grid; place-items: center;
  color: #fff; font-size: .78rem; font-weight: 700; background: var(--charcoal);
}
.review-user b { font-size: .8rem; color: var(--ink); line-height: 1.2; display: block; }
.review-user span { font-size: .7rem; color: var(--body-gray); display: block; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--amber); color: var(--coal); padding: 56px 0 62px; text-align: center; }
.cta-band h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); font-weight: 800; margin-bottom: 10px; }
.cta-band p { font-size: .95rem; max-width: 680px; margin: 0 auto 24px; color: #3c2c17; }
.cta-band .hero-btns { justify-content: center; }
.cta-band .fine { font-size: .78rem; margin-top: 18px; color: #5a4326; }

/* ---------- Service areas ---------- */
.areas { background: var(--stone); padding: 50px 0 58px; text-align: center; }
.areas h2 { color: #fff; font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 700; margin-bottom: 26px; }
.areas-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 34px; list-style: none; max-width: 940px; margin: 0 auto; }
.areas-list a { color: #f2efe9; font-size: .9rem; font-weight: 600; text-decoration: underline; }
.areas-list a:hover { color: #fff; }

/* ---------- Centered intro (subpages) ---------- */
.intro { padding: 58px 0 50px; text-align: center; }
.intro h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; margin-bottom: 14px; }
.intro p { color: var(--body-gray); font-size: .95rem; max-width: 800px; margin: 0 auto 12px; }
.intro .btn { margin-top: 12px; }

/* ---------- Package card (service pages) ---------- */
.pkg-wrap { padding: 0 0 60px; }
.pkg-card { display: grid; grid-template-columns: 1.05fr 1fr; background: var(--sand-2); margin-bottom: 30px; }
.pkg-media { min-height: 420px; }
.pkg-media img { width: 100%; height: 100%; object-fit: cover; }
.pkg-body { padding: 44px 5% 48px; }
.pkg-body h2 { color: var(--amber-dark); font-size: 1.7rem; font-weight: 700; margin-bottom: 4px; }
.turnaround { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--body-gray); margin-bottom: 14px; }
.pkg-body > p { color: var(--body-gray); font-size: .92rem; margin-bottom: 18px; }
.mini-label { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
.price-table { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: #fff; text-align: center; margin-bottom: 20px; }
.price-table > div { padding: 12px 8px; }
.price-table > div + div { border-left: 1px solid var(--line); }
.price-table b { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--body-gray); }
.price-table span { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: var(--ink); }
.includes { list-style: none; columns: 2; column-gap: 26px; margin-bottom: 24px; }
.includes li { font-size: .88rem; color: var(--body-gray); padding-left: 18px; position: relative; margin-bottom: 8px; break-inside: avoid; }
.includes li::before { content: "•"; position: absolute; left: 0; color: var(--amber); font-weight: 800; }
.includes li b { color: var(--ink); }
.pkg-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Finish / pattern chips (service pages) ---------- */
.finishes { padding: 10px 0 58px; text-align: center; }
.finishes h2 { font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 700; margin-bottom: 8px; }
.finishes p { color: var(--body-gray); font-size: .9rem; margin-bottom: 22px; }
.finish-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; list-style: none; max-width: 860px; margin: 0 auto; }
.finish-grid li {
  background: var(--sand-2); border: 1px solid var(--line); padding: 8px 18px; border-radius: 999px;
  font-size: .84rem; font-weight: 600;
}

/* ---------- Photo strip band ---------- */
.photo-strip { background: var(--charcoal); padding: 26px 0; border-top: 3px solid var(--amber); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.strip-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* ---------- FAQ ---------- */
.faq { padding: 54px 0 62px; }
.faq h2 { text-align: center; font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 700; margin-bottom: 30px; }
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 16px 4px; }
.faq-list summary { cursor: pointer; font-weight: 600; font-size: .95rem; color: var(--ink); }
.faq-list summary:hover { color: var(--amber-dark); }
.faq-list details p { color: var(--body-gray); font-size: .9rem; padding-top: 10px; }

/* ---------- Gallery grid ---------- */
.gallery-band { padding: 10px 0 64px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.g-item { position: relative; overflow: hidden; }
.g-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .3s ease; }
.g-item:hover img { transform: scale(1.04); }
.g-item span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 10px;
  background: linear-gradient(transparent, rgba(24, 20, 14, .78));
  color: #fff; font-size: .8rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
}

/* ---------- Connect band (subpages) ---------- */
.connect-band { background: var(--sand); padding: 62px 0; text-align: center; }
.connect-band h2 { font-size: clamp(1.4rem, 2.7vw, 2rem); font-weight: 700; max-width: 760px; margin: 0 auto 24px; }

/* ---------- Contact page ---------- */
.contact-wrap { display: grid; grid-template-columns: 280px 1fr; gap: 44px; padding: 54px 0 64px; align-items: start; }
.contact-side h3 { font-size: 1.1rem; font-weight: 700; margin: 26px 0 8px; }
.contact-side h3:first-child { margin-top: 0; }
.contact-side p { font-size: .88rem; color: var(--body-gray); margin-bottom: 10px; }
.social-icons { display: flex; gap: 10px; }
.social-icons a {
  width: 36px; height: 36px; display: grid; place-items: center; background: var(--charcoal);
  color: #fff; border-radius: 2px; text-decoration: none; font-weight: 700; font-size: .8rem;
  transition: background .15s ease;
}
.social-icons a:hover { background: var(--amber); }
.contact-form { background: var(--sand-2); border: 1px solid var(--line); padding: 42px 5% 48px; }
.contact-form h2 { text-align: center; font-size: clamp(1.3rem, 2.4vw, 1.7rem); font-weight: 700; margin-bottom: 26px; }
.contact-form fieldset { border: 0; margin-bottom: 4px; }
.f-label { display: block; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin: 16px 0 8px; }
.f-label .req { color: #b3402a; }
.check-list { display: grid; gap: 7px; }
.check-list label, .radio-row label { display: flex; align-items: flex-start; gap: 8px; font-size: .85rem; color: var(--body-gray); font-weight: 500; }
.check-list input, .radio-row input { margin-top: 4px; accent-color: var(--amber); }
.radio-row { display: flex; gap: 22px; flex-wrap: wrap; }
.f-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.f-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 18px; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"],
.contact-form select, .contact-form textarea {
  width: 100%; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 2px;
  font-family: var(--font-body); font-size: .9rem; background: #fff; color: var(--ink);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid #eebd8c; border-color: var(--amber); }
.form-status { margin-top: 14px; font-weight: 600; font-size: .9rem; color: #1e7a46; }
.contact-form .btn { margin-top: 22px; }
.map-band iframe { display: block; width: 100%; height: 340px; border: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--foot); padding: 56px 0 40px; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr 1fr; gap: 40px; }
.site-footer h4 {
  font-family: var(--font-head); text-transform: uppercase; font-size: 1.05rem; font-weight: 700;
  letter-spacing: .06em; margin-bottom: 14px; color: var(--charcoal);
}
.site-footer p, .site-footer li, .site-footer a { font-size: .88rem; color: var(--body-gray); }
.site-footer ul { list-style: none; display: grid; gap: 8px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--amber-dark); text-decoration: underline; }
.footer-brand-top { font-family: var(--font-head); font-weight: 800; font-size: 1.4rem; text-transform: uppercase; color: var(--charcoal); line-height: 1.1; }
.footer-brand-sub { display: block; font-size: .56rem; font-weight: 700; letter-spacing: .46em; text-transform: uppercase; color: var(--amber-dark); margin: 2px 0 14px; }
.footer-map { border: 0; width: 100%; height: 190px; border-radius: 2px; background: #ccc6bb; }
.footer-social { display: flex; gap: 8px; margin: 12px 0 16px; }
.footer-social a {
  width: 32px; height: 32px; display: grid; place-items: center; background: var(--charcoal); color: #fff;
  border-radius: 2px; font-size: .75rem; font-weight: 700; text-decoration: none;
}
.footer-social a:hover { background: var(--amber); text-decoration: none; }

/* ---------- Credit bar ---------- */
.credit { background: var(--credit); text-align: center; padding: 16px 14px; font-size: .8rem; color: #55504a; }
.credit a { color: var(--charcoal); font-weight: 700; text-decoration: none; }
.credit a:hover { text-decoration: underline; }

/* ---------- Sitely demo chip ---------- */
.demo-chip {
  position: fixed; right: 18px; bottom: 18px; z-index: 70;
  display: flex; align-items: center; gap: 8px;
  background: #ffffff; color: #101828; text-decoration: none;
  border-radius: 999px; padding: .55rem 1rem .55rem .7rem;
  font-size: .85rem; font-weight: 600; box-shadow: 0 10px 30px rgba(2, 8, 20, .35);
  border: 1px solid #e4e9f0; transition: transform .16s ease;
}
.demo-chip:hover { transform: translateY(-2px); }
.demo-chip svg { flex: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .svc-cards { grid-template-columns: repeat(2, 1fr); }
  .badge-grid { grid-template-columns: repeat(2, 1fr); }
  .review-cards.five { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .split, .duo, .duo.rev, .pkg-card { grid-template-columns: 1fr; }
  .split-media, .duo-media, .pkg-media { min-height: 300px; order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .proj-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; }
  .review-cards, .review-cards.five { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 760px) {
  .topbar-inner { justify-content: center; text-align: center; }
  .nav {
    position: fixed; inset: 0 0 auto 0; flex-direction: column; align-items: flex-start;
    gap: 4px; background: var(--charcoal); padding: 78px 6vw 22px; display: none;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
  }
  .nav.open { display: flex; }
  .nav-toggle { display: block; position: relative; z-index: 80; }
  .header-btns .btn-amber { display: none; }
  .header-btns .btn-dark { padding: .9rem 1rem; }
  .header-btns .call-num { display: none; }
  .brand .brand-top { font-size: 1.35rem; }
  .brand .brand-sub { letter-spacing: .32em; }
  .drop-menu { position: static; box-shadow: none; background: rgba(255,255,255,.06); color: #fff; margin-top: 4px; border-top: 0; }
  .drop-menu a:hover { background: rgba(255,255,255,.12); color: var(--amber); }
  .hero-inner { padding: 52px 0 66px; }
  .svc-cards { grid-template-columns: 1fr; }
  .badge-grid { grid-template-columns: 1fr; }
  .proj-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .review-cards, .review-cards.five { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .includes { columns: 1; }
  .f-grid2, .f-grid3 { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .gallery-grid { grid-template-columns: 1fr; }
}
