@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Serif:wght@500;600;700&display=swap";:root{--bg: #edf1f4;--bg-alt: #e1e7eb;--surface: rgba(249, 251, 252, .86);--surface-strong: #f5f8fa;--text: #121a22;--muted: #56616d;--line: rgba(18, 26, 34, .12);--line-strong: rgba(18, 26, 34, .2);--accent: #60758c;--accent-soft: rgba(96, 117, 140, .14);--ink: #0f1822;--ink-soft: #1a2631;--paper: #f2f6f9;--white: #fbfdff;--radius-xl: 34px;--radius-lg: 24px;--radius-md: 18px;--shadow-soft: 0 24px 72px rgba(20, 34, 48, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at top left,rgba(96,117,140,.12),transparent 24%),linear-gradient(180deg,#f6f9fb 0%,var(--bg) 48%,#e7edf1 100%);font-family:IBM Plex Sans,sans-serif;line-height:1.55;overflow-x:hidden}::selection{color:var(--paper);background:rgba(15,24,34,.78)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.section{padding:96px 0}.section--ink{position:relative;color:#edf4f9;background:linear-gradient(135deg,rgba(255,255,255,.04),transparent 34%),linear-gradient(160deg,var(--ink),var(--ink-soft));overflow:hidden}.section--ink:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 85%);pointer-events:none}.section--sand{background:linear-gradient(180deg,rgba(255,255,255,.4),transparent 30%),var(--bg-alt)}.section-heading{max-width:760px;margin-bottom:36px}.section-heading--split{max-width:none;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:28px;align-items:end}.section-heading--dark h2,.section-heading--dark p{color:inherit}.eyebrow{display:inline-flex;align-items:center;gap:10px;min-height:34px;padding:0 14px;border:1px solid rgba(96,117,140,.18);border-radius:999px;background:rgba(255,255,255,.72);color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.eyebrow--dark{background:rgba(255,255,255,.08);border-color:#ffffff1f;color:#c3d0dc}h1,h2,h3,p{margin:0}h1,h2,.logo strong{font-family:"IBM Plex Serif",serif;text-wrap:balance}h1{margin-top:22px;font-size:clamp(3.2rem,6.8vw,5.8rem);line-height:.98;letter-spacing:-.022em;max-width:980px}h2{margin-top:16px;font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.04;letter-spacing:-.015em}h3{font-size:1.4rem;line-height:1.2}p{color:var(--muted)}.site-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(14px);background:rgba(246,249,251,.76);border-bottom:1px solid rgba(18,26,34,.05);box-shadow:none;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,backdrop-filter .22s ease}.site-header--scrolled{backdrop-filter:blur(22px) saturate(125%);background:linear-gradient(180deg,rgba(251,253,255,.82),rgba(239,244,248,.74));border-bottom-color:#121a220a;box-shadow:0 10px 30px #121a220d,inset 0 1px #ffffff80}.site-header__bar,.site-header__inner,.site-nav,.hero__actions,.contact-meta,.site-footer__links,.site-footer__inner{display:flex;gap:18px}.site-header__bar{justify-content:space-between;align-items:center;min-height:38px;font-size:13px;color:var(--muted)}.site-header__note{font-size:12px;letter-spacing:.16em;text-transform:uppercase}.site-header__phone{font-weight:600}.site-header__inner,.site-footer__inner{align-items:center;justify-content:space-between;padding:18px 0 20px;gap:16px}.site-header__menu{display:contents}.site-header__toggle{display:none;align-items:center;justify-content:center;gap:12px;width:108px;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.66);color:var(--text);cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.site-header__toggle-label{min-width:0;font-size:12px;font-weight:700;letter-spacing:.14em;line-height:1;text-transform:uppercase;white-space:nowrap}.site-header__toggle-icon{display:grid;gap:4px}.site-header__toggle-icon span{width:18px;height:1px;background:currentColor;transform-origin:center;transition:transform .22s ease,opacity .22s ease}.site-header--scrolled .site-header__toggle{background:rgba(255,255,255,.78);border-color:#121a221a;box-shadow:0 10px 24px #121a220d}.logo{display:inline-flex;align-items:center;gap:14px}.logo__mark{width:42px;height:42px;display:grid;place-items:center;flex-shrink:0}.logo__mark img,.site-footer__brand-mark{display:block;width:100%;height:auto}.logo__text{display:grid;gap:2px}.logo strong{font-size:1.56rem;line-height:.98}.logo small{color:var(--muted);font-size:12px;letter-spacing:.16em;text-transform:uppercase}.site-nav{align-items:center;flex-wrap:wrap}.site-nav a{position:relative;color:var(--muted);font-size:14px;font-weight:500;letter-spacing:.02em}.site-nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;transform:scaleX(0);transform-origin:left;background:currentColor;transition:transform .18s ease}.site-nav a:hover:after,.site-nav a:focus-visible:after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;border:1px solid transparent;transition:transform .18s ease,background .18s ease,border-color .18s ease;font-size:14px;font-weight:600;letter-spacing:.02em}.button:hover,.button:focus-visible{transform:translateY(-1px)}.reveal-on-scroll{opacity:0;transform:translateY(26px) scale(.985);transition:opacity .68s cubic-bezier(.2,.7,.2,1),transform .68s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0) scale(1)}.button--primary{background:var(--ink);color:var(--paper)}.button--secondary{border-color:var(--line);background:rgba(255,255,255,.65)}.button--ghost{border-color:var(--line);background:transparent}.button--compact{min-height:44px;padding:0 18px}.hero{position:relative;padding-top:64px}.hero:after{content:"";position:absolute;right:0;top:80px;width:min(42vw,620px);height:min(42vw,620px);border-radius:50%;background:radial-gradient(circle,rgba(96,117,140,.12),transparent 68%);filter:blur(10px);pointer-events:none}.hero__grid,.experts-layout,.faq-layout,.contact-shell{display:grid;gap:28px}.hero__content,.hero__aside,.practice-hero__content,.practice-hero__panel,.contact-copy,.faq-copy,.experts-copy,.legal-nav,.legal-content,.practice-box,.case-card,.service-card,.expert-card,.contact-form{min-width:0}.hero__grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:end}.hero__lead{max-width:650px;margin-top:22px;font-size:1.08rem}.hero__actions{margin-top:24px;flex-wrap:wrap}.hero__signals{margin:26px 0 0;padding:0;display:grid;gap:14px;list-style:none}.hero__signals li{position:relative;padding-left:26px;color:var(--muted)}.hero__signals li:before{content:"";position:absolute;left:0;top:10px;width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px #60758c1a}.hero__aside{display:grid;gap:18px}.hero-card,.service-card,.expert-card,.case-card,.faq-item,.contact-form{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-soft)}.hero-card{padding:30px}.hero-card--primary{min-height:320px;background:linear-gradient(180deg,rgba(255,255,255,.18),transparent 45%),linear-gradient(160deg,#131c25,#1d2934);color:var(--paper);border-color:#ffffff14}.hero-card--primary p,.hero-card--primary h2{color:inherit}.hero-card__label{color:#c6d3de;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero-facts{display:grid;gap:12px}.hero-fact{display:grid;gap:4px;padding:20px 22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(255,255,255,.62)}.hero-fact strong{font-family:"IBM Plex Serif",serif;font-size:1.9rem;line-height:.98}.service-grid,.expert-grid,.case-grid{display:grid;gap:18px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card,.expert-card,.case-card{padding:30px}.service-card{display:grid;gap:16px;align-content:start}.service-card:after,.expert-card:after,.case-card:after,.contact-form:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.18),transparent 26%);pointer-events:none}.service-card__top{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:18px}.service-card__index{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.2em}.service-card__link{margin-top:auto;width:fit-content;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.service-card__link:after{content:"->";margin-left:8px}.process-list{position:relative;z-index:1;display:grid;gap:18px}.process-item{display:grid;grid-template-columns:120px 1fr;gap:24px;padding:24px 0;border-top:1px solid rgba(255,255,255,.14)}.process-item:last-child{border-bottom:1px solid rgba(255,255,255,.14)}.process-item__number{color:#c6d3de;font-family:"IBM Plex Serif",serif;font-size:3rem;line-height:.8}.process-item__body p{max-width:760px;color:#edf4f9bd}.experts-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}.experts-highlights{margin:24px 0 0;padding:0;display:grid;gap:12px;list-style:none}.experts-highlights li{padding:18px 20px;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.5)}.expert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-card{display:grid;align-content:start}.expert-card--photo{gap:20px}.expert-card__photo-wrap{position:relative;overflow:hidden;aspect-ratio:4 / 4.35;border:1px solid rgba(18,26,34,.08);border-radius:22px;background:radial-gradient(circle at top left,rgba(96,117,140,.12),transparent 34%),linear-gradient(180deg,#f8fbfd,#eef3f7)}.expert-card__photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 38%);pointer-events:none}.expert-card__photo{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(1) contrast(1.04)}.expert-card__avatar{width:54px;height:54px;display:grid;place-items:center;margin-bottom:22px;border-radius:50%;background:var(--ink);color:var(--paper);font-weight:800}.expert-card__meta{margin-bottom:14px}.expert-card__role,.case-card__title,.form-note,.contact-meta span{color:var(--accent)}.case-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.case-card{background:rgba(249,251,252,.74)}.case-card__title{margin-bottom:14px;font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.faq-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start}.faq-list{display:grid;gap:14px}.faq-item{padding:24px}.faq-item summary{cursor:pointer;font-size:1.05rem;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin-top:14px}.contact-section{color:var(--paper);background:radial-gradient(circle at top right,rgba(96,117,140,.18),transparent 26%),linear-gradient(140deg,#131c25,#1d2934)}.contact-shell{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);align-items:stretch}.contact-section h2,.contact-section p,.contact-section a{color:inherit}.contact-meta{margin-top:28px;flex-wrap:wrap}.contact-meta>div{min-width:200px;display:grid;gap:8px;padding:18px 18px 0 0}.contact-meta span{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.contact-form{padding:30px;background:rgba(248,251,253,.98);color:var(--text)}.contact-form label{display:grid;gap:10px;margin-bottom:16px;font-weight:600}.contact-form input,.contact-form textarea{width:100%;padding:16px 18px;border:1px solid var(--line-strong);border-radius:18px;background:rgba(255,255,255,.9);outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px #60758c1f}.form-note{margin-top:14px;font-size:13px}.site-footer{padding:28px 0 42px;background:#121a22;color:#d4dde5}.site-footer p{color:#d4dde5b8}.site-footer__brand,.site-footer__meta{display:grid;gap:6px}.site-footer__brand-head{display:inline-flex;align-items:center;gap:12px}.site-footer__links{flex-wrap:wrap}.site-footer__brand strong{font-family:"IBM Plex Serif",serif;font-size:1.22rem;font-weight:600;line-height:1.05}.site-footer__brand-mark{width:36px;flex-shrink:0}.practice-hero{padding-top:64px}.practice-hero__grid,.practice-dual,.practice-audience{display:grid;gap:28px}.practice-hero__grid,.practice-dual{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:start}.practice-hero__lead{max-width:760px;margin-top:20px;font-size:1.08rem}.practice-hero h1{max-width:14ch;font-size:clamp(2.35rem,4.6vw,4.4rem);line-height:1.04;letter-spacing:-.018em}.practice-hero__panel{display:grid;gap:14px}.practice-stat,.practice-box{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-soft)}.practice-stat{display:grid;gap:6px;padding:24px}.practice-stat strong{font-family:"IBM Plex Serif",serif;font-size:2rem;line-height:.98}.practice-box{padding:30px}.practice-box--accent{background:linear-gradient(180deg,rgba(255,255,255,.18),transparent 45%),linear-gradient(160deg,#131c25,#1d2934);border-color:#ffffff14}.practice-box--accent h2,.practice-box--accent p,.practice-box--accent li{color:var(--paper)}.practice-list{margin:22px 0 0;padding:0;display:grid;gap:14px;list-style:none}.practice-list li{position:relative;padding-left:24px;color:var(--muted)}.practice-list li:before{content:"";position:absolute;left:0;top:11px;width:8px;height:8px;border-radius:50%;background:var(--accent)}.practice-list--light li:before{background:#c6d3de}.practice-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.legal-page{padding-top:64px}.legal-shell{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);gap:24px;align-items:start}.legal-nav,.legal-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-soft)}.legal-nav{position:sticky;top:116px;padding:26px}.legal-title{max-width:11ch;margin-top:14px;font-size:clamp(2rem,4vw,3.1rem);line-height:1.02;letter-spacing:-.02em}.legal-lead{margin-top:16px;max-width:34ch;font-size:.98rem}.legal-updated{margin-top:18px;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.legal-links{margin-top:20px;display:flex;flex-wrap:wrap;gap:12px}.legal-links a{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.65);font-size:14px;font-weight:600}.legal-content{display:grid;gap:14px}.legal-card{padding:26px}.legal-card h2{margin-top:0;margin-bottom:14px;font-size:clamp(1.4rem,2.2vw,1.9rem);line-height:1.08}.legal-card p+p{margin-top:12px}@media (max-width: 1080px){.section{padding:84px 0}.site-header__inner{padding:14px 0 16px}.site-header__inner{flex-wrap:wrap}.site-header__menu{width:100%;display:block;max-height:0;opacity:0;overflow:hidden;transition:max-height .28s ease,opacity .22s ease,margin-top .22s ease}.site-header__toggle{display:inline-flex;margin-left:auto}.site-header--open .site-header__menu{max-height:360px;opacity:1;margin-top:12px}.site-header--open .site-header__toggle-icon span:nth-child(1){transform:translateY(5px) rotate(45deg)}.site-header--open .site-header__toggle-icon span:nth-child(2){opacity:0}.site-header--open .site-header__toggle-icon span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.logo{gap:12px}.logo__mark{width:38px;height:38px}.logo strong{font-size:1.34rem}.logo small{font-size:11px;letter-spacing:.14em}.site-nav{width:100%;flex-direction:column;align-items:flex-start;gap:4px}.site-nav a{width:100%;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}.button--compact{min-height:40px;padding:0 16px;font-size:13px}.site-header__menu .button--compact{width:100%;margin-top:12px}.hero__grid,.practice-hero__grid,.practice-dual,.experts-layout,.faq-layout,.contact-shell,.legal-shell,.section-heading--split,.service-grid,.expert-grid,.case-grid,.practice-cards{grid-template-columns:1fr}.hero,.practice-hero,.legal-page{padding-top:48px}.hero__aside,.practice-hero__panel{gap:14px}.site-footer{padding:24px 0 30px}.site-footer__inner{gap:14px}.site-footer__brand strong{font-size:1.12rem}.site-footer p,.site-footer a{font-size:.95rem}.expert-card__photo-wrap{aspect-ratio:4 / 3.7}}@media (max-width: 760px){.section{padding:72px 0}.container{width:min(100% - 24px,1180px)}.site-header{position:sticky;top:0;backdrop-filter:blur(18px);background:rgba(246,249,251,.94)}.site-header--scrolled{background:linear-gradient(180deg,rgba(251,253,255,.88),rgba(238,243,247,.8));box-shadow:0 12px 28px #121a220f,inset 0 1px #ffffff8f}.site-header__bar,.site-footer__inner{flex-direction:column;align-items:flex-start}.site-header__bar{display:none}.site-header__inner{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:12px 0 14px;gap:10px}.site-header__toggle{margin-left:auto;flex-shrink:0;width:104px;min-height:38px;padding:0 12px;gap:10px}.site-header__toggle-label{font-size:11px;letter-spacing:.12em}.logo{flex:1 1 auto;min-width:0;gap:8px;max-width:calc(100% - 112px)}.logo__mark{width:32px;height:32px;flex-shrink:0}.logo__text{min-width:0}.logo strong{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo small{font-size:9px;letter-spacing:.11em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero__actions,.contact-meta{flex-direction:column;align-items:flex-start}.site-nav{width:100%;gap:4px;padding-top:8px}.site-header__menu{width:100%;flex-basis:100%}.site-nav a{width:100%;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px}.site-header__menu .button--compact{width:100%;min-height:38px;padding:0 14px;font-size:13px;margin-top:12px}h1{font-size:2.85rem;line-height:1}h2{font-size:1.85rem;line-height:1.08}h3{font-size:1.2rem}.hero,.practice-hero,.legal-page{padding-top:32px}.hero__actions .button,.contact-form .button{width:100%}.hero-card,.service-card,.expert-card,.case-card,.practice-box,.practice-stat,.contact-form,.legal-nav,.legal-card,.faq-item{padding:22px;border-radius:24px}.hero__lead,.practice-hero__lead{font-size:1rem}.practice-hero h1{max-width:none;font-size:2.3rem;line-height:1.06}.hero__signals,.practice-list,.experts-highlights,.faq-list,.contact-meta{gap:12px}.process-item{grid-template-columns:1fr;gap:12px}.legal-nav{position:static;padding:22px}.legal-card{padding:22px}.site-footer{padding:20px 0 24px}.site-footer__inner{gap:12px}.site-footer__brand,.site-footer__meta{gap:4px}.site-footer__brand strong{font-size:1rem}.site-footer__brand-head{gap:10px}.site-footer__brand-mark{width:30px}.site-footer p,.site-footer a{font-size:.92rem}.site-footer__links{gap:10px 14px}.expert-card--photo{gap:16px}.expert-card__photo-wrap{border-radius:20px}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal-on-scroll{opacity:1;transform:none;transition:none}.button,.site-nav a:after{transition:none}.site-header__menu,.site-header__toggle-icon span{transition:none}}
