:root {
  --ink: #302f2c;
  --ink-soft: #595650;
  --ivory: #eeeae3;
  --paper: #f9f7f2;
  --sand: #c6af95;
  --sand-light: #eadfce;
  --gold: #b18a43;
  --gold-dark: #805b2d;
  --brown: #6b3f2a;
  --line: rgba(31, 37, 44, .16);
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Aptos, Inter, "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(18, 24, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 12px 18px; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0 0 12px; color: var(--brown); font-size: .75rem; font-weight: 750; letter-spacing: .15em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: #e1c99c; }
h1, h2 { margin: 0; font-family: var(--sans); font-weight: 450; letter-spacing: -.035em; line-height: 1.06; }
h1 { max-width: 610px; color: var(--brown); font-size: clamp(2.65rem, 4vw, 3.75rem); }
h2 { font-size: clamp(2rem, 3vw, 3rem); }
h3 { margin: 0; font-family: var(--sans); font-size: 1.35rem; font-weight: 550; line-height: 1.25; }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.12rem, 1.7vw, 1.42rem); font-weight: 450; line-height: 1.5; }
.section { padding: 70px 0; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid transparent; font-size: .79rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--white); background: var(--gold-dark); }
.button-gold:hover { background: #765322; }
.button-light { color: var(--ink); background: var(--ivory); }
.button-light:hover { background: var(--white); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid rgba(31,37,44,.15); color: var(--ink); background: var(--sand); transition: box-shadow .25s ease; }
.site-header.scrolled { color: var(--ink); background: var(--sand); box-shadow: 0 8px 24px rgba(18,24,29,.1); }
.nav-wrap { display: flex; min-height: 70px; align-items: center; justify-content: space-between; }
.brand { position: relative; width: 66px; height: 66px; overflow: hidden; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 18px; border: 1px solid currentColor; }
.legal-nav a { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: inherit; background: transparent; }
.nav-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; }

.hero { position: relative; display: grid; min-height: 560px; height: 100svh; max-height: 720px; align-items: center; overflow: hidden; color: var(--ink); background: var(--paper); }
.hero-image, .hero-shade { position: absolute; }
.hero-image { inset: 70px 0 0 50%; background: url("../assets/images/hero-lam.webp") center / cover no-repeat; }
.hero-shade { inset: 70px auto 0 calc(50% - 1px); width: 42px; background: linear-gradient(90deg, var(--paper), transparent); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 44% 1fr; gap: 6%; align-items: center; padding-top: 92px; padding-bottom: 22px; }
.hero-copy { max-width: 540px; }
.hero-copy::before { content: ""; display: block; width: 56px; height: 2px; margin-bottom: 20px; background: var(--gold); }
.hero h1 { max-width: 570px; color: #20262c; font-family: var(--serif); font-size: clamp(3rem, 4.65vw, 4rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.hero-lead { max-width: 525px; margin: 20px 0 24px; color: var(--ink-soft); font-size: .96rem; line-height: 1.56; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 700; letter-spacing: .04em; }
.light-link { color: var(--white); }

.intro { position: relative; overflow: hidden; padding: 104px 0; background: var(--paper); }
.intro-flow { display: grid; grid-template-columns: .92fr 1.08fr; gap: 10%; align-items: center; }
.intro-content { position: relative; z-index: 1; grid-column: 2; grid-row: 1; padding-left: 26px; }
.intro-content::before { content: ""; position: absolute; top: 5px; bottom: 5px; left: 0; width: 2px; background: linear-gradient(var(--gold), transparent); }
.intro-content h2 { max-width: 600px; color: var(--brown); font-family: var(--serif); font-size: clamp(2.7rem, 4.2vw, 4.2rem); font-weight: 400; }
.intro-lead { max-width: 620px; margin: 25px 0 26px; color: var(--ink); font-size: clamp(1.08rem, 1.65vw, 1.32rem); line-height: 1.58; }
.intro-signals { display: flex; flex-wrap: wrap; gap: 9px 26px; margin: 0 0 24px; color: var(--gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.intro-signals span { position: relative; }
.intro-signals span:not(:last-child)::after { content: "·"; position: absolute; right: -16px; color: var(--sand); }
.intro-note { max-width: 580px; margin: 0; color: var(--ink-soft); font-size: .91rem; line-height: 1.65; }
.intro-visual { position: relative; grid-column: 1; grid-row: 1; min-height: 520px; }
.intro-visual::before { content: ""; position: absolute; inset: 34px 48px 0 0; background: var(--sand); }
.intro-image-main { position: absolute; inset: 0 74px 62px 24px; overflow: hidden; box-shadow: var(--shadow); }
.intro-image-main img, .intro-image-secondary img { width: 100%; height: 100%; object-fit: cover; }
.intro-image-main img { object-position: 54% center; }
.intro-image-secondary { position: absolute; right: 0; bottom: 0; width: 48%; height: 42%; padding: 9px; overflow: hidden; background: var(--paper); box-shadow: 0 18px 42px rgba(18,24,29,.18); }
.intro-image-secondary img { object-position: center; }
.intro-vertical { position: absolute; top: 18px; right: 20px; z-index: 2; margin: 0; padding-left: 10px; border-left: 1px solid var(--gold); color: var(--brown); font-size: .75rem; font-weight: 800; letter-spacing: .12em; line-height: 1; text-transform: uppercase; writing-mode: vertical-rl; }

.services { position: relative; overflow: hidden; padding: 104px 0 96px; background: var(--sand-light); }
.services::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 58px; background: var(--gold); opacity: .55; }
.services-head { position: relative; max-width: 770px; margin: 0 auto 58px; text-align: center; }
.services-head h2 { margin-bottom: 15px; color: var(--brown); font-family: var(--serif); font-size: clamp(2.55rem, 3.8vw, 3.8rem); font-weight: 400; }
.services-head > p:last-child { margin: 0; color: var(--ink-soft); font-size: 1rem; }
.services-river { position: relative; max-width: 1060px; margin-inline: auto; }
.services-river::before { display: none; }
.river-item { position: relative; display: grid; grid-template-columns: 90px .86fr 1.14fr; gap: 34px; align-items: center; padding: 31px 0; }
.river-item:not(:last-child)::after { content: ""; position: absolute; right: 0; bottom: 0; left: 124px; height: 1px; background: rgba(128,91,45,.18); }
.river-number { position: relative; z-index: 1; display: flex; align-items: center; color: var(--brown); font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.river-number::after { content: ""; width: 22px; height: 1px; margin-left: 12px; background: var(--gold); }
.case-label { margin-bottom: 7px; color: var(--gold-dark); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.river-title h3 { max-width: 340px; color: var(--brown); font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2rem); font-weight: 400; }
.river-copy > p:first-child { max-width: 520px; margin-bottom: 10px; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }
.river-keywords { margin: 0; color: var(--ink); font-size: .75rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.services-action { display: flex; gap: 28px; align-items: center; justify-content: center; margin-top: 50px; }
.services-action p { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 1.18rem; }

.decision-bridge { position: relative; display: grid; min-height: 530px; place-items: center; overflow: hidden; color: var(--white); background: linear-gradient(90deg, rgba(48,40,34,.88), rgba(48,40,34,.46)), url("../assets/images/interior-lam.webp") center / cover no-repeat; }
.decision-bridge::before, .decision-bridge::after { content: ""; position: absolute; z-index: 1; width: 150px; height: 1px; background: rgba(225,201,156,.75); pointer-events: none; }
.decision-bridge::before { top: 28px; left: 24px; }
.decision-bridge::after { right: 24px; bottom: 28px; }
.decision-content { position: relative; z-index: 1; margin-block: 88px; }
.decision-content h2 { max-width: 720px; color: var(--white); font-family: var(--serif); font-size: clamp(2.65rem, 4.4vw, 4.4rem); font-weight: 400; line-height: 1.08; }
.decision-content > p:not(.eyebrow) { max-width: 620px; margin: 24px 0 30px; color: rgba(255,255,255,.86); font-size: 1.05rem; line-height: 1.68; }

.process { padding: 104px 0; background: var(--paper); }
.process-grid { display: grid; grid-template-columns: 1fr; gap: 64px; }
.process-intro { max-width: 820px; margin-inline: auto; text-align: center; }
.process-intro h2 { margin-bottom: 22px; color: var(--brown); font-family: var(--serif); font-size: clamp(2.55rem,3.8vw,3.8rem); font-weight: 400; }
.process-intro > p:last-child { max-width: 670px; margin: 0 auto; color: var(--ink-soft); font-size: 1rem; line-height: 1.68; }
.process-steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.process-steps::before { content: ""; position: absolute; top: 34px; right: 12.5%; left: 12.5%; height: 1px; background: var(--sand); }
.process-steps li { position: relative; z-index: 1; padding: 0 22px; text-align: center; }
.process-steps span { display: grid; width: 68px; height: 68px; place-items: center; margin: 0 auto 25px; border-radius: 50%; color: var(--brown); background: var(--sand-light); font-family: var(--serif); font-size: 1rem; }
.process-steps h3 { margin-bottom: 12px; color: var(--brown); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.process-steps p { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.62; }

.founder { background: var(--paper); }
.founder-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 9%; align-items: center; }
.founder-photo { position: relative; padding: 0 0 32px 32px; }
.founder-photo::before { content: ""; position: absolute; inset: 24px 24px 0 0; background: var(--sand); }
.founder-photo img { position: relative; width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; object-position: center 25%; filter: saturate(.82); }
.founder-copy h2 { margin-bottom: 28px; font-size: clamp(2.2rem,3.5vw,3.5rem); }
.founder-copy p { color: var(--ink-soft); }
.firm-note { display: flex; gap: 14px 24px; align-items: baseline; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.firm-note span { color: var(--ink-soft); font-size: .74rem; letter-spacing: .11em; text-transform: uppercase; }
.firm-note strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }

.faq { position: relative; overflow: hidden; padding: 100px 0; background: var(--ivory); }
.faq::before { content: ""; position: absolute; top: 0; right: 8%; width: 1px; height: 72px; background: var(--gold); opacity: .5; }
.faq-grid { position: relative; max-width: 1080px; }
.faq .section-heading { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.faq .section-heading h2 { color: var(--brown); font-family: var(--serif); font-size: clamp(2.5rem,3.7vw,3.7rem); font-weight: 400; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 54px; }
.faq details { border-top: 1px solid rgba(48,47,44,.2); }
.faq summary { position: relative; padding: 22px 38px 22px 0; font-family: var(--sans); font-size: 1.03rem; font-weight: 600; line-height: 1.4; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 17px; right: 3px; color: var(--gold-dark); font-family: var(--sans); font-size: 1.5rem; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 38px 23px 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.66; }
.faq-help { display: flex; flex-direction: column; justify-content: center; min-height: 94px; border-top: 1px solid rgba(48,47,44,.2); }
.faq-help p { margin: 0 0 5px; color: var(--brown); font-family: var(--serif); font-size: 1.08rem; }
.faq-help a { align-self: flex-start; padding-bottom: 2px; border-bottom: 1px solid currentColor; color: var(--gold-dark); font-size: .78rem; font-weight: 750; }

.contact { padding: 72px 0; color: var(--white); background: #4c4640; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: start; }
.contact-copy h2 { max-width: 550px; margin-bottom: 26px; }
.contact-copy > p:not(.eyebrow) { max-width: 530px; color: rgba(255,255,255,.72); }
.contact-direct { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-direct > * { display: flex; flex-direction: column; margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-direct span { color: #d6b978; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 400; }
.contact-form { padding: clamp(28px, 4.8vw, 58px); color: var(--ink); background: var(--ivory); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 32px; }
.form-heading > span { color: var(--gold-dark); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.form-heading h3 { margin-top: 7px; font-size: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: block; margin-bottom: 19px; color: var(--ink-soft); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(31,37,44,.35); border-radius: 0; outline: 0; color: var(--ink); background: transparent; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold-dark); box-shadow: 0 1px 0 var(--gold-dark); }
.contact-form .check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; font-weight: 400; letter-spacing: 0; }
.check input { width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--gold-dark); }
.check a { text-decoration: underline; }
.submit-button { width: 100%; border: 0; cursor: pointer; }
.submit-button[disabled] { cursor: wait; opacity: .72; }
.form-note { margin: 12px 0 0; color: #6d706e; font-size: .72rem; text-align: center; }
.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }

.site-footer { padding: 56px 0 25px; background: var(--sand); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 8%; padding-bottom: 52px; }
.footer-brand img { width: 120px; height: 120px; object-fit: cover; }
.footer-brand p { max-width: 360px; margin-top: 18px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.1rem; }
.footer-grid h2 { margin: 0 0 17px; font-family: var(--sans); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a { color: var(--ink-soft); font-size: .86rem; }
.footer-grid a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .73rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: underline; text-decoration-color: rgba(89,86,80,.45); text-underline-offset: 3px; }
.footer-bottom a:hover { color: var(--brown); text-decoration-color: currentColor; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; display: flex; gap: 9px; align-items: center; padding: 12px 16px; border-radius: 999px; color: var(--white); background: #1c8361; box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .78rem; font-weight: 800; }
.whatsapp-float svg { width: 24px; height: 24px; fill: currentColor; }

.legal-page { padding: 150px 0 90px; background: var(--ivory); }
.legal-content { max-width: 850px; }
.legal-content h1 { margin-bottom: 35px; font-size: clamp(2.7rem,5vw,4.8rem); }
.legal-content h2 { margin: 36px 0 12px; font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.status-page { display: grid; min-height: 100vh; place-items: center; padding: 40px 24px; color: var(--white); background: var(--ink); }
.status-card { max-width: 720px; padding: clamp(34px,7vw,80px); text-align: center; background: rgba(255,255,255,.06); border-top: 2px solid var(--gold); }
.status-card img { width: 110px; height: 110px; margin: 0 auto 30px; }
.status-card h1 { margin-bottom: 22px; font-size: clamp(2.5rem,6vw,4.6rem); }
.status-card p { color: rgba(255,255,255,.75); }
.status-card .button { margin-top: 18px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .section { padding: 64px 0; }
  .intro, .services, .process, .faq { padding: 78px 0; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 18px 24px 28px; color: var(--ink); background: var(--paper); box-shadow: 0 20px 30px rgba(0,0,0,.12); transform: translateY(-130%); transition: transform .3s ease; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 15px 0 !important; border-bottom: 1px solid var(--line); }
  .nav-cta { border: 0; }
  .hero { min-height: 600px; height: 100svh; max-height: 720px; }
  .hero-image { left: 52%; }
  .hero-shade { left: calc(52% - 1px); }
  .hero-grid { grid-template-columns: 47% 1fr; gap: 5%; }
  .hero h1 { font-size: clamp(2.65rem, 5.4vw, 3.25rem); }
  .intro-flow { grid-template-columns: 1fr 1fr; gap: 6%; }
  .intro-content { padding-left: 20px; }
  .intro-visual { min-height: 460px; }
  .river-item { grid-template-columns: 82px 1fr; gap: 12px 26px; align-items: start; }
  .river-copy { grid-column: 2; }
  .services-head, .founder-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .process-steps li { padding: 24px 28px 34px; }
  .founder-photo { max-width: 620px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 5%; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 64px 0; }
  .intro, .services, .process, .faq { padding: 68px 0; }
  .nav-wrap { min-height: 72px; }
  .brand { width: 58px; height: 58px; }
  .main-nav { top: 72px; }
  .hero { min-height: 730px; height: auto; max-height: none; align-items: start; }
  .hero-image { inset: 72px 0 auto; height: 215px; background-position: center 58%; }
  .hero-shade { display: none; }
  .hero-grid { display: block; padding-top: 318px; padding-bottom: 40px; }
  .hero-copy { max-width: none; }
  .hero-copy::before { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(2.45rem, 11vw, 2.95rem); }
  .hero-lead { margin: 17px 0 22px; font-size: .94rem; line-height: 1.5; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .intro-flow { grid-template-columns: 1fr; gap: 52px; }
  .intro-content { grid-column: auto; grid-row: auto; padding-left: 18px; }
  .intro-content h2 { font-size: clamp(2.45rem, 12vw, 3.25rem); }
  .intro-lead { font-size: 1.06rem; }
  .intro-visual { grid-column: auto; grid-row: auto; min-height: 390px; }
  .intro-visual::before { inset: 26px 30px 0 14px; }
  .intro-image-main { inset: 0 52px 48px 0; }
  .intro-image-secondary { width: 48%; height: 39%; padding: 6px; }
  .intro-vertical { top: 14px; right: 5px; font-size: .75rem; }
  .services-head { gap: 18px; }
  .services-head h2 { font-size: clamp(2.35rem, 11vw, 3.1rem); }
  .river-item { grid-template-columns: 58px 1fr; gap: 12px 18px; padding: 28px 0; }
  .river-item:not(:last-child)::after { left: 76px; }
  .river-number { font-size: 2rem; }
  .river-number::after { width: 14px; margin-left: 7px; }
  .river-copy { grid-column: 2; }
  .river-title h3 { font-size: 1.55rem; }
  .services-action { align-items: stretch; flex-direction: column; margin: 38px 0 0 76px; }
  .services-action .button { align-self: flex-start; }
  .decision-bridge { min-height: 500px; }
  .decision-bridge::before, .decision-bridge::after { width: 92px; }
  .decision-bridge::before { top: 18px; left: 16px; }
  .decision-bridge::after { right: 16px; bottom: 18px; }
  .decision-content { margin-block: 72px; }
  .decision-content h2 { font-size: clamp(2.4rem, 11vw, 3.2rem); }
  .process-intro h2 { font-size: clamp(2.35rem, 11vw, 3.1rem); }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps::before { display: block; top: 0; right: auto; bottom: 0; left: 33px; width: 1px; height: auto; }
  .process-steps li { display: grid; grid-template-columns: 68px 1fr; gap: 20px; align-items: start; padding: 0 0 36px; text-align: left; }
  .process-steps li:last-child { padding-bottom: 0; }
  .process-steps span { margin: 0; }
  .process-steps h3 { margin-top: 5px; }
  .founder-photo { padding: 0 0 20px 20px; }
  .faq .section-heading { text-align: left; }
  .faq-list { grid-template-columns: 1fr; gap: 0; }
  .faq::before { right: 24px; height: 48px; }
  .firm-note { align-items: flex-start; flex-direction: column; gap: 4px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact { padding: 76px 0; }
  .contact-form { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; justify-content: center; padding: 0; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
