/* Cerro Painting — editorial redesign (navy / cream / gold), 2026
   Layout language adapted from the review concept; recolored to the real
   Cerro Painting brand and wired to real, owner-supplied photography. */

:root {
  --font-display: "Oswald";   /* condensed display headings */
  --font-body: "DM Sans";     /* body / UI text */
  --ink: #152741;          /* deep navy (logo ring) */
  --ink-2: #0f1d31;        /* darker navy (footer) */
  --paper: #f4f1ea;        /* warm cream */
  --paper-2: #e7e3d7;      /* muted cream (work band) */
  --gold: #efb43b;         /* logo gold — bright accent */
  --gold-ink: #7a5a12;     /* readable gold text on cream */
  --blue: #2b62a8;         /* logo blue — actions & links */
  --blue-dark: #204f8a;
  --line: #d4d0c4;         /* cream border */
  --muted: #59616e;        /* body-muted on cream */
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
.cp h1, .cp h2, .cp h3 { overflow-wrap: break-word; }
body.cp {
  margin: 0; background: var(--paper); color: var(--ink);
  overflow-x: clip; /* guard against sub-pixel horizontal overflow; keeps sticky header working */
  font-family: var(--font-body, "DM Sans"), system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.cp a { color: inherit; text-decoration: none; }
.cp img { max-width: 100%; }
.cp button, .cp input, .cp textarea, .cp select { font: inherit; }
.display { font-family: var(--font-display, "Oswald"), system-ui, sans-serif; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Header ---------- */
.site-header {
  height: 88px; padding: 0 4vw; display: flex; align-items: center; gap: 22px;
  justify-content: space-between; position: sticky; top: 0; z-index: 50;
  background: rgba(244, 241, 234, .95); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(21, 39, 65, .14);
}
.brand { display: flex; align-items: center; gap: 12px; line-height: 1; flex-shrink: 0; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font: 600 21px/.9 var(--font-display), sans-serif; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); }
.brand small { margin-top: 5px; font-size: 10px; font-weight: 800; letter-spacing: .2em; color: var(--blue); }
.desktop-nav { display: flex; gap: 24px; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 4px 0; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--blue); transition: right .2s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-call { display: flex; flex-direction: column; padding-left: 22px; border-left: 1px solid var(--line); font-weight: 800; font-size: 15px; white-space: nowrap; color: var(--ink); }
.header-call small { color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: .13em; margin-bottom: 3px; font-weight: 800; }
.mobile-menu { display: none; }

/* ---------- Buttons / eyebrows ---------- */
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 24px; border: 0; font-weight: 800; font-size: 13px; letter-spacing: .02em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: #e0a41f; }
.button-ghost { border: 1px solid rgba(255, 255, 255, .5); color: #fff; }
.button-ghost:hover { border-color: #fff; }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255, 255, 255, .55); padding-bottom: 4px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--gold); display: inline-block; }
.eyebrow.dark { color: var(--blue); }

/* ---------- Hero ---------- */
.hero { min-height: calc(100svh - 88px); position: relative; color: #fff; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between; gap: 40px;
  padding: clamp(32px, 6vh, 84px) 7vw 0; }
/* NOTE: the two photo files are misnamed in /assets/images — residential-room.jpg
   is the commercial building, commercial-project.jpg is the interior. Referenced
   here by actual content, not filename. */
.hero-photo { position: absolute; inset: 0; z-index: 0; background: url("images/residential-room.jpg") center 22% / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(92deg, rgba(11, 22, 40, .95) 0%, rgba(11, 22, 40, .82) 42%, rgba(11, 22, 40, .30) 82%),
  linear-gradient(0deg, rgba(11, 22, 40, .78) 0%, transparent 44%); }
.hero-content { position: relative; z-index: 2; width: 760px; max-width: 100%; }
.hero h1 { margin: 0; font: 600 clamp(46px, 6.4vw, 92px)/.94 var(--font-display), sans-serif; text-transform: uppercase; letter-spacing: -.02em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-copy { max-width: 600px; margin: 26px 0 0; color: rgba(255, 255, 255, .85); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; }
.quick-answer { max-width: 610px; margin: 22px 0 0; padding: 16px 20px; border-left: 3px solid var(--gold); background: rgba(255, 255, 255, .08); font-size: 15px; line-height: 1.5; color: rgba(255, 255, 255, .92); }
.quick-answer strong { color: var(--gold); }
.quick-answer a { color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .5); font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 30px; flex-wrap: wrap; }
.hero-proof { position: relative; z-index: 2; border-top: 1px solid rgba(255, 255, 255, .24); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 24px 0; }
.hero-proof div { display: flex; align-items: center; gap: 16px; }
.hero-proof strong { font: 500 30px/1 var(--font-display), sans-serif; text-transform: uppercase; }
.hero-proof span { color: rgba(255, 255, 255, .72); font-size: 12px; line-height: 1.35; text-transform: uppercase; letter-spacing: .05em; }

/* ---------- Trust strip ---------- */
.trust-strip { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px clamp(20px, 4vw, 56px); min-height: 84px; padding: 18px 4vw; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip p { margin: 0; }
.trust-strip i { opacity: .4; font-style: normal; }

/* ---------- Generic section ---------- */
.section { padding: 116px 7vw; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 6vw; align-items: end; margin-bottom: 58px; }
.section-heading h2, .work-heading h2, .process-intro h2, .faq-heading h2, .contact-intro h2, .cmp-head h2, .creds-head h2 { margin: 0; font: 600 clamp(42px, 5.4vw, 78px)/.95 var(--font-display), sans-serif; text-transform: uppercase; letter-spacing: -.02em; }
.section-heading h2 em, .work-heading h2 em { color: var(--blue); font-style: normal; }
.section-heading > p, .work-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.6; }

/* ---------- Services grid ---------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; color: inherit; transition: background .25s, color .25s; }
.service-card:hover, .service-card:focus-visible { background: var(--ink); color: #fff; outline: none; }
.service-number { color: var(--blue); font: 600 15px/1 var(--font-display), sans-serif; }
.service-card:hover .service-number { color: var(--gold); }
.card-arrow { position: absolute; right: 30px; top: 28px; font-size: 19px; color: var(--blue); transition: transform .2s, color .2s; }
.service-card:hover .card-arrow { transform: translate(3px, -3px); color: var(--gold); }
.service-card h3 { margin: 46px 0 10px; font: 500 clamp(24px, 2.4vw, 32px)/1.02 var(--font-display), sans-serif; text-transform: uppercase; }
.service-card p { margin: 0; max-width: 440px; color: var(--muted); line-height: 1.55; font-size: 15px; }
.service-card:hover p { color: rgba(255, 255, 255, .72); }
.service-tags { position: absolute; left: 32px; bottom: 26px; display: flex; gap: 8px; flex-wrap: wrap; }
.service-tags span { border: 1px solid var(--line); border-radius: 30px; padding: 6px 11px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-card:hover .service-tags span { border-color: rgba(255, 255, 255, .35); }

/* ---------- At a glance ---------- */
.glance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.qa-card { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--gold); padding: 28px; }
.qa-card h3 { margin: 0 0 12px; font: 500 22px/1.05 var(--font-display), sans-serif; text-transform: uppercase; }
.qa-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 15px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 16px 0 0; padding: 0; background: var(--line); border: 1px solid var(--line); }
.facts .fact { background: var(--paper); padding: 20px 22px; margin: 0; }
.facts dt { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.facts dd { margin: 0; font: 500 18px/1.15 var(--font-display), sans-serif; text-transform: uppercase; }

/* ---------- Properties we paint ---------- */
.properties { background: var(--paper-2); }
.prop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.prop-card { background: var(--paper); border: 1px solid var(--line); padding: 28px; }
.prop-card h3 { margin: 0 0 12px; font: 500 22px/1.05 var(--font-display), sans-serif; text-transform: uppercase; }
.prop-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 15px; }
.prop-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.prop-chips span { border: 1px solid var(--line); background: var(--paper); border-radius: 30px; padding: 9px 15px; font-size: 12px; font-weight: 700; color: var(--ink); }

/* ---------- Selected work ---------- */
.work { padding: 116px 7vw; background: var(--paper-2); }
.ba-lead { margin: 0 0 16px; max-width: 640px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.beforeafter { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.ba-item { position: relative; margin: 0; border: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.ba-item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; display: block; }
.ba-tag { position: absolute; left: 14px; top: 14px; z-index: 2; padding: 7px 12px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ba-tag.ba-after { background: var(--gold); color: var(--ink); }
.work-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 7vw; margin-bottom: 50px; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.work-card { margin: 0; background: var(--paper); border: 1px solid var(--line); overflow: hidden; }
.work-card .frame { aspect-ratio: 16 / 10; overflow: hidden; }
.work-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.work-card:hover img { transform: scale(1.04); }
.work-card figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 18px 20px 20px; }
.work-card figcaption strong { font: 500 22px/1.05 var(--font-display), sans-serif; text-transform: uppercase; }
.work-card figcaption span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.work-highlights { margin-top: 16px; border: 1px solid var(--line); background: var(--paper); padding: 22px; }
.work-highlights p { margin: 0 0 16px; color: var(--muted); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; font-weight: 700; }
.work-highlights img { width: 100%; display: block; }

/* ---------- Feature (dark) ---------- */
.feature { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; }
.feature-image { min-height: 520px; background: url("images/commercial-project.jpg") center / cover no-repeat; }
.feature-copy { padding: 8vw 7vw 7vw 6vw; }
.feature-copy h2 { margin: 0; max-width: 600px; font: 600 clamp(40px, 4.8vw, 72px)/.98 var(--font-display), sans-serif; text-transform: uppercase; }
.feature-copy h2 em { color: var(--gold); font-style: normal; }
.feature-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .7); line-height: 1.65; margin: 26px 0 34px; max-width: 540px; }
.feature-copy ul { list-style: none; padding: 0; margin: 0 0 38px; border-top: 1px solid rgba(255, 255, 255, .16); }
.feature-copy li { display: flex; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); font-size: 14px; font-weight: 700; }
.feature-copy li b { color: var(--gold); font-family: var(--font-display), sans-serif; font-weight: 600; }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.process-intro { position: sticky; top: 118px; align-self: start; }
.process-intro > p:last-child { max-width: 420px; color: var(--muted); line-height: 1.65; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--blue); font: 600 15px/1 var(--font-display), sans-serif; }
.process-list h3 { margin: 0; font: 500 28px/1 var(--font-display), sans-serif; text-transform: uppercase; }
.process-list p { margin: 8px 0 0; color: var(--muted); line-height: 1.55; }

/* ---------- Comparison ---------- */
.comparison { background: var(--paper); }
.cmp-head { max-width: 640px; margin-bottom: 40px; }
.cmp-head p { margin: 16px 0 0; color: var(--muted); line-height: 1.6; }
.cmp-wrap { overflow-x: auto; border: 1px solid var(--line); }
.cmp-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 15px; }
.cmp-table th, .cmp-table td { text-align: left; padding: 18px 22px; border-bottom: 1px solid var(--line); vertical-align: top; }
.cmp-table thead th { background: var(--ink); color: #fff; font: 600 13px/1 var(--font-display), sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.cmp-table thead th:nth-child(2) { color: var(--gold); }
.cmp-table tbody th { font-weight: 800; color: var(--ink); width: 22%; }
.cmp-table td:nth-child(2) { font-weight: 600; }
.cmp-table td:last-child { color: var(--muted); }
.cmp-table tbody tr:last-child th, .cmp-table tbody tr:last-child td { border-bottom: 0; }

/* ---------- Coastal ---------- */
.coastal { min-height: 560px; position: relative; color: #fff; display: flex; align-items: center;
  background:
    radial-gradient(circle at 84% 30%, rgba(239, 180, 59, .16) 0 3%, transparent 3.4%),
    repeating-linear-gradient(163deg, transparent 0 54px, rgba(255, 255, 255, .04) 54px 55px),
    linear-gradient(116deg, var(--ink) 0 54%, #24406a 100%); }
.coastal-content { margin-left: 7vw; width: min(700px, 84vw); }
.coastal h2 { margin: 0; font: 600 clamp(44px, 5.6vw, 80px)/.96 var(--font-display), sans-serif; text-transform: uppercase; }
.coastal h2 em { color: var(--gold); font-style: normal; }
.coastal-content > p:not(.eyebrow) { width: min(540px, 100%); color: rgba(255, 255, 255, .8); line-height: 1.65; }
.locations { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.locations span { border: 1px solid rgba(255, 255, 255, .4); border-radius: 30px; padding: 9px 14px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }

/* ---------- Credentials / trust ---------- */
.credentials { background: var(--paper-2); }
.creds-head { max-width: 640px; margin-bottom: 44px; }
.creds-head p { margin: 16px 0 0; color: var(--muted); line-height: 1.6; }
.creds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cred-card { background: var(--paper); border: 1px solid var(--line); padding: 26px; }
.cred-card h3 { margin: 0 0 10px; font: 500 22px/1 var(--font-display), sans-serif; text-transform: uppercase; }
.cred-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 15px; }
.cred-card ul { margin: 14px 0 0; padding-left: 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.nap { margin-top: 14px; padding: 14px 16px; background: var(--ink); color: #fff; font-size: 14px; line-height: 1.7; }
.nap span { color: var(--gold); font-weight: 700; }

/* ---------- Reviews / testimonials ---------- */
.reviews { background: var(--ink); color: #fff; text-align: center; }
.reviews .eyebrow { justify-content: center; }
.reviews h2 { margin: 0 auto; max-width: 18ch; font: 600 clamp(36px, 5vw, 64px)/1 var(--font-display), sans-serif; text-transform: uppercase; letter-spacing: -.02em; }
.reviews h2 em { color: var(--gold); font-style: normal; }
.reviews .lead { max-width: 640px; margin: 20px auto 0; color: rgba(255, 255, 255, .78); line-height: 1.65; }
.review-actions { display: flex; gap: 18px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; text-align: left; }
.testimonial-card { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .15); padding: 26px; }
.testimonial-card .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; font-size: 14px; }
.testimonial-card blockquote { margin: 0 0 16px; color: rgba(255, 255, 255, .92); line-height: 1.6; font-size: 15px; }
.testimonial-card cite { font-style: normal; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: #fff; }
.testimonial-card cite span { display: block; margin-top: 4px; color: var(--gold); font-weight: 700; font-size: 11px; letter-spacing: .04em; }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.faq-heading { align-self: start; position: sticky; top: 118px; }
.faq-heading p.lead { margin: 18px 0 0; color: var(--muted); line-height: 1.6; max-width: 340px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; gap: 14px; padding: 26px 0; cursor: pointer; font: 500 22px/1.15 var(--font-display), sans-serif; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 14px; }
.faq-list summary i { font-style: normal; font-size: 26px; text-align: center; color: var(--blue); transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -6px 44px 26px 62px; color: var(--muted); line-height: 1.65; }

/* ---------- Contact ---------- */
.contact { padding: 116px 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; background: var(--ink); color: #fff; }
.contact-intro > p:not(.eyebrow) { max-width: 520px; color: rgba(255, 255, 255, .72); font-size: 17px; line-height: 1.65; }
.contact-details { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .18); }
.contact-details a { font-weight: 800; font-size: 16px; overflow-wrap: anywhere; }
.contact-details small { display: block; margin-bottom: 6px; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card { padding: 34px; background: var(--paper); color: var(--ink); }
.contact-card h3 { margin: 0 0 6px; font: 500 26px/1 var(--font-display), sans-serif; text-transform: uppercase; }
.contact-card .form-lead { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
#lead-form { display: grid; gap: 16px; }
#lead-form label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--ink); }
#lead-form label .req { color: var(--blue); }
#lead-form input, #lead-form textarea, #lead-form select { display: block; width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); padding: 13px 14px; font-size: 16px; outline: none; }
#lead-form input:focus, #lead-form textarea:focus, #lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(43, 98, 168, .18); }
#lead-form textarea { resize: vertical; }
#lead-form button[type="submit"] { width: 100%; }
#lead-form button[type="submit"]:disabled { opacity: .65; cursor: wait; }
#lead-form-status { min-height: 20px; margin: 0; font-size: 13px; font-weight: 700; }
.next-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; padding: 24px 0 0; margin: 26px 0 0; border-top: 1px solid var(--line); }
.next-steps li { font-size: 11px; line-height: 1.4; text-transform: uppercase; font-weight: 800; color: var(--ink); }
.next-steps b { display: block; color: var(--blue); font: 600 14px/1 var(--font-display), sans-serif; margin-bottom: 6px; }

/* ---------- Footer ---------- */
.site-footer { padding: 56px 7vw 34px; background: var(--ink-2); color: #fff; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: start; gap: 32px; }
.site-footer .brand strong { color: #fff; }
.site-footer .brand small { color: var(--gold); }
.footer-tagline { margin: 16px 0 0; font: 500 20px/1 var(--font-display), sans-serif; text-transform: uppercase; letter-spacing: .02em; color: var(--gold); }
.footer-note { margin: 10px 0 0; max-width: 260px; color: rgba(255, 255, 255, .55); font-size: 12px; line-height: 1.6; }
.footer-col strong { display: block; margin-bottom: 12px; color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-col p, .footer-col a { margin: 0; color: rgba(255, 255, 255, .66); font-size: 13px; line-height: 1.85; }
.footer-col a:hover { color: #fff; }
.footer-bottom { grid-column: 1 / -1; padding-top: 26px; margin-top: 10px; border-top: 1px solid rgba(255, 255, 255, .12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; color: rgba(255, 255, 255, .55); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }

/* ---------- Subpage hero ---------- */
.page-hero { position: relative; overflow: hidden; color: #fff; padding: clamp(52px, 8vw, 110px) 7vw clamp(46px, 6vw, 84px);
  background: radial-gradient(circle at 86% 20%, rgba(239, 180, 59, .14) 0 3%, transparent 3.3%), linear-gradient(116deg, var(--ink) 0 60%, #24406a 100%); }
.page-hero::after { content: ""; position: absolute; right: -6vw; top: -25%; width: 44vw; height: 160%; border: 1px solid rgba(255, 255, 255, .08); transform: skewX(-8deg); pointer-events: none; }
.page-hero .inner { position: relative; z-index: 2; max-width: 820px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.breadcrumb a { color: var(--gold); }
.page-hero h1 { margin: 0; font: 600 clamp(40px, 6vw, 78px)/.96 var(--font-display), sans-serif; text-transform: uppercase; letter-spacing: -.02em; }
.page-hero h1 em { color: var(--gold); font-style: normal; }
.page-hero p { margin: 22px 0 0; max-width: 620px; color: rgba(255, 255, 255, .82); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; }
.page-hero .hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 30px; flex-wrap: wrap; }

/* ---------- Rich content ---------- */
.rich { max-width: 760px; }
.rich > h2 { font: 600 clamp(28px, 3.4vw, 44px)/1.02 var(--font-display), sans-serif; text-transform: uppercase; letter-spacing: -.01em; margin: 0 0 18px; }
.rich h2 em { color: var(--blue); font-style: normal; }
.rich > h3 { font: 500 22px/1.1 var(--font-display), sans-serif; text-transform: uppercase; margin: 34px 0 10px; }
.rich p { color: var(--muted); line-height: 1.7; margin: 0 0 16px; font-size: 16px; }
.rich ul, .rich ol { color: var(--muted); line-height: 1.7; padding-left: 20px; margin: 0 0 18px; }
.rich li { margin: 0 0 7px; }
.rich a { color: var(--blue); font-weight: 600; border-bottom: 1px solid rgba(43, 98, 168, .3); }
.two-col { display: grid; grid-template-columns: 1.25fr .75fr; gap: 6vw; align-items: start; }
.aside-card { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--gold); padding: 26px; }
.aside-card h3 { margin: 0 0 12px; font: 500 20px/1.1 var(--font-display), sans-serif; text-transform: uppercase; }
.aside-card p { margin: 0 0 10px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.aside-card .button { margin-top: 6px; }

/* ---------- Star rating (review form) ---------- */
.star-rating { border: 0; padding: 0; margin: 0; display: inline-flex; flex-direction: row-reverse; gap: 4px; }
.star-rating input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.star-rating label { font-size: 34px; line-height: 1; color: #cfcabd; cursor: pointer; transition: color .12s; }
.star-rating label::before { content: "★"; }
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label { color: var(--gold); }
.star-rating input:focus-visible + label { outline: 2px solid var(--blue); outline-offset: 3px; }
.field-check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--ink); line-height: 1.5; }
.field-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); flex-shrink: 0; }

/* ---------- Mobile call bar ---------- */
.mobile-cta { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .desktop-nav { gap: 16px; font-size: 12px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .creds-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; padding: 0 5vw; gap: 12px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 18px; }
  .desktop-nav { display: none; }
  .header-call { margin-left: auto; border: 0; padding: 0; font-size: 14px; }
  .header-call small { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu > button { border: 0; width: 46px; height: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; background: var(--ink); color: #fff; }
  .mobile-menu > button span { width: 20px; height: 2px; background: #fff; transition: transform .2s, opacity .2s; }
  .mobile-menu.open > button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mobile-menu.open > button span:nth-child(2) { opacity: 0; }
  .mobile-menu.open > button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu nav { position: absolute; left: 0; right: 0; top: 72px; padding: 14px 5vw 22px; display: none; background: var(--ink); color: #fff; box-shadow: 0 16px 30px rgba(0, 0, 0, .25); }
  .mobile-menu.open nav { display: grid; }
  .mobile-menu nav a { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); font: 500 22px/1 var(--font-display), sans-serif; text-transform: uppercase; }
  .mobile-menu nav a span { color: var(--gold); font-size: 12px; }

  .hero { min-height: calc(100svh - 72px); }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-proof div:last-child { display: none; }
  .section, .work, .contact { padding: 78px 6vw; }
  .section-heading, .work-heading, .process, .faq, .contact { grid-template-columns: 1fr; gap: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .glance-grid, .prop-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .page-hero::after { display: none; }
  .section-heading > *, .work-heading > *, .cmp-head, .creds-head { min-width: 0; }
  .work-grid { grid-template-columns: 1fr; }
  .beforeafter { grid-template-columns: 1fr; }
  .feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 320px; }
  .process-intro, .faq-heading { position: static; }
  .coastal { min-height: 520px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-bottom: 96px; }
  .footer-brand-col { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .site-header { gap: 8px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 8px; letter-spacing: .14em; }
  .header-call { font-size: 13px; }
  .hero { padding: 26px 6vw 0; gap: 28px; }
  .hero-content { width: auto; max-width: 100%; }
  .hero h1 { font-size: clamp(38px, 11.5vw, 52px); }
  .hero-copy { font-size: 15px; }
  .quick-answer { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof strong { font-size: 24px; }
  .cmp-table { font-size: 14px; }
  .facts { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .next-steps { grid-template-columns: 1fr; }
  .next-steps li { display: grid; grid-template-columns: 30px 1fr; align-items: center; }
  .next-steps b { margin: 0; }
  .contact-card { padding: 24px 20px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: 12px; height: 54px; padding: 0 18px; background: var(--blue); color: #fff; display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 800; box-shadow: 0 10px 30px rgba(0, 0, 0, .3); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .cp * { transition: none !important; } }
