/*
Theme Name: RTS Projektmanagement
Theme URI: https://rtspm.de/
Author: RTS Projektmanagement
Description: Individuelles WordPress-Theme für Sanierung, Projektmanagement, Innenausbau und Laserreinigung.
Version: 1.3.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: rts-projektmanagement
*/

:root {
  --orange: #ed5a24;
  --orange-dark: #c84714;
  --ink: #202225;
  --ink-soft: #303236;
  --paper: #ffffff;
  --warm: #fff7f2;
  --line: #f0d8cb;
  --muted: #60646b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid #ffb48f; outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; clip: auto; padding: 10px 14px; background: #fff; color: #111; }
.admin-bar .site-header { top: 32px; }
.custom-logo-link img { width: 88px; height: 58px; object-fit: contain; }
.page-content { min-height: 55vh; padding-block: 70px; }
.page-content h1 { font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1; }
.page-content a { color: var(--orange-dark); text-decoration: underline; }
.container { width: min(100% - 40px, 1240px); margin-inline: auto; }

.topbar { background: var(--orange); color: #fff; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.topbar a { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(24,25,27,.1); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; min-height: 80px; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 250px; }
.brand img { width: 82px; height: 54px; object-fit: contain; }
.brand span { max-width: 145px; color: #62666d; font-size: .64rem; font-weight: 800; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 34px); margin-left: auto; }
.desktop-nav a { position: relative; font-size: .84rem; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { background: var(--orange); color: #fff; padding: 12px 17px; font-size: .8rem; font-weight: 800; transition: background .2s, transform .2s; }
.header-cta:hover { background: var(--orange-dark); transform: translateY(-1px); }
.mobile-nav { display: none; margin-left: auto; }
.mobile-nav summary { display: grid; width: 44px; height: 44px; cursor: pointer; list-style: none; place-content: center; gap: 5px; background: var(--orange); }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 22px; height: 2px; background: #fff; }
.mobile-nav nav { position: absolute; top: 100%; right: 20px; left: 20px; display: grid; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(20,20,20,.16); }
.mobile-nav nav a { padding: 12px; border-bottom: 1px solid var(--line); font-weight: 700; }

.hero { position: relative; overflow: hidden; background: #fff; color: var(--ink); }
.hero::before { position: absolute; inset: 0; opacity: .65; background-image: linear-gradient(rgba(237,90,36,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(237,90,36,.1) 1px, transparent 1px); background-size: 54px 54px; content: ""; mask-image: linear-gradient(to right, #000, transparent 68%); }
.hero::after { position: absolute; right: -8%; bottom: -110px; width: 46%; height: 180px; background: var(--orange); content: ""; transform: rotate(-8deg); }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 590px; grid-template-columns: 1.05fr .75fr; align-items: center; gap: clamp(42px, 6vw, 80px); padding-block: 64px; }
.eyebrow { margin: 0 0 15px; color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(2.7rem, 5.3vw, 5rem); font-weight: 900; line-height: .97; letter-spacing: -.05em; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--orange); }
.hero-lead { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(.96rem, 1.3vw, 1.1rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; font-size: .8rem; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; transition: .2s ease; }
.button-primary { background: var(--orange); color: #fff; }
.button-primary:hover { background: #ff7131; transform: translateY(-2px); }
.button-ghost { border: 1px solid var(--orange); color: var(--orange-dark); background: #fff; }
.button-ghost:hover { border-color: var(--orange-dark); background: var(--warm); }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; color: var(--muted); font-size: .74rem; font-weight: 700; list-style: none; }
.trust-line li::before { margin-right: 8px; color: var(--orange); content: "✓"; }
.hero-media { position: relative; align-self: stretch; min-height: 450px; }
.hero-media::before { position: absolute; top: -16px; right: -16px; width: 52%; height: 52%; border-top: 4px solid var(--orange); border-right: 4px solid var(--orange); content: ""; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.03); }
.hero-badge { position: absolute; right: -18px; bottom: 26px; display: grid; min-width: 230px; padding: 17px 20px; background: #fff; color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.22); }
.hero-badge strong { font-size: 1.03rem; }
.hero-badge span { color: var(--muted); font-size: .8rem; }

.section { padding-block: clamp(64px, 8vw, 104px); }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 60px; align-items: end; margin-bottom: 38px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading h2, .management h2, .why h2, .contact h2 { max-width: 720px; margin: 0; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(2rem, 3.6vw, 3.6rem); font-weight: 900; line-height: 1.04; letter-spacing: -.04em; text-transform: uppercase; }
.section-heading > p { margin: 0; color: var(--muted); font-size: .98rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: clamp(26px, 3.4vw, 40px); overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card::after { position: absolute; right: -80px; bottom: -80px; width: 180px; height: 180px; background: var(--warm); content: ""; transform: rotate(45deg); transition: background .25s; }
.service-card:hover::after { background: #ffe2d3; }
.service-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 28px; margin-bottom: 30px; background: var(--orange); color: #fff; font-size: .72rem; font-weight: 900; }
.service-card h3 { max-width: 500px; margin: 0 0 12px; font-size: clamp(1.25rem, 1.9vw, 1.75rem); line-height: 1.16; }
.service-card > p { max-width: 560px; color: var(--muted); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 6px 10px; background: var(--warm); font-size: .78rem; font-weight: 700; }
.card-link, .section-more { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 16px; margin-top: 26px; color: var(--orange-dark); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.section-more { margin-top: 34px; }
.section-more.inverse { color: #fff; }

.management { background: var(--warm); }
.management-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px, 9vw, 130px); }
.management-copy { position: sticky; top: 140px; align-self: start; }
.management-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; gap: 24px; align-items: center; margin-top: 22px; color: var(--orange-dark); font-size: .85rem; font-weight: 900; text-transform: uppercase; }
.management-list { border-top: 1px solid #c9c5bd; }
.management-item { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #c9c5bd; }
.management-item > span { color: var(--orange); font-size: .75rem; font-weight: 900; }
.management-item h3 { margin: 0; font-size: 1.25rem; }
.management-item p { margin: 6px 0 0; color: var(--muted); }

.process { background: var(--orange); color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.4); border-left: 1px solid rgba(255,255,255,.4); counter-reset: step; }
.process-grid li { position: relative; min-height: 280px; padding: 30px; border-right: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); }
.process-grid li::after { position: absolute; right: -14px; top: 46px; z-index: 2; width: 28px; height: 28px; background: #fff; color: var(--orange-dark); content: "→"; display: grid; place-content: center; font-weight: 900; }
.process-grid li:last-child::after { display: none; }
.process-grid span { color: #fff; font-size: .78rem; font-weight: 900; }
.process-grid h3 { margin: 80px 0 10px; font-size: 1.25rem; }
.process-grid p { margin: 0; color: #fff5f0; font-size: .9rem; }

.references { background: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 280px; gap: 14px; }
.project { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: #ddd; }
.project-wide { grid-column: span 8; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project:hover img { transform: scale(1.035); }
.project::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); content: ""; }
.project figcaption { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 2; display: grid; color: #fff; }
.project figcaption span { font-size: 1rem; font-weight: 800; }
.project figcaption small { color: #ddd; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }

.why { background: var(--warm); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 120px); }
.why-title h2 { font-size: clamp(2.05rem, 3.4vw, 3.4rem); }
.why-lead { margin: 0 0 32px; color: #3d4045; font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.68; }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cbc7bf; border-left: 1px solid #cbc7bf; }
.benefits-grid div { display: flex; gap: 12px; align-items: center; min-height: 76px; padding: 14px 18px; border-right: 1px solid #cbc7bf; border-bottom: 1px solid #cbc7bf; font-size: .9rem; font-weight: 800; }
.benefits-grid span { color: var(--orange); }

.contact { background: linear-gradient(135deg, var(--orange), #d84c19); color: #fff; padding-block: clamp(60px, 7vw, 88px); }
.contact .eyebrow { color: #fff; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.contact-grid > div > p:not(.eyebrow) { max-width: 540px; color: #fff0e9; font-size: .98rem; }
.contact-actions { display: grid; grid-template-columns: repeat(2, 1fr); background: #fff; color: var(--ink); }
.contact-actions > * { display: grid; min-height: 112px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-style: normal; }
.contact-actions address { grid-column: span 2; }
.contact-actions small { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-actions strong { margin-top: 8px; font-size: 1.15rem; line-height: 1.4; }
.contact-actions a:hover strong { color: var(--orange-dark); }

.site-footer { padding-top: 56px; background: #fff; color: var(--ink); border-top: 6px solid var(--orange); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 68px; padding-bottom: 48px; }
.footer-brand img { width: 210px; height: 110px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 440px; color: var(--muted); }
.footer-grid h2 { margin: 0 0 18px; color: var(--orange-dark); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { color: var(--ink); font-size: .9rem; }
.footer-grid a:hover { color: var(--orange-dark); }
.footer-grid p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: var(--orange-dark); }

.legal-page { background: var(--warm); padding-block: 70px 90px; }
.legal-wrap { max-width: 900px; }
.legal-wrap > h1 { margin: 0 0 42px; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(2.6rem, 5.6vw, 4.8rem); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.legal-wrap section { padding: 30px 0; border-top: 1px solid #cbc7bf; }
.legal-wrap h2 { margin: 0 0 12px; font-size: 1.18rem; }
.legal-wrap p { margin: 0 0 12px; color: #45484e; }
.legal-wrap a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }

.subhero { background: var(--warm); }
.subhero-grid { display: grid; min-height: 540px; grid-template-columns: 1fr .82fr; gap: clamp(46px, 7vw, 88px); align-items: center; padding-block: 62px; }
.subhero-simple { padding-block: 70px 78px; }
.subhero-simple .container { max-width: 1050px; margin-left: max(20px, calc((100% - 1240px) / 2)); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; color: var(--muted); font-size: .74rem; font-weight: 700; }
.breadcrumb a:hover { color: var(--orange-dark); }
.subhero h1 { max-width: 900px; margin: 0; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(2.6rem, 5vw, 5.1rem); font-weight: 900; line-height: .97; letter-spacing: -.05em; text-transform: uppercase; }
.subhero-lead { max-width: 740px; margin: 22px 0 0; color: var(--muted); font-size: clamp(.96rem, 1.3vw, 1.08rem); line-height: 1.7; }
.subhero-media { min-height: 420px; height: 100%; }
.subhero-media img { width: 100%; height: 100%; object-fit: cover; }
.button-dark { background: #fff; color: var(--orange-dark); border: 1px solid var(--orange); }
.button-dark:hover { background: var(--warm); transform: translateY(-2px); }
.detail-intro-grid, .about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); margin-bottom: 54px; }
.detail-intro-grid h2, .about-grid h2, .page-cta h2, .contact-page h2 { margin: 0; font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(2rem, 3.4vw, 3.4rem); font-weight: 900; line-height: 1.02; letter-spacing: -.04em; text-transform: uppercase; }
.detail-intro-grid > p, .about-grid > div:last-child > p { margin-top: 0; color: var(--muted); font-size: 1rem; }
.detail-card-grid, .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-card-grid article, .values-grid article { min-height: 225px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-card-grid article > span, .values-grid article > span, .overview-copy > span { color: var(--orange); font-size: .76rem; font-weight: 900; }
.detail-card-grid h3, .values-grid h3 { margin: 46px 0 10px; font-size: 1.18rem; }
.detail-card-grid p, .values-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.detail-process { background: var(--orange); color: #fff; }
.detail-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.4); }
.detail-steps li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.4); }
.detail-steps li > span { color: #fff; font-weight: 900; }
.detail-steps h3 { margin: 0; font-size: 1.3rem; }
.detail-steps p { margin: 6px 0 0; color: #fff5f0; }
.page-cta { padding-block: 64px; background: var(--orange); color: #fff; }
.page-cta > .container { display: grid; grid-template-columns: 1.05fr .75fr; gap: 80px; align-items: center; }
.page-cta p:not(.eyebrow) { margin-top: 0; color: #fff4ee; }
.process .eyebrow, .detail-process .eyebrow, .page-cta .eyebrow { color: #fff; }
.page-cta .button-primary { background: #fff; color: var(--orange-dark); }
.page-cta .button-primary:hover { background: var(--warm); }
.overview-grid { display: grid; gap: 24px; }
.overview-card { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 380px; background: var(--warm); }
.overview-image { overflow: hidden; }
.overview-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.overview-card:hover .overview-image img { transform: scale(1.025); }
.overview-copy { padding: clamp(30px, 4.2vw, 52px); align-self: center; }
.overview-copy h2 { margin: 12px 0 16px; font-size: clamp(1.65rem, 2.7vw, 2.75rem); line-height: 1.02; }
.overview-copy > p { color: var(--muted); }
.overview-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.overview-copy li { padding: 6px 10px; background: #fff; font-size: .78rem; font-weight: 700; }
.detail-timeline { max-width: 980px; }
.detail-timeline article { display: grid; grid-template-columns: 110px 1fr; gap: 34px; padding: 46px 0; border-top: 1px solid var(--line); }
.timeline-number { color: var(--orange); font-size: 1.1rem; font-weight: 900; }
.detail-timeline h2 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.detail-timeline p { max-width: 720px; color: var(--muted); }
.timeline-result { padding: 14px 18px; background: var(--warm); color: var(--ink) !important; }
.project-note { margin: 0 0 28px; padding-left: 14px; border-left: 4px solid var(--orange); color: var(--muted); }
.project-grid-full { grid-auto-rows: 290px; }
.project-grid-full .project { grid-column: span 4; }
.about-grid { align-items: start; }
.values-grid { margin-top: 56px; grid-template-columns: repeat(4, 1fr); }
.contact-page { background: var(--warm); }
.contact-page-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-page aside { position: sticky; top: 140px; }
.contact-facts { display: grid; margin-top: 36px; border-top: 1px solid #cbc7bf; }
.contact-facts > * { display: grid; padding: 22px 0; border-bottom: 1px solid #cbc7bf; font-style: normal; }
.contact-facts small { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-facts strong { margin-top: 5px; font-size: 1.05rem; }
.contact-hint { margin-top: 28px; padding: 15px 18px; background: #fff; border-left: 4px solid var(--orange); }
.contact-form { padding: clamp(28px, 5vw, 58px); background: #fff; box-shadow: 0 24px 70px rgba(24,25,27,.08); }
.form-head { margin-bottom: 30px; }
.form-head h2 { font-size: clamp(1.85rem, 3.2vw, 3rem); }
.form-head > p:last-child { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.form-grid label { display: grid; gap: 8px; font-size: .84rem; font-weight: 800; }
.form-grid input:not([type="checkbox"]), .form-grid textarea, .form-grid select { width: 100%; padding: 13px 14px; border: 1px solid #c7c4be; border-radius: 0; background: #fff; color: var(--ink); }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { outline: 3px solid #ffd0b8; border-color: var(--orange); }
.form-full { grid-column: 1 / -1; }
.checkbox { display: flex !important; align-items: flex-start; gap: 12px !important; font-weight: 400 !important; }
.checkbox input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; accent-color: var(--orange); }
.checkbox a { color: var(--orange-dark); text-decoration: underline; }
.contact-form > .button { margin-top: 28px; border: 0; cursor: pointer; }
.form-note { color: var(--muted); font-size: .75rem; }
.form-alert { margin-bottom: 24px; padding: 15px 18px; border-left: 4px solid #1e7e34; background: #edf8ef; }
.form-alert.error { border-color: #b42318; background: #fff0ef; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 1040px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 40px; }
  .hero h1 { font-size: clamp(2.6rem, 6.2vw, 4.5rem); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2)::after { display: none; }
  .project { grid-column: span 6; }
	.project-wide { grid-column: span 6; }
	.values-grid { grid-template-columns: repeat(2, 1fr); }
	.project-grid-full .project { grid-column: span 6; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1240px); }
  .topbar .container { justify-content: center; }
  .topbar span { display: none; }
  .header-inner { min-height: 72px; }
  .brand img { width: 78px; height: 50px; }
  .brand span { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 50px; }
  .hero-copy { order: 1; }
  .hero-media { min-height: 320px; }
  .hero-badge { right: 0; bottom: 18px; min-width: 230px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .trust-line { display: grid; }
  .section { padding-block: 60px; }
	.section-heading, .management-grid, .why-grid, .contact-grid, .subhero-grid, .detail-intro-grid, .about-grid, .page-cta > .container, .contact-page-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-heading { margin-bottom: 32px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .management-copy { position: static; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 230px; }
  .process-grid li::after, .process-grid li:nth-child(2)::after { display: none; }
  .process-grid h3 { margin-top: 52px; }
  .project-grid { grid-auto-rows: 290px; }
  .project, .project-wide { grid-column: span 12; }
  .benefits-grid, .contact-actions { grid-template-columns: 1fr; }
  .contact-actions address { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
	.footer-bottom { flex-direction: column; }
	.subhero-grid { padding-block: 58px; }
	.subhero-simple { padding-block: 58px 68px; }
	.subhero-simple .container { margin-inline: auto; }
  .subhero-media { min-height: 280px; }
	.detail-card-grid, .values-grid, .form-grid { grid-template-columns: 1fr; }
	.overview-card { grid-template-columns: 1fr; }
  .overview-image { min-height: 240px; }
	.detail-timeline article { grid-template-columns: 60px 1fr; gap: 18px; }
	.project-grid-full .project { grid-column: span 12; }
	.contact-page aside { position: static; }
	.form-full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
