:root {
    --prama-blue: #4363ac;
    --prama-blue-deep: #162a55;
    --prama-blue-dark: #0d1b38;
    --prama-orange: #f6a313;
    --prama-orange-dark: #d98600;
    --prama-ink: #172036;
    --prama-text: #4e596f;
    --prama-muted: #7a8498;
    --prama-light: #f4f6fa;
    --prama-line: #dfe4ee;
    --prama-white: #ffffff;
    --prama-shadow: 0 20px 50px rgba(17, 31, 61, .13);
    --prama-radius: 18px;
    --prama-container: 1220px;
}

.pramacom-site,
.pramacom-site * { box-sizing: border-box; }
.pramacom-site { margin: 0; color: var(--prama-text); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; }
.pramacom-site img { max-width: 100%; height: auto; }
.pramacom-site a { color: inherit; text-decoration: none; }
.pramacom-site button,
.pramacom-site input,
.pramacom-site select,
.pramacom-site textarea { font: inherit; }
.pramacom-site h1,
.pramacom-site h2,
.pramacom-site h3,
.pramacom-site h4 { margin: 0 0 .6em; color: var(--prama-ink); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; }
.pramacom-site p { margin: 0 0 1.2em; }
.prama-container { width: min(calc(100% - 40px), var(--prama-container)); margin: 0 auto; }
.prama-section { padding: 104px 0; }
.prama-dark { background: var(--prama-blue-dark); color: #d8dfed; }
.prama-eyebrow,
.prama-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--prama-orange); font-weight: 800; font-size: 13px; line-height: 1.2; letter-spacing: .11em; text-transform: uppercase; }
.prama-eyebrow::before,
.prama-kicker::before { content: ""; width: 34px; height: 3px; background: currentColor; border-radius: 4px; }
.prama-btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 25px; border: 2px solid var(--prama-orange); border-radius: 7px; background: var(--prama-orange); color: #111c30 !important; font-weight: 800; line-height: 1.15; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; box-shadow: 0 10px 24px rgba(246, 163, 19, .25); }
.prama-btn:hover { transform: translateY(-2px); background: #ffb129; border-color: #ffb129; box-shadow: 0 13px 28px rgba(246, 163, 19, .34); }
.prama-btn-small { min-height: 44px; padding: 10px 17px; font-size: 13px; }
.prama-btn-ghost { background: transparent; color: var(--prama-blue-deep) !important; border-color: var(--prama-line); box-shadow: none; }
.prama-btn-ghost:hover { background: var(--prama-light); border-color: var(--prama-blue); }
.prama-btn-ghost-light { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.5); box-shadow: none; }
.prama-btn-ghost-light:hover { color: var(--prama-blue-deep) !important; background: #fff; border-color: #fff; }
.prama-btn-full { width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.prama-skip-link { position: fixed; top: -100px; left: 20px; z-index: 99999; padding: 12px 18px; background: #fff; color: #111; }
.prama-skip-link:focus { top: 10px; }

/* Header */
.prama-header { position: relative; z-index: 1000; }
.prama-topbar { background: var(--prama-blue-dark); color: #dbe4f5; font-size: 12px; }
.prama-topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.prama-topbar-links { display: flex; gap: 24px; }
.prama-topbar a:hover { color: var(--prama-orange); }
.prama-nav-wrap { position: absolute; left: 0; right: 0; top: 38px; transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
.prama-nav-wrap.is-sticky { position: fixed; top: 0; background: rgba(255,255,255,.97); box-shadow: 0 8px 30px rgba(13,27,56,.13); backdrop-filter: blur(12px); }
.prama-nav { min-height: 90px; display: flex; align-items: center; gap: 28px; }
.prama-brand { flex: 0 0 238px; display: block; background: #fff; padding: 13px 17px; border-radius: 0 0 8px 8px; box-shadow: 0 10px 28px rgba(13,27,56,.14); }
.prama-brand img { display: block; width: 100%; max-height: 66px; object-fit: contain; }
.prama-menu { margin-left: auto; display: flex; align-items: center; gap: 25px; color: #fff; font-size: 14px; font-weight: 750; }
.prama-nav-wrap.is-sticky .prama-menu { color: var(--prama-ink); }
.prama-menu a { position: relative; padding: 30px 0; }
.prama-menu a::after { content: ""; position: absolute; left: 0; bottom: 21px; width: 0; height: 3px; background: var(--prama-orange); transition: width .2s ease; }
.prama-menu a:hover::after,
.prama-menu a.is-active::after { width: 100%; }
.prama-menu-toggle { display: none; margin-left: auto; width: 45px; height: 43px; padding: 10px; border: 0; border-radius: 6px; background: var(--prama-orange); }
.prama-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--prama-blue-dark); transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.prama-hero { position: relative; min-height: 850px; overflow: hidden; color: #fff; background: var(--prama-blue-dark); }
.prama-hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(8,20,43,.94) 0%, rgba(9,25,54,.78) 48%, rgba(10,25,54,.24) 100%), url('../images/hero-water-treatment.webp'); background-position: center; background-size: cover; transform: scale(1.01); }
.prama-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 190px; background: linear-gradient(180deg, transparent, rgba(4,13,31,.55)); pointer-events: none; }
.prama-hero-lines { position: absolute; width: 430px; height: 430px; right: -130px; top: 130px; transform: rotate(45deg); background: repeating-linear-gradient(90deg, transparent 0 32px, rgba(246,163,19,.9) 32px 52px); clip-path: polygon(0 28%,100% 0,72% 100%,0 76%); opacity: .75; }
.prama-hero-grid { position: relative; z-index: 2; min-height: 705px; padding-top: 160px; padding-bottom: 105px; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); align-items: center; gap: 80px; }
.prama-hero-copy { max-width: 790px; }
.prama-hero h1 { margin-top: 20px; max-width: 780px; color: #fff; font-size: clamp(48px, 6vw, 78px); }
.prama-hero h1 em { color: var(--prama-orange); font-style: normal; }
.prama-hero-copy > p { max-width: 680px; color: #dce4f0; font-size: 19px; line-height: 1.75; }
.prama-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.prama-hero-contact { display: flex; gap: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.prama-hero-contact div { display: flex; flex-direction: column; }
.prama-hero-contact span { color: #aebdd4; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.prama-hero-contact strong { color: #fff; font-size: 16px; }
.prama-hero-card { align-self: end; margin-bottom: 25px; padding: 23px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(255,255,255,.12); box-shadow: 0 30px 70px rgba(0,0,0,.25); backdrop-filter: blur(13px); }
.prama-hero-card img { display: block; width: 170px; margin: -80px auto 12px; border-radius: 50%; box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.prama-hero-card div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; }
.prama-hero-card strong { color: var(--prama-orange); font-size: 48px; line-height: 1; }
.prama-hero-card p { margin: 0; color: #e7edf7; font-size: 14px; line-height: 1.45; }
.prama-hero-statbar { position: absolute; z-index: 5; bottom: 0; left: 0; right: 0; }
.prama-statbar-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-left: 250px; background: #fff; color: var(--prama-text); box-shadow: var(--prama-shadow); }
.prama-statbar-grid > div { min-height: 122px; padding: 28px 34px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--prama-line); }
.prama-statbar-grid > div:first-child { background: var(--prama-orange); color: var(--prama-blue-dark); }
.prama-statbar-grid strong { color: inherit; font-size: 17px; }
.prama-statbar-grid span { font-size: 13px; }

/* General sections */
.prama-two-col { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 80px; }
.prama-image-stack { position: relative; padding: 0 0 40px 35px; }
.prama-image-stack::before { content: ""; position: absolute; left: 0; bottom: 0; width: 72%; height: 78%; background: var(--prama-orange); border-radius: var(--prama-radius); transform: rotate(-4deg); }
.prama-image-stack > img { position: relative; z-index: 2; width: 100%; border-radius: var(--prama-radius); box-shadow: var(--prama-shadow); }
.prama-image-badge { position: absolute; z-index: 3; right: -24px; bottom: 0; width: 235px; padding: 20px 24px; border-radius: 10px; background: #fff; box-shadow: var(--prama-shadow); }
.prama-image-badge strong { display: block; color: var(--prama-blue); font-size: 31px; }
.prama-image-badge span { font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.prama-copy h2,
.prama-section-head h2,
.prama-water-card h2,
.prama-contact-copy h2 { margin-top: 14px; font-size: clamp(37px, 4vw, 54px); }
.prama-lead { color: var(--prama-ink); font-size: 20px; font-weight: 600; }
.prama-tabs { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--prama-line); border-radius: 10px; overflow: hidden; }
.prama-tabs > div { padding: 22px; }
.prama-tabs > div:first-child { background: var(--prama-blue); color: #fff; }
.prama-tabs > div:first-child strong { color: #fff; }
.prama-tabs > div + div { border-left: 1px solid var(--prama-line); }
.prama-tabs strong { display: block; margin-bottom: 6px; color: var(--prama-ink); font-size: 18px; }
.prama-tabs p { margin: 0; font-size: 14px; }
.prama-section-head { margin-bottom: 48px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 60px; align-items: end; }
.prama-section-head > p { margin: 0 0 6px; font-size: 17px; }
.prama-section-head-light h2 { color: #fff; }
.prama-section-head-light > p { color: #bdc9dc; }

/* Strengths */
.prama-strengths { position: relative; overflow: hidden; }
.prama-strengths::before { content: "PRFV"; position: absolute; right: -30px; top: -50px; color: rgba(255,255,255,.025); font-size: 250px; font-weight: 900; letter-spacing: -.08em; }
.prama-strength-grid { position: relative; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.prama-strength-grid article { min-height: 275px; padding: 32px 25px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .2s ease, transform .2s ease; }
.prama-strength-grid article:hover { background: var(--prama-blue); transform: translateY(-7px); }
.prama-strength-grid article > span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 30px; border-radius: 50%; background: var(--prama-orange); color: var(--prama-blue-dark); font-weight: 900; }
.prama-strength-grid h3 { color: #fff; font-size: 20px; }
.prama-strength-grid p { margin: 0; color: #b9c5d8; font-size: 14px; }
.prama-strength-grid article:hover p { color: #edf2fb; }

/* Services */
.prama-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.prama-service { position: relative; min-height: 405px; overflow: hidden; border-radius: 12px; background: var(--prama-blue-dark); box-shadow: 0 12px 34px rgba(16,31,59,.13); }
.prama-service-large { grid-column: span 2; }
.prama-service img { width: 100%; height: 100%; min-height: 405px; display: block; object-fit: cover; transition: transform .5s ease; }
.prama-service::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 26%, rgba(7,18,39,.96) 100%); }
.prama-service:hover img { transform: scale(1.055); }
.prama-service > div { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 28px; color: #fff; }
.prama-service > div > span { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 12px; background: var(--prama-orange); color: var(--prama-blue-dark); font-weight: 900; }
.prama-service h3 { color: #fff; font-size: 25px; }
.prama-service p { margin: 0; color: #d5ddec; font-size: 14px; }

/* Water feature */
.prama-water { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; background: var(--prama-blue-dark); }
.prama-water-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(8,20,43,.98) 0%, rgba(8,20,43,.82) 46%, rgba(8,20,43,.18) 100%), url('../images/water-sector.webp'); background-position: center; background-size: cover; }
.prama-water::after { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 140px; background: var(--prama-orange); transform: skewX(-17deg); opacity: .13; }
.prama-water-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,620px) 1fr; }
.prama-water-card { padding: 54px; border-left: 5px solid var(--prama-orange); border-radius: 0 16px 16px 0; background: rgba(10,27,58,.9); color: #dbe4f1; box-shadow: 0 28px 80px rgba(0,0,0,.26); backdrop-filter: blur(10px); }
.prama-water-card h2 { color: #fff; }
.prama-check-list { margin: 25px 0 34px; padding: 0; list-style: none; display: grid; gap: 12px; }
.prama-check-list li { position: relative; padding-left: 34px; color: #eef2f9; }
.prama-check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--prama-orange); color: var(--prama-blue-dark); font-weight: 900; font-size: 13px; }

/* Capacity */
.prama-capacity { padding: 78px 0; background: var(--prama-light); }
.prama-capacity-grid { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; box-shadow: var(--prama-shadow); }
.prama-capacity-grid > div { min-height: 170px; padding: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-right: 1px solid var(--prama-line); }
.prama-capacity-grid > div:last-child { border-right: 0; }
.prama-capacity-grid strong { color: var(--prama-blue); font-size: clamp(35px, 4vw, 52px); line-height: 1; }
.prama-capacity-grid span { margin-top: 10px; color: var(--prama-ink); font-size: 14px; font-weight: 700; }
.prama-capacity-note { max-width: 880px; margin: 28px auto 0; color: var(--prama-muted); text-align: center; font-size: 13px; }

/* Process */
.prama-process-grid { counter-reset: process; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.prama-process-grid li { position: relative; min-height: 220px; padding: 31px; border: 1px solid var(--prama-line); border-radius: 12px; background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.prama-process-grid li:hover { transform: translateY(-6px); border-color: var(--prama-blue); box-shadow: var(--prama-shadow); }
.prama-process-grid li > span { display: block; margin-bottom: 24px; color: var(--prama-orange); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.prama-process-grid li::after { content: ""; position: absolute; right: -32px; bottom: -32px; width: 110px; height: 110px; border: 18px solid rgba(67,99,172,.07); transform: rotate(45deg); }
.prama-process-grid h3 { font-size: 22px; }
.prama-process-grid p { margin: 0; font-size: 14px; }

/* Projects */
.prama-projects { background: var(--prama-blue-deep); color: #d9e2f0; }
.prama-project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.prama-project-grid article { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.05); }
.prama-project-placeholder { min-height: 270px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(67,99,172,.82), rgba(13,27,56,.96)), url('../images/service-tanks.webp') center/cover; }
.prama-project-grid article:nth-child(2) .prama-project-placeholder { background-image: linear-gradient(135deg, rgba(67,99,172,.83), rgba(13,27,56,.96)), url('../images/service-pipes.webp'); }
.prama-project-grid article:nth-child(3) .prama-project-placeholder { background-image: linear-gradient(135deg, rgba(67,99,172,.83), rgba(13,27,56,.96)), url('../images/water-sector.webp'); }
.prama-project-placeholder span { padding: 13px 18px; border: 2px solid var(--prama-orange); color: #fff; font-size: 23px; font-weight: 900; letter-spacing: .05em; }
.prama-project-grid article > div:last-child { padding: 25px; }
.prama-project-grid h3 { color: #fff; font-size: 21px; }
.prama-project-grid p { margin: 0; color: #bfcadd; font-size: 14px; }
.prama-project-disclaimer { max-width: 860px; margin: 30px 0 0; color: #aebbd0; font-size: 13px; }

/* Contact */
.prama-contact { padding: 110px 0; background: linear-gradient(120deg, #f4f6fa 0 50%, #fff 50%); }
.prama-contact-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(520px,1.15fr); gap: 80px; align-items: center; }
.prama-contact-copy > p { font-size: 17px; }
.prama-contact-card { margin-top: 35px; padding: 28px; border-left: 5px solid var(--prama-orange); background: #fff; box-shadow: var(--prama-shadow); }
.prama-contact-card > strong { display: block; color: var(--prama-ink); font-size: 22px; }
.prama-contact-card > span { display: block; margin-bottom: 15px; color: var(--prama-orange-dark); font-weight: 700; }
.prama-contact-card a { display: block; color: var(--prama-blue); font-weight: 750; }
.prama-contact-card p { margin: 12px 0 0; font-size: 14px; }
.prama-form-wrap { padding: 38px; border-radius: 16px; background: #fff; box-shadow: 0 25px 65px rgba(18,36,72,.12); }
.prama-form { display: grid; gap: 17px; }
.prama-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.prama-form label { color: var(--prama-ink); font-size: 13px; font-weight: 750; }
.prama-form input[type="text"],
.prama-form input[type="email"],
.prama-form input[type="tel"],
.prama-form select,
.prama-form textarea { width: 100%; margin-top: 7px; border: 1px solid #d6dce7; border-radius: 7px; background: #f8f9fc; color: var(--prama-ink); padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.prama-form textarea { resize: vertical; min-height: 132px; }
.prama-form input:focus,
.prama-form select:focus,
.prama-form textarea:focus { border-color: var(--prama-blue); background: #fff; box-shadow: 0 0 0 4px rgba(67,99,172,.11); }
.prama-consent { display: flex !important; gap: 10px; align-items: flex-start; color: var(--prama-text) !important; font-weight: 500 !important; line-height: 1.45; }
.prama-consent input { flex: 0 0 auto; margin-top: 4px; }
.prama-consent a { color: var(--prama-blue); text-decoration: underline; }
.prama-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.prama-form-note { margin: -4px 0 0; color: var(--prama-muted); text-align: center; font-size: 11px; }
.prama-form-alert { margin-bottom: 18px; padding: 15px 17px; border-radius: 8px; font-size: 14px; font-weight: 700; }
.prama-form-alert.is-success { background: #e8f7ef; color: #14713f; }
.prama-form-alert.is-error { background: #fff0f0; color: #a82b2b; }

/* Footer */
.prama-footer { background: #09162f; color: #b8c5db; }
.prama-footer-grid { padding: 72px 0 55px; display: grid; grid-template-columns: 1.35fr .9fr .9fr .75fr; gap: 55px; }
.prama-footer h2 { color: #fff; font-size: 17px; letter-spacing: .02em; }
.prama-footer p { font-size: 14px; }
.prama-footer a:hover { color: var(--prama-orange); }
.prama-footer-logo { width: 250px; max-height: 130px; object-fit: contain; object-position: left center; margin-bottom: 18px; }
.prama-footer-links { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 14px; }
.prama-socials { display: flex; gap: 8px; margin-top: 20px; }
.prama-socials a,
.prama-socials span { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; font-size: 11px; font-weight: 850; }
.prama-socials span { opacity: .48; cursor: not-allowed; }
.prama-footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: #8796b0; font-size: 12px; }

/* Cookie banner */
.prama-cookie { position: fixed; z-index: 9999; left: 24px; right: 24px; bottom: 22px; max-width: 980px; margin: 0 auto; padding: 20px 22px; display: flex; gap: 24px; align-items: center; justify-content: space-between; border: 1px solid var(--prama-line); border-radius: 12px; background: #fff; color: var(--prama-text); box-shadow: 0 20px 60px rgba(8,20,43,.22); }
.prama-cookie[hidden] { display: none; }
.prama-cookie strong { display: block; color: var(--prama-ink); }
.prama-cookie p { margin: 4px 0 0; font-size: 13px; }
.prama-cookie-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.prama-cookie .prama-btn { min-height: 42px; padding: 8px 14px; font-size: 12px; }

/* Legal pages */
.prama-legal-main { min-height: 70vh; }
.prama-legal-hero { padding: 190px 0 70px; background: linear-gradient(135deg, var(--prama-blue-dark), var(--prama-blue)); color: #fff; }
.prama-legal-hero h1 { margin-top: 14px; color: #fff; font-size: clamp(39px, 5vw, 60px); }
.prama-legal-content { max-width: 900px; }
.prama-legal-content h2 { margin-top: 38px; font-size: 27px; }
.prama-legal-content h2:first-child { margin-top: 0; }
.prama-legal-content a { color: var(--prama-blue); text-decoration: underline; }
.prama-legal-content li { margin-bottom: 8px; }

/* Motion */
.prama-reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.prama-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .prama-nav { gap: 15px; }
    .prama-brand { flex-basis: 205px; }
    .prama-menu { gap: 15px; font-size: 12px; }
    .prama-nav-cta { display: none; }
    .prama-hero-grid { gap: 38px; }
    .prama-strength-grid { grid-template-columns: repeat(3,1fr); }
    .prama-services-grid { grid-template-columns: repeat(2,1fr); }
    .prama-service-large { grid-column: span 2; }
    .prama-contact-grid { grid-template-columns: 1fr 1.15fr; gap: 42px; }
    .prama-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .prama-footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
    .prama-section { padding: 82px 0; }
    .prama-topbar-inner > span { display: none; }
    .prama-topbar-inner { justify-content: center; }
    .prama-nav-wrap { background: rgba(255,255,255,.97); }
    .prama-nav { min-height: 78px; }
    .prama-brand { flex-basis: 200px; box-shadow: none; padding-left: 0; }
    .prama-menu-toggle { display: block; }
    .prama-menu { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 8px; background: #fff; color: var(--prama-ink); box-shadow: var(--prama-shadow); }
    .prama-menu.is-open { display: flex; }
    .prama-menu a { padding: 12px 13px; border-bottom: 1px solid var(--prama-line); }
    .prama-menu a:last-child { border-bottom: 0; }
    .prama-menu a::after { display: none; }
    .prama-hero { min-height: auto; }
    .prama-hero-grid { min-height: 790px; grid-template-columns: 1fr; padding-top: 170px; padding-bottom: 175px; }
    .prama-hero-card { display: none; }
    .prama-hero-lines { right: -260px; opacity: .45; }
    .prama-statbar-grid { margin-left: 0; }
    .prama-two-col { grid-template-columns: 1fr; gap: 65px; }
    .prama-image-stack { max-width: 680px; margin: auto; }
    .prama-section-head { grid-template-columns: 1fr; gap: 18px; }
    .prama-strength-grid { grid-template-columns: repeat(2,1fr); }
    .prama-water { min-height: 680px; }
    .prama-water-grid { grid-template-columns: 1fr; }
    .prama-water-card { max-width: 650px; }
    .prama-capacity-grid { grid-template-columns: repeat(2,1fr); }
    .prama-capacity-grid > div:nth-child(2) { border-right: 0; }
    .prama-capacity-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--prama-line); }
    .prama-process-grid { grid-template-columns: repeat(2,1fr); }
    .prama-project-grid { grid-template-columns: 1fr; }
    .prama-project-grid article { display: grid; grid-template-columns: .9fr 1.1fr; }
    .prama-project-placeholder { min-height: 230px; }
    .prama-contact { background: var(--prama-light); }
    .prama-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 660px) {
    .prama-container { width: min(calc(100% - 28px), var(--prama-container)); }
    .prama-section { padding: 68px 0; }
    .prama-topbar { display: none; }
    .prama-nav-wrap { top: 0; position: absolute; }
    .prama-nav-wrap.is-sticky { position: fixed; }
    .prama-brand { flex-basis: 176px; }
    .prama-hero-grid { min-height: 800px; padding-top: 132px; padding-bottom: 250px; }
    .prama-hero h1 { font-size: 43px; }
    .prama-hero-copy > p { font-size: 16px; }
    .prama-hero-actions { flex-direction: column; align-items: stretch; }
    .prama-hero-contact { flex-direction: column; gap: 14px; }
    .prama-statbar-grid { grid-template-columns: 1fr; }
    .prama-statbar-grid > div { min-height: 74px; padding: 14px 20px; }
    .prama-statbar-grid > div:not(:first-child) { display: none; }
    .prama-image-stack { padding-left: 12px; }
    .prama-image-badge { right: 3px; width: 205px; }
    .prama-tabs { grid-template-columns: 1fr; }
    .prama-tabs > div + div { border-left: 0; border-top: 1px solid var(--prama-line); }
    .prama-copy h2,
    .prama-section-head h2,
    .prama-water-card h2,
    .prama-contact-copy h2 { font-size: 37px; }
    .prama-strength-grid { grid-template-columns: 1fr; }
    .prama-strength-grid article { min-height: auto; }
    .prama-services-grid { grid-template-columns: 1fr; }
    .prama-service-large { grid-column: span 1; }
    .prama-service,
    .prama-service img { min-height: 370px; }
    .prama-water { min-height: auto; padding: 70px 0; }
    .prama-water-card { padding: 31px 24px; }
    .prama-capacity-grid { grid-template-columns: 1fr; }
    .prama-capacity-grid > div { border-right: 0; border-bottom: 1px solid var(--prama-line); }
    .prama-capacity-grid > div:last-child { border-bottom: 0; }
    .prama-process-grid { grid-template-columns: 1fr; }
    .prama-project-grid article { display: block; }
    .prama-form-wrap { padding: 25px 19px; }
    .prama-form-row { grid-template-columns: 1fr; }
    .prama-footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .prama-footer-grid > div:last-child { grid-column: auto; }
    .prama-cookie { left: 12px; right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; }
    .prama-cookie-actions { flex-direction: column-reverse; }
    .prama-cookie .prama-btn { width: 100%; }
    .prama-legal-hero { padding-top: 135px; }
}

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