:root {
  --brand-orange: #d95b1f;
  --brand-orange-dark: #b94512;
  --brand-navy: #132633;
  --brand-navy-2: #1d3645;
  --brand-ink: #1f2933;
  --brand-muted: #61707a;
  --brand-light: #f5f7f8;
  --brand-line: #dfe5e8;
  --brand-white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(17, 38, 51, .08);
  --shadow-lg: 0 20px 60px rgba(17, 38, 51, .14);
  --radius: 18px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--brand-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  padding-bottom: 0;
}
a { color: var(--brand-orange-dark); }
a:hover { color: var(--brand-orange); }
img { max-width: 100%; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: #fff; color: #000; padding: .75rem 1rem; }
.skip-link:focus { left: .5rem; top: .5rem; }

.utility-bar { background: var(--brand-navy); color: #dce5e9; font-size: .86rem; padding: .42rem 0; }
.utility-bar a { color: #fff; text-decoration: none; }
.utility-bar a:hover { color: #ffd0b6; }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(19,38,51,.08); backdrop-filter: blur(12px); }
.site-header .navbar { padding: .55rem 0; }
.brand-lockup { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-lockup img { width: 62px; height: 62px; object-fit: contain; }
.brand-copy { line-height: 1.05; color: var(--brand-navy); }
.brand-copy strong { display: block; font-size: 1rem; letter-spacing: .05em; }
.brand-copy small { display: block; font-size: .72rem; color: var(--brand-muted); margin-top: .25rem; }
.navbar-nav .nav-link { color: var(--brand-navy); font-weight: 650; font-size: .94rem; padding-left: .75rem !important; padding-right: .75rem !important; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus { color: var(--brand-orange-dark); }
.dropdown-menu { border: 0; border-radius: 12px; padding: .55rem; min-width: 260px; }
.dropdown-item { border-radius: 8px; padding: .55rem .7rem; font-size: .92rem; }
.dropdown-item:hover, .dropdown-item:focus { background: #fff1e9; color: var(--brand-orange-dark); }

.btn-brand { background: var(--brand-orange); color: #fff; border: 1px solid var(--brand-orange); font-weight: 700; }
.btn-brand:hover, .btn-brand:focus { background: var(--brand-orange-dark); color: #fff; border-color: var(--brand-orange-dark); }
.btn-brand-outline { border: 1px solid var(--brand-orange); color: var(--brand-orange-dark); font-weight: 700; background: #fff; }
.btn-brand-outline:hover { background: var(--brand-orange); color: #fff; }
.btn-navy { background: var(--brand-navy); color: #fff; border: 1px solid var(--brand-navy); font-weight: 700; }
.btn-navy:hover { background: var(--brand-navy-2); color: #fff; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #0f2431 0%, #183848 58%, #294b59 100%); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; transform: perspective(700px) rotateX(58deg) scale(1.35); transform-origin: 50% 100%; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -250px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.025); }
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 900px; padding: 5.7rem 0 4.2rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .8rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: #ffb28a; margin-bottom: 1rem; }
.hero h1 { font-size: clamp(2.2rem, 4.6vw, 4.2rem); line-height: 1.06; letter-spacing: -.035em; font-weight: 800; max-width: 1050px; margin-bottom: 1.35rem; }
.hero .lead { max-width: 850px; font-size: clamp(1rem, 1.35vw, 1.22rem); color: #e0e8ec; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.hero-actions .btn { padding: .78rem 1.05rem; }
.hero-actions .btn-light { color: var(--brand-navy); font-weight: 750; }
.hero-actions .btn-outline-light { font-weight: 700; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--brand-line); }
.trust-strip .container { display: grid; grid-template-columns: repeat(6, 1fr); }
.trust-item { padding: 1rem .7rem; text-align: center; font-size: .84rem; font-weight: 700; color: var(--brand-navy); border-right: 1px solid var(--brand-line); }
.trust-item:first-child { border-left: 1px solid var(--brand-line); }
.trust-item i { display: block; color: var(--brand-orange); font-size: 1.1rem; margin-bottom: .25rem; }

.section { padding: 5rem 0; }
.section-sm { padding: 3.8rem 0; }
.section-muted { background: var(--brand-light); }
.section-dark { background: var(--brand-navy); color: #fff; }
.section-title-wrap { max-width: 820px; margin-bottom: 2.2rem; }
.section-title-wrap.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-kicker { color: var(--brand-orange-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; }
.section-title { color: var(--brand-navy); font-weight: 800; font-size: clamp(1.8rem, 3.2vw, 2.75rem); line-height: 1.12; letter-spacing: -.025em; margin: .35rem 0 .8rem; }
.section-dark .section-title { color: #fff; }
.section-lead { color: var(--brand-muted); font-size: 1.05rem; margin: 0; }
.section-dark .section-lead { color: #c8d4da; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-tile { display: flex; flex-direction: column; min-height: 230px; padding: 1.35rem; border: 1px solid var(--brand-line); border-radius: var(--radius); background: #fff; text-decoration: none; box-shadow: 0 1px 0 rgba(0,0,0,.02); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #f0b79b; }
.service-icon { width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: #fff0e8; color: var(--brand-orange-dark); font-size: 1.25rem; margin-bottom: 1rem; }
.service-tile h3 { color: var(--brand-navy); font-size: 1.05rem; font-weight: 800; margin-bottom: .65rem; }
.service-tile p { color: var(--brand-muted); font-size: .92rem; margin-bottom: 1rem; }
.service-tile .learn { margin-top: auto; color: var(--brand-orange-dark); font-weight: 750; font-size: .88rem; }

.delivery-card { height: 100%; border: 0; border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.delivery-card .visual { height: 190px; background: linear-gradient(135deg, #203f50, #d95b1f); position: relative; overflow: hidden; }
.delivery-card .visual img { width: 100%; height: 100%; object-fit: cover; opacity: .86; }
.delivery-card .visual::after { content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(19,38,51,.38), transparent 65%); }
.delivery-card .body { padding: 1.45rem; }
.delivery-card h3 { font-size: 1.25rem; color: var(--brand-navy); font-weight: 800; }
.delivery-card p { color: var(--brand-muted); }

.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.problem-chip { background: #fff; border: 1px solid var(--brand-line); border-radius: 14px; padding: 1rem; font-weight: 700; color: var(--brand-navy); display: flex; gap: .65rem; align-items: center; }
.problem-chip i { color: var(--brand-orange-dark); }

.highlight-panel { border-radius: 24px; padding: clamp(1.7rem, 4vw, 3.1rem); background: linear-gradient(135deg, #142a37, #1c4254); color: #fff; box-shadow: var(--shadow-lg); }
.highlight-panel h2 { font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.highlight-panel p { color: #d5e0e5; max-width: 880px; }

.case-card { height: 100%; border: 1px solid var(--brand-line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.case-card .case-visual { height: 210px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #e9eef1, #f8fafb); color: var(--brand-navy); font-size: 3rem; }
.case-card .case-body { padding: 1.5rem; }
.case-card .tag { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--brand-orange-dark); font-weight: 850; }
.case-card h3 { color: var(--brand-navy); font-weight: 800; font-size: 1.25rem; margin-top: .45rem; }
.case-card p { color: var(--brand-muted); }

.process-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: .75rem; }
.process-step { position: relative; text-align: center; padding: 1rem .55rem; }
.process-step .num { width: 38px; height: 38px; margin: 0 auto .7rem; border-radius: 50%; display:flex; align-items:center; justify-content:center; background:#fff0e8; color:var(--brand-orange-dark); font-weight:850; }
.process-step strong { display: block; font-size: .87rem; color: var(--brand-navy); }

.logo-placeholder-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .75rem; }
.logo-placeholder { min-height: 90px; display:flex; align-items:center; justify-content:center; border:1px dashed #aebbc2; border-radius:12px; color:#7d8a91; background:#fff; font-size:.8rem; font-weight:700; text-align:center; padding:.6rem; }
.review-placeholder { border:1px dashed #aebbc2; border-radius:14px; padding:1.2rem; background:#fff; color:#6e7b82; height:100%; }
.staging-note { border-left: 4px solid #d6a100; background: #fff8da; color: #5e4a00; padding: .9rem 1rem; border-radius: 8px; font-size: .9rem; }

.page-hero { background: linear-gradient(135deg, #132633, #234657); color:#fff; padding: 4.6rem 0 3.8rem; position:relative; overflow:hidden; }
.page-hero::after { content:""; position:absolute; width:360px; height:360px; right:-150px; top:-180px; border-radius:50%; border:1px solid rgba(255,255,255,.14); box-shadow:0 0 0 60px rgba(255,255,255,.03),0 0 0 120px rgba(255,255,255,.02); }
.page-hero .container { position:relative; z-index:2; }
.page-hero h1 { max-width: 960px; font-weight: 800; line-height:1.08; font-size:clamp(2.1rem,4vw,3.55rem); letter-spacing:-.03em; }
.page-hero p { max-width: 850px; color:#dbe5e9; font-size:1.1rem; }
.breadcrumbs { font-size:.84rem; margin-bottom:1rem; color:#b8c8cf; }
.breadcrumbs a { color:#fff; text-decoration:none; }

.content-section { padding: 4rem 0; }
.content-section h2 { color:var(--brand-navy); font-weight:800; font-size:clamp(1.55rem,2.5vw,2.15rem); margin-bottom:1rem; }
.content-section h3 { color:var(--brand-navy); font-weight:800; font-size:1.15rem; }
.content-section p, .content-section li { color:#4f5f68; }
.check-list { list-style:none; padding:0; margin:0; display:grid; gap:.65rem; }
.check-list li { position:relative; padding-left:1.7rem; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:0; color:var(--brand-orange-dark); font-weight:900; }
.scope-card { border:1px solid var(--brand-line); border-radius:var(--radius); padding:1.35rem; height:100%; background:#fff; }
.scope-card h3 { margin-bottom:.6rem; }

.faq .accordion-item { border:1px solid var(--brand-line); border-radius:12px !important; overflow:hidden; margin-bottom:.7rem; }
.faq .accordion-button { font-weight:750; color:var(--brand-navy); box-shadow:none; }
.faq .accordion-button:not(.collapsed) { background:#fff3ec; color:var(--brand-orange-dark); }

.lead-card { background:#fff; border:1px solid var(--brand-line); border-radius:20px; padding:1.5rem; box-shadow:var(--shadow-sm); }
.form-label { font-weight:700; font-size:.88rem; color:var(--brand-navy); }
.form-control, .form-select { border-color:#cfd9de; border-radius:10px; min-height:46px; }
.form-control:focus, .form-select:focus { border-color:#e3916b; box-shadow:0 0 0 .2rem rgba(217,91,31,.12); }

.qr-card { border:1px solid var(--brand-line); border-radius:18px; background:#fff; padding:1rem; box-shadow:var(--shadow-sm); }
.qr-card img { width:100%; max-width:270px; display:block; margin:auto; }

.site-footer { background:#0d1e28; color:#aebdc4; padding:4rem 0 5rem; }
.site-footer h3 { color:#fff; font-size:.9rem; text-transform:uppercase; letter-spacing:.08em; font-weight:800; margin-bottom:.9rem; }
.footer-brand { color:#fff; font-size:1.3rem; letter-spacing:.06em; font-weight:850; }
.site-footer a { color:#d7e0e4; text-decoration:none; }
.site-footer a:hover { color:#ffb28a; }
.footer-links { list-style:none; padding:0; margin:0; display:grid; gap:.45rem; }
.site-footer hr { border-color:rgba(255,255,255,.13); margin:2.2rem 0 1.2rem; }

.mobile-cta { position:fixed; left:0; right:0; bottom:0; z-index:1040; display:grid; grid-template-columns:repeat(3,1fr); background:#fff; box-shadow:0 -6px 22px rgba(14,31,41,.16); border-top:1px solid #dfe5e8; }
.mobile-cta a { text-decoration:none; color:var(--brand-navy); text-align:center; padding:.65rem .2rem .55rem; font-size:.72rem; font-weight:750; }
.mobile-cta i { display:block; font-size:1.05rem; color:var(--brand-orange-dark); margin-bottom:.05rem; }

@media (max-width: 1199px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .problem-grid { grid-template-columns: repeat(3, 1fr); }
  .process-row { grid-template-columns: repeat(4, 1fr); }
  .logo-placeholder-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 991px) {
  body { padding-bottom: 62px; }
  .navbar-collapse { padding: .75rem 0 1rem; }
  .navbar-nav { align-items: stretch !important; }
  .navbar-nav .btn { width: 100%; margin-top:.4rem; }
  .hero-content { padding:4.7rem 0 3.4rem; }
  .trust-strip .container { grid-template-columns:repeat(3,1fr); }
  .trust-item:nth-child(4) { border-left:1px solid var(--brand-line); }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .problem-grid { grid-template-columns:repeat(2,1fr); }
  .logo-placeholder-grid { grid-template-columns:repeat(3,1fr); }
}
@media (max-width: 575px) {
  .brand-lockup img { width:52px; height:52px; }
  .hero-content { padding:3.8rem 0 3rem; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-actions .btn { width:100%; }
  .trust-strip .container { grid-template-columns:repeat(2,1fr); }
  .trust-item:nth-child(odd) { border-left:1px solid var(--brand-line); }
  .section, .content-section { padding:3.5rem 0; }
  .service-grid, .problem-grid { grid-template-columns:1fr; }
  .process-row { grid-template-columns:repeat(2,1fr); }
  .logo-placeholder-grid { grid-template-columns:repeat(2,1fr); }
  .page-hero { padding:3.5rem 0 3rem; }
}

/* R-ELEMENTS v2 trust, portfolio and knowledge enhancements */
.client-logo-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:.9rem; align-items:stretch; }
.client-logo-card { min-height:96px; background:#fff; border:1px solid var(--brand-line); border-radius:14px; padding:1rem; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 12px rgba(19,38,51,.04); }
.client-logo-card img { display:block; width:100%; max-width:150px; max-height:62px; object-fit:contain; filter:grayscale(1); opacity:.88; transition:filter .2s ease, opacity .2s ease, transform .2s ease; }
.client-logo-card:hover img { filter:grayscale(0); opacity:1; transform:scale(1.02); }
.client-proof-fallback { max-width:760px; margin:0 auto; border:1px solid var(--brand-line); border-radius:18px; padding:1.2rem 1.35rem; background:#fff; display:flex; gap:1rem; align-items:center; justify-content:center; text-align:left; }
.client-proof-fallback > i { font-size:2rem; color:var(--brand-orange-dark); }
.client-proof-fallback strong, .client-proof-fallback span { display:block; }
.client-proof-fallback span { color:var(--brand-muted); font-size:.92rem; margin-top:.2rem; }
.review-trust-panel { max-width:920px; margin:0 auto; display:grid; grid-template-columns:auto 1fr auto; gap:1.2rem; align-items:center; background:#fff; border:1px solid var(--brand-line); border-radius:20px; padding:1.35rem 1.5rem; box-shadow:var(--shadow-sm); }
.review-trust-panel h3 { color:var(--brand-navy); font-weight:800; font-size:1.15rem; margin:0 0 .3rem; }
.review-trust-panel p { color:var(--brand-muted); margin:0; }
.review-source-mark { width:52px; height:52px; border-radius:14px; display:flex; align-items:center; justify-content:center; background:#f5f7f8; color:var(--brand-navy); font-size:1.45rem; }
.case-process-visual { padding:1rem; gap:.65rem; flex-wrap:wrap; font-size:1rem !important; background:linear-gradient(135deg,#f4f7f8,#fff4ee) !important; }
.case-process-visual span { background:#fff; border:1px solid var(--brand-line); border-radius:999px; padding:.55rem .8rem; color:var(--brand-navy); font-weight:800; font-size:.82rem; }
.case-process-visual i { color:var(--brand-orange-dark); font-size:1rem; }
.case-study-process { display:grid; grid-template-columns:repeat(5,1fr); border:1px solid var(--brand-line); border-radius:20px; overflow:hidden; background:#fff; box-shadow:var(--shadow-sm); }
.case-study-process > div { min-height:150px; padding:1.15rem; display:flex; flex-direction:column; justify-content:center; text-align:center; border-left:1px solid var(--brand-line); }
.case-study-process > div:first-child { border-left:0; }
.case-study-process i { font-size:1.55rem; color:var(--brand-orange-dark); margin-bottom:.55rem; }
.case-study-process strong { color:var(--brand-navy); font-weight:850; }
.case-study-process span { color:var(--brand-muted); font-size:.82rem; margin-top:.25rem; }
.case-photo-note { display:flex; gap:1rem; align-items:flex-start; background:#f6f8f9; border:1px solid var(--brand-line); border-radius:16px; padding:1.15rem 1.25rem; }
.case-photo-note > i { flex:0 0 auto; font-size:1.5rem; color:var(--brand-orange-dark); }
.case-photo-note strong { color:var(--brand-navy); display:block; margin-bottom:.2rem; }
.case-photo-note p { color:var(--brand-muted); }
.portfolio-visual-card { height:100%; overflow:hidden; border:1px solid var(--brand-line); border-radius:20px; background:#fff; box-shadow:var(--shadow-sm); }
.portfolio-visual-card img { width:100%; height:360px; object-fit:cover; display:block; }
.portfolio-visual-card .body { padding:1.35rem; }
.portfolio-visual-card .tag { color:var(--brand-orange-dark); text-transform:uppercase; letter-spacing:.08em; font-size:.72rem; font-weight:850; }
.portfolio-visual-card h3 { color:var(--brand-navy); font-size:1.3rem; font-weight:800; margin:.35rem 0 .5rem; }
.portfolio-visual-card p { color:var(--brand-muted); margin:0; }
.leadership-portrait { overflow:hidden; border-radius:22px; background:#fff; border:1px solid var(--brand-line); box-shadow:var(--shadow-sm); }
.leadership-portrait img { aspect-ratio:4/5; object-fit:cover; object-position:center top; }
.leadership-portrait figcaption { padding:1rem 1.15rem 1.15rem; }
.leadership-portrait figcaption strong, .leadership-portrait figcaption span { display:block; }
.leadership-portrait figcaption strong { color:var(--brand-navy); font-weight:850; }
.leadership-portrait figcaption span { color:var(--brand-muted); font-size:.88rem; margin-top:.2rem; }
.article-layout { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:3rem; align-items:start; }
.article-layout article { max-width:820px; }
.article-layout article h2 { margin-top:2.6rem; }
.article-layout article h2:first-child { margin-top:0; }
.article-aside { position:sticky; top:110px; }
.engineering-equation { margin:1.5rem 0; padding:1.25rem; border-left:4px solid var(--brand-orange); background:#f6f8f9; border-radius:0 12px 12px 0; color:var(--brand-navy); font-weight:800; text-align:center; }

@media (max-width:1199px) { .client-logo-grid { grid-template-columns:repeat(4,1fr); } }
@media (max-width:991px) {
  .client-logo-grid { grid-template-columns:repeat(3,1fr); }
  .review-trust-panel { grid-template-columns:auto 1fr; }
  .review-trust-panel .btn { grid-column:1 / -1; width:100%; }
  .case-study-process { grid-template-columns:repeat(2,1fr); }
  .case-study-process > div { border-top:1px solid var(--brand-line); }
  .article-layout { grid-template-columns:1fr; gap:2rem; }
  .article-aside { position:static; }
}
@media (max-width:575px) {
  .client-logo-grid { grid-template-columns:repeat(2,1fr); }
  .client-proof-fallback { align-items:flex-start; }
  .case-study-process { grid-template-columns:1fr; }
  .case-study-process > div { min-height:110px; border-left:0; }
  .portfolio-visual-card img { height:260px; }
}
.review-qr { width:76px; height:76px; object-fit:contain; border:1px solid var(--brand-line); border-radius:12px; background:#fff; padding:.25rem; }


/* FINAL INTEGRATED HANDOFF 2026-08-27 */

@media (max-width:1199px) {
  body { padding-bottom:72px; }
  .navbar-collapse { max-height:calc(100vh - 90px); overflow-y:auto; padding:.6rem 0 .9rem; }
  .navbar-nav { align-items:stretch !important; }
  .navbar-nav .btn { width:100%; margin-top:.4rem; }
}
html, body { max-width:100%; overflow-x:hidden; }
.hero-grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(300px,.65fr); gap:2.5rem; align-items:center; }
.hero-grid .hero-content { max-width:none; }
.hero-project-visual { margin:2.5rem 0; border-radius:20px; overflow:hidden; background:#fff; box-shadow:0 20px 60px rgba(0,0,0,.2); }
.hero-project-visual img { width:100%; aspect-ratio:4/5; object-fit:cover; display:block; }
.hero-project-visual figcaption { padding:.7rem .9rem; color:#5d6970; font-size:.75rem; background:#fff; }
.testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; align-items:start; }
.testimonial-card { height:100%; border:1px solid var(--brand-line); border-radius:18px; background:#fff; padding:1.35rem; box-shadow:var(--shadow-sm); }
.testimonial-card .rating { color:var(--brand-orange-dark); letter-spacing:.12em; font-size:.92rem; font-weight:800; margin-bottom:.8rem; }
.testimonial-card p { color:#4f5f68; font-size:.92rem; line-height:1.62; }
.testimonial-author { border-top:1px solid var(--brand-line); padding-top:.9rem; margin-top:1rem; }
.testimonial-author strong, .testimonial-author span { display:block; }
.testimonial-author strong { color:var(--brand-navy); }
.testimonial-author span { color:var(--brand-muted); font-size:.8rem; }
.review-actions { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:1rem; border:1px solid var(--brand-line); border-radius:16px; background:#fff; padding:1rem; }
.review-actions strong, .review-actions span { display:block; }
.review-actions strong { color:var(--brand-navy); }
.review-actions span { color:var(--brand-muted); font-size:.86rem; }
.project-gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.project-gallery-grid .portfolio-visual-card img { height:285px; }
.technical-about-visual { overflow:hidden; border-radius:22px; background:#fff; border:1px solid var(--brand-line); box-shadow:var(--shadow-sm); margin:0; }
.technical-about-visual img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.technical-about-visual figcaption { padding:1rem 1.15rem; }
.technical-about-visual figcaption strong, .technical-about-visual figcaption span { display:block; }
.technical-about-visual figcaption strong { color:var(--brand-navy); }
.technical-about-visual figcaption span { color:var(--brand-muted); font-size:.85rem; margin-top:.25rem; }
.website-field { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.map-frame { width:100%; height:360px; border:0; }
.field-validation-error, .validation-summary-errors { color:#a82323; font-size:.84rem; }

@media (max-width:1199px) {
  .hero-grid { grid-template-columns:minmax(0,1.3fr) minmax(270px,.7fr); gap:1.5rem; }
  .testimonial-grid { grid-template-columns:repeat(2,1fr); }
  .project-gallery-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:991px) {
  body { padding-bottom:72px; }
  .navbar-collapse { max-height:calc(100vh - 90px); overflow-y:auto; padding:.6rem 0 .9rem; }
  .dropdown-menu { box-shadow:none !important; }
  .hero-grid { grid-template-columns:1fr; gap:0; }
  .hero-project-visual { max-width:520px; margin:0 0 3rem; }
  .hero-project-visual img { aspect-ratio:16/10; }
  .testimonial-grid { grid-template-columns:1fr; }
  .review-actions { grid-template-columns:auto 1fr; }
  .review-actions > .d-flex { grid-column:1/-1; }
  .mobile-cta a { min-height:62px; }
}
@media (max-width:575px) {
  .site-header .navbar { padding:.35rem 0; }
  .brand-lockup img { width:46px; height:46px; }
  .navbar-toggler { padding:.3rem .45rem; }
  .hero-content { padding:2.8rem 0 2.2rem; }
  .hero h1 { font-size:clamp(2rem,10vw,2.55rem); line-height:1.08; }
  .hero .lead { font-size:1rem; }
  .hero-project-visual { margin:0 0 2.5rem; }
  .page-hero { padding:2.7rem 0 2.35rem; }
  .page-hero h1 { font-size:clamp(1.9rem,9vw,2.4rem); }
  .page-hero p { font-size:1rem; }
  .breadcrumbs { font-size:.78rem; margin-bottom:.75rem; }
  .section, .content-section { padding:3rem 0; }
  .section-title { font-size:clamp(1.7rem,8vw,2.15rem); }
  .project-gallery-grid { grid-template-columns:1fr; }
  .project-gallery-grid .portfolio-visual-card img { height:260px; }
  .review-actions { grid-template-columns:1fr; text-align:left; }
  .review-actions > .d-flex { grid-column:auto; }
  .review-actions .btn { width:100%; }
  .client-logo-card { min-height:84px; padding:.75rem; }
  .client-logo-card img { max-height:52px; }
}
