
:root {
  --navy: #0b2e3f;
  --navy-2: #123f51;
  --teal: #0f7c86;
  --teal-dark: #0a646c;
  --aqua: #dff3f4;
  --aqua-2: #edf8f8;
  --copper: #e2783a;
  --copper-dark: #bd5b24;
  --sand: #f4f1ea;
  --paper: #fff;
  --ink: #17313e;
  --muted: #5d7079;
  --line: #d9e3e5;
  --success: #176b51;
  --shadow: 0 20px 60px rgba(11, 46, 63, .12);
  --shadow-soft: 0 12px 34px rgba(11, 46, 63, .08);
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { max-width: 820px; }
.center-text { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: 12px; transform: translateY(-150%); background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #f7a66d; outline-offset: 4px; }
.utility-bar { color: #dce9ec; background: #072432; font-size: 13px; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; gap: 24px; }
.utility-links a { text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(11,46,63,.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: none; text-decoration: none; }
.brand-logo { display: block; width: 220px; height: auto; }
.brand:focus-visible { border-radius: 8px; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a:not(.button) { position: relative; color: #29434f; text-decoration: none; font-size: 15px; font-weight: 650; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--copper); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.active::after { right: 0; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid var(--teal); border-radius: 12px; color: #fff; background: var(--teal); text-decoration: none; font-weight: 750; line-height: 1.2; box-shadow: 0 9px 24px rgba(15,124,134,.18); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); box-shadow: 0 13px 30px rgba(15,124,134,.24); }
.button-secondary { color: var(--navy); background: transparent; border-color: #b8c9cd; box-shadow: none; }
.button-secondary:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.button-light { color: var(--navy); background: #fff; border-color: #fff; box-shadow: none; }
.button-light:hover { color: var(--navy); background: var(--aqua); border-color: var(--aqua); }
.button-outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,.55); box-shadow: none; }
.button-outline-light:hover { color: var(--navy); background: #fff; }
.button-small { min-height: 42px; padding: 10px 15px; border-radius: 10px; font-size: 14px; }
.button-icon, .link-icon { width: 20px; height: 20px; }
.button-icon svg, .link-icon svg, .mobile-action-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #9de2e5; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--navy); font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(42px, 5.7vw, 76px); }
h2 { font-size: clamp(34px, 4.1vw, 54px); }
h3 { font-size: 25px; }
p { margin: 0 0 1.25em; }
.hero { position: relative; overflow: hidden; padding: 74px 0 82px; background: linear-gradient(135deg, #f4fbfb 0%, #fff 46%, #fbf2eb 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; left: -260px; top: -250px; background: var(--aqua); opacity: .68; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: 62px; align-items: center; }
.hero h1 em { color: var(--copper-dark); font-style: normal; }
.hero-lead { max-width: 720px; color: #415b67; font-size: clamp(19px, 2vw, 22px); }
.hero-actions, .inline-actions, .final-cta-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 28px 0 0; padding: 0; list-style: none; color: #294650; font-size: 14px; font-weight: 700; }
.trust-row li { display: flex; align-items: center; gap: 7px; }
.trust-icon { width: 18px; height: 18px; color: var(--teal); }
.trust-icon svg, .service-icon svg, .detail-icon svg, .process-icon svg, .contact-icon svg, .callout-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hero-visual { position: relative; }
.hero-visual > img { width: 100%; border-radius: 34px; box-shadow: 0 28px 70px rgba(11,46,63,.18); }
.photo-collage { background: #eef7f7; border: 1px solid rgba(11,46,63,.08); }
.hero-note { position: absolute; min-width: 176px; padding: 13px 16px; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid rgba(11,46,63,.1); border-radius: 14px; box-shadow: var(--shadow-soft); }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { font-family: ui-serif, Georgia, serif; font-size: 21px; }
.hero-note span { color: var(--muted); font-size: 13px; }
.hero-note-top { right: -16px; top: 70px; }
.hero-note-bottom { left: -22px; bottom: 52px; }
.section { padding: 100px 0; }
.section-muted { background: #f3f7f6; }
.section-intro { padding: 72px 0; }
.intro-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: start; }
.intro-grid p { color: var(--muted); font-size: 19px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 42px; }
.section-heading h2 { max-width: 780px; }
.section-heading p { max-width: 650px; color: var(--muted); }
.center-heading { justify-content: center; text-align: center; }
.center-heading > div { max-width: 800px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); text-decoration: none; font-weight: 800; }
.text-link:hover { color: var(--copper-dark); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 100%; padding: 28px; background: #fff; border: 1px solid #dfe8e9; border-radius: var(--radius); box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-icon, .detail-icon { width: 52px; height: 52px; margin-bottom: 24px; padding: 12px; color: var(--teal); background: var(--aqua); border-radius: 16px; }
.service-card h3 { font-size: 27px; }
.service-card p { color: var(--muted); font-size: 15px; }
.service-card .text-link { margin-top: auto; padding-top: 14px; }

.service-card-media { margin: -28px -28px 24px; overflow: hidden; border-radius: 24px 24px 18px 18px; background: #eef4f6; }
.service-card-media img { display: block; width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.detail-card-grid article .detail-icon { display: none; }
.detail-card-grid article h3 { margin-top: 0; }
.check-list { margin: 24px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 900; }
.check-list.compact { margin: 12px 0 22px; color: #405965; font-size: 14px; }
.check-list.compact li { margin: 7px 0; padding-left: 24px; }
.feature-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 74px; align-items: center; }
.feature-grid.reverse { grid-template-columns: 1.08fr .92fr; }
.feature-media { position: relative; }
.feature-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.page-hero-media .photo-collage { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); filter: none; }
.feature-badge { position: absolute; right: -20px; bottom: 30px; padding: 14px 18px; color: #fff; background: var(--navy); border-radius: 12px; font-size: 14px; font-weight: 800; box-shadow: var(--shadow); }
.feature-copy > p { color: var(--muted); font-size: 19px; }
.project-selector { padding-top: 20px; }
.selector-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; padding: 52px; color: #fff; background: linear-gradient(135deg, var(--navy), #0e5664); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.selector-panel h2 { color: #fff; }
.selector-copy p { color: #cfdee2; }
.selector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.selector-grid a { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: center; padding: 18px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); border-radius: 16px; text-decoration: none; transition: background .18s, transform .18s; }
.selector-grid a:hover { transform: translateY(-2px); background: rgba(255,255,255,.14); }
.selector-grid span { grid-row: span 2; color: #90d9dd; font-size: 13px; font-weight: 800; }
.selector-grid strong { font-size: 18px; }
.selector-grid small { color: #cbdce0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.process-grid > li { position: relative; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.process-grid > li > span { position: absolute; right: 20px; top: 18px; color: #a6b8bd; font-size: 13px; font-weight: 900; }
.process-icon { width: 46px; height: 46px; margin-bottom: 24px; padding: 10px; color: var(--copper-dark); background: #faece2; border-radius: 15px; }
.process-grid h3 { font-size: 25px; }
.process-grid p { color: var(--muted); font-size: 15px; }
.process-grid-three { grid-template-columns: repeat(3, 1fr); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project-grid-full { grid-template-columns: repeat(2, 1fr); }
.project-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); transition: transform .22s ease, box-shadow .22s ease; }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-media { display: block; width: 100%; padding: 0; overflow: hidden; background: #e8f1f1; border: 0; cursor: zoom-in; }
.project-card img { width: 100%; aspect-ratio: 1.38; object-fit: cover; transition: transform .35s ease; }
.project-card:hover .project-media img { transform: scale(1.025); }
.project-card > div { padding: 24px; }
.project-card span { color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.project-card h2, .project-card h3 { margin-top: 7px; font-size: 27px; }
.project-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.prototype-note, .prototype-warning { margin-top: 24px; padding: 16px 18px; color: #69421f; background: #fff4e9; border-left: 4px solid var(--copper); border-radius: 8px; font-size: 14px; }
.values-section { background: #fff; }
.values-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.values-grid > div:first-child p { color: var(--muted); font-size: 19px; }
.value-list article { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.value-list article:first-child { padding-top: 0; }
.value-list strong { color: var(--copper-dark); font-size: 15px; letter-spacing: .1em; }
.value-list h3 { font-size: 27px; }
.value-list p { margin: 0; color: var(--muted); }
.faq-section { background: var(--sand); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.faq-grid > div:first-child p { color: var(--muted); }
.faq-list details { background: #fff; border: 1px solid #dedfd9; border-radius: 14px; margin-bottom: 12px; }
.faq-list summary { position: relative; cursor: pointer; padding: 20px 54px 20px 22px; color: var(--navy); font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 15px; color: var(--teal); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 22px 22px; color: var(--muted); }
.final-cta { padding: 70px 0; color: #fff; background: linear-gradient(135deg, #092b3b, #0d5b67); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.final-cta h2 { color: #fff; }
.final-cta p { max-width: 720px; margin-bottom: 0; color: #d4e4e8; }
.page-hero { padding: 74px 0 86px; background: linear-gradient(135deg, #f1fafa, #fff 58%, #faf1e9); }
.page-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.page-hero p { max-width: 680px; color: var(--muted); font-size: 20px; }
.page-hero-media img { width: 100%; filter: drop-shadow(0 20px 36px rgba(11,46,63,.1)); }
.compact-hero { padding: 78px 0; }
.compact-hero .content-narrow { margin-inline: auto; }
.detail-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.detail-card-grid article { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.detail-card-grid h3 { font-size: 27px; }
.detail-card-grid p { margin: 0; color: var(--muted); }
.info-panel { padding: 42px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--teal-dark)); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.info-panel h3 { color: #fff; font-size: 34px; }
.info-panel ul { margin: 20px 0 30px; padding-left: 22px; color: #d5e5e8; }
.callout-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.callout-row > div { padding: 24px; background: var(--aqua-2); border-radius: 18px; }
.callout-icon { width: 42px; height: 42px; margin-bottom: 16px; padding: 9px; color: var(--teal); background: #fff; border-radius: 13px; }
.callout-row strong, .callout-row span { display: block; }
.callout-row span { margin-top: 7px; color: var(--muted); font-size: 14px; }
.content-callout { padding: 72px 0; color: #fff; background: var(--navy); }
.content-callout h2 { color: #fff; }
.content-callout-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.content-callout ul { columns: 2; margin: 0; padding-left: 22px; color: #d4e3e7; }
.contact-section { background: #f4f7f6; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: start; }
.contact-details { position: sticky; top: 130px; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.contact-details > p { color: var(--muted); }
.contact-card-list { display: grid; gap: 10px; margin: 28px 0; }
.contact-card-list > a { display: flex; align-items: center; gap: 15px; padding: 16px; background: var(--aqua-2); border-radius: 14px; text-decoration: none; }
.contact-icon { width: 42px; height: 42px; padding: 9px; color: var(--teal); background: #fff; border-radius: 13px; flex: none; }
.contact-card-list small, .contact-card-list strong { display: block; }
.contact-card-list small { color: var(--muted); }
.contact-card-list strong { color: var(--navy); font-size: 16px; }
.service-area, .urgent-note { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.service-area h3 { font-size: 24px; }
.service-area p, .urgent-note p { margin: 0; color: var(--muted); font-size: 14px; }
.urgent-note strong { color: var(--copper-dark); }
.form-panel { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--navy); font-size: 14px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 13px; color: var(--ink); background: #fbfdfd; border: 1px solid #bacbce; border-radius: 10px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); outline: 3px solid rgba(15,124,134,.16); }
.checkbox { grid-template-columns: auto 1fr !important; align-items: start; gap: 11px !important; color: var(--muted) !important; font-weight: 500 !important; }
.checkbox input { width: 20px; min-height: 20px; margin-top: 3px; }
.form-hint { margin: 0; color: var(--muted); font-size: 13px; }
.form-status { min-height: 24px; color: var(--success); font-weight: 700; }
.legal-content h2 { margin-top: 1.4em; font-size: 30px; }
.legal-content p { color: #435c67; }
.site-footer { padding: 70px 0 24px; color: #cbd9dd; background: #071f2c; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr .95fr; gap: 44px; }
.brand-footer { margin-bottom: 22px; padding: 10px 13px; background: #fff; border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.brand-footer .brand-logo { width: 250px; }
.footer-grid p { color: #abc0c5; font-size: 14px; }
.footer-grid h2 { color: #fff; font-family: inherit; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 8px 0; }
.footer-links a, .footer-grid address a { color: #d6e3e6; text-decoration: none; }
.footer-links a:hover, .footer-grid address a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8da7ae; font-size: 13px; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.mobile-action-bar { display: none; }
@media (max-width: 1080px) {
  .brand-logo { width: 195px; }
  .main-nav { gap: 16px; }
  .main-nav > a:not(.button) { font-size: 14px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .utility-bar { display: none; }
  .header-inner { min-height: 74px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 12px; border-radius: 9px; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav > a.active { color: var(--teal-dark); background: var(--aqua-2); }
  .nav-cta { margin-top: 8px; }
  .hero-grid, .page-hero-grid, .intro-grid, .feature-grid, .feature-grid.reverse, .values-grid, .faq-grid, .selector-panel, .contact-grid, .content-callout-inner { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 690px; margin-inline: auto; }
  .intro-grid, .feature-grid, .values-grid, .faq-grid { gap: 44px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-card-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid-home article:last-child { display: none; }
  .selector-panel { padding: 38px; }
  .contact-details { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}
@media (max-width: 650px) {
  body { font-size: 16px; padding-bottom: 66px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-logo { width: 184px; }
  .brand-footer .brand-logo { width: 225px; }
  .section { padding: 72px 0; }
  .hero { padding: 48px 0 64px; }
  h1 { font-size: clamp(39px, 12vw, 56px); }
  h2 { font-size: clamp(32px, 9.5vw, 44px); }
  .hero-actions, .final-cta-actions, .inline-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .final-cta-actions .button, .inline-actions .button { width: 100%; }
  .hero-note { min-width: 150px; padding: 10px 12px; }
  .hero-note-top { right: -5px; top: 34px; }
  .hero-note-bottom { left: -3px; bottom: 25px; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .desktop-only { display: none; }
  .service-grid, .detail-card-grid, .process-grid, .process-grid-three, .project-grid, .project-grid-full, .callout-row, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .project-grid-home article:last-child { display: block; }
  .selector-grid { grid-template-columns: 1fr; }
  .selector-panel { padding: 28px 22px; }
  .feature-badge { right: 12px; bottom: 12px; }
  .info-panel, .form-panel, .contact-details { padding: 26px 22px; }
  .content-callout ul { columns: 1; }
  .final-cta-inner, .footer-bottom { align-items: stretch; flex-direction: column; }
  .footer-grid > div:last-child { grid-column: auto; }
  .mobile-action-bar { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 66px; padding-bottom: env(safe-area-inset-bottom); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 28px rgba(11,46,63,.12); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--navy); text-decoration: none; font-weight: 800; }
  .mobile-action-bar a:last-child { color: #fff; background: var(--teal); }
  .mobile-action-icon { width: 22px; height: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 28px; background: rgba(4, 21, 29, .91); opacity: 0; visibility: hidden; transition: opacity .18s ease, visibility .18s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-dialog { position: relative; width: min(100%, 1120px); max-height: calc(100vh - 56px); display: grid; place-items: center; }
.lightbox-image { max-width: 100%; max-height: calc(100vh - 90px); border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; right: -12px; top: -12px; width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy); background: #fff; border: 0; border-radius: 50%; box-shadow: var(--shadow); font-size: 30px; line-height: 1; }
body.lightbox-open { overflow: hidden; }

/* Final photographic presentation */
.hero-photo-stack {
  min-height: 620px;
  isolation: isolate;
}
.hero-photo-main {
  position: absolute;
  inset: 10px 0 22px 56px;
  margin: 0;
  overflow: hidden;
  border-radius: 42px;
  background: #eaf2f1;
  box-shadow: 0 28px 70px rgba(11, 46, 63, .18);
}
.hero-photo-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5, 32, 45, .43));
  pointer-events: none;
}
.hero-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: none;
}
.hero-photo-main figcaption {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 20px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .01em;
}
.hero-photo-mini {
  position: absolute;
  z-index: 3;
  left: -10px;
  bottom: 56px;
  width: 42%;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(11, 46, 63, .1);
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(11, 46, 63, .22);
  transform: rotate(-2deg);
}
.hero-photo-mini img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px;
  filter: none;
}
.hero-photo-mini-copy {
  display: grid;
  padding: 10px 8px 7px;
  line-height: 1.25;
}
.hero-photo-mini-copy strong {
  color: var(--navy);
  font-family: ui-serif, Georgia, serif;
  font-size: 17px;
}
.hero-photo-mini-copy small {
  color: var(--muted);
  font-size: 12px;
}
.hero-photo-stack .hero-note-top {
  right: -14px;
  top: 72px;
}
.hero-photo-stack .hero-note-bottom {
  left: auto;
  right: 14px;
  bottom: 12px;
}
.page-hero-media {
  position: relative;
}
.page-hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 28px -18px -18px 28px;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--aqua), #f7e8dc);
}
.page-hero-media img,
.page-hero-media .photo-collage {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
  filter: none;
}
.page-bath .page-hero-media img {
  aspect-ratio: 1 / 1;
  object-position: center 58%;
}
.page-service .page-hero-media img {
  object-position: 58% center;
}
.feature-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: none;
}
.project-photo-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #dfe8e8;
  overflow: hidden;
  text-align: left;
  cursor: zoom-in;
}
.project-photo-button img {
  width: 100%;
  aspect-ratio: 1.38;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}
.project-photo-button:hover img,
.project-photo-button:focus-visible img {
  transform: scale(1.035);
  filter: brightness(.82);
}
.zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: #fff !important;
  background: rgba(7, 31, 44, .84);
  border-radius: 999px;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0 !important;
  text-transform: none !important;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}
.project-photo-button:hover .zoom-hint,
.project-photo-button:focus-visible .zoom-hint {
  opacity: 1;
  transform: none;
}
.gallery-note {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.lightbox-dialog {
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border-radius: 20px;
  background: #071f2c;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .5);
}
.lightbox-image {
  width: 100%;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  background: #061a25;
}
.lightbox-caption {
  width: 100%;
  margin: 0;
  padding: 15px 68px 17px 20px;
  color: #d8e5e8;
  font-size: 14px;
}
.lightbox-close {
  right: 14px;
  top: 14px;
  color: #fff;
  background: rgba(7, 31, 44, .84);
  border: 1px solid rgba(255, 255, 255, .4);
  box-shadow: none;
}
.lightbox-close:hover {
  color: var(--navy);
  background: #fff;
}
@media (max-width: 900px) {
  .hero-photo-stack {
    min-height: 620px;
    width: min(100%, 680px);
  }
  .hero-photo-main {
    inset: 0 0 22px 76px;
  }
  .hero-photo-mini {
    left: 8px;
    width: 38%;
  }
}
@media (max-width: 650px) {
  .hero-photo-stack {
    min-height: 500px;
    margin-top: 8px;
  }
  .hero-photo-main {
    inset: 0 0 20px 38px;
    border-radius: 28px;
  }
  .hero-photo-main figcaption {
    left: 16px;
    bottom: 14px;
    font-size: 12px;
  }
  .hero-photo-mini {
    left: 0;
    bottom: 42px;
    width: 40%;
    border-radius: 18px;
  }
  .hero-photo-mini img {
    border-radius: 12px;
  }
  .hero-photo-mini-copy {
    padding: 7px 5px 5px;
  }
  .hero-photo-mini-copy strong {
    font-size: 14px;
  }
  .hero-photo-mini-copy small {
    font-size: 10px;
  }
  .hero-photo-stack .hero-note-top {
    right: -2px;
    top: 32px;
  }
  .hero-photo-stack .hero-note-bottom {
    right: 3px;
    bottom: 0;
  }
  .page-hero-media::before {
    inset: 18px -8px -10px 18px;
    border-radius: 24px;
  }
  .page-hero-media img,
  .page-hero-media .photo-collage {
    border-radius: 24px;
  }
  .zoom-hint {
    opacity: 1;
    transform: none;
  }
  .lightbox {
    padding: 14px;
  }
}

/* Keep responsive dimensions authoritative over HTML width/height hints. */
.hero-photo-mini img {
  height: auto;
}
.page-hero-media img,
.page-hero-media .photo-collage,
.feature-media img {
  height: auto;
}
.project-photo-button {
  aspect-ratio: 1.38;
}
.project-photo-button img {
  height: 100%;
}
.lightbox-dialog {
  grid-template-rows: minmax(0, 1fr) auto;
}
.lightbox-image {
  max-height: calc(100vh - 150px);
}
.lightbox-caption {
  display: block;
}

/* ==========================================================
   Typografie-Farbwelt des Original-Signets
   Ausschliesslich: Dunkelblau, Blau, Rot, Gelb und Weiss
   ========================================================== */
:root {
  --brand-navy: #1B2F4A;
  --brand-blue: #098DD3;
  --brand-red: #E72434;
  --brand-yellow: #FABD08;
  --brand-white: #FFFFFF;

  /* Bestehende Gestaltungsvariablen auf die Signetfarben abbilden. */
  --navy: var(--brand-navy);
  --navy-2: var(--brand-navy);
  --teal: var(--brand-blue);
  --teal-dark: var(--brand-navy);
  --copper: var(--brand-red);
  --copper-dark: var(--brand-red);
  --ink: var(--brand-navy);
  --muted: var(--brand-navy);
  --success: var(--brand-blue);
}

/* Grundtypografie */
body,
p,
li,
address,
label,
input,
select,
textarea,
button {
  color: var(--brand-navy);
}

/* Gut lesbare Standardtexte auf hellen Flaechen */
.main-nav > a:not(.button),
.hero-lead,
.trust-row,
.hero-note span,
.intro-grid p,
.section-heading p,
.service-card p,
.check-list.compact,
.feature-copy > p,
.process-grid > li > span,
.process-grid p,
.project-card p,
.values-grid > div:first-child p,
.value-list p,
.faq-grid > div:first-child p,
.faq-list details p,
.page-hero p,
.detail-card-grid p,
.callout-row span,
.contact-details > p,
.contact-card-list small,
.service-area p,
.urgent-note p,
.checkbox,
.form-hint,
.legal-content p,
.hero-photo-mini-copy small,
.gallery-note {
  color: var(--brand-navy) !important;
}

/* Ueberschriften und Navigation */
h1,
h2,
h3,
.brand,
.contact-card-list strong,
.faq-list summary,
.contact-form label,
.mobile-action-bar a,
.lightbox-close {
  color: var(--brand-navy);
}

/* Akzenttexte aus dem Signet */
.hero h1 em,
.value-list strong,
.urgent-note strong,
.prototype-note,
.prototype-warning {
  color: var(--brand-red);
}

.eyebrow,
.text-link,
.project-card span,
.form-status,
.main-nav > a.active {
  color: var(--brand-navy);
}

.text-link:hover,
.main-nav > a:not(.button):hover,
.footer-links a:hover,
.footer-grid address a:hover {
  color: var(--brand-red);
}

/* Schrift auf dunklen Flaechen */
.utility-bar,
.utility-bar a,
.selector-panel,
.selector-panel h2,
.selector-copy p,
.selector-grid a,
.selector-grid small,
.final-cta,
.final-cta h2,
.final-cta p,
.info-panel,
.info-panel h3,
.info-panel ul,
.content-callout,
.content-callout h2,
.content-callout ul,
.feature-badge,
.hero-photo-main figcaption,
.zoom-hint,
.lightbox-caption,
.site-footer,
.footer-grid p,
.footer-grid h2,
.footer-links a,
.footer-grid address,
.footer-grid address a,
.footer-bottom,
.footer-bottom a {
  color: var(--brand-white) !important;
}

.eyebrow.light,
.selector-grid span {
  color: var(--brand-yellow) !important;
}

/* Schaltflaechen */
.button,
.button:hover,
.mobile-action-bar a:last-child {
  color: var(--brand-white);
}

.button-secondary,
.button-light,
.button-outline-light:hover {
  color: var(--brand-navy);
}

.button-secondary:hover,
.button-outline-light,
.lightbox-close {
  color: var(--brand-white);
}

.lightbox-close:hover {
  color: var(--brand-navy);
}

/* Formulartexte und Platzhalter */
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--brand-navy);
  opacity: 1;
}

/* Rein typografische Symbole */
.check-list li::before,
.faq-list summary::after {
  color: var(--brand-blue);
}

/* Fokusfarbe aus dem gelben Signet-Kreis */
:focus-visible {
  outline-color: var(--brand-yellow);
}

/* Textauswahl ebenfalls in der Markenwelt */
::selection {
  color: var(--brand-white);
  background: var(--brand-navy);
}
