:root {
  --navy: #101c34;
  --navy-2: #162542;
  --teal: #0ca0b4;
  --teal-dark: #087b8a;
  --pink: #f77086;
  --pink-soft: #ffe8ee;
  --ink: #152035;
  --muted: #697386;
  --line: #dde3e9;
  --surface: #f4f7f8;
  --white: #fff;
  --shell: 1200px;
  --shadow: 0 24px 70px rgba(16, 28, 52, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); color: var(--ink); font-family: Inter, "SF Pro Display", "Noto Sans Arabic", "Segoe UI", system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid rgba(8, 167, 182, .45); outline-offset: 3px; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 840px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; inset-block-start: 8px; inset-inline-start: 8px; z-index: 200; padding: 10px 14px; background: var(--navy); color: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 82px; position: sticky; top: 0; z-index: 100; display: flex; align-items: center; background: rgba(255,255,255,.92); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(221,227,233,.8); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 34px rgba(16,28,52,.08); }
.header-inner { display: flex; align-items: center; gap: 30px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 10px; min-width: 216px; }
.brand-logo { width: 48px; height: 48px; object-fit: contain; border-radius: 50%; box-shadow: 0 5px 20px rgba(8,167,182,.12); }
.brand-name { display: grid; line-height: 1.15; }
.brand-name strong { font-size: 13px; letter-spacing: .12em; }
.brand-name small { margin-top: 4px; color: var(--muted); font-size: 8px; letter-spacing: .045em; }
.site-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2vw, 26px); }
.site-nav a { position: relative; color: #4e596c; text-decoration: none; font-size: 12px; font-weight: 700; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: -11px; height: 2px; background: linear-gradient(90deg, var(--teal), var(--pink)); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--navy); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switcher { display: inline-flex; align-items: center; padding: 3px; background: var(--surface); border-radius: 9px; }
.language-switcher a { padding: 6px 7px; border-radius: 6px; text-decoration: none; color: var(--muted); font-size: 9px; font-weight: 850; }
.language-switcher a[aria-current="true"] { background: #fff; color: var(--navy); box-shadow: 0 2px 8px rgba(16,28,52,.08); }
.menu-toggle { display: none; }

.button { border: 0; text-decoration: none; min-height: 50px; padding: 12px 22px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); box-shadow: 0 12px 28px rgba(8,167,182,.22); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(8,167,182,.3); }
.button-small { min-height: 38px; padding: 8px 13px; border-radius: 8px; font-size: 10px; }
.button-outline { border: 1px solid var(--line); color: var(--navy); background: #fff; }
.button-ghost-light { color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-light { background: #fff; color: var(--navy); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-dark); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.section { padding: 105px 0; }
.section-head { max-width: 720px; margin-bottom: 42px; }
.section-head h2 { margin: 12px 0 13px; color: var(--navy); font-size: clamp(31px, 4.4vw, 54px); letter-spacing: -.045em; line-height: 1.08; }
.section-head p { margin: 0; color: var(--muted); max-width: 640px; font-size: 16px; }

.hero { min-height: calc(100vh - 82px); display: flex; align-items: center; overflow: hidden; position: relative; background: var(--navy); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 15%, rgba(8,167,182,.18), transparent 30%), radial-gradient(circle at 90% 74%, rgba(255,83,121,.16), transparent 28%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr); gap: clamp(40px, 7vw, 100px); align-items: center; padding-block: 76px; position: relative; z-index: 1; }
.hero .eyebrow { color: #72dbe3; }
.hero-copy h1 { margin: 17px 0 22px; max-width: 760px; font-size: clamp(48px, 7.2vw, 92px); line-height: .99; letter-spacing: -.065em; }
.hero-copy h1 em { color: transparent; font-style: normal; background: linear-gradient(100deg, #6bd6df, #ff7795); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 650px; margin: 0; color: #bec8d8; font-size: clamp(16px, 1.6vw, 20px); }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.location-line { display: block; margin-top: 34px; color: #7f8ca1; font-size: 11px; letter-spacing: .08em; }
.hero-media { aspect-ratio: .82; position: relative; display: grid; place-items: center; border-radius: 210px 210px 30px 30px; isolation: isolate; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015)); border: 1px solid rgba(255,255,255,.12); overflow: hidden; }
.hero-media::before { content: ""; position: absolute; inset: 12%; border-radius: inherit; background: radial-gradient(circle at 50% 40%, rgba(8,167,182,.3), transparent 42%), linear-gradient(145deg, rgba(255,83,121,.16), transparent); filter: blur(4px); }
.hero-media-mark { z-index: 2; width: 72%; display: grid; justify-items: center; text-align: center; }
.hero-media-mark img { width: 130px; height: 130px; border-radius: 50%; opacity: .98; margin-bottom: 28px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.hero-media-mark span { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-media-mark small { display: block; max-width: 280px; margin-top: 8px; color: #8d99aa; font-size: 10px; }
.hero-ring { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; z-index: -1; }
.ring-one { width: 420px; height: 420px; inset: -150px -160px auto auto; }
.ring-two { width: 280px; height: 280px; inset: auto auto -130px -90px; border-color: rgba(255,83,121,.22); }

.section-services-preview { background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 285px; position: relative; padding: 26px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card::before { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; inset: -90px -80px auto auto; background: rgba(8,167,182,.07); transition: transform .3s ease; }
[dir="rtl"] .service-card::before { inset: -90px auto auto -80px; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(8,167,182,.4); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(1.35); }
.service-index { color: var(--pink); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin: 45px 0 9px; color: var(--navy); font-size: 20px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.service-card > a { margin-top: 26px; color: var(--teal-dark); font-size: 11px; font-weight: 850; text-decoration: none; display: inline-flex; justify-content: space-between; align-items: center; }
.service-card-compact { min-height: 250px; }
.center-action { display: flex; justify-content: center; margin-top: 28px; }

.section-work-preview, .section-work { background: var(--surface); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-media, .project-detail-media { min-height: 330px; position: relative; display: grid; place-items: center; align-content: center; gap: 8px; text-align: center; text-decoration: none; color: #fff; overflow: hidden; }
.project-teal .project-media, .project-detail-media.project-teal { background: linear-gradient(145deg, #0a8c99, #06434e); }
.project-pink .project-media, .project-detail-media.project-pink { background: linear-gradient(145deg, #ff6688, #8e2948); }
.project-navy .project-media, .project-detail-media.project-navy { background: linear-gradient(145deg, #283c62, #0b1223); }
.project-media::before, .project-detail-media::before { content: ""; position: absolute; width: 220px; height: 330px; border: 1px solid rgba(255,255,255,.2); border-radius: 50% 50% 10px 10px; transform: rotate(18deg); }
.media-orbit { position: absolute; width: 190px; height: 190px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 0 38px rgba(255,255,255,.03), 0 0 0 76px rgba(255,255,255,.025); }
.media-label { position: relative; z-index: 2; padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); background: rgba(9,18,35,.25); backdrop-filter: blur(8px); border-radius: 30px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.project-media small, .project-detail-media small { position: relative; z-index: 2; max-width: 230px; color: rgba(255,255,255,.66); font-size: 9px; }
.project-copy { padding: 23px; }
.project-copy > span { color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.project-copy h3 { margin: 8px 0 7px; color: var(--navy); font-size: 20px; }
.project-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.project-copy a { display: inline-flex; gap: 8px; margin-top: 17px; color: var(--teal-dark); font-size: 11px; font-weight: 850; text-decoration: none; }
.process-block { margin-top: 120px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.process-step { min-height: 240px; padding: 26px; border-inline-end: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step > span { color: var(--pink); font-size: 10px; font-weight: 900; }
.process-step h3 { margin: 40px 0 8px; color: var(--navy); font-size: 17px; }
.process-step p { margin: 0; color: var(--muted); font-size: 12px; }
.final-cta { margin-top: 110px; padding: 54px; border-radius: 24px; color: #fff; background: linear-gradient(125deg, var(--navy), #17384d); display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; position: relative; }
.final-cta::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; inset-inline-end: -130px; top: -180px; }
.final-cta .eyebrow { color: #72dbe3; }
.final-cta h2 { margin: 8px 0 4px; font-size: clamp(27px, 3vw, 42px); }
.final-cta p { margin: 0; color: #aeb9c8; }
.final-cta .button { position: relative; z-index: 1; flex: 0 0 auto; }

.page-hero { padding: 115px 0 72px; background: linear-gradient(180deg, #f7fafb, #fff); }
.page-hero .section-head { margin-bottom: 0; }
.page-hero .section-head h2 { font-size: clamp(42px, 6vw, 76px); }
.page-hero-full { min-height: calc(100vh - 82px); display: grid; place-items: center; }
.empty-state { text-align: center; max-width: 590px; }
.empty-icon { width: 72px; height: 72px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--teal), var(--pink)); font-size: 25px; font-weight: 900; }
.empty-state h1 { color: var(--navy); font-size: 42px; letter-spacing: -.04em; }
.empty-state p { color: var(--muted); }
.slim-cta { padding: 38px 0; background: var(--navy); color: #fff; }
.slim-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.slim-cta h2 { margin: 0; font-size: 26px; }
.filter-row { margin-bottom: 30px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filter-row button { flex: 0 0 auto; border: 1px solid var(--line); background: #fff; color: var(--muted); border-radius: 30px; padding: 9px 15px; cursor: pointer; font-size: 11px; font-weight: 800; }
.filter-row button.active { border-color: var(--navy); color: #fff; background: var(--navy); }
.project-card[hidden] { display: none; }

.about-hero { padding-bottom: 105px; }
.about-grid { display: grid; grid-template-columns: 1.1fr .75fr; align-items: center; gap: 100px; }
.about-mark { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow); }
.about-mark img { width: 100%; border-radius: 50%; }
.about-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.about-content article { padding: 30px; border-top: 2px solid var(--teal); background: var(--surface); }
.about-content article:nth-child(2) { border-color: var(--pink); }
.about-content h2 { color: var(--navy); font-size: 25px; }
.about-content p, .about-content li { color: var(--muted); font-size: 13px; }
.about-content strong { display: block; margin-top: 22px; color: var(--navy); font-size: 11px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; color: var(--teal-dark); margin-inline-end: 9px; font-weight: 900; }

.contact-hero { padding-bottom: 105px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.contact-direct { margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 5px; }
.contact-direct span { color: var(--pink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.contact-direct a { color: var(--navy); font-size: 25px; font-weight: 850; text-decoration: none; }
.contact-direct small { color: var(--muted); }
.form-card { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.quote-form label { display: grid; gap: 6px; }
.quote-form label > span, .quote-form legend { color: #435066; font-size: 11px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #d6dce3; background: #fff; color: var(--ink); border-radius: 10px; padding: 12px 13px; outline: none; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,167,182,.1); }
.quote-form input:user-invalid, .quote-form select:user-invalid { border-color: #d84763; }
.quote-form textarea { resize: vertical; }
.field-wide { grid-column: span 2; }
.quote-form fieldset { margin: 2px 0 0; padding: 0; border: 0; }
.quote-form legend { margin-bottom: 8px; }
.service-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.service-checks label { position: relative; display: block; }
.service-checks input { position: absolute; opacity: 0; pointer-events: none; }
.service-checks span { min-height: 39px; display: flex; align-items: center; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font-size: 10px; cursor: pointer; }
.service-checks input:checked + span { border-color: var(--teal); background: rgba(8,167,182,.07); color: var(--teal-dark); }
.service-checks input:focus-visible + span { outline: 3px solid rgba(8,167,182,.3); }
.form-note { color: var(--muted); font-size: 10px; margin: 18px 0; }
.button-submit { width: 100%; }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--teal-dark); font-size: 11px; }
.privacy-section { padding: 68px 0; background: var(--navy); color: #fff; }
.privacy-section .eyebrow { color: #70d9e1; }
.privacy-section h2 { margin: 8px 0; font-size: 28px; }
.privacy-section p { margin: 0; color: #b6c1d0; }

.faq-list { max-width: 920px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 24px 0; list-style: none; display: grid; grid-template-columns: 42px 1fr 22px; gap: 15px; align-items: center; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--pink); font-size: 10px; font-weight: 900; }
.faq-item summary strong { color: var(--navy); font-size: 17px; }
.faq-item summary i { width: 16px; height: 16px; position: relative; }
.faq-item summary i::before, .faq-item summary i::after { content: ""; position: absolute; background: var(--teal-dark); }
.faq-item summary i::before { width: 14px; height: 2px; inset: 7px 1px; }
.faq-item summary i::after { width: 2px; height: 14px; inset: 1px 7px; transition: transform .2s ease; }
.faq-item[open] summary i::after { transform: rotate(90deg); }
.faq-item p { margin: -5px 0 25px 57px; color: var(--muted); max-width: 760px; font-size: 13px; }
[dir="rtl"] .faq-item p { margin: -5px 57px 25px 0; }

.project-detail { padding: 70px 0 110px; }
.back-link { display: inline-flex; margin-bottom: 24px; color: var(--muted); text-decoration: none; font-size: 11px; font-weight: 800; }
.project-detail-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.project-detail-media { min-height: 630px; border-radius: 28px; }
.project-detail-copy h1 { margin: 12px 0 16px; color: var(--navy); font-size: clamp(40px, 5vw, 68px); letter-spacing: -.05em; line-height: 1.05; }
.project-detail-copy > p { color: var(--muted); font-size: 16px; }
.project-detail-copy h2 { margin-top: 40px; color: var(--navy); font-size: 16px; }
.project-services { list-style: none; padding: 0; margin: 0 0 28px; }
.project-services li { padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; }
.offer-card > span { color: var(--pink); font-size: 10px; }
.offer-card h2 { color: var(--navy); }
.offer-card p, .offer-card li, .offer-card small { color: var(--muted); }

.site-footer { padding: 54px 0; background: #0b1427; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 45px; align-items: start; }
.brand-footer { min-width: 0; color: #fff; }
.brand-footer .brand-name small { color: #78859a; }
.site-footer p, .site-footer a, .site-footer span { color: #8995a7; font-size: 11px; text-decoration: none; }
.site-footer strong { display: block; margin-bottom: 8px; color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; text-align: end; }

.whatsapp-float { position: fixed; z-index: 90; inset-inline-end: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #20bd5b; box-shadow: 0 12px 28px rgba(8,76,37,.25); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 28px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .header-quote { display: none; }
  .brand { min-width: 195px; }
  .hero-grid { grid-template-columns: 1fr .68fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card:last-child { grid-column: span 2; }
  .project-card:last-child .project-media { min-height: 280px; }
  .process-block { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-links { text-align: start; }
  .contact-grid { grid-template-columns: .65fr 1.35fr; gap: 40px; }
}

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .header-inner { justify-content: space-between; }
  .brand { min-width: 0; }
  .brand-name small { display: none; }
  .menu-toggle { order: 3; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 9px; display: grid; place-content: center; gap: 4px; }
  .menu-toggle span { width: 18px; height: 2px; background: var(--navy); transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; padding: 18px 24px 28px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); display: grid; gap: 0; transform: translateY(-130%); transition: transform .25s ease; z-index: -1; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .site-nav a::after { display: none; }
  .header-actions { margin-inline-start: auto; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 70px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-media { max-width: 520px; width: 100%; aspect-ratio: 1.2; margin-inline: auto; border-radius: 220px 220px 28px 28px; }
  .location-line { text-align: center; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:last-child { grid-column: span 1; }
  .project-card:last-child .project-media { min-height: 330px; }
  .about-grid, .contact-grid, .project-detail-grid { grid-template-columns: 1fr; }
  .about-mark { max-width: 430px; margin-inline: auto; }
  .about-content { grid-template-columns: 1fr; }
  .project-detail-media { min-height: 520px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .brand-logo { width: 42px; height: 42px; }
  .brand-name strong { font-size: 10px; }
  .language-switcher a { padding: 6px 5px; }
  .section { padding: 76px 0; }
  .hero-grid { padding-block: 52px; }
  .hero-copy h1 { font-size: 47px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-media { min-height: 390px; aspect-ratio: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .project-media { min-height: 310px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 190px; }
  .final-cta { margin-top: 72px; padding: 34px 24px; display: block; }
  .final-cta .button { width: 100%; margin-top: 22px; }
  .page-hero { padding: 82px 0 54px; }
  .page-hero .section-head h2 { font-size: 43px; }
  .slim-cta .shell { display: block; }
  .slim-cta .button { margin-top: 18px; width: 100%; }
  .form-card { padding: 22px 16px; margin-inline: -2px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: span 1; }
  .service-checks { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { text-align: start; }
  .project-detail { padding-top: 38px; }
  .project-detail-media { min-height: 430px; }
  .whatsapp-float { width: 50px; height: 50px; inset-inline-end: 16px; bottom: 16px; }
}

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