:root {
  color-scheme: dark;
  --ink: #080b14;
  --ink-soft: #0d111d;
  --surface: #111725;
  --surface-light: #151d2c;
  --ivory: #f5f0e5;
  --ivory-soft: #e8e3d9;
  --muted: #b4bdcf;
  --muted-dark: #818ba0;
  --blue: #426dff;
  --blue-bright: #5c82ff;
  --orange: #ff6a38;
  --line: rgba(245, 240, 229, 0.12);
  --container: 1180px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--ivory); min-width: 320px; font-size: 16px; line-height: 1.6; }
body, button, input, select, textarea { font-family: Inter, "Avenir Next", Avenir, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #9bb1ff; outline-offset: 4px; }
::selection { color: var(--ink); background: var(--orange); }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section-anchor { scroll-margin-top: 84px; }
.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; }
.skip-link { position: fixed; z-index: 99; top: 10px; left: 10px; padding: 10px 14px; border-radius: 9px; background: var(--ivory); color: var(--ink); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(8, 11, 20, .87); border-bottom: 1px solid rgba(245, 240, 229, .07); backdrop-filter: blur(18px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; width: 132px; height: 78px; overflow: visible; }
.brand img { width: 116px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); color: var(--ivory-soft); font-size: .92rem; }
.desktop-nav > a:not(.button), .site-footer nav a, .footer-bottom a { transition: color .2s ease; }
.desktop-nav > a:not(.button):hover, .site-footer nav a:hover, .footer-bottom a:hover { color: var(--orange); }
.mobile-nav { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1.15; text-align: center; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 46px; padding: 11px 17px; font-size: .86rem; background: var(--blue); color: white; box-shadow: 0 9px 28px rgba(66, 109, 255, .2); }
.button-small:hover, .button-primary:hover, .button-submit:hover { background: #5b7fff; box-shadow: 0 12px 32px rgba(66, 109, 255, .31); }
.button-primary { min-height: 60px; padding-inline: 24px; background: var(--blue); color: white; box-shadow: 0 12px 34px rgba(66, 109, 255, .23); }
.button-arrow { font-size: 1.08rem; transition: transform .2s ease; }
.button:hover .button-arrow { transform: translate(2px, -2px); }

.hero { position: relative; overflow: hidden; padding: 84px 0 18px; isolation: isolate; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr); gap: clamp(40px, 8vw, 108px); align-items: center; }
.hero-copy { max-width: 690px; padding-bottom: 30px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 16px rgba(255, 106, 56, .6); }
.eyebrow-index { display: inline-grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(245, 240, 229, .2); border-radius: 50%; color: var(--orange); font-size: .68rem; letter-spacing: 0; }
.hero h1 { max-width: 730px; margin: 0; font-size: clamp(3.25rem, 6.7vw, 6.15rem); font-weight: 730; letter-spacing: -.072em; line-height: .99; }
.hero-highlight { position: relative; color: var(--ivory); white-space: nowrap; }
.hero-highlight::after { position: absolute; z-index: -1; content: ""; right: -2px; bottom: 7px; left: 4px; height: 11px; background: var(--orange); opacity: .88; transform: rotate(-1.8deg); }
.hero-lead { max-width: 570px; margin: 28px 0 28px; color: var(--muted); font-size: clamp(1.02rem, 1.4vw, 1.15rem); line-height: 1.75; }
.hero-service-line { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 22px 0 0; color: var(--muted-dark); font-size: .79rem; }
.hero-service-line span { color: var(--orange); }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-photo { position: relative; width: min(100%, 480px); height: 478px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 46% 46% 30px 30px; background: var(--surface); box-shadow: 0 30px 70px rgba(0,0,0,.3); transform: rotate(2deg); }
.hero-photo::after { position: absolute; inset: 38% 0 0; content: ""; background: linear-gradient(180deg, transparent 15%, rgba(6, 9, 17, .83) 100%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 45%; }
.photo-caption { position: absolute; z-index: 1; right: 24px; bottom: 23px; left: 24px; display: flex; align-items: center; gap: 9px; color: var(--ivory); font-size: .8rem; font-weight: 600; }
.caption-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.hero-orbit { position: absolute; top: 8%; right: -7%; width: 115%; max-width: 550px; aspect-ratio: 1; border: 1px solid rgba(66, 109, 255, .33); border-radius: 50%; transform: rotate(-21deg) scaleY(.8); }
.hero-orbit::before, .hero-orbit::after { position: absolute; content: ""; border: 1px solid rgba(255, 106, 56, .26); border-radius: 50%; inset: 9%; }
.hero-orbit::after { inset: 18%; border-color: rgba(245, 240, 229, .12); }
.hero-note { position: absolute; z-index: 3; left: -28px; bottom: 64px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid rgba(245,240,229,.14); border-radius: 14px; background: rgba(17, 23, 37, .93); box-shadow: 0 12px 34px rgba(0,0,0,.32); color: var(--muted); font-size: .77rem; line-height: 1.45; backdrop-filter: blur(10px); }
.hero-note strong { color: var(--ivory); font-size: .9rem; }
.note-icon { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border-radius: 11px; background: rgba(255,106,56,.12); color: var(--orange); font-size: 1.3rem; }
.hero-stamp { position: absolute; z-index: 2; top: 45px; right: -17px; display: grid; width: 81px; height: 81px; place-items: center; border: 1px solid rgba(245,240,229,.28); border-radius: 50%; background: var(--orange); color: var(--ink); font-size: .61rem; font-weight: 900; letter-spacing: .1em; line-height: 1.15; text-align: center; transform: rotate(12deg); }
.hero-glow { position: absolute; z-index: -1; pointer-events: none; border-radius: 50%; filter: blur(90px); opacity: .16; }
.hero-glow-blue { top: 5%; right: 5%; width: 450px; height: 450px; background: var(--blue); }
.hero-glow-orange { bottom: -6%; left: -12%; width: 280px; height: 280px; background: var(--orange); opacity: .07; }
.hero-bottom { display: flex; align-items: center; gap: 17px; padding-top: 56px; color: var(--muted-dark); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-bottom-line { width: 78px; height: 1px; background: linear-gradient(90deg, var(--orange), transparent); }

.services-section { padding: 118px 0 112px; background: linear-gradient(180deg, #0b0e18 0%, #0c101a 100%); border-top: 1px solid rgba(245,240,229,.06); border-bottom: 1px solid rgba(245,240,229,.06); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 47px; }
.section-heading h2, .context-copy h2, .process-heading h2, .contact-copy h2 { margin: 0; max-width: 690px; font-size: clamp(2.6rem, 5vw, 4.55rem); font-weight: 700; letter-spacing: -.065em; line-height: 1.02; }
.text-blue { color: var(--blue-bright); }
.text-orange { color: var(--orange); }
.section-intro { max-width: 385px; margin: 0 0 7px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.primary-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 990px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 27px 28px 23px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(245,240,229,.25); background: linear-gradient(150deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); }
.service-card-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 30px; }
.service-number { color: var(--muted-dark); font-size: .77rem; letter-spacing: .13em; }
.service-icon { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--line); border-radius: 16px; color: var(--ivory); }
.service-icon svg { width: 35px; height: 35px; }
.service-icon .service-letter { font-family: Arial, sans-serif; font-size: 2.55rem; font-weight: 800; line-height: 1; transform: translateY(2px); }
.service-card-orange .service-icon { color: var(--orange); }
.service-card-blue .service-icon { color: var(--blue-bright); }
.service-card-ivory .service-icon { color: var(--ivory); }
.service-card h3 { margin: 0 0 13px; font-size: 1.35rem; letter-spacing: -.04em; line-height: 1.2; }
.service-card p { margin: 0 0 24px; color: var(--muted); font-size: .91rem; line-height: 1.72; }
.service-link { display: inline-flex; align-items: center; gap: 12px; width: fit-content; margin-top: auto; color: var(--ivory); font-size: .84rem; font-weight: 700; }
.service-link span { color: var(--orange); transition: transform .2s ease; }
.service-link:hover span { transform: translate(3px,-3px); }
.services-footnote { display: flex; align-items: center; gap: 10px; margin: 24px 0 0; color: var(--muted-dark); font-size: .82rem; }
.services-footnote span { color: var(--orange); font-size: 1.2rem; }
.complementary-panel { margin-top: 54px; padding: clamp(25px, 4vw, 42px); border: 1px solid rgba(66,109,255,.24); border-top: 2px solid rgba(255,106,56,.72); border-radius: 25px; background: radial-gradient(ellipse at 92% 0%, rgba(66,109,255,.11), transparent 34%), linear-gradient(145deg, rgba(21,29,44,.78), rgba(10,14,23,.82)); box-shadow: 0 22px 54px rgba(0,0,0,.18); }
.complementary-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); align-items: end; gap: 34px; margin-bottom: 29px; }
.complementary-heading .eyebrow { margin-bottom: 13px; }
.complementary-heading h3 { max-width: 520px; margin: 0; font-size: clamp(1.85rem, 3.5vw, 2.8rem); font-weight: 700; letter-spacing: -.06em; line-height: 1.08; }
.complementary-intro { max-width: 620px; margin: 0 0 2px; color: var(--muted); font-size: .94rem; line-height: 1.75; }
.complementary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.complementary-card { min-height: 154px; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 19px 20px; border: 1px solid rgba(245,240,229,.1); border-radius: 16px; background: rgba(6,9,16,.42); }
.complementary-card:nth-child(even) { border-color: rgba(255,106,56,.17); }
.complementary-index { color: var(--orange); font-size: .67rem; font-weight: 700; letter-spacing: .13em; line-height: 1.2; }
.complementary-card h4 { margin: 0; color: var(--ivory); font-size: 1rem; font-weight: 700; letter-spacing: -.025em; line-height: 1.35; }
.complementary-card p { margin: 0; color: var(--muted); font-size: .81rem; line-height: 1.65; }

.context-section { overflow: hidden; padding: 128px 0; }
.context-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(350px, .96fr); align-items: center; gap: clamp(54px, 9vw, 120px); }
.context-visual { position: relative; min-height: 500px; }
.context-photo { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(245,240,229,.14); background: var(--surface); box-shadow: 0 22px 52px rgba(0,0,0,.32); }
.context-photo img { width: 100%; height: 100%; object-fit: cover; }
.context-photo-main { top: 0; left: 2%; width: 72%; height: 390px; border-radius: 28px 28px 28px 96px; }
.context-photo-main img { object-position: center; }
.context-photo-small { right: 0; bottom: 7px; width: 47%; height: 246px; border: 7px solid var(--ink); border-radius: 24px 24px 68px 24px; }
.context-photo-small img { object-position: 54% center; }
.context-label { position: absolute; z-index: 2; top: 25px; right: 0; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--ivory-soft); font-size: .73rem; font-weight: 600; box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.context-label span { margin-right: 6px; color: var(--orange); }
.context-copy { max-width: 510px; }
.context-copy .eyebrow { margin-bottom: 21px; }
.context-copy h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 4.7vw, 4.1rem); }
.context-copy > p:not(.eyebrow) { margin: 0 0 17px; color: var(--muted); line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 13px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,106,56,.55); color: var(--ivory); font-size: .9rem; font-weight: 700; }
.text-link span { color: var(--orange); transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }

.process-section { padding: 112px 0 92px; background: #0d111b; border-top: 1px solid rgba(245,240,229,.06); border-bottom: 1px solid rgba(245,240,229,.06); }
.process-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; align-items: end; margin-bottom: 64px; }
.process-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 18px; }
.process-heading h2 { grid-column: 1; }
.process-heading > p:not(.eyebrow) { max-width: 385px; margin: 0 0 7px; color: var(--muted); line-height: 1.75; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-step { position: relative; padding: 21px 14px 10px 0; border-top: 1px solid rgba(245,240,229,.2); }
.step-number { display: inline-block; margin-bottom: 26px; color: var(--orange); font-size: .82rem; font-weight: 700; letter-spacing: .1em; }
.step-rule { position: absolute; top: -1px; left: 0; width: 45px; height: 2px; background: var(--blue); }
.process-step h3 { max-width: 230px; margin: 0 0 13px; font-size: 1.15rem; letter-spacing: -.035em; line-height: 1.35; }
.process-step p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.75; }
.process-footer { display: flex; align-items: center; gap: 10px; margin-top: 50px; padding-top: 23px; border-top: 1px solid rgba(245,240,229,.09); color: var(--muted-dark); font-size: .84rem; }
.process-spark { color: var(--orange); font-size: 1.2rem; }

.contact-section { position: relative; overflow: hidden; padding: 118px 0 124px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(42px, 8vw, 106px); align-items: start; }
.contact-copy { position: relative; padding-top: 15px; }
.contact-copy .eyebrow { margin-bottom: 22px; }
.contact-copy h2 { max-width: 490px; margin-bottom: 25px; font-size: clamp(2.8rem, 5vw, 4.4rem); }
.contact-copy > p:not(.eyebrow) { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.8; }
.contact-points { display: grid; gap: 11px; margin-top: 30px; }
.contact-points p { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--ivory-soft); font-size: .88rem; }
.check-mark { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid rgba(66,109,255,.6); border-radius: 50%; color: var(--blue-bright); font-size: .72rem; }
.contact-orbit { position: absolute; z-index: -1; top: 220px; left: -40%; width: 350px; height: 350px; border: 1px solid rgba(255,106,56,.13); border-radius: 50%; }
.contact-orbit::before, .contact-orbit::after { position: absolute; inset: 12%; content: ""; border: 1px solid rgba(66,109,255,.14); border-radius: 50%; }
.contact-orbit::after { inset: 25%; }
.form-panel { padding: clamp(22px, 4vw, 38px); border: 1px solid rgba(245,240,229,.11); border-radius: 24px; background: linear-gradient(145deg, rgba(21,29,44,.93), rgba(14,19,30,.94)); box-shadow: 0 24px 62px rgba(0,0,0,.22); }
.contact-form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; }
.field label { color: var(--ivory-soft); font-size: .82rem; font-weight: 600; }
.field label > span:not(.optional-label) { color: var(--orange); }
.optional-label { color: var(--muted-dark); font-size: .75rem; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid rgba(245,240,229,.17); border-radius: 10px; background: rgba(6,9,16,.54); color: var(--ivory); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(245,240,229,.32); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-bright); background: rgba(6,9,16,.78); box-shadow: 0 0 0 3px rgba(66,109,255,.2); }
.field select { appearance: none; padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%23b4bdcf' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.field select:invalid { color: var(--muted-dark); }
.field select option { color: var(--ivory); background: var(--surface); }
.field textarea { min-height: 118px; resize: vertical; line-height: 1.55; }
.honeypot { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.privacy-note { margin: -1px 0 0; color: var(--muted-dark); font-size: .75rem; line-height: 1.6; }
.button-submit { justify-self: start; min-width: 190px; min-height: 52px; padding-inline: 20px; background: var(--blue); color: white; box-shadow: 0 9px 24px rgba(66,109,255,.17); }
.button-submit:disabled { opacity: .68; cursor: wait; transform: none; }
.form-status { min-height: 1.3em; margin: -7px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.form-status[data-state="success"] { color: #b7e6c4; }
.form-status[data-state="error"] { color: #ffb6a1; }

.final-cta { padding: 54px 0; background: var(--blue); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.final-cta .eyebrow { margin-bottom: 9px; color: rgba(255,255,255,.75); }
.final-cta h2 { max-width: 680px; margin: 0; color: white; font-size: clamp(1.75rem, 3.6vw, 3rem); letter-spacing: -.055em; line-height: 1.13; }
.button-light { min-width: 260px; border-color: rgba(255,255,255,.38); background: var(--ivory); color: var(--ink); box-shadow: 0 10px 28px rgba(8,11,20,.15); }
.button-light:hover { background: white; box-shadow: 0 14px 32px rgba(8,11,20,.21); }

.site-footer { padding: 36px 0 20px; background: #070910; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; padding-bottom: 32px; }
.footer-brand { width: 120px; height: 64px; }
.footer-brand img { width: 96px; }
.footer-main > p { margin: 0; color: var(--muted-dark); font-size: .82rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 23px; color: var(--ivory-soft); font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 18px; border-top: 1px solid rgba(245,240,229,.09); color: var(--muted-dark); font-size: .73rem; }

@media (min-width: 1440px) {
  .hero { padding-top: 104px; }
}
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: 35px; }
  .hero-visual { min-height: 420px; }
  .hero-photo { height: 420px; }
  .hero-note { left: -12px; }
  .service-card { padding-inline: 22px; }
  .context-grid { gap: 58px; }
  .context-visual { min-height: 440px; }
  .context-photo-main { height: 340px; }
  .context-photo-small { height: 210px; }
  .process-grid { gap: 14px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  .container { width: min(100% - 38px, 560px); }
  .header-inner { height: 70px; gap: 16px; }
  .brand { width: 108px; height: 64px; }
  .brand img { width: 96px; }
  .desktop-nav { display: none; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav-toggle { appearance: none; display: grid; width: 44px; height: 44px; place-items: center; margin: 0; padding: 0; border: 1px solid rgba(245,240,229,.16); border-radius: 50%; background: transparent; color: var(--ivory); cursor: pointer; }
  .menu-glyph { display: grid; gap: 5px; }
  .menu-glyph span { display: block; width: 17px; height: 1.5px; border-radius: 2px; background: var(--ivory); transition: transform .2s ease; }
  .mobile-nav-toggle[aria-expanded="true"] .menu-glyph span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .mobile-nav-toggle[aria-expanded="true"] .menu-glyph span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .mobile-nav-panel { position: absolute; top: calc(100% + 12px); right: 0; display: grid; width: min(300px, calc(100vw - 38px)); gap: 5px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #111725; box-shadow: 0 18px 38px rgba(0,0,0,.4); }
  .mobile-nav-panel[hidden] { display: none; }
  .mobile-nav-panel > a:not(.button) { padding: 11px 10px; color: var(--ivory-soft); font-size: .94rem; }
  .mobile-nav-panel .button { margin-top: 6px; min-height: 48px; padding-inline: 12px; background: var(--blue); color: white; font-size: .82rem; }
  .hero { padding: 49px 0 19px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-copy { padding-bottom: 0; }
  .eyebrow { margin-bottom: 17px; font-size: .65rem; letter-spacing: .11em; }
  .hero h1 { max-width: 590px; font-size: clamp(3.05rem, 13vw, 5.1rem); line-height: .99; }
  .hero-highlight::after { bottom: 3px; height: 8px; }
  .hero-lead { max-width: 520px; margin: 22px 0 23px; font-size: 1rem; }
  .button-primary { min-height: 56px; width: 100%; padding-inline: 14px; font-size: .91rem; }
  .hero-service-line { margin-top: 17px; font-size: .72rem; }
  .hero-visual { min-height: 360px; width: min(100%, 460px); margin: 0 auto; }
  .hero-photo { width: 79%; height: 350px; border-radius: 46% 46% 24px 24px; }
  .hero-orbit { top: 1%; right: -1%; width: 104%; }
  .hero-note { left: 0; bottom: 31px; padding: 11px 14px; font-size: .71rem; }
  .hero-note strong { font-size: .8rem; }
  .hero-stamp { top: 27px; right: 2px; width: 67px; height: 67px; font-size: .54rem; }
  .photo-caption { right: 15px; bottom: 16px; left: 15px; font-size: .71rem; }
  .hero-bottom { padding-top: 22px; font-size: .62rem; }
  .hero-bottom-line { flex: 1; max-width: 56px; }
  .services-section, .process-section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2, .context-copy h2, .process-heading h2, .contact-copy h2 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .section-intro { margin-top: 19px; font-size: .94rem; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .primary-services-grid { max-width: none; }
  .service-card { min-height: 0; padding: 22px 22px 20px; }
  .service-card-top { margin-bottom: 21px; }
  .service-icon { width: 49px; height: 49px; }
  .service-card h3 { font-size: 1.25rem; }
  .service-card p { margin-bottom: 20px; font-size: .88rem; }
  .complementary-panel { margin-top: 38px; padding: 22px; border-radius: 20px; }
  .complementary-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 22px; }
  .complementary-heading h3 { font-size: clamp(1.75rem, 8vw, 2.45rem); }
  .complementary-intro { font-size: .9rem; }
  .complementary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .complementary-card { min-height: 0; padding: 17px; }
  .complementary-card h4 { font-size: .93rem; }
  .complementary-card p { font-size: .79rem; }
  .services-footnote { align-items: flex-start; font-size: .75rem; }
  .context-section { padding: 83px 0 77px; }
  .context-grid { grid-template-columns: 1fr; gap: 39px; }
  .context-visual { min-height: 390px; width: min(100%, 520px); margin: 0 auto; }
  .context-photo-main { top: 0; left: 0; width: 80%; height: 300px; border-radius: 22px 22px 22px 74px; }
  .context-photo-small { right: 0; bottom: 0; width: 50%; height: 194px; border-width: 5px; border-radius: 18px 18px 48px 18px; }
  .context-label { top: 17px; right: -1px; max-width: 170px; padding: 10px 11px; font-size: .64rem; }
  .context-copy h2 { margin-bottom: 19px; }
  .context-copy > p:not(.eyebrow) { font-size: .93rem; }
  .process-heading { grid-template-columns: 1fr; row-gap: 17px; margin-bottom: 38px; }
  .process-heading .eyebrow { grid-column: 1; margin: 0; }
  .process-heading h2 { grid-column: 1; }
  .process-heading > p:not(.eyebrow) { margin: 0; font-size: .94rem; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 26px; column-gap: 17px; }
  .process-step { padding-right: 2px; }
  .step-number { margin-bottom: 19px; }
  .process-step h3 { font-size: 1.05rem; }
  .process-step p { font-size: .83rem; }
  .process-footer { margin-top: 34px; font-size: .76rem; }
  .contact-section { padding: 80px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-copy { padding-top: 0; }
  .contact-copy h2 { margin-bottom: 18px; }
  .contact-copy > p:not(.eyebrow) { font-size: .94rem; }
  .contact-points { grid-template-columns: 1fr; gap: 9px; margin-top: 22px; }
  .contact-orbit { top: 150px; left: -53%; }
  .form-panel { padding: 21px 17px; border-radius: 18px; }
  .contact-form { gap: 15px; }
  .form-row { grid-template-columns: 1fr; gap: 15px; }
  .field label { font-size: .8rem; }
  .field input, .field select, .field textarea { min-height: 49px; font-size: 16px; }
  .field textarea { min-height: 116px; }
  .button-submit { width: 100%; }
  .final-cta { padding: 39px 0; }
  .final-cta-inner { flex-direction: column; align-items: stretch; gap: 23px; }
  .final-cta h2 { font-size: 2rem; }
  .button-light { min-width: 0; width: 100%; min-height: 56px; font-size: .9rem; }
  .site-footer { padding-top: 27px; }
  .footer-main { grid-template-columns: 1fr; gap: 12px; padding-bottom: 22px; }
  .footer-brand { width: 108px; height: 64px; }
  .footer-brand img { width: 96px; }
  .footer-main > p { max-width: 270px; margin-top: 3px; line-height: 1.6; }
  .site-footer nav { justify-content: flex-start; gap: 19px; margin-top: 11px; }
  .footer-bottom { font-size: .68rem; }
}
@media (max-width: 500px) {
  .complementary-grid { grid-template-columns: 1fr; }
  .complementary-card { padding: 18px; }
}
@media (max-width: 390px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 2.83rem; }
  .hero-visual { min-height: 330px; }
  .hero-photo { height: 320px; }
  .hero-note { left: -1px; bottom: 25px; }
  .context-visual { min-height: 345px; }
  .context-photo-main { height: 265px; }
  .context-photo-small { height: 174px; }
  .form-panel { padding-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Multichannel positioning and honest process highlights. */
.multichannel-section { padding: 4px 0 38px; background: linear-gradient(180deg, #0b0e18 0%, #0c101a 100%); }
.multichannel-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(275px, .85fr); align-items: center; gap: clamp(28px, 5vw, 64px); padding: clamp(27px, 4.4vw, 48px); overflow: hidden; border: 1px solid rgba(66,109,255,.24); border-top: 2px solid rgba(255,106,56,.72); border-radius: 25px; background: radial-gradient(ellipse at 92% 0%, rgba(66,109,255,.12), transparent 36%), linear-gradient(145deg, rgba(21,29,44,.82), rgba(10,14,23,.92)); box-shadow: 0 22px 54px rgba(0,0,0,.18); }
.multichannel-copy { position: relative; z-index: 1; max-width: 690px; }
.multichannel-copy .eyebrow { margin-bottom: 15px; }
.multichannel-copy h2 { max-width: 670px; margin: 0 0 20px; font-size: clamp(2.2rem, 4.4vw, 3.7rem); font-weight: 700; letter-spacing: -.065em; line-height: 1.05; }
.multichannel-copy > p:not(.eyebrow) { max-width: 650px; margin: 0 0 12px; color: var(--muted); line-height: 1.75; }
.multichannel-link { margin-top: 7px; }
.multichannel-visual { display: grid; min-height: 260px; place-items: center; }
.channel-map { position: relative; display: grid; width: min(100%, 350px); height: 260px; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(66,109,255,.15) 0, rgba(66,109,255,.055) 47%, transparent 70%); }
.channel-map::before, .channel-map::after { position: absolute; border: 1px dashed rgba(245,240,229,.19); border-radius: 50%; content: ""; }
.channel-map::before { inset: 14px 28px; transform: rotate(-14deg); }
.channel-map::after { inset: 38px 57px; border-style: solid; border-color: rgba(255,106,56,.16); transform: rotate(24deg); }
.channel-map-center { position: relative; z-index: 1; display: grid; width: 112px; height: 112px; place-items: center; border: 1px solid rgba(245,240,229,.19); border-radius: 50%; background: rgba(17,23,37,.96); box-shadow: 0 14px 40px rgba(0,0,0,.3); color: var(--ivory); font-size: .93rem; font-weight: 700; text-align: center; }
.channel-chip { position: absolute; z-index: 2; display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid rgba(245,240,229,.17); border-radius: 999px; background: rgba(17,23,37,.96); color: var(--ivory-soft); font-size: .72rem; font-weight: 700; line-height: 1.2; box-shadow: 0 8px 24px rgba(0,0,0,.24); }
.channel-chip-facebook { top: 5px; left: 50%; border-color: rgba(66,109,255,.65); background: rgba(66,109,255,.2); color: #dce4ff; transform: translateX(-50%); }
.channel-chip-meta { top: 50%; left: 0; border-color: rgba(255,106,56,.45); color: #ffd4c5; transform: translateY(-50%); }
.channel-chip-google { top: 50%; right: -3px; border-color: rgba(66,109,255,.42); color: #dce4ff; transform: translateY(-50%); }
.channel-chip-social { bottom: 3px; left: 50%; border-color: rgba(255,106,56,.32); transform: translateX(-50%); }
.complementary-card { min-height: 174px; }
.services-footnote { align-items: flex-start; line-height: 1.7; }
.services-footnote a { display: inline-flex; align-items: center; gap: 6px; margin-left: 5px; color: var(--ivory); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(255,106,56,.72); text-underline-offset: 4px; }
.services-footnote a span { transition: transform .2s ease; }
.services-footnote a:hover span { transform: translate(2px, -2px); }
.process-trust { max-width: 900px; margin: 58px auto 48px; padding: 30px 34px; border: 1px solid rgba(245,240,229,.1); border-left: 2px solid var(--orange); border-radius: 0 18px 18px 0; background: linear-gradient(100deg, rgba(21,29,44,.78), rgba(17,23,37,.34)); }
.process-trust .eyebrow { margin-bottom: 12px; }
.process-trust h3 { margin: 0 0 15px; font-size: clamp(1.35rem, 2.4vw, 1.9rem); letter-spacing: -.04em; line-height: 1.2; }
.process-trust p:not(.eyebrow) { margin: 0 0 11px; color: var(--muted); font-size: .91rem; line-height: 1.75; }
.process-trust p:last-child { margin-bottom: 0; }
.process-metrics-block { margin-top: 58px; }
.process-metrics-heading { margin: 0 0 22px; color: var(--ivory-soft); font-size: 1.1rem; font-weight: 700; letter-spacing: -.02em; text-align: center; }
.process-metrics-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.process-metric { display: grid; grid-template-columns: 70px minmax(0, 1fr); align-items: center; gap: 17px; min-height: 116px; padding: 20px 22px; border: 1px solid rgba(245,240,229,.1); border-radius: 18px; background: linear-gradient(145deg, rgba(21,29,44,.78), rgba(10,14,23,.72)); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.process-metric-value { margin: 0; color: var(--orange); font-size: clamp(2.5rem, 3.7vw, 3.25rem); font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: -.075em; line-height: 1; }
.process-metric-label { margin: 0; color: var(--ivory-soft); font-size: .84rem; font-weight: 600; line-height: 1.45; }
@media (max-width: 1000px) {
  .multichannel-panel { grid-template-columns: minmax(0, 1.1fr) minmax(250px, .9fr); gap: 26px; }
  .process-metric { grid-template-columns: 58px minmax(0, 1fr); gap: 12px; padding-inline: 16px; }
  .process-metric-label { font-size: .8rem; }
}
@media (max-width: 760px) {
  .multichannel-section { padding: 0 0 28px; }
  .multichannel-panel { grid-template-columns: 1fr; gap: 9px; padding: 24px 20px 18px; }
  .multichannel-copy h2 { font-size: clamp(2.25rem, 10vw, 3.25rem); }
  .multichannel-copy > p:not(.eyebrow) { font-size: .93rem; }
  .multichannel-visual { min-height: 220px; margin-top: 3px; }
  .channel-map { width: min(100%, 330px); height: 220px; }
  .channel-map-center { width: 100px; height: 100px; }
  .channel-map::before { inset: 10px 21px; }
  .channel-map::after { inset: 31px 48px; }
  .channel-chip { padding: 8px 10px; font-size: .68rem; }
  .complementary-card { min-height: 0; }
  .process-trust { margin: 43px 0 36px; padding: 24px 21px; }
  .process-trust p:not(.eyebrow) { font-size: .88rem; }
  .process-metrics-block { margin-top: 43px; }
  .process-metrics-list { grid-template-columns: 1fr; gap: 10px; }
  .process-metric { grid-template-columns: 76px minmax(0, 1fr); min-height: 94px; gap: 15px; padding: 17px 20px; }
  .process-metric-value { font-size: 3rem; }
  .process-metric-label { font-size: .9rem; }
}
@media (prefers-reduced-motion: reduce) {
  .services-footnote a span { transition: none; }
}
