:root{color-scheme:light;--bg:#f6f5f1;--surface:#fff;--soft:#efeee9;--ink:#1e2026;--muted:#666971;--line:#ddddd8;--accent:#6655e8;--accent-soft:#eeebfb;--accent-ink:#5844c9;--sans:'Avenir Next',Avenir,'Segoe UI',Arial,sans-serif;--mono:'SFMono-Regular',Consolas,'Liberation Mono',monospace;--shadow:0 16px 50px -26px #3932473b;--header:rgba(246,245,241,.94)}
html[data-theme=dark]{color-scheme:dark;--bg:#14151b;--surface:#1d1e26;--soft:#1a1b23;--ink:#f0eff5;--muted:#afb0bd;--line:#33343f;--accent:#a395ff;--accent-soft:#28243f;--accent-ink:#bbafff;--shadow:0 16px 50px -26px #0009;--header:rgba(20,21,27,.94)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12;letter-spacing:-.045em;font-weight:600}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button,select{color:inherit}img,svg{max-width:100%}button:disabled{cursor:default}a,button{touch-action:manipulation}[hidden]{display:none!important}::selection{background:#d6ccff;color:#292040}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}.section{padding-block:112px}.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;top:12px;left:12px;z-index:100;background:var(--ink);color:var(--bg);padding:12px 20px;border-radius:8px;transform:translateY(-160%)}.skip-link:focus{transform:none}.mono,.eyebrow,.mini-label{font-family:var(--mono)}.eyebrow{font-size:11px;line-height:1.6;letter-spacing:.075em;font-weight:400;color:var(--accent-ink);display:flex;align-items:center;gap:9px}.mini-label{font-size:10px;letter-spacing:.045em;line-height:1.55;color:var(--muted)}.status-dot{display:inline-block;flex:none;width:7px;height:7px;background:#418367;border-radius:50%;box-shadow:0 0 0 4px #4183670d}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;min-height:52px;padding:14px 22px;border:1px solid transparent;border-radius:9px;font-size:14px;line-height:1.5;font-weight:500;transition:transform .2s,background .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.button-dark{background:var(--ink);color:var(--bg)}.button-dark:hover{background:var(--accent);color:#fff}.button>span[aria-hidden]{font-size:20px}.button-outline{border-color:var(--line);background:transparent;color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:500}.text-link>span:last-child{transition:transform .2s}.text-link:hover>span:last-child{transform:translate(2px,-2px)}.icon-button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:transparent;flex:none}.icon-button:hover{background:var(--soft)}.icon-button svg{height:18px;width:18px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.sun-icon{display:none}html[data-theme=dark] .sun-icon{display:block}html[data-theme=dark] .moon-icon{display:none}
/* A quiet, persistent navigation. */
.site-header{position:sticky;top:0;z-index:30;background:var(--header);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;gap:22px;min-height:89px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto;font-size:14px;font-weight:600;white-space:nowrap}.brand-symbol{font-size:37px;line-height:1;letter-spacing:-.12em;font-weight:700;width:32px}.brand-symbol>span{color:var(--accent)}.brand small{display:block;font:9px/1.6 var(--mono);letter-spacing:.14em;color:var(--muted);margin-top:3px}#main-nav{display:flex;align-items:center;gap:28px;font-size:12px;font-weight:500}#main-nav>a{position:relative;padding-block:12px}#main-nav>a:hover{color:var(--accent-ink)}#main-nav .nav-contact{display:flex;align-items:center;gap:17px;border-bottom:1px solid var(--ink);padding:6px 0;margin-left:7px}.header-controls{display:flex;gap:10px}.menu-toggle{display:none}
/* Hero: a small visual system, built from live HTML and vector shapes. */
.hero{display:grid;grid-template-columns:1.13fr 1fr;align-items:center;gap:16px;padding-block:83px 78px;min-height:680px}.hero-copy{position:relative;z-index:2}.hero h1{font-size:clamp(48px,5.05vw,72px);line-height:1.08;letter-spacing:-.063em;font-weight:550;margin:26px 0 30px}.hero-accent{color:var(--accent);position:relative;white-space:nowrap}.hero-accent>svg{position:absolute;bottom:-10px;left:0;width:100%;height:17px;stroke:var(--accent);stroke-width:2.5;stroke-linecap:round;fill:none;opacity:.65}.headline-dot{color:var(--accent)}.hero-description{max-width:485px;font-size:17px;line-height:1.85;color:var(--muted)}.hero-subline{font-size:12px;color:var(--muted);margin-top:13px}.hero-actions{display:flex;align-items:center;gap:27px;margin-top:28px}.hero-actions .text-link{font-size:13px;gap:8px;white-space:nowrap}.play-circle{display:inline-grid;place-items:center;width:25px;height:25px;border:1px solid var(--line);border-radius:50%;font-size:7px;padding-left:1px}.hero-availability{display:flex;align-items:center;gap:12px;margin-top:40px;font-size:11px;color:var(--ink);line-height:1.7}.hero-availability small{display:block;color:var(--muted);font-size:10px}.availability-avatars{display:flex;padding-left:0}.availability-avatars i{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;border:2px solid var(--bg);background:#e4e0f1;color:#686074;font:8px var(--mono);margin-left:-7px}.availability-avatars i:first-child{margin-left:0;background:#e6e9e1}.availability-avatars i:last-child{background:#e5e4ed}html[data-theme=dark] .availability-avatars i{background:var(--accent-soft);color:var(--accent-ink)}
.hero-art{position:relative;height:auto;aspect-ratio:1.08;min-width:0;isolation:isolate;--hero-motion:paused}.hero-art.is-playing{--hero-motion:running}.hero-art-grid{position:absolute;inset:0;background-image:radial-gradient(var(--line) 1px,transparent 1px);background-size:19px 19px;mask-image:radial-gradient(ellipse,#000 0,transparent 69%);opacity:.8;z-index:-1}.hero-art::after{content:'';position:absolute;inset:15%;z-index:-1;background:radial-gradient(ellipse,#ccc0fc54,transparent 68%);filter:blur(12px)}.hero-art-caption{position:absolute;top:0;left:28%;font-size:8px;letter-spacing:.14em;color:var(--muted)}.hero-orbits{position:absolute;width:100%;height:100%;inset:0;color:var(--accent)}.hero-orbits ellipse{stroke:var(--accent);stroke-width:.8;opacity:.22}.hero-orbits path{stroke:var(--accent);stroke-width:.8;stroke-dasharray:2 7;opacity:.5;animation:orbital-dashes 24s linear infinite;animation-play-state:var(--hero-motion)}.orbit-dot{fill:var(--accent);opacity:.65;animation:orbit-glow 4s ease-in-out infinite;animation-play-state:var(--hero-motion)}.orbit-dot.two{animation-delay:-1.7s}.orbit-dot.three{animation-delay:-3s}.engine-plate{position:absolute;top:27%;left:29%;width:47%;aspect-ratio:1.03;border-radius:28px;border:1px solid #b7a6fb8c;background:linear-gradient(145deg,#eee9ff,#b5a3fa 63%,#9984e8);box-shadow:10px 20px 35px -10px #69519c33,inset 0 1px 0 #fffc,5px 7px 0 #c1b1f5,6px 8px 0 #a18fdd;transform:rotate(-11deg);overflow:hidden;animation:plate-float 6s ease-in-out infinite;animation-play-state:var(--hero-motion)}.engine-plate-top,.engine-plate-bottom{position:absolute;left:10%;right:10%;display:flex;align-items:center;justify-content:space-between;color:#584778;font:7px var(--mono);letter-spacing:.05em;z-index:2}.engine-plate-top{top:10%}.engine-plate-top>i{width:5px;height:5px;background:#786697;box-shadow:8px 0 #b3a0d3;border-radius:50%;margin-right:8px}.engine-plate-bottom{bottom:9%;font-size:6px}.engine-plate-bottom>span:last-child{font-size:18px}.engine-core{position:absolute;inset:19% 19% 20%;display:grid;place-items:center;border:1px solid #c7b7ff;border-radius:23px;background:linear-gradient(135deg,#e7dfff8c,#8f78d821);box-shadow:inset 2px 2px 5px #fffa,inset -1px -1px 3px #826cbc4d;overflow:hidden}.engine-core>span{font-size:110px;line-height:1;letter-spacing:-.16em;margin-top:-23px;margin-left:-8px;font-weight:600;color:#514080;text-shadow:1px 2px 0 #f2e9ff93}.engine-core>span>span{color:#fff}.core-shine{position:absolute;inset:-100%;background:linear-gradient(115deg,transparent 42%,#fff7 49%,transparent 55%);animation:core-shine 8s ease-in-out infinite;animation-play-state:var(--hero-motion)}.orbit-card{position:absolute;display:flex;align-items:center;gap:12px;padding:15px 18px;border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:0 10px 26px -12px #3d31512b;animation:card-float 5s ease-in-out infinite;animation-play-state:var(--hero-motion)}.orbit-card .mini-label{font-size:7px;display:block;letter-spacing:.055em}.orbit-card strong{display:block;font-size:13px;font-weight:550;letter-spacing:-.025em;margin-top:3px}.orbit-card-detail{font-size:8px;display:flex;align-items:center;gap:5px;color:var(--muted);margin-top:4px;white-space:nowrap}.orbit-card-detail i{height:4px;width:4px;background:#70a389;border-radius:50%}.signal-card{top:15%;left:0;transform:rotate(-5deg);animation-delay:-2s}.orbit-card-icon{display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-ink);border-radius:9px;height:36px;width:36px;font-size:27px;flex:none}.conversation-card{top:50%;right:0;transform:rotate(5deg);animation-delay:-3.7s}.conversation-avatar{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--soft);color:var(--accent);font-size:21px}.outcome-card{top:75%;left:10%;padding:14px 17px;gap:22px;transform:rotate(-3deg)}.outcome-card strong{font-size:14px}.outcome-card strong>span{margin-left:10px;color:var(--accent)}.outcome-track{display:flex;align-items:flex-end;gap:4px;height:28px}.outcome-track i{width:8px;height:30%;background:#c6b9ef;border-radius:3px 3px 0 0;transform-origin:bottom;animation:grow-bars 4s ease-in-out infinite;animation-play-state:var(--hero-motion)}.outcome-track i:nth-child(2){height:47%;animation-delay:-.2s}.outcome-track i:nth-child(3){height:62%;animation-delay:-.4s}.outcome-track i:nth-child(4){height:77%;animation-delay:-.6s}.outcome-track i:nth-child(5){height:100%;background:var(--accent);animation-delay:-.8s}.hero-art-bottom{position:absolute;bottom:-1%;left:7%;right:3%;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted)}.hero-art-bottom>.mono{font-size:7px;letter-spacing:.1em}.hero-art-bottom button{padding:9px 6px;display:flex;align-items:center;gap:5px;border:0;background:none;font-size:9px;color:var(--muted);min-height:32px}.hero-art-bottom button:hover{color:var(--accent-ink)}
.intro-strip{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-block:27px;border-block:1px solid var(--line)}.intro-strip p{font-size:10px;line-height:1.6;color:var(--muted);padding-right:20px}.intro-strip strong{font-weight:500;color:var(--ink)}.intro-strip>span{font-size:14px;font-weight:500;letter-spacing:-.025em}.intro-strip>i{color:var(--accent);font-size:22px;font-style:normal;font-weight:400}.intro-strip>a{font-size:10px;color:var(--muted);display:flex;gap:12px;margin-left:20px}
/* Work and capabilities. */
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:43px}.section-heading h2,.about-copy h2,.faq-intro h2{font-size:clamp(33px,3.5vw,48px);margin-top:20px}.muted-heading{color:var(--muted)}.section-intro{max-width:310px;font-size:14px;line-height:1.85;color:var(--muted);padding-bottom:4px}.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.case-card{min-width:0}.case-art{position:relative;aspect-ratio:1.75;border-radius:16px;overflow:hidden;isolation:isolate;transition:transform .4s}.case-card:hover .case-art{transform:translateY(-4px)}.case-art-label,.case-art-bottom{position:absolute;left:25px;right:25px;font:9px/1.5 var(--mono);letter-spacing:.04em;z-index:3}.case-art-label{top:21px;opacity:.7}.case-art-bottom{bottom:20px;display:flex;align-items:center;justify-content:space-between;font-size:8px}.case-art-bottom>span{font-family:var(--sans);font-size:25px;line-height:1}.fireworks-art{background:#242034;color:#c7b6ff}.fireworks-art svg{position:absolute;inset:8% 0 0;width:100%;height:84%}.fireworks-art svg text{font:500 51px var(--sans);letter-spacing:-.06em;fill:#f1eaff}.firework-rays{stroke-width:1.3}.energy-art{background:#e0e6d3;color:#4a5341}.energy-halo{position:absolute;width:330px;aspect-ratio:1;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid #92a87344;box-shadow:0 0 0 32px #92a87310,0 0 0 62px #92a8730a}.energy-tile{position:absolute;left:36%;top:24%;width:30%;aspect-ratio:1;border-radius:24px;transform:rotate(-13deg);border:1px solid #faffde90}.tile-back{background:#a7b882;transform:translate(-14px,10px) rotate(-21deg);box-shadow:0 16px 22px #48543015}.tile-front{background:linear-gradient(135deg,#f5f9d5,#beca9a);box-shadow:inset 1px 2px 0 #ffff,9px 13px 25px #47532620;display:grid;place-items:center}.tile-front svg{width:40%;height:61%;fill:#748653;filter:drop-shadow(1px 2px 0 #eff7d4)}.case-body{padding:23px 3px 0}.case-kicker{font:9px/1.6 var(--mono);letter-spacing:.05em;color:var(--muted)}.case-body h3{font-size:23px;margin:10px 0 10px}.case-body p{font-size:14px;color:var(--muted);line-height:1.85;max-width:490px}.case-body p strong{color:var(--ink);font-weight:550}.case-note{font-size:11px;color:var(--muted);line-height:1.8;max-width:840px;margin-top:27px}.services-section{padding-block:94px;background:var(--soft);border-block:1px solid var(--line)}.services-section .section-heading h2{font-size:clamp(30px,3vw,42px)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.service-card{background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:26px 27px 28px;position:relative;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.service-leads{background:var(--accent-soft);border-color:#a99ce547}.service-number{position:absolute;right:23px;top:23px;font:10px var(--mono);color:var(--muted)}.service-glyph{height:84px;position:relative;margin-bottom:27px;color:var(--accent);width:100px}.target-glyph{display:grid;place-items:center;width:84px}.target-glyph i{position:absolute;border:1px solid currentColor;border-radius:50%;width:72px;height:72px;opacity:.3}.target-glyph i:nth-child(2){width:48px;height:48px;opacity:.6}.target-glyph i:nth-child(3){width:24px;height:24px;opacity:1;background:var(--surface)}.target-glyph b{position:absolute;font-size:39px;line-height:1;font-weight:400;top:0;right:0;transform:translate(0,4px)}.connection-glyph{display:flex;align-items:center;width:119px}.connection-glyph i{display:grid;place-items:center;font-style:normal;font-size:22px;width:45px;height:45px;border:1px solid var(--line);border-radius:12px;background:var(--accent-soft);z-index:1}.connection-glyph i:first-child{transform:translateY(-10px)}.connection-glyph i:last-child{transform:translateY(10px)}.connection-glyph>span{height:31px;flex:1;border:1px dashed var(--accent);border-left:0;border-right:0;transform:skewY(27deg);opacity:.5}.reporting-glyph{display:flex;align-items:flex-end;gap:8px;height:72px;padding-top:10px;margin-top:12px;padding-bottom:0;border-bottom:1px solid var(--line)}.reporting-glyph>span{width:18px;height:37%;background:var(--accent-soft);border:1px solid #9c8ddd61;border-radius:4px 4px 0 0}.reporting-glyph>span:nth-child(2){height:60%}.reporting-glyph>span:nth-child(3){height:85%;background:var(--accent);border-color:var(--accent)}.reporting-glyph i{font-style:normal;font-size:26px;align-self:flex-start;line-height:.6;margin-left:2px}.service-card h3{font-size:25px;line-height:1.18}.service-card>p{font-size:13px;line-height:1.9;color:var(--muted);margin-top:17px;min-height:100px}.service-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:24px}.service-tags>span{font-size:9px;padding:4px 7px;border:1px solid var(--line);border-radius:5px;color:var(--muted)}.service-extra{display:flex;align-items:center;gap:22px;margin-top:30px}.service-extra>p{font-size:12px;color:var(--muted);max-width:550px}.service-extra strong{font-weight:500;color:var(--ink)}.service-extra>a{font-size:11px;margin-left:auto;white-space:nowrap}.service-extra>.mini-label{font-size:8px;white-space:nowrap}
/* A searchable, filterable tool shelf. */
.tools-section{border-top:1px solid var(--line);padding-top:97px}.tool-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.tool-filters>button{border:1px solid var(--line);border-radius:7px;background:transparent;min-height:40px;padding:9px 13px;font-size:11px;transition:background .2s,color .2s}.tool-filters>button.active{background:var(--ink);color:var(--bg);border-color:var(--ink)}.tool-filters>button:hover:not(.active){background:var(--soft)}.tool-filters>button>span{font:9px var(--mono);opacity:.65;margin-left:6px}.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0;gap:10px;min-height:124px}.tool-card{min-width:0;border:1px solid var(--line);border-radius:9px;padding:14px;display:grid;grid-template-columns:33px 1fr;gap:1px 11px;align-items:center;background:var(--surface);transition:transform .2s,border-color .2s}.tool-card:hover{transform:translateY(-2px);border-color:var(--accent)}.tool-mark{grid-row:1/3;display:grid;place-items:center;height:33px;width:33px;border-radius:8px;background:var(--soft);color:var(--accent-ink);font-size:13px;font-weight:600;letter-spacing:-.04em}.tool-name{font-size:12px;font-weight:500;line-height:1.45}.tool-category{font-size:9px;color:var(--muted);line-height:1.5}.tool-card[data-tool-group=marketing] .tool-mark{color:#5f7864}.tool-card[data-tool-group=infrastructure] .tool-mark{color:#9b7845}html[data-theme=dark] .tool-card .tool-mark{color:var(--accent-ink)}
/* About and engagement options. */
.about-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:84px;padding-block:55px 90px;align-items:center}.about-art{aspect-ratio:1.04;background:var(--accent-soft);border:1px solid #a597d140;border-radius:17px;padding:27px;position:relative;overflow:hidden;color:var(--accent-ink)}.about-art-top{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:8px;letter-spacing:.04em}.about-art-top>span:last-child{font:30px var(--sans)}.about-monogram{position:absolute;inset:12% 15% 20%;display:flex;justify-content:center;align-items:center;isolation:isolate}.about-monogram>span{font-size:clamp(170px,20vw,270px);line-height:1;font-weight:600;letter-spacing:-.1em;margin-top:-43px;margin-left:-18px;transform:rotate(-8deg);text-shadow:2px 3px 0 #e9e2ff,-7px 4px 0 #b9a7ef}.about-monogram>i{font-size:150px;font-style:normal;align-self:center;line-height:1;transform:translate(10px,25px);color:var(--surface)}.monogram-orbit{position:absolute;inset:15% 0;border:1px solid #b3a4e687;border-radius:50%;transform:rotate(-30deg);z-index:-1;box-shadow:0 0 0 22px #b3a4e610,0 0 0 44px #b3a4e608}.about-art-bottom{position:absolute;bottom:28px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center;color:var(--ink);font-size:17px;font-weight:500}.about-art-bottom small{display:block;font-size:10px;font-weight:400;color:var(--muted);margin-top:3px}.about-location{width:37px;height:37px;border-radius:50%;border:1px solid #9d8bcb66;display:grid;place-items:center;font-size:22px;color:var(--accent-ink)}.about-copy h2{margin-bottom:25px}.about-copy>p:not(.eyebrow){font-size:14px;line-height:1.9;color:var(--muted);margin-top:14px}.about-copy .experience-summary{font-weight:500;color:var(--ink)}.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-block:23px 26px;margin-top:17px;border-top:1px solid var(--line)}.about-facts .mini-label{font-size:8px}.about-facts strong{display:block;font-size:11px;font-weight:500;margin-top:6px}.linkedin-link{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:500}.linkedin-mark{display:grid;place-items:center;width:25px;height:25px;border-radius:5px;background:var(--ink);color:var(--bg);font-size:14px;font-weight:600}.linkedin-link>span:last-child{color:var(--accent);margin-left:10px;font-size:20px}.engagement-section{border-top:1px solid var(--line);padding-block:83px 96px}.engagement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.engagement-card{border:1px solid var(--line);border-radius:14px;padding:30px 28px;display:flex;flex-direction:column;align-items:flex-start;background:var(--surface)}.engagement-card.featured{background:var(--ink);color:var(--bg);border-color:var(--ink)}.engagement-eyebrow{display:flex;align-items:center;gap:8px;font:9px/1.6 var(--mono);color:var(--muted);letter-spacing:.03em}.featured .engagement-eyebrow{color:#c7badf}.featured .status-dot{background:#a998e8;box-shadow:none}.engagement-card h3{font-size:29px;line-height:1.16;margin:25px 0 19px}.engagement-card p{font-size:13px;line-height:1.9;color:var(--muted);padding-bottom:30px;flex:1}.engagement-card.featured p{color:#c8c5d1}.engagement-card a{width:100%;border-top:1px solid var(--line);padding-top:19px;font-size:11px;display:flex;justify-content:space-between;align-items:center;gap:15px}.engagement-card a>span{font-size:20px}.engagement-card a:hover{color:var(--accent)}.engagement-card.featured a{border-color:#fff3}.engagement-note{font-size:11px;color:var(--muted);margin-top:20px}html[data-theme=dark] .engagement-card.featured{background:#292340;color:var(--ink);border-color:#6f5daa}html[data-theme=dark] .featured .engagement-eyebrow{color:var(--accent-ink)}
/* Straight answers and a frictionless inquiry. */
.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:105px;padding-top:28px;padding-bottom:108px}.faq-intro>p:not(.eyebrow){font-size:13px;color:var(--muted);max-width:240px;margin-top:23px}.faq-intro>.text-link{font-size:12px;margin-top:24px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:14px;line-height:1.65;font-weight:500;padding:22px 0}.faq-item summary::-webkit-details-marker{display:none}.faq-plus{font-size:23px;line-height:1;font-weight:400;color:var(--muted);transition:transform .2s;flex:none}.faq-item[open] .faq-plus{transform:rotate(45deg);color:var(--accent)}.faq-item>p{font-size:13px;color:var(--muted);line-height:1.9;padding:0 34px 23px 0}.contact-section{background:var(--accent-soft);padding-block:83px 90px;border-block:1px solid #a99ce534}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:start}.contact-copy h2{font-size:clamp(51px,5.9vw,78px);line-height:1.04;letter-spacing:-.063em;margin-top:27px}.contact-copy h2>span{color:var(--accent)}.contact-copy>p:not(.eyebrow){font-size:14px;line-height:1.9;color:var(--muted);max-width:370px;margin-top:25px}.contact-status{display:flex;align-items:center;gap:9px;font-size:10px;color:var(--muted);margin-top:24px}.direct-contact{display:flex;flex-direction:column;gap:10px;align-items:flex-start;margin-top:32px;font-size:14px}.direct-contact>a{display:flex;align-items:center;gap:17px;border-bottom:1px solid #a89ac666;padding-bottom:4px;max-width:100%;overflow-wrap:anywhere}.direct-contact>a:hover{color:var(--accent-ink)}.direct-contact>a>span{font-size:19px;flex:none}.contact-copy>p.booking-hint{font-size:11px;max-width:325px;margin-top:13px}.inquiry-form{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:31px;box-shadow:0 14px 40px -27px #5d457344}.form-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:18px;font-weight:500;letter-spacing:-.035em;margin-bottom:25px}.form-heading>span:last-child{font-size:24px;color:var(--accent)}fieldset{border:0;margin:0;padding:0;min-width:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{margin-bottom:17px;min-width:0}.field label{display:block;font-size:11px;font-weight:500;line-height:1.6;margin-bottom:7px}.field input,.field textarea,.field select{display:block;width:100%;min-height:44px;background:var(--bg);border:1px solid var(--line);border-radius:7px;color:var(--ink);padding:11px 12px;font-size:12px;line-height:1.6}.field input::placeholder,.field textarea::placeholder{color:var(--muted);opacity:.8}.field textarea{resize:vertical;min-height:117px}.field select{padding-right:22px}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--accent);outline-offset:2px}.submit-button{width:100%;justify-content:space-between;margin-top:1px;min-height:47px;font-size:12px}.form-note{font-size:10px;line-height:1.7;color:var(--muted);margin-top:12px}.site-footer{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding-block:48px 25px}.footer-name{font-size:17px;font-weight:600;letter-spacing:-.025em}.footer-name>span{display:block;font:9px/1.6 var(--mono);letter-spacing:.04em;color:var(--muted);margin-top:4px}.site-footer>div>p{font-size:11px;color:var(--muted);margin-top:13px}.footer-links{display:flex;justify-content:flex-end;align-items:flex-start;gap:25px;font-size:11px;padding-top:8px}.footer-links a:hover{color:var(--accent)}.footer-bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:9px;color:var(--muted);border-top:1px solid var(--line);padding-top:24px}.footer-bottom a{color:var(--ink)}dialog{width:min(620px,calc(100% - 32px));border:1px solid var(--line);padding:30px;border-radius:18px;background:var(--surface);color:var(--ink);max-height:88dvh;box-shadow:0 30px 110px #0003}dialog::backdrop{background:#10101c7d;backdrop-filter:blur(5px)}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:19px}.dialog-header .eyebrow{font-size:9px}.dialog-close{font-size:26px;line-height:1}dialog h2{font-size:30px}dialog>p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:15px}#inquiry-preview{font:12px/1.7 var(--sans);width:100%;resize:vertical;min-height:200px;max-height:32dvh;margin-top:19px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--ink)}.dialog-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.dialog-actions .button{font-size:12px;min-height:45px;padding:12px 15px}#copy-status{min-height:22px;margin-top:10px;font-size:11px}
/* Motion remains optional, and no content is hidden without JavaScript. */
.reveal{opacity:1;transform:none}.reveal.will-reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.3,1)}.reveal.will-reveal.is-visible{opacity:1;transform:none}.hero-enter{animation:hero-entrance .8s cubic-bezier(.2,.7,.3,1) both}.hero-enter:nth-child(2){animation-delay:.06s}.hero-enter:nth-child(3){animation-delay:.12s}.hero-enter:nth-child(4){animation-delay:.18s}.hero-enter:nth-child(5){animation-delay:.24s}.hero-enter:nth-child(6){animation-delay:.3s}@keyframes hero-entrance{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@keyframes orbital-dashes{to{stroke-dashoffset:-180}}@keyframes orbit-glow{0%,100%{opacity:.3}50%{opacity:.9}}@keyframes plate-float{0%,100%{translate:0 0}50%{translate:0 -8px}}@keyframes card-float{0%,100%{translate:0 0}50%{translate:0 -6px}}@keyframes core-shine{0%,20%{transform:translateX(-25%)}65%,100%{transform:translateX(25%)}}@keyframes grow-bars{0%,100%{scale:1 .9}50%{scale:1 1}}
@media(min-width:1500px){.hero{padding-top:105px;padding-bottom:100px}.hero-art{margin-left:10px}}
@media(max-width:1150px){.container{width:calc(100% - 72px)}#main-nav{gap:19px;font-size:11px}.header-inner{gap:16px}.hero{grid-template-columns:1.05fr 1fr;gap:7px;min-height:620px;padding-block:67px}.hero h1{font-size:5.1vw}.hero-description{font-size:15px}.hero-subline{font-size:10px}.hero-actions{gap:17px}.hero-actions .button{padding-inline:17px;gap:18px;font-size:12px;min-height:48px}.hero-actions .text-link{font-size:11px}.hero-art-caption{font-size:7px}.orbit-card{padding:12px;gap:9px}.orbit-card strong{font-size:11px}.orbit-card .mini-label{font-size:6px}.orbit-card-detail{font-size:7px}.engine-core>span{font-size:95px}.orbit-card-icon{width:31px;height:31px}.outcome-card{left:8%;gap:14px}.outcome-card strong{font-size:12px}.conversation-card{right:-3%}.intro-strip>span{font-size:12px}.intro-strip>i{font-size:18px}.intro-strip p{padding-right:0;font-size:9px}.intro-strip>a{font-size:9px;margin-left:0}.section{padding-block:90px}.service-card{padding:24px 21px}.service-card h3{font-size:22px}.service-card>p{font-size:12px;min-height:110px}.service-extra{gap:17px}.service-extra>p{font-size:11px}.service-extra>a{font-size:10px}.about-section{gap:50px}.about-copy h2{font-size:38px}.contact-grid{gap:55px}.faq-section{gap:65px}.engagement-card{padding:27px 23px}.engagement-card h3{font-size:26px}.engagement-card p{font-size:12px}.tool-name{font-size:11px}.tool-card{padding:12px;gap:1px 8px}}
@media(max-width:950px){.header-inner{min-height:78px}.brand{font-size:12px;gap:9px}.brand small{font-size:8px}#main-nav{gap:15px;font-size:10px}#main-nav .nav-contact{margin-left:0;gap:8px}.header-controls .icon-button{height:35px;width:35px}.hero{min-height:550px;padding-block:60px;gap:15px}.hero .eyebrow{font-size:8px;letter-spacing:.03em}.hero h1{margin-block:21px 25px;font-size:5.1vw}.hero-description{font-size:13px}.hero-subline{font-size:9px;line-height:1.7}.hero-actions{gap:14px;flex-wrap:wrap;margin-top:23px}.hero-actions .button{font-size:11px;min-height:43px;gap:19px}.hero-actions .text-link{font-size:10px}.hero-availability{font-size:9px;margin-top:28px;gap:8px}.hero-availability small{font-size:8px}.availability-avatars i{width:25px;height:25px;font-size:7px}.hero-art-caption{font-size:6px;left:19%}.orbit-card{padding:10px;gap:7px;border-radius:10px}.orbit-card-icon{height:27px;width:27px;font-size:21px}.orbit-card strong{font-size:10px}.orbit-card .mini-label{font-size:5.5px}.orbit-card-detail{font-size:6px}.conversation-avatar{width:24px;height:24px;font-size:17px}.signal-card{left:-3%}.conversation-card{right:-4%}.outcome-card{left:3%}.outcome-card strong{font-size:10px}.outcome-track{height:24px;gap:3px}.outcome-track i{width:6px}.engine-core{border-radius:17px}.engine-core>span{font-size:76px;margin-top:-19px}.engine-plate{border-radius:22px}.engine-plate-top{font-size:6px}.engine-plate-bottom{font-size:5px}.hero-art-bottom{left:0;right:0}.hero-art-bottom>.mono{font-size:6px}.hero-art-bottom button{font-size:8px}.intro-strip{gap:12px;padding-block:23px}.intro-strip>span{font-size:11px}.intro-strip>a{display:none}.section-heading{gap:35px}.section-intro{font-size:12px;max-width:260px}.section-heading h2{font-size:36px}.service-grid{gap:13px}.service-card{padding:23px 18px}.service-card h3{font-size:20px}.service-card>p{font-size:11px;min-height:106px}.service-tags>span{font-size:8px;padding-inline:5px}.service-extra{flex-wrap:wrap;gap:12px}.service-extra>a{margin-left:0}.tools-grid{grid-template-columns:repeat(3,1fr)}.about-section{gap:35px}.about-copy h2{font-size:33px}.about-copy>p:not(.eyebrow){font-size:12px}.about-facts{gap:16px}.about-facts strong{font-size:10px}.about-art{aspect-ratio:.89;padding:21px}.about-art-top{font-size:6px}.about-art-bottom{left:21px;right:21px;bottom:24px;font-size:14px}.about-monogram>i{font-size:110px}.engagement-grid{gap:13px}.engagement-card{padding:24px 20px}.engagement-card h3{font-size:23px}.engagement-card a{font-size:10px}.engagement-eyebrow{font-size:8px}.faq-section{gap:48px;grid-template-columns:.65fr 1.35fr}.faq-intro h2{font-size:35px}.faq-item summary{font-size:12px}.faq-item>p{font-size:12px}.contact-grid{gap:40px;grid-template-columns:.9fr 1.1fr}.contact-copy h2{font-size:56px}.contact-copy>p:not(.eyebrow){font-size:12px}.contact-copy>p.booking-hint{font-size:10px}.contact-status{font-size:8px}.direct-contact{font-size:12px}.inquiry-form{padding:24px}.form-row{grid-template-columns:1fr;gap:0}}
@media(max-width:760px){html{scroll-padding-top:87px}.container{width:calc(100% - 40px)}.header-inner{min-height:73px}.brand{font-size:12px}.brand-symbol{font-size:34px}.header-controls .icon-button{width:38px;height:38px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.menu-toggle>span{width:15px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true]>span:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle[aria-expanded=true]>span:last-child{transform:translateY(-3px) rotate(-45deg)}#main-nav{display:none;position:absolute;left:0;right:0;top:100%;padding:15px 20px 22px;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:0 16px 24px #0001;font-size:14px}#main-nav.is-open{display:flex;align-items:stretch;flex-direction:column;gap:2px}#main-nav>a{padding:11px 4px}#main-nav .nav-contact{margin-top:6px;padding-block:10px;border:0;color:var(--accent-ink);justify-content:space-between}.hero{grid-template-columns:1fr;gap:35px;padding-block:48px 44px;min-height:0}.hero-copy{max-width:590px}.hero .eyebrow{font-size:9px}.hero h1{font-size:clamp(44px,8.3vw,62px);letter-spacing:-.06em;line-height:1.1;margin:23px 0 29px}.hero-description{font-size:15px;max-width:530px;line-height:1.85}.hero-subline{font-size:11px}.hero-actions{gap:22px;margin-top:25px}.hero-actions .button{font-size:12px;min-height:48px;padding:13px 18px;gap:20px}.hero-actions .text-link{font-size:12px}.hero-availability{font-size:11px;margin-top:28px;gap:11px}.hero-availability small{font-size:10px}.availability-avatars i{width:29px;height:29px;font-size:8px}.hero-art{width:90%;max-width:500px;justify-self:center;aspect-ratio:1.16;margin-top:15px;margin-bottom:10px}.hero-art-caption{font-size:8px;left:24%}.orbit-card{padding:13px 15px;gap:10px;border-radius:12px}.orbit-card strong{font-size:12px}.orbit-card .mini-label{font-size:7px}.orbit-card-detail{font-size:8px}.orbit-card-icon{height:32px;width:32px;font-size:26px}.conversation-avatar{height:29px;width:29px;font-size:21px}.signal-card{left:-4%;top:16%}.conversation-card{right:-5%;top:49%}.outcome-card{top:76%;left:4%;gap:24px}.outcome-card strong{font-size:13px}.engine-plate{left:30%;top:25%;width:46%;border-radius:25px}.engine-core>span{font-size:100px}.engine-plate-top{font-size:7px}.engine-plate-bottom{font-size:6px}.engine-core{border-radius:23px}.hero-art-bottom>.mono{font-size:7px}.hero-art-bottom button{font-size:10px;min-height:40px}.outcome-track{height:29px;gap:4px}.outcome-track i{width:8px}.intro-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px 15px;padding-block:23px}.intro-strip p{grid-column:1/-1;font-size:11px;text-align:center}.intro-strip p br{display:none}.intro-strip p strong{margin-left:5px}.intro-strip>span{text-align:center;font-size:11px}.intro-strip>i{display:none}.section{padding-block:64px}.section-heading{display:block;margin-bottom:31px}.section-heading h2,.about-copy h2,.faq-intro h2{font-size:36px;margin-top:17px}.eyebrow{font-size:9px}.section-intro{font-size:13px;max-width:430px;margin-top:20px;padding:0}.case-grid{gap:26px}.case-art{aspect-ratio:1.35;border-radius:12px}.case-art-label{font-size:6px;left:17px;right:17px;top:17px}.case-art-bottom{font-size:6px;left:17px;right:17px;bottom:15px;line-height:1.6;gap:20px}.case-art-bottom>span{font-size:20px}.case-body{padding-top:17px}.case-kicker{font-size:8px}.case-body h3{font-size:19px;line-height:1.25;margin-block:8px}.case-body p{font-size:12px;line-height:1.8}.case-note{font-size:10px}.energy-tile{width:36%;left:32%;top:29%;border-radius:17px}.services-section{padding-block:61px}.services-section .section-heading h2{font-size:32px;line-height:1.15}.service-grid{grid-template-columns:1fr;gap:14px}.service-card{padding:26px;display:grid;grid-template-columns:110px 1fr;column-gap:25px;align-items:center}.service-glyph{grid-column:1;grid-row:1/4;margin:0;width:90px}.target-glyph{width:83px}.connection-glyph{width:110px}.connection-glyph i{width:40px;min-width:40px;height:40px}.service-card h3{grid-column:2;font-size:24px;padding-right:15px}.service-card h3 br{display:none}.service-card>p{grid-column:2;font-size:13px;min-height:0;margin-top:12px;line-height:1.8}.service-tags{grid-column:2;margin-top:18px}.service-tags>span{font-size:9px;padding:4px 7px}.service-number{font-size:9px;right:17px;top:15px}.service-extra{margin-top:25px;display:block}.service-extra>.mini-label{font-size:9px}.service-extra>p{font-size:12px;margin-top:8px;line-height:1.8}.service-extra>a{margin-top:12px;font-size:11px}.tools-grid{grid-template-columns:repeat(3,1fr);gap:8px}.tool-card{grid-template-columns:29px 1fr;padding:11px;gap:1px 7px}.tool-mark{height:29px;width:29px;border-radius:7px;font-size:11px}.tool-name{font-size:10px}.tool-category{font-size:8px}.tool-filters{gap:7px;margin-bottom:21px}.tool-filters>button{font-size:10px;min-height:40px;padding:8px 10px}.about-section{grid-template-columns:.8fr 1.2fr;gap:30px;padding-block:30px 65px}.about-art{aspect-ratio:.63}.about-art-top{font-size:6px;display:block}.about-art-top>span:last-child{display:none}.about-monogram{inset:12% 10% 20%}.about-monogram>span{font-size:175px}.about-monogram>i{font-size:85px;transform:translate(8px,11px)}.about-art-bottom{display:block;font-size:12px}.about-art-bottom small{font-size:8px}.about-location{display:none}.about-copy h2{font-size:29px}.about-copy>p:not(.eyebrow){font-size:12px;line-height:1.8}.about-facts{grid-template-columns:1fr;padding-block:18px;gap:13px}.about-facts strong{font-size:10px;margin-top:3px}.about-facts .mini-label{font-size:7px}.linkedin-link{font-size:10px;gap:7px}.linkedin-link>span:last-child{margin-left:0}.engagement-grid{grid-template-columns:1fr;gap:13px}.engagement-card{padding:25px 27px;display:grid;grid-template-columns:1fr 1fr;column-gap:35px}.engagement-eyebrow{grid-column:1;font-size:9px}.engagement-card h3{grid-column:1;grid-row:2/4;font-size:26px;margin:16px 0 8px}.engagement-card p{grid-column:2;grid-row:1/3;padding:0;font-size:13px}.engagement-card a{grid-column:2;grid-row:3;padding-top:13px;margin-top:16px;font-size:11px}.engagement-note{font-size:11px;line-height:1.8}.faq-section{grid-template-columns:1fr;gap:28px;padding-top:20px;padding-bottom:65px}.faq-intro h2 br{display:none}.faq-intro>p:not(.eyebrow){max-width:none;font-size:13px;margin-top:15px}.faq-intro>.text-link{display:none}.faq-item summary{font-size:14px;padding-block:19px}.faq-item>p{font-size:13px;padding-bottom:21px}.contact-section{padding-block:60px}.contact-grid{grid-template-columns:1fr;gap:36px}.contact-copy h2{font-size:64px;line-height:1.05;margin-top:23px}.contact-copy>p:not(.eyebrow){font-size:14px;max-width:470px;margin-top:23px}.contact-status{font-size:10px;margin-top:22px}.direct-contact{font-size:14px;margin-top:24px;gap:13px}.contact-copy>p.booking-hint{font-size:11px}.inquiry-form{padding:28px}.form-row{grid-template-columns:1fr 1fr;gap:15px}.field input,.field textarea,.field select{font-size:16px;min-height:47px;padding:10px 12px}.field label{font-size:12px}.field input::placeholder,.field textarea::placeholder{font-size:12px}.form-note{font-size:11px}.submit-button{min-height:49px;font-size:13px}.site-footer{gap:28px;padding-top:35px}.footer-links{flex-direction:column;align-items:flex-end;gap:11px;font-size:11px;padding-top:2px}.footer-bottom{font-size:8px;gap:14px}.footer-bottom>span:nth-child(2){display:none}.footer-name{font-size:15px}.site-footer>div>p{font-size:10px}.footer-name>span{font-size:8px}}
@media(max-width:480px){.container{width:calc(100% - 36px)}.hero{padding-top:39px;gap:24px}.hero h1{font-size:clamp(38px,10.7vw,50px);margin-top:23px;margin-bottom:27px}.hero .eyebrow{font-size:8px;letter-spacing:.025em}.hero-description{font-size:14px;line-height:1.85}.hero-subline{font-size:10px;max-width:310px;line-height:1.7}.hero-actions{gap:15px;flex-wrap:nowrap}.hero-actions .button{font-size:11px;gap:15px;padding:12px 13px;min-height:46px}.hero-actions .text-link{font-size:10px;gap:6px}.play-circle{width:21px;height:21px;font-size:6px}.hero-availability{font-size:10px}.hero-availability small{font-size:9px}.hero-art{width:94%;aspect-ratio:1.1;margin-top:22px;margin-bottom:8px}.hero-art-caption{font-size:6px;top:-1%;left:22%}.orbit-card{padding:11px 12px;gap:7px}.orbit-card strong{font-size:10px}.orbit-card .mini-label{font-size:6px}.orbit-card-detail{font-size:6.5px}.signal-card{left:-2%;top:13%}.conversation-card{right:-3%;top:47%}.orbit-card-icon{height:27px;width:27px;font-size:21px}.conversation-avatar{height:25px;width:25px;font-size:19px}.engine-plate{top:25%;width:49%;left:29%;border-radius:23px}.engine-core{border-radius:18px}.engine-core>span{font-size:84px}.engine-plate-top{font-size:6px}.engine-plate-bottom{font-size:5px}.outcome-card{left:1%;top:73%;gap:20px}.outcome-card strong{font-size:12px}.outcome-track{height:23px}.outcome-track i{width:6px}.hero-art-bottom{bottom:-1%}.hero-art-bottom>.mono{font-size:6px}.hero-art-bottom button{font-size:9px;min-height:38px}.intro-strip{gap:18px 9px}.intro-strip>span{font-size:10px}.intro-strip p{font-size:10px}.section{padding-block:59px}.section-heading h2,.about-copy h2,.faq-intro h2{font-size:33px}.section-intro{font-size:13px}.case-grid{grid-template-columns:1fr;gap:32px}.case-art{aspect-ratio:1.55;border-radius:13px}.case-art-label{font-size:8px;left:21px;top:19px}.case-art-bottom{font-size:7px;left:21px;right:21px;bottom:18px}.case-body h3{font-size:23px}.case-body p{font-size:13px}.case-kicker{font-size:9px}.case-body{padding:18px 1px 0}.case-note{font-size:10px;line-height:1.8}.energy-tile{width:32%;left:34%;top:26%;border-radius:22px}.services-section{padding-block:55px}.services-section .section-heading h2{font-size:30px}.service-card{display:block;padding:27px 24px}.service-glyph{margin:0 0 25px;height:77px}.reporting-glyph{height:66px;margin-top:11px}.service-card h3{font-size:26px;padding:0}.service-card h3 br{display:block}.service-card>p{font-size:14px;line-height:1.85;margin-top:17px}.service-tags{margin-top:20px}.service-tags>span{font-size:10px;padding:4px 7px}.service-extra>p{font-size:13px}.tools-grid{grid-template-columns:repeat(2,1fr);gap:8px}.tool-card{padding:11px 10px;gap:1px 8px;grid-template-columns:27px 1fr}.tool-mark{height:27px;width:27px;font-size:10px;border-radius:6px}.tool-name{font-size:10px;line-height:1.4}.tool-category{font-size:8px}.tool-filters>button{font-size:10px;padding:9px 10px;min-height:40px}.about-section{grid-template-columns:1fr;gap:32px;padding-block:12px 57px}.about-art{aspect-ratio:1.12;max-width:500px;padding:24px}.about-art-top{display:flex;font-size:8px}.about-art-top>span:last-child{display:block}.about-monogram{inset:10% 17% 15%}.about-monogram>span{font-size:220px}.about-monogram>i{font-size:126px;transform:translate(5px,20px)}.about-art-bottom{display:flex;font-size:17px;left:25px;right:25px;bottom:24px}.about-art-bottom small{font-size:10px}.about-location{display:grid}.about-copy h2{font-size:35px;margin-bottom:22px}.about-copy>p:not(.eyebrow){font-size:14px;line-height:1.85}.about-facts{grid-template-columns:1fr 1fr;gap:17px;padding-block:23px}.about-facts .mini-label{font-size:8px}.about-facts strong{font-size:10px;line-height:1.7;margin-top:4px}.linkedin-link{font-size:12px;gap:9px}.linkedin-link>span:last-child{margin-left:5px}.engagement-card{display:flex;padding:27px}.engagement-card h3{font-size:29px;margin:23px 0 18px}.engagement-card p{font-size:14px;line-height:1.85;padding-bottom:24px}.engagement-card a{font-size:12px;padding-top:19px;margin-top:0}.engagement-eyebrow{font-size:9px}.engagement-note{font-size:11px}.faq-section{padding-top:14px}.faq-intro h2{font-size:33px}.faq-intro h2 br{display:block}.faq-item summary{font-size:13px;gap:18px}.faq-item>p{font-size:13px;padding-right:12px}.contact-copy h2{font-size:57px}.contact-copy>p:not(.eyebrow){font-size:14px}.contact-copy>p.booking-hint{font-size:11px}.inquiry-form{padding:24px 21px}.form-heading{font-size:18px;margin-bottom:23px}.form-row{grid-template-columns:1fr;gap:0}.field{margin-bottom:18px}.field input,.field select{min-height:47px}.field textarea{min-height:128px}.form-note{font-size:10px}.direct-contact{font-size:13px}.footer-links{font-size:10px;gap:10px}.site-footer{grid-template-columns:1fr auto;gap:28px 18px}.footer-name{font-size:14px}.footer-name>span{font-size:7px}.site-footer>div>p{font-size:9px;max-width:145px}.footer-bottom{padding-top:20px;font-size:8px}.dialog-header .eyebrow{font-size:8px}dialog{padding:23px 20px}dialog h2{font-size:27px}.dialog-actions{gap:9px}.dialog-actions .button{font-size:11px;padding:11px;gap:12px}#inquiry-preview{font-size:12px}}
@media(max-width:360px){.container{width:calc(100% - 32px)}.brand{font-size:11px;gap:6px}.brand-symbol{font-size:31px;width:27px}.brand small{font-size:7px}.header-controls{gap:7px}.header-controls .icon-button{width:34px;height:34px}.hero .eyebrow{font-size:7px;gap:7px}.hero h1{font-size:36px}.hero-description{font-size:13px}.hero-actions{gap:12px}.hero-actions .button{font-size:10px;gap:10px;padding-inline:11px}.hero-actions .text-link{font-size:9px;gap:5px}.hero-availability{font-size:9px}.hero-availability small{font-size:8px}.orbit-card{padding:9px 10px}.orbit-card strong{font-size:9px}.orbit-card .mini-label{font-size:5px}.orbit-card-detail{font-size:5.8px}.orbit-card-icon{width:24px;height:24px;font-size:19px}.conversation-avatar{width:22px;height:22px}.outcome-card strong{font-size:10px}.engine-core>span{font-size:72px}.engine-plate-bottom{font-size:4.5px}.intro-strip>span{font-size:9px}.section-heading h2,.faq-intro h2{font-size:30px}.services-section .section-heading h2{font-size:27px}.tool-card{padding:10px 8px;gap:1px 6px;grid-template-columns:24px 1fr}.tool-mark{height:24px;width:24px;font-size:9px}.tool-name{font-size:9px}.tool-category{font-size:7px}.about-monogram>span{font-size:193px}.about-monogram>i{font-size:103px}.about-art-top{font-size:6px}.contact-copy h2{font-size:50px}.direct-contact{font-size:12px}.contact-status{font-size:9px}.footer-name{font-size:12px}.footer-links{font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal.will-reveal{opacity:1;transform:none}.hero-enter{opacity:1;transform:none}}
@media print{body{background:#fff;color:#111;font-size:12px}.site-header,.hero-art,.hero-actions,.inquiry-form,.tool-filters,.footer-links,.revenue-scene{display:none}.container{width:100%}.section,.services-section,.contact-section{padding-block:25px}.hero{display:block;min-height:0;padding-block:20px}.hero h1{font-size:40px}.hero-description{font-size:14px}.reveal.will-reveal{opacity:1;transform:none}.about-section,.contact-grid,.faq-section{display:block}.about-art{display:none}.case-art{height:150px}.engagement-card{break-inside:avoid}.footer-bottom{border:0}.direct-contact a::after{content:' (' attr(href) ')';font-size:9px}.case-body p,.case-note{color:#333}dialog{display:none}}

html[data-theme=dark] .button-dark:hover{color:#14151b}

/* A real, user-supplied portrait replaces the placeholder monogram. */
.about-art{background:#262034}
.about-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 28%}
.about-art::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#14121b2b 0%,transparent 29%,transparent 53%,#14121bde 100%);pointer-events:none}
.about-art-top,.about-art-bottom{z-index:2;color:#fff;text-shadow:0 1px 8px #100d1866}
.about-art-bottom small{color:#f4f1fae6}
.about-location{border-color:#ffffff80;color:#fff}

.work-placeholder{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:48px;padding:31px 34px;border:1px solid var(--line);border-radius:14px;background:var(--accent-soft)}
.work-placeholder .mini-label{font-size:9px;letter-spacing:.06em;color:var(--accent-ink)}
.work-placeholder h3{font-size:26px;line-height:1.25;margin-top:14px}
.work-placeholder p{font-size:13px;line-height:1.85;color:var(--muted);max-width:490px}
.work-placeholder .text-link{font-size:11px;margin-top:13px}
.work-proof-heading h3{max-width:410px}
.work-placeholder .work-proof-note{max-width:none;margin-top:17px;padding-left:11px;border-left:2px solid var(--accent);font-size:10px}
.work-placeholder .work-proof-body>p{max-width:560px}
.proof-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;list-style:none;padding:0;margin:19px 0 0}
.proof-principles li{border-top:1px solid var(--line);padding:10px 8px 0;font-size:10px;line-height:1.55;color:var(--ink)}
.proof-principles li span{display:block;margin-bottom:5px;font:9px var(--mono);color:var(--accent-ink)}
@media(max-width:760px){.work-placeholder{grid-template-columns:1fr;gap:13px;padding:24px 22px}.work-placeholder h3{font-size:22px;margin-top:8px}.work-placeholder p{font-size:13px}}
@media(max-width:760px){.proof-principles{grid-template-columns:1fr;gap:0}.proof-principles li{display:flex;align-items:center;gap:10px;padding:8px 0}.proof-principles li span{margin:0;min-width:22px}}

.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.submit-button:disabled{opacity:.7;cursor:wait}
.form-result{font-size:12px;line-height:1.75;color:var(--accent-ink);margin-top:14px;padding:12px 14px;border:1px solid #7d69e444;border-radius:8px;background:var(--accent-soft)}
.form-note a{color:var(--accent-ink);text-decoration:underline;text-underline-offset:2px}
.privacy-page{min-height:100vh;padding-block:38px 80px}
.privacy-nav{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:24px}
.privacy-copy{max-width:760px;margin:90px auto 0}
.privacy-copy h1{font-size:clamp(40px,7vw,68px);letter-spacing:-.06em;line-height:1.05;margin:20px 0}
.privacy-copy .privacy-lead{max-width:620px;color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:38px}
.privacy-copy h2{font-size:20px;letter-spacing:-.03em;margin:31px 0 9px}
.privacy-copy p{font-size:14px;line-height:1.9;color:var(--muted);margin-top:10px}
.privacy-copy a{color:var(--accent-ink);text-decoration:underline;text-underline-offset:3px}
@media(max-width:600px){.privacy-page{padding-top:24px}.privacy-copy{margin-top:57px}.privacy-copy .privacy-lead{font-size:15px}}

/* Option 09: arcade-era chromatic accents, disciplined for a professional brand. */
.brand{gap:10px}
.brand-symbol{display:block;flex:0 0 48px;width:48px;height:auto;object-fit:contain}
.hero-gtm-mark{display:block;position:relative;z-index:1;width:82%;height:auto;border-radius:12px;filter:drop-shadow(0 8px 13px #37274f3d)}
.engine-core .core-shine{z-index:2;pointer-events:none}
@media(max-width:760px){.brand-symbol{flex-basis:43px;width:43px}}
@media(max-width:360px){.brand-symbol{flex-basis:36px;width:36px}}
