@property --sweep {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}

:root {
  --ink: #071821;
  --ink-2: #0a2532;
  --ink-3: #123544;
  --ivory: #f4f1e9;
  --ivory-2: #eae9e2;
  --white: #ffffff;
  --mint: #7fd2c0;
  --mint-dark: #276f65;
  --slate: #52656d;
  --line-light: rgba(255, 255, 255, .14);
  --line-dark: #cbd3d0;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--ivory); font: 16px/1.55 var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.page-progress { position: fixed; top: 0; left: 0; z-index: 100; width: 0; height: 3px; background: var(--mint); }

.header { position: fixed; top: 0; left: 0; right: 0; z-index: 30; border-bottom: 1px solid var(--line-light); color: #edf5f6; background: rgba(6, 21, 31, .94); box-shadow: 0 12px 34px rgba(2, 15, 22, .18); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.header-layout { min-height: 98px; display: flex; align-items: center; gap: 36px; }
.logo { flex: 0 0 auto; }
.logo img { display: block; width: 322px; height: auto; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; font-size: .8rem; font-weight: 700; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px; background: var(--mint); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 999px; padding: 0 18px; font-size: .78rem; font-weight: 780; transition: color .25s ease, background .25s ease; }
.nav-contact:hover, .nav-contact:focus-visible { color: var(--ink); background: var(--white); }
.menu-button, .mobile-navigation { display: none; }

.section-label { margin: 0 0 22px; color: var(--mint-dark); font-size: .81rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-label-light { color: var(--mint); }

.hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; color: #edf5f6; background: radial-gradient(circle at 83% 22%, rgba(48, 130, 152, .22), transparent 30%), linear-gradient(135deg, #06151f 0%, #0a2432 65%, #071821 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000 0 82%, transparent); }
.hero-layout { position: relative; z-index: 2; min-height: min(900px, 100svh); display: grid; grid-template-columns: 1.02fr .98fr; gap: 90px; align-items: center; padding-top: 106px; }
.hero-copy { padding: 54px 0 45px; animation: enter .8s .05s both; }
.hero h1 { max-width: 690px; margin: 0; font: clamp(4.7rem, 6.5vw, 7.6rem)/.88 var(--serif); letter-spacing: -.065em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(237, 245, 246, .7); }
.hero-intro { max-width: 610px; margin: 30px 0 0; color: #b9cbd2; font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.primary-action, .secondary-action { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 20px; font-size: .82rem; font-weight: 800; transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease; }
.primary-action { color: var(--ink); background: var(--white); }
.secondary-action { border: 1px solid rgba(255, 255, 255, .36); }
.primary-action:hover, .primary-action:focus-visible, .secondary-action:hover, .secondary-action:focus-visible { transform: translateY(-2px); }
.primary-action:hover, .primary-action:focus-visible { background: var(--mint); }
.secondary-action:hover, .secondary-action:focus-visible { border-color: var(--white); background: rgba(255, 255, 255, .07); }
.hero-details { display: flex; gap: 44px; margin: 38px 0 0; padding-top: 24px; border-top: 1px solid var(--line-light); }
.hero-details div { display: grid; gap: 4px; }
.hero-details dt { color: #78919c; font-size: .64rem; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; }
.hero-details dd { margin: 0; color: #d2e0e4; font-size: .76rem; }

.workflow-visual { position: relative; min-height: 610px; overflow: hidden; border: 1px solid rgba(127, 210, 192, .26); border-radius: 34px; padding: 30px; background: radial-gradient(circle at 95% 0, rgba(79, 155, 170, .13), transparent 36%), linear-gradient(145deg, rgba(20, 55, 70, .9), rgba(6, 26, 38, .97)); box-shadow: 0 42px 95px rgba(0, 0, 0, .34); animation: enter .9s .18s both; }
.workflow-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(120deg, rgba(255, 255, 255, .035), transparent 30%); }
.workflow-heading { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid var(--line-light); }
.workflow-heading > div > span { display: block; margin-bottom: 7px; color: #8ea5ae; font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.workflow-heading > div > strong { display: block; font: 1.3rem var(--serif); }
.workflow-state { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; color: var(--mint); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.workflow-state i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 7px rgba(127, 210, 192, .09); animation: state-pulse 2s ease-in-out infinite; }
.workflow-state b { font-weight: 820; }
.workflow-progress { position: relative; z-index: 2; height: 3px; overflow: hidden; margin: 23px 0; border-radius: 999px; background: rgba(255, 255, 255, .08); }
.workflow-progress span { display: block; width: 25%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mint), #74bde2); transition: width .65s cubic-bezier(.45, 0, .2, 1); }
.workflow-list { position: relative; z-index: 2; display: grid; gap: 11px; padding: 0; margin: 0; list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 45px 1fr 30px; gap: 14px; align-items: center; min-height: 72px; border: 1px solid rgba(255, 255, 255, .085); border-radius: 15px; padding: 11px 13px; background: rgba(255, 255, 255, .027); transition: border-color .4s ease, background .4s ease, transform .4s ease; }
.workflow-list li.is-current { border-color: rgba(127, 210, 192, .5); background: rgba(127, 210, 192, .07); transform: translateX(4px); }
.workflow-list li.is-complete { border-color: rgba(127, 210, 192, .2); }
.workflow-number { display: grid; width: 41px; height: 41px; place-items: center; border-radius: 11px; color: #aabdc5; background: rgba(255, 255, 255, .055); font: .8rem var(--serif); }
.workflow-copy strong, .workflow-copy small { display: block; }
.workflow-copy strong { font-size: .82rem; }
.workflow-copy small { margin-top: 3px; color: #8fa5af; font-size: .65rem; }
.workflow-check { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; color: transparent; font-size: .72rem; transition: color .35s ease, border-color .35s ease, background .35s ease; }
.workflow-list li.is-complete .workflow-check { color: #0a2b30; border-color: var(--mint); background: var(--mint); }
.workflow-list li.is-current .workflow-check { border-color: var(--mint); box-shadow: 0 0 0 5px rgba(127, 210, 192, .07); }
.workflow-outcome { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-top: 23px; padding-top: 21px; border-top: 1px solid var(--line-light); }
.workflow-outcome span { color: #829aa4; font-size: .63rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.workflow-outcome strong { max-width: 250px; font: 1.13rem/1.2 var(--serif); text-align: right; }

.practice-strip { overflow: hidden; border-top: 1px solid #bdc8c6; border-bottom: 1px solid #bdc8c6; color: #324b54; background: #ebece6; }
.practice-track { display: flex; width: max-content; animation: ribbon-scroll 30s linear infinite; }
.practice-strip:hover .practice-track { animation-play-state: paused; }
.practice-set { min-height: 70px; display: flex; flex: 0 0 auto; align-items: center; gap: 32px; padding-right: 32px; white-space: nowrap; font-size: .68rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.practice-set i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--mint-dark); }
#services, #approach, #location, #contact { scroll-margin-top: 112px; }

.experience { padding: 110px 0; background: var(--ivory); }
.experience-layout { display: grid; grid-template-columns: 1.25fr .55fr .55fr; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.experience-copy { padding: 43px 52px 43px 0; }
.experience-copy .section-label { margin-bottom: 15px; }
.experience-copy h2 { max-width: 600px; margin: 0; font: clamp(2.7rem, 4vw, 4.6rem)/.95 var(--serif); letter-spacing: -.052em; }
.experience-copy > p:last-child { max-width: 550px; margin: 24px 0 0; color: var(--slate); }
.experience-stat { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line-dark); padding: 38px; }
.experience-stat strong { color: var(--ink-2); font: clamp(4.3rem, 6vw, 6.8rem)/.9 var(--serif); letter-spacing: -.065em; }
.experience-stat small { margin-top: 18px; color: var(--mint-dark); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.services { padding: 130px 0; background: var(--ivory); }
.services-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px 80px; align-items: end; }
.services-intro .section-label { grid-column: 1 / -1; }
.services-intro h2, .approach-intro h2, .standards-title h2, .contact-copy h2, .location-copy h2 { margin: 0; font: clamp(3.6rem, 5.8vw, 6.4rem)/.93 var(--serif); letter-spacing: -.058em; }
.services-intro > p:last-child { margin: 0 0 8px; color: var(--slate); font-size: 1rem; }
.service-explorer { display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; margin-top: 72px; }
.service-tabs { border-top: 1px solid var(--line-dark); }
.service-tabs button { width: 100%; display: grid; grid-template-columns: 45px 1fr; gap: 4px 18px; border: 0; border-bottom: 1px solid var(--line-dark); padding: 22px 16px 22px 0; color: #17323d; text-align: left; background: transparent; cursor: pointer; transition: padding-left .3s ease, color .3s ease, background .3s ease; }
.service-tabs button:hover, .service-tabs button:focus-visible { padding-left: 14px; outline: 0; background: rgba(39, 111, 101, .055); }
.service-tabs button[aria-selected="true"] { padding-left: 14px; color: var(--white); background: var(--ink-2); }
.service-tabs span { grid-row: 1 / 3; color: var(--mint-dark); font: 1rem var(--serif); }
.service-tabs button[aria-selected="true"] span { color: var(--mint); }
.service-tabs strong { font: 1.28rem var(--serif); }
.service-tabs small { color: #64757b; font-size: .72rem; }
.service-tabs button[aria-selected="true"] small { color: #9fb4bc; }
.service-panel { position: relative; min-height: 510px; overflow: hidden; border-radius: 28px; padding: 46px; color: #eaf2f4; background: radial-gradient(circle at 100% 0, rgba(127, 210, 192, .15), transparent 35%), var(--ink-2); }
.panel-number { position: absolute; right: -8px; top: -34px; color: rgba(255, 255, 255, .045); font: 15rem/1 var(--serif); }
.panel-label { position: relative; margin: 0 0 26px; color: var(--mint); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-panel h3 { position: relative; margin: 0; max-width: 520px; font: clamp(3rem, 4.4vw, 5rem)/.95 var(--serif); letter-spacing: -.05em; }
.panel-copy { position: relative; max-width: 570px; margin: 25px 0 35px; color: #b3c5cc; }
.service-panel ul { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 25px; padding: 25px 0 0; border-top: 1px solid var(--line-light); margin: 0; list-style: none; color: #d5e1e4; font-size: .78rem; }
.service-panel li { position: relative; padding-left: 16px; }
.service-panel li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.service-panel > a { position: absolute; left: 46px; bottom: 40px; border-bottom: 1px solid rgba(127, 210, 192, .6); padding-bottom: 6px; color: var(--mint); font-size: .76rem; font-weight: 800; }

.approach { position: relative; overflow: hidden; padding: 135px 0; color: #edf4f6; background: radial-gradient(circle at 78% 16%, rgba(55, 140, 151, .16), transparent 31%), var(--ink); }
.approach::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px); background-size: 80px 80px; }
.approach-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; }
.approach-intro > p:last-child { max-width: 500px; color: #9fb4bd; }
.approach-steps { border-top: 1px solid var(--line-light); }
.approach-steps article { display: grid; grid-template-columns: 62px .8fr 1fr; gap: 25px; align-items: center; border-bottom: 1px solid var(--line-light); padding: 31px 0; }
.approach-steps span { color: var(--mint); font: 1rem var(--serif); }
.approach-steps h3 { margin: 0; font: 1.44rem var(--serif); }
.approach-steps p { margin: 0; color: #9fb3bb; font-size: .8rem; }

.standards { padding: 130px 0; background: #e7e8e2; }
.standards-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.standards-title { align-self: start; position: sticky; top: 40px; }
.standards-list { border-top: 1px solid #bdc8c5; }
.standards-list article { display: grid; grid-template-columns: 55px .85fr 1fr; gap: 22px; align-items: center; border-bottom: 1px solid #bdc8c5; padding: 28px 0; }
.standards-list span { color: var(--mint-dark); font: 1rem var(--serif); }
.standards-list h3 { margin: 0; font: 1.35rem var(--serif); }
.standards-list p { margin: 0; color: #5b6e75; font-size: .8rem; }

.contact { padding: 130px 0; color: #ecf3f5; background: var(--ink-2); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-copy > p:not(.section-label) { max-width: 480px; color: #a6bac2; }
.email-link { display: grid; gap: 5px; margin-top: 40px; color: var(--white); font: 1.24rem var(--serif); }
.email-link span { color: #77909b; font: .64rem var(--sans); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border: 1px solid var(--line-light); border-radius: 27px; padding: 31px; background: rgba(255, 255, 255, .03); }
.field { display: grid; gap: 7px; }
.field label { color: #91a8b2; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255, 255, 255, .17); border-radius: 10px; padding: 13px 14px; outline: 0; color: var(--white); background: rgba(255, 255, 255, .04); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--mint); box-shadow: 0 0 0 4px rgba(127, 210, 192, .08); }
.field option { color: #111; }
.field textarea { min-height: 125px; resize: vertical; }
.field-wide { grid-column: 1 / -1; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-consent { display: flex; gap: 11px; align-items: flex-start; color: #a6bac2; font-size: .72rem; line-height: 1.5; }
.form-consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--mint); }
.form-consent a { color: var(--mint); border-bottom: 1px solid rgba(127, 210, 192, .5); }
.form-note, .form-status { margin: 0; color: #7f98a2; font-size: .7rem; }
.form-submit { border: 0; border-radius: 999px; padding: 14px; color: var(--ink); background: var(--mint); font-weight: 820; cursor: pointer; transition: transform .25s ease, background .25s ease; }
.form-submit:hover, .form-submit:focus-visible { transform: translateY(-2px); background: var(--white); }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-status { min-height: 1em; color: var(--mint); }

.location { padding: 0 0 115px; color: #edf4f5; background: var(--ink-2); }
.location-layout { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 520px; overflow: hidden; border: 1px solid var(--line-light); border-radius: 30px; background: var(--ink); }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.location-copy h2 { font-size: clamp(3rem, 4.6vw, 5.3rem); }
.location-copy address { margin-top: 30px; color: #a9bdc5; font-style: normal; }
.location-copy > a { align-self: flex-start; margin-top: 34px; border-bottom: 1px solid var(--mint); padding-bottom: 5px; color: var(--mint); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.map-shell { min-height: 520px; overflow: hidden; background: #dce4e2; }
.map-shell iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.72) contrast(.95); }

.footer { color: #d8e3e6; background: #031018; }
.footer-layout { display: grid; grid-template-columns: 1.5fr .65fr 1fr; gap: 80px; padding-top: 68px; padding-bottom: 56px; }
.footer-brand img { width: 280px; height: auto; }
.footer-brand p { max-width: 340px; color: #7f96a0; font-size: .78rem; }
.footer h2 { margin: 4px 0 18px; color: #758c96; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links a, .footer-contact a { font-size: .77rem; }
.footer address { margin-top: 9px; color: #7f96a0; font-size: .74rem; font-style: normal; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 22px; padding-bottom: 25px; color: #6f8791; font-size: .68rem; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.22, .8, .2, 1), transform .75s cubic-bezier(.22, .8, .2, 1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes enter { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes state-pulse { 50% { box-shadow: 0 0 0 12px rgba(127, 210, 192, 0); } }
@keyframes ribbon-scroll { to { transform: translateX(-50%); } }

@media (min-width: 1081px) and (max-height: 760px) {
  .header-layout { min-height: 78px; }
  .logo img { width: 278px; }
  .hero, .hero-layout { min-height: 100svh; }
  .hero-layout { gap: 65px; padding-top: 80px; }
  .hero-copy { padding: 28px 0 20px; }
  .section-label { margin-bottom: 14px; font-size: .72rem; }
  .hero h1 { font-size: clamp(3.8rem, 4.8vw, 5.2rem); }
  .hero-intro { margin-top: 20px; font-size: .92rem; }
  .hero-actions { margin-top: 22px; }
  .hero-details { display: none; }
  .workflow-visual { min-height: 470px; border-radius: 28px; padding: 20px; }
  .workflow-heading { padding-bottom: 13px; }
  .workflow-heading > div > strong { font-size: 1.05rem; }
  .workflow-progress { margin: 13px 0; }
  .workflow-list { gap: 7px; }
  .workflow-list li { min-height: 54px; padding: 7px 10px; }
  .workflow-number { width: 35px; height: 35px; }
  .workflow-outcome { margin-top: 13px; padding-top: 12px; }
  .workflow-outcome strong { font-size: .94rem; }
}

@media (max-width: 1080px) {
  .shell { width: min(100% - 40px, 900px); }
  .logo img { width: 285px; }
  .nav-contact { display: none; }
  .hero, .hero-layout { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 145px; padding-bottom: 90px; }
  .hero-copy { padding: 0; }
  .hero h1 { max-width: 820px; }
  .workflow-visual { max-width: 760px; }
  .experience-layout { grid-template-columns: 1fr 1fr; }
  .experience-copy { grid-column: 1 / -1; padding-right: 0; }
  .experience-stat { border-top: 1px solid var(--line-dark); }
  .experience-stat:first-of-type { border-left: 0; }
  .services-intro, .approach-layout, .standards-layout, .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .services-intro .section-label { grid-column: auto; }
  .service-explorer { grid-template-columns: 1fr; }
  .approach-intro { max-width: 740px; }
  .standards-title { position: static; }
  .location-layout { grid-template-columns: 1fr; }
  .map-shell, .map-shell iframe { min-height: 460px; }
}

@media (max-width: 760px) {
  body > .header, body > main, body > footer { width: 100vw; max-width: none; }
  .shell { width: calc(100% - 28px); }
  .header-layout { min-height: 88px; }
  .logo img { width: min(242px, calc(100vw - 86px)); }
  .desktop-nav, .nav-contact { display: none; }
  .menu-button { display: grid; width: 42px; height: 42px; place-content: center; gap: 7px; margin-left: auto; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-button span:not(.visually-hidden) { display: block; width: 17px; height: 1px; background: var(--white); transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-navigation { position: absolute; top: 88px; left: 14px; right: 14px; display: grid; border: 1px solid var(--line-light); border-radius: 16px; padding: 8px; background: rgba(7, 24, 33, .98); box-shadow: 0 24px 55px rgba(0, 0, 0, .3); }
  .mobile-navigation[hidden] { display: none; }
  .mobile-navigation a { border-radius: 10px; padding: 12px 14px; font-size: .8rem; font-weight: 760; }
  .mobile-navigation a:hover, .mobile-navigation a:focus-visible { color: var(--ink); background: var(--mint); }
  .section-label { margin-bottom: 15px; font-size: .74rem; }
  .hero-layout { gap: 50px; padding-top: 125px; padding-bottom: 72px; }
  .hero h1 { font-size: clamp(3.4rem, 15vw, 4.25rem); line-height: .9; }
  .hero-intro { margin-top: 24px; font-size: .94rem; }
  .hero-actions { display: grid; }
  .primary-action, .secondary-action { width: 100%; }
  .hero-details { display: grid; gap: 15px; }
  .workflow-visual { min-height: 570px; border-radius: 25px; padding: 18px; }
  .workflow-heading { display: block; }
  .workflow-heading > div > strong { font-size: 1.08rem; }
  .workflow-state { margin-top: 13px; }
  .workflow-progress { margin: 18px 0; }
  .workflow-list li { grid-template-columns: 39px 1fr 27px; gap: 10px; min-height: 67px; padding: 9px; }
  .workflow-number { width: 36px; height: 36px; }
  .workflow-copy small { font-size: .6rem; }
  .workflow-outcome { align-items: start; }
  .workflow-outcome strong { max-width: 170px; font-size: .94rem; }
  .practice-track { animation-duration: 24s; }
  .practice-set { min-height: 62px; gap: 24px; padding-right: 24px; }
  #services, #approach, #location, #contact { scroll-margin-top: 102px; }
  .experience { padding: 82px 0; }
  .experience-copy { padding: 0 0 36px; }
  .experience-copy h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .experience-stat { min-height: 185px; padding: 28px 18px; }
  .experience-stat strong { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .experience-stat small { max-width: 120px; margin-top: 13px; line-height: 1.45; }
  .services, .approach, .standards, .contact { padding: 82px 0; }
  .services-intro h2, .approach-intro h2, .standards-title h2, .contact-copy h2 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .service-explorer { margin-top: 46px; }
  .service-panel { min-height: 550px; padding: 30px 24px; }
  .service-panel h3 { font-size: 3.1rem; }
  .service-panel ul { grid-template-columns: 1fr; }
  .service-panel > a { left: 24px; bottom: 30px; }
  .approach-steps article, .standards-list article { grid-template-columns: 43px 1fr; gap: 10px 15px; }
  .approach-steps p, .standards-list p { grid-column: 2; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .field-wide { grid-column: auto; }
  .location { padding-bottom: 72px; }
  .location-copy { padding: 40px 27px; }
  .location-copy h2 { font-size: 3.5rem; }
  .map-shell, .map-shell iframe { min-height: 390px; }
  .footer-layout { grid-template-columns: 1fr; gap: 36px; padding-top: 52px; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 8px; }
}

@media (max-width: 390px) {
  .logo img { width: 225px; }
  .hero h1 { font-size: 3.25rem; }
  .workflow-outcome { display: block; }
  .workflow-outcome strong { display: block; max-width: none; margin-top: 7px; text-align: left; }
  .experience-stat { padding-inline: 13px; }
  .experience-stat strong { font-size: 3.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .practice-set[aria-hidden="true"] { display: none; }
}

.legal-page { background: var(--ivory); }
.legal-header { padding: 27px 0; background: var(--ink); }
.legal-header img { display: block; width: min(315px, 76vw); height: auto; }
.legal-main { padding: 90px 0 110px; }
.legal-content { max-width: 860px; }
.legal-content h1 { max-width: 780px; margin: 0 0 18px; font: clamp(3.5rem, 7vw, 6.4rem)/.92 var(--serif); letter-spacing: -.055em; }
.legal-updated { margin-bottom: 55px; color: var(--slate); }
.legal-content h2 { margin: 42px 0 8px; font: 1.8rem var(--serif); }
.legal-content p { color: var(--slate); }
.legal-content a { color: var(--mint-dark); border-bottom: 1px solid currentColor; }
.legal-back { display: inline-block; margin-top: 42px; font-weight: 800; }
.legal-footer { padding: 25px 0; color: #78909a; background: #031018; font-size: .72rem; }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: 40px; color: #edf5f6; background: radial-gradient(circle at 80% 15%, rgba(48, 130, 152, .22), transparent 32%), var(--ink); }
.error-main { width: min(760px, 100%); }
.error-main > img { width: min(330px, 80vw); height: auto; margin-bottom: 70px; }
.error-main h1 { max-width: 730px; margin: 0; font: clamp(3.4rem, 8vw, 6.6rem)/.9 var(--serif); letter-spacing: -.055em; }
.error-main > p:not(.section-label) { max-width: 590px; color: #a9bdc5; }

@media (max-width: 760px) {
  .legal-main { padding: 65px 0 80px; }
  .legal-content h1 { font-size: 3.6rem; }
  .error-page { padding: 25px 14px; }
  .error-main > img { margin-bottom: 55px; }
}
