@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;500;600;700;800&family=Noto+Naskh+Arabic:wght@500;600;700&display=swap");

:root {
  --ink: #29272b;
  --ink-2: #353237;
  --graphite: #5f5b61;
  --muted: #7d777e;
  --line: #ddd8dc;
  --mist: #efedef;
  --paper: #f8f7f8;
  --white: #ffffff;
  --pink: #d95f8f;
  --pink-dark: #a63f69;
  --pink-soft: #f1b8cc;
  --pink-pale: #faeaf0;
  --shadow: 0 22px 60px rgba(32, 29, 34, .12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Kufi Arabic", Arial, sans-serif; line-height: 1.85; }
body.menu-open { overflow: hidden; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Noto Naskh Arabic", Georgia, serif; line-height: 1.25; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 500; inset-block-start: 10px; inset-inline-start: 10px; padding: 10px 15px; color: #fff; background: var(--pink-dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.reading-progress { position: fixed; z-index: 400; inset: 0 0 auto; height: 3px; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--pink); }

.topbar { color: #d8d3d9; background: #201e21; font-size: .66rem; }
.topbar-inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; }
.topbar-inner > div { display: flex; align-items: center; gap: 24px; }
.topbar a { color: var(--pink-soft); }
.topbar a span { color: #a9a3aa; }
.topbar .top-location { color: #aaa4ab; }
.topbar .top-language { padding-inline-start: 18px; color: var(--white); border-inline-start: 1px solid rgba(255,255,255,.16); font-weight: 700; }

.site-header { position: sticky; z-index: 150; top: 0; border-bottom: 1px solid rgba(41, 39, 43, .08); background: rgba(255, 255, 255, .97); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(31, 29, 32, .1); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand-mark { width: 47px; height: 47px; display: grid; place-items: center; color: var(--white); border-radius: 50% 50% 10% 50%; background: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; font-weight: 700; box-shadow: inset -7px -7px 0 rgba(217, 95, 143, .25); }
.brand-copy { display: grid; line-height: 1.35; }
.brand-copy strong { font-family: "Noto Naskh Arabic", serif; font-size: 1.45rem; }
.brand-copy small { margin-top: 2px; color: var(--muted); font-size: .57rem; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; gap: 25px; font-size: .68rem; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 29px 0; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 17px; width: 0; height: 2px; background: var(--pink); transition: width .2s ease; }
.primary-nav > a:not(.nav-cta):hover::after { width: 100%; }
.primary-nav .language-switch { width: 35px; height: 35px; display: grid; place-items: center; padding: 0; color: var(--pink-dark); border: 1px solid var(--line); border-radius: 50%; font-size: .62rem; }
.primary-nav .language-switch::after { display: none; }
.nav-cta { padding: 11px 18px; color: var(--white); border-radius: 3px; background: var(--pink-dark); }
.menu-toggle { width: 44px; height: 44px; display: none; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 690px; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("hero-law-office.png") center center / cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(24, 22, 25, .25) 0%, rgba(24, 22, 25, .56) 48%, rgba(24, 22, 25, .95) 100%); }
.hero-inner { position: relative; z-index: 2; min-height: 595px; display: flex; align-items: center; }
.hero-copy { width: min(650px, 58%); padding: 72px 0; }
.hero-balance { display: flex; align-items: center; gap: 13px; margin-bottom: 23px; color: var(--pink-soft); }
.hero-balance i { width: 42px; height: 1px; background: rgba(255,255,255,.3); }
.hero-balance b { color: #e7e2e8; font-size: .66rem; font-weight: 500; letter-spacing: .02em; }
.justice-scale { width: 34px; height: 34px; display: grid; place-items: center; color: var(--pink-soft); border: 1px solid rgba(241,184,204,.55); border-radius: 50%; font-family: serif; font-size: 1rem; }
.hero-brand { margin-bottom: 6px; color: var(--pink-soft); font-family: "Noto Naskh Arabic", serif; font-size: 1.38rem; font-weight: 700; }
.hero h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(3.25rem, 5.9vw, 5.7rem); font-weight: 600; letter-spacing: -.035em; }
.hero h1 em { color: var(--pink-soft); font-style: normal; }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: #d4cfd5; font-size: .95rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 11px 23px; border: 1px solid transparent; border-radius: 3px; font-size: .7rem; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--pink-dark); }
.button-primary:hover { background: var(--pink); }
.button-light { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); backdrop-filter: blur(5px); }
.button-light:hover { color: var(--ink); background: var(--white); }
.hero-service-bar { position: relative; z-index: 3; min-height: 95px; border-top: 1px solid rgba(255,255,255,.12); background: rgba(31,29,32,.88); backdrop-filter: blur(12px); }
.hero-service-bar .container { min-height: 95px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.hero-service-bar p { min-height: 40px; display: flex; align-items: center; gap: 12px; margin: 0; padding: 0 23px; color: #ded9df; border-inline-start: 1px solid rgba(255,255,255,.1); font-size: .68rem; }
.hero-service-bar p:first-child { border-inline-start: 0; }
.hero-service-bar span { color: var(--pink-soft); font-size: .55rem; }

.section-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--pink-dark); font-size: .65rem; font-weight: 700; }
.section-kicker::before { content: ""; width: 32px; height: 2px; background: var(--pink); }
.section-kicker.light { color: var(--pink-soft); }
.section-kicker.light::before { background: var(--pink-soft); }
.about { background: var(--white); }
.about-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: center; }
.about-intro h2, .section-heading h2, .why-copy h2, .faq h2, .contact h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 600; letter-spacing: -.025em; }
.section-lead, .section-heading > p, .about-intro > p, .faq-intro > p { color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; padding-bottom: 5px; color: var(--pink-dark); border-bottom: 1px solid var(--pink-soft); font-size: .72rem; font-weight: 700; }
.about-panel { padding: 44px; border-top: 4px solid var(--pink); background: var(--paper); box-shadow: var(--shadow); }
.office-owner { display: flex; align-items: center; gap: 18px; margin-bottom: 32px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.owner-monogram { flex: 0 0 62px; width: 62px; height: 62px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--ink); font-family: "Noto Naskh Arabic", serif; font-size: 1.85rem; font-weight: 700; box-shadow: inset -9px -9px 0 rgba(217, 95, 143, .27); }
.office-owner small { display: block; margin-bottom: 2px; color: var(--pink-dark); font-size: .6rem; font-weight: 700; }
.office-owner h3 { margin-bottom: 1px; font-family: "Noto Naskh Arabic", serif; font-size: 1.35rem; }
.office-owner p { margin: 0; color: var(--muted); font-size: .61rem; }
.about-quote { margin-bottom: 37px; color: var(--graphite); font-family: "Noto Naskh Arabic", serif; font-size: 1.45rem; line-height: 1.8; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 25px 1fr; gap: 10px; padding: 24px 15px 0; border-inline-start: 1px solid var(--line); }
.principles article:first-child { border-inline-start: 0; padding-inline-start: 0; }
.principles article > span { color: var(--pink-dark); font-size: .55rem; }
.principles h3 { margin-bottom: 7px; font-size: .85rem; }
.principles p { margin: 0; color: var(--muted); font-size: .66rem; }

.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr .68fr; gap: 90px; align-items: end; margin-bottom: 55px; }
.section-heading > p { margin-bottom: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-inline-end: 1px solid var(--line); }
.service-card { position: relative; min-height: 295px; padding: 32px; border-inline-start: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { z-index: 2; border-color: transparent; box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card.featured { color: var(--white); background: var(--ink); }
.service-card.wide { grid-column: 1 / -1; min-height: 230px; }
.service-no { display: block; margin-bottom: 50px; color: var(--pink-dark); font-size: .58rem; }
.featured .service-no { color: var(--pink-soft); }
.service-card h3 { margin-bottom: 12px; font-family: "Noto Naskh Arabic", serif; font-size: 1.45rem; }
.service-card p { margin-bottom: 23px; color: var(--muted); font-size: .72rem; }
.featured p { color: #bbb5bc; }
.service-card a { position: absolute; inset-block-end: 27px; inset-inline-start: 32px; color: var(--pink-dark); font-size: .65rem; font-weight: 700; }
.featured a { color: var(--pink-soft); }

.why-us { color: var(--white); background: var(--ink); }
.why-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; align-items: center; }
.why-copy > p:not(.section-kicker) { color: #bdb7be; }
.button-outline { margin-top: 20px; color: var(--white); border-color: rgba(255,255,255,.35); }
.button-outline:hover { color: var(--ink); background: var(--white); }
.why-list { display: grid; grid-template-columns: 1fr 1fr; }
.why-list article { min-height: 210px; display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-content: center; padding: 33px; border-block-start: 1px solid rgba(255,255,255,.12); border-inline-start: 1px solid rgba(255,255,255,.12); }
.why-list article:nth-child(-n+2) { border-block-start: 0; }
.why-list article:nth-child(odd) { border-inline-start: 0; }
.why-list article > span { color: var(--pink); font-size: .58rem; }
.why-list h3 { margin-bottom: 10px; font-size: .95rem; }
.why-list p { margin: 0; color: #aaa4ab; font-size: .7rem; }

.process { background: var(--mist); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; }
.process-list li { position: relative; min-height: 225px; padding: 30px; border-block: 1px solid #d3cfd3; border-inline-start: 1px solid #d3cfd3; }
.process-list li:first-child { border-inline-start: 0; }
.process-list li::after { content: "←"; position: absolute; inset: 34px auto auto -12px; z-index: 2; width: 25px; height: 25px; display: grid; place-items: center; color: var(--pink-dark); border: 1px solid #c8c3c8; border-radius: 50%; background: var(--mist); font-size: .65rem; }
.process-list li:last-child::after { display: none; }
.process-list > li > span { color: var(--pink-dark); font-size: .6rem; }
.process-list h3 { margin: 57px 0 8px; font-family: "Noto Naskh Arabic", serif; font-size: 1.3rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .7rem; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; color: var(--ink); border: 0; text-align: right; background: transparent; cursor: pointer; font-size: .8rem; font-weight: 700; }
.faq-item i { position: relative; flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid #d0cbd0; border-radius: 50%; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; top: 15px; left: 9px; width: 12px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.faq-item i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { padding: 0 0 24px; color: var(--muted); font-size: .75rem; }
.faq-answer p { margin: 0; }

.contact { color: var(--white); background: var(--paper); }
.contact-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; padding: 65px; background: var(--ink); box-shadow: var(--shadow); }
.contact-copy > p:not(.section-kicker) { color: #bdb7be; }
.contact-meta { display: grid; gap: 8px; margin-top: 35px; }
.contact-meta a, .contact-meta button { width: 100%; display: grid; gap: 3px; padding: 15px 0; color: var(--white); border: 0; border-top: 1px solid rgba(255,255,255,.13); text-align: right; background: transparent; }
.contact-meta button { cursor: pointer; }
.contact-meta span { color: #99939a; font-size: .62rem; }
.contact-meta b { font-size: .77rem; font-weight: 500; }
.whatsapp-form { padding: 34px; color: var(--ink); background: var(--white); }
.whatsapp-form label { display: grid; gap: 7px; margin-bottom: 15px; color: var(--graphite); font-size: .66rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.whatsapp-form input, .whatsapp-form select, .whatsapp-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); border: 1px solid #d3cfd3; border-radius: 2px; outline: none; background: #fff; resize: vertical; }
.whatsapp-form input:focus, .whatsapp-form select:focus, .whatsapp-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(217,95,143,.13); }
.full { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .58rem; }
.map-panel { grid-column: 1 / -1; display: grid; grid-template-columns: .58fr 1.42fr; min-height: 360px; margin-top: 2px; color: var(--ink); background: var(--white); }
.map-details { display: flex; flex-direction: column; justify-content: center; padding: 38px; border-inline-end: 1px solid var(--line); }
.map-details > span { margin-bottom: 11px; color: var(--pink-dark); font-size: .61rem; font-weight: 700; }
.map-details h3 { margin-bottom: 10px; font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 1.55rem; line-height: 1.4; }
.map-details p { margin-bottom: 22px; color: var(--muted); font-size: .68rem; }
.map-details a { color: var(--pink-dark); font-size: .65rem; font-weight: 700; }
.map-panel iframe { width: 100%; height: 100%; min-height: 360px; filter: grayscale(.35) contrast(.95); }

.site-footer { padding: 58px 0 24px; color: #bcb7bd; background: #1c1a1d; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .85fr 1.1fr; gap: 55px; align-items: start; }
.footer-grid h2 { margin-bottom: 19px; color: var(--white); font-family: "Noto Kufi Arabic", Arial, sans-serif; font-size: .72rem; }
.footer-brand { display: flex; align-items: center; gap: 13px; color: var(--white); }
.footer-brand div { display: grid; line-height: 1.3; }
.footer-brand small { margin-top: 5px; color: #969097; font-size: .57rem; }
.footer-about > p { max-width: 340px; margin: 21px 0 16px; font-size: .65rem; }
.footer-language { display: inline-block; color: var(--pink-soft); border-bottom: 1px solid rgba(241,184,204,.35); font-size: .61rem; }
.footer-links { display: grid; gap: 8px; font-size: .65rem; }
.footer-grid a:hover { color: var(--pink-soft); }
.footer-contact { display: grid; align-content: start; }
.footer-contact a { display: grid; gap: 5px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-contact span { color: #8f8990; font-size: .57rem; }
.footer-contact b { color: #d4cfd5; font-size: .63rem; font-weight: 500; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.09); font-size: .59rem; }
.floating-whatsapp { position: fixed; z-index: 90; left: 23px; bottom: 23px; display: flex; align-items: center; gap: 8px; padding: 11px 15px; color: var(--white); border-radius: 999px; background: var(--pink-dark); box-shadow: 0 12px 30px rgba(36,35,38,.28); }
.floating-whatsapp b { font-size: .68rem; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; max-width: min(430px, calc(100% - 30px)); padding: 12px 18px; color: var(--white); border-radius: 3px; background: var(--ink-2); box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 18px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; font-size: .7rem; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

html[dir="ltr"] body { font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
html[dir="ltr"] h1, html[dir="ltr"] h2 { font-family: Georgia, "Times New Roman", serif; }
html[dir="ltr"] .brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; }
html[dir="ltr"] .hero-copy { margin-left: auto; }
html[dir="ltr"] .hero-brand, html[dir="ltr"] .service-card h3, html[dir="ltr"] .process-list h3, html[dir="ltr"] .office-owner h3, html[dir="ltr"] .map-details h3 { font-family: Georgia, "Times New Roman", serif; }
html[dir="ltr"] .hero h1 { font-size: clamp(3rem, 5.2vw, 5rem); }
html[dir="ltr"] .section-kicker { letter-spacing: .04em; text-transform: uppercase; }
html[dir="ltr"] .footer-grid h2 { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: .04em; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .delay-1 { transition-delay: .08s; }
.js .delay-2 { transition-delay: .16s; }
.js .delay-3 { transition-delay: .24s; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }

@media (max-width: 1120px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .62rem; }
  .brand-copy small { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .topbar { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 86px 0 0; display: grid; align-content: start; gap: 0; padding: 28px 24px; color: var(--white); background: rgba(41,39,43,.99); transform: translateX(105%); transition: transform .25s ease; }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav > a:not(.nav-cta) { width: 100%; height: auto; display: block; padding: 15px 0; color: var(--white); border: 0; border-bottom: 1px solid rgba(255,255,255,.1); border-radius: 0; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .primary-nav .nav-cta { margin-top: 20px; padding: 13px 18px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-copy { width: min(680px, 78%); }
  .hero-shade { background: linear-gradient(90deg, rgba(24,22,25,.45), rgba(24,22,25,.82) 55%, rgba(24,22,25,.97)); }
  .hero-service-bar .container { grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .hero-service-bar p:nth-child(3) { border-inline-start: 0; }
  .about-layout, .section-heading, .why-layout, .faq-layout, .contact-shell { grid-template-columns: 1fr; gap: 44px; }
  .map-panel { grid-template-columns: 1fr; }
  .map-details { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(3) { border-inline-start: 0; }
  .process-list li:nth-child(-n+2) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --container: min(1180px, calc(100% - 28px)); }
  html { scroll-padding-top: 72px; }
  .section { padding: 72px 0; }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 1.3rem; }
  .primary-nav { inset-block-start: 72px; }
  .hero { min-height: 660px; }
  .hero-image { background-position: 40% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(24,22,25,.66), rgba(24,22,25,.92)); }
  .hero-inner { min-height: 565px; }
  .hero-copy { width: 100%; padding: 58px 0; }
  .hero-balance { gap: 7px; }
  .hero-balance i { width: 18px; }
  .hero-balance b { font-size: .57rem; }
  .justice-scale { width: 29px; height: 29px; font-size: .88rem; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4rem); }
  .hero-lead { font-size: .82rem; }
  .hero-actions .button { width: 100%; }
  .hero-service-bar .container { min-height: 95px; gap: 0; }
  .hero-service-bar p { padding: 8px 10px; border-inline-start: 0; font-size: .59rem; }
  .hero-service-bar p:nth-child(even) { border-inline-start: 1px solid rgba(255,255,255,.1); }
  .about-panel { padding: 30px 22px; }
  .about-quote { font-size: 1.18rem; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article:first-child { padding: 18px 0; border-inline-start: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .service-grid, .why-list, .process-list, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .why-list article, .why-list article:nth-child(-n+2), .why-list article:nth-child(odd) { min-height: auto; padding: 28px 8px; border-block-start: 1px solid rgba(255,255,255,.12); border-inline-start: 0; }
  .process-list li, .process-list li:nth-child(3) { min-height: 185px; border-inline-start: 0; border-bottom: 0; }
  .process-list li:last-child { border-bottom: 1px solid #d3cfd3; }
  .process-list li::after { inset: auto 34px -13px auto; content: "↓"; }
  .contact-shell { width: 100%; padding: 43px 15px; }
  .contact-copy { padding: 0 10px; }
  .whatsapp-form { padding: 25px 18px; }
  .footer-grid { gap: 34px; }
  .footer-bottom { display: grid; }
  .floating-whatsapp b { display: none; }
  .floating-whatsapp { left: 14px; bottom: 14px; width: 48px; height: 48px; justify-content: center; padding: 0; }
}

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