:root {
  --navy: #171717;
  --navy-deep: #090909;
  --bronze: #b68a35;
  --bronze-light: #e2c56d;
  --ivory: #f4f1ea;
  --paper: #fbfaf7;
  --white: #fff;
  --text: #25343e;
  --muted: #68747b;
  --line: rgba(18, 40, 58, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(11, 29, 42, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.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; top: 6px; left: 6px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--bronze); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.demo-banner { position: relative; z-index: 50; padding: 7px 18px; color: var(--white); background: var(--bronze); font-size: .6rem; font-weight: 750; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.contact-bar { color: rgba(255, 255, 255, .74); background: var(--navy-deep); font-size: .61rem; letter-spacing: .04em; }
.contact-bar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; }
.contact-tools, .contact-info { display: flex; align-items: center; gap: 28px; }
.contact-bar a { transition: color .18s ease; }
.contact-bar a:hover, .contact-bar a:focus-visible { color: var(--bronze-light); }
.contact-info a:last-child { color: var(--bronze-light); font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.social-links { display: flex; padding-left: 24px; align-items: center; gap: 17px; border-left: 1px solid rgba(255, 255, 255, .18); }
.social-links a { display: grid; width: 22px; height: 25px; place-items: center; color: var(--white); font-family: Arial, sans-serif; font-size: 1rem; font-weight: 800; line-height: 1; }
.social-facebook { font-size: 1.32rem !important; }
.social-linkedin { padding-top: 3px; font-size: .9rem !important; letter-spacing: -.05em; }
.social-instagram span { position: relative; display: block; width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 5px; }
.social-instagram span::before { position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; border: 2px solid currentColor; border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.social-instagram span::after { position: absolute; top: 2px; right: 2px; width: 3px; height: 3px; background: currentColor; border-radius: 50%; content: ""; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(251, 250, 247, .95); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .2s ease, border-color .2s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(11, 29, 42, .06); }
.header-inner { display: flex; min-height: 84px; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.logo-placeholder { display: grid; width: 48px; height: 48px; place-items: center; color: var(--bronze-light); background: var(--navy); border: 1px solid rgba(182, 138, 53, .55); border-radius: 50%; font-family: var(--serif); line-height: 1; }
.logo-placeholder span { font-size: .9rem; }
.logo-placeholder small { margin-top: -13px; font-family: var(--sans); font-size: .38rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-name { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name strong { color: var(--navy); font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.brand-name small { margin-top: 4px; color: var(--muted); font-size: .57rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; margin-left: auto; align-items: center; gap: clamp(17px, 2.1vw, 31px); }
.main-nav a { position: relative; padding: 10px 0; font-size: .7rem; font-weight: 650; }
.main-nav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--bronze); content: ""; transform: scaleX(0); transition: transform .18s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.menu-toggle i { display: block; height: 1px; margin: 5px 0; background: var(--navy); transition: transform .18s ease, opacity .18s ease; }

.button { display: inline-flex; min-height: 52px; padding: 13px 24px; align-items: center; justify-content: center; color: var(--white); background: var(--navy); border: 1px solid var(--navy); cursor: pointer; font-size: .67rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover, .button:focus-visible { color: var(--navy); background: var(--bronze-light); border-color: var(--bronze-light); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .6rem; }
.eyebrow { margin: 0 0 18px; color: var(--bronze); font-size: .62rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--navy); font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
h1 { margin-bottom: 28px; font-size: clamp(3rem, 5.6vw, 5.6rem); }
h1 em { color: var(--bronze); font-weight: 400; }
h2 { margin-bottom: 24px; font-size: clamp(2.35rem, 4vw, 4.1rem); }

.hero { position: relative; overflow: hidden; background: var(--ivory); }
.hero::before { position: absolute; top: -260px; left: -250px; width: 620px; height: 620px; border: 1px solid rgba(169, 131, 88, .16); border-radius: 50%; content: ""; }
.hero::after { position: absolute; top: 0; right: 0; bottom: 0; width: 55%; background: linear-gradient(90deg, var(--ivory) 0%, rgba(244, 241, 234, .3) 35%, rgba(9, 9, 9, .22) 100%), url("../assets/architecture-justice.jpg") center / cover no-repeat; content: ""; filter: grayscale(1); opacity: .36; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 640px; padding-block: 82px 90px; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .65fr); align-items: center; gap: clamp(60px, 9vw, 125px); }
.hero-content { position: relative; z-index: 1; }
.hero-lead { max-width: 660px; margin-bottom: 31px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.secondary-action { display: inline-flex; padding: 10px 0 6px; align-items: center; gap: 13px; color: var(--navy); border-bottom: 1px solid rgba(18, 40, 58, .35); font-size: .65rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.secondary-action span { color: var(--bronze); }
.demo-note { margin-top: 14px; color: var(--muted); font-size: .65rem; }
.hero-card { position: relative; min-height: 430px; padding: 45px 38px 34px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.hero-card::after { position: absolute; inset: 12px; border: 1px solid rgba(210, 184, 147, .3); content: ""; pointer-events: none; }
.hero-logo { position: relative; z-index: 1; display: block; width: min(100%, 280px); margin: -25px auto -18px; mix-blend-mode: screen; }
.hero-card blockquote { position: relative; z-index: 1; margin: 48px 0 55px; font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.85rem); line-height: 1.45; text-align: center; }
.values { position: relative; z-index: 1; display: flex; padding-top: 17px; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .15); color: var(--bronze-light); font-size: .58rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-card > small { position: relative; z-index: 1; display: block; margin-top: 16px; color: rgba(255, 255, 255, .42); font-size: .6rem; text-align: center; }

.trust-bar { color: var(--white); background: var(--navy-deep); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; min-height: 105px; padding: 24px 30px; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255, 255, 255, .1); }
.trust-grid > div:last-child { border-right: 1px solid rgba(255, 255, 255, .1); }
.trust-grid strong { color: var(--bronze-light); font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.trust-grid span { color: rgba(255, 255, 255, .5); font-size: .67rem; }

.section { padding-block: clamp(85px, 10vw, 135px); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(60px, 10vw, 145px); }
.portrait-placeholder { position: relative; overflow: hidden; max-width: 430px; aspect-ratio: 4 / 5; padding: 18px; background: linear-gradient(rgba(9, 9, 9, .18), rgba(9, 9, 9, .62)), url("../assets/bibliotheque-juridique.jpg") center / cover no-repeat; box-shadow: var(--shadow); }
.portrait-placeholder::before { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(182, 138, 53, .14), transparent 50%); content: ""; }
.portrait-frame { position: relative; z-index: 1; display: flex; height: 100%; padding: 30px; align-items: flex-start; justify-content: flex-end; flex-direction: column; border: 1px solid rgba(226, 197, 109, .45); color: var(--white); }
.portrait-frame span { font-family: var(--serif); font-size: 1.35rem; }
.portrait-frame small { margin-top: 7px; color: rgba(255, 255, 255, .66); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.about-content .lead { color: var(--navy); font-family: var(--serif); font-size: 1.3rem; }
.about-content > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.lawyer-placeholder { display: flex; margin-top: 35px; padding-top: 25px; align-items: center; gap: 18px; border-top: 1px solid var(--line); }
.signature { color: var(--bronze); font-family: var(--serif); font-size: 1.8rem; font-style: italic; }
.lawyer-placeholder div { display: flex; flex-direction: column; }
.lawyer-placeholder strong { color: var(--navy); font-family: var(--serif); font-weight: 500; }
.lawyer-placeholder small { color: var(--muted); font-size: .62rem; }

.expertises { background: var(--ivory); }
.section-heading { display: grid; margin-bottom: 55px; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: .78rem; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.expertise-card { position: relative; min-height: 390px; padding: 33px 29px; background: var(--white); border: 1px solid var(--line); transition: box-shadow .2s ease, transform .2s ease; }
.expertise-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.expertise-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.card-number { color: var(--bronze); font-family: var(--serif); font-size: .72rem; }
.expertise-card h3 { margin: 75px 0 17px; color: var(--navy); font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
.expertise-card.featured h3 { color: var(--white); }
.expertise-card p { color: var(--muted); font-size: .78rem; }
.expertise-card.featured p { color: rgba(255, 255, 255, .56); }
.expertise-card a { position: absolute; right: 29px; bottom: 27px; left: 29px; display: flex; padding-top: 14px; justify-content: space-between; color: var(--navy); border-top: 1px solid var(--line); font-size: .62rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.expertise-card.featured a { color: var(--bronze-light); border-color: rgba(255, 255, 255, .14); }

.services-intro { display: grid; margin-bottom: 65px; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(55px, 9vw, 120px); }
.services-intro h2 { max-width: 690px; margin-bottom: 0; }
.services-copy .lead { margin-bottom: 15px; color: var(--navy); font-family: var(--serif); font-size: 1.2rem; }
.services-copy > p:not(.lead) { margin-bottom: 8px; color: var(--muted); font-size: .77rem; }
.services-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.services-list { border-top: 1px solid var(--line); }
.services-list a { display: grid; min-height: 86px; padding: 19px 22px 19px 5px; grid-template-columns: 45px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); transition: color .2s ease, padding .2s ease, background .2s ease; }
.services-list a:hover, .services-list a:focus-visible { padding-left: 18px; color: var(--white); background: var(--navy); }
.services-list span { color: var(--bronze); font-family: var(--serif); font-size: .68rem; }
.services-list strong { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 400; }
.services-list i { color: var(--bronze); font-size: 1rem; font-style: normal; }
.services-feature { position: relative; overflow: hidden; min-height: 530px; padding: clamp(38px, 5vw, 65px); color: var(--white); background: var(--navy); }
.services-feature::before { position: absolute; right: -180px; bottom: -210px; width: 500px; height: 500px; border: 1px solid rgba(226, 197, 109, .22); border-radius: 50%; content: ""; }
.services-feature::after { position: absolute; right: 55px; bottom: -160px; width: 360px; height: 360px; border: 1px solid rgba(226, 197, 109, .12); border-radius: 50%; content: ""; }
.feature-index { position: relative; z-index: 1; color: var(--bronze-light); font-size: .58rem; font-weight: 750; letter-spacing: .17em; }
.services-feature h3 { position: relative; z-index: 1; margin: 70px 0 28px; font-family: var(--serif); font-size: clamp(2.7rem, 4.5vw, 4.5rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; }
.services-feature h3 em { color: var(--bronze-light); font-weight: 400; }
.services-feature p { position: relative; z-index: 1; max-width: 420px; color: rgba(255, 255, 255, .58); font-size: .78rem; }
.feature-seal { position: absolute; right: 55px; bottom: 45px; z-index: 1; display: grid; width: 68px; height: 68px; place-items: center; color: var(--bronze-light); border: 1px solid rgba(226, 197, 109, .55); border-radius: 50%; font-family: var(--serif); }
.values-grid { display: grid; margin-top: 18px; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.values-grid article { min-height: 220px; padding: 30px; border-right: 1px solid var(--line); }
.values-grid article:last-child { border-right: 0; }
.values-grid article > span { color: var(--bronze); font-family: var(--serif); font-size: .65rem; }
.values-grid h3 { margin: 45px 0 12px; color: var(--navy); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.values-grid p { margin-bottom: 0; color: var(--muted); font-size: .73rem; }

.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(65px, 10vw, 145px); }
.method-intro { position: sticky; top: 125px; height: fit-content; }
.method-intro > p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; margin-top: 18px; padding-bottom: 5px; gap: 15px; color: var(--navy); border-bottom: 1px solid var(--bronze); font-size: .65rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; min-height: 165px; padding: 33px 0; grid-template-columns: 48px 1fr; gap: 23px; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--bronze); font-family: var(--serif); font-size: .73rem; }
.steps h3 { margin: 0 0 9px; color: var(--navy); font-family: var(--serif); font-size: 1.42rem; font-weight: 400; }
.steps p { margin: 0; color: var(--muted); font-size: .8rem; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 9vw, 130px); }
.faq-intro > p:last-child { max-width: 390px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; padding: 25px 0; align-items: center; justify-content: space-between; gap: 25px; color: var(--navy); background: transparent; border: 0; cursor: pointer; text-align: left; }
.faq-item button span { font-family: var(--serif); font-size: 1.2rem; }
.faq-item button i { position: relative; flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid var(--bronze); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: var(--bronze); content: ""; transform: translate(-50%, -50%); }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .18s ease; }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%); }
.faq-answer { padding: 0 50px 25px 0; color: var(--muted); font-size: .78rem; }
.faq-answer p { margin: 0; }

.contact { position: relative; color: var(--white); background: linear-gradient(rgba(9, 9, 9, .91), rgba(9, 9, 9, .94)), url("../assets/architecture-justice.jpg") center / cover fixed; }
.contact > .container { position: relative; z-index: 1; }
.contact-heading { display: grid; margin-bottom: 55px; grid-template-columns: 1fr .65fr; align-items: end; gap: 70px; }
.contact-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -15px; color: var(--bronze-light); }
.contact-heading h2 { margin: 0; color: var(--white); }
.contact-heading > p:last-child { margin: 0 0 6px; color: rgba(255, 255, 255, .55); font-size: .76rem; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.contact-form { display: grid; padding: clamp(27px, 4.5vw, 52px); gap: 20px; color: var(--text); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { color: var(--navy); font-size: .6rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; color: var(--text); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; transition: border-color .18s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--bronze); }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: fit-content; margin-top: 5px; }
.form-status { min-height: 22px; margin: 0; color: var(--muted); font-size: .7rem; }
.contact-card { padding: clamp(30px, 4vw, 45px); background: var(--navy-deep); border: 1px solid rgba(255, 255, 255, .1); }
.contact-label { color: var(--bronze-light); font-size: .6rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-card h3 { margin: 35px 0 20px; font-family: var(--serif); font-size: 1.9rem; font-weight: 400; }
.contact-card address { color: rgba(255, 255, 255, .54); font-size: .78rem; font-style: normal; }
.quick-actions { display: grid; margin-top: 35px; border-top: 1px solid rgba(255, 255, 255, .14); }
.quick-actions a { display: flex; padding: 16px 0; flex-direction: column; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.quick-actions span, .hours span { color: var(--bronze-light); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }
.quick-actions strong, .hours strong { margin-top: 3px; font-family: var(--serif); font-size: .95rem; font-weight: 400; }
.hours { display: flex; margin: 30px 0 0; flex-direction: column; }

.site-footer { padding-top: 65px; color: rgba(255, 255, 255, .54); background: var(--navy-deep); border-top: 1px solid rgba(255, 255, 255, .1); }
.footer-grid { display: grid; padding-bottom: 50px; grid-template-columns: 1.4fr .7fr .9fr; gap: 70px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo { width: 118px; height: 72px; margin-bottom: 16px; object-fit: cover; object-position: 50% 48%; }
.footer-brand > strong { color: var(--white); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.footer-brand p { max-width: 330px; margin: 12px 0 0; font-size: .68rem; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: .68rem; }
.footer-links h3 { margin: 0 0 10px; color: var(--bronze-light); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; padding-block: 21px; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .56rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom a:hover { color: var(--bronze-light); }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 35; display: inline-flex; min-height: 48px; padding: 7px 16px 7px 8px; align-items: center; gap: 9px; color: var(--white); background: #376b59; border-radius: 26px; box-shadow: 0 12px 28px rgba(11, 29, 42, .2); font-size: .65rem; font-weight: 700; transition: transform .18s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float > span:first-child { display: grid; width: 33px; height: 33px; place-items: center; background: rgba(255, 255, 255, .14); border-radius: 50%; font-size: .58rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s ease, transform .62s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .main-nav { position: fixed; top: 84px; right: 0; left: 0; display: flex; min-height: calc(100svh - 84px); padding: 32px 24px; flex-direction: column; align-items: stretch; gap: 0; color: var(--white); background: var(--navy-deep); opacity: 0; pointer-events: none; transform: translateY(-14px); transition: opacity .2s ease, transform .2s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 14px 5px; border-bottom: 1px solid rgba(255, 255, 255, .12); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-cta { display: none; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero::after { width: 100%; opacity: .17; }
  .hero-card { max-width: 590px; min-height: 390px; }
  .about-grid, .method-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .portrait-placeholder { max-width: 390px; }
  .method-intro { position: static; }
  .section-heading, .contact-heading { grid-template-columns: 1fr; gap: 20px; }
  .services-intro, .services-layout { grid-template-columns: 1fr; gap: 40px; }
  .services-feature { min-height: 460px; }
  .contact-heading .eyebrow { margin-bottom: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1160px); }
  .demo-banner { padding-inline: 10px; font-size: .52rem; line-height: 1.35; }
  .contact-bar-inner { min-height: 34px; justify-content: center; }
  .contact-bar-inner > span, .contact-info { display: none; }
  .social-links { padding-left: 0; gap: 20px; border-left: 0; }
  .header-inner { min-height: 74px; }
  .main-nav { top: 74px; min-height: calc(100svh - 74px); }
  .logo-placeholder { width: 42px; height: 42px; }
  .brand-name strong { font-size: 1.02rem; }
  .brand-name small { display: none; }
  .hero-grid { min-height: auto; padding-block: 66px 72px; }
  h1 { font-size: clamp(2.65rem, 12.5vw, 4.2rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .hero-actions { display: grid; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .secondary-action { justify-content: space-between; }
  .hero-card { min-height: 370px; padding: 40px 25px 28px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:last-child { min-height: 86px; padding-inline: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); border-left: 0; }
  .section { padding-block: 75px; }
  .about-grid { gap: 45px; }
  .portrait-placeholder { max-width: 100%; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 360px; }
  .services-intro { margin-bottom: 48px; }
  .services-list a { min-height: 76px; padding-right: 8px; grid-template-columns: 35px 1fr auto; }
  .services-feature { min-height: 430px; padding: 36px 26px; }
  .services-feature h3 { margin-top: 58px; }
  .feature-seal { right: 28px; bottom: 28px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .values-grid article:last-child { border-bottom: 0; }
  .values-grid h3 { margin-top: 30px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 27px 20px; }
  .contact-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .contact { background-attachment: scroll; }
  .whatsapp-float { right: 13px; bottom: 13px; width: 48px; height: 48px; padding: 7px; justify-content: center; }
  .whatsapp-float > span:last-child { display: none; }
}

@media (max-width: 420px) {
  .steps li { grid-template-columns: 38px 1fr; }
  .faq-item button span { font-size: 1.05rem; }
  .faq-answer { padding-right: 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; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
