@import url("team-modal.css");

:root {
  --ink: #0b1f33;
  --ink-soft: #18364f;
  --blue: #174d78;
  --sky: #dfeaf0;
  --paper: #f4f5f2;
  --white: #fcfdfb;
  --signal: #f05a36;
  --cobalt: #3157ff;
  --line: rgba(11, 31, 51, 0.18);
  --serif: "Syne", "Instrument Sans", Helvetica, Arial, sans-serif;
  --sans: "Instrument Sans", Helvetica, Arial, sans-serif;
  --mono: "IBM Plex Mono", Menlo, Consolas, monospace;
  --wrap: min(1440px, calc(100% - 96px));
}

* { box-sizing: border-box; }
::selection { color: var(--white); background: var(--signal); }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.mobile-only-break { display: none; }
button { color: inherit; font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; padding: .7rem 1rem; background: var(--signal); color: #fff; transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0; font-size: .69rem; line-height: 1.2; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; flex: 0 0 22px; width: 22px; height: 8px; background: radial-gradient(circle at 4px 50%, var(--signal) 0 2.5px, transparent 3px), linear-gradient(currentColor,currentColor) right center / 13px 1px no-repeat; opacity: .82; }
.section-pad { padding: 150px 0; }

.site-header { height: 104px; padding: 0 48px; position: absolute; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 34px; height: 34px; overflow: visible; }
.brand-mark path:first-child { fill: none; stroke: currentColor; stroke-width: 1.5; }
.brand-mark path:nth-child(2) { fill: currentColor; }
.brand-mark circle { fill: var(--signal); }
.brand-name { font-size: .76rem; line-height: 1.05; font-weight: 600; letter-spacing: .015em; text-transform: uppercase; }
.brand-name em { font-family: var(--serif); font-size: 1.05em; font-weight: 300; letter-spacing: .09em; }
.site-nav { display: flex; height: 100%; align-items: center; gap: 36px; font-size: .75rem; letter-spacing: .03em; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 7px; width: 100%; height: 1px; background: var(--white); transform: scaleX(0); transform-origin: right; transition: transform .35s ease; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { height: 100%; display: flex; align-items: center; gap: 34px; padding-inline: 35px; background: var(--signal); font-weight: 600; }
.nav-cta span { font-size: 1.05rem; }
.menu-toggle { display: none; border: 0; background: transparent; }
.variation-switcher { position: relative; height: 100%; margin-right: -48px; font-family: var(--mono); }
.variation-switcher summary { height: 100%; min-width: 174px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 0 24px; cursor: pointer; list-style: none; background: rgba(7,23,38,.58); border-left: 1px solid rgba(255,255,255,.2); font-size: .62rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.variation-switcher summary::-webkit-details-marker { display: none; }
.variation-switcher summary::after { content: "+"; color: var(--signal); font-size: 1rem; line-height: 1; transition: transform .25s ease; }
.variation-switcher[open] summary::after { transform: rotate(45deg); }
.variation-menu { position: absolute; top: 100%; right: 0; width: 255px; display: grid; padding: 8px; color: var(--white); background: #071726; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 22px 50px rgba(0,0,0,.24); }
.variation-menu a { padding: 14px 15px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .66rem; letter-spacing: .04em; text-transform: none; transition: color .2s ease, background-color .2s ease; }
.variation-menu a:last-child { border-bottom: 0; }
.variation-menu a[aria-current="true"] { color: var(--white); border-left: 2px solid var(--signal); background: rgba(255,255,255,.08); }
.variation-menu a:hover,.variation-menu a:focus-visible { color: var(--ink); background: var(--signal); outline: 0; }

.hero { min-height: 940px; height: 100svh; max-height: 1120px; position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3,17,31,.9) 0%, rgba(3,17,31,.72) 42%, rgba(3,17,31,.06) 76%), linear-gradient(0deg, rgba(3,17,31,.42), transparent 58%); }
.hero-media { position: absolute; inset: 0; }
.hero .hero-media { opacity: 1; clip-path: inset(0); animation: hero-reveal 1.15s cubic-bezier(.22,.75,.22,1) both; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-copy { position: relative; z-index: 3; height: 100%; padding-top: clamp(170px, 18vh, 215px); padding-bottom: clamp(62px, 8vh, 90px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: auto auto 1fr; column-gap: 28px; }
.hero-kicker { grid-column: 1 / 8; font-size: .68rem; letter-spacing: .19em; font-weight: 600; text-transform: uppercase; color: rgba(255,255,255,.72); }
.hero h1 { grid-column: 1 / 10; margin: 46px 0 0; max-width: 1040px; font-family: var(--sans); font-size: clamp(4rem, 6.7vw, 7.15rem); line-height: .89; letter-spacing: -.065em; font-weight: 500; }
.hero h1 em { color: #b7cfde; font-family: var(--serif); font-weight: 300; letter-spacing: -.045em; }
.hero-intro { grid-column: 1 / 5; align-self: start; width: 100%; max-width: 430px; margin-top: 46px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.42); }
.hero-intro-label { display: block; margin-bottom: 22px; color: var(--signal); font-size: .61rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero-intro p { margin: 0 0 30px; color: rgba(255,255,255,.78); font-size: 1rem; line-height: 1.65; }
.text-link { display: inline-flex; min-width: 220px; align-items: center; justify-content: space-between; gap: 30px; padding: 0 0 12px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font-size: 1rem; transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link.light { color: var(--white); }

/* Device-independent directional icon. Avoids iOS rendering ↗ as an emoji. */
.arrow-icon {
  position: relative;
  display: inline-grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  flex: 0 0 auto;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  transition: transform .28s cubic-bezier(.2,.75,.2,1), background-color .28s ease, color .28s ease;
}
.arrow-icon::before {
  content: "";
  position: absolute;
  left: 29%;
  bottom: 31%;
  width: 48%;
  height: 1px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}
.arrow-icon::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 23%;
  width: 28%;
  height: 28%;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.nav-cta:hover .arrow-icon,
.text-link:hover .arrow-icon,
.contact-button:hover .arrow-icon { transform: translate(3px,-3px) rotate(6deg); }
.hero-media-label { position: absolute; z-index: 3; right: 48px; bottom: 40px; display: flex; gap: 32px; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.pivot-axis { display: none; position: absolute; z-index: 3; top: 104px; right: 12%; width: 1px; height: 210px; background: rgba(255,255,255,.38); transform: rotate(18deg); transform-origin: bottom; }
.pivot-axis i { position: absolute; bottom: -5px; left: -5px; width: 11px; height: 11px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 7px rgba(240,90,54,.18); }
.decision-lens { --lens-x: 0px; --lens-y: 0px; position: absolute; z-index: 4; left: 69%; top: 36%; width: 190px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.54); border-radius: 50%; color: rgba(255,255,255,.7); background: rgba(255,255,255,.025); backdrop-filter: brightness(1.28) saturate(1.18); transform: translate(var(--lens-x), var(--lens-y)) scale(0); animation: lens-open .9s 1.05s cubic-bezier(.2,.75,.2,1) forwards; transition: transform .8s cubic-bezier(.2,.75,.2,1); }
.decision-lens::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; }
.decision-lens::after { content: ""; position: absolute; left: 50%; top: 50%; width: 280px; height: 1px; background: rgba(255,255,255,.45); transform: translate(-50%,-50%) rotate(-32deg); }
.decision-lens span { position: relative; z-index: 2; font-size: .56rem; line-height: 1.45; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.decision-lens i { position: absolute; z-index: 3; right: 9px; top: 39px; width: 12px; height: 12px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 7px rgba(240,90,54,.16); }

@keyframes lens-open { to { transform: translate(var(--lens-x), var(--lens-y)) scale(1); } }

.trust-bridge { position: relative; z-index: 3; overflow: hidden; color: var(--white); background: var(--ink-soft); border-top: 1px solid rgba(255,255,255,.12); }
.trust-layout { position: relative; z-index: 2; min-height: 430px; padding: 82px 0 66px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: 1fr auto; column-gap: 28px; }
.trust-quote { grid-column: 1 / 9; align-self: start; }
.trust-quote .eyebrow { color: #a9c0ce; }
.trust-quote blockquote { margin: 42px 0 0; font-family: var(--serif); font-size: clamp(3rem, 4.8vw, 5.35rem); line-height: .92; letter-spacing: -.045em; font-weight: 300; }
.trust-quote blockquote em { color: #b7cfde; font-weight: 300; }
.trust-principles { grid-column: 5 / 13; grid-row: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.28); }
.trust-principles article { position: relative; min-height: 108px; padding: 24px 28px 0 0; }
.trust-principles article + article { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.18); }
.trust-principles span { display: block; font-size: .64rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.trust-principles p { max-width: 220px; margin: 14px 0 0; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.55; }
.trust-axis { position: absolute; z-index: 1; right: 12%; top: -38%; width: 1px; height: 175%; background: rgba(255,255,255,.24); transform: rotate(32deg); transform-origin: center; }
.trust-axis::before { content: ""; position: absolute; left: -130px; top: 50%; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; transform: translateY(-50%); }
.trust-axis i { position: absolute; left: -7px; top: 50%; width: 15px; height: 15px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 8px rgba(240,90,54,.14); }

.moment { position: relative; z-index: 2; padding: 0; overflow: hidden; background: var(--paper); }
.moment-grid { position: relative; min-height: 840px; padding: 138px 0 120px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.moment-grid > .eyebrow { width: 48%; padding-top: 7px; }
.moment-statement { width: 52%; max-width: 760px; margin-top: 43px; }
.moment-statement p { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 4.5vw, 5.2rem); line-height: .97; font-weight: 300; letter-spacing: -.045em; }
.moment-copy { width: 42%; max-width: 500px; margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--line); }
.moment-copy p { margin: 0 0 30px; font-size: .94rem; line-height: 1.7; color: #4b5b67; }
.moment-media { position: absolute; z-index: 1; left: 57%; right: calc((100vw - 100%) / -2); top: 0; bottom: 0; margin: 0; overflow: hidden; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); }
.moment-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.76); transition: transform 1.2s cubic-bezier(.2,.75,.2,1); }
.moment:hover .moment-media img { transform: scale(1.025); }
.moment-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.moment-media figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.7); font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 1px 10px rgba(0,0,0,.55); }
.moment-axis { position: absolute; z-index: 4; left: 55.25%; top: 82px; bottom: 82px; width: 1px; background: rgba(11,31,51,.3); transform: rotate(3deg); transform-origin: center; }
.moment-axis::before, .moment-axis::after { position: absolute; left: 12px; color: #697985; font-size: .53rem; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.moment-axis::before { content: "Uncertainty"; top: 0; }
.moment-axis::after { content: "Opportunity"; bottom: 0; }
.moment-axis > span { display: none; }
.moment-axis i { position: absolute; left: -7px; top: 50%; width: 15px; height: 15px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 8px rgba(240,90,54,.14); transform: translateY(-50%); }

.turning-points { position: relative; z-index: 1; padding: 140px 0 0; color: var(--white); background: var(--ink); }
.section-head { display: grid; grid-template-columns: 1fr 2fr; margin-bottom: 105px; }
.section-head h2 { margin: -13px 0 0; font-family: var(--serif); font-size: clamp(3.6rem, 6.1vw, 6.6rem); line-height: .96; font-weight: 300; letter-spacing: -.045em; }
.point-list { border-top: 1px solid rgba(255,255,255,.25); }
.point { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: .5fr 1.45fr 1fr 28px; gap: 40px; align-items: center; min-height: 202px; border-bottom: 1px solid rgba(255,255,255,.22); transition: padding .45s cubic-bezier(.2,.75,.2,1); }
.point::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--blue), #123a59); transform: scaleX(0); transform-origin: right; transition: transform .55s cubic-bezier(.2,.75,.2,1); }
.point::after { content: ""; position: absolute; z-index: 2; left: 0; top: 0; bottom: 0; width: 3px; background: var(--signal); transform: scaleY(0); transition: transform .35s .12s ease; }
.point-index { align-self: start; padding-top: 44px; font-size: .65rem; letter-spacing: .13em; color: #8ba6b8; }
.point h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.9rem, 2.6vw, 2.8rem); line-height: 1.02; font-weight: 300; transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.point p { max-width: 340px; margin: 0; color: rgba(255,255,255,.58); font-size: .85rem; line-height: 1.65; }
.point > i { color: var(--signal); font-size: 1.2rem; transition: transform .3s; }
.point:hover { padding-inline: 24px; }
.point:hover::before { transform: scaleX(1); transform-origin: left; }
.point:hover::after { transform: scaleY(1); }
.point:hover h3 { transform: translateX(8px); }
.point:hover p { color: rgba(255,255,255,.76); }
.point:hover > i { transform: translate(4px,-4px); }

.breather { position: relative; overflow: hidden; padding: 175px 0; background: var(--sky); }
.breather-inner { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; }
.breather-inner p { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8.7vw, 9.5rem); line-height: .82; letter-spacing: -.06em; font-weight: 300; }
.breather-inner span { padding-bottom: 4px; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.breather-line { position: absolute; right: 18%; top: -60%; width: 1px; height: 220%; background: rgba(11,31,51,.35); transform: rotate(38deg); }
.breather-line::after { content: ""; position: absolute; left: -8px; top: 50%; width: 17px; height: 17px; background: var(--signal); border-radius: 50%; }

.expertise { background: var(--white); }
.expertise-intro { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 28px; padding-bottom: 105px; border-bottom: 1px solid var(--line); }
.expertise-intro > .eyebrow { grid-column: 1 / 4; padding-top: 8px; }
.expertise-intro h2 { grid-column: 4 / 12; margin: -10px 0 0; font-size: clamp(3.8rem, 5.1vw, 5.6rem); line-height: .95; letter-spacing: -.055em; font-weight: 500; }
.expertise-intro h2 em { font-family: var(--serif); font-weight: 300; color: var(--blue); }
.expertise-intro > p:last-child { grid-column: 4 / 8; margin: 54px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #52626d; font-size: .93rem; line-height: 1.7; }
.expertise-layout { display: grid; grid-template-columns: .75fr 1.6fr; gap: 10vw; padding-top: 125px; }
.expertise-wheel { position: sticky; top: 80px; height: 420px; display: grid; place-items: center; }
.wheel-ring { width: min(28vw, 370px); aspect-ratio: 1; position: relative; display: grid; place-items: center; border: 1px solid #8ea4b3; border-radius: 50%; }
.wheel-ring::before { content: ""; position: absolute; inset: 17%; border: 1px solid #c0ced5; border-radius: 50%; }
.wheel-ring::after { content: ""; position: absolute; top: 50%; left: 50%; width: 132%; height: 1px; background: var(--blue); transform: translate(-50%,-50%) rotate(-32deg); }
.wheel-label { position: relative; z-index: 2; font-size: .68rem; line-height: 1.25; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.wheel-dot { position: absolute; z-index: 3; top: 4.8%; right: 19%; width: 14px; height: 14px; background: var(--signal); border-radius: 50%; }
.service { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 34px 0 37px; border-bottom: 1px solid var(--line); }
.service:first-child { padding-top: 0; }
.service > span { padding-top: 8px; font-size: .63rem; letter-spacing: .1em; color: #78909f; }
.service h3 { margin: 0 0 13px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1; font-weight: 300; letter-spacing: -.03em; }
.service p { max-width: 550px; margin: 0; color: #5b6972; font-size: .87rem; line-height: 1.65; }

.approach { padding: 145px 0; color: var(--white); background: var(--blue); }
.approach-grid { display: grid; grid-template-columns: .75fr 1.6fr; column-gap: 10vw; }
.approach-title h2 { margin: 38px 0 0; font-size: clamp(3rem, 4.5vw, 5rem); line-height: .96; letter-spacing: -.055em; font-weight: 500; }
.approach-title h2 em { font-family: var(--serif); font-weight: 300; color: #b9d1de; }
.approach blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.35rem, 4.1vw, 4.6rem); line-height: 1.08; font-weight: 300; letter-spacing: -.035em; }
.principles { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin-top: 110px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.3); }
.principles span { font-size: .67rem; letter-spacing: .12em; font-weight: 600; text-transform: uppercase; }
.principles p { margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.65; }

.visual-break { position: relative; min-height: 790px; overflow: hidden; color: var(--white); background: var(--ink); }
.visual-break > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.visual-break-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,31,.78), rgba(4,18,31,.12) 62%), linear-gradient(0deg, rgba(4,18,31,.5), transparent 55%); }
.visual-break-copy { position: relative; z-index: 2; min-height: 790px; padding: 100px 0 70px; display: flex; flex-direction: column; align-items: flex-start; }
.visual-break-statement { margin: auto 0; font-size: clamp(4.2rem, 7.2vw, 7.8rem); line-height: .87; letter-spacing: -.06em; font-weight: 500; }
.visual-break-statement em { display: block; margin-left: .72em; font-family: var(--serif); font-weight: 300; color: #c1d7e3; }
.visual-break-caption { width: min(440px, 40vw); display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.45); font-size: .57rem; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.64); }

.perspective { overflow: hidden; background: var(--paper); }
.perspective-grid { display: grid; grid-template-columns: .78fr 1.5fr; gap: 8vw; align-items: center; }
.perspective-copy h2 { margin: 42px 0 40px; font-size: clamp(3.4rem, 5vw, 5.6rem); line-height: .92; letter-spacing: -.06em; font-weight: 500; }
.perspective-copy h2 em { font-family: var(--serif); font-weight: 300; color: var(--blue); }
.perspective-copy > p { max-width: 420px; margin: 0 0 42px; color: #52626d; font-size: .92rem; line-height: 1.7; }
.perspective-figure { position: relative; margin: 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 22px; }
.perspective-figure::before { content: ""; position: absolute; z-index: 2; inset: 0 22px 0 0; border: 1px solid rgba(255,255,255,.25); pointer-events: none; }
.perspective-figure img { height: 730px; object-fit: cover; object-position: 56% center; filter: saturate(.82); }
.perspective-figure figcaption { writing-mode: vertical-rl; transform: rotate(180deg); font-size: .63rem; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.perspective-insight { position: absolute; z-index: 3; left: -72px; bottom: 58px; width: 300px; padding: 24px 26px 27px; background: var(--white); box-shadow: 0 24px 70px rgba(5,23,38,.16); }
.perspective-insight span { display: block; margin-bottom: 35px; color: var(--signal); font-size: .57rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.perspective-insight p { margin: 0; font-family: var(--serif); font-size: 2rem; line-height: 1.02; font-weight: 300; }

.contact { min-height: 650px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--white); background: var(--ink); text-align: center; }
.contact-inner { position: relative; z-index: 2; padding: 120px 0; }
.contact h2 { margin: 32px 0 28px; font-size: clamp(4rem, 7.5vw, 8rem); line-height: .88; letter-spacing: -.06em; font-weight: 500; }
.contact h2 em { font-family: var(--serif); font-weight: 300; color: #b7cfde; }
.contact-inner > p:not(.eyebrow) { margin: 0 auto 42px; color: rgba(255,255,255,.67); }
.contact-button { display: inline-flex; align-items: center; gap: 55px; padding: 18px 20px 18px 24px; background: var(--signal); font-size: .72rem; letter-spacing: .08em; font-weight: 600; text-transform: uppercase; transition: transform .25s, background .25s; }
.contact-button span { font-size: 1rem; }
.contact-button:hover { transform: translateY(-3px); background: #ff6b46; }
.contact-orbit { position: absolute; width: 760px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.contact-orbit::before { content: ""; position: absolute; inset: 20%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.contact-orbit i { position: absolute; width: 140%; height: 1px; left: -20%; top: 50%; background: rgba(255,255,255,.18); transform: rotate(-27deg); }
.contact-orbit i::after { content: ""; position: absolute; right: 12%; top: -7px; width: 15px; height: 15px; background: var(--signal); border-radius: 50%; }

.footer { padding: 75px 0 28px; color: var(--white); background: #071726; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 90px; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; font-size: .74rem; }
.footer-contact span { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; }
.footer-contact a { border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 4px; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.43); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal-image { opacity: 0; clip-path: inset(0 0 100% 0); transition: opacity .25s ease, clip-path 1.15s cubic-bezier(.22,.75,.22,1); }
.reveal-image.in-view { opacity: 1; clip-path: inset(0); }

@keyframes hero-reveal {
  from { opacity: 0; clip-path: inset(0 0 100% 0); }
  to { opacity: 1; clip-path: inset(0); }
}

@media (max-width: 1180px) {
  :root { --wrap: min(100% - 64px, 1120px); }
  .site-header { height: 90px; padding-inline: 32px; }
  .nav-cta { padding-inline: 26px; }
  .site-nav { gap: 24px; }
  .variation-switcher { margin-right: -32px; }
  .variation-switcher summary { min-width: 154px; padding-inline: 18px; }
  .hero { min-height: 780px; }
  .hero-copy { padding-top: 170px; }
  .hero-intro { grid-column: 1 / 6; }
  .hero-media-label { right: 32px; }
  .decision-lens { left: 71%; width: 160px; }
  .point { grid-template-columns: .35fr 1.45fr 1fr 20px; }
  .expertise-intro h2 { grid-column: 4 / 13; }
}

@media (max-width: 860px) {
  :root { --wrap: calc(100% - 48px); }
  .section-pad { padding: 105px 0; }
  .site-header { height: 82px; padding-inline: 24px; }
  .menu-toggle { position: relative; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 10px 0; color: var(--white); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
  .menu-toggle i, .menu-toggle i::after { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-toggle i::after { content: ""; transform: translateY(6px); }
  .menu-open .menu-toggle i { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-toggle i::after { transform: rotate(-90deg); }
  .site-nav { position: fixed; inset: 0; padding: 120px 24px 40px; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: .3s; }
  .menu-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a:not(.nav-cta) { padding: 18px 0; font-family: var(--serif); font-size: 2rem; border-bottom: 1px solid rgba(255,255,255,.18); }
  .nav-cta { height: auto; margin: 38px 0 0; padding: 20px; justify-content: space-between; }
  .hero { height: auto; min-height: 840px; }
  .hero-copy { min-height: 840px; display: block; padding-bottom: 0; }
  .hero h1 { font-size: clamp(4rem, 11vw, 6rem); }
  .hero-intro { position: absolute; left: 24px; right: auto; bottom: 8%; width: 52%; max-width: 400px; margin-top: 0; }
  .decision-lens { display: none; }
  .hero-media-label { display: none; }
  .trust-layout { min-height: 0; padding: 76px 0 62px; display: block; }
  .trust-quote blockquote { max-width: 720px; }
  .trust-principles { width: 84%; margin: 70px 0 0 auto; }
  .trust-axis { right: 4%; }
  .moment.section-pad { padding: 0; }
  .moment-grid { min-height: 0; padding: 105px 0 0; display: block; }
  .moment-grid > .eyebrow, .moment-statement { width: 100%; }
  .moment-statement { max-width: 680px; }
  .moment-copy { width: 72%; margin-top: 34px; padding-top: 24px; }
  .moment-media { position: relative; left: 50%; right: auto; top: auto; bottom: auto; width: 100vw; height: 460px; margin: 68px 0 0; translate: -50% 0; clip-path: none; }
  .moment-media img { height: 100%; }
  .moment-axis { display: none; }
  .turning-points { padding-top: 105px; }
  .section-head { grid-template-columns: 1fr 2fr; }
  .point { grid-template-columns: 40px 1.4fr 1fr 20px; gap: 20px; min-height: 175px; }
  .point-index { padding-top: 35px; }
  .point:hover { padding-inline: 12px; }
  .breather-inner { display: block; }
  .breather-inner span { display: block; margin-top: 50px; }
  .expertise-intro { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
  .expertise-intro > .eyebrow { grid-column: 1 / 3; }
  .expertise-intro h2 { grid-column: 3 / 7; }
  .expertise-intro > p:last-child { grid-column: 3 / 7; margin-top: 35px; }
  .expertise-layout { grid-template-columns: 1fr; }
  .expertise-wheel { display: none; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-title { margin-bottom: 80px; }
  .principles { grid-column: 1; }
  .visual-break, .visual-break-copy { min-height: 660px; }
  .visual-break-copy { padding: 75px 0 55px; }
  .visual-break-statement { font-size: clamp(4rem, 10vw, 6rem); }
  .perspective-grid { gap: 6vw; }
  .perspective-figure img { height: 560px; }
  .perspective-insight { left: -30px; bottom: 36px; width: 260px; }
}

@media (max-width: 600px) {
  :root { --wrap: calc(100% - 36px); }
  .section-pad { padding: 82px 0; }
  .site-header { height: 74px; padding-inline: 18px; }
  .brand-mark { width: 30px; height: 30px; }
  .brand-name { font-size: .68rem; }
  .hero { min-height: 780px; }
  .hero-copy { min-height: 780px; }
  .hero::after { background: linear-gradient(180deg, rgba(3,17,31,.78), rgba(3,17,31,.42) 50%, rgba(3,17,31,.82)); }
  .hero-media img { object-position: 64% center; }
  .hero-copy { padding-top: 140px; }
  .hero-kicker { font-size: .59rem; }
  .hero h1 { margin-top: 34px; font-size: clamp(3.25rem, 14vw, 4.25rem); line-height: .91; }
  .hero h1 em { display: block; font-size: .78em; line-height: 1; }
  .hero-intro { left: 18px; right: 18px; bottom: 54px; width: auto; }
  .hero-intro p { max-width: 340px; margin-bottom: 25px; font-size: .94rem; }
  .decision-lens { display: none; }
  .trust-layout { padding: 64px 0 54px; }
  .trust-quote blockquote { margin-top: 34px; font-size: 3.25rem; line-height: .94; }
  .trust-principles { width: 100%; margin-top: 58px; grid-template-columns: 1fr; }
  .trust-principles article { min-height: 0; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trust-principles article + article { padding-left: 0; border-left: 0; }
  .trust-principles p { max-width: 300px; }
  .trust-axis { right: -26%; opacity: .65; }
  .moment.section-pad { padding: 0; }
  .moment-grid { padding-top: 82px; }
  .moment-media { width: 100vw; height: 340px; margin-top: 58px; }
  .moment-media img { height: 100%; }
  .moment-statement { width: calc(100vw - 44px); max-width: none; margin-top: 45px; }
  .moment-statement p { font-size: 2.75rem; overflow-wrap: break-word; }
  .moment-copy { width: 100%; max-width: 310px; margin-top: 32px; padding-top: 24px; }
  .moment-copy p { font-size: .88rem; overflow-wrap: break-word; }
  .turning-points { padding-top: 85px; }
  .section-head { display: block; margin-bottom: 60px; }
  .section-head h2 { margin-top: 35px; font-size: 3.25rem; }
  .point { grid-template-columns: 28px 1fr 20px; gap: 10px; min-height: 0; padding: 30px 0; align-items: start; }
  .point-index { grid-row: 1 / 3; padding-top: 6px; }
  .point h3 { font-size: 2rem; }
  .point p { grid-column: 2; margin-top: 13px; }
  .point > i { grid-column: 3; grid-row: 1; }
  .point:hover { padding-inline: 0; background: transparent; color: var(--white); }
  .point::before, .point::after { display: none; }
  .point:hover h3 { transform: none; }
  .point:hover p { color: rgba(255,255,255,.58); }
  .breather { padding: 110px 0; }
  .breather-inner p { font-size: 4.4rem; }
  .expertise-intro { display: block; padding-bottom: 72px; }
  .expertise-intro h2 { margin-top: 38px; font-size: 3.15rem; }
  .expertise-intro > p:last-child { margin-top: 36px; }
  .expertise-layout { padding-top: 75px; }
  .service { grid-template-columns: 36px 1fr; gap: 10px; }
  .service h3 { font-size: 2.3rem; }
  .approach { padding: 90px 0; }
  .approach-title { margin-bottom: 65px; }
  .approach blockquote { font-size: 2.7rem; }
  .principles { grid-template-columns: 1fr; gap: 0; margin-top: 70px; }
  .principles article { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .principles p { margin-top: 12px; }
  .visual-break, .visual-break-copy { min-height: 590px; }
  .visual-break > img { object-position: 65% center; }
  .visual-break-copy { padding: 62px 0 46px; }
  .visual-break-statement { font-size: 3.65rem; }
  .visual-break-statement em { margin-left: 0; }
  .visual-break-caption { width: 100%; }
  .perspective-grid { display: flex; flex-direction: column; gap: 70px; }
  .perspective-copy h2 { font-size: 3.25rem; }
  .perspective-figure { grid-template-columns: 1fr; }
  .perspective-figure img { height: 480px; }
  .perspective-figure figcaption { writing-mode: initial; transform: none; }
  .perspective-figure::before { inset: 0 0 32px; }
  .perspective-insight { left: 18px; right: 18px; bottom: 60px; width: auto; }
  .perspective-insight span { margin-bottom: 22px; }
  .contact { min-height: 600px; }
  .contact h2 { font-size: 4.2rem; }
  .contact-orbit { width: 580px; }
  .footer-top { display: block; padding-bottom: 65px; }
  .footer-contact { margin-top: 55px; align-items: flex-start; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 8px; }
}

/* Interior pages */
.site-nav a.active:not(.nav-cta)::after { transform: scaleX(1); }
.page-hero { position: relative; min-height: 800px; height: 88svh; overflow: hidden; color: var(--white); background: var(--ink); }
.page-hero-image,.page-hero-shade,.page-hero-aperture { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero-image { object-fit: cover; }.page-hero-shade { z-index: 1; background: linear-gradient(90deg,rgba(4,18,31,.9),rgba(4,18,31,.55) 52%,rgba(4,18,31,.12)),linear-gradient(0deg,rgba(4,18,31,.5),transparent 55%); }.page-hero-aperture { z-index: 2; left: 32%; width: 82%; max-width: none; object-fit: contain; opacity: .38; transform: rotate(-7deg); }
.page-hero-inner { position: relative; z-index: 3; height: 100%; padding-top: 190px; padding-bottom: 85px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.page-hero h1 { max-width: 1100px; margin: 36px 0 0; font-family: var(--sans); font-size: clamp(4.5rem,7.8vw,8.5rem); line-height: .87; letter-spacing: -.065em; font-weight: 500; }.page-hero h1 em { font-family: var(--serif); color: #b7cfde; font-weight: 500; }.page-hero-copy { max-width: 470px; margin: 45px 0 0 auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.4); color: rgba(255,255,255,.76); line-height: 1.75; }
.manifesto { background: var(--paper); }.manifesto-grid { display: grid; grid-template-columns: .5fr 1.4fr; gap: 9vw; }.manifesto-statement h2 { max-width: 1000px; margin: -15px 0 65px; font-family: var(--serif); font-size: clamp(4rem,6.5vw,7rem); line-height: .93; letter-spacing: -.045em; font-weight: 400; }.manifesto-statement h2 em { color: var(--blue); font-weight: 500; }.manifesto-statement>p { max-width: 620px; margin: 0 0 25px; color: #52626d; font-size: 1rem; line-height: 1.8; }
.phrase-band { padding: 145px 0; overflow: hidden; background: var(--sky); }.phrase-band .pivot-phrase em { color: var(--blue); }.phrase-band.cobalt-band { color: var(--white); background: var(--cobalt,#3157ff); }.phrase-band.cobalt-band .pivot-phrase em { color: var(--white); }
.beliefs { color: var(--white); background: var(--ink); }.page-section-head { display: grid; grid-template-columns: .45fr 1.3fr; gap: 8vw; align-items: start; margin-bottom: 100px; }.page-section-head h2 { margin: -15px 0 0; font-size: clamp(3.8rem,5.5vw,6rem); line-height: .92; letter-spacing: -.055em; font-weight: 500; }.page-section-head h2 em { font-family: var(--serif); color: #b7cfde; font-weight: 500; }
.belief-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.25); }.belief-grid article { min-height: 390px; padding: 38px 45px 30px 0; }.belief-grid article+article { padding-left: 45px; border-left: 1px solid rgba(255,255,255,.18); }.belief-grid span,.method-steps span,.expect-grid span { font-family: var(--mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }.belief-grid h3 { margin: 95px 0 24px; font-family: var(--serif); font-size: 2.5rem; line-height: 1; font-weight: 400; }.belief-grid p { color: rgba(255,255,255,.6); line-height: 1.7; }
.editorial-image { position: relative; height: min(80vw,920px); min-height: 650px; overflow: hidden; background: var(--ink); }.editorial-image>img { height: 100%; object-fit: cover; filter: saturate(.78); }.editorial-image-caption { position: absolute; left: 50%; bottom: 30px; translate: -50% 0; display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-family: var(--mono); font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
.method { background: var(--white); }.method-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; }.method-title h2 { margin: 42px 0 0; font-size: clamp(3.5rem,5vw,5.5rem); line-height: .93; letter-spacing: -.055em; }.method-title h2 em { font-family: var(--serif); color: var(--blue); font-weight: 500; }.method-steps { border-top: 1px solid var(--line); }.method-steps article { display: grid; grid-template-columns: .3fr 1fr; gap: 30px; padding: 35px 0; border-bottom: 1px solid var(--line); }.method-steps h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }.method-steps p { grid-column: 2; margin: 0; color: #52626d; line-height: 1.7; }

.service-intro { background: var(--paper); }.service-intro-grid { display: grid; grid-template-columns: .6fr 1.25fr; gap: 10vw; align-items: center; }.service-intro-mark { min-height: 430px; display: grid; place-items: center; background: var(--sky); }.service-intro-mark img { width: 250px; transform: rotate(-12deg); }.service-intro h2 { margin: 40px 0 35px; font-size: clamp(4rem,6vw,6.5rem); line-height: .9; letter-spacing: -.06em; }.service-intro h2 em { font-family: var(--serif); color: var(--blue); font-weight: 500; }.service-intro-grid>div:last-child>p:last-child { max-width: 520px; color: #52626d; line-height: 1.75; }
.service-detail { padding: 140px 0; background: var(--white); }.service-detail-grid { display: grid; grid-template-columns: .42fr 1.05fr .48fr; gap: 6vw; }.service-detail-index { padding-top: 8px; }.service-detail-index span { font-family: var(--mono); font-size: .65rem; letter-spacing: .1em; }.service-detail-index p { max-width: 170px; margin: 22px 0 0; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }.service-detail-main h2 { margin: 0 0 45px; font-size: clamp(3.3rem,5vw,5.6rem); line-height: .92; letter-spacing: -.055em; }.service-detail-main h2 em { font-family: var(--serif); color: var(--blue); font-weight: 500; }.service-detail-main>p { max-width: 650px; color: #52626d; line-height: 1.8; }.service-detail-main ul { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.service-detail-main li { padding: 20px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }.service-detail-main li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 14px; border-radius: 50%; background: var(--signal); }.service-questions { align-self: end; padding-top: 25px; border-top: 1px solid var(--line); }.service-questions span { display: block; margin-bottom: 30px; font-family: var(--mono); font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }.service-questions p { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); color: #52626d; font-family: var(--serif); font-size: 1.25rem; line-height: 1.15; }
.dark-detail { color: var(--white); background: var(--ink); }.blue-detail { color: var(--white); background: var(--blue); }.dark-detail .service-detail-main h2 em,.blue-detail .service-detail-main h2 em { color: #b7cfde; }.dark-detail .service-detail-main>p,.blue-detail .service-detail-main>p,.dark-detail .service-questions p,.blue-detail .service-questions p { color: rgba(255,255,255,.62); }.dark-detail .service-detail-main ul,.dark-detail .service-detail-main li,.dark-detail .service-questions,.dark-detail .service-questions p,.blue-detail .service-detail-main ul,.blue-detail .service-detail-main li,.blue-detail .service-questions,.blue-detail .service-questions p { border-color: rgba(255,255,255,.2); }
.decision-banner { padding: 120px 0; color: var(--white); background: var(--cobalt,#3157ff); }.decision-banner-grid { display: grid; grid-template-columns: .3fr 1fr; gap: 5vw; align-items: end; }.decision-banner .pivot-phrase { grid-column: 2; }.decision-banner-grid>p:last-child { grid-column: 2; max-width: 500px; margin: 40px 0 0 auto; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.35); line-height: 1.7; color: rgba(255,255,255,.78); }

.contact-hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: var(--ink); }.contact-hero-field { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }.contact-hero-field img { width: min(1100px,88vw); opacity: .4; transform: rotate(-8deg); }.contact-hero-grid { position: relative; z-index: 2; min-height: 760px; padding-top: 180px; padding-bottom: 80px; display: grid; grid-template-columns: 1.2fr .5fr; gap: 9vw; align-items: end; }.contact-hero h1 { margin: 38px 0 0; font-size: clamp(5rem,8.5vw,9.3rem); line-height: .84; letter-spacing: -.07em; }.contact-hero h1 em { font-family: var(--serif); color: #b7cfde; font-weight: 500; }.contact-hero-grid>p { margin: 0 0 10px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.72); line-height: 1.75; }
.contact-form-section { background: var(--paper); }.contact-form-grid { display: grid; grid-template-columns: .65fr 1.1fr; gap: 10vw; }.contact-form-intro h2 { margin: 42px 0 35px; font-size: clamp(3.6rem,5vw,5.5rem); line-height: .92; letter-spacing: -.055em; }.contact-form-intro h2 em { font-family: var(--serif); color: var(--blue); font-weight: 500; }.contact-form-intro>p { max-width: 400px; color: #52626d; line-height: 1.75; }.contact-direct { margin-top: 80px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }.contact-direct span { font-family: var(--mono); font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; color: #71818c; }.contact-direct a { margin-bottom: 25px; padding-bottom: 4px; border-bottom: 1px solid var(--line); }
.inquiry-form { border-top: 1px solid var(--line); }.form-row { display: grid; grid-template-columns: .48fr 1fr; gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--line); }.form-row label { padding-top: 10px; font-family: var(--mono); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }.form-row label span { color: var(--signal); }.form-row input,.form-row select,.form-row textarea { width: 100%; padding: 8px 0; border: 0; border-radius: 0; color: var(--ink); background: transparent; font: inherit; font-size: 1.05rem; outline: none; }.form-row textarea { resize: vertical; }.form-row input:focus,.form-row select:focus,.form-row textarea:focus { box-shadow: 0 2px 0 var(--blue); }.form-message { align-items: start; }.form-footer { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding-top: 35px; }.form-footer p { max-width: 330px; margin: 0; color: #71818c; font-size: .75rem; line-height: 1.55; }.form-footer button { min-width: 245px; display: flex; justify-content: space-between; align-items: center; padding: 19px 22px; border: 0; color: var(--white); background: var(--signal); font-family: var(--mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }.form-footer button:disabled { opacity: .6; cursor: wait; }.form-note { min-height: 28px; margin: 20px 0 0; color: var(--blue); font-weight: 500; }
.contact-expect { padding: 130px 0; color: var(--white); background: var(--blue); }.expect-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.3); }.expect-grid article { min-height: 230px; padding: 32px 40px 20px 0; }.expect-grid article+article { padding-left: 40px; border-left: 1px solid rgba(255,255,255,.2); }.expect-grid p { margin: 65px 0 0; color: rgba(255,255,255,.68); line-height: 1.7; }

@media(max-width:860px){.page-hero{min-height:720px}.page-hero-inner{padding-top:150px}.page-hero h1{font-size:clamp(4rem,10vw,6.5rem)}.page-hero-aperture{left:5%;width:120%}.manifesto-grid,.method-grid,.service-intro-grid,.contact-form-grid{grid-template-columns:1fr}.manifesto-statement{margin-top:65px}.belief-grid{grid-template-columns:1fr}.belief-grid article,.belief-grid article+article{min-height:0;padding:35px 0;border-left:0;border-bottom:1px solid rgba(255,255,255,.18)}.belief-grid h3{margin-top:55px}.method-title{margin-bottom:70px}.service-intro-mark{min-height:330px}.service-detail-grid{grid-template-columns:.25fr 1fr}.service-detail-main{grid-column:2}.service-questions{grid-column:2;margin-top:55px}.contact-hero-grid{grid-template-columns:1fr;align-content:end}.contact-hero-grid>p{max-width:460px}.contact-form-intro{margin-bottom:75px}.page-section-head{grid-template-columns:1fr;gap:45px}.expect-grid{grid-template-columns:1fr}.expect-grid article,.expect-grid article+article{min-height:0;padding:30px 0;border-left:0;border-bottom:1px solid rgba(255,255,255,.2)}.expect-grid p{margin-top:35px}}
@media(max-width:600px){.page-hero{min-height:680px;height:88svh}.page-hero-inner{padding-top:130px;padding-bottom:55px}.page-hero h1{font-size:3.55rem}.page-hero-copy{margin-left:0;font-size:.9rem}.page-hero-aperture{left:-40%;width:180%;opacity:.27}.manifesto-statement h2{font-size:3.45rem}.phrase-band{padding:100px 0}.page-section-head h2{font-size:3.25rem}.editorial-image{min-height:540px}.editorial-image>img{object-position:58% center}.method-steps article{grid-template-columns:1fr}.method-steps p{grid-column:1}.service-intro-mark{min-height:280px}.service-intro-mark img{width:180px}.service-intro h2{font-size:3.5rem}.service-detail{padding:90px 0}.service-detail-grid{grid-template-columns:1fr}.service-detail-main,.service-questions{grid-column:1}.service-detail-index{margin-bottom:50px}.service-detail-main h2{font-size:3.25rem}.decision-banner-grid{grid-template-columns:1fr}.decision-banner .pivot-phrase,.decision-banner-grid>p:last-child{grid-column:1}.contact-hero,.contact-hero-grid{min-height:700px}.contact-hero h1{font-size:4.35rem}.contact-hero-field img{width:900px;max-width:none}.form-row{grid-template-columns:1fr;gap:10px}.form-row label{padding-top:0}.form-footer{display:block}.form-footer button{width:100%;margin-top:28px}.contact-expect{padding:90px 0}}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal, .reveal-image { opacity: 1; transform: none; clip-path: none; }
  .decision-lens { animation: none; transform: scale(1); }
}

/* Direction 02 brand application */
.brand-signature { width: 270px; }
.brand-signature img { width: 100%; }
.site-header.is-scrolled { position: fixed; height: 82px; background: rgba(7,23,38,.92); backdrop-filter: blur(18px); }
.site-nav { font-family: var(--mono); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-kicker,.hero-intro-label,.eyebrow,.point-index,.service>span,.principles span,.hero-media-label,.visual-break-caption,.perspective-insight span,.footer-bottom { font-family: var(--mono); }
.hero h1 { font-weight: 500; letter-spacing: -.055em; }
.hero h1 em { font-weight: 500; }
.hero-aperture { position: absolute; z-index: 4; top: 15%; right: -6%; width: min(66vw,940px); height: 72%; object-fit: contain; opacity: .42; pointer-events: none; transform: rotate(-7deg); }
.motion-breather { position: relative; min-height: 720px; overflow: hidden; color: var(--white); background: var(--ink); }
.motion-breather-copy { position: absolute; z-index: 3; inset: 0; padding-block: 85px 58px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; pointer-events: none; }
.motion-breather-copy .eyebrow { color: rgba(255,255,255,.62); }
.motion-breather-stage { position: absolute; inset: 0; display: grid; place-items: center; }
.motion-breather-stage img { position: absolute; top: 50%; left: 50%; width: 100%; min-width: 1050px; transform: translate(-50%,-50%); }
.motion-breather .pivot-phrase { align-self: flex-end; max-width: 310px; padding-bottom: 17px; font-size: clamp(1.35rem,2vw,2rem); line-height: 1; letter-spacing: -.025em; text-align: right; }
.motion-breather .pivot-phrase b { left: auto; right: 18%; bottom: -4px; width: 9px; height: 9px; }
.pivot-phrase { position: relative; width: fit-content; max-width: 850px; padding-bottom: 31px; font-size: clamp(3.8rem,7vw,7.8rem); line-height: .86; letter-spacing: -.05em; }
.pivot-phrase span { font-weight: 500; }.pivot-phrase em { font-family: var(--serif); font-weight: 500; color: #b7cfde; }.pivot-phrase i { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; opacity: .28; }.pivot-phrase b { position: absolute; left: 43%; bottom: -7px; width: 15px; height: 15px; border-radius: 50%; background: var(--signal); }
.expertise-wheel { overflow: hidden; }
.wheel-mark { width: min(28vw,360px); opacity: .92; transform: rotate(-12deg); }
.footer { padding: 80px 0 28px; }
.footer-signature { padding-bottom: 70px; }
.footer-signature img { width: 100%; }
.footer-links { display: flex; justify-content: space-between; align-items: flex-start; padding: 28px 0 75px; border-top: 1px solid rgba(255,255,255,.16); }
.footer-links nav { display: flex; gap: 35px; font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links nav a { padding-bottom: 5px; border-bottom: 1px solid transparent; }.footer-links nav a:hover { border-color: rgba(255,255,255,.5); }
.footer-links .footer-contact { margin: 0; }

@media (max-width: 860px) {
  .brand-signature { width: 220px; }.site-header.is-scrolled { height: 74px; }.hero-aperture { width: 900px; max-width: none; right: -55%; top: 18%; }.motion-breather { min-height: 630px; }.motion-breather-stage img { min-width: 970px; }.footer-signature { padding-bottom: 50px; }.footer-links { padding-bottom: 55px; }
}
@media (max-width: 600px) {
  .brand-signature { width: 182px; }.hero-aperture { width: 760px; right: -100%; opacity: .28; }.motion-breather { min-height: 590px; }.motion-breather-copy { padding-block: 60px 42px; }.motion-breather-stage img { min-width: 880px; }.motion-breather .pivot-phrase { max-width: 230px; font-size: 1.35rem; }.pivot-phrase { font-size: 3.5rem; }.footer { padding-top: 58px; }.footer-links { display: block; }.footer-links nav { gap: 24px; }.footer-links .footer-contact { margin-top: 45px; }.footer-signature img { width: 780px; max-width: none; transform: translateX(-12px); }.footer-signature { overflow: hidden; }
}

/* Editorial Pivot Notes and image-led refinements */
.hero { min-height: 100svh; height: 100svh; max-height: none; }
.hero-copy { min-height: 100svh; }

.trust-bridge { color: var(--ink); background: #edf2f3; border-color: var(--line); }
.trust-layout { min-height: 470px; padding-top: 96px; padding-bottom: 72px; }
.trust-quote { grid-column: 1 / 10; }
.trust-quote .eyebrow { color: var(--ink); }
.trust-quote blockquote { max-width: 1120px; margin-top: 46px; color: var(--ink); font-size: clamp(3.4rem,5.2vw,5.9rem); }
.trust-quote blockquote em { color: var(--blue); }
.trust-principles { grid-column: 5 / 13; border-color: var(--line); }
.trust-principles article + article { border-color: var(--line); }
.trust-principles p { color: #60717d; }
.trust-axis { right: 9%; background: rgba(11,31,51,.2); }
.trust-axis::before { border-color: rgba(11,31,51,.1); }

.pivot-note { position: relative; min-height: 760px; overflow: hidden; }
.note-inner { position: relative; z-index: 3; min-height: 760px; padding-block: 62px 54px; display: flex; flex-direction: column; align-items: flex-start; }
.note-label,.note-action { margin: 0; font-family: var(--mono); font-size: .63rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.note-statement { margin: auto 0; font-family: var(--serif); font-size: clamp(5.6rem,9vw,10.2rem); font-weight: 400; line-height: .81; letter-spacing: -.055em; }
.note-statement em { color: var(--blue); font-weight: 500; }
.note-mineral { color: var(--ink); background: #f7f8f6; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.note-mineral .note-statement { max-width: 1180px; }
.note-axis { position: absolute; right: -5vw; bottom: -12%; width: 58%; height: 1px; background: rgba(11,31,51,.3); transform: rotate(-18deg); transform-origin: right center; }
.note-axis i { position: absolute; left: 48%; top: -7px; width: 15px; height: 15px; border-radius: 50%; background: var(--signal); }

.note-cobalt { min-height: 700px; color: var(--white); background: var(--cobalt); }
.note-cobalt .note-inner { min-height: 700px; }
.note-cobalt .note-statement { position: relative; z-index: 2; }
.note-cobalt .note-action { margin-top: auto; }
.note-cobalt-mark { position: absolute; z-index: 1; top: -26%; right: -7%; width: min(48vw,690px); transform: rotate(18deg); opacity: .9; }

.note-image { min-height: 900px; color: var(--white); background: var(--ink); }
.note-image > img:first-child,.note-image-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.note-image > img:first-child { object-fit: cover; object-position: 50% 47%; filter: saturate(.72) brightness(.72); }
.note-image-shade { z-index: 1; background: linear-gradient(90deg,rgba(4,18,31,.78),rgba(4,18,31,.12) 70%),linear-gradient(0deg,rgba(4,18,31,.55),transparent 55%); }
.note-image .note-inner { min-height: 900px; }
.note-image .note-statement { max-width: 980px; font-size: clamp(5rem,8vw,9rem); }
.note-image-mark { position: absolute; z-index: 2; inset: -20% -8% auto auto; width: min(88vw,1350px); opacity: .52; transform: rotate(-7deg); }

.motion-image-breather { position: relative; min-height: 980px; overflow: hidden; color: var(--white); background: var(--ink); }
.motion-image-bg,.motion-image-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.motion-image-bg { object-fit: cover; }
.motion-image-shade { z-index: 1; background: linear-gradient(90deg,rgba(4,18,31,.84),rgba(4,18,31,.26)),linear-gradient(0deg,rgba(4,18,31,.65),transparent 65%); }
.motion-image-layout { position: relative; z-index: 2; min-height: 980px; padding-block: 86px 72px; display: grid; grid-template-columns: .46fr 1fr; grid-template-rows: auto 1fr auto; gap: 48px; align-items: center; }
.motion-image-layout > .eyebrow { grid-column: 1 / -1; align-self: start; }
.motion-asset-frame { grid-column: 2; width: 100%; box-shadow: 0 28px 80px rgba(0,0,0,.34); border: 1px solid rgba(255,255,255,.24); }
.motion-image-phrase { grid-column: 1; grid-row: 2; align-self: end; margin: 0 0 35px; font-size: clamp(3.2rem,5vw,5.7rem); line-height: .88; letter-spacing: -.055em; }
.motion-image-phrase em { font-family: var(--serif); color: #b7cfde; font-weight: 500; }

/* Approved segmented identity motion */
.motion-logo-stage { position: relative; aspect-ratio: 16 / 8.6; overflow: hidden; display: grid; place-items: center; background: linear-gradient(135deg,#0b1f33 0%,#102b44 100%); isolation: isolate; }
.motion-logo-stage::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.1); }
.motion-logo-symbol { position: absolute; z-index: 2; left: 13%; top: 48%; width: 22%; max-height: 48%; transform: translate(0,-50%); opacity: 1; transform-origin: center; animation: motion-symbol 7s cubic-bezier(.22,.75,.22,1) infinite; }
.motion-logo-wordmark { position: absolute; z-index: 2; right: 11%; top: 46%; width: 52%; max-height: 34%; transform: translate(0,-50%); opacity: 1; animation: motion-wordmark 7s cubic-bezier(.22,.75,.22,1) infinite; }
.motion-logo-subline { position: absolute; z-index: 2; left: 42%; top: 64%; color: rgba(255,255,255,.62); font-family: var(--mono); font-size: .5rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; animation: motion-subline 7s cubic-bezier(.22,.75,.22,1) infinite; }
.motion-logo-cues { position: absolute; left: 12%; right: 12%; bottom: 10%; display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-family: var(--mono); font-size: .52rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.motion-logo-cues span { animation: motion-cue 7s ease infinite; }
.motion-logo-cues span:nth-child(2) { animation-delay: .45s; }.motion-logo-cues span:nth-child(3) { animation-delay: .9s; }
@keyframes motion-symbol { 0%{opacity:.35;transform:translate(-55%,-50%) rotate(-24deg) scale(.62)} 15%{opacity:1;transform:translate(5%,-50%) rotate(4deg) scale(1.08)} 24%,74%{opacity:1;transform:translate(0,-50%) rotate(0) scale(1)} 88%{opacity:1;transform:translate(12%,-50%) rotate(5deg) scale(.92)} 100%{opacity:.35;transform:translate(46%,-50%) rotate(18deg) scale(.7)} }
@keyframes motion-wordmark { 0%,13%{opacity:.15;clip-path:inset(0 100% 0 0);transform:translate(8%,-50%)} 30%,76%{opacity:1;clip-path:inset(0 0 0 0);transform:translate(0,-50%)} 92%,100%{opacity:.15;clip-path:inset(0 0 0 100%);transform:translate(-5%,-50%)} }
@keyframes motion-subline { 0%,25%{opacity:0;translate:0 8px} 38%,76%{opacity:1;translate:0 0} 90%,100%{opacity:0;translate:0 -5px} }
@keyframes motion-cue { 0%,18%,100%{color:rgba(255,255,255,.32)} 30%,58%{color:#fff} 72%{color:var(--signal)} }

/* Editorial team roster */
.team { position: relative; overflow: hidden; background: var(--paper); }
.team-intro { display: grid; grid-template-columns: .42fr 1.15fr .48fr; gap: 5vw; align-items: start; margin-bottom: 115px; }
.team-intro h2 { margin: -13px 0 0; font-size: clamp(4rem,6vw,6.7rem); line-height: .91; letter-spacing: -.06em; font-weight: 500; }
.team-intro h2 em { color: var(--blue); font-family: var(--serif); font-weight: 500; }
.team-intro > p:last-child { margin: 10px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #52626d; font-size: .9rem; line-height: 1.75; }
.team-list { border-top: 1px solid var(--line); }
.team-member { display: grid; grid-template-columns: minmax(280px,.72fr) 1.28fr; gap: clamp(52px,8vw,130px); align-items: center; padding: 88px 0; border-bottom: 1px solid var(--line); }
.team-member:nth-child(even) { grid-template-columns: 1.28fr minmax(280px,.72fr); }
.team-member:nth-child(even) .team-portrait { order: 2; }
.team-portrait { position: relative; margin: 0; background: var(--sky); }
.team-portrait::before { content: ""; position: absolute; z-index: 2; inset: -12px 12px 12px -12px; border-top: 2px solid var(--signal); border-left: 1px solid var(--line); pointer-events: none; }
.team-portrait img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; filter: saturate(.78) contrast(1.02); }
.team-portrait-brendon img { object-position: center 20%; }
.team-portrait figcaption { display: flex; align-items: center; min-height: 50px; padding: 12px 16px; color: var(--ink); background: var(--sky); font-family: var(--mono); font-size: .56rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.team-profile header { display: grid; grid-template-columns: .3fr 1fr; gap: 28px; align-items: end; margin-bottom: 42px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.team-profile header span { padding-bottom: 8px; color: var(--signal); font-family: var(--mono); font-size: .6rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.team-profile h3 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem,5vw,5.6rem); line-height: .88; letter-spacing: -.055em; font-weight: 500; }
.team-bio { max-width: 760px; color: #415460; font-size: 1rem; line-height: 1.85; }
.team-bio p { margin: 0; }
.team-bio p + p { margin-top: 1.1em; }
.team-summary { max-width: 760px; margin: 0; color: #415460; font-size: 1rem; line-height: 1.85; }
.team-meta { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--line); }
.team-meta p { margin: 0; color: #60717d; font-size: .72rem; line-height: 1.65; }
.team-meta strong { display: block; margin-bottom: 9px; color: var(--ink); font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }

/* Approved mark overlay, scaled to preserve the original hero composition. */
.page-hero-aperture { left: auto; right: -4%; width: min(62vw,900px); height: 82%; top: 9%; opacity: .3; object-fit: contain; transform: rotate(-8deg); }

.service-image-break { position: relative; min-height: 820px; overflow: hidden; color: var(--white); background: var(--ink); }
.service-image-break > img,.service-image-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-image-break > img { object-fit: cover; object-position: center 52%; }
.service-image-shade { background: linear-gradient(90deg,rgba(4,18,31,.82),rgba(4,18,31,.1) 66%),linear-gradient(0deg,rgba(4,18,31,.55),transparent 60%); }
.service-image-copy { position: relative; z-index: 2; min-height: 820px; padding-block: 78px 64px; display: flex; flex-direction: column; justify-content: space-between; }
.service-image-copy > p:last-child { margin: auto 0 0; font-size: clamp(4.8rem,7.3vw,8rem); line-height: .86; letter-spacing: -.06em; }
.service-image-copy em { display: block; font-family: var(--serif); color: #c1d7e3; font-weight: 500; }

.contact-hero-image,.contact-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-hero-image { object-fit: cover; object-position: center; }
.contact-hero-shade { z-index: 1; background: linear-gradient(90deg,rgba(4,18,31,.9),rgba(4,18,31,.54) 57%,rgba(4,18,31,.22)),linear-gradient(0deg,rgba(4,18,31,.58),transparent 58%); }
.contact-hero-grid { z-index: 2; }

.contact-form-grid { align-items: start; }
.contact-form-grid > *,.inquiry-form,.form-row > * { min-width: 0; }
.inquiry-form { width: 100%; padding: 48px 54px 40px; border: 1px solid rgba(23,77,120,.2); background: #e7eff2; box-shadow: 0 24px 70px rgba(11,31,51,.08); }
.form-row { padding: 30px 0; border-color: rgba(23,77,120,.22); }
.form-row label { padding-top: 11px; font-size: .65rem; line-height: 1.45; }
.form-row input,.form-row select,.form-row textarea { color: var(--ink); font-family: var(--sans); font-size: 1.16rem; font-weight: 400; line-height: 1.5; }
.form-row select { appearance: auto; -webkit-appearance: menulist; }
.form-footer p { color: #60717d; font-size: .8rem; }
.form-note { color: var(--blue); }

@media (max-width: 860px) {
  .hero,.hero-copy { min-height: 100svh; height: 100svh; }
  .trust-layout { min-height: 0; padding-block: 78px 62px; }
  .trust-principles { width: 88%; }
  .pivot-note,.note-inner { min-height: 650px; }
  .note-cobalt,.note-cobalt .note-inner { min-height: 620px; }
  .note-image,.note-image .note-inner { min-height: 760px; }
  .note-cobalt-mark { top: -10%; right: -24%; width: 640px; }
  .motion-image-breather,.motion-image-layout { min-height: 830px; }
  .motion-image-layout { grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; }
  .motion-asset-frame { grid-column: 1; grid-row: 2; }
  .motion-image-phrase { grid-column: 1; grid-row: 3; margin: 0; }
  .service-image-break,.service-image-copy { min-height: 680px; }
  .team-intro { grid-template-columns: 1fr; gap: 35px; margin-bottom: 75px; }
  .team-intro h2 { margin-top: 0; }
  .team-intro > p:last-child { max-width: 560px; }
  .team-member,.team-member:nth-child(even) { grid-template-columns: minmax(230px,.7fr) 1.3fr; gap: 45px; padding: 68px 0; }
  .team-member:nth-child(even) .team-portrait { order: 0; }
  .team-profile header { grid-template-columns: 1fr; gap: 12px; }
  .team-meta { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 600px) {
  .hero,.hero-copy { min-height: 100svh; height: 100svh; }
  .trust-layout { padding-block: 72px 48px; }
  .trust-quote blockquote { font-size: 2.42rem; line-height: .94; }
  .trust-principles { width: 100%; margin-top: 50px; }
  .trust-principles article,.trust-principles article + article { border-color: var(--line); }
  .pivot-note,.note-inner { min-height: 540px; }
  .note-inner { padding-block: 38px 34px; }
  .note-statement { max-width: 100%; font-size: 3.25rem; line-height: .87; }
  .note-axis { right: -25%; bottom: 3%; width: 100%; }
  .note-cobalt,.note-cobalt .note-inner { min-height: 560px; }
  .note-cobalt .note-statement { font-size: 4rem; }
  .note-cobalt-mark { top: -2%; right: -55%; width: 560px; opacity: .72; }
  .note-image,.note-image .note-inner { min-height: 650px; }
  .note-image > img:first-child { object-position: 52% center; }
  .note-image .note-statement { font-size: 3.2rem; }
  .note-image-mark { top: -5%; right: -90%; width: 920px; }
  .motion-image-breather,.motion-image-layout { min-height: 700px; }
  .motion-image-layout { padding-block: 58px 46px; gap: 26px; }
  .motion-asset-frame { width: calc(100% + 36px); margin-left: -18px; }
  .motion-image-phrase { font-size: 3.05rem; }
  .service-image-break,.service-image-copy { min-height: 590px; }
  .service-image-break > img { object-position: 62% center; }
  .service-image-copy > p:last-child { font-size: 4rem; }
  .contact-hero-image { object-position: 63% center; }
  .inquiry-form { padding: 25px 22px 22px; }
  .form-row { padding: 25px 0; }
  .form-row label { font-size: .62rem; }
  .form-row input,.form-row select,.form-row textarea { font-size: 1.05rem; }
  .motion-logo-stage { aspect-ratio: 4 / 3; }
  .motion-logo-symbol { left: 50%; top: 35%; width: 31%; transform: translate(-50%,-50%) scale(.82); }
  .motion-logo-wordmark { left: 50%; right: auto; top: 59%; width: 72%; transform: translate(-50%,-50%); }
  .motion-logo-subline { left: 50%; top: 70%; width: 82%; transform: translateX(-50%); text-align: center; font-size: .4rem; }
  .motion-logo-cues { bottom: 7%; }
  @keyframes motion-symbol { 0%{opacity:.35;transform:translate(-105%,-50%) rotate(-24deg) scale(.62)} 15%{opacity:1;transform:translate(-45%,-50%) rotate(4deg) scale(1.08)} 24%,74%{opacity:1;transform:translate(-50%,-50%) rotate(0) scale(1)} 88%{opacity:1;transform:translate(-38%,-50%) rotate(5deg) scale(.92)} 100%{opacity:.35;transform:translate(-4%,-50%) rotate(18deg) scale(.7)} }
  @keyframes motion-wordmark { 0%,13%{opacity:.15;clip-path:inset(0 100% 0 0);transform:translate(-42%,-50%)} 30%,76%{opacity:1;clip-path:inset(0 0 0 0);transform:translate(-50%,-50%)} 92%,100%{opacity:.15;clip-path:inset(0 0 0 100%);transform:translate(-55%,-50%)} }
  .team { padding-block: 95px; }
  .team-intro h2 { font-size: 3.45rem; }
  .team-member,.team-member:nth-child(even) { grid-template-columns: 1fr; gap: 38px; padding: 62px 0; }
  .team-member:nth-child(even) .team-portrait { order: 0; }
  .team-portrait { width: calc(100% - 12px); }
  .team-profile h3 { font-size: 3.6rem; }
  .team-summary { font-size: .94rem; line-height: 1.75; }
  .page-hero-aperture { right: -38%; left: auto; width: 120%; height: 74%; top: 14%; opacity: .23; }
  .mobile-only-break { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-logo-symbol,.motion-logo-wordmark,.motion-logo-subline,.motion-logo-cues span { animation: none; }
  .motion-logo-symbol { opacity: 1; transform: translate(0,-50%) scale(1); }
  .motion-logo-wordmark { opacity: 1; transform: translate(0,-50%); }
  .motion-logo-subline { opacity: 1; }
}

@media (max-width: 600px) and (prefers-reduced-motion: reduce) {
  .motion-logo-symbol,.motion-logo-wordmark { transform: translate(-50%,-50%); }
}

/* Mobile navigation hardening */
@media (max-width: 860px) {
  .site-header { z-index: 100; }
  .site-header .brand-signature { position: relative; z-index: 4; flex: 0 1 auto; max-width: calc(100vw - 126px); }
  .menu-toggle { z-index: 4; width: 82px; min-height: 44px; justify-content: flex-end; cursor: pointer; }
  .menu-toggle i { position: relative; width: 24px; height: 1px; background: currentColor; transform: none; }
  .menu-toggle i::before,.menu-toggle i::after { content: ""; position: absolute; left: 0; width: 24px; height: 1px; background: currentColor; transform-origin: center; transition: transform .28s ease, opacity .2s ease; }
  .menu-toggle i::before { transform: translateY(-7px); }
  .menu-toggle i::after { transform: translateY(7px); }
  .menu-open .menu-toggle i { background: transparent; transform: none; }
  .menu-open .menu-toggle i::before { transform: rotate(45deg); }
  .menu-open .menu-toggle i::after { transform: rotate(-45deg); }
  .site-nav { z-index: 2; width: 100vw; min-height: 100dvh; padding: calc(126px + env(safe-area-inset-top)) 24px calc(32px + env(safe-area-inset-bottom)); overflow-y: auto; color: var(--white); background: #071b2d; box-shadow: 0 30px 80px rgba(0,0,0,.38); isolation: isolate; }
  .site-nav::before { content: "Pivot Point Advisory / Navigation"; margin-bottom: 25px; color: rgba(255,255,255,.46); font-family: var(--mono); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
  .site-nav::after { content: "Strategic advice for defining moments."; margin-top: auto; padding-top: 42px; color: rgba(255,255,255,.45); font-family: var(--mono); font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; border-top: 1px solid rgba(255,255,255,.14); }
  .site-nav > a:not(.nav-cta) { padding: 21px 0; color: var(--white); font-family: var(--serif); font-size: clamp(2.5rem,10vw,4rem); line-height: 1; text-transform: none; letter-spacing: -.035em; border-color: rgba(255,255,255,.17); }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta { min-height: 64px; margin-top: 30px; padding: 18px 20px; color: var(--white); background: var(--signal); }
  .variation-switcher { height: auto; margin: 12px 0 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .variation-switcher summary { min-height: 58px; height: auto; padding: 18px 0; background: transparent; border: 0; font-size: .7rem; }
  .variation-menu { position: static; width: 100%; padding: 0 0 10px; background: transparent; border: 0; box-shadow: none; }
  .variation-menu a { display: block; padding: 13px 14px; color: rgba(255,255,255,.72); border-left: 2px solid var(--signal); border-bottom: 0; background: rgba(255,255,255,.04); }
  .menu-open .site-header,.menu-open .site-header.is-scrolled { position: fixed; top: 0; height: calc(82px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); color: var(--white); background: #071b2d; border-bottom-color: rgba(255,255,255,.16); backdrop-filter: none; }
}

@media (max-width: 600px) {
  .site-header .brand-signature { width: min(182px,calc(100vw - 118px)); }
  .menu-toggle { width: 76px; }
  .site-nav { padding-inline: 18px; padding-top: calc(110px + env(safe-area-inset-top)); }
  .menu-open .site-header,.menu-open .site-header.is-scrolled { height: calc(74px + env(safe-area-inset-top)); }
}
