:root {
  --ink: #07111d;
  --ink-soft: #102235;
  --petrol: #173c52;
  --paper: #eff3f5;
  --white: #ffffff;
  --muted: #9aa8b5;
  --line: rgb(215 229 237 / 0.2);
  --accent: #36b38e;
  --radius: 14px;
  --shadow: 0 28px 80px rgb(1 9 17 / 0.22);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button { font: inherit; }

.sr-only, .skip-link { 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:focus { z-index: 99; top: 1rem; left: 1rem; width: auto; height: auto; margin: 0; padding: .75rem 1rem; clip: auto; background: var(--white); color: var(--ink); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 92px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgb(255 255 255 / .15); }
.brand { display: inline-flex; align-items: center; gap: .9rem; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgb(255 255 255 / .82); border-radius: 50%; font-size: .76rem; letter-spacing: -.06em; font-weight: 750; }
.brand-type { display: grid; line-height: 1.08; }
.brand-type strong { font-size: 1.18rem; font-weight: 680; letter-spacing: -.04em; }
.brand-type small { margin-top: .24rem; font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; opacity: .82; }
.main-navigation { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); font-size: .84rem; font-weight: 630; }
.main-navigation > a:not(.nav-contact) { opacity: .78; transition: opacity .2s ease; }
.main-navigation > a:not(.nav-contact):hover, .main-navigation > a:not(.nav-contact):focus-visible { opacity: 1; }
.nav-contact { display: inline-flex; align-items: center; gap: .46rem; min-height: 48px; padding: .75rem 1.02rem; border: 1px solid rgb(255 255 255 / .45); border-radius: var(--radius); transition: background .2s ease, color .2s ease, transform .2s ease; }
.nav-contact:hover { transform: translateY(-1px); }
.nav-contact:hover, .nav-contact:focus-visible { color: var(--ink); background: var(--white); }
.menu-button { display: none; color: var(--white); background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 5px auto; background: currentColor; }

.hero { position: relative; min-height: min(840px, 100dvh); padding: 92px clamp(1.25rem, 5vw, 5.5rem) 0; color: var(--white); background: linear-gradient(110deg, var(--ink) 0%, var(--ink) 49%, #173a50 100%); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 80%, rgb(54 179 142 / .13), transparent 30%), linear-gradient(90deg, rgb(2 12 23 / .32), transparent 55%); }
.hero-grid { position: relative; z-index: 1; width: min(1320px, 100%); min-height: calc(min(840px, 100dvh) - 92px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(2rem, 5vw, 7rem); }
.hero-copy { padding: 3rem 0 5.2rem; }
.eyebrow { margin: 0 0 1.25rem; color: var(--accent); font-size: .65rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 10ch; margin-bottom: 1.5rem; font-size: clamp(3.1rem, 6.5vw, 6.4rem); line-height: .93; letter-spacing: -.075em; font-weight: 680; }
.hero-description { max-width: 38rem; margin-bottom: 2rem; color: rgb(245 248 250 / .74); font-size: clamp(1rem, 1.3vw, 1.14rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.1rem; border: 1px solid transparent; border-radius: var(--radius); font-size: .82rem; font-weight: 720; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:active { transform: translateY(1px) scale(.98); }
.button-primary { color: #031610; background: var(--accent); }
.button-primary:hover, .button-primary:focus-visible { background: #70d8b9; }
.text-link { display: inline-flex; gap: .55rem; align-items: center; color: var(--white); font-size: .82rem; font-weight: 680; border-bottom: 1px solid rgb(255 255 255 / .45); padding-bottom: .25rem; transition: gap .2s ease; }
.text-link:hover, .text-link:focus-visible { gap: .9rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 650px; }
.portrait-frame { overflow: hidden; }
.portrait-frame-hero { position: absolute; inset: 0 -5.5rem 0 0; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 22%); }
.portrait-frame-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #092033 0%, transparent 28%), linear-gradient(0deg, #092033 0%, transparent 22%); mix-blend-mode: multiply; opacity: .55; }
.portrait-frame-hero img { height: 100%; object-fit: cover; object-position: 53% 43%; filter: saturate(.82) contrast(1.04); }
.availability-note { position: absolute; z-index: 2; left: -1.1rem; bottom: 4rem; display: flex; gap: .65rem; align-items: flex-start; padding: 1rem 1.1rem; border: 1px solid rgb(255 255 255 / .22); border-radius: var(--radius); background: rgb(7 17 29 / .85); backdrop-filter: blur(10px); box-shadow: var(--shadow); font-size: .74rem; line-height: 1.3; }
.availability-note span { display: block; flex: 0 0 auto; width: 8px; height: 8px; margin-top: .15rem; border-radius: 50%; background: var(--accent); }
.availability-note p { margin: 0; color: rgb(255 255 255 / .66); }.availability-note strong { color: var(--white); font-weight: 650; }
.hero-rule { position: absolute; z-index: 2; bottom: 0; left: clamp(1.25rem, 5vw, 5.5rem); right: clamp(1.25rem, 5vw, 5.5rem); height: 5px; display: grid; grid-template-columns: 1.2fr 1fr 1.5fr; gap: 5px; }.hero-rule span { background: rgb(255 255 255 / .38); transform-origin: left; animation: rule-scan 3.8s cubic-bezier(.2,.7,.2,1) infinite alternate; }.hero-rule span:nth-child(2) { animation-delay: .65s; }.hero-rule span:nth-child(3) { animation-delay: 1.3s; }.hero-rule span:first-child { background: var(--accent); }

.credibility { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 2.2rem clamp(1.25rem, 5vw, 5.5rem); color: var(--white); background: var(--ink-soft); }.credibility-item { padding-left: 1rem; border-left: 1px solid var(--accent); }.credibility-item strong, .credibility-item span { display: block; }.credibility-item strong { margin-bottom: .25rem; font-size: .88rem; letter-spacing: -.01em; }.credibility-item span { color: rgb(255 255 255 / .56); font-size: .7rem; }
.section-shell { width: min(1190px, calc(100% - 2.5rem)); margin: 0 auto; }

.attention-section { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 7vw, 6.5rem); color: var(--white); background: #0b1d2c; }.attention-section::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgb(170 205 220 / .1) 1px, transparent 1px), linear-gradient(90deg, rgb(170 205 220 / .1) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, black, transparent 75%); }.attention-section::after { content: ""; position: absolute; top: -20%; right: -12%; width: min(55vw, 700px); height: 140%; border: 1px solid rgb(54 179 142 / .24); border-radius: 50%; transform: rotate(24deg); }.attention-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); column-gap: clamp(2.5rem, 9vw, 9rem); row-gap: 3.5rem; align-items: start; }.attention-copy { max-width: 33rem; }.attention-copy h2 { margin-bottom: 1.2rem; font-size: clamp(2.5rem, 4.8vw, 5rem); line-height: .95; letter-spacing: -.07em; }.attention-copy > p:not(.eyebrow) { max-width: 31rem; margin-bottom: 1.7rem; color: rgb(255 255 255 / .68); font-size: 1rem; }.attention-signals { position: relative; display: grid; border-top: 1px solid rgb(255 255 255 / .25); }.signal-row { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 1.15rem; padding: 1.3rem 0; border-bottom: 1px solid rgb(255 255 255 / .2); overflow: hidden; }.signal-row::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; }.attention-signals.is-visible .signal-row::after { animation: trace-line .7s cubic-bezier(.2,.8,.2,1) forwards; }.attention-signals.is-visible .signal-row:nth-child(2)::after { animation-delay: .2s; }.attention-signals.is-visible .signal-row:nth-child(3)::after { animation-delay: .4s; }.attention-signals.is-visible .signal-row:nth-child(4)::after { animation-delay: .6s; }.signal-row > span { color: var(--accent); font-size: .74rem; font-weight: 790; }.signal-row h3 { margin-bottom: .26rem; font-size: 1.14rem; letter-spacing: -.035em; }.signal-row p { max-width: 38rem; margin: 0; color: rgb(255 255 255 / .66); font-size: .87rem; }.penal-data { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr minmax(210px, 310px); align-items: end; gap: 1.4rem; padding: 1.45rem 0 0; border-top: 1px solid rgb(255 255 255 / .2); }.data-label { align-self: center; color: var(--accent); font-size: .64rem; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }.penal-data strong { font-size: clamp(3.1rem, 7vw, 6rem); line-height: .8; letter-spacing: -.085em; }.penal-data p { max-width: 22rem; margin: 0; color: rgb(255 255 255 / .65); font-size: .84rem; }.penal-data a { justify-self: end; color: var(--white); font-size: .76rem; font-weight: 680; border-bottom: 1px solid rgb(255 255 255 / .45); padding-bottom: .28rem; }.attention-note { grid-column: 1 / -1; max-width: 42rem; margin: -1.5rem 0 0; color: rgb(255 255 255 / .44); font-size: .7rem; }
.practice-section { padding: clamp(5rem, 10vw, 9rem) 0; }.section-intro { max-width: 650px; }.section-intro h2, .process-heading h2, .about-copy h2, .court-copy h2, .location-title h2 { margin-bottom: 1.15rem; font-size: clamp(2.4rem, 4.6vw, 4.8rem); line-height: .95; letter-spacing: -.065em; font-weight: 680; }.section-intro > p:not(.eyebrow), .about-copy p, .court-copy > p:not(.eyebrow) { max-width: 38rem; color: #516171; font-size: 1rem; }
.practice-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2rem, 8vw, 8rem); margin-top: clamp(2.8rem, 6vw, 5.5rem); align-items: center; }.office-photo { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: 18px 20px 0 #c9d3da; }.office-photo img { aspect-ratio: 1 / 1.06; object-fit: cover; object-position: 65% 50%; filter: saturate(.8); }.practice-list { border-top: 1px solid #bfccd5; }.practice-list article { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid #bfccd5; }.practice-list span { color: var(--accent); font-size: .76rem; font-weight: 760; }.practice-list h3 { margin-bottom: .35rem; color: var(--ink); font-size: 1.18rem; letter-spacing: -.035em; }.practice-list p { margin: 0; max-width: 33rem; color: #607080; font-size: .88rem; }

.process-section { color: var(--white); background: var(--petrol); padding: clamp(5rem, 10vw, 8rem) 0; overflow: hidden; }.process-wrap { position: relative; display: grid; grid-template-columns: minmax(0, .74fr) minmax(0, 1.1fr); gap: 3rem 6rem; }.process-heading { max-width: 30rem; }.process-heading h2 { margin-bottom: 0; }.process-portrait { position: absolute; right: 0; top: -8rem; width: min(27%, 285px); margin: 0; overflow: hidden; border-radius: var(--radius); opacity: .88; }.process-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--petrol), transparent 60%); }.process-portrait img { aspect-ratio: 1 / 1.18; object-fit: cover; object-position: 76% center; filter: grayscale(.3) contrast(1.1); }.process-list { display: grid; gap: 1.8rem; margin: 0; padding: 0; list-style: none; }.process-list li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 1rem; }.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 36px; left: 18px; width: 1px; height: calc(100% + 1rem); background: rgb(255 255 255 / .28); }.process-list span { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; color: #02251b; background: var(--accent); border-radius: 50%; font-size: .76rem; font-weight: 800; }.process-list h3 { margin-bottom: .25rem; font-size: 1.12rem; letter-spacing: -.03em; }.process-list p { margin: 0; color: rgb(255 255 255 / .65); font-size: .88rem; }.button-outline { grid-column: 1 / -1; justify-self: start; color: var(--white); border-color: rgb(255 255 255 / .55); }.button-outline:hover, .button-outline:focus-visible { color: var(--ink); background: var(--white); }

.about-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(2rem, 8vw, 9rem); align-items: center; padding: clamp(5rem, 10vw, 9rem) 0; }.about-image { overflow: hidden; border-radius: var(--radius); }.about-image img { aspect-ratio: 1 / 1.05; object-fit: cover; object-position: 65% center; filter: saturate(.85); }.about-copy p { margin-bottom: 1rem; }.dark-link { color: var(--ink); border-color: rgb(7 17 29 / .35); }
.court-section { color: var(--white); background: var(--ink); }.court-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .65fr); align-items: center; gap: clamp(2rem, 8vw, 8rem); min-height: 650px; }.court-copy { padding: 5rem 0; }.court-copy > p:not(.eyebrow) { color: rgb(255 255 255 / .67); }.court-copy .button { margin-top: 1rem; }.court-image { align-self: stretch; margin: 0; overflow: hidden; }.court-image img { height: 100%; object-fit: cover; object-position: 50% 50%; filter: saturate(.75) contrast(1.08); }
.location-section { display: grid; grid-template-columns: .76fr 1.24fr; gap: 2rem; padding: clamp(5rem, 9vw, 8rem) 0; }.location-title h2 { margin-bottom: 0; }.location-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }.location-details a { font-size: 1rem; font-weight: 670; letter-spacing: -.025em; transition: color .2s ease; }.location-details a:hover, .location-details a:focus-visible { color: #177e62; }.location-details p { margin: 0; color: #536476; font-size: .83rem; }.location-details small { color: #748494; }
.site-footer { padding: 2.5rem clamp(1.25rem, 5vw, 5.5rem); color: rgb(255 255 255 / .72); background: #050c14; }.footer-inner { width: min(1320px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr minmax(190px, 330px) auto; align-items: center; gap: 2rem; font-size: .72rem; }.footer-inner p { margin: 0; line-height: 1.45; }.footer-brand { color: var(--white); }.footer-brand .brand-mark { width: 34px; height: 34px; }.footer-brand .brand-type strong { font-size: .92rem; }
.floating-whatsapp { position: fixed; z-index: 9; right: clamp(1rem, 2.4vw, 2rem); bottom: clamp(1rem, 2.4vw, 2rem); display: inline-flex; align-items: center; gap: .64rem; min-height: 58px; padding: .9rem 1.25rem; color: #031610; background: var(--accent); border-radius: var(--radius); box-shadow: 0 16px 36px rgb(1 9 17 / .32); font-size: .88rem; font-weight: 780; letter-spacing: -.015em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: #70d8b9; transform: translateY(-3px); box-shadow: 0 19px 42px rgb(1 9 17 / .36); }.whatsapp-status { width: 9px; height: 9px; border: 2px solid rgb(3 22 16 / .72); border-radius: 50%; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes rule-scan { from { opacity: .38; transform: scaleX(.42); } to { opacity: 1; transform: scaleX(1); } }
@keyframes trace-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 940px) {
  .site-header { height: 76px; padding: 0 1.25rem; }.brand { gap: .68rem; }.brand-mark { width: 42px; height: 42px; font-size: .69rem; }.brand-type strong { font-size: 1.04rem; }.brand-type small { font-size: .55rem; }.main-navigation { display: none; position: absolute; top: 75px; left: 0; right: 0; padding: 1rem 1.25rem 1.4rem; background: var(--ink); border-top: 1px solid rgb(255 255 255 / .12); box-shadow: 0 16px 30px rgb(0 0 0 / .18); }.main-navigation.is-open { display: grid; justify-items: start; gap: 1rem; }.menu-button { display: block; }.nav-contact { margin-top: .2rem; }.hero { min-height: auto; padding: 76px 1.25rem 0; }.hero-grid { min-height: 0; display: block; }.hero-copy { padding: 4.6rem 0 2.4rem; }h1 { max-width: 10.5ch; font-size: clamp(3.05rem, 14vw, 4.4rem); }.hero-visual { min-height: 500px; margin: 0 -1.25rem; }.portrait-frame-hero { inset: 0; clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 12%); }.availability-note { left: 1.25rem; bottom: 1.5rem; }.hero-rule { left: 1.25rem; right: 1.25rem; }.credibility { grid-template-columns: 1fr; gap: 1.25rem; padding: 1.7rem 1.25rem; }.section-shell { width: min(100% - 2.5rem, 1190px); }.attention-layout { grid-template-columns: 1fr; gap: 2.7rem; }.attention-copy { max-width: 38rem; }.attention-signals { margin-top: -.6rem; }.penal-data { grid-template-columns: 1fr; gap: .9rem; }.penal-data a { justify-self: start; }.attention-note { margin-top: -1rem; }.practice-section, .about-section { padding: 5rem 0; }.practice-layout, .about-section, .court-layout, .location-section { grid-template-columns: 1fr; }.office-photo { margin-right: 1rem; }.process-wrap { grid-template-columns: 1fr; gap: 2rem; }.process-portrait { display: none; }.process-list { gap: 1.4rem; }.court-layout { min-height: 0; gap: 0; }.court-copy { padding: 5rem 0 2.5rem; }.court-image { min-height: 480px; margin: 0 -1.25rem; }.court-image img { min-height: 480px; }.location-details { grid-template-columns: 1fr; gap: 1.15rem; }.footer-inner { grid-template-columns: 1fr; gap: 1.3rem; }.floating-whatsapp { right: .9rem; bottom: .9rem; }.menu-is-open { overflow: hidden; }
}

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