@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope-variable.ttf') format('truetype');
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

:root {
    --brand: #ed1c24;
    --brand-dark: #c91017;
    --ink: #17181b;
    --ink-soft: #36383e;
    --muted: #63666d;
    --canvas: #f7f5f1;
    --soft: #eeece7;
    --surface: #ffffff;
    --line: #dcd9d3;
    --radius: 1.4rem;
    --shadow: 0 24px 70px rgba(28, 29, 33, .11);
}

html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--canvas); color: var(--ink); font-family: 'Manrope', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; padding: .8rem 1rem; border-radius: .5rem; background: #fff; color: #000; transition: top .2s; }
.skip-link:focus { top: 1rem; }
.container { --bs-gutter-x: 2rem; }
.section-space { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.bg-soft { background: var(--soft) !important; }
.text-white-75 { color: rgba(255,255,255,.76); }
.eyebrow { display: block; margin-bottom: 1rem; color: var(--brand); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-title { max-width: 930px; margin: 0; color: var(--ink); font-size: clamp(2.45rem, 5.2vw, 5rem); font-weight: 750; letter-spacing: -.06em; line-height: .98; }
.section-intro { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.btn { border-radius: 999px; padding: .82rem 1.45rem; font-weight: 750; transition: color .2s, background .2s, border-color .2s, transform .2s, box-shadow .2s; }
.btn-lg { padding: 1rem 1.65rem; font-size: .94rem; }
.btn-brand { border-color: var(--brand); background: var(--brand); color: #fff; box-shadow: 0 13px 32px rgba(237, 28, 36, .2); }
.btn-brand:hover, .btn-brand:focus { border-color: var(--brand-dark); background: var(--brand-dark); color: #fff; transform: translateY(-2px); }
.btn-outline-dark { border-color: #282a2e; color: #202126; }
.btn-outline-dark:hover { border-color: #202126; background: #202126; color: #fff; }
.btn-quiet { border: 1px solid #d5d1ca; background: rgba(255,255,255,.86); color: #202126; box-shadow: 0 10px 26px rgba(28,29,33,.055); }
.btn-quiet:hover, .btn-quiet:focus { border-color: #aaa59c; background: #fff; color: #17181b; transform: translateY(-2px); box-shadow: 0 15px 32px rgba(28,29,33,.09); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; padding-bottom: .25rem; border-bottom: 1px solid var(--ink); font-weight: 750; }
.text-link i { transition: transform .2s; }
.text-link:hover i { transform: translateX(4px); }

/* Header */
.site-header { border-bottom: 1px solid rgba(42,43,47,.08); background: rgba(247,245,241,.9); backdrop-filter: blur(16px); transition: background .3s, box-shadow .3s; }
.site-header .navbar { min-height: 84px; padding: .7rem 0; }
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 10px 35px rgba(27,28,32,.08); }
.navbar-brand img { display: block; object-fit: contain; }
.navbar-light .navbar-nav .nav-link { position: relative; padding: .75rem .85rem; color: #3e4045; font-size: .86rem; font-weight: 700; }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active { color: #111216; }
.navbar-light .navbar-nav .nav-link::after { content: ''; position: absolute; right: .85rem; bottom: .35rem; left: .85rem; height: 2px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.navbar-light .navbar-nav .nav-link:hover::after, .navbar-light .navbar-nav .nav-link.active::after { transform: scaleX(1); }
.mobile-links { display: flex; flex-direction: column; }
.mobile-links a { padding: 1rem 0; border-bottom: 1px solid var(--line); color: #22242a; font-size: 1.2rem; font-weight: 700; }

/* Home hero */
.hero-home { position: relative; padding: 156px 0 0; overflow: hidden; background: radial-gradient(circle at 7% 8%, rgba(255,255,255,.98), transparent 30%), linear-gradient(135deg,#f9f7f3 0%,#f4f1eb 68%,#efebe4 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(34,35,38,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(34,35,38,.045) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 76%); }
.hero-content { position: relative; z-index: 2; padding-bottom: clamp(4.5rem,7vw,7rem); }
.hero-title { max-width: 860px; margin: 0; color: var(--ink); font-size: clamp(3.35rem,6.15vw,6.4rem); font-weight: 770; letter-spacing: -.068em; line-height: .94; text-wrap: balance; }
.hero-lead { max-width: 670px; margin-top: 1.75rem; color: #565960; font-size: clamp(1rem,1.45vw,1.18rem); line-height: 1.74; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: stretch; gap: .85rem; margin-top: 2rem; }
.hero-actions .btn { min-width: 205px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
.hero-capabilities { display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; max-width: 650px; margin-top: 2.3rem; padding-top: 1.2rem; border-top: 1px solid #d8d4cc; }
.hero-capabilities span { display: inline-flex; align-items: center; gap: .5rem; color: #494c52; font-size: .72rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.hero-capabilities i { color: var(--brand); font-size: .95rem; }
.hero-visual { position: relative; max-width: 530px; margin-left: auto; padding: 1.25rem 1.25rem 2.4rem 0; isolation: isolate; }
.hero-visual::before { content: ''; position: absolute; z-index: -1; top: 0; right: 0; width: 68%; height: 74%; border-radius: 2rem; background: var(--brand); box-shadow: 0 30px 75px rgba(237,28,36,.17); }
.hero-visual::after { content: ''; position: absolute; z-index: -1; right: 2.2rem; bottom: .6rem; width: 52%; height: 35%; border: 1px solid rgba(31,32,36,.22); border-radius: 1.6rem; }
.hero-visual > img { position: relative; z-index: 1; width: 100%; height: 600px; border: 7px solid rgba(255,255,255,.96); border-radius: 2rem; object-fit: cover; object-position: 55% center; box-shadow: 0 30px 85px rgba(27,28,32,.17); }
.hero-image-label { position: absolute; z-index: 3; right: -.2rem; bottom: 1.5rem; left: 2rem; padding: 1.1rem 1.25rem; border: 1px solid rgba(255,255,255,.65); border-radius: 1rem; background: rgba(255,255,255,.91); box-shadow: 0 16px 45px rgba(22,23,26,.14); backdrop-filter: blur(15px); }
.hero-image-label span { display: block; margin-bottom: .25rem; color: var(--brand); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-image-label strong { color: #1d1e22; font-size: .88rem; }
.hero-since { position: absolute; z-index: 4; top: 3.3rem; left: -2.4rem; width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 7px solid #f7f4ee; border-radius: 50%; background: #fff; box-shadow: 0 18px 45px rgba(24,25,29,.15); text-align: center; }
.hero-since strong { color: var(--brand); font-size: 1.75rem; line-height: 1; }
.hero-since span { margin-top: .45rem; color: #55585f; font-size: .57rem; font-weight: 800; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }
.hero-facts { position: relative; z-index: 3; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); backdrop-filter: blur(12px); }
.hero-facts .row > div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 1.35rem 1.5rem; border-right: 1px solid var(--line); }
.hero-facts .row > div:first-child { border-left: 1px solid var(--line); }
.hero-facts strong { color: var(--ink); font-size: clamp(.96rem,1.7vw,1.35rem); line-height: 1.15; }
.hero-facts span { margin-top: .35rem; color: #74767c; font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-google-link { display: flex; height: 100%; flex-direction: column; justify-content: center; }
.hero-google-link .google-mark { margin: 0 0 .25rem; }
.hero-google-link:hover span:last-child { color: var(--brand); }

/* Cards and home sections */
.service-card { display: block; height: 100%; overflow: hidden; border: 1px solid #dedbd6; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(28,29,33,.055); transition: transform .35s, box-shadow .35s, border-color .35s; }
.service-card:hover { border-color: #c7c3bc; transform: translateY(-8px); box-shadow: 0 27px 60px rgba(28,29,33,.11); }
.service-image { aspect-ratio: 1.36; overflow: hidden; background: #ddd; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.service-card:hover .service-image img { transform: scale(1.055); }
.service-body { position: relative; padding: 2rem; }
.service-number { position: absolute; top: 2rem; right: 2rem; color: var(--brand); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-body h3, .service-body h2 { margin: 0 3rem .85rem 0; color: var(--ink); font-size: 1.4rem; font-weight: 760; letter-spacing: -.03em; }
.service-body p { min-height: 5.1rem; color: var(--muted); font-size: .9rem; line-height: 1.66; }
.service-body span { display: inline-flex; align-items: center; gap: .5rem; color: var(--brand); font-size: .78rem; font-weight: 800; }
.service-card:hover .service-body span i { transform: translateX(5px); }
.service-body span i { transition: transform .2s; }
.about-light { background: #fff; }
.about-collage { position: relative; padding-right: 4rem; }
.about-collage > img { width: 100%; height: 650px; border-radius: 1.5rem; object-fit: cover; box-shadow: 0 24px 65px rgba(27,28,32,.1); }
.experience-badge { position: absolute; right: 0; bottom: 3rem; width: 180px; height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 9px solid #fff; border-radius: 50%; background: var(--brand); color: #fff; text-align: center; }
.experience-badge strong { font-size: 2.4rem; line-height: 1; }
.experience-badge span { margin-top: .55rem; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.about-lead { margin: 1.8rem 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.8; }
.check-list { margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .9rem 0 .9rem 2rem; border-bottom: 1px solid var(--line); color: #36383e; font-weight: 650; }
.check-list li::before { content: '↗'; position: absolute; left: 0; color: var(--brand); font-weight: 800; }
.portfolio-section, .portfolio-archive { background: #f3f1ec; }
.portfolio-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.portfolio-heading p { max-width: 610px; margin: 1rem 0 0; color: var(--muted); line-height: 1.75; }
.project-showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.project-showcase-card { overflow: hidden; border: 1px solid #dedbd4; border-radius: 1.35rem; background: #fff; color: var(--ink); box-shadow: 0 16px 45px rgba(28,29,33,.055); transition: transform .3s, box-shadow .3s, border-color .3s; }
.project-showcase-card:hover { color: var(--ink); border-color: #c8c4bc; transform: translateY(-7px); box-shadow: 0 24px 60px rgba(28,29,33,.11); }
.project-showcase-media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #ddd; }
.project-showcase-media::after { content: ''; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent,rgba(16,17,19,.2)); pointer-events: none; }
.project-showcase-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-showcase-card:hover .project-showcase-media img { transform: scale(1.045); }
.project-index { position: absolute; z-index: 1; top: 1rem; left: 1rem; min-width: 43px; height: 34px; display: grid; place-items: center; padding: 0 .7rem; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(255,255,255,.9); color: #292b30; font-size: .68rem; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(10px); }
.project-showcase-body { padding: 1.55rem 1.65rem 1.35rem; }
.project-category { color: var(--brand); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-showcase-body h3, .project-showcase-body h2 { margin: .55rem 0 1.35rem; color: var(--ink); font-size: clamp(1.45rem,2.2vw,2rem); font-weight: 760; letter-spacing: -.04em; line-height: 1.1; }
.project-showcase-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.project-showcase-footer span { overflow: hidden; color: var(--muted); font-size: .76rem; font-weight: 680; text-overflow: ellipsis; white-space: nowrap; }
.project-showcase-footer i { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #f2f0eb; color: var(--brand); transition: color .25s, background .25s, transform .25s; }
.project-showcase-card:hover .project-showcase-footer i { background: var(--brand); color: #fff; transform: rotate(8deg); }
.clients-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.client-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 1.1rem; background: var(--line); }
.client-logo { min-height: 135px; display: flex; align-items: center; justify-content: center; padding: 1.25rem; background: #fff; transition: background .2s; }
.client-logo:hover { background: #f7f6f3; }
.client-logo img { width: 145px; height: 84px; object-fit: contain; filter: grayscale(1); opacity: .65; transition: filter .25s, opacity .25s, transform .25s; }
.client-logo:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.05); }
.client-grid-full { grid-template-columns: repeat(5, 1fr); }
.google-reviews-section { background: linear-gradient(135deg,#f0eee9,#f8f6f2); }
.google-reviews-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.google-summary { min-width: 245px; display: flex; align-items: center; gap: .9rem; padding: 1rem 1.2rem; border: 1px solid #d7d3cc; border-radius: 1rem; background: #fff; box-shadow: 0 12px 30px rgba(28,29,33,.06); }
.google-summary > span:last-child { display: flex; flex-direction: column; }
.google-summary strong { color: #202126; font-size: .88rem; }
.rating-star { color: #fbbc04; }
.google-summary small { margin-top: .15rem; color: var(--muted); font-size: .68rem; }
.google-mark { flex: 0 0 auto; width: 31px; height: 31px; display: inline-grid; place-items: center; border-radius: 50%; background: conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0); color: #fff; font-size: .84rem; font-weight: 800; box-shadow: inset 0 0 0 5px #fff; }
.testimonial-card { height: 100%; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.google-review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.testimonial-card .stars { color: #fbbc04; font-size: .78rem; letter-spacing: .1em; }
.testimonial-card blockquote { min-height: 150px; margin: 1.7rem 0 2rem; color: #2f3136; font-size: 1rem; line-height: 1.78; }
.testimonial-card footer { display: flex; flex-direction: column; padding-top: 1rem; border-top: 1px solid var(--line); }
.testimonial-card footer strong { font-size: .84rem; }
.testimonial-card footer span { margin-top: .2rem; color: var(--muted); font-size: .7rem; }
.google-review-card { position: relative; box-shadow: 0 14px 38px rgba(28,29,33,.055); }
.google-review-card::before { content: '“'; position: absolute; right: 1.65rem; top: 3.4rem; color: rgba(237,28,36,.09); font-family: Georgia,serif; font-size: 5rem; line-height: 1; pointer-events: none; }
.google-review-card header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.google-review-card .google-source { display: inline-flex; align-items: center; gap: .55rem; color: #85878c; font-size: .57rem; font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.google-review-card .google-source strong { color: #35373d; font-size: .66rem; }
.google-review-card .google-source .google-mark { width: 23px; height: 23px; font-size: .58rem; box-shadow: inset 0 0 0 4px #fff; }
.google-review-card footer { flex-direction: row; align-items: center; justify-content: space-between; }
.google-review-card footer > span { display: flex; flex-direction: column; }
.google-review-card footer small { margin-top: .2rem; color: var(--muted); font-size: .68rem; }
.google-review-card footer a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); }
.google-reviews-empty { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.google-reviews-empty p { max-width: 620px; margin: 0; color: var(--muted); }

/* Interior pages */
.page-hero { min-height: 590px; display: flex; align-items: flex-end; padding: 175px 0 85px; overflow: hidden; background: radial-gradient(circle at 85% 15%, rgba(237,28,36,.13), transparent 31%), linear-gradient(135deg,#fff 0%,#eeeae3 100%); color: var(--ink); }
.page-hero.compact { min-height: 490px; }
.page-hero .text-white-50 { color: var(--brand) !important; }
.page-hero h1 { max-width: 1120px; margin: 0; color: var(--ink); font-size: clamp(3.3rem, 7.2vw, 7.2rem); font-weight: 760; letter-spacing: -.07em; line-height: .92; }
.page-hero p { max-width: 720px; margin: 2rem 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.page-hero-about { background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(247,245,241,.78) 58%,rgba(247,245,241,.35)),url('../../uploads/seed/hero.jpg') center/cover; }
.detail-hero { position: relative; min-height: 760px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-overlay { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(18,19,22,.9),rgba(18,19,22,.07) 78%); }
.detail-content { position: relative; z-index: 1; padding-bottom: 5rem; }
.detail-content nav { display: flex; gap: .6rem; color: rgba(255,255,255,.72); }
.detail-content nav a:hover { color: #fff; }
.detail-content h1 { max-width: 1000px; color: #fff; font-size: clamp(3.5rem,8vw,8rem); font-weight: 760; letter-spacing: -.07em; line-height: .88; }
.detail-content p { max-width: 760px; color: rgba(255,255,255,.8); font-size: 1.15rem; line-height: 1.7; }
.rich-content { color: #313339; font-size: 1.06rem; line-height: 1.88; }
.rich-content .lead { color: #25272c; font-size: clamp(1.5rem,3vw,2.2rem); font-weight: 620; letter-spacing: -.025em; line-height: 1.45; }
.rich-content h2 { margin: 3rem 0 1rem; color: var(--ink); font-size: clamp(2rem,4vw,3.35rem); font-weight: 760; letter-spacing: -.05em; line-height: 1.05; }
.rich-content h3 { margin-top: 2rem; color: var(--ink); font-weight: 750; }
.rich-content a { color: var(--brand); text-decoration: underline; text-underline-offset: .2em; }
.rich-content li { margin-bottom: .55rem; }
.sticky-cta { position: sticky; top: 120px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 15px 45px rgba(28,29,33,.07); }
.sticky-cta h2 { color: var(--ink); font-weight: 750; letter-spacing: -.035em; }
.phone-link { display: flex; justify-content: center; gap: .6rem; margin-top: 1.25rem; color: #292b30; font-weight: 750; }
.fact-panel { position: sticky; top: 120px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 15px 45px rgba(28,29,33,.07); color: var(--ink); }
.fact-panel > span { color: var(--brand); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fact-panel > div { display: flex; align-items: end; justify-content: space-between; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.fact-panel strong { color: var(--brand); font-size: 2.4rem; }
.fact-panel small { color: var(--muted); }

/* Contact */
.contact-form-wrap { padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 20px 60px rgba(28,29,33,.08); }
.form-label { color: #2d2f34; font-size: .76rem; font-weight: 800; }
.form-control, .form-select { min-height: 54px; border: 1px solid #d5d2cc; border-radius: .8rem; background-color: #fff; color: #202126; padding: .8rem 1rem; }
.form-control:focus, .form-select:focus { border-color: var(--brand); box-shadow: 0 0 0 .2rem rgba(237,28,36,.1); }
textarea.form-control { min-height: 160px; }
.form-note { color: var(--muted); font-size: .74rem; text-align: center; }
.form-note a { text-decoration: underline; text-underline-offset: .18em; }
.contact-list { margin-top: 2rem; }
.contact-list > * { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); color: #2e3035; font-weight: 700; }
.contact-list i { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; }
.contact-list small { display: block; margin-bottom: .25rem; color: var(--muted); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.map-frame { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #ddd; box-shadow: 0 20px 55px rgba(28,29,33,.07); }
.map-actions { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.2rem 1.35rem; border-top: 1px solid var(--line); background: #fff; }
.map-actions > div { display: flex; flex-direction: column; }
.map-actions strong { color: var(--ink); font-size: .88rem; }
.map-actions span { margin-top: .2rem; color: var(--muted); font-size: .72rem; }
.empty-state { padding: 5rem; border: 1px dashed #c9c6c0; border-radius: var(--radius); background: #fff; text-align: center; }
.empty-state i { color: var(--brand); font-size: 3rem; }

/* Footer */
.footer-cta { background: var(--brand); }
.site-footer { background: #23252a; color: #fff; }
.site-footer h3 { margin-bottom: 1.25rem; color: #9da0a7; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.site-footer .col-6 > a, .site-footer .col-lg-4 > a { display: block; margin-bottom: .8rem; color: rgba(255,255,255,.72); }
.site-footer a:hover { color: #fff; }
.socials { display: flex; gap: .5rem; }
.socials a { width: 42px; height: 42px; display: grid !important; place-items: center; margin: 0 !important; border: 1px solid #4b4e55; border-radius: 50%; }
.footer-bottom { color: #93969d; font-size: .73rem; }
.floating-call { position: fixed; z-index: 900; right: 1.25rem; bottom: 1.25rem; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; box-shadow: 0 10px 35px rgba(237,28,36,.35); font-size: 1.2rem; }
.floating-call:hover { color: #fff; transform: scale(1.05); }
.error-page { min-height: 80vh; display: grid; place-items: center; padding: 150px 0 80px; background: var(--canvas); color: var(--ink); }
.error-page span { color: var(--brand); font-size: clamp(6rem,20vw,14rem); font-weight: 800; letter-spacing: -.08em; line-height: .8; }
.error-page h1 { margin-top: 2rem; color: var(--ink); font-weight: 760; }
.error-page p { color: var(--muted); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s, transform .65s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 991.98px) {
    .site-header .navbar { min-height: 74px; }
    .hero-home { padding-top: 130px; }
    .hero-content { padding-bottom: 4.8rem; }
    .hero-visual { max-width: 620px; margin: 0 auto; }
    .hero-visual > img { height: 580px; }
    .hero-since { left: -1rem; }
    .about-collage { padding-right: 2.5rem; }
    .about-collage > img { height: 530px; }
    .experience-badge { width: 145px; height: 145px; }
    .client-grid, .client-grid-full { grid-template-columns: repeat(3,1fr); }
    .page-hero { min-height: 520px; }
}

@media (max-width: 767.98px) {
    .container { --bs-gutter-x: 1.4rem; }
    .section-space { padding: 4.5rem 0; }
    .section-title { font-size: 2.7rem; }
    .hero-home { padding-top: 118px; }
    .hero-title { font-size: clamp(3rem,14vw,4.6rem); line-height: .96; }
    .hero-lead { font-size: 1rem; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-actions .btn { width: 100%; min-width: 0; white-space: normal; }
    .hero-capabilities { gap: .75rem 1.1rem; }
    .hero-capabilities span { font-size: .64rem; }
    .hero-visual { padding: .8rem .8rem 2rem 0; }
    .hero-visual::before { width: 72%; border-radius: 1.5rem; }
    .hero-visual > img { height: 470px; border-width: 5px; border-radius: 1.5rem; }
    .hero-image-label { right: 0; bottom: 1rem; left: 1rem; }
    .hero-since { top: 2rem; left: -.25rem; width: 112px; height: 112px; border-width: 6px; }
    .hero-since strong { font-size: 1.55rem; }
    .hero-facts .row > div { min-height: 102px; padding: 1rem .85rem; text-align: left; }
    .hero-facts .row > div:nth-child(odd) { border-left: 1px solid var(--line); }
    .hero-facts .row > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .hero-facts strong { font-size: .86rem; }
    .hero-facts span { font-size: .5rem; }
    .hero-google-link { align-items: flex-start; }
    .portfolio-heading { align-items: flex-start; flex-direction: column; margin-bottom: 2rem; }
    .project-showcase-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .project-showcase-body { padding: 1.35rem; }
    .client-grid, .client-grid-full { grid-template-columns: repeat(2,1fr); }
    .client-logo { min-height: 115px; }
    .client-logo img { width: 125px; }
    .about-collage { padding-right: 0; }
    .about-collage > img { height: 430px; }
    .experience-badge { right: 1rem; bottom: 1rem; width: 125px; height: 125px; border-width: 6px; }
    .experience-badge strong { font-size: 1.85rem; }
    .page-hero, .page-hero.compact { min-height: 445px; padding: 145px 0 55px; }
    .page-hero h1 { font-size: 3.35rem; }
    .detail-hero { min-height: 650px; }
    .detail-content { padding-bottom: 3rem; }
    .detail-content h1 { font-size: 3.7rem; }
    .floating-call { width: 52px; height: 52px; }
    .google-reviews-head { display: block; }
    .google-summary { width: 100%; margin-top: 1.5rem; }
    .google-review-grid { grid-template-columns: 1fr; }
    .google-reviews-empty { align-items: stretch; flex-direction: column; }
    .google-reviews-empty .btn { width: 100%; }
    .map-actions { align-items: stretch; flex-direction: column; }
    .map-actions .btn { width: 100%; }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .google-review-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
    .reveal { opacity: 1; transform: none; }
}
