:root {
  --ink: #111827;
  --forest: #17243b;
  --forest-deep: #0b1220;
  --sage: #7f8fa8;
  --sage-light: #e8edf3;
  --cream: #f2ede3;
  --paper: #fbfaf7;
  --rust: #b78a4d;
  --sky: #50627d;
  --mist: #aeb8c7;
  --stone: #8b7767;
  --glow: #d7ad76;
  --line: rgba(17, 24, 39, 0.16);
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: auto; overflow-x: hidden; overflow-y: auto; }
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #dce1e7;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.page-shell { max-width: 1600px; min-height: 100%; margin: 0 auto; overflow-x: clip; overflow-y: visible; background: var(--paper); }
.page-shell section[id] { scroll-margin-top: 88px; }
.section-pad { padding-inline: clamp(24px, 6vw, 96px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  min-height: 88px;
  padding: 0 clamp(24px, 6vw, 96px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.94);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 13px; font: 600 15px/1 "Manrope", sans-serif; letter-spacing: -0.02em; text-transform: uppercase; }
.brand-mark { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 13px; font-weight: 500; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--rust); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.nav-cta { padding: 13px 18px; border: 1px solid var(--ink); transition: .25s ease; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; background: none; border: 0; width: 40px; height: 40px; padding: 11px 7px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ink); margin: 6px 0; transition: .25s ease; }

.hero { min-height: calc(100svh - 88px); display: grid; grid-template-columns: 1.04fr .96fr; grid-template-rows: 1fr auto; padding-top: clamp(60px, 8vw, 120px); background: var(--paper); }
.hero-copy { align-self: center; padding: 0 clamp(20px, 5vw, 86px) 80px 0; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 30px; color: var(--rust); font: 600 11px/1 "Manrope", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, blockquote { font-family: "Manrope", sans-serif; }
h1 { max-width: 790px; margin: 0; font-size: clamp(58px, 7.3vw, 118px); font-weight: 500; line-height: .93; letter-spacing: -.075em; }
h1 em { color: var(--rust); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 570px; margin: 38px 0 0; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.55; color: #58677a; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; min-width: 220px; padding: 17px 20px; border: 0; cursor: pointer; font-size: 13px; font-weight: 600; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); }
.button-primary:hover { background: var(--forest-deep); }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 13px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.hero-art { min-height: 590px; position: relative; overflow: hidden; background: var(--forest-deep); align-self: stretch; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(11,18,32,.08) 30%,rgba(11,18,32,.68) 100%),linear-gradient(90deg,rgba(23,36,59,.18),transparent 42%); pointer-events: none; }
.hero-art::after { content: ""; position: absolute; inset: 20px; z-index: 2; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.84) contrast(1.04); }
.sun { position: absolute; width: 34%; aspect-ratio: 1; top: 10%; right: 11%; border-radius: 50%; background: var(--cream); }
.ridge { position: absolute; left: -15%; right: -15%; transform-origin: center bottom; }
.ridge-back { height: 55%; bottom: 22%; background: #91a68e; clip-path: polygon(0 100%, 0 67%, 23% 37%, 37% 60%, 56% 9%, 76% 64%, 100% 34%, 100% 100%); }
.ridge-mid { height: 52%; bottom: 8%; background: var(--forest); clip-path: polygon(0 100%, 0 59%, 20% 23%, 36% 62%, 52% 35%, 66% 71%, 81% 32%, 100% 68%, 100% 100%); }
.ridge-front { height: 37%; bottom: -1px; background: var(--forest-deep); clip-path: polygon(0 100%, 0 55%, 16% 15%, 30% 60%, 48% 24%, 61% 67%, 79% 35%, 100% 61%, 100% 100%); }
.castle { position: absolute; left: 50%; bottom: 25%; width: 180px; height: 180px; transform: translateX(-50%); color: var(--cream); filter: drop-shadow(0 12px 20px rgba(0,0,0,.18)); }
.tower, .keep { position: absolute; bottom: 0; background: currentColor; }
.tower { width: 42px; height: 105px; }
.tower::before { content: ""; position: absolute; left: -4px; right: -4px; top: -15px; height: 22px; background: currentColor; clip-path: polygon(0 100%,0 20%,20% 20%,20% 0,40% 0,40% 20%,60% 20%,60% 0,80% 0,80% 20%,100% 20%,100% 100%); }
.tower-left { left: 14px; }.tower-right { right: 14px; }
.tower i { display: block; width: 8px; height: 18px; margin: 26px auto 0; background: var(--forest); border-radius: 6px 6px 0 0; }
.keep { left: 52px; width: 76px; height: 138px; }
.keep::before { content: ""; position: absolute; left: -4px; right: -4px; top: -17px; height: 24px; background: currentColor; clip-path: polygon(0 100%,0 20%,15% 20%,15% 0,32% 0,32% 20%,50% 20%,50% 0,68% 0,68% 20%,85% 20%,85% 0,100% 0,100% 100%); }
.keep span { position: absolute; width: 22px; height: 40px; left: 27px; bottom: 0; background: var(--forest); border-radius: 14px 14px 0 0; }
.art-note { position: absolute; right: 26px; bottom: 20px; margin: 0; color: rgba(255,255,255,.75); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
.art-card { position: absolute; z-index: 5; width: 168px; padding: 16px; border: 1px solid rgba(255,255,255,.24); color: var(--cream); background: rgba(11,18,32,.84); box-shadow: 0 18px 45px rgba(11,18,32,.28); backdrop-filter: blur(14px); }
.art-card > span { display: block; margin-bottom: 7px; color: var(--mist); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.art-card strong { font: 600 23px/1.1 "Manrope",sans-serif; letter-spacing: -.04em; }
.art-card-top { top: 9%; left: 7%; }
.art-card-top > i { display: block; height: 3px; margin-top: 13px; overflow: hidden; background: rgba(255,255,255,.15); }
.art-card-top > i b { display: block; width: 72%; height: 100%; background: var(--rust); }
.art-card-bottom { right: 9%; bottom: 11%; width: 184px; }
.art-card-bottom strong { display: flex; align-items: center; gap: 7px; font-size: 12px; letter-spacing: 0; }
.art-card-bottom strong i { width: 7px; height: 7px; border-radius: 50%; background: var(--glow); box-shadow: 0 0 0 4px rgba(215,173,118,.16); }
.hero-stat { grid-column: 1; padding: 24px 0; border-top: 1px solid var(--line); display: flex; gap: 22px; align-items: center; align-self: end; }
.hero-stat > span { color: var(--rust); font-size: 11px; }
.hero-stat p { margin: 0; font-size: 13px; color: #6e7989; }.hero-stat strong { color: var(--ink); }

.client-showcase { padding: 62px clamp(24px, 6vw, 96px); border-block: 1px solid var(--line); display: grid; grid-template-columns: .55fr 1.45fr; gap: 5vw; align-items: center; background: linear-gradient(110deg,#eef1f5 0%,#f7f4ef 58%,#e6eaf0 100%); }
.client-intro .eyebrow { margin-bottom: 13px; }
.client-intro > p:last-child { max-width: 310px; margin: 0; color: #657287; font-size: 13px; line-height: 1.55; }
.client-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.client-mark { min-height: 168px; padding: 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid var(--line); text-align: center; background: #fff; transition: color .25s ease, background .25s ease, transform .25s ease; }
.client-mark:nth-child(3n) { border-right: 0; }
.client-mark:nth-child(-n+6) { border-bottom: 1px solid var(--line); }
.client-mark:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(11,18,32,.1); z-index: 2; }
.client-mark img { display: block; max-width: 90%; max-height: 98px; object-fit: contain; }
.client-hsp { background: #08090b; }.client-hsp img { max-height: 118px; }
.client-scv img { max-width: 86%; max-height: 108px; }
.client-bone img { max-width: 94%; max-height: 72px; }
.client-directv img { max-width: 84%; max-height: 78px; }
.client-cbre img { max-width: 82%; max-height: 76px; }
.client-aramark { grid-column: 2; border-left: 1px solid var(--line); }
.client-aramark img { max-width: 86%; max-height: 82px; }
.tt-logo { display: flex; align-items: center; gap: 12px; color: var(--forest); }
.tt-logo > span { position: relative; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: white; background: var(--forest); font: 600 21px/1 "Manrope",sans-serif; letter-spacing: -.12em; }
.tt-logo > span i { position: absolute; right: -4px; top: -5px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-deep); background: #d8b477; font: normal 700 13px/1 "DM Sans",sans-serif; letter-spacing: 0; }
.tt-logo > div { display: flex; flex-direction: column; align-items: flex-start; }.tt-logo strong { font: 700 30px/1 "Manrope",sans-serif; letter-spacing: -.06em; }.tt-logo small { margin-top: 4px; color: #667189; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }

.expertise { position: relative; isolation: isolate; overflow: hidden; padding-top: clamp(100px, 13vw, 190px); padding-bottom: clamp(100px, 12vw, 180px); background: radial-gradient(circle at 88% 10%,rgba(80,98,125,.12),transparent 24%),var(--paper); }
.expertise::before { content: ""; position: absolute; z-index: -1; right: -4%; top: 3%; width: 43%; height: 340px; opacity: .55; background: linear-gradient(145deg,transparent 0 49%,rgba(80,98,125,.28) 49.2% 49.8%,transparent 50%),linear-gradient(35deg,transparent 0 58%,rgba(183,138,77,.25) 58.2% 58.8%,transparent 59%); clip-path: polygon(0 78%,20% 45%,38% 66%,62% 15%,83% 60%,100% 33%,100% 100%,0 100%); border-bottom: 1px solid rgba(80,98,125,.24); }
.section-heading { display: grid; grid-template-columns: .7fr 1.25fr .65fr; gap: 5vw; align-items: end; margin-bottom: 90px; }
.section-heading .eyebrow { align-self: start; }
h2 { margin: 0; font-size: clamp(44px, 5.2vw, 78px); line-height: 1.03; letter-spacing: -.06em; font-weight: 500; }
.section-heading > p:last-child { margin: 0; color: #657287; line-height: 1.7; font-size: 15px; }
.service-list { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: .35fr .9fr 1.65fr auto; gap: 2vw; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service:hover { padding-inline: 18px; background: var(--cream); }
.service-number { color: var(--rust); font-size: 11px; padding-top: 9px; }
.service-icon { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; color: var(--forest); background: var(--sage-light); transition: color .25s ease, background .25s ease, transform .25s ease; }
.service-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service:hover .service-icon { color: var(--paper); background: var(--rust); transform: rotate(-4deg); }
.service h3 { margin: 0; font-size: clamp(23px, 2vw, 30px); font-weight: 500; letter-spacing: -.04em; }
.service p { max-width: 510px; margin: 4px 0 0; color: #657287; line-height: 1.65; font-size: 14px; }
.service-arrow { font-size: 20px; transition: transform .25s ease; }.service:hover .service-arrow { transform: translate(4px,-4px); }

.systems { position: relative; overflow: hidden; padding-top: clamp(80px, 10vw, 140px); padding-bottom: clamp(80px, 10vw, 140px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 130px); align-items: center; color: var(--paper); background: radial-gradient(circle at 78% 38%,rgba(183,138,77,.12),transparent 30%),linear-gradient(145deg,#111c30 0%,var(--forest-deep) 62%); }
.systems-copy h2 { font-size: clamp(42px, 4.5vw, 70px); }
.systems-copy > p:not(.eyebrow) { max-width: 500px; margin: 34px 0; color: var(--mist); font-size: 15px; line-height: 1.75; }
.systems-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.systems-tags span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.18); color: #c5cdd9; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.workflow-graphic { position: relative; min-height: 590px; border: 1px solid rgba(255,255,255,.15); overflow: hidden; background: linear-gradient(150deg,#1c2a40,#0d1626); box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.workflow-graphic::before { content: ""; position: absolute; width: 260px; height: 260px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle,rgba(215,173,118,.2),transparent 67%); filter: blur(8px); }
.workflow-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom,black,transparent 92%); }
.workflow-lines { position: absolute; inset: 4% 3%; width: 94%; height: 92%; fill: none; stroke: rgba(174,184,199,.48); stroke-width: 1.2; stroke-dasharray: 6 7; }
.workflow-lines circle { stroke: rgba(215,173,118,.42); stroke-dasharray: none; }
.workflow-node { position: absolute; width: 174px; padding: 16px 17px; border: 1px solid rgba(255,255,255,.2); background: rgba(11,18,32,.92); box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.workflow-node > span { position: absolute; right: 13px; top: 12px; color: var(--rust); font-size: 9px; }
.workflow-node strong, .workflow-node small { display: block; }.workflow-node strong { font: 500 14px/1.2 "Manrope",sans-serif; }.workflow-node small { margin-top: 5px; color: #95a2b6; font-size: 10px; }
.node-marketing { left: 5%; top: 11%; }.node-accounting { right: 5%; top: 11%; }.node-hr { left: 5%; bottom: 11%; }.node-service { right: 5%; bottom: 11%; }
.agent-core { position: absolute; left: 50%; top: 50%; width: 172px; aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--paper); color: var(--ink); box-shadow: 0 0 0 12px rgba(215,173,118,.12),0 22px 60px rgba(0,0,0,.28); }
.agent-core svg { width: 46px; height: 46px; margin-bottom: 10px; fill: none; stroke: var(--rust); stroke-width: 1.8; stroke-linecap: round; }
.agent-core span { color: #748197; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }.agent-core strong { margin-top: 3px; font: 600 18px/1 "Manrope",sans-serif; }.agent-core i { margin-top: 11px; padding: 5px 9px; border-radius: 20px; color: #765b35; background: #eee2cf; font: normal 500 9px/1 "DM Sans",sans-serif; text-transform: uppercase; letter-spacing: .1em; }

.approach { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 840px; background: var(--cream); }
.approach-visual { min-height: 700px; overflow: hidden; position: relative; background: #263650; }
.approach-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%,rgba(215,173,118,.2),transparent 25%),linear-gradient(160deg,rgba(11,18,32,.1),rgba(11,18,32,.5)); }
.approach-visual p { position: absolute; z-index: 2; left: 10%; bottom: 8%; margin: 0; color: var(--cream); font: 500 clamp(34px, 4vw, 66px)/1.05 "Manrope",sans-serif; letter-spacing: -.06em; }
.contour { position: absolute; border: 1px solid rgba(216,180,119,.5); border-radius: 48% 52% 42% 58% / 60% 34% 66% 40%; transform: rotate(-25deg); }
.contour-one { width: 90%; aspect-ratio: 1; top: -20%; left: -38%; }.contour-two { width: 120%; aspect-ratio: 1; top: -17%; left: -50%; }.contour-three { width: 150%; aspect-ratio: 1; top: -14%; left: -64%; }
.blueprint-card { position: absolute; z-index: 3; right: 9%; top: 10%; width: min(320px,72%); padding: 20px; border: 1px solid rgba(255,255,255,.23); color: var(--cream); background: rgba(11,18,32,.46); backdrop-filter: blur(12px); box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.blueprint-meta { display: flex; justify-content: space-between; align-items: center; color: var(--mist); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }.blueprint-meta b { color: var(--glow); font-weight: 500; }
.blueprint-card svg { width: 100%; height: auto; margin: 16px 0 8px; fill: none; stroke: rgba(242,237,227,.75); stroke-width: 1.2; stroke-linecap: round; }.blueprint-card svg circle { fill: var(--glow); stroke: none; }
.blueprint-card small { color: var(--mist); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.approach-coordinates { position: absolute; z-index: 3; left: 10%; top: 8%; color: rgba(242,237,227,.65); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.approach-copy { padding: clamp(80px, 10vw, 150px) clamp(35px, 8vw, 130px); }
.approach-copy .large-copy { max-width: 700px; margin: 40px 0 60px; font-size: 18px; line-height: 1.75; color: #5f6d81; }
.approach-copy ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.approach-copy li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.approach-copy li > span { color: var(--rust); font-size: 11px; padding-top: 4px; }
.approach-copy li strong { font: 500 19px/1 "Manrope",sans-serif; }.approach-copy li p { margin: 8px 0 0; color: #6d7889; font-size: 13px; line-height: 1.6; }

.about { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; padding-top: clamp(110px, 14vw, 200px); padding-bottom: clamp(110px, 14vw, 200px); background: var(--forest); color: var(--paper); }
.about::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("assets/hero-citadel.jpg") center 58%/cover no-repeat; opacity: .2; filter: saturate(.6) contrast(1.1); }
.about::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(11,18,32,.98) 0%,rgba(17,28,48,.92) 48%,rgba(17,28,48,.78) 100%); }
.about-quote { position: relative; }.quote-mark { position: absolute; top: -75px; left: -10px; color: var(--rust); font: 180px/1 Georgia,serif; opacity: .8; }
blockquote { position: relative; margin: 0; font-size: clamp(36px, 4vw, 62px); line-height: 1.16; letter-spacing: -.05em; font-weight: 400; }
.about-detail { align-self: end; }.about-detail h2 { font-size: clamp(38px, 4vw, 62px); }.about-detail > p:not(.eyebrow) { max-width: 520px; margin: 35px 0; color: #b9c2d0; line-height: 1.75; }
.principles { display: flex; flex-wrap: wrap; gap: 9px; }.principles span { border: 1px solid rgba(255,255,255,.25); padding: 10px 14px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.company-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 48px; background: rgba(255,255,255,.15); }
.company-facts > div { min-height: 112px; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--forest); }
.company-facts strong { font: 500 28px/1 "Manrope",sans-serif; color: var(--paper); }.company-facts span { margin-top: 8px; color: #aab4c2; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; padding: clamp(100px, 13vw, 180px) clamp(24px, 6vw, 96px); background: radial-gradient(circle at 10% 15%,rgba(215,173,118,.18),transparent 28%),linear-gradient(135deg,#e8edf3,#f2ede3); }
.contact-copy h2 { max-width: 750px; }
.contact-detail { max-width: 380px; margin-top: 70px; padding: 22px 0; border-block: 1px solid rgba(23,35,31,.2); }
.contact-detail span, .contact-detail strong { display: block; }.contact-detail span { margin-bottom: 7px; color: var(--rust); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }.contact-detail strong { font: 500 19px/1.2 "Manrope",sans-serif; }.contact-detail p { margin: 10px 0 0; color: #657287; font-size: 12px; line-height: 1.5; }
.contact-form { display: flex; flex-direction: column; gap: 26px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; }.contact-form label span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.contact-form input, .contact-form textarea { width: 100%; resize: vertical; border: 0; border-bottom: 1px solid rgba(23,35,31,.35); border-radius: 0; padding: 10px 0 13px; color: var(--ink); background: transparent; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--rust); }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #7d8899; }
.button-light { width: fit-content; margin-top: 10px; color: white; background: var(--forest); }.form-status { min-height: 20px; margin: 0; color: var(--forest); font-size: 13px; }

.site-footer { padding: 50px clamp(24px, 6vw, 96px) 34px; color: var(--cream); background: var(--forest-deep); }
.footer-brand { margin-bottom: 65px; }.site-footer > p { color: #aab4c2; margin: 0 0 34px; }
.footer-meta { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: #8f9bad; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-meta a:hover { color: var(--cream); }

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

@media (max-width: 900px) {
  .site-header { min-height: 74px; }
  .menu-toggle { display: block; z-index: 2; }
  .site-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }.site-nav a { padding: 15px 0; }.nav-cta { text-align: center; margin-top: 8px; padding: 14px!important; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto; padding-inline: 0; padding-top: 0; }
  .hero-copy { padding: 78px 24px 70px; }.hero-art { min-height: 540px; }.hero-stat { grid-column: 1; padding: 24px; }
  .client-showcase { grid-template-columns: 1fr; }.client-grid { margin-top: 10px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 60px; }.section-heading .eyebrow { margin-bottom: 0; }.section-heading > p:last-child { max-width: 460px; }
  .service { grid-template-columns: 50px 80px 1fr auto; }.service-arrow { grid-column: 4; grid-row: 1; }
  .systems { grid-template-columns: 1fr; }.systems-copy { max-width: 650px; }.workflow-graphic { min-height: 600px; }
  .approach { grid-template-columns: 1fr; }.approach-visual { min-height: 560px; }.approach-copy { padding: 90px 24px; }
  .about, .contact { grid-template-columns: 1fr; gap: 90px; }.about-detail { max-width: 660px; }.contact-form { max-width: 680px; }
}

@media (max-width: 560px) {
  .brand { font-size: 13px; }.brand-mark { width: 32px; }
  h1 { font-size: 49px; letter-spacing: -.07em; }
  h1 em { font-size: .92em; }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-art { min-height: 450px; }.castle { transform: translateX(-50%) scale(.78); }.art-note { display: none; }
  .art-card { transform: scale(.82); }.art-card-top { left: -4px; top: 20px; transform-origin: left top; }.art-card-bottom { right: -20px; bottom: 22px; transform-origin: right bottom; }
  .client-grid { grid-template-columns: 1fr 1fr; }.client-mark { min-height: 130px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.client-mark:nth-child(3n) { border-right: 1px solid var(--line); }.client-mark:nth-child(2n) { border-right: 0; }.client-mark:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }.client-mark img { max-width: 90%; max-height: 78px; }.client-hsp img { max-height: 92px; }.client-bone img { max-height: 54px; }.client-aramark { grid-column: 1 / -1; border: 0; }.client-aramark img { max-width: 58%; }.tt-logo { transform: scale(.82); }
  .service { grid-template-columns: 28px 56px 1fr auto; gap: 10px; }.service-icon { width: 50px; height: 50px; }.service-icon svg { width: 28px; height: 28px; }.service p { font-size: 13px; }.service:hover { padding-inline: 4px; }
  .workflow-graphic { min-height: 610px; }.workflow-node { width: 140px; padding: 13px; }.workflow-node small { display: none; }.node-marketing,.node-hr { left: 14px; }.node-accounting,.node-service { right: 14px; }.agent-core { width: 145px; }.workflow-lines { inset: 3%; width: 94%; height: 94%; }
  .approach-visual { min-height: 460px; }.approach-visual p { left: 24px; bottom: 35px; }.blueprint-card { top: 24px; right: 18px; width: 64%; padding: 14px; }.approach-coordinates { display: none; }
  blockquote { font-size: 34px; }.about { gap: 75px; }.quote-mark { font-size: 130px; top: -58px; }
  .company-facts { grid-template-columns: 1fr; }.company-facts > div { min-height: 88px; }
  .contact-detail { margin-top: 45px; }
  .footer-meta { flex-direction: column; gap: 15px; line-height: 1.5; }
}

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