:root{--petrol:#187a93;--petrol-dark:#0a4a5a;--petrol-mid:#14677c;--ink:#1f2d33;--text:#5a6e76;--muted:#6e7d83;--line:#dce7ea;--soft:#f2f8f9;--white:#fff;--shadow:0 16px 45px rgba(18,53,64,.12);--radius:4px;--container:1100px;--header-offset:118px;--practice-nav-collapsed-height:54px}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:var(--header-offset)}
body{margin:0;background:#fff;color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.58;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--petrol);text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:3px}
button,input,textarea,select{font:inherit}
button{color:inherit}
h1,h2,h3,h4{color:var(--ink);font-weight:700;line-height:1.1;margin:0 0 .7em;text-wrap:balance}
h1{font-size:clamp(2.4rem,5vw,4.15rem)}
h2{font-size:clamp(2rem,3.6vw,3rem)}
h3{font-size:clamp(1.2rem,2vw,1.55rem)}
p{margin:0 0 1.2rem}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;z-index:9999;top:10px;left:10px;padding:.75rem 1rem;background:var(--ink);color:#fff;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.icon{width:1.35em;height:1.35em;display:inline-block;flex:0 0 auto;vertical-align:-.25em}
.eyebrow{color:var(--text);font-size:.82rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.25rem}
.heading-line{display:block;width:52px;height:2px;background:var(--petrol);margin:1.4rem 0 2.1rem}
.section-subtitle{font-size:1.18rem;color:var(--text);margin-top:-.35rem;margin-bottom:2.5rem}
.section-intro,.hero-text,.lead-copy{font-size:1.05rem;line-height:1.75}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--petrol);border-radius:3px;background:var(--petrol);color:#fff;min-height:44px;padding:.65rem 1.35rem;font-weight:600;box-shadow:0 3px 0 var(--petrol-dark);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.button:hover{background:var(--petrol-dark);color:#fff;text-decoration:none;transform:translateY(-1px)}
.button:focus-visible,.quick-link:focus-visible,.menu-toggle:focus-visible,.news-trigger:focus-visible,.practice-sticky-action:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--petrol-dark);outline-offset:3px}
.button-large{padding:.85rem 1.45rem}
.button-small{min-height:38px;padding:.5rem 1rem}
.button-mail .icon{width:1.15rem;height:1.15rem;stroke-width:2}.button-mail span{min-width:0}
.button-ghost{background:#fff;color:var(--petrol);box-shadow:none}
.button-row{display:flex;flex-wrap:wrap;gap:1rem;margin:1.8rem 0 2.2rem}
.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 5px 18px rgba(18,53,64,.08)}
.contact-bar,.practice-contact-bar{background:#fff;color:var(--text);font-size:.83rem}
.contact-bar-inner,.practice-contact-inner{height:36px;display:flex;align-items:center;gap:1.4rem}
.contact-bar a,.practice-contact-bar a{display:inline-flex;align-items:center;gap:.45rem;color:inherit}
.contact-bar .icon{color:var(--petrol);width:1em;height:1em}
.nav-row{height:104px;display:flex;align-items:center;gap:2rem}
.brand{display:block;flex:0 0 auto}
.brand:hover{text-decoration:none}
.brand img{width:285px;max-height:78px;object-fit:contain;object-position:left center}
.primary-nav{margin-left:auto;display:flex;align-items:stretch;height:100%;gap:.3rem}
.primary-nav a{position:relative;display:flex;align-items:center;padding:0 1.2rem;color:#555;font-size:.97rem}
.primary-nav a::after{content:"";position:absolute;left:1rem;right:1rem;bottom:24px;height:2px;background:var(--petrol);transform:scaleX(0);transition:transform .2s ease}
.primary-nav a:hover,.primary-nav a.active,.primary-nav a[aria-current=location]{color:var(--petrol);text-decoration:none}
.primary-nav a:hover::after,.primary-nav a.active::after,.primary-nav a[aria-current=location]::after{transform:scaleX(1)}
.menu-toggle{display:none;border:0;background:transparent;padding:.55rem;cursor:pointer;margin-left:auto}
.menu-toggle .icon{width:2rem;height:2rem}
.main-section,.practice-section{position:relative;padding:110px 0;overflow:hidden}
.section-pattern{background:#fff}
.section-soft{background:var(--soft)}
.main-hero{isolation:isolate;min-height:calc(100vh - 140px);display:flex;align-items:center;border-bottom:5px solid var(--petrol)}
.main-hero.section-pattern{background:#fff}.main-hero-parallax{position:absolute;z-index:0;inset:-12% 0;overflow:hidden;background:#fff;pointer-events:none;transform:translate3d(0,var(--parallax-y,0),0) scale(1.04)}.main-hero-parallax img,.practice-hero-parallax img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.parallax-ready .main-hero-parallax{will-change:transform}
.main-hero::after,.practice-hero::after{content:"";position:absolute;z-index:3;left:0;bottom:-1px;width:100%;height:22px;background:var(--petrol);clip-path:polygon(0 82%,66% 100%,100% 72%,100% 100%,0 100%)}
.main-narrow{position:relative;z-index:2;max-width:650px}
.main-hero h1{font-size:clamp(1.65rem,3vw,2.4rem);color:var(--petrol);margin-bottom:.8rem}
.main-hero .eyebrow{font-size:1.1rem;letter-spacing:0;color:#626f74;margin-bottom:.5rem}
.main-hero .lead-copy{max-width:650px;text-align:justify}
.main-hero .button-row{gap:1.3rem}
.split-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(3rem,7vw,7rem)}
.align-center{align-items:center}
.section-image{width:100%;margin-top:2rem;border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover}
.section-image.portrait{height:520px;object-position:center bottom}
.feature-card{align-self:center;background:#fff;border-top:5px solid var(--petrol);padding:clamp(2rem,5vw,3.6rem);box-shadow:var(--shadow)}
.feature-card h3{font-size:2rem}
.contact-actions{display:grid;gap:.8rem;margin-top:2rem}
.contact-actions a{display:flex;align-items:center;gap:.8rem;color:var(--ink);font-weight:500}
.image-pair{position:relative;min-height:440px}
.image-pair img{position:absolute;width:72%;height:360px;object-fit:cover;border:10px solid #fff;box-shadow:var(--shadow)}
.image-pair img:first-child{left:0;top:0}
.image-pair img:last-child{right:0;bottom:0}
.succession-images img{object-position:center}
.location-actions{display:flex;flex-wrap:wrap;gap:.9rem}
.location-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.location-gallery figure{position:relative;margin:0;min-height:220px;overflow:hidden;background:#dfecee;box-shadow:var(--shadow)}
.location-gallery img{width:100%;height:100%;min-height:220px;object-fit:cover}
.location-gallery figcaption{position:absolute;left:.75rem;bottom:.75rem;max-width:calc(100% - 1.5rem);padding:.35rem .65rem;background:rgba(10,74,90,.94);color:#fff;font-size:.84rem;font-weight:700}
.location-gallery.is-single{grid-template-columns:1fr}.location-gallery.is-single figure{min-height:420px}.location-copy-full{max-width:760px}
.site-footer{background:var(--petrol);color:#fff;padding:1.2rem 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.footer-inner p{margin:0}
.footer-inner nav{display:flex;gap:1.4rem}
.footer-inner a{color:#fff}

/* Praxis */
.practice-header{box-shadow:0 4px 18px rgba(20,60,70,.1)}
.practice-contact-bar{background:var(--petrol-mid);color:#fff}
.practice-contact-inner{height:31px;justify-content:space-between}
.practice-contact-inner a{color:#fff;font-size:.82rem}
.practice-contact-inner .icon{width:1em;height:1em}
.practice-nav-row{height:74px;gap:1.1rem;transition:height .22s ease}
.practice-brand img{width:205px;height:60px;transition:width .22s ease,height .22s ease}
.practice-brand-fallback{display:block;max-width:220px;color:var(--petrol-dark);font-size:1rem;font-weight:700;line-height:1.15}
.practice-nav{gap:0}
.practice-nav a{padding:0 .95rem;font-size:.9rem}.practice-nav a.active,.practice-nav a[aria-current=location]{font-weight:700}
.practice-nav a::after{bottom:12px;left:.75rem;right:.75rem}
.news-trigger{border:0;background:transparent;display:inline-flex;align-items:center;gap:.45rem;color:#6d7477;cursor:pointer;margin-left:auto;padding:.6rem}.news-trigger .icon{color:var(--petrol);width:1.05rem}
.news-trigger-icon{position:relative;display:inline-flex;align-items:center;justify-content:center}
.news-badge{position:absolute;top:-8px;right:-11px;display:block;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#d63a3a;color:#fff;font-size:.65rem;font-weight:700;line-height:18px;text-align:center;box-sizing:border-box;pointer-events:none}
.news-badge[hidden]{display:none}
.practice-nav{margin-left:2.5rem}
.practice-sticky-actions{position:absolute;top:100%;left:50%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));width:min(calc(100% - 48px),1100px);min-height:54px;background:#fff;border:1px solid #e3eaec;border-top:0;border-radius:0 0 18px 18px;box-shadow:0 12px 28px rgba(18,53,64,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-12px);transition:opacity .2s ease,transform .2s ease,visibility .2s}
.practice-header.is-scrolled .practice-nav-row{height:54px}
.practice-header.is-scrolled .practice-brand img{width:150px;height:44px}
.practice-header.is-scrolled .practice-sticky-actions{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.practice-sticky-action{border:0;border-left:1px solid #e4eaec;background:transparent;color:#111;display:flex;align-items:center;justify-content:center;gap:.7rem;min-width:0;padding:.9rem 1rem;font:inherit;font-size:.9rem;font-weight:700;cursor:pointer;text-align:left}
.practice-sticky-action:first-child{border-left:0}.practice-sticky-action:hover{background:#f2f7f8;color:var(--petrol);text-decoration:none}.practice-sticky-action .icon{width:1.35rem;height:1.35rem;flex:0 0 auto}.practice-sticky-action span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-label-short{display:none}
.notice-strip{background:#fff3cf;color:#58450c;padding:.7rem 0;font-size:.93rem;border-bottom:1px solid #ecd88d}
.notice-list{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}
.practice-hero{position:relative;isolation:isolate;min-height:580px;display:flex;align-items:center;padding:70px 0 110px;overflow:hidden;border-bottom:4px solid #87bcc9}
.practice-hero.section-pattern{background:#fff}.practice-hero-parallax{position:absolute;z-index:0;inset:-12% 0;overflow:hidden;background:#fff;pointer-events:none;transform:translate3d(0,var(--parallax-y,0),0) scale(1.04)}.parallax-ready .practice-hero-parallax{will-change:transform}
.practice-hero::before{content:"";position:absolute;z-index:1;inset:auto -8% -50% 52%;height:75%;background:linear-gradient(145deg,transparent 20%,rgba(24,122,147,.035) 20%)}.practice-hero::after{z-index:3}
.practice-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:70px;align-items:start}
.practice-hero-grid.is-single{grid-template-columns:minmax(0,700px)}
.hero-copy{padding-top:12px}
.hero-copy h1{font-size:clamp(2.5rem,4.3vw,4rem);max-width:650px}
.hero-copy .eyebrow{color:var(--ink)}
.hero-text{max-width:620px}
.hero-contact-list{display:grid;gap:1.25rem;margin-top:2.5rem}
.hero-contact-list a,.hero-contact-static{display:flex;align-items:center;gap:1rem;color:var(--text)}
.hero-contact-list .icon{color:#111;width:1.65rem;height:1.65rem}
.quick-card{background:#fff;padding:2rem 2.2rem 1.6rem;box-shadow:var(--shadow);border-top:1px solid #f5f5f5}
.quick-card h2{font-size:1.7rem;margin-bottom:.25rem}
.quick-card .heading-line{margin:.9rem 0 1.7rem}
.quick-card .eyebrow{margin-bottom:.35rem}
.quick-link{width:100%;border:0;background:#fff;display:flex;align-items:center;gap:1.2rem;text-align:left;padding:1rem 1.15rem;margin:.45rem 0;border-radius:12px;color:#0d1417;cursor:pointer;transition:background .2s,transform .2s}
.quick-link:hover{background:#f0f7f8;text-decoration:none;transform:translateX(2px)}
.quick-link-primary{background:var(--petrol);color:#fff;padding:1.3rem 1.25rem}
.quick-link-primary:hover{background:var(--petrol-dark);color:#fff}
.quick-link .icon{width:2rem;height:2rem}
.quick-link span{display:grid}.quick-link strong{font-size:1rem}.quick-link small{font-size:.75rem;font-weight:400;margin-top:.15rem}
.form-noscript{margin-top:1rem;padding:1rem;background:var(--soft);border-left:4px solid var(--petrol-dark)}.form-noscript p{margin-bottom:.5rem}.form-noscript a{display:block;margin-top:.35rem;font-weight:700}
.practice-section{padding:100px 0}
.practice-section>.container>.eyebrow{margin-bottom:.4rem}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem;margin-top:3rem}
.team-card{min-width:0;overflow:hidden;padding:.55rem;border:1px solid rgba(10,74,90,.08);border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(26,64,75,.11)}
.team-photo{display:block;width:100%;height:auto;aspect-ratio:1/1;border-radius:11px;object-fit:cover;object-position:center;filter:none}
.team-photo-placeholder{background:linear-gradient(145deg,#dcebed,#f5f9fa);filter:none}
.team-card-body{padding:1.35rem .85rem 1.45rem}
.team-role{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--petrol);font-weight:700;margin:0 0 .8rem}
.team-prefix{display:block;font-weight:500;color:var(--ink);font-size:.88rem;margin-bottom:.15rem}
.team-card h3{font-size:1.35rem;margin-bottom:.55rem}
.team-card-body>p:not(.team-role){font-size:.9rem;margin-bottom:.35rem}
.team-card .qualification{color:var(--petrol);font-size:.8rem}
.practice-career{position:relative}.career-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(230px,.8fr);gap:clamp(2.5rem,7vw,7rem);align-items:center}.career-copy{max-width:760px}.practice-career .eyebrow{margin-bottom:.55rem}.practice-career h2{font-size:clamp(1.8rem,3.2vw,2.35rem);margin-bottom:.45rem}.career-subtitle{font-size:.9rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin:0 0 1.6rem}.career-text p{margin-bottom:1.35rem}.career-text p:last-child{margin-bottom:0}.career-side{display:grid;gap:1.4rem;min-width:0}.practice-career .career-photo{width:100%;height:470px;object-fit:cover;box-shadow:var(--shadow)}.career-actions{display:grid;justify-items:start;gap:1rem}.career-action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:174px;min-height:48px;max-width:100%;padding:.7rem 1.4rem;border:1px solid var(--petrol);border-radius:999px;font-weight:600;text-align:center;overflow-wrap:anywhere;transition:transform .18s ease,background .18s ease,color .18s ease}.career-action:hover{text-decoration:none;transform:translateY(-1px)}.career-action .icon{width:1rem;height:1rem}.career-action-solid{background:var(--petrol);color:#fff}.career-action-solid:hover{background:var(--petrol-dark);color:#fff}.career-action-outline{background:transparent;color:var(--petrol)}.career-action-outline:hover{background:#fff;color:var(--petrol-dark)}.career-theme-dark{padding:32px 0;background:var(--petrol-dark);color:#fff}.career-theme-dark h2{color:#fff}.career-theme-dark .eyebrow{color:#fff}.career-theme-dark .career-subtitle{color:#89c1d0}.career-theme-dark .career-action:focus-visible{outline-color:#fff}.career-theme-dark .career-action-solid{border-color:#fff;background:#fff;color:var(--petrol-dark)}.career-theme-dark .career-action-solid:hover{background:#dceff3;color:var(--petrol-dark)}.career-theme-dark .career-action-outline{border-color:#fff;color:#fff}.career-theme-dark .career-action-outline:hover{background:#fff;color:var(--petrol-dark)}
.career-layout.has-image{grid-template-columns:repeat(2,minmax(0,1fr))}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}
.service-card{border:1px solid #e0e8ea;background:#fff;transition:box-shadow .2s,border-color .2s}
.service-card[open],.service-card:hover{border-color:#9ec8d2;box-shadow:0 8px 26px rgba(26,64,75,.1)}
.service-card summary{list-style:none;min-height:150px;padding:1.4rem;display:flex;align-items:center;gap:1rem;cursor:pointer}.service-card summary::-webkit-details-marker{display:none}
.service-card summary img{width:64px;height:64px;object-fit:contain}
.service-icon-placeholder{display:grid;place-items:center;flex:0 0 64px;width:64px;height:64px;border-radius:50%;background:#edf5f6;color:var(--petrol);font-size:2rem;font-weight:400;line-height:1}
.service-card summary>span:nth-child(2){display:grid;min-width:0}.service-card summary strong{color:var(--ink);font-size:1.05rem;line-height:1.2}.service-card summary small{font-size:.82rem;margin-top:.45rem;line-height:1.35}
.service-plus{margin-left:auto;color:var(--petrol);font-size:1.8rem;transition:transform .2s}.service-card[open] .service-plus{transform:rotate(45deg)}
.service-card>p{padding:0 1.4rem 1.5rem;font-size:.9rem}
.about-photo{width:100%;height:620px;object-fit:cover;box-shadow:var(--shadow)}
.about-section .split-layout.is-single{grid-template-columns:minmax(0,760px)}
.rich-text p:last-child,.rich-text ul:last-child{margin-bottom:0}
.rich-text ul,.rich-text ol{padding-left:1.3rem}
.check-list{display:grid;gap:.7rem;padding:0;margin:2rem 0 0;list-style:none}.check-list li{display:flex;align-items:center;gap:.7rem;color:var(--ink);font-weight:500}.check-list .icon{color:var(--petrol)}
.contact-grid{display:grid;grid-template-columns:1.1fr 1fr .8fr;gap:1.2rem;margin-top:3rem;align-items:stretch}
.map-card,.hours-card,.emergency-card,.arrival-card{background:#fff;border:1px solid #e1ebed;box-shadow:0 8px 26px rgba(26,64,75,.07)}
.map-card img{width:100%;height:255px;object-fit:cover}
.map-card-media-link{display:block}.map-card-fallback{display:grid;place-items:center;align-content:center;gap:.6rem;width:100%;height:255px;padding:1.5rem;background-color:#eef4f5;background-image:linear-gradient(30deg,rgba(24,122,147,.08) 12%,transparent 12.5%,transparent 87%,rgba(24,122,147,.08) 87.5%,rgba(24,122,147,.08)),linear-gradient(150deg,rgba(24,122,147,.08) 12%,transparent 12.5%,transparent 87%,rgba(24,122,147,.08) 87.5%,rgba(24,122,147,.08));background-size:48px 84px;color:var(--text);text-align:center}.map-card-fallback .icon{width:2rem;height:2rem;color:var(--petrol)}.map-card-fallback strong{color:var(--ink);font-size:1.05rem}.map-card-fallback span{font-size:.88rem}.map-card-fallback a{font-size:.82rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.map-card-content,.hours-card,.emergency-card{padding:1.7rem}
.map-card-content{display:grid;gap:.45rem}.map-card-content h3{margin-bottom:.5rem}.map-card-content a,.map-card-content span{color:var(--text)}
.hours-card h3,.emergency-card h3{font-size:1.45rem}
.opening-status{font-size:.86rem;font-weight:700;padding:.55rem .75rem;border-radius:3px;background:#f5eaea;color:#8b3131}.opening-status.is-open{background:#e5f4e7;color:#236b31}
.hours-card table{width:100%;border-collapse:collapse;font-size:.86rem}.hours-card tr{border-bottom:1px solid #edf1f2}.hours-card th,.hours-card td{padding:.62rem 0;text-align:left;vertical-align:top}.hours-card th{color:var(--ink);font-weight:500;width:42%}.hours-card td span{display:block}.hours-card td em{color:#5f7077}.hours-card tr.is-today th,.hours-card tr.is-today td{background:#e4f2f5;color:var(--petrol-dark);font-weight:700}.hours-card tr.is-today th{padding-left:.55rem;box-shadow:inset 4px 0 0 var(--petrol)}.hours-card tr.is-today td{padding-right:.55rem}.hours-note{font-size:.76rem;margin:.8rem 0 0}
.emergency-card{background:var(--petrol);color:#fff}.emergency-card h3,.emergency-card a{color:#fff}.emergency-number{display:block;font-size:2rem;font-weight:700;margin:.25rem 0 1.4rem}
.arrival-card{margin-top:1.2rem;padding:2rem}.arrival-card>h3{font-size:1.45rem}
.tabs [role=tablist]{display:flex;gap:.4rem;border-bottom:1px solid #dce7ea;margin-bottom:1.4rem}.tabs [role=tab]{border:0;background:transparent;padding:.8rem 1.2rem;border-bottom:3px solid transparent;cursor:pointer}.tabs [role=tab][aria-selected=true]{color:var(--petrol);border-color:var(--petrol);font-weight:700}
.practice-footer{background:var(--petrol-dark);color:#fff;padding:70px 0}.practice-footer-grid{display:grid;grid-template-columns:1.05fr .9fr 1.2fr .85fr;gap:3rem}.practice-footer img{max-width:220px;margin-bottom:1.15rem}.practice-footer h2{color:#fff;font-size:1.05rem;margin:0 0 1rem}.practice-footer h3{color:#c9e3e9;font-size:.82rem;margin:1rem 0 .25rem}.practice-footer-address address{font-style:normal}.practice-footer .practice-footer-name{margin:0 0 .85rem}.practice-footer-direct{margin-top:1.7rem}.practice-footer .practice-footer-network{margin-top:2rem}.practice-footer a,.practice-footer span,.practice-footer button{display:block;color:#fff;margin:.45rem 0;font-size:.88rem;overflow-wrap:anywhere}.practice-footer button{border:0;background:none;padding:0;text-align:left;cursor:pointer}.practice-footer button:hover{text-decoration:underline}

/* Drawer */
.drawer{position:fixed;inset:0;z-index:1000;visibility:hidden;pointer-events:none}.drawer.is-open{visibility:visible;pointer-events:auto}.drawer-backdrop{position:absolute;inset:0;background:rgba(9,29,35,.48);opacity:0;transition:opacity .25s}.drawer-panel{position:absolute;top:0;right:0;width:min(620px,94vw);height:100%;overflow:auto;background:#fff;padding:clamp(2rem,5vw,4rem);transform:translateX(102%);transition:transform .3s ease;box-shadow:-15px 0 50px rgba(0,0,0,.2)}
.drawer.is-open .drawer-backdrop{opacity:1}.drawer.is-open .drawer-panel{transform:none}.drawer-close{position:sticky;top:0;margin-left:auto;z-index:2;display:grid;place-items:center;width:42px;height:42px;border:1px solid #dce5e7;border-radius:50%;background:#fff;cursor:pointer}.drawer-close .icon{width:1.3rem}
.news-item{border-top:1px solid #dde7e9;padding:2rem 0}.news-item:focus{outline:3px solid var(--petrol-dark);outline-offset:3px}.news-item.is-priority{margin:1.25rem 0;padding:1.5rem;background:#fff8e6;border:1px solid #d7aa37;border-left:5px solid #9a6500}.news-priority-label{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .9rem;color:#654500;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.news-priority-label span{display:inline-grid;place-items:center;width:1.45rem;height:1.45rem;border-radius:50%;background:#8a5b00;color:#fff;font-size:.9rem}.news-excerpt{font-weight:700;color:var(--petrol-dark)}
.form-drawer{--form-drawer-gap:18px;--form-frame-inset:12px;--form-drawer-top:max(var(--form-drawer-gap),env(safe-area-inset-top,0px));--form-drawer-right:max(var(--form-drawer-gap),env(safe-area-inset-right,0px));--form-drawer-bottom:max(var(--form-drawer-gap),env(safe-area-inset-bottom,0px));--form-drawer-left:max(var(--form-drawer-gap),env(safe-area-inset-left,0px))}.form-drawer .drawer-panel{display:flex;flex-direction:column;top:var(--form-drawer-top);right:var(--form-drawer-right);width:min(820px,calc(100vw - var(--form-drawer-left) - var(--form-drawer-right)));height:calc(100% - var(--form-drawer-top) - var(--form-drawer-bottom));height:calc(100dvh - var(--form-drawer-top) - var(--form-drawer-bottom));overflow:hidden;padding:0;border:1px solid rgba(220,231,234,.9);border-radius:12px}.form-drawer .drawer-close{position:absolute;top:1rem;right:1rem}.form-frame-shell{display:flex;flex:1;flex-direction:column;min-height:0}.form-fallback{margin:0;padding:1rem 5rem 1rem 1.2rem;background:var(--soft);border-bottom:1px solid var(--line);color:var(--ink);font-size:.88rem}.form-fallback a{font-weight:700}.form-frame-stage{position:relative;display:flex;flex:1;min-height:0;overflow:hidden;padding:var(--form-frame-inset);background:var(--soft)}.form-frame-loading{position:absolute;z-index:1;inset:0;display:grid;place-content:center;justify-items:center;gap:.9rem;padding:2rem;background:linear-gradient(145deg,#fff 0%,#f4f9fa 100%);color:var(--ink);font-weight:600;text-align:center}.form-frame-loading[hidden]{display:none}.form-frame-spinner{width:44px;height:44px;border:4px solid #d7e7ea;border-top-color:var(--petrol);border-radius:50%;animation:form-frame-spin .8s linear infinite}.form-drawer iframe{flex:1;width:100%;min-width:0;min-height:0;border:1px solid var(--line);border-radius:8px;background:#fff;opacity:0;transition:opacity .2s ease}.form-frame-stage.is-loaded iframe{opacity:1}@keyframes form-frame-spin{to{transform:rotate(360deg)}}

/* Legal/Error */
.legal-header .nav-row{height:92px}.legal-main{padding:80px 0 110px;background:#f8fbfb}.legal-content{max-width:900px;background:#fff;padding:clamp(2rem,6vw,5rem);box-shadow:var(--shadow)}.legal-content h1{border-bottom:4px solid var(--petrol);padding-bottom:1.2rem}.legal-content .rich-text h2{font-size:1.7rem;margin-top:2.7rem}.legal-content .rich-text h3{font-size:1.25rem;margin-top:2rem}.legal-content .rich-text h4{font-size:1.05rem;margin-top:1.5rem}
.error-page{min-height:100vh;display:grid;place-items:center;padding:60px 0;background:var(--soft)}.error-page .container{max-width:700px;text-align:center}.error-page .button{margin-top:1rem}
.reveal{opacity:1;transform:none}.reveal-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal-ready .reveal.is-visible{opacity:1;transform:none}
.hero-reveal-item{opacity:1;transform:none}.hero-reveal-ready .hero-reveal-group .hero-reveal-item{opacity:0;transform:translate3d(0,18px,0);transition:opacity .62s cubic-bezier(.22,.61,.36,1),transform .62s cubic-bezier(.22,.61,.36,1)}.hero-reveal-ready .hero-reveal-group .hero-reveal-from-right{transform:translate3d(24px,0,0) scale(.985)}.hero-reveal-ready .hero-reveal-group .heading-line.hero-reveal-item{transform:translate3d(0,8px,0) scaleX(.2);transform-origin:left center}.hero-reveal-ready .hero-reveal-group.is-visible .hero-reveal-item{opacity:1;transform:none}.hero-reveal-ready .hero-step-1{transition-delay:.04s!important}.hero-reveal-ready .hero-step-2{transition-delay:.11s!important}.hero-reveal-ready .hero-step-3{transition-delay:.18s!important}.hero-reveal-ready .hero-step-4{transition-delay:.25s!important}.hero-reveal-ready .hero-step-5{transition-delay:.32s!important}.hero-reveal-ready .hero-step-6{transition-delay:.39s!important}.hero-reveal-ready .hero-step-7{transition-delay:.46s!important}.hero-reveal-ready .hero-reveal-group.is-visible .button.hero-reveal-item:hover{transform:translateY(-1px)}
.home-reveal-item{opacity:1;transform:none}.home-reveal-ready .home-reveal-group .home-reveal-item{opacity:0;transform:translate3d(0,16px,0);transition:opacity .58s cubic-bezier(.22,.61,.36,1),transform .58s cubic-bezier(.22,.61,.36,1)}.home-reveal-ready .home-reveal-group .reveal-from-left{transform:translate3d(-18px,0,0)}.home-reveal-ready .home-reveal-group .reveal-from-right{transform:translate3d(18px,0,0)}.home-reveal-ready .home-reveal-group.is-visible .home-reveal-item{opacity:1;transform:none}.home-reveal-ready .reveal-step-1{transition-delay:.04s!important}.home-reveal-ready .reveal-step-2{transition-delay:.1s!important}.home-reveal-ready .reveal-step-3{transition-delay:.16s!important}.home-reveal-ready .reveal-step-4{transition-delay:.22s!important}.home-reveal-ready .reveal-step-5{transition-delay:.28s!important}.home-reveal-ready .reveal-step-6{transition-delay:.34s!important}.home-reveal-ready .reveal-step-7{transition-delay:.4s!important}
.reveal-ready .team-section .reveal,.reveal-ready .services-section .reveal,.reveal-ready .practice-career .reveal,.reveal-ready .about-section .reveal,.reveal-ready .contact-section .reveal{opacity:1;transform:none;transition:none}.reveal-ready .team-section .reveal>.eyebrow,.reveal-ready .team-section .reveal>h2,.reveal-ready .team-section .reveal>.section-subtitle,.reveal-ready .team-section .team-card,.reveal-ready .services-section .reveal>.eyebrow,.reveal-ready .services-section .reveal>h2,.reveal-ready .services-section .reveal>.section-subtitle,.reveal-ready .services-section .service-card,.reveal-ready .practice-career .career-layout>.career-copy,.reveal-ready .practice-career .career-layout>.career-side,.reveal-ready .about-section .split-layout>*,.reveal-ready .contact-section .reveal>.eyebrow,.reveal-ready .contact-section .reveal>h2,.reveal-ready .contact-section .contact-grid>*,.reveal-ready .contact-section .arrival-card{opacity:0;transform:translate3d(0,16px,0);transition:opacity .55s cubic-bezier(.22,.61,.36,1),transform .55s cubic-bezier(.22,.61,.36,1)}.reveal-ready .team-section .reveal.is-visible>.eyebrow,.reveal-ready .team-section .reveal.is-visible>h2,.reveal-ready .team-section .reveal.is-visible>.section-subtitle,.reveal-ready .team-section .reveal.is-visible .team-card,.reveal-ready .services-section .reveal.is-visible>.eyebrow,.reveal-ready .services-section .reveal.is-visible>h2,.reveal-ready .services-section .reveal.is-visible>.section-subtitle,.reveal-ready .services-section .reveal.is-visible .service-card,.reveal-ready .practice-career .career-layout.is-visible>.career-copy,.reveal-ready .practice-career .career-layout.is-visible>.career-side,.reveal-ready .about-section .split-layout.is-visible>*,.reveal-ready .contact-section .reveal.is-visible>.eyebrow,.reveal-ready .contact-section .reveal.is-visible>h2,.reveal-ready .contact-section .reveal.is-visible .contact-grid>*,.reveal-ready .contact-section .reveal.is-visible .arrival-card{opacity:1;transform:none}.reveal-ready .team-section .reveal>.eyebrow,.reveal-ready .services-section .reveal>.eyebrow,.reveal-ready .contact-section .reveal>.eyebrow{transition-delay:.03s}.reveal-ready .team-section .reveal>h2,.reveal-ready .services-section .reveal>h2,.reveal-ready .contact-section .reveal>h2{transition-delay:.09s}.reveal-ready .team-section .reveal>.section-subtitle,.reveal-ready .services-section .reveal>.section-subtitle{transition-delay:.15s}.reveal-ready .team-card:nth-child(1),.reveal-ready .service-card:nth-child(1){transition-delay:.19s}.reveal-ready .team-card:nth-child(2),.reveal-ready .service-card:nth-child(2){transition-delay:.23s}.reveal-ready .team-card:nth-child(3),.reveal-ready .service-card:nth-child(3){transition-delay:.27s}.reveal-ready .team-card:nth-child(4),.reveal-ready .service-card:nth-child(4){transition-delay:.31s}.reveal-ready .service-card:nth-child(5){transition-delay:.35s}.reveal-ready .service-card:nth-child(6){transition-delay:.39s}.reveal-ready .service-card:nth-child(7){transition-delay:.43s}.reveal-ready .service-card:nth-child(8){transition-delay:.47s}.reveal-ready .service-card:nth-child(9){transition-delay:.51s}.reveal-ready .practice-career .career-layout>.career-copy,.reveal-ready .about-section .split-layout>*:first-child{transition-delay:.05s}.reveal-ready .practice-career .career-layout>.career-side,.reveal-ready .about-section .split-layout>*:last-child{transition-delay:.15s}.reveal-ready .contact-section .contact-grid>*:nth-child(1){transition-delay:.16s}.reveal-ready .contact-section .contact-grid>*:nth-child(2){transition-delay:.22s}.reveal-ready .contact-section .contact-grid>*:nth-child(3){transition-delay:.28s}.reveal-ready .contact-section .arrival-card{transition-delay:.34s}

@media(max-width:1000px){
 :root{--header-offset:94px;--practice-nav-collapsed-height:56px}.container{width:min(calc(100% - 32px),var(--container))}
 .contact-bar{display:none}.nav-row{height:86px}.brand img{width:230px}
 .menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:100%;left:0;right:0;height:auto;background:#fff;padding:1rem 1.3rem 1.5rem;box-shadow:0 12px 24px rgba(15,48,57,.12);flex-direction:column;align-items:stretch}.primary-nav.is-open{display:flex}.primary-nav a{padding:.8rem 1rem}.primary-nav a::after{display:none}.primary-nav a.active,.primary-nav a[aria-current=location]{padding-left:calc(1rem - 3px);background:#edf6f8;border-left:3px solid var(--petrol)}
 .practice-contact-inner a:last-child{display:none}.practice-nav-row{height:68px}.practice-header.is-scrolled .practice-nav-row{height:56px}.practice-nav{margin-left:0}.news-trigger{margin-left:auto}.practice-nav-row .menu-toggle{margin-left:auto}.practice-nav-row .news-trigger+.menu-toggle{margin-left:0}
 .practice-sticky-actions{width:min(calc(100% - 32px),900px)}.practice-sticky-action{font-size:.82rem;padding:.8rem .65rem}
 .practice-hero-grid{grid-template-columns:1fr;gap:45px}.quick-card{max-width:650px}.practice-hero{padding-top:60px}
 .team-grid{grid-template-columns:repeat(2,1fr)}
 .services-grid{grid-template-columns:repeat(2,1fr)}
 .contact-grid{grid-template-columns:1fr 1fr}.emergency-card{grid-column:1/-1}
 .practice-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
 h1{font-size:2.35rem}h2{font-size:2rem}.container{width:min(calc(100% - 28px),var(--container))}
 .main-section,.practice-section{padding:72px 0}.main-hero{min-height:720px;padding:75px 0}.main-hero .button-row{gap:.65rem}.main-hero .button{flex:1 1 calc(50% - .65rem)}.main-hero .lead-copy{text-align:left}
 .career-section .section-image.portrait{height:clamp(250px,75vw,320px)}
 .split-layout,.career-layout,.career-layout.has-image{grid-template-columns:1fr;gap:2.5rem}.career-theme-dark{padding:52px 0}.career-actions{width:100%}.career-action{width:100%}.image-pair{min-height:360px}.image-pair img{height:280px}.succession-section .image-pair{order:2}.location-gallery{grid-template-columns:1fr}.location-gallery.is-single figure,.location-gallery figure{min-height:300px}
 .footer-inner{align-items:flex-start;flex-direction:column}.footer-inner nav{flex-wrap:wrap}
 .practice-contact-inner{justify-content:center;gap:1.2rem}.practice-contact-inner a:nth-child(2){display:none}.practice-brand img{width:175px}.news-trigger>span:last-child{display:none}.practice-sticky-actions{grid-template-columns:repeat(auto-fit,minmax(0,1fr));width:calc(100% - 16px);min-height:50px;border-radius:0 0 12px 12px}.practice-sticky-action{min-height:50px;flex-direction:column;gap:.15rem;padding:.35rem .2rem;font-size:.7rem;line-height:1.1;text-align:center}.practice-sticky-action .icon{width:1.3rem;height:1.3rem}.practice-sticky-action .sticky-label-full{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.practice-sticky-action .sticky-label-short{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}
 .practice-hero{padding:48px 0 80px}.practice-hero-parallax,.main-hero-parallax{transform:none;will-change:auto}.practice-hero-grid{grid-template-columns:1fr}.hero-copy h1{font-size:2.55rem}.quick-card{padding:1.5rem 1rem}.quick-link{padding:1rem .7rem}
 .team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:2rem}.team-card{padding:.4rem;border-radius:13px}.team-photo{border-radius:9px}.team-card-body{padding:.95rem .55rem 1.05rem}.team-role{font-size:.64rem;letter-spacing:.11em;margin-bottom:.55rem}.team-prefix{font-size:.75rem}.team-card h3{font-size:clamp(.98rem,4.3vw,1.15rem);line-height:1.18;margin-bottom:.4rem}.team-card-body>p:not(.team-role){font-size:.78rem;line-height:1.35;margin-bottom:.3rem}.team-card .qualification{font-size:.72rem;overflow-wrap:anywhere}
 .services-grid,.contact-grid{grid-template-columns:1fr}.emergency-card{grid-column:auto}.service-card summary{min-height:130px}
 .about-photo,.practice-career .career-photo{height:420px}.about-section .about-photo{order:2}
 .arrival-card{padding:1.25rem}.tabs [role=tablist]{overflow:auto}.tabs [role=tab]{padding:.75rem .8rem;white-space:nowrap}
 .practice-footer-grid{grid-template-columns:1fr;gap:2.2rem}
 .drawer-panel{width:100vw}.form-drawer{--form-drawer-gap:10px;--form-frame-inset:8px}.form-drawer .drawer-panel{border-radius:10px}.legal-content{padding:2rem 1.3rem}
}
@media(max-width:430px){.hero-contact-list span{font-size:.88rem}.button-row .button{width:100%;flex-basis:100%}.practice-contact-inner a:first-child span{font-size:.78rem}.section-intro,.hero-text,.lead-copy{font-size:1rem}.image-pair{min-height:300px}.image-pair img{height:230px}.brand img{width:190px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.form-frame-spinner{animation:none}.practice-hero-parallax,.main-hero-parallax{transform:none!important;will-change:auto}.reveal-ready .reveal,.reveal,.hero-reveal-ready .hero-reveal-group .hero-reveal-item,.home-reveal-ready .home-reveal-group .home-reveal-item{opacity:1;transform:none;transition:none!important}}
@media print{.site-header,.site-footer,.practice-footer,.drawer,.button-row,.quick-card,.practice-hero-parallax,.main-hero-parallax{display:none!important}body{color:#000}.practice-section,.main-section{padding:24px 0}.section-soft,.section-pattern,.career-theme-dark{background:#fff;color:#000}.career-theme-dark h2,.career-theme-dark .eyebrow,.career-theme-dark .career-subtitle{color:#000}.reveal-ready .reveal,.reveal{opacity:1;transform:none}}
