:root {
  --navy: #031e2b;
  --navy-soft: #0b3243;
  --blue: #009fd9;
  --blue-dark: #007aa7;
  --blue-pale: #dff5fc;
  --paper: #f7f8f6;
  --surface: #ffffff;
  --mist: #edf3f4;
  --white: #ffffff;
  --ink-muted: #51646c;
  --line: #cbd6d9;
  --line-dark: rgb(3 30 43 / 18%);
  --shadow: 0 1.5rem 4rem rgb(3 30 43 / 10%);
  --max: 91rem;
  --header-height: 5rem;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1.5rem); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--navy);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .22em; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { color: var(--white); background: var(--blue-dark); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.skip-link {
  position: fixed; z-index: 200; top: .75rem; left: .75rem;
  padding: .75rem 1rem; color: var(--white); background: var(--navy);
  transform: translateY(-150%); transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(calc(100% - 3rem), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky; z-index: 100; top: 0; min-height: var(--header-height);
  border-bottom: 1px solid var(--line-dark);
  background: rgb(247 248 246 / 91%);
  backdrop-filter: blur(18px) saturate(130%);
}
.header-inner {
  position: relative; display: flex; width: min(calc(100% - 3rem), var(--max));
  min-height: var(--header-height); margin-inline: auto; align-items: center;
  justify-content: space-between; gap: 2rem;
}
.brand {
  display: inline-flex; min-height: 2.75rem; align-items: center; gap: .8rem;
  font-size: .93rem; font-weight: 760; letter-spacing: -.015em; text-decoration: none;
}
.brand-logo { width: 1.8rem; height: 1.9rem; flex: 0 0 auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.15rem); font-size: .9rem; font-weight: 680; }
.site-nav a { display: inline-flex; min-height: 2.75rem; align-items: center; text-decoration: none; }
.site-nav > a:not(.header-action) { position: relative; }
.site-nav > a:not(.header-action)::after {
  position: absolute; right: 0; bottom: .28rem; left: 0; height: 1px;
  background: var(--blue); content: ""; transform: scaleX(0);
  transform-origin: right; transition: transform 180ms ease;
}
.site-nav > a:not(.header-action):hover::after,
.site-nav > a:not(.header-action):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-action {
  padding: 0 1.15rem; border: 1px solid var(--navy); color: var(--white); background: var(--navy);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.header-action:hover { border-color: var(--blue-dark); background: var(--blue-dark); transform: translateY(-2px); }
.menu-button {
  display: none; min-width: 4.75rem; min-height: 2.75rem; padding: .5rem .75rem;
  border: 1px solid var(--navy); color: var(--navy); background: transparent;
  align-items: center; justify-content: space-between; gap: .75rem; cursor: pointer;
}
.menu-label { font-size: .88rem; font-weight: 720; }
.menu-icon { display: grid; width: 1rem; gap: .3rem; }
.menu-icon i { width: 100%; height: 1px; background: currentColor; transition: transform 180ms ease; }
.menu-button[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(.2rem) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-.2rem) rotate(-45deg); }

.eyebrow {
  display: flex; margin: 0 0 1.5rem; align-items: center; gap: .7rem;
  color: var(--blue-dark); font-size: .78rem; font-weight: 800;
  letter-spacing: .16em; line-height: 1.3; text-transform: uppercase;
}
.eyebrow > span { width: 1.7rem; height: 1px; flex: 0 0 auto; background: currentColor; }
.hero {
  display: grid; min-height: calc(100svh - var(--header-height));
  padding-block: clamp(3.5rem, 6.4vw, 7rem);
  grid-template-columns: minmax(0, .88fr) minmax(32rem, 1.12fr);
  align-items: center; gap: clamp(3rem, 6vw, 7rem);
}
.hero-copy { position: relative; z-index: 2; max-width: 45rem; }
.hero h1, .section-heading h2, .approach h2, .about h2, .contact h2,
.legal-hero h1, .legal-content h2, .not-found h1 {
  margin: 0; font-family: Georgia, "Times New Roman", serif;
  font-weight: 400; letter-spacing: -.045em; line-height: .97;
}
.hero h1 { max-width: none; }
.hero-name { display: block; max-width: 10ch; font-size: clamp(3.8rem, 6.5vw, 7.2rem); line-height: .86; }
.hero-heading {
  display: block; max-width: 19ch; margin-top: 1.55rem;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem); font-weight: 700;
  letter-spacing: -.04em; line-height: 1.08;
}
.hero-intro {
  max-width: 38rem; margin: clamp(1.7rem, 3vw, 2.6rem) 0 0;
  color: var(--ink-muted); font-size: clamp(1.04rem, 1.42vw, 1.23rem); line-height: 1.62;
}
.hero-actions, .contact-actions { display: flex; margin-top: 2.2rem; align-items: center; flex-wrap: wrap; gap: 1.15rem; }
.button {
  display: inline-flex; min-height: 3.4rem; padding: .82rem 1.3rem;
  align-items: center; justify-content: center; gap: .9rem; border: 1px solid transparent;
  font-size: .94rem; font-weight: 750; text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.button span:last-child { transition: transform 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button:hover span:last-child { transform: translate(.15rem, -.15rem); }
.button-primary { color: var(--white); background: var(--navy); box-shadow: 0 .8rem 2rem rgb(3 30 43 / 15%); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 1rem 2.5rem rgb(0 122 167 / 24%); }
.text-link {
  display: inline-flex; min-height: 2.75rem; align-items: center; gap: .65rem;
  font-weight: 720; text-decoration-color: var(--blue); transition: color 180ms ease, gap 180ms ease;
}
.text-link:hover { color: var(--blue-dark); gap: .9rem; }

.hero-visual {
  --pointer-x: 0px; --pointer-y: 0px;
  position: relative; isolation: isolate; width: min(100%, 45rem); aspect-ratio: .98;
  justify-self: end; overflow: clip;
}
.hero-geometry {
  position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%;
  color: rgb(0 159 217 / 16%);
  transform: translate3d(var(--pointer-x), var(--pointer-y), 0);
  transition: transform 800ms cubic-bezier(.2,.8,.2,1);
}
.geometry-grid { color: rgb(3 30 43 / 6%); }
.geometry-orbit, .geometry-arc, .geometry-solid, .geometry-axis { fill: none; vector-effect: non-scaling-stroke; }
.geometry-orbit { stroke: rgb(0 159 217 / 32%); stroke-width: 1; stroke-dasharray: 7 9; transform-origin: 380px 380px; animation: orbit 32s linear infinite; }
.geometry-orbit-b { stroke: rgb(3 30 43 / 20%); stroke-dasharray: 2 10; animation-direction: reverse; animation-duration: 24s; }
.geometry-arc { stroke: url(#hero-line); stroke-width: 2; stroke-linecap: round; }
.geometry-arc-secondary { opacity: .48; }
.geometry-solid { stroke: rgb(3 30 43 / 30%); stroke-width: 1.25; }
.geometry-axis { stroke: rgb(3 30 43 / 10%); stroke-width: 1; }
.geometry-axis circle { fill: var(--blue); stroke: none; }
.portrait-frame {
  position: absolute; z-index: 2; top: 11%; right: 6%; width: 67%; margin: 0;
  padding: .72rem; color: var(--white); background: var(--navy);
  box-shadow: 1.4rem 1.6rem 0 rgb(0 159 217 / 13%), var(--shadow);
  transition: box-shadow 350ms ease, transform 500ms cubic-bezier(.2,.8,.2,1);
  animation: portrait-float 8s ease-in-out infinite;
}
.portrait-frame:hover { box-shadow: 1rem 1.2rem 0 rgb(0 159 217 / 20%), 0 2rem 5rem rgb(3 30 43 / 18%); transform: translateY(-.45rem); }
.portrait-window { overflow: hidden; background: var(--mist); }
.portrait-window img {
  width: 100%; aspect-ratio: .93; object-fit: cover; object-position: 53% 50%;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}
.portrait-frame:hover img { transform: scale(1.018); }
.portrait-frame figcaption {
  display: flex; padding: .85rem .25rem .2rem; justify-content: space-between; gap: 1rem;
  color: rgb(255 255 255 / 68%); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase;
}
.portrait-frame figcaption span:first-child { color: var(--white); }
.visual-coordinate {
  position: absolute; z-index: 3; font-size: .68rem; font-weight: 780;
  letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl;
}
.coordinate-top { top: 7%; right: 1%; color: var(--blue-dark); }
.coordinate-bottom { bottom: 5%; left: 7%; color: var(--ink-muted); transform: rotate(180deg); }

.services { position: relative; padding-block: clamp(6rem, 10vw, 10rem); border-top: 1px solid var(--line); background: var(--surface); }
.section-heading {
  display: grid; margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
  grid-template-columns: .34fr 1.66fr; gap: 2rem;
}
.section-heading h2 { max-width: 15ch; font-size: clamp(2.8rem, 4.7vw, 5.35rem); }
.section-heading > div > p { max-width: 37rem; margin: 1.4rem 0 0; color: var(--ink-muted); font-size: 1.06rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--navy); border-left: 1px solid var(--line); }
.service-card {
  position: relative; min-height: 29rem; padding: clamp(1.8rem, 3.5vw, 3.4rem);
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface);
  transition: color 280ms ease, background 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}
.service-card::before {
  position: absolute; top: -1px; right: -1px; left: -1px; height: 3px;
  background: var(--blue); content: ""; transform: scaleX(0); transform-origin: left;
  transition: transform 280ms ease;
}
.service-card:hover { z-index: 2; color: var(--white); background: var(--navy); box-shadow: var(--shadow); transform: translateY(-6px); }
.service-card:hover::before { transform: scaleX(1); }
.service-card-top { display: flex; margin-bottom: clamp(2.5rem, 5vw, 4.7rem); align-items: flex-start; justify-content: space-between; }
.service-number, .legal-number { color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; }
.service-icon { width: 2.6rem; height: 2.6rem; fill: none; stroke: var(--blue-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.15; transition: stroke 280ms ease, transform 280ms ease; }
.service-card:hover .service-icon { stroke: #66d0f4; transform: rotate(-4deg) translateY(-3px); }
.service-card:hover .service-number { color: #66d0f4; }
.service-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.service-card h3 span { display: block; color: var(--ink-muted); transition: color 280ms ease; }
.service-card:hover h3 span { color: rgb(255 255 255 / 63%); }
.service-card > p { max-width: 35rem; margin: 1.5rem 0 1.6rem; color: var(--ink-muted); font-size: 1.03rem; transition: color 280ms ease; }
.service-card:hover > p { color: rgb(255 255 255 / 73%); }
.service-card ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: .45rem; list-style: none; }
.service-card li { padding: .3rem .62rem; border: 1px solid var(--line); color: var(--ink-muted); font-size: .78rem; line-height: 1.35; transition: color 280ms ease, border-color 280ms ease; }
.service-card:hover li { color: rgb(255 255 255 / 78%); border-color: rgb(255 255 255 / 22%); }

.approach { position: relative; overflow: hidden; padding-block: clamp(6rem, 10vw, 10rem); color: var(--white); background: var(--navy); }
.approach-grid {
  position: absolute; inset: 0; opacity: .7; pointer-events: none;
  background-image: linear-gradient(rgb(255 255 255 / 3.5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3.5%) 1px, transparent 1px);
  background-size: 4rem 4rem; mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}
.approach-inner { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3.5rem, 8vw, 9rem); }
.approach .eyebrow, .contact .eyebrow, .legal-hero .eyebrow { color: #66d0f4; }
.approach h2 { max-width: 11ch; font-size: clamp(3rem, 4.8vw, 5.4rem); }
.approach-intro > p:last-child { max-width: 30rem; margin: 2rem 0 0; color: rgb(255 255 255 / 68%); }
.process-list { position: relative; margin: 0; padding: 0 0 0 1.7rem; list-style: none; }
.process-list::before { position: absolute; top: 2rem; bottom: 2rem; left: 1.68rem; width: 1px; background: rgb(102 208 244 / 36%); content: ""; }
.process-list li { position: relative; display: grid; padding: 0 0 3.2rem 4.8rem; grid-template-columns: 1fr; }
.process-list li:last-child { padding-bottom: 0; }
.process-node {
  position: absolute; z-index: 1; top: 0; left: 0; display: grid; width: 3.45rem; height: 3.45rem;
  border: 1px solid rgb(102 208 244 / 50%); border-radius: 50%; color: #8bdcf7; background: var(--navy);
  place-items: center; font-size: .75rem; font-weight: 800; letter-spacing: .08em;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}
.process-list li:hover .process-node { color: var(--navy); background: #66d0f4; transform: scale(1.06); }
.process-list h3 { margin: .2rem 0 .6rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 2.6vw, 2.55rem); font-weight: 400; letter-spacing: -.03em; }
.process-list p { max-width: 35rem; margin: 0; color: rgb(255 255 255 / 70%); }

.about { padding-block: clamp(6rem, 10vw, 10rem); background: var(--mist); }
.about-inner { display: grid; grid-template-columns: .34fr 1.66fr; gap: clamp(3rem, 8vw, 8rem); }
.about-aside { display: flex; flex-direction: column; }
.about-monogram { position: relative; display: grid; width: min(100%, 13rem); aspect-ratio: 1; margin: 1rem 0 1.7rem; border: 1px solid var(--line-dark); place-items: center; }
.about-monogram::before, .about-monogram::after { position: absolute; inset: 14%; border: 1px solid rgb(0 159 217 / 38%); border-radius: 50%; content: ""; }
.about-monogram::after { inset: 28%; border-color: rgb(3 30 43 / 22%); }
.about-monogram span { position: absolute; z-index: 1; font-family: Georgia, "Times New Roman", serif; font-size: 3.1rem; line-height: 1; }
.about-monogram span:first-child { transform: translate(-.55rem, -.35rem); }
.about-monogram span:last-child { color: var(--blue-dark); transform: translate(.62rem, .48rem); }
.about-aside > p:last-child { margin: 0; color: var(--ink-muted); font-size: .9rem; line-height: 1.45; }
.about h2 { max-width: 13ch; font-size: clamp(3rem, 5.1vw, 5.8rem); }
.about-body { display: grid; margin-top: clamp(2.8rem, 5vw, 5rem); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); }
.about-body p { margin: 0; color: var(--ink-muted); font-size: clamp(1.02rem, 1.3vw, 1.16rem); }
.about-body p:first-child::first-letter { float: left; margin: .05em .12em 0 0; color: var(--blue-dark); font-family: Georgia, "Times New Roman", serif; font-size: 3.8em; line-height: .78; }
.about-statement { display: flex; margin-top: clamp(3rem, 5vw, 5.5rem); padding-top: 1.5rem; border-top: 1px solid var(--line-dark); align-items: flex-start; gap: 1.2rem; }
.about-statement > span { color: var(--blue-dark); font-size: 1.5rem; }
.about-statement p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.03em; line-height: 1.08; }

.contact { position: relative; overflow: hidden; padding-block: clamp(6rem, 10vw, 10rem); color: var(--white); background: var(--navy-soft); }
.contact-geometry { position: absolute; inset: 0; pointer-events: none; }
.contact-geometry span { position: absolute; border: 1px solid rgb(102 208 244 / 17%); border-radius: 50%; animation: contact-pulse 9s ease-in-out infinite; }
.contact-geometry span:nth-child(1) { width: 34rem; height: 34rem; right: -7rem; bottom: -17rem; }
.contact-geometry span:nth-child(2) { width: 23rem; height: 23rem; right: -1.5rem; bottom: -11.5rem; animation-delay: -3s; }
.contact-geometry span:nth-child(3) { width: 12rem; height: 12rem; right: 4rem; bottom: -6rem; animation-delay: -6s; }
.contact-inner { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; gap: clamp(3.5rem, 8vw, 8rem); }
.contact h2 { max-width: 10ch; font-size: clamp(3.2rem, 5.3vw, 6rem); }
.contact-card { align-self: end; padding: clamp(1.7rem, 3.5vw, 3.1rem); border: 1px solid rgb(255 255 255 / 18%); background: rgb(3 30 43 / 42%); backdrop-filter: blur(8px); }
.contact-card > p:first-child { max-width: 34rem; margin: 0 0 2.2rem; color: rgb(255 255 255 / 72%); font-size: 1.06rem; }
.contact-channel { padding-block: 1.1rem; border-top: 1px solid rgb(255 255 255 / 17%); }
.contact-channel > span { display: block; margin-bottom: .35rem; color: #8bdcf7; font-size: .72rem; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.email-link, .phone-link { display: inline-block; max-width: 100%; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.5vw, 2.55rem); line-height: 1.15; overflow-wrap: anywhere; text-decoration-color: var(--blue); transition: color 180ms ease; }
.email-link:hover, .phone-link:hover { color: #8bdcf7; }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { color: var(--navy); background: var(--blue-pale); box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 15%); }
.copy-button { min-height: 3.25rem; padding: .75rem .2rem; border: 0; border-bottom: 1px solid var(--blue); color: var(--white); background: transparent; font-weight: 720; cursor: pointer; transition: color 180ms ease, border-color 180ms ease; }
.copy-button:hover { color: #8bdcf7; border-color: #8bdcf7; }
.copy-status { min-height: 1.5em; margin: .8rem 0 0; color: #8bdcf7; font-size: .86rem; }

.site-footer { color: rgb(255 255 255 / 70%); background: #021720; }
.footer-main { display: flex; min-height: 9.5rem; padding-block: 2rem; align-items: center; justify-content: space-between; gap: 3rem; }
.footer-identity { display: flex; align-items: center; gap: 1rem; }
.footer-logo { width: 2.35rem; height: 2.45rem; object-fit: contain; }
.footer-identity div { display: grid; gap: .1rem; }
.footer-identity strong { color: var(--white); font-size: 1rem; }
.footer-identity span { font-size: .8rem; }
.footer-contact { display: grid; justify-items: end; gap: .25rem; font-size: .9rem; }
.footer-contact a { text-decoration-color: rgb(139 220 247 / 45%); transition: color 180ms ease; }
.footer-contact a:hover { color: #8bdcf7; }
.footer-meta { display: flex; min-height: 4.2rem; padding-block: 1rem; border-top: 1px solid rgb(255 255 255 / 12%); align-items: center; justify-content: space-between; gap: 1.5rem; font-size: .8rem; }
.footer-meta p { margin: 0; }
.footer-meta nav { display: flex; gap: 1.5rem; }

.legal-main { background: var(--paper); }
.legal-hero { position: relative; overflow: hidden; padding-block: clamp(4.5rem, 8vw, 8rem); color: var(--white); background: var(--navy); }
.legal-geometry { position: absolute; top: 50%; right: clamp(-11rem, -6vw, -3rem); width: min(44vw, 39rem); aspect-ratio: 1; transform: translateY(-50%); }
.legal-geometry span { position: absolute; inset: 0; border: 1px solid rgb(102 208 244 / 20%); border-radius: 50%; }
.legal-geometry span:nth-child(2) { inset: 18%; border-style: dashed; animation: orbit 28s linear infinite; }
.legal-geometry span:nth-child(3) { inset: 37%; border-color: rgb(102 208 244 / 40%); }
.legal-hero-inner { position: relative; }
.back-link { display: inline-flex; margin-bottom: clamp(3rem, 6vw, 5.5rem); align-items: center; gap: .7rem; color: rgb(255 255 255 / 72%); font-size: .88rem; transition: color 180ms ease, gap 180ms ease; }
.back-link:hover { color: #8bdcf7; gap: .95rem; }
.legal-hero h1 { max-width: 10ch; font-size: clamp(4rem, 8vw, 8.8rem); }
.legal-intro { display: grid; max-width: 58rem; margin-top: 2.5rem; grid-template-columns: 1.5fr .5fr; gap: 2rem; align-items: end; }
.legal-intro p { margin: 0; color: rgb(255 255 255 / 72%); font-size: 1.05rem; }
.legal-intro .legal-date { font-size: .8rem; text-align: right; }
.legal-layout { display: grid; padding-block: clamp(5rem, 9vw, 9rem); grid-template-columns: minmax(12rem, .42fr) minmax(0, 1.58fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.legal-nav { position: sticky; top: calc(var(--header-height) + 2rem); padding: 1.5rem; border: 1px solid var(--line); background: var(--surface); }
.legal-nav > p { margin: 0 0 1rem; color: var(--blue-dark); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.legal-nav ol { display: grid; margin: 0; padding: 0; gap: .55rem; list-style: none; counter-reset: legal-nav; }
.legal-nav li { counter-increment: legal-nav; }
.legal-nav a { display: grid; grid-template-columns: 1.8rem 1fr; color: var(--ink-muted); font-size: .86rem; text-decoration: none; transition: color 180ms ease, transform 180ms ease; }
.legal-nav a::before { color: var(--blue-dark); content: "0" counter(legal-nav); font-size: .7rem; }
.legal-nav a:hover { color: var(--navy); transform: translateX(.2rem); }
.legal-content { max-width: 53rem; }
.legal-notice { display: grid; margin-bottom: 3.5rem; padding: 1.25rem 1.4rem; border: 1px solid rgb(0 159 217 / 28%); grid-template-columns: 2rem 1fr; gap: .8rem; background: var(--blue-pale); }
.legal-notice > span { display: grid; width: 1.65rem; height: 1.65rem; border: 1px solid var(--blue-dark); border-radius: 50%; color: var(--blue-dark); place-items: center; font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.legal-notice p { margin: 0; color: var(--navy-soft); font-size: .94rem; }
.legal-content > section { display: grid; padding-block: clamp(2.3rem, 5vw, 4rem); border-top: 1px solid var(--line); grid-template-columns: 3.2rem 1fr; column-gap: 1.5rem; }
.legal-content > section:last-child { border-bottom: 1px solid var(--line); }
.legal-content h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.legal-content section > p, .legal-contact { grid-column: 2; }
.legal-content section > p { max-width: 46rem; margin: 1.3rem 0 0; color: var(--ink-muted); font-size: 1.03rem; }
.legal-contact { display: grid; margin-top: 1.4rem; gap: .3rem; }
.legal-contact a { width: fit-content; font-weight: 700; text-decoration-color: var(--blue); overflow-wrap: anywhere; }

.not-found { display: grid; width: min(calc(100% - 3rem), 70rem); min-height: 100svh; margin-inline: auto; padding-block: 2rem 5rem; grid-template-rows: auto 1fr; }
.not-found > div { max-width: 48rem; align-self: center; }
.not-found h1 { font-size: clamp(3.2rem, 9vw, 7.5rem); }
.not-found p:not(.eyebrow) { max-width: 34rem; margin: 1.5rem 0 2rem; color: var(--ink-muted); font-size: 1.08rem; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(1.6rem); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes portrait-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -.45rem; } }
@keyframes contact-pulse { 0%, 100% { opacity: .55; transform: scale(1); } 50% { opacity: 1; transform: scale(1.035); } }

@media (max-width: 70rem) {
  .hero { grid-template-columns: minmax(0, .92fr) minmax(29rem, 1.08fr); gap: 3rem; }
  .portrait-frame { right: 4%; width: 70%; }
}

@media (min-width: 68.001rem) and (max-height: 49rem) {
  .hero { min-height: auto; padding-block: 3rem 4rem; }
}

@media (max-width: 68rem) {
  :root { --header-height: 4.5rem; }
  html { scroll-padding-top: 12rem; }
  .header-inner, .section-shell { width: min(calc(100% - 2rem), var(--max)); }
  .header-inner { flex-wrap: wrap; padding-block: .5rem; }
  .site-nav { width: 100%; flex-wrap: wrap; gap: .2rem 1.25rem; padding-bottom: .5rem; }
  html.js-enabled { scroll-padding-top: calc(var(--header-height) + 1.25rem); }
  .js-enabled .header-inner { flex-wrap: nowrap; padding-block: 0; }
  .js-enabled .menu-button { display: inline-flex; }
  .js-enabled .site-nav { width: auto; position: absolute; top: calc(100% + 1px); right: -1rem; left: -1rem; display: none; padding: 1rem; border-bottom: 1px solid var(--line); background: var(--paper); align-items: stretch; flex-direction: column; gap: .15rem; box-shadow: 0 1.25rem 2rem rgb(3 30 43 / 10%); }
  .js-enabled .site-nav[data-open="true"] { display: flex; }
  .js-enabled .site-nav a { min-height: 3rem; padding-inline: .5rem; }
  .js-enabled .site-nav > a:not(.header-action)::after { display: none; }
  .js-enabled .header-action { justify-content: center; }
  .hero { min-height: auto; padding-block: 4rem 5.5rem; grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-copy { max-width: 46rem; }
  .hero-visual { width: min(100%, 43rem); justify-self: center; }
  .portrait-frame { top: 10%; right: 7%; width: 65%; }
  .section-heading, .approach-inner, .about-inner, .contact-inner { grid-template-columns: 1fr; }
  .section-heading { gap: .5rem; }
  .section-heading > div > p { margin-top: 1.2rem; }
  .approach-intro { max-width: 44rem; }
  .process-list { max-width: 45rem; }
  .about-aside { max-width: 14rem; }
  .about-copy { max-width: 55rem; }
  .contact-card { max-width: 45rem; }
  .legal-geometry { width: 30rem; opacity: .7; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
  .legal-nav ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 48rem) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card-top { margin-bottom: 2.5rem; }
  .about-body { grid-template-columns: 1fr; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .footer-contact { justify-items: start; }
  .legal-intro { grid-template-columns: 1fr; }
  .legal-intro .legal-date { text-align: left; }
}

@media (max-width: 38rem) {
  .brand-name { max-width: 8rem; line-height: 1.1; }
  .hero-name { font-size: clamp(3.05rem, 15.2vw, 4.25rem); }
  .hero-heading { font-size: clamp(1.35rem, 6.9vw, 1.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .hero-visual { aspect-ratio: .86; }
  .portrait-frame { top: 11%; right: 4%; width: 78%; box-shadow: .75rem .85rem 0 rgb(0 159 217 / 14%), var(--shadow); }
  .portrait-frame figcaption { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .coordinate-top { right: .2rem; }
  .coordinate-bottom { left: 1%; }
  .service-card { padding: 1.55rem; }
  .service-card h3 { font-size: 2.05rem; }
  .process-list { padding-left: .3rem; }
  .process-list::before { left: 1.68rem; }
  .process-list li { padding-left: 4.5rem; }
  .about-monogram { width: 10rem; }
  .contact-card { padding: 1.35rem; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .email-link, .phone-link { font-size: clamp(1.18rem, 6vw, 1.6rem); }
  .footer-meta { align-items: flex-start; flex-direction: column; }
  .footer-meta nav { width: 100%; justify-content: space-between; gap: 1rem; }
  .legal-hero h1 { font-size: clamp(3.55rem, 18vw, 5.4rem); }
  .legal-nav ol { grid-template-columns: 1fr; }
  .legal-content > section { grid-template-columns: 2.3rem 1fr; column-gap: .8rem; }
  .legal-content h2 { font-size: 2rem; }
}

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

@media print {
  .site-header, .hero-actions, .contact-actions, .site-footer, .legal-nav { display: none; }
  body, .legal-hero { color: #000; background: #fff; }
  .legal-content { max-width: none; }
}
