:root {
  --bg: #f8f6f1;
  --surface: #efeae0;
  --surface-2: #ddd5c5;
  --ink: #17202a;
  --ink-soft: #68727a;
  --navy: #071c33;
  --navy-2: #0c2745;
  --gold: #b68a3a;
  --gold-light: #c8a45f;
  --line: rgba(7, 28, 51, .16);
  --white: #fffdf9;
  --font-display: "Heebo", "Arial Hebrew", sans-serif;
  --font-body: "Assistant", "Heebo", system-ui, sans-serif;
  --container: 1240px;
  --gutter: clamp(1.1rem, 4vw, 4.5rem);
  --section-y: clamp(4rem, 9vw, 8.5rem);
  --section-y-tight: clamp(2.5rem, 5vw, 4.5rem);
  --radius-sm: 2px;
  --radius-md: 2px;
  --radius-lg: 4px;
  --accent: var(--gold);
  --accent-ink: var(--navy);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

html { background: var(--bg); }
body { background: var(--bg); color: var(--ink); font-family: var(--font-body); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 7vw, 5.6rem); line-height: .98; }
h2 { font-size: clamp(2rem, 4.5vw, 4rem); line-height: 1.05; }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.1; }
p { line-height: 1.75; }
a { color: inherit; }
.container { max-width: var(--container); }

.eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .08em; line-height: 1.2; }
.eyebrow::before { content: ""; display: inline-block; width: 1.8rem; height: 1px; background: currentColor; }
.eyebrow--gold { color: var(--gold-light); }
.small-note { color: var(--ink-soft); font-size: .9rem; }
.section-heading { max-width: 780px; margin-block-end: clamp(2rem, 5vw, 4.5rem); }
.section-heading h2 { margin-block: .75rem 1rem; }
.section-heading p { max-width: 56ch; color: var(--ink-soft); }
.section-foot { margin-block-start: 2.5rem; padding-block-start: 1.5rem; border-block-start: 1px solid var(--line); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--navy); font-weight: 800; text-decoration: none; }
.text-link span { color: var(--gold); font-size: 1.25em; transition: transform .2s var(--ease); }
.text-link:hover span { transform: translate(-3px, -3px); }
.btn { border-radius: 1px; font-weight: 800; min-height: 48px; padding-inline: 1.25rem; }
.btn-gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); color: var(--navy); }
.btn-outline { color: var(--white); border: 1px solid rgba(255,255,255,.5); background: transparent; }
.btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.phone-link { color: inherit; text-decoration: none; }

.site-header { position: absolute; inset-block-start: 0; inset-inline: 0; z-index: var(--z-header); background: rgba(7,28,51,.18); border-bottom: 1px solid rgba(255,255,255,.22); color: var(--white); backdrop-filter: blur(12px); }
.site-header.is-scrolled { position: fixed; background: rgba(248,246,241,.94); color: var(--navy); border-bottom-color: var(--line); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.header-brand { display: inline-flex; align-items: center; width: 160px; flex: 0 0 auto; }
.header-brand .wordmark { width: 160px; height: 70px; object-fit: contain; object-position: center; mix-blend-mode: screen; filter: drop-shadow(0 2px 10px rgba(0,0,0,.18)); }
.site-header.is-scrolled .header-brand .wordmark { mix-blend-mode: multiply; filter: none; }
.desktop-nav { flex: 1; display: flex; justify-content: center; }
.desktop-nav ul { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); list-style: none; padding: 0; margin: 0; }
.desktop-nav a { font-size: .96rem; text-decoration: none; white-space: nowrap; opacity: .86; transition: opacity .2s ease, color .2s ease; }
.desktop-nav li.is-active a, .desktop-nav a:hover { opacity: 1; color: var(--gold-light); }
.site-header.is-scrolled .desktop-nav li.is-active a, .site-header.is-scrolled .desktop-nav a:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.header-phone { display: inline-flex; align-items: center; gap: .4rem; text-decoration: none; font-size: .87rem; font-weight: 700; }
.phone-icon { display: inline-grid; place-items: center; width: 26px; height: 26px; border: 1px solid currentColor; border-radius: 50%; font-size: .78rem; transform: rotate(-45deg); }
.header-actions .btn { min-height: 42px; padding-inline: 1rem; font-size: .88rem; }
.menu-toggle { display: none; border: 0; background: transparent; color: currentColor; width: 46px; height: 46px; padding: .5rem; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 5px 0; }
.mobile-menu { display: none; }

.hero { position: relative; isolation: isolate; min-height: min(900px, 100svh); display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__scrim { position: absolute; z-index: -2; inset: 0; background: rgba(7,28,51,.18); }
.hero__scrim::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,51,.04) 0%, rgba(7,28,51,.12) 42%, rgba(7,28,51,.78) 100%); }
.hero__content { display: flex; flex-direction: column; align-items: flex-start; padding-block: 10rem 5rem; max-width: 1240px; }
.hero__content h1 { width: min(100%, 650px); margin-block: 1rem 1.5rem; }
.hero__content h1 em { color: var(--gold-light); font-style: normal; }
.hero__content > p { width: min(100%, 610px); color: rgba(255,255,255,.9); font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.7; }
.hero__content .hero__actions, .hero__content .hero__meta { width: min(100%, 650px); }
.hero__actions, .cta-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-block-start: 2rem; }
.hero__actions .whatsapp-link, .cta-actions .whatsapp-link { color: var(--white); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); padding-block: .6rem; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-block-start: 3.5rem; padding-block-start: 1.25rem; border-top: 1px solid rgba(255,255,255,.34); font-size: .86rem; color: rgba(255,255,255,.86); }
.hero__meta span + span::before { content: "·"; margin-inline-end: 1.25rem; color: var(--gold-light); }
.hero__caption { position: absolute; bottom: 1.5rem; inset-inline-end: var(--gutter); color: rgba(255,255,255,.72); font-size: .76rem; letter-spacing: .06em; }

.trust-strip { background: var(--navy); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { min-height: 128px; padding: 1.5rem 1.25rem; border-inline-start: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; justify-content: center; }
.trust-grid > div:first-child { border-inline-start: 0; }
.trust-grid strong { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); color: var(--gold-light); line-height: .9; }
.trust-grid h3 { margin: 0; }
.trust-grid p { color: rgba(255,255,255,.68); margin: .5rem 0 0; font-size: .9rem; }

.section { padding-block: var(--section-y); }
.section--surface { background: var(--surface); }
.section--navy { background: var(--navy); color: var(--white); }
.section--navy .section-heading p { color: rgba(255,255,255,.68); }
.section--navy .text-link { color: var(--white); }
.split { gap: clamp(2.5rem, 7vw, 7rem); }
.image-frame, .portrait-frame { position: relative; overflow: hidden; background: var(--navy-2); }
.image-frame::before, .portrait-frame::before { content: ""; position: absolute; inset: 1rem -1rem -1rem 1rem; border: 1px solid var(--gold); pointer-events: none; z-index: 1; opacity: .65; }
.image-frame img, .portrait-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-frame { min-height: 430px; }
.image-frame--tall { min-height: 520px; }
.image-note { position: absolute; z-index: 2; bottom: 1.25rem; inset-inline-end: 1.25rem; background: var(--navy); color: var(--white); padding: .75rem 1rem; font-size: .76rem; line-height: 1.35; }
.image-note b { color: var(--gold-light); font-weight: 700; }
.intro-section .split__content { max-width: 600px; }
.intro-section .split__content p { max-width: 52ch; }

.service-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-feature { border-top: 1px solid rgba(255,255,255,.25); padding-top: 1rem; }
.service-feature__image { position: relative; aspect-ratio: 1 / .78; overflow: hidden; background: var(--navy-2); }
.service-feature__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .6s var(--ease), filter .6s var(--ease); }
.service-feature:hover img { transform: scale(1.04); filter: saturate(1); }
.service-feature__image span { position: absolute; inset-block-start: .9rem; inset-inline-start: .9rem; color: var(--gold-light); font-family: var(--font-display); font-weight: 800; font-size: 1rem; }
.service-feature__body { padding: 1.5rem 0 0; }
.service-feature__body h3 { color: var(--white); margin-block: .6rem .75rem; }
.service-feature__body p { color: rgba(255,255,255,.68); min-height: 4.8rem; }
.service-feature .text-link { color: var(--gold-light); }

.quote-band { background: var(--navy-2); color: var(--white); border-block: 1px solid rgba(200,164,95,.4); }
.quote-band__inner { padding-block: clamp(4rem, 9vw, 8rem); text-align: center; }
.quote-band blockquote { margin: 1.5rem auto 1rem; font-family: var(--font-display); font-size: clamp(2.1rem, 6vw, 5rem); font-weight: 800; line-height: 1.05; max-width: 1000px; }
.quote-band blockquote p { margin: 0; max-width: none; line-height: inherit; }
.quote-band blockquote em { color: var(--gold-light); font-style: normal; }
.quote-band cite { color: rgba(255,255,255,.64); font-style: normal; }

.about-section { background: var(--bg); }
.portrait-frame { min-height: 520px; }
.portrait-frame img { object-position: 52% 46%; }
.portrait-caption { position: absolute; bottom: 1.25rem; inset-inline-start: 1.25rem; z-index: 2; background: var(--white); color: var(--navy); padding: .75rem 1rem; font-weight: 800; line-height: 1.3; }
.portrait-caption span { color: var(--ink-soft); font-weight: 500; font-size: .78rem; }

.practice-overview { background: var(--bg); }
.practice-list { border-top: 1px solid var(--line); }
.practice-row { display: grid; grid-template-columns: 4rem minmax(190px, .9fr) 1.6fr 2rem; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .25s var(--ease), background .25s ease; }
.practice-row:hover { padding-inline: 1rem; background: rgba(182,138,58,.08); }
.practice-index { color: var(--gold); font-weight: 800; font-size: .82rem; }
.practice-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; }
.practice-summary { color: var(--ink-soft); font-size: .95rem; }
.practice-arrow { color: var(--gold); font-size: 1.4rem; }

.insight-section { background: var(--surface); }
.insight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.insight-title h2 { max-width: 560px; margin-top: .85rem; }
.gold-rule { display: block; width: 78px; height: 2px; background: var(--gold); margin-top: 2rem; }
.insight-copy { max-width: 600px; font-size: 1.1rem; }

.reviews-carousel { position: relative; }
.reviews-carousel__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-block-end: 1rem; }
.reviews-carousel__hint { color: var(--ink-soft); font-size: .86rem; }
.reviews-carousel__controls { display: inline-flex; align-items: center; gap: .6rem; direction: rtl; }
.reviews-carousel__button { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--white); color: var(--navy); font-size: 1.2rem; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.reviews-carousel__button:hover:not(:disabled), .reviews-carousel__button:focus-visible { background: var(--navy); color: var(--white); border-color: var(--navy); }
.reviews-carousel__button:disabled { opacity: .35; cursor: default; }
.reviews-carousel__counter { min-width: 3.5rem; text-align: center; color: var(--ink-soft); font-size: .82rem; direction: ltr; }
.reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.reviews-grid--carousel { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; padding-block: .25rem 1rem; direction: ltr; }
.reviews-grid--carousel .review-card { flex: 0 0 calc((100% - 3rem) / 4); min-width: 0; scroll-snap-align: start; direction: rtl; }
.review-card { background: var(--white); border: 1px solid var(--line); padding: 1.4rem; min-height: 330px; display: flex; flex-direction: column; }
.review-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; }
.review-mark { font-family: Georgia, serif; color: var(--gold); font-size: 3.3rem; line-height: .5; }
.review-rating { color: var(--gold); font-size: .82rem; letter-spacing: .12em; white-space: nowrap; }
.review-card .review-quote { margin: 1.25rem 0 .75rem; font-size: 1.02rem; line-height: 1.65; flex: 1; }
.review-card .review-quote.is-collapsed { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }
.review-read-more { align-self: flex-start; padding: 0; border: 0; background: transparent; color: var(--gold); font: inherit; font-size: .84rem; font-weight: 800; cursor: pointer; }
.review-read-more:hover, .review-read-more:focus-visible { color: var(--navy); text-decoration: underline; }
.review-card footer { border-top: 1px solid var(--line); padding-top: .8rem; display: flex; justify-content: space-between; gap: .75rem; align-items: end; }
.review-card footer strong { font-size: .92rem; }
.review-card footer span { color: var(--ink-soft); font-size: .7rem; text-align: left; }

.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.process-step > span { color: var(--gold); font-weight: 800; padding-top: .2rem; }
.process-step h3 { margin-bottom: .4rem; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: .98rem; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.article-card { position: relative; min-height: 300px; background: var(--surface); border: 1px solid var(--line); padding: 1.6rem; text-decoration: none; display: flex; flex-direction: column; transition: transform .3s var(--ease), border-color .3s ease; }
.article-card[hidden] { display: none !important; }
.article-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.article-card__num { position: absolute; top: 1rem; inset-inline-end: 1.25rem; color: var(--gold); font-weight: 800; }
.article-card h3, .article-card h2 { max-width: 18ch; margin-block: .8rem 1rem; }
.article-card p { color: var(--ink-soft); font-size: .95rem; }
.article-card .text-link { margin-top: auto; font-size: .9rem; }
.article-grid--large .article-card { min-height: 360px; background: var(--white); }

.faq-layout { max-width: 1000px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; gap: 1rem; align-items: center; min-height: 76px; cursor: pointer; list-style: none; font-size: 1.15rem; font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--gold); font-size: 1.7rem; font-weight: 400; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { max-width: 72ch; color: var(--ink-soft); padding-bottom: 1.5rem; }

.contact-cta { background: var(--navy); color: var(--white); overflow: hidden; }
.contact-cta__inner { min-height: 430px; padding-block: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.contact-cta h2 { max-width: 760px; margin-block: .8rem 1rem; }
.contact-cta p { max-width: 620px; color: rgba(255,255,255,.7); }
.contact-cta__mark { width: 250px; height: 250px; display: grid; place-items: center; border: 1px solid rgba(200,164,95,.4); border-radius: 50%; flex: 0 0 auto; }
.contact-cta__mark img { width: 76%; height: 76%; object-fit: contain; }
.contact-cta--compact .contact-cta__inner { min-height: 330px; }

.site-footer { background: #051525; color: rgba(255,255,255,.76); padding-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; padding-bottom: 4rem; }
.brand-lockup { display: inline-flex; align-items: center; gap: .7rem; color: var(--white); text-decoration: none; }
.brand-lockup img { width: 48px; height: 48px; object-fit: contain; }
.brand-lockup span { display: grid; gap: .1rem; }
.brand-lockup strong { font-size: 1.1rem; }
.brand-lockup small { color: var(--gold-light); font-size: .74rem; }
.footer-brand p { max-width: 280px; color: rgba(255,255,255,.55); font-size: .92rem; margin: 1.2rem 0; }
.footer-phone { color: var(--gold-light); text-decoration: none; font-weight: 800; }
.footer-kicker { color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.footer-links { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; gap: .65rem; }
.footer-links a, .footer-contact a { text-decoration: none; color: rgba(255,255,255,.7); font-size: .92rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-light); }
.footer-contact { display: grid; align-content: start; gap: .5rem; }
.footer-bottom { padding-block: 1.25rem; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 1.6fr 1fr auto; gap: 1.5rem; align-items: center; font-size: .72rem; color: rgba(255,255,255,.46); }
.footer-bottom p { margin: 0; line-height: 1.5; }
.footer-bottom div { display: flex; gap: 1rem; }
.footer-bottom a { text-decoration: none; color: rgba(255,255,255,.64); }
.footer-bottom a:hover { color: var(--gold-light); }

.inner-hero { background: var(--navy); color: var(--white); padding: 11rem 0 6rem; }
.inner-hero__grid { display: grid; grid-template-columns: 1fr .75fr; gap: 5rem; align-items: center; }
.inner-hero h1 { max-width: 800px; margin-block: .85rem 1rem; }
.inner-hero p { max-width: 720px; color: rgba(255,255,255,.75); font-size: 1.18rem; }
.inner-hero__media { position: relative; height: clamp(430px, 38vw, 540px); overflow: hidden; border: 1px solid rgba(200,164,95,.5); }
.inner-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs { padding-block: 1.2rem; color: var(--ink-soft); font-size: .8rem; display: flex; gap: .6rem; }
.breadcrumbs a { color: var(--navy); text-decoration: none; }
.service-body__grid { display: grid; grid-template-columns: .7fr 1.5fr; gap: 6rem; align-items: start; }
.side-note { position: sticky; top: 110px; padding: 1.4rem; border-top: 2px solid var(--gold); background: var(--surface); }
.side-note p { color: var(--ink-soft); font-size: .94rem; }
.side-phone { display: inline-flex; margin-top: 1rem; color: var(--navy); text-decoration: none; font-weight: 800; direction: ltr; }
.service-copy { max-width: 760px; }
.copy-block { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.copy-block:last-child { border-bottom: 0; }
.copy-block h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); margin-bottom: .8rem; }
.copy-block p { font-size: 1.05rem; }
.narrow-content { max-width: 900px; }
.page-hero { background: var(--surface); padding-block: 9.5rem 5rem; border-bottom: 1px solid var(--line); }
.page-hero__inner { max-width: 980px; }
.page-hero h1 { margin-block: .8rem 1rem; max-width: 900px; }
.page-hero p { max-width: 720px; font-size: 1.2rem; color: var(--ink-soft); }
.page-hero--404 { min-height: 70vh; display: flex; align-items: center; }
.page-hero--404 .hero__actions .btn-outline { color: var(--navy); border-color: var(--navy); }
.about-long .split__content { max-width: 650px; }
.about-long h2 { margin-block: .8rem 1.25rem; }
.values-intro { max-width: 640px; margin-bottom: 4rem; }
.values-intro h2 { color: var(--white); margin-top: .85rem; }
.values-intro p { color: rgba(255,255,255,.7); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.value-card { padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.25); }
.value-card > span { color: var(--gold-light); font-weight: 800; }
.value-card h3 { color: var(--white); margin: 1.3rem 0 .7rem; font-size: 1.3rem; }
.value-card p { color: rgba(255,255,255,.65); font-size: .94rem; }
.history-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.history-copy { max-width: 600px; }
.hub-lead { max-width: 760px; margin-bottom: 4rem; }
.hub-core { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }
.hub-card { min-height: 390px; padding: 1.5rem; color: var(--white); text-decoration: none; background: var(--navy); display: flex; flex-direction: column; border-top: 3px solid var(--gold); }
.hub-card--2 { background: var(--navy-2); }
.hub-card--3 { background: #183653; }
.hub-card__number { color: var(--gold-light); font-weight: 800; font-size: .85rem; margin-bottom: auto; }
.hub-card h2 { margin-block: .8rem; font-size: clamp(1.8rem, 3vw, 3rem); }
.hub-card p { color: rgba(255,255,255,.7); }
.hub-card .text-link { color: var(--gold-light); margin-top: auto; }
.hub-secondary { margin-top: 5rem; }
.hub-secondary > .eyebrow { margin-bottom: 1rem; }
.hub-secondary .practice-row { grid-template-columns: 1fr 1.8fr 2rem; }
.article-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 3rem; }
.article-filter button { padding: .65rem .9rem; border: 1px solid var(--line); background: transparent; color: var(--navy); font: inherit; font-size: .82rem; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.article-filter button:hover, .article-filter button:focus-visible, .article-filter button.is-active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.article-filter-empty { padding: 2rem; border: 1px solid var(--line); background: var(--surface); color: var(--ink-soft); }
.article-page { padding-block: 3rem 7rem; }
.article-page__grid { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 5rem; align-items: start; }
.article-content h1 { margin-block: .8rem 1rem; }
.article-lead { font-size: 1.3rem; color: var(--ink-soft); max-width: 60ch; }
.article-meta { display: flex; gap: 1rem; flex-wrap: wrap; color: var(--gold); font-size: .85rem; font-weight: 800; margin-top: 1.5rem; }
.article-rule { height: 1px; background: var(--line); margin: 2rem 0; }
.article-content h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); margin: 2.5rem 0 1rem; }
.article-content p, .article-list { max-width: 68ch; font-size: 1.08rem; }
.article-callout { margin: 2.5rem 0; padding: 1.5rem; border-inline-start: 3px solid var(--gold); background: var(--surface); }
.article-callout p { margin-top: .5rem; }
.article-list { padding-inline-start: 1.4rem; display: grid; gap: .7rem; }
.article-disclaimer { color: var(--ink-soft); font-size: .9rem !important; border-top: 1px solid var(--line); padding-top: 1.5rem; margin-top: 3rem; }
.article-aside { position: sticky; top: 110px; display: grid; gap: 1rem; }
.aside-card { background: var(--navy); color: var(--white); padding: 1.4rem; }
.aside-card h2 { font-size: 1.8rem; margin-top: .8rem; }
.aside-card p { color: rgba(255,255,255,.7); font-size: .95rem; }
.aside-card .text-link { color: var(--gold-light); }
.aside-card--image { padding: 0; background: none; }
.aside-card--image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.faq-search { display: grid; gap: .5rem; margin-bottom: 2rem; }
.faq-search label { font-weight: 800; }
.faq-search input { min-height: 52px; border: 1px solid var(--line); background: var(--white); padding: .8rem 1rem; font: inherit; font-size: 1rem; }
.reviews-page { background: var(--bg); }
.review-disclaimer { margin-top: 2rem; color: var(--ink-soft); font-size: .85rem; }
.review-themes .section-heading h2 { color: var(--white); }
.theme-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.theme-card { border-top: 1px solid rgba(255,255,255,.3); padding-top: 1rem; }
.theme-card h3 { color: var(--gold-light); }
.theme-card p { color: rgba(255,255,255,.65); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; align-items: start; }
.contact-details { border-top: 2px solid var(--gold); padding-top: 1.25rem; display: grid; gap: .75rem; align-content: start; }
.contact-details h2 { font-size: 2rem; margin: .5rem 0; }
.contact-details address { font-style: normal; color: var(--ink-soft); line-height: 1.8; }
.contact-details > a:not(.contact-big) { color: var(--navy); text-decoration: none; }
.contact-office-photo { width: 100%; max-width: 280px; aspect-ratio: 1 / .62; object-fit: cover; border: 1px solid var(--line); margin-block: .5rem 1rem; }
.contact-big { font-size: clamp(2rem, 4vw, 3rem); font-family: var(--font-display); font-weight: 800; color: var(--navy); text-decoration: none; direction: ltr; width: fit-content; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.contact-buttons .whatsapp-link, .contact-links a { text-decoration: none; font-weight: 800; color: var(--navy); border-bottom: 1px solid var(--gold); padding: .75rem .2rem; }
.contact-links { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1rem; }
.contact-form-wrap { background: var(--white); border: 1px solid var(--line); padding: clamp(1.5rem, 4vw, 3rem); }
.contact-form-wrap > p { color: var(--ink-soft); }
.lead-form { margin-top: 2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { color: var(--navy); }
.field label span { color: var(--ink-soft); font-weight: 400; }
.field input, .field textarea, .field select { background: var(--bg); border-color: var(--line); border-radius: 0; }
.field small { color: var(--ink-soft); }
.check-field { display: flex; align-items: flex-start; gap: .6rem; margin: 1rem 0 1.5rem; font-size: .85rem; color: var(--ink-soft); }
.check-field input { margin-top: .25rem; accent-color: var(--gold); }
.check-field a { color: var(--navy); }
.form-note { font-size: .82rem; color: var(--ink-soft); margin-top: 1rem; }
.form-success { padding: 1rem; border-inline-start: 3px solid var(--gold); background: var(--surface); color: var(--navy); font-weight: 800; }
.map-section { background: var(--surface); }
.map-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; align-items: center; }
.map-copy h2 { margin-block: .85rem 1rem; }
.map-copy p { color: var(--ink-soft); }
.map-frame { min-height: 420px; border: 1px solid var(--line); background: var(--surface-2); }
.map-frame iframe { width: 100%; height: 420px; border: 0; filter: grayscale(.2) sepia(.1); }
.legal-page { min-height: 65vh; }
.legal-updated { padding-top: 2rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .84rem; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-actions .header-phone, .header-actions .btn { display: none; }
  .header-brand { margin-inline-end: auto; }
  .mobile-menu { position: fixed; inset: 0; z-index: var(--z-menu); display: flex; flex-direction: column; justify-content: space-between; padding: max(1.5rem, env(safe-area-inset-top)) var(--gutter) max(1.5rem, env(safe-area-inset-bottom)); background: var(--bg); color: var(--navy); transform: translateY(-100%); visibility: hidden; transition: transform .35s var(--ease), visibility .35s ease; }
  .mobile-menu[data-open="true"] { transform: none; visibility: visible; }
  .mobile-menu__top { display: flex; align-items: center; justify-content: space-between; }
  .mobile-menu__label { color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
  .menu-close { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; font-size: 2rem; line-height: 1; color: var(--navy); }
  .mobile-menu nav ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .35rem; }
  .mobile-menu nav a { display: flex; justify-content: space-between; padding-block: .7rem; text-decoration: none; font-size: clamp(1.55rem, 6vw, 2.5rem); font-family: var(--font-display); font-weight: 800; border-bottom: 1px solid var(--line); }
  .mobile-menu__cta { color: var(--gold); }
  .mobile-menu__note { color: var(--ink-soft); font-size: .9rem; }
  .hero__content { padding-top: 9rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); }
  .trust-grid > div:nth-child(3) { border-inline-start: 0; }
  .service-feature-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout, .service-body__grid, .contact-layout, .map-grid, .article-page__grid { grid-template-columns: 1fr; gap: 3rem; }
  .side-note, .article-aside { position: static; }
  .side-note { max-width: 520px; }
  .values-grid, .theme-grid { grid-template-columns: repeat(2, 1fr); }
  .hub-core { grid-template-columns: repeat(3, 1fr); }
  .inner-hero__grid { grid-template-columns: 1fr .8fr; gap: 2rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-bottom > span { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { padding-bottom: 52px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .header-inner { min-height: 70px; }
  .header-brand { width: 116px; }
  .header-brand .wordmark { width: 116px; height: 56px; }
  .hero { min-height: max(820px, 100svh); align-items: flex-end; }
  .hero__image { object-position: 18% center; }
  .hero__scrim { background: rgba(7,28,51,.28); }
  .hero__scrim::after { background: linear-gradient(0deg, rgba(7,28,51,.92) 0%, rgba(7,28,51,.58) 38%, rgba(7,28,51,.04) 78%); }
  .hero__content { align-items: stretch; padding-block: 7rem 3rem; }
  .hero__content h1, .hero__content > p, .hero__content .hero__actions, .hero__content .hero__meta { width: 100%; }
  .hero__meta { display: none; }
  .hero__content > p { font-size: 1.05rem; }
  .hero__meta { gap: .6rem; margin-top: 2rem; font-size: .78rem; }
  .hero__meta span + span::before { margin-inline-end: .6rem; }
  .hero__caption { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { min-height: 104px; padding: 1rem .75rem; }
  .section { padding-block: 4.5rem; }
  .image-frame, .portrait-frame { min-height: 360px; }
  .image-frame--tall, .portrait-frame { min-height: 420px; }
  .service-feature-grid, .reviews-grid, .article-grid, .hub-core, .values-grid, .theme-grid, .form-grid { grid-template-columns: 1fr; }
  .reviews-carousel__toolbar { align-items: flex-start; }
  .reviews-carousel__hint { max-width: 18ch; line-height: 1.45; }
  .reviews-grid--carousel { display: flex; }
  .reviews-grid--carousel .review-card { flex-basis: min(86vw, 360px); }
  .service-feature__body p { min-height: auto; }
  .practice-row { grid-template-columns: 2rem 1fr 1.5rem; gap: .7rem; }
  .practice-summary { grid-column: 2 / -1; font-size: .86rem; }
  .practice-arrow { grid-column: 3; grid-row: 1; }
  .insight-grid, .history-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .process-layout { gap: 2.5rem; }
  .contact-cta__inner { min-height: 0; padding-block: 4rem; }
  .contact-cta__mark { width: 150px; height: 150px; margin-inline-start: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.2rem 1rem; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom div { flex-wrap: wrap; }
  .inner-hero { padding: 8.5rem 0 4rem; }
  .inner-hero__grid { grid-template-columns: 1fr; }
  .inner-hero__media { height: 360px; min-height: 300px; max-height: 360px; }
  .page-hero { padding-block: 7.5rem 4rem; }
  .hub-card { min-height: 300px; }
  .article-page { padding-block: 2rem 4rem; }
  .article-content p, .article-list { font-size: 1rem; }
  .map-frame, .map-frame iframe { min-height: 300px; height: 300px; }
  .sticky-bar { background: var(--navy); }
}

@media (prefers-reduced-motion: reduce) {
  .hero__scrim::after { transition: none; }
  .service-feature:hover img, .article-card:hover, .practice-row:hover { transform: none; }
}
