:root {
  --ink: #151719;
  --paper: #f0eee8;
  --lime: #c9f25b;
  --muted: #979992;
  --line: rgba(240, 238, 232, .18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Space Grotesk', sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.45; max-width: 100%; overflow-x: hidden; }
main { max-width: 100%; overflow: hidden; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { overflow-wrap: break-word; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding: 26px 4.5vw; position: absolute; top: 0; width: 100%; z-index: 5; }
.brand { align-items: center; display: flex; font-size: 14px; font-weight: 600; gap: 11px; letter-spacing: .02em; }
.brand-mark { background-color: transparent; background-image: url('agentic-tdx-hero.png'); background-position: -61px -24px; background-repeat: no-repeat; background-size: 258px 103px; display: inline-block; flex: 0 0 30px; height: 30px; width: 30px; }
.site-nav { align-items: center; display: flex; gap: 35px; }
.site-nav a, .menu-toggle { color: var(--paper); font-family: var(--mono); font-size: 11px; text-transform: uppercase; }
.nav-cta { border-bottom: 1px solid var(--lime); padding-bottom: 4px; }
.nav-cta span, .contact-email span { color: var(--lime); font-size: 18px; margin-left: 6px; }
.menu-toggle { background: none; border: 0; display: none; }
.menu-toggle span { color: var(--lime); font-size: 18px; vertical-align: -2px; }
.section-grid { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 2.2fr); }
.hero { min-height: 790px; padding: 165px 4.5vw 65px; position: relative; }
.hero::before, .statement::before { background-image: linear-gradient(rgba(240,238,232,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(240,238,232,.045) 1px, transparent 1px); background-size: 56px 56px; content: ''; inset: 0; pointer-events: none; position: absolute; }
.hero-meta, .eyebrow, .section-note, .image-label, .art-caption, .work-index, .contact-kicker, .contact-footer { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.hero-meta { align-items: flex-start; display: flex; gap: 10px; position: relative; z-index: 1; }
.status-dot { background: var(--lime); border-radius: 50%; display: inline-block; height: 7px; margin-top: 5px; width: 7px; }
.hero-copy { grid-column: 2; min-width: 0; position: relative; z-index: 1; }
.eyebrow { color: var(--lime); margin: 0 0 24px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(55px, 8.1vw, 138px); font-weight: 500; letter-spacing: -.065em; line-height: .86; margin: 0; max-width: 1000px; }
h1 em, .contact-section h2 em { color: var(--lime); font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
.hero-bottom { align-items: flex-end; display: flex; justify-content: space-between; margin-top: 57px; max-width: 700px; }
.hero-intro { color: #b3b4ad; font-size: 16px; line-height: 1.45; margin: 0; max-width: 330px; }
.circle-link { align-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); display: flex; font-size: 22px; height: 62px; justify-content: center; transition: background .25s, color .25s; width: 62px; }
.circle-link:hover { background: var(--lime); color: var(--ink); }
.hero-art { align-self: end; grid-column: 2; justify-self: end; margin-top: 65px; max-width: 100%; position: relative; width: min(380px, 60%); z-index: 1; }
.art-window { background: var(--lime); color: var(--ink); height: 220px; padding: 14px; transform: rotate(3deg); }
.window-bar { align-items: center; border-bottom: 1px solid var(--ink); display: flex; gap: 5px; padding-bottom: 9px; }
.window-bar span { border: 1px solid var(--ink); border-radius: 50%; height: 6px; width: 6px; }
.window-bar small { font: 9px var(--mono); margin-left: auto; }
.art-layout { display: grid; grid-template-columns: 36px 1fr 40px; height: calc(100% - 25px); padding-top: 16px; }
.art-column { border-right: 1px solid var(--ink); display: flex; flex-direction: column; gap: 12px; padding-top: 7px; }
.art-column i { border-top: 1px solid var(--ink); display: block; width: 18px; }
.art-main { align-items: flex-start; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 15px 14px; }
.art-main strong { font-size: 29px; letter-spacing: -.07em; line-height: .85; }
.art-main span { background: var(--ink); display: block; height: 8px; width: 64%; }
.art-number { border-left: 1px solid var(--ink); font: 10px var(--mono); padding-left: 10px; }
.art-number b { display: block; font-size: 22px; margin-top: 83px; }
.art-caption { color: var(--muted); line-height: 1.4; position: absolute; right: 0; text-align: right; top: calc(100% + 18px); }
.work-section, .services-section, .statement { padding: 125px 4.5vw; }
.work-section { background: var(--paper); color: var(--ink); }
.section-head { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 2.2fr); margin-bottom: 73px; }
.section-head .eyebrow { color: #657123; }
.section-note { color: #64665f; line-height: 1.5; }
.work-list { margin-left: 17.4%; max-width: 1020px; }
.work-item { display: block; margin-bottom: 100px; }
.work-item:last-child { margin-bottom: 0; }
.work-image { height: 465px; overflow: hidden; padding: 20px; position: relative; }
.work-image--one { background: #9da58c; }
.image-label { position: relative; z-index: 2; }
.work-image img { height: auto; left: 50%; max-height: 70%; max-width: 78%; object-fit: contain; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 600px; }
.image-arrow { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-size: 22px; height: 54px; justify-content: center; position: absolute; right: 20px; top: 20px; width: 54px; }
.work-info { align-items: center; border-bottom: 1px solid #c9c7bf; display: grid; gap: 28px; grid-template-columns: 1fr auto; padding: 20px 0; }
.work-index { color: #6d6f68; }.work-info > div { min-width: 0; }.work-info h2 { font-size: 18px; font-weight: 500; margin-bottom: 4px; }.work-info p { color: #72746e; font: 11px var(--mono); margin: 0; }.work-link { font: 10px var(--mono); text-transform: uppercase; }
.services-section { background: #262a28; }.services-content { grid-column: 2; min-width: 0; }.services-lead { font-size: clamp(36px, 5vw, 74px); letter-spacing: -.06em; line-height: .95; margin-bottom: 85px; max-width: 720px; }.services-lead span { color: var(--lime); font-family: var(--serif); }
.service-row { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 35px 1fr 1.1fr 20px; padding: 25px 0; }.service-row:last-child { border-bottom: 1px solid var(--line); }.service-row > span, .service-row > p { color: #90968d; font: 10px var(--mono); }.service-row h3 { font-size: 20px; font-weight: 400; margin: 0; }.service-row p { margin: 0; }.service-row b { color: var(--lime); font-size: 20px; font-weight: 400; }
.statement { min-height: 490px; position: relative; }.statement-copy { grid-column: 2; max-width: 670px; position: relative; }.statement-copy .eyebrow { color: var(--lime); }.statement-copy h2 { font-size: clamp(42px, 6vw, 84px); font-weight: 500; letter-spacing: -.07em; line-height: .9; margin-bottom: 30px; }.statement-copy > p:last-child { color: #aeb0a8; max-width: 360px; }.statement-aside { align-self: end; color: var(--lime); font: 11px var(--mono); grid-column: 2; justify-self: end; line-height: 1.5; position: relative; text-align: right; }
.agentic-section { background: var(--paper); color: var(--ink); padding: 125px 4.5vw; }.agentic-section .section-head { margin-bottom: 76px; }.agentic-section .eyebrow { color: #657123; }.agentic-content { grid-column: 2; min-width: 0; }.agentic-title { font-size: clamp(42px, 6vw, 84px); font-weight: 500; letter-spacing: -.07em; line-height: .9; margin: 0 0 54px; max-width: 760px; }.agentic-title em { color: #657123; font-family: var(--serif); font-weight: 400; }.agentic-copy { border-top: 1px solid #c9c7bf; display: grid; gap: 30px; grid-template-columns: 1fr 1fr; padding-top: 22px; }.agentic-copy p { color: #5c5e58; font-size: 15px; margin: 0; max-width: 310px; }
.contact-section { background: var(--lime); color: var(--ink); padding: 120px 4.5vw 25px; }.contact-kicker { align-items: center; display: flex; gap: 10px; }.contact-kicker .status-dot { background: var(--ink); }.contact-section h2 { font-size: clamp(70px, 13vw, 205px); font-weight: 500; letter-spacing: -.09em; line-height: .73; margin: 115px 0 75px; }.contact-section h2 em { color: var(--ink); }.contact-email { border-bottom: 1px solid var(--ink); display: inline-block; font-size: clamp(21px, 3vw, 42px); letter-spacing: -.045em; padding-bottom: 9px; }.contact-email span { color: var(--ink); }.contact-footer { border-top: 1px solid rgba(21,23,25,.35); display: flex; justify-content: space-between; margin-top: 175px; padding-top: 15px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 700px) { .site-header { padding: 20px 6vw; }.menu-toggle { display: block; position: relative; z-index: 8; }.site-nav { align-items: flex-end; background: var(--ink); flex-direction: column; gap: 25px; inset: 0; justify-content: center; opacity: 0; padding: 80px 10vw; pointer-events: none; position: fixed; transform: translateY(-10px); transition: opacity .2s, transform .2s; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.site-nav a { font-size: 14px; }.hero { display: block; min-height: 790px; padding: 140px 6vw 50px; }.hero-meta { margin-bottom: 75px; }.hero-side { display: none; }.hero-copy h1 { font-size: clamp(55px, 16vw, 92px); }.hero-bottom { align-items: flex-end; gap: 18px; margin-top: 48px; }.hero-intro { font-size: 14px; max-width: 245px; }.circle-link { flex: 0 0 auto; height: 49px; width: 49px; }.hero-art { margin: 70px 0 0 auto; width: 78%; }.art-caption { display: none; }.work-section, .services-section, .statement, .agentic-section { padding: 80px 6vw; }.section-head { display: block; margin-bottom: 48px; }.section-note { margin-left: 28%; }.work-list { margin-left: 0; }.work-item { margin-bottom: 70px; }.work-image { height: 310px; }.work-image img { max-height: 62%; max-width: 84%; }.work-info { gap: 12px; grid-template-columns: minmax(0, 1fr); }.work-link { display: none; }.work-info h2 { font-size: 16px; }.services-section { display: block; }.services-lead { margin-bottom: 55px; }.service-row { gap: 10px; grid-template-columns: 25px minmax(0, 1fr) 20px; }.service-row p { display: none; }.service-row h3 { font-size: 17px; }.agentic-section { display: block; }.agentic-section .section-head { margin-bottom: 65px; }.agentic-title { font-size: 54px; margin-bottom: 45px; }.agentic-copy { display: block; }.agentic-copy p + p { margin-top: 24px; }.statement { display: block; min-height: 520px; }.statement-copy { margin-top: 65px; }.statement-copy h2 { font-size: 54px; }.statement-aside { margin-top: 68px; }.contact-section { padding: 80px 6vw 20px; }.contact-section h2 { font-size: 23vw; margin: 120px 0 60px; }.contact-email { max-width: 100%; overflow-wrap: anywhere; }.contact-footer { flex-wrap: wrap; gap: 10px 20px; margin-top: 130px; }.contact-footer a { width: 100%; } }
