/* Shared visual finish. Layout and component behavior remain in style.css. */
html { scroll-padding-top: 100px; }
body { font-size: 16px; line-height: 1.7; padding-top: 80px; }
*, *::before, *::after { letter-spacing: 0; }
h1, h2, h3 { font-weight: 700; }
h1 { line-height: 1.12; }
h2, h3 { line-height: 1.25; }
p { margin-bottom: 16px; }
p:last-child { margin-bottom: 0; }
a { color: #3d4f6b; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: #263750; }
button, input, select, textarea { font-family: var(--font-body); }
input, select, textarea { font-size: 16px; }
img { color: var(--color-text-muted); }
:focus-visible { outline: 3px solid #b58c38; outline-offset: 4px; }
.fade-up, .fade-up.visible { transform: none; transition: none; }

/* Quiet, legible navigation keeps the company name visible on every page. */
.nav { background: rgba(255,255,255,.98); border-bottom: 1px solid var(--color-border); backdrop-filter: none; }
.nav--scrolled { box-shadow: 0 4px 20px rgba(22,40,32,.06); }
.nav__inner { height: 80px; gap: 24px; padding-inline: 24px; }
.nav__inner, .hero__content { max-width: calc(var(--content-wide) + 48px); }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100001; background: #fff; padding: 12px 20px; border: 2px solid #3d4f6b; border-radius: 4px; }
.skip-link:focus { top: 12px; }
.nav__logo { gap: 10px; flex-shrink: 0; color: var(--color-text); }
.nav__logo img { width: 48px; height: 48px; }
.nav__wordmark { display: block; font-size: 16px; font-weight: 800; line-height: 1.3; }
.nav__wordmark span { display: block; font-size: 12px; font-weight: 600; color: var(--color-text-muted); margin-top: 3px; }
.nav__links { gap: 0; }
.nav__links a { color: #495565; padding: 10px 12px; font-size: 14px; text-transform: none; border-radius: 4px; }
.nav__links a:hover { color: #2b3a52; background: #f1f4f8; }
.nav__links a.active { color: #2b3a52; background: #edf1f7; }
.page-active-home .nav-home, .page-active-about .nav-about,
.page-active-services .nav-services, .page-active-contact .nav-contact { color: #2b3a52 !important; }
.nav__cta { font-size: 14px; padding: 11px 18px; color: #fff; background: #3d4f6b; border-radius: 4px; text-transform: none; }
.nav__cta:hover { background: #2b3a52; color: #fff; }
.nav__hamburger { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.nav__hamburger span { background: #232a34; }

/* Clear type hierarchy and consistent spacing across service and local pages. */
.section { padding: 80px 24px; }
.section-title { font-size: 36px; font-weight: 700; line-height: 1.2; max-width: 900px; text-wrap: balance; }
.text-center > .section-title { margin-inline: auto; }
.section-label { font-size: 12px; font-weight: 700; margin-bottom: 16px; }
.section-label::before { width: 24px; background: currentColor; }
.section-subtitle { font-size: 17px; line-height: 1.75; }
.section--dark a:not(.btn), .section--navy a:not(.btn) { color: #e5c777; }
.btn { min-height: 50px; padding: 12px 24px; border-radius: 4px; font-size: 14px; text-transform: none; justify-content: center; line-height: 1.5; font-weight: 700; white-space: normal; text-align: center; }
.btn-primary { background: #e5c777; color: #232a34; }
.btn-primary:hover { background: #f0d792; color: #232a34; }
.btn-navy { background: #3d4f6b; color: #fff; }
.btn-navy:hover { background: #2b3a52; color: #fff; }
.btn-outline { color: #fff; border: 1px solid rgba(255,255,255,.65); background: rgba(26,37,53,.25); }
.btn-outline:hover { color: #fff; background: rgba(255,255,255,.12); }
.btn-gold-outline { color: #675019; border-color: #bda15d; }
.section--dark .btn-gold-outline, .section--navy .btn-gold-outline,
.cta-band .btn-gold-outline { color: #fff; border-color: #bfcddd; background: transparent; }
.section--dark .btn-gold-outline:hover, .section--navy .btn-gold-outline:hover,
.cta-band .btn-gold-outline:hover { color: #263750; background: #fff; border-color: #fff; }

/* Real roof photography remains visible, with contrast behind the text only. */
.hero { min-height: 0; background: #1a2535; }
.hero__content { padding: 48px 24px 52px; }
.hero__overlay, .landing-hero__overlay { background: linear-gradient(90deg, rgba(23,35,53,.88), rgba(23,35,53,.72) 38%, rgba(23,35,53,.12) 78%); }
.hero__logo-lockup { margin-bottom: 24px; gap: 12px; }
.hero__logo-img { display: none; }
.hero__logo-name { font-size: 23px; line-height: 1.3; font-weight: 600; text-shadow: none; }
.hero__logo-sub { font-size: 12px; color: #e0e7f1; margin-top: 4px; }
.hero__badge { padding: 0; border: 0; background: none; font-size: 12px; text-transform: none; color: #e5c777; margin-bottom: 18px; }
.hero__title { font-size: 52px; max-width: 670px; font-weight: 700; line-height: 1.12; margin-bottom: 24px; text-wrap: balance; }
.hero__title .accent { color: #e5c777; }
.hero__subtitle { font-size: 17px; max-width: 500px; line-height: 1.7; margin-bottom: 28px; color: #f1f4f8; }
.hero__proof { font-size: 13px; line-height: 1.8; color: #e8edf5; margin-top: 20px; }
.hero__proof a { color: #fff; }
.trust-bar { background: #f4f6f8; border-bottom: 1px solid var(--color-border); padding: 20px 24px; }
.trust-bar__inner { gap: 16px 28px; }
.trust-item { color: #495565; font-size: 13px; }
.trust-item svg { color: #886a28; width: 18px; height: 18px; }
.landing-hero { min-height: 0; padding: 72px 24px; }
.landing-hero__bg { opacity: 1; }
.landing-hero h1 { font-size: 48px; line-height: 1.15; font-weight: 700; max-width: 740px; }
.landing-hero p { max-width: 610px; color: #eef2f8; font-size: 17px; }
.landing-hero .section-label { font-size: 12px; }
.landing-hero__actions { margin-top: 28px; }
.proof-strip { padding: 20px 24px; background: #f4f6f8; }
.proof-strip__inner { gap: 16px 32px; }
.proof-strip span { text-transform: none; font-weight: 600; font-size: 13px; }
.page-hero, .about-hero { padding: 64px 24px; background: linear-gradient(90deg, rgba(23,35,53,.9), rgba(23,35,53,.65)), url('../images/completed-home-roof-wide-web.jpg') center 45% / cover; }
.page-hero .section-title, .about-hero__title { font-size: 44px; font-weight: 700; max-width: 900px; }
.about-hero__title { margin-inline: auto; }
.page-hero .section-subtitle, .about-hero__subtitle { color: #e8edf5; }
.ad-hero { min-height: 0; padding: 64px 24px; }
.ad-hero__bg { opacity: 1; }
.ad-hero__overlay { background: linear-gradient(90deg, rgba(23,35,53,.9), rgba(23,35,53,.58)); }
.ad-hero__copy h1 { font-size: 44px; line-height: 1.15; max-width: 600px; font-weight: 700; }
.ad-hero__copy p { color: #eef2f8; }
.ad-trust-list span { padding: 0; border: 0; background: none; min-height: 0; font-size: 13px; font-weight: 500; text-transform: none; }
.ad-trust-list { gap: 12px 24px; }

/* Repeated items share restrained edges; content sections remain unframed. */
.services-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%,260px),1fr)); }
.service-card, .answer-card, .testimonial-card, .decision-card, .value-card { border-radius: 6px; box-shadow: none; }
.service-card:hover, a.answer-card:hover { transform: none; box-shadow: 0 6px 24px rgba(20,40,30,.07); }
.service-card__body { padding: 28px; }
.service-card__title { font-size: 21px; line-height: 1.3; }
.service-card__desc, .answer-card__text, .decision-card p, .value-card__desc { font-size: 15px; line-height: 1.75; }
.service-card__img { aspect-ratio: 3 / 2; height: auto; }
.answer-grid { gap: 24px; }
.answer-card { padding: 28px; }
.answer-card__title { font-size: 19px; font-weight: 700; line-height: 1.35; text-wrap: balance; }
.answer-card img { border-radius: 4px !important; }
.answer-card:has(> img) { border: 0; background: transparent; padding: 0; }
.answer-card > img { margin-bottom: 20px !important; }
.answer-grid:has(> .faq-item) { display: block; max-width: 880px; margin-inline: auto; }
.faq-item { border-top: 1px solid var(--color-border); }
.faq-item:last-child { border-bottom: 1px solid var(--color-border); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: start; gap: 24px; cursor: pointer; padding: 22px 0; font-size: 18px; font-weight: 600; line-height: 1.5; color: #232a34; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 24px; font-weight: 400; line-height: 1; color: #3d4f6b; flex: 0 0 24px; text-align: center; }
.faq-item[open] summary::after { content: '-'; }
.faq-item > p { padding: 0 40px 24px 0; margin: 0; color: #56616f; font-size: 16px; line-height: 1.8; }
.decision-card { padding: 28px; border-top: 3px solid #bda15d; }
.decision-card__kicker { padding: 0; background: none; font-size: 12px; min-height: 0; text-transform: none; }
.decision-card h3 { font-size: 23px; line-height: 1.3; }
.side-panel { background: transparent; border: 0; border-left: 1px solid var(--color-border); border-radius: 0; padding: 0 0 0 40px; }
.side-panel .answer-card { background: transparent; border: 0; border-top: 1px solid var(--color-border); border-radius: 0; padding: 24px 0; }
.side-panel .answer-grid { display: block; margin-top: 24px; }
.service-link-grid { grid-template-columns: repeat(auto-fit,minmax(min(100%,220px),1fr)); }
.service-link { border-radius: 4px; font-size: 16px; font-weight: 700; padding: 24px; }
.service-link:hover { box-shadow: none; border-color: #3d4f6b; }
.service-area-list a, .service-area-list span { border: 0; border-bottom: 1px solid #cbd4e0; border-radius: 0; background: transparent; padding: 8px 4px; margin-inline: 8px; }
.service-area-list a:hover { box-shadow: none; color: #263750; }
.testimonial-card { padding: 32px; }
.testimonial-card__quote { font-style: normal; font-size: 16px; line-height: 1.8; }
.testimonial-card__location { color: #647080; }
.specialty-card { border-radius: 6px; }
.stats-grid { gap: 16px; }
.stats-grid > * { min-width: 0; }
.services-detail { padding-block: 64px; gap: 56px; }
.services-detail__list li { display: block; position: relative; padding-left: 32px; }
.services-detail__list li::before { position: absolute; left: 0; top: 2px; margin-top: 0; }
.services-detail__list li strong { display: inline; }
.services-detail__img img { height: auto; aspect-ratio: 4 / 3; }
.service-area-panel { background: transparent; border: 0; border-radius: 0; padding: 0; box-shadow: none; }
.service-area-panel__cities span { background: transparent; border: 0; border-bottom: 1px solid var(--color-border); border-radius: 0; padding: 12px 0; }
.value-card { text-align: left; }
.value-card__icon { margin-left: 0; border-radius: 6px; width: 48px; height: 48px; }
.family-photos { gap: 24px; }
.family-photos img { border-radius: 4px; }
.family-photos .family-photo--owners { object-position: center 10%; }
.family-photos .family-photo--matt, .family-photos .family-photo--andrea { object-position: center 12%; }

/* Contact forms use the same control sizes and typography as the calculator. */
.contact-grid { gap: 64px; }
.contact-grid > *, .ad-hero__grid > *, .form-grid > * { min-width: 0; }
.contact-form { border-radius: 6px; padding: 32px; background: #f7f9fc; }
.form-label { font-size: 14px; font-weight: 600; text-transform: none; color: #35445a; }
.form-input, .form-select, .form-textarea { background: #fff; border: 1px solid #b8c3d1; border-radius: 4px; min-height: 50px; }
.form-submit { min-height: 52px; font-size: 15px; text-transform: none; background: #3d4f6b; border-radius: 4px; }
.form-submit:hover { background: #2b3a52; }
.contact-info-item__icon { background: #eef2f7; color: #3d4f6b; border-radius: 4px; }
.contact-info-item__label { font-size: 12px; text-transform: none; color: #647080; }
div[data-netlify-recaptcha], .contact-form .g-recaptcha { margin-block: 20px; }
.faith-band { background: #f4f6f8; border-block: 1px solid var(--color-border); padding: 32px 24px; }
.faith-band__text { font-size: 20px; font-weight: 600; }
.cta-band { background: #3d4f6b; padding: 64px 24px; }
.cta-band::before { content: none; }
.cta-band h2 { color: #fff; font-size: 36px; line-height: 1.2; font-weight: 700; max-width: 780px; margin: 0 auto 20px; }
.cta-band p { color: #dde4ef; max-width: 650px; margin: 0 auto 28px; }
.cta-phone { font-size: 30px; line-height: 1.3; font-weight: 700; }
footer { background: #1a2535; padding: 64px 24px 28px; }
.footer__grid { gap: 40px; grid-template-columns: 1.5fr 1fr 1fr 1fr; }
.footer__brand img { height: 64px; width: 64px; border-radius: 4px; }
.footer__name { color: #fff; font-size: 18px; line-height: 1.4; margin-bottom: 16px; max-width: 240px; }
.footer__brand p, .footer__links a, .footer__contact-item { color: #c6ced9; font-size: 14px; }
footer p > a[href^="tel:"] { color: #c6ced9; }
footer p > a[href^="tel:"]:hover { color: #fff; }
.footer__heading { color: #fff; text-transform: none; font-size: 14px; }
.footer__bottom { color: #bcc8d8; font-size: 12px; gap: 16px; }

/* Budget tool: a focused form paired with a clearly differentiated result. */
.price-intro, .pricing-content { max-width: 1152px; padding-inline: 24px; }
.price-intro { padding-top: 48px; padding-bottom: 0; }
.price-intro h1 { font-size: 44px; font-weight: 700; margin-bottom: 16px; }
.price-intro > p:last-child { font-size: 17px; color: #56616f; max-width: 700px; }
.pricing-content { padding-block: 48px; }
.pricing-content h2 { font-size: 30px; line-height: 1.25; }
.pricing-content h3 { font-size: 20px; line-height: 1.4; }
.pricing-calculator { padding-top: 32px; padding-bottom: 56px; }
.budget-layout { gap: 48px; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
#roof-budget { padding-block: 8px; }
.budget-layout label, .budget-layout legend { font-size: 14px; font-weight: 700; color: #35445a; }
.budget-layout label { margin-top: 20px; margin-bottom: 8px; }
.budget-layout input[type="number"], .budget-layout select { border: 1px solid #b8c3d1; border-radius: 4px; min-height: 52px; padding: 12px 14px; font-size: 16px; }
.budget-layout input:focus, .budget-layout select:focus { outline: 3px solid rgba(61,79,107,.16); border-color: #3d4f6b; outline-offset: 1px; }
.measurement-mode { border-color: #b8c3d1; border-radius: 4px; min-height: 52px; }
.measurement-mode label { margin: 0; padding: 12px; font-size: 14px; line-height: 1.5; }
.measurement-mode label:has(input:checked) { background: #eaf0f8; color: #2b3a52; box-shadow: inset 0 -2px #3d4f6b; }
.measurement-mode label + label { border-left-color: #b8c3d1; }
.budget-layout button { margin-top: 24px; }
.price-note { font-size: 13px; line-height: 1.7; color: #5b6879; margin-top: 8px; }
.budget-details { margin-top: 16px; }
.budget-details summary { font-size: 14px; font-weight: 600; padding-block: 12px; }
.budget-details[open] summary { margin-bottom: 12px; }
.budget-output { background: #2b3d58; color: #fff; border: 0; border-radius: 6px; padding: 32px; scroll-margin-top: 104px; }
.budget-output h2 { color: #fff; font-size: 25px; font-weight: 600; margin-bottom: 8px; }
.budget-output .included-note { color: #e5c777; font-size: 13px; font-weight: 500; }
.budget-output a:not(.btn), .budget-output summary { color: #f1d58c; }
.budget-output .price-note { color: #d5ddeb; }
.budget-empty { padding: 0; }
.budget-project { margin: 24px 0; }
.budget-project img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 3px; }
.budget-project figcaption { font-size: 11px; color: #d5ddeb; margin-top: 8px; }
.budget-empty > p:first-of-type { font-size: 18px; font-weight: 600; line-height: 1.5; }
.budget-price { border-bottom: 1px solid #617189; font-size: 14px; color: #dce4ef; padding-block: 22px; }
.budget-price strong { color: #fff; font-size: 32px; font-weight: 600; line-height: 1.35; font-variant-numeric: tabular-nums; margin-top: 8px; }
.range-track { height: 6px; background: #566b87; border-radius: 2px; }
.range-band { background: #9bbde5; border-radius: 2px; }
#metal-band { background: #e5c777; }
.range-axis { color: #c5d3e5; margin-top: 12px; }
.calculation-breakdown { grid-template-columns: minmax(0,1fr) minmax(80px,auto); font-size: 13px; gap: 12px; }
.calculation-breakdown dt { color: #d5ddeb; }
.budget-output .btn { margin-top: 20px; }
.price-table { font-size: 14px; font-variant-numeric: tabular-nums; }
.price-table caption { font-size: 12px; font-weight: 500; color: #5b6879; padding: 12px 0 16px; }
.price-table th, .price-table td { padding: 18px 16px; border-color: #dce1e7; }
.price-table thead th { background: #3d4f6b; color: #fff; font-weight: 600; }
.price-table tbody th { background: transparent; font-weight: 600; }
.price-table tbody tr:nth-child(even) { background: #f4f6f8; }
.pricing-facts { border-top: 1px solid var(--color-border); border-bottom: 0; }
.pricing-faq { max-width: 880px; padding-top: 24px; padding-bottom: 64px; }
.pricing-faq h2 { margin-bottom: 32px; }
.pricing-faq h3 { border-top: 1px solid var(--color-border); padding-top: 24px; margin-top: 28px; }
.pricing-faq p { color: #56616f; }
.pricing-photo { border-radius: 4px; }

/* Large, unframed project features balance concise copy with original photos. */
.hero--showcase .hero__content { padding-block: 44px 48px; }
.hero--showcase .hero__title { max-width: 560px; font-size: 48px; }
.hero--showcase .hero__subtitle { max-width: 430px; }
.hero--showcase .hero__logo-name { font-size: 22px; }
.hero--showcase .hero__overlay { background: linear-gradient(90deg,rgba(20,31,47,.94) 0%,rgba(20,31,47,.86) 30%,rgba(20,31,47,.46) 46%,rgba(20,31,47,.04) 65%,transparent 100%); }
.hero__photo-credit { position: absolute; z-index: 2; bottom: 28px; right: max(24px,calc((100% - 1200px)/2)); display: flex; gap: 24px; align-items: center; padding: 10px 14px; background: rgba(20,31,47,.82); color: #fff; text-decoration: none; font-size: 12px; border-radius: 3px; }
.hero__photo-credit:hover { color: #fff; background: #263750; }
.page-hero--services { background-image: linear-gradient(90deg,rgba(20,31,47,.94),rgba(20,31,47,.82) 45%,rgba(20,31,47,.22)),url('../images/marietta-shingle-detail.jpg'); background-position: center 40%; }
.page-hero--contact { background-image: linear-gradient(90deg,rgba(20,31,47,.94),rgba(20,31,47,.82) 45%,rgba(20,31,47,.22)),url('../images/suwanee-roof-replacement-completed-aerial.jpg'); background-position: center 55%; }
.page-hero--services .section-subtitle, .page-hero--contact .section-subtitle { max-width: 560px; }
.about-hero { background: #f4f6f8; border-bottom: 1px solid var(--color-border); }
.about-hero__title { color: #232a34; }
.about-hero__subtitle { color: #56616f; }
.featured-work__detail span { line-height: 1.6; }
.featured-work { border-bottom: 1px solid var(--color-border); }
.featured-work__layout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); align-items: center; gap: 64px; }
.featured-work__layout > * { min-width: 0; }
.featured-work__photo { display: block; position: relative; color: #fff; }
.featured-work__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.featured-work__photo > span { position: absolute; bottom: 16px; left: 16px; right: 16px; width: fit-content; max-width: calc(100% - 32px); padding: 8px 12px; border-radius: 3px; background: #263750; font-size: 12px; line-height: 1.5; color: #fff; }
.featured-work__copy .section-title { font-size: 38px; margin-bottom: 24px; }
.featured-work__copy p { color: var(--color-text-muted); }
.featured-work__copy .section-label { color: var(--color-gold); }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-size: 15px; font-weight: 700; text-decoration: none; border-bottom: 1px solid #aab8ca; padding-block: 8px; }
.text-link:hover { border-bottom-color: currentColor; }
.featured-work__detail { border-top: 1px solid var(--color-border); margin-top: 32px; padding-top: 20px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; color: var(--color-text-muted); font-size: 12px; }
.before-after { border-radius: 4px; box-shadow: none; }
.before-after__label { background: #263750; color: #fff; border-radius: 3px; font-size: 12px; padding: 8px 14px; }
.before-after__label--after { background: #fff; color: #263750; }
.project-heading { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: end; }
.project-directory { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 36px; padding: 24px; border-bottom: 1px solid var(--color-border); }
.project-directory > span { font-size: 12px; color: #56616f; margin-right: auto; }
.project-directory a { display: inline-flex; gap: 20px; align-items: center; min-height: 44px; font-size: 14px; font-weight: 600; text-decoration: none; }
.project-directory a:hover { text-decoration: underline; }
.project-directory a span { font-size: 18px; }
.project-heading > p { color: var(--color-text-muted); padding-bottom: 8px; }
.project-heading .section-title { margin-bottom: 0; font-size: 40px; }
.project-specs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; margin: 32px 0; padding-block: 20px; border-block: 1px solid var(--color-border); }
.project-specs dt { font-size: 12px; color: var(--color-text-muted); margin-bottom: 5px; }
.project-specs dd { font-size: 14px; font-weight: 700; margin: 0; }
.project-pair { gap: 28px; }
.project-pair img { border-radius: 4px; aspect-ratio: auto 1400 / 1049; height: auto; }
.project-pair figure > a { display: block; }
.project-pair a:focus-visible { display: block; }
figcaption { color: var(--color-text-muted); font-size: 13px; line-height: 1.7; margin-top: 12px; }
.project-pair figcaption strong { display: block; font-size: 14px; color: var(--color-text); margin-bottom: 4px; }
.project-links { display: flex; flex-wrap: wrap; gap: 16px 32px; font-size: 14px; font-weight: 700; margin-top: 28px; }
.project-assurance { border-top: 1px solid var(--color-border); }
.project-assurance .featured-work__layout { grid-template-columns: minmax(0,.8fr) minmax(0,1fr); max-width: 980px; }
.project-assurance img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: center 12%; border-radius: 4px; }
.project-assurance .price-note { color: var(--color-text-muted); font-size: 13px; }
.pricing-project .budget-layout { align-items: center; }
.pricing-project .pricing-photo { aspect-ratio: auto 1400 / 1049; height: auto; }
.price-intro { border-bottom: 1px solid var(--color-border); padding-bottom: 28px; }
.price-intro h1 { text-wrap: balance; }
.budget-output { border-top: 4px solid #e5c777; box-shadow: 0 14px 36px rgba(26,37,53,.09); }
.budget-project img { aspect-ratio: 4 / 3; }
.nav__links a.active { background: transparent; border-radius: 0; box-shadow: inset 0 -2px #3d4f6b; }
.cta-band .btn-outline { border-color: #bfcddd; background: transparent; }
.cta-band .btn-outline:hover { background: #fff; color: #263750; }
.cta-band .cta-phone { color: #f1d58c; }
.section--dark .btn-outline:hover, .section--navy .btn-outline:hover { color: #fff; }

@media (max-width: 1000px) {
  .featured-work__layout { gap: 36px; }
  .featured-work__copy .section-title { font-size: 32px; }
  .project-heading { gap: 32px; }
}
@media (max-width: 768px) {
  .hero--showcase { background: #182538; }
  .hero--showcase .hero__bg { background-size: auto 360px; background-position: center top; background-repeat: no-repeat; }
  .hero--showcase .hero__overlay { background: linear-gradient(180deg,transparent 0,rgba(24,37,56,.04) 140px,#182538 320px); }
  .hero--showcase .hero__content { padding: 230px 20px 32px; }
  .hero--showcase .hero__logo-lockup { margin-bottom: 16px; }
  .hero--showcase .hero__logo-name { font-size: 19px; }
  .hero--showcase .hero__title { font-size: 34px; max-width: 520px; }
  .hero--showcase .hero__subtitle { font-size: 15px; line-height: 1.65; }
  .hero--showcase .hero__proof { margin-top: 18px; }
  .hero__photo-credit { top: 16px; bottom: auto; right: 16px; font-size: 11px; padding: 6px 10px; gap: 14px; }
  .page-hero--services, .page-hero--contact { background-blend-mode: normal; }
  .featured-work__layout, .project-heading, .project-assurance .featured-work__layout { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .featured-work__copy .section-title, .project-heading .section-title { font-size: 30px; }
  .featured-work__detail { grid-template-columns: 1fr; margin-top: 24px; }
  .project-specs { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-block: 24px; }
  .project-pair { gap: 28px; }
  .project-directory { gap: 8px 24px; padding: 16px 20px; }
  .project-directory > span { width: 100%; }
  .project-assurance img { max-height: 360px; aspect-ratio: 4 / 3; }
}

@media (max-width: 1100px) {
  .nav__inner { gap: 12px; }
  .nav__links a { padding-inline: 9px; font-size: 13px; }
  .nav__wordmark { font-size: 14px; }
  .nav__cta { padding-inline: 12px; font-size: 13px; }
  .footer__grid { gap: 24px; }
}
@media (min-width: 769px) and (max-width: 950px) {
  .nav__wordmark { display: none; }
}
@media (max-width: 900px) {
  .answer-grid--two { grid-template-columns: 1fr; }
  .contact-grid { gap: 40px; }
  .services-detail { gap: 32px; }
  .footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 768px) {
  body { padding-top: 72px; }
  .nav__inner { height: 72px; padding-inline: 20px; }
  .nav__wordmark { font-size: 15px; }
  .nav__logo img { width: 42px; height: 42px; }
  .nav__mobile { top: 72px !important; height: calc(100dvh - 72px) !important; padding: 24px 24px 40px !important; background: #fff !important; visibility: hidden; }
  .nav__mobile.open { visibility: visible; }
  .nav__mobile a { font-size: 20px; font-weight: 600; text-transform: none; color: #3d4f6b; border-bottom-color: #dce1e7; }
  .nav__mobile .mobile-cta { color: #fff; background: #3d4f6b; font-size: 16px; text-transform: none; border-radius: 4px; width: 100%; justify-content: center; }
  .section { padding: 48px 20px; }
  .section-title { font-size: 29px; line-height: 1.25; }
  .section-subtitle { font-size: 16px; }
  .hero__content { padding: 32px 20px 36px; }
  .hero__logo-name { font-size: 20px; }
  .hero__logo-sub { font-size: 11px; }
  .hero__logo-lockup { margin-bottom: 20px; }
  .hero__title { font-size: 36px; max-width: 520px; margin-bottom: 20px; }
  .hero__badge { font-size: 11px; line-height: 1.5; margin-bottom: 16px; }
  .hero__subtitle { font-size: 16px; max-width: 460px; margin-bottom: 24px; }
  .hero__overlay, .landing-hero__overlay { background: linear-gradient(90deg,rgba(23,35,53,.86),rgba(23,35,53,.55)); }
  .hero__proof { font-size: 12px; margin-top: 16px; }
  .hero__actions { gap: 12px; }
  .hero__actions .btn { padding: 12px 16px; }
  .trust-bar { padding: 20px; }
  .trust-bar__inner { gap: 12px 24px; justify-content: flex-start; }
  .trust-item { font-size: 12px; }
  .landing-hero { min-height: 0; padding: 44px 20px; }
  .landing-hero h1 { font-size: 34px; }
  .landing-hero p { font-size: 16px; }
  .landing-hero__actions { gap: 12px; margin-top: 24px; }
  .landing-hero__actions .btn { padding-inline: 18px; }
  .proof-strip { padding: 20px; }
  .proof-strip__inner { justify-content: flex-start; gap: 10px 20px; }
  .proof-strip span { font-size: 12px; }
  .page-hero, .about-hero { padding: 44px 20px; }
  .page-hero .section-title, .about-hero__title { font-size: 34px !important; }
  .ad-hero { padding: 40px 20px; }
  .ad-hero__copy h1 { font-size: 34px; }
  .ad-hero__grid { gap: 32px; }
  .side-panel { border-left: 0; border-top: 1px solid var(--color-border); padding: 28px 0 0; }
  .split-content, .why-grid, .about-intro { gap: 32px; }
  .services-grid, .answer-grid, .decision-grid, .testimonials-grid, .values-grid { margin-top: 32px; gap: 20px; }
  .service-card__body, .answer-card, .decision-card, .testimonial-card, .value-card { padding: 24px; }
  .services-detail { padding: 40px 20px; }
  .contact-grid { margin-top: 32px; gap: 40px; }
  .contact-grid, .ad-hero__grid { grid-template-columns: minmax(0,1fr); }
  .contact-form { padding: 24px; }
  .cta-band { padding: 48px 20px; }
  .cta-band h2 { font-size: 29px; }
  .cta-phone { font-size: 26px; }
  footer { padding: 48px 20px 24px; }
  .footer__grid { gap: 32px 24px; }
  .price-intro, .pricing-content { padding-inline: 20px; }
  .price-intro { padding-top: 32px; }
  .price-intro h1 { font-size: 34px; }
  .price-intro > p:last-child { font-size: 16px; }
  .pricing-content { padding-block: 32px; }
  .pricing-calculator { padding-top: 24px; padding-bottom: 40px; }
  .budget-layout { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .budget-output { padding: 24px; }
  .budget-price strong { font-size: 28px; }
  .pricing-content h2 { font-size: 26px; }
  .pricing-faq { padding-bottom: 48px; }
  .price-table { min-width: 620px; }
}
@media (max-width: 380px) {
  .hero--showcase .hero__content { padding-top: 110px; padding-bottom: 24px; }
  .hero--showcase .hero__bg { background-size: auto 260px; }
  .hero--showcase .hero__overlay { background: linear-gradient(180deg,transparent 0,rgba(24,37,56,.5) 100px,#182538 220px); }
  .hero--showcase .hero__title { font-size: 30px; margin-bottom: 16px; }
  .hero--showcase .hero__logo-name { font-size: 17px; }
  .hero--showcase .hero__logo-lockup { margin-bottom: 12px; }
  .hero--showcase .hero__subtitle { margin-bottom: 18px; }
  .hero__title { font-size: 32px; }
  .hero__content { padding-block: 24px; }
  .hero__actions .btn { min-width: 0; width: 100%; }
  .nav__wordmark { font-size: 14px; }
  .nav__inner { padding-inline: 16px; }
  .contact-form { padding: 16px 0; border: 0; background: transparent; }
  .contact-grid, .ad-hero__grid, .form-grid { min-width: 0; }
  div[data-netlify-recaptcha], .contact-form .g-recaptcha { margin-inline: -20px; }
  .footer__grid { grid-template-columns: minmax(0,1fr); }
  .budget-output { padding: 20px; }
  .budget-price strong { font-size: 24px; }
  .measurement-mode label { font-size: 13px; padding-inline: 8px; }
}
@media (min-width: 769px) and (max-height: 760px) {
  .hero--showcase .hero__content { padding-block: 28px 32px; }
  .hero--showcase .hero__title { font-size: 44px; margin-bottom: 20px; }
  .hero--showcase .hero__logo-lockup { margin-bottom: 16px; }
}
@media (min-width: 769px) {
  .project-evidence-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); row-gap: 40px; }
  .project-evidence-grid > .answer-card { grid-column: span 2; }
  .project-evidence-grid > .answer-card:nth-last-child(-n+2) { grid-column: span 3; }
}
@media print {
  body { padding-top: 0; }
  .budget-output { background: #fff; color: #232a34; border: 1px solid #888; }
  .budget-output h2, .budget-output .price-note, .budget-price strong, .budget-price, .budget-output .included-note { color: #232a34; }
  .budget-project { display: none; }
}
