:root {
  --graphite: #151a1b;
  --graphite-2: #202728;
  --docket: #3f6678;
  --steel: #b9c2c0;
  --paper: #f2f4f3;
  --white: #fff;
  --ink: #1e2627;
  --muted: #657071;
  --rule: #cfd5d3;
  --whatsapp: #267455;
  --display: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --body: "Segoe UI", Arial, sans-serif;
  --container: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid var(--docket); outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: .98; }
h1 { font-size: clamp(3.35rem, 4.8vw, 5.25rem); letter-spacing: -.045em; max-width: 13em; margin-bottom: 32px; }
h2 { font-size: clamp(2.45rem, 4.5vw, 4.75rem); letter-spacing: -.042em; max-width: 15ch; margin-bottom: 28px; }
h3 { font-size: 1.72rem; letter-spacing: -.025em; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); color: var(--graphite); padding: 12px 18px; }
.skip-link:focus { top: 16px; }
.demo-strip { height: 34px; display: grid; place-items: center; background: var(--docket); color: var(--white); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.site-header { height: 92px; background: var(--graphite); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { height: 100%; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 44px; }
.brand { display: inline-flex; width: 154px; align-items: center; }
.brand img { width: 154px; height: auto; }
.main-nav { display: flex; justify-content: flex-end; gap: 32px; font-size: .86rem; }
.main-nav a { text-decoration: none; color: #dce1df; }
.main-nav a:hover { color: var(--white); }
.header-cta { border: 1px solid var(--steel); padding: 11px 18px; text-decoration: none; font-size: .84rem; transition: background .2s, color .2s; }
.header-cta:hover { background: var(--white); color: var(--graphite); }

.hero { position: relative; isolation: isolate; background: var(--graphite); color: var(--white); padding: 76px 0 0; overflow: hidden; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; min-height: 590px; align-items: center; }
.hero-copy { width: min(72%, 900px); border-left: 4px solid var(--docket); padding: 12px 0 72px clamp(24px, 3vw, 44px); animation: heroIn .7s ease-out both; }
.docket-label { display: flex; gap: 20px; color: var(--steel); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 58px; }
.docket-label span + span::before { content: "/"; margin-right: 20px; color: var(--docket); }
.hero-lede { max-width: 58ch; font-size: 1.12rem; color: #d3d8d6; margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 54px; padding: 13px 18px; border: 1px solid currentColor; border-radius: 2px; text-decoration: none; font-weight: 600; line-height: 1.2; }
.button span { font-size: 1.1em; transition: transform .2s; }
.button:hover span { transform: translate(2px,-2px); }
.button-light { color: var(--graphite); background: var(--white); border-color: var(--white); }
.button-light:hover { background: var(--steel); border-color: var(--steel); }
.text-link { font-size: .92rem; font-weight: 600; }
.text-link-light { color: var(--white); }
.hero-visual { position: absolute; z-index: 0; inset: 0; margin: 0; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,26,27,.98) 0%, rgba(21,26,27,.94) 38%, rgba(21,26,27,.68) 68%, rgba(21,26,27,.46) 100%), linear-gradient(180deg, rgba(21,26,27,.08), rgba(21,26,27,.68)); z-index: 1; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.66) contrast(1.06); }
.hero-visual figcaption { position: absolute; z-index: 2; bottom: 92px; right: max(24px, calc((100vw - 1240px) / 2)); color: rgba(255,255,255,.74); font-size: .68rem; letter-spacing: .05em; }
.practice-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); background: rgba(21,26,27,.78); }
.practice-strip a { padding: 22px 24px; display: flex; gap: 18px; align-items: center; text-decoration: none; font-family: var(--display); font-size: 1.25rem; border-right: 1px solid rgba(255,255,255,.2); }
.practice-strip a:last-child { border-right: 0; }
.practice-strip span { font-family: var(--body); font-size: .68rem; color: var(--steel); letter-spacing: .08em; }
.practice-strip a:hover { background: var(--graphite-2); }

.section { padding: 132px 0; }
.section-heading-grid { display: grid; grid-template-columns: 2fr 9fr 1fr; gap: 32px; }
.section-heading-grid > div:last-child { grid-column: 2 / 4; }
.section-marker { align-self: start; border-top: 2px solid var(--docket); padding-top: 12px; color: var(--docket); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.section-marker.light { color: var(--steel); border-color: var(--docket); }
.context-line { color: var(--docket); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 22px; }
.context-line.light { color: var(--steel); }
.section-intro { font-size: 1.12rem; max-width: 58ch; color: var(--muted); }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.practice { display: flex; flex-direction: column; min-height: 560px; padding: 34px 34px 36px 0; }
.practice + .practice { border-left: 1px solid var(--rule); padding-left: 34px; }
.practice-heading { display: flex; align-items: baseline; gap: 16px; margin-bottom: 24px; }
.practice-heading span { color: var(--docket); font-size: .72rem; }
.practice-heading h3 { margin-bottom: 0; }
.practice > p { color: var(--muted); min-height: 116px; }
.practice ul { list-style: none; padding: 22px 0 0; margin: 0 0 34px; border-top: 1px solid var(--rule); }
.practice li { padding: 7px 0 7px 17px; position: relative; }
.practice li::before { content: ""; width: 5px; height: 5px; background: var(--docket); position: absolute; left: 0; top: 19px; }
.practice-link { margin-top: auto; color: var(--docket); font-weight: 650; font-size: .9rem; }

.process { background: var(--graphite); color: var(--white); }
.process-grid { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(60px, 9vw, 140px); }
.process-intro .section-marker { margin-bottom: 64px; }
.process-intro h2 { max-width: 11ch; }
.process-intro > p:not(.context-line) { color: #cfd5d3; max-width: 48ch; margin-bottom: 32px; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.22); }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 34px 0 38px; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-list .step { color: var(--steel); font-size: .72rem; padding-top: 7px; }
.process-list h3 { margin-bottom: 12px; font-size: 1.56rem; }
.process-list p { color: #bdc6c3; max-width: 48ch; margin-bottom: 0; }
.process-note { margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #9eaaa7; font-size: .82rem; }

.office-grid { display: grid; grid-template-columns: 2fr 5.5fr 4.5fr; gap: 32px; }
.office-copy h2 { max-width: 12ch; }
.office-copy > p { max-width: 58ch; color: var(--muted); }
.credential { margin-top: 42px; padding: 22px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: grid; gap: 4px; }
.credential span { font-size: .78rem; color: var(--muted); }
.credential strong { font-family: var(--display); font-size: 1.32rem; font-weight: 400; }
.office-aside { align-self: start; }
.office-photo { margin: 0; background: var(--graphite); border-left: 2px solid var(--docket); }
.office-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; filter: saturate(.78) contrast(1.03); }
.office-photo figcaption { padding: 12px 16px 14px; color: var(--steel); font-size: .72rem; letter-spacing: .04em; }
.timeline { display: grid; grid-template-rows: 1fr 1fr; margin-top: 24px; border-left: 2px solid var(--docket); }
.timeline > div { display: grid; grid-template-columns: 102px 1fr; align-content: center; gap: 18px; padding: 20px 0 20px 24px; }
.timeline > div + div { border-top: 1px solid var(--rule); }
.timeline strong { font-family: var(--display); font-weight: 400; font-size: clamp(2.4rem, 4vw, 3.65rem); line-height: 1; color: var(--docket); }
.timeline span { align-self: center; max-width: 18ch; font-size: .88rem; line-height: 1.4; color: var(--muted); }

.contact { background: var(--docket); color: var(--white); padding: 112px 0; }
.contact-grid { display: grid; grid-template-columns: 7fr 4fr; gap: clamp(60px, 10vw, 160px); }
.contact-copy h2 { max-width: 12ch; }
.contact-copy > p:not(.context-line) { max-width: 48ch; color: #e0e6e4; }
.contact-copy .button { margin-top: 20px; }
.contact-details { font-style: normal; border-top: 1px solid rgba(255,255,255,.35); }
.contact-details > div { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-details span { display: block; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: #d5dedb; margin-bottom: 7px; }
.contact-details a { font-family: var(--display); font-size: 1.32rem; }
.contact-details p { margin-bottom: 0; }

.site-footer { background: var(--graphite); color: var(--steel); padding: 64px 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 2fr 2fr 4fr; gap: 36px; align-items: start; font-size: .82rem; }
.footer-grid img { width: 148px; height: auto; }
.footer-grid p { margin-bottom: 0; }
.demo-note { color: #929e9b; }

@keyframes heroIn { from { transform: translateY(10px); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-copy { animation: none; } * { transition: none !important; } }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 160px 1fr auto; gap: 20px; }
  .main-nav { display: none; }
  .hero-copy { width: min(78%, 780px); }
  h1 { font-size: clamp(3rem, 5.2vw, 4.5rem); }
  .section-heading-grid { grid-template-columns: 2fr 8fr; }
  .section-heading-grid > div:last-child { grid-column: 2; }
  .practice { padding-right: 24px; }
  .practice + .practice { padding-left: 24px; }
  .office-grid { grid-template-columns: 1.5fr 5.25fr 4.25fr; }
}

@media (max-width: 720px) {
  :root { --container: calc(100% - 36px); }
  body { font-size: 17px; }
  .demo-strip { height: 30px; font-size: .58rem; letter-spacing: .065em; }
  .site-header { height: 78px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .brand, .brand img { width: 126px; }
  .header-cta { padding: 10px 12px; font-size: .76rem; }
  .hero { padding-top: 48px; }
  .hero-grid { min-height: 630px; }
  .hero-copy { width: 100%; border-left: 0; border-top: 4px solid var(--docket); padding: 24px 0 52px; }
  .docket-label { margin-bottom: 38px; font-size: .64rem; }
  h1 { font-size: clamp(2.55rem, 11vw, 3.35rem); max-width: 11em; }
  h2 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; gap: 20px; }
  .button { width: 100%; }
  .hero-visual::before { background: linear-gradient(180deg, rgba(21,26,27,.8) 0%, rgba(21,26,27,.82) 58%, rgba(21,26,27,.92) 100%); }
  .hero-visual img { object-position: 62% center; filter: saturate(.58) contrast(1.08); }
  .hero-visual figcaption { bottom: 72px; right: 18px; font-size: .6rem; }
  .practice-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; }
  .practice-strip a { min-height: 64px; justify-content: center; border-right: 1px solid rgba(255,255,255,.18); border-top: 0; padding: 13px 4px; font-size: .78rem; text-align: center; }
  .practice-strip a:last-child { border-right: 0; }
  .practice-strip span { display: none; }
  .section { padding: 82px 0; }
  .section-heading-grid, .process-grid, .office-grid, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-heading-grid > div:last-child { grid-column: 1; }
  .section-marker { border-top-width: 2px; padding-top: 9px; width: 112px; }
  .practice-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .practice { min-height: 0; padding: 32px 0 36px; }
  .practice + .practice { border-left: 0; border-top: 1px solid var(--rule); padding-left: 0; }
  .practice > p { min-height: 0; }
  .practice-link { margin-top: 12px; }
  .process-intro .section-marker { margin-bottom: 40px; }
  .process-list { margin-top: 28px; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 14px; }
  .process-note { margin-top: 36px; }
  .office-copy { grid-column: 1; }
  .office-aside { grid-column: 1; margin-top: 12px; }
  .office-photo img { aspect-ratio: 4 / 5; max-height: 560px; }
  .timeline { min-height: 0; margin-top: 22px; }
  .timeline > div { grid-template-columns: 100px 1fr; padding-left: 22px; }
  .contact { padding: 82px 0; }
  .contact-details { margin-top: 20px; }
  .contact-details a { overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 24px; }
  .demo-note { grid-column: 1 / -1; }
}

@media (max-width: 410px) {
  .header-cta { max-width: 132px; text-align: center; line-height: 1.15; }
  .hero-actions .button { align-items: center; }
  .docket-label { gap: 10px; }
  .docket-label span + span::before { margin-right: 10px; }
  .timeline > div { grid-template-columns: 104px 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .demo-note { grid-column: 1; }
}
