/* ==========================================================================
   Candor Concrete Company — shared stylesheet
   Static, dependency-free. Mobile-first. Fast. Brand: burnt orange + charcoal.
   ========================================================================== */

:root {
  --char: #33261a;        /* Candor dark brown — dark sections, footer, headings */
  --char-2: #4a3826;
  --char-3: #5a4632;
  --brown: #33261a;       /* alias */
  --brown-deep: #241a11;
  --tan: #dbd5a3;         /* Candor brand tan (logo background) */
  --accent: #f0672f;      /* Candor burnt orange (brand) */
  --accent-dark: #cf521f;
  --accent-2: #f3855a;    /* lighter orange */
  --accent-soft: #fdece4; /* orange tint background */
  --ink: #2c2519;         /* warm near-black body text */
  --muted: #6b6355;
  --line: #e4ddc8;        /* warm tan line */
  --bg: #ffffff;
  --header-bg: #faf7ec;   /* warm cream header */
  --bg-soft: #f1ead4;     /* light tan — alt sections */
  --bg-band: #e7ddbe;     /* tan band */
  --good: #2f9e57;
  --star: #f5a623;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 6px 24px rgba(35, 38, 43, 0.08);
  --shadow-lg: 0 16px 44px rgba(35, 38, 43, 0.16);
  --wrap: 1140px;
  --font: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { color: var(--char); line-height: 1.18; margin: 0 0 .5em; font-weight: 900; }
h1 { font-size: clamp(1.95rem, 4.6vw, 3.05rem); letter-spacing: -.5px; }
h2 { font-size: clamp(1.55rem, 3.3vw, 2.15rem); letter-spacing: -.3px; }
h3 { font-size: 1.2rem; font-weight: 800; }
p { margin: 0 0 1rem; }
a { color: var(--accent-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
ul { margin: 0 0 1rem; padding-left: 1.2rem; }
li { margin-bottom: .4rem; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.section { padding: 66px 0; }
.section.alt { background: var(--bg-soft); }
.section.band { background: var(--char); color: #e6e8ea; }
.section.band h2, .section.band h3 { color: #fff; }
.center { text-align: center; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 720px; }
.center .lead { margin-left: auto; margin-right: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: 1.6px; font-size: .8rem; font-weight: 900; color: var(--accent-dark); margin-bottom: .5rem; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: 14px 26px; border-radius: 999px; font-weight: 800; font-size: 1rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-cta { background: var(--accent); color: #fff; box-shadow: 0 8px 18px rgba(240,103,47,.36); }
.btn-cta:hover { background: var(--accent-dark); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.10); color:#fff; }
.btn-outline { background:#fff; color: var(--accent-dark); border-color: var(--line); }
.btn-outline:hover { border-color: var(--accent); }

/* ---- Header ---- */
.topbar { background: var(--char); color: #c7cace; font-size: .85rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 40px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 700; }
.topbar .tb-emerg { color: var(--accent-2); font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--header-bg); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; color: var(--char); font-size: 1.3rem; letter-spacing: -.4px; }
.brand:hover { text-decoration: none; }
.brand .logo-img { height: 50px; width: auto; display: block; border-radius: 6px; }
.brand .logo { width: 42px; height: 42px; flex: none; border-radius: 8px; }
.brand .mark { width: 40px; height: 40px; flex: none; }
.brand small { display: block; font-size: .62rem; letter-spacing: 1.6px; color: var(--accent-dark); font-weight: 800; text-transform: uppercase; }

/* ---- Social buttons ---- */
.social { display: inline-flex; gap: 10px; align-items: center; }
.social a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; transition: background .2s ease, transform .1s ease; }
.social a:hover { background: var(--accent); transform: translateY(-1px); text-decoration: none; }
.social svg { width: 16px; height: 16px; fill: currentColor; }
.topbar .social a { background: rgba(255,255,255,.14); }
.site-footer .social a { background: rgba(255,255,255,.10); }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a.navlink { color: var(--ink); font-weight: 700; font-size: .98rem; }
.nav a.navlink:hover { color: var(--accent-dark); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { font-weight: 900; color: var(--char); font-size: 1.1rem; white-space: nowrap; }
.header-phone:hover { color: var(--accent-dark); text-decoration: none; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--char); margin: 5px 0; transition: .2s; }

/* ---- Hero ---- */
.hero { background: var(--char); color: #eef0f2; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(28,20,12,.93) 0%, rgba(28,20,12,.74) 48%, rgba(28,20,12,.40) 100%),
              var(--hero-img, radial-gradient(circle at 70% 30%, #4a3826, #33261a 70%));
  background-size: cover; background-position: center; z-index: 0;
}
.hero::after {
  content: ""; position: absolute; right: -140px; top: -140px; width: 520px; height: 520px;
  background: radial-gradient(circle at center, rgba(240,103,47,.42), transparent 62%); pointer-events: none; z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; padding: 84px 20px 88px; }
.hero h1 { color: #fff; max-width: 780px; }
.hero p.sub { font-size: 1.22rem; color: #d7dade; max-width: 660px; margin-top: 1rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 34px; color: #cfd3d7; font-weight: 700; font-size: .95rem; }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-trust .tick { color: var(--accent-2); font-weight: 900; }

/* ---- Trust badge row ---- */
.badges { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.badge { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 20px; font-weight: 800; color: var(--char); box-shadow: var(--shadow); }
.badge .bi { color: var(--accent); font-size: 1.15rem; line-height: 1; }
.badge .stars { color: var(--star); letter-spacing: 1px; }

/* ---- Accent estimate band ---- */
.emerg { background: var(--accent); color: #fff; }
.emerg .wrap { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 20px; flex-wrap: wrap; text-align: center; font-weight: 800; }
.emerg a { color: #fff; text-decoration: underline; }

/* ---- Cards / grids ---- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow); transition: transform .12s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card .ico { width: 48px; height: 48px; border-radius: 12px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--accent-dark); font-size: 1.4rem; }
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--muted); margin-bottom: .8rem; }
.card a.more { font-weight: 800; color: var(--accent-dark); }
.card a.more::after { content: " →"; }
a.card, a.card:hover { text-decoration: none; color: inherit; }
a.card:hover h3 { color: var(--accent-dark); }
a.card .more { font-weight: 800; color: var(--accent-dark); }
a.card .more::after { content: " →"; }

/* Service card with image thumbnail */
.svc-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.svc-card .thumb { aspect-ratio: 16/10; background: var(--bg-band) var(--img, none); background-size: cover; background-position: center; position: relative; }
.svc-card .thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(35,38,43,.18)); }
.svc-card .body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.svc-card h3 { margin-bottom: .35rem; }
.svc-card p { flex: 1; }

.feature { display: flex; gap: 14px; align-items: flex-start; }
.feature .tick { color: var(--accent); font-weight: 900; font-size: 1.15rem; line-height: 1.4; flex: none; }
.feature h3 { font-size: 1.05rem; margin-bottom: .2rem; }
.feature p { color: var(--muted); margin: 0; font-size: .96rem; }

/* ---- Steps ---- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.step { position: relative; padding-top: 8px; }
.step .num { width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 900; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.step h3 { font-size: 1.05rem; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---- Gallery ---- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery .shot { aspect-ratio: 4/3; border-radius: var(--radius); background: var(--bg-band) var(--img, none); background-size: cover; background-position: center; border: 1px solid var(--line); position: relative; overflow: hidden; }
.gallery .shot .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 14px 10px; color: #fff; font-weight: 800; font-size: .9rem; background: linear-gradient(transparent, rgba(35,38,43,.72)); }
.gallery .ph { display: flex; align-items: center; justify-content: center; color: var(--muted); font-weight: 700; font-size: .85rem; }

/* ---- Areas ---- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.chips a { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: .92rem; color: var(--char); }
.chips a:hover { border-color: var(--accent); color: var(--accent-dark); text-decoration: none; }
.chips.tight { gap: 8px; }
.chips.tight a { padding: 8px 13px; font-size: .9rem; }

/* ---- Split / prose ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.prose h2 { margin-top: 1.6rem; }
.prose h3 { margin-top: 1.3rem; color: var(--char-2); }
.callout { background: var(--accent-soft); border-left: 4px solid var(--accent); border-radius: 10px; padding: 18px 20px; margin: 22px 0; }
.callout strong { color: var(--char); }

/* ---- Cost table ---- */
.price-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 18px 0; }
.price-table th, .price-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.price-table th { background: var(--bg-band); color: var(--char); font-size: .92rem; }
.price-table td:last-child { font-weight: 800; color: var(--char); white-space: nowrap; }
.price-note { font-size: .85rem; color: var(--muted); }

/* ---- Reviews ---- */
.review { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); }
.review .stars { color: var(--star); font-size: 1.05rem; letter-spacing: 1px; margin-bottom: 8px; }
.review p { color: var(--ink); font-style: italic; }
.review .who { color: var(--muted); font-weight: 800; font-style: normal; font-size: .9rem; margin-top: 8px; }

/* ---- FAQ ---- */
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; padding: 0 20px; }
.faq summary { cursor: pointer; font-weight: 800; color: var(--char); padding: 18px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-weight: 900; font-size: 1.4rem; }
.faq details[open] summary::after { content: "\2013"; }
.faq details[open] summary { border-bottom: 1px solid var(--line); }
.faq .ans { padding: 14px 0 18px; color: var(--muted); }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(120deg, var(--accent), var(--accent-dark)); color: #fff; border-radius: var(--radius-lg); padding: 46px; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #ffe7db; max-width: 580px; margin: 0 auto 22px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band .btn-cta { background:#fff; color: var(--accent-dark); }
.cta-band .btn-cta:hover { background:#fff2ec; color: var(--accent-dark); }

/* ---- Footer ---- */
.site-footer { background: var(--char); color: #a7abb1; font-size: .95rem; padding: 56px 0 26px; }
.site-footer a { color: #d6d9dd; }
.site-footer .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer .brand-foot { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 900; font-size: 1.2rem; margin-bottom: 12px; }
.foot-phone { font-size: 1.3rem; font-weight: 900; color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 38px; padding-top: 18px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; color: #82878e; }
.disclaimer { font-size: .8rem; color: #767b82; max-width: 720px; margin-top: 8px; }

/* ---- Breadcrumb ---- */
.crumb { font-size: .85rem; color: var(--muted); padding: 14px 0 0; }
.crumb a { color: var(--accent-dark); }

/* ---- Page header (interior) ---- */
.page-head { background: var(--char); color: #eef0f2; position: relative; overflow: hidden; }
.page-head::after { content:""; position:absolute; right:-120px; top:-120px; width:420px; height:420px; background: radial-gradient(circle at center, rgba(240,103,47,.32), transparent 64%); pointer-events:none; }
.page-head .wrap { padding: 48px 20px 52px; position: relative; z-index: 1; }
.page-head h1 { color: #fff; max-width: 820px; }
.page-head p { color: #d7dade; max-width: 700px; font-size: 1.12rem; margin-top: .6rem; }
.page-head .hero-actions { margin-top: 22px; }

/* ---- Utility ---- */
.mt0 { margin-top: 0; } .mb0 { margin-bottom: 0; }
.tagrow { display: flex; gap: 18px; flex-wrap: wrap; margin: 18px 0 0; color: var(--muted); font-weight: 700; font-size: .92rem; }
.tagrow span { display: flex; align-items: center; gap: 7px; }
.tagrow .tick { color: var(--accent); font-weight: 900; }

/* ---- Forms ---- */
.form { display: grid; gap: 14px; max-width: 560px; }
.form input, .form select, .form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; color: var(--ink); background: #fff; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(240,103,47,.16); }
.form textarea { min-height: 120px; resize: vertical; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form button { justify-self: start; }
.hp { position: absolute !important; left: -9999px !important; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; align-items: start; }
@media (max-width: 760px) { .form .row2 { grid-template-columns: 1fr; } .contact-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .section { padding: 48px 0; }
  .nav, .header-phone { display: none; }
  .nav.open { display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); padding: 14px 20px; gap: 4px; box-shadow: var(--shadow); }
  .nav.open a.navlink { padding: 10px 0; border-bottom: 1px solid var(--line); width: 100%; }
  .menu-toggle { display: block; }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .site-footer .cols { grid-template-columns: 1fr; }
  .cta-band { padding: 32px 20px; }
  .topbar .wrap { justify-content: center; }
  .topbar .tb-left { display: none; }
}
