:root {
  --ink: #11120f;
  --ink-soft: #1e1f1a;
  --yellow: #ffda15;
  --yellow-dark: #d7b600;
  --cream: #fffbed;
  --paper: #ffffff;
  --muted: #62665f;
  --line: #e7e6df;
  --soft: #f6f7f4;
  --blue: #1a5ce5;
  --green: #087d5f;
  --shadow: 0 24px 70px rgb(17 18 15 / 10%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; overflow-x: hidden; }
body, button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
mark { background: none; color: var(--yellow-dark); }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: .75rem 1rem; background: var(--yellow); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-width { width: min(1180px, calc(100% - 8vw)); margin-inline: auto; }
.section-shell { width: min(1180px, calc(100% - 8vw)); margin-inline: auto; padding: 110px 0; }

.site-header { position: sticky; top: 0; z-index: 100; display: flex; min-height: 82px; padding: 0 4vw; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgb(17 18 15 / 8%); background: rgb(255 255 255 / 92%); backdrop-filter: blur(18px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgb(17 18 15 / 8%); }
.brand img { width: 168px; height: 58px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2vw, 2rem); font-size: .91rem; font-weight: 700; }
.desktop-nav > a, .mega-menu > summary { position: relative; padding: 31px 0; cursor: pointer; list-style: none; }
.desktop-nav > a::after, .mega-menu > summary::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 3px; background: var(--yellow); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after, .mega-menu[open] > summary::after { transform: scaleX(1); transform-origin: left; }
.mega-menu summary::-webkit-details-marker { display: none; }
.mega-panel { position: fixed; top: 82px; left: 50%; display: grid; grid-template-columns: .72fr 1.5fr; gap: 2.2rem; width: min(920px, 92vw); padding: 2.2rem; border: 1px solid var(--line); border-radius: 0 0 14px 14px; background: white; box-shadow: var(--shadow); transform: translateX(-50%); }
.mega-intro { padding: 1.7rem; border-radius: 10px; background: var(--ink); color: white; }
.mega-intro span { color: var(--yellow); font-size: .66rem; font-weight: 800; letter-spacing: .11em; }
.mega-intro strong { display: block; margin-top: 1rem; font-size: 1.35rem; }
.mega-intro p { margin: .8rem 0 0; color: rgb(255 255 255 / 65%); font-size: .8rem; line-height: 1.65; }
.mega-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .45rem; }
.mega-links a { display: flex; flex-direction: column; gap: .25rem; padding: 1rem; border-radius: 8px; }
.mega-links a:hover { background: var(--cream); }
.mega-links b { font-size: .91rem; }
.mega-links small { color: var(--muted); font-size: .71rem; }

.button { position: relative; display: inline-flex; min-height: 54px; padding: .95rem 1.3rem; align-items: center; justify-content: space-between; gap: 1.7rem; overflow: hidden; border: 1px solid var(--yellow); border-radius: 5px; background: var(--yellow); color: var(--ink); box-shadow: 0 14px 34px rgb(255 218 21 / 22%); font-size: .92rem; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { background: #ffe449; box-shadow: 0 18px 40px rgb(255 218 21 / 32%); transform: translateY(-2px); }
.button-small { min-height: 47px; padding: .75rem 1rem; font-size: .8rem; }
.button-light { border-color: white; background: white; box-shadow: none; }
.text-link { display: inline-flex; gap: .55rem; align-items: center; font-size: .85rem; font-weight: 800; }
.text-link span { color: var(--yellow-dark); font-size: 1.05rem; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.mobile-menu { display: none; }
.mobile-menu > summary { display: flex; flex-direction: column; gap: 6px; padding: 10px 7px; cursor: pointer; list-style: none; }
.mobile-menu > summary i { width: 28px; height: 2px; background: var(--ink); transition: transform .2s ease; }
.mobile-menu[open] > summary i:first-child { transform: translateY(4px) rotate(45deg); }
.mobile-menu[open] > summary i:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu nav { position: fixed; top: 82px; right: 0; left: 0; display: flex; flex-direction: column; padding: 1.2rem 4vw 2rem; border-top: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.mobile-menu nav > a:not(.button) { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; font-weight: 750; }
.mobile-menu .button { margin-top: 1rem; }

.hero { display: grid; grid-template-columns: .97fr 1.03fr; gap: clamp(3rem, 6vw, 7rem); min-height: 690px; padding: 80px 0 95px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 1.1rem; color: #60645c; font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.eyebrow { display: flex; gap: .55rem; align-items: center; }
.eyebrow span { width: 28px; height: 3px; background: var(--yellow); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.4rem, 6.6vw, 6.7rem); line-height: .91; letter-spacing: -.075em; }
.hero h1 em { display: block; margin-top: .16em; color: var(--yellow-dark); font-style: normal; }
.hero-lead { max-width: 600px; margin: 2rem 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.7rem; align-items: center; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual img { position: relative; z-index: 2; width: 100%; aspect-ratio: .92 / 1; object-fit: cover; border-radius: 115px 18px 115px 18px; filter: saturate(.9) contrast(1.02); }
.hero-shape { position: absolute; top: -6%; right: -8%; z-index: 1; width: 78%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); }
.hero-chip { position: absolute; right: -22px; bottom: 40px; z-index: 3; display: flex; flex-direction: column; min-width: 142px; padding: 1.1rem 1.25rem; border-radius: 10px; background: var(--ink); box-shadow: var(--shadow); color: white; }
.hero-chip strong { color: var(--yellow); font-size: 2rem; line-height: 1; }
.hero-chip span { margin-top: .35rem; font-size: .7rem; }
.hero-tag { position: absolute; top: 22px; left: -35px; z-index: 3; padding: .65rem .85rem; border: 1px solid rgb(255 255 255 / 65%); border-radius: 99px; background: rgb(255 255 255 / 86%); box-shadow: 0 10px 30px rgb(17 18 15 / 10%); font-size: .67rem; font-weight: 800; backdrop-filter: blur(12px); }

.client-strip { padding: 38px 4vw; border-block: 1px solid var(--line); text-align: center; }
.client-strip p { margin: 0 0 1.5rem; color: #888b84; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.client-strip div { display: flex; flex-wrap: wrap; gap: clamp(1.4rem, 4vw, 4.5rem); justify-content: center; }
.client-strip span { color: #878982; font-size: .8rem; font-weight: 800; letter-spacing: .08em; }

.mission { padding: 125px 0; }
.mission h2 { max-width: 1000px; margin: 0; font-size: clamp(2.8rem, 5.6vw, 5.7rem); line-height: 1.01; letter-spacing: -.065em; }
.mission h2 mark { display: block; }
.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 7vw, 7rem); max-width: 880px; margin: 3.2rem 0 0 auto; }
.mission-grid p { margin: 0; color: var(--muted); line-height: 1.75; }

.stats-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; padding: 100px max(4vw, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }
.kicker-light { color: var(--yellow); }
.stats-copy h2 { margin: 0 0 1.4rem; font-size: clamp(2.5rem, 4.7vw, 4.7rem); line-height: 1.04; letter-spacing: -.055em; }
.stats-copy > p:last-child { color: rgb(255 255 255 / 62%); line-height: 1.7; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.stats-grid article { display: flex; flex-direction: column; justify-content: center; min-height: 175px; padding: 1.7rem; border: 1px solid rgb(255 255 255 / 15%); }
.stats-grid article:nth-child(2), .stats-grid article:nth-child(4) { border-left: 0; }
.stats-grid article:nth-child(3), .stats-grid article:nth-child(4) { border-top: 0; }
.stats-grid strong { color: var(--yellow); font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.06em; line-height: 1; }
.stats-grid span { margin-top: .7rem; color: rgb(255 255 255 / 68%); font-size: .78rem; }

.section-heading { display: flex; gap: 4rem; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; }
.section-heading h2 { max-width: 750px; margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.06em; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem; }
.project-card { position: relative; min-height: 510px; padding: clamp(1.7rem, 3vw, 2.6rem); overflow: hidden; border-radius: 14px; color: white; }
.project-card:first-child { grid-column: 1 / -1; min-height: 580px; }
.project-yellow { background: linear-gradient(135deg, #2b2600, #b69500); }
.project-green { background: linear-gradient(135deg, #063d30, #0a9974); }
.project-blue { background: linear-gradient(135deg, #082760, #1872df); }
.project-copy { position: relative; z-index: 3; max-width: 48%; }
.project-copy p { margin: 0 0 .6rem; color: rgb(255 255 255 / 68%); font-size: .65rem; font-weight: 800; letter-spacing: .11em; }
.project-copy h3 { margin: .6rem 0; font-size: clamp(2.2rem, 4vw, 4.2rem); letter-spacing: -.06em; }
.project-copy span { color: rgb(255 255 255 / 72%); font-size: .88rem; line-height: 1.6; }
.device { position: absolute; right: -8%; bottom: -14%; z-index: 2; width: 64%; min-height: 345px; overflow: hidden; border: 8px solid #0b0d0b; border-radius: 15px; background: #f7f8f6; box-shadow: -25px 35px 70px rgb(0 0 0 / 28%); color: var(--ink); transform: rotate(-2deg); }
.project-card:not(:first-child) .device { right: -25%; width: 83%; }
.device-bar { display: flex; gap: 5px; padding: 10px 13px; background: #e3e6e0; }
.device-bar i { width: 7px; height: 7px; border-radius: 50%; background: #9da19a; }
.device-ui { padding: 2.2rem; }
.device-ui small { color: #737970; font-weight: 800; }
.device-ui strong { display: block; margin-top: .6rem; color: #1d2c22; font-size: 4rem; letter-spacing: -.07em; }
.ui-lines { display: grid; gap: .75rem; margin-top: 2rem; }
.ui-lines i { height: 11px; border-radius: 99px; background: #dfe4dc; }
.ui-lines i:nth-child(1) { width: 85%; background: #ffda15; }
.ui-lines i:nth-child(2) { width: 62%; }
.ui-lines i:nth-child(3) { width: 74%; }
.chart-bars { display: flex; gap: 8%; align-items: flex-end; height: 130px; margin-top: 1.2rem; border-bottom: 1px solid #d5dad2; }
.chart-bars i { flex: 1; height: 38%; border-radius: 5px 5px 0 0; background: #20a77f; }
.chart-bars i:nth-child(2) { height: 68%; }.chart-bars i:nth-child(3) { height: 50%; }.chart-bars i:nth-child(4) { height: 88%; }.chart-bars i:nth-child(5) { height: 72%; }
.section-link { margin-top: 2rem; }

.method { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; padding: 105px max(4vw, calc((100vw - 1180px) / 2)); background: var(--cream); }
.method-copy h2 { margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.8rem); line-height: 1.04; letter-spacing: -.06em; }
.method-copy > p:nth-child(3) { margin: 1.5rem 0 2rem; color: var(--muted); line-height: 1.7; }
.method-steps { border-top: 1px solid #d9d5be; }
.method-steps article { display: grid; grid-template-columns: 60px 1fr; gap: 1.1rem; padding: 1.6rem 0; border-bottom: 1px solid #d9d5be; }
.method-steps > article > span { padding-top: .25rem; color: var(--yellow-dark); font-size: .73rem; font-weight: 800; }
.method-steps h3 { margin: 0 0 .4rem; font-size: 1.45rem; }
.method-steps p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.expertise-card { display: grid; grid-template-columns: 56px 1fr auto; gap: 1.2rem; min-height: 145px; padding: 1.8rem 1.4rem; align-items: center; border-bottom: 1px solid var(--line); transition: background .18s ease, transform .18s ease; }
.expertise-card:nth-child(odd) { border-right: 1px solid var(--line); }
.expertise-card:hover { z-index: 2; background: var(--yellow); transform: translateY(-2px); }
.expertise-card > span { color: #9b9e97; font-size: .68rem; font-weight: 800; }
.expertise-card strong { display: block; font-size: 1.13rem; }
.expertise-card small { display: block; margin-top: .45rem; color: var(--muted); }
.expertise-card b { font-size: 1.2rem; }

.values { display: grid; grid-template-columns: .72fr 1.28fr; gap: 5rem; padding: 10px 0 115px; }
.values-title h2 { margin: 0; font-size: clamp(2.5rem, 4.6vw, 4.5rem); line-height: 1.05; letter-spacing: -.055em; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.values-grid article { min-height: 220px; padding: 2rem; border: 1px solid var(--line); }
.values-grid article:nth-child(even) { border-left: 0; }.values-grid article:nth-child(3), .values-grid article:nth-child(4) { border-top: 0; }
.values-grid span { color: var(--yellow-dark); font-size: .7rem; font-weight: 800; }
.values-grid h3 { margin: 2.6rem 0 .6rem; font-size: 1.4rem; }
.values-grid p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.65; }

.culture-section { display: grid; grid-template-columns: .82fr 1.18fr; background: var(--ink); color: white; }
.culture-copy { padding: 100px max(4vw, calc((100vw - 1180px) / 2)); padding-right: clamp(3rem, 7vw, 7rem); }
.culture-copy h2 { margin: 0; font-size: clamp(2.6rem, 4.7vw, 4.7rem); line-height: 1.03; letter-spacing: -.055em; }
.culture-copy > p:nth-child(3) { margin: 1.5rem 0 2rem; color: rgb(255 255 255 / 65%); line-height: 1.75; }
.culture-image { min-height: 600px; }
.culture-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }

.contact-cta { display: flex; gap: 4rem; padding: 105px max(4vw, calc((100vw - 1180px) / 2)); align-items: flex-end; justify-content: space-between; background: var(--yellow); }
.contact-cta h2 { margin: 0; font-size: clamp(2.8rem, 5.3vw, 5.3rem); line-height: 1.02; letter-spacing: -.065em; }
.contact-cta > div:first-child > p:last-child { max-width: 620px; margin: 1.25rem 0 0; color: #4c470f; line-height: 1.65; }
.contact-actions { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.contact-actions .button { border-color: var(--ink); background: var(--ink); color: white; box-shadow: none; white-space: nowrap; }
.contact-actions > a:last-child { font-size: .76rem; font-weight: 800; }

.site-footer { padding: 75px max(4vw, calc((100vw - 1180px) / 2)) 25px; background: #090a08; color: white; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 4rem; padding-bottom: 65px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand img { width: 170px; height: 64px; object-fit: contain; object-position: left; }
.footer-brand p { max-width: 315px; color: rgb(255 255 255 / 55%); font-size: .85rem; line-height: 1.7; }
.footer-label { margin: .6rem 0 1.2rem; color: var(--yellow); font-size: .63rem; font-weight: 800; letter-spacing: .12em; }
.footer-main a, .footer-main address { margin-bottom: .65rem; color: rgb(255 255 255 / 68%); font-size: .8rem; font-style: normal; line-height: 1.65; }
.footer-main a:hover { color: var(--yellow); }
.footer-bottom { display: flex; gap: 2rem; padding-top: 23px; align-items: center; justify-content: space-between; border-top: 1px solid rgb(255 255 255 / 13%); color: rgb(255 255 255 / 45%); font-size: .7rem; }
.footer-bottom > div { display: flex; gap: 1.5rem; }
.floating-contact { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; gap: 1rem; min-height: 48px; padding: .75rem 1rem; align-items: center; border-radius: 99px; background: var(--yellow); box-shadow: 0 14px 40px rgb(17 18 15 / 20%); font-size: .75rem; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Inner pages */
.desktop-nav > a.active::after { transform: scaleX(1); }
.inner-hero { display: grid; grid-template-columns: 1.25fr .55fr; gap: 6rem; min-height: 500px; padding: 100px 0 90px; align-items: end; }
.inner-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.6rem, 7.3vw, 7.5rem); line-height: .94; letter-spacing: -.075em; }
.inner-hero h1 mark { display: block; }
.inner-hero-side { padding: 1.3rem 0 1.3rem 1.4rem; border-left: 4px solid var(--yellow); }
.inner-hero-side span { color: var(--yellow-dark); font-size: .7rem; font-weight: 800; }
.inner-hero-side p { margin: .75rem 0 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.inner-photo { overflow: hidden; border-radius: 16px; }
.inner-photo img { width: 100%; height: clamp(390px, 55vw, 650px); object-fit: cover; }
.content-split, .culture-manifest { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; padding: 115px 0; }
.content-split h2, .culture-manifest h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.06em; }
.prose p { margin: 0 0 1.2rem; color: var(--muted); line-height: 1.85; }
.prose .button { margin-top: 1rem; }
.dark-section { padding: 105px max(4vw, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }
.dark-section .section-heading > p { color: rgb(255 255 255 / 62%); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.capability-grid article { min-height: 285px; padding: 2rem; border: 1px solid rgb(255 255 255 / 15%); }
.capability-grid article:nth-child(2), .capability-grid article:nth-child(3), .capability-grid article:nth-child(5), .capability-grid article:nth-child(6) { border-left: 0; }
.capability-grid article:nth-child(n+4) { border-top: 0; }
.capability-grid span { color: var(--yellow); font-size: .7rem; font-weight: 800; }
.capability-grid h3 { margin: 3.5rem 0 .8rem; font-size: 1.45rem; }
.capability-grid p { margin: 0; color: rgb(255 255 255 / 58%); font-size: .85rem; line-height: 1.7; }
.locations-section { padding: 100px max(4vw, calc((100vw - 1180px) / 2)); background: var(--cream); }
.locations-section > h2 { margin: 0 0 3rem; font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.06em; }
.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d8d3b9; }
.locations-grid article { min-height: 230px; padding: 2rem 1.2rem; border-bottom: 1px solid #d8d3b9; }
.locations-grid article + article { border-left: 1px solid #d8d3b9; }
.locations-grid span { display: inline-grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: var(--yellow); font-size: .7rem; font-weight: 800; }
.locations-grid h3 { margin: 2.1rem 0 .4rem; font-size: 1.7rem; }.locations-grid p { margin: 0; color: var(--muted); }

.service-index { position: sticky; top: 82px; z-index: 40; display: flex; padding: 0 max(4vw, calc((100vw - 1180px) / 2)); overflow-x: auto; border-block: 1px solid var(--line); background: rgb(255 255 255 / 95%); }
.service-index a { min-width: 125px; padding: 1.1rem; border-right: 1px solid var(--line); text-align: center; font-size: .75rem; font-weight: 800; }
.service-index a:first-child { border-left: 1px solid var(--line); }.service-index a:hover { background: var(--yellow); }
.service-list { padding: 45px 0 115px; }
.service-detail { display: grid; grid-template-columns: 70px 1.05fr .85fr; gap: clamp(1.5rem, 5vw, 5rem); min-height: 560px; padding: 70px 0; align-items: center; border-bottom: 1px solid var(--line); scroll-margin-top: 150px; }
.service-number { align-self: start; padding-top: .4rem; color: var(--yellow-dark); font-size: .7rem; font-weight: 800; }
.service-detail h2 { margin: 0; font-size: clamp(2.4rem, 4.6vw, 4.6rem); line-height: 1.04; letter-spacing: -.06em; }
.service-detail div > p:nth-child(3) { color: var(--muted); line-height: 1.8; }
.service-detail ul { display: grid; gap: .55rem; padding: 1.2rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-detail li { color: #3f433d; font-size: .83rem; }.service-detail li::before { margin-right: .7rem; color: var(--yellow-dark); content: "→"; font-weight: 800; }
.service-art { position: relative; display: grid; min-height: 360px; overflow: hidden; place-items: center; border-radius: 14px; background: var(--cream); }
.art-erp { background: var(--ink); color: white; }.art-erp strong { z-index: 2; color: var(--yellow); font-size: 5.5rem; letter-spacing: -.08em; }.art-erp i { position: absolute; width: 62%; aspect-ratio: 1; border: 1px solid rgb(255 218 21 / 40%); border-radius: 50%; }.art-erp i:nth-child(2) { width: 88%; }
.browser-mini { width: 78%; min-height: 230px; padding: 45px 20px 20px; border: 7px solid var(--ink); border-radius: 10px; background: white; box-shadow: var(--shadow); transform: rotate(-3deg); }.browser-mini i { position: absolute; top: 16px; left: 20px; width: 45px; height: 7px; border-radius: 99px; background: var(--yellow); }.browser-mini b { display: block; height: 20px; margin-bottom: 16px; border-radius: 4px; background: #e5e8e2; }.browser-mini b:nth-child(3) { width: 72%; }.browser-mini b:nth-child(4) { width: 45%; background: var(--yellow); }
.art-mobile { background: #e9f1ff; }.phone-mini { width: 165px; height: 310px; padding: 65px 18px 20px; border: 8px solid var(--ink); border-radius: 34px; background: white; box-shadow: var(--shadow); transform: rotate(6deg); }.phone-mini i { position: absolute; top: 17px; left: 50%; width: 58px; height: 7px; border-radius: 99px; background: var(--ink); transform: translateX(-50%); }.phone-mini span { display: block; height: 75px; margin-bottom: 15px; border-radius: 9px; background: var(--yellow); }.phone-mini span:last-child { height: 90px; background: #d8e6ff; }
.art-ai { background: linear-gradient(135deg, #151711, #535c2d); color: var(--yellow); }.art-ai strong { position: relative; z-index: 2; font-size: 7rem; letter-spacing: -.12em; }.art-ai i { position: absolute; width: 58%; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .35; }.art-ai i:last-child { width: 85%; }
.art-market { align-items: end; padding: 55px; background: #eaf7f2; }.market-bars { display: flex; width: 100%; height: 245px; gap: 8%; align-items: flex-end; border-bottom: 2px solid #aad5c5; }.market-bars i { flex: 1; height: 35%; border-radius: 7px 7px 0 0; background: var(--green); }.market-bars i:nth-child(2) { height: 58%; }.market-bars i:nth-child(3) { height: 45%; }.market-bars i:nth-child(4) { height: 82%; }.market-bars i:nth-child(5) { height: 96%; background: var(--yellow-dark); }
.art-strategy { display: flex; gap: .8rem; padding: 2rem; background: #fff4f0; }.art-strategy span { display: grid; width: 95px; height: 95px; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-weight: 800; }.art-strategy span:nth-child(2) { background: var(--yellow); color: var(--ink); transform: translateY(-45px); }

.featured-case { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 5vw, 5rem); min-height: 650px; padding: 85px max(4vw, calc((100vw - 1180px) / 2)); align-items: center; overflow: hidden; color: white; }
.case-yellow { background: linear-gradient(135deg, #292400, #ad9000); }
.featured-copy > p:first-child { color: rgb(255 255 255 / 65%); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }.featured-copy h2 { margin: .6rem 0 1rem; font-size: clamp(3.2rem, 6.4vw, 6rem); line-height: .9; letter-spacing: -.08em; }.featured-copy > p:nth-child(3) { color: rgb(255 255 255 / 70%); line-height: 1.75; }.featured-copy a { display: inline-flex; gap: .6rem; margin-top: 1.5rem; align-items: center; font-weight: 800; }
.case-screen { overflow: hidden; border: 9px solid #0a0b09; border-radius: 15px; background: white; box-shadow: -25px 35px 80px rgb(0 0 0 / 35%); color: var(--ink); transform: rotate(-2deg); }.case-layout { display: grid; grid-template-columns: 70px 1fr; min-height: 390px; }.case-layout aside { background: #181b13; }.case-layout > div { padding: 3rem; }.case-layout small { color: #868b82; font-weight: 800; }.case-layout strong { display: block; margin: .5rem 0 2rem; color: #8c7500; font-size: 5rem; letter-spacing: -.08em; }.case-layout p { width: 85%; height: 14px; border-radius: 99px; background: #e5e7e1; }.case-layout p:nth-child(4) { width: 65%; background: var(--yellow); }.case-layout p:nth-child(5) { width: 75%; }
.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }.reference-card { --tone: var(--yellow-dark); display: flex; flex-direction: column; min-height: 330px; padding: 2rem; border: 1px solid var(--line); border-top: 5px solid var(--tone); border-radius: 8px; box-shadow: 0 18px 45px rgb(17 18 15 / 5%); transition: transform .18s ease, box-shadow .18s ease; }.reference-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }.reference-card > p:first-child { margin: 0 0 1.2rem; color: var(--tone); font-size: .64rem; font-weight: 800; letter-spacing: .1em; }.reference-card h3 { margin: 0 0 .9rem; font-size: 2rem; letter-spacing: -.045em; }.reference-card > p:nth-child(3) { margin: 0 0 1.7rem; color: var(--muted); font-size: .85rem; line-height: 1.7; }.reference-card > div { display: flex; gap: 1rem; margin-top: auto; padding-top: 1rem; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: .7rem; font-weight: 800; }.reference-card b { color: var(--tone); font-size: 1.15rem; }.tone-green { --tone: #07805f; }.tone-blue { --tone: #1a65d8; }.tone-yellow { --tone: #b39300; }.tone-coral { --tone: #e2533e; }.tone-violet { --tone: #7557cb; }.tone-dark { --tone: #20221e; }
.case-screen-photo { display: block; min-width: 0; }
.case-screen-photo img { width: 100%; height: auto; }
.case-screen-photo:focus-visible { outline: 3px solid var(--yellow); outline-offset: 6px; }
.reference-subheading { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; margin: 110px 0 3rem; }
.reference-subheading:first-child { margin-top: 0; }
.reference-secondary-heading { margin-top: 110px; }
.reference-subheading .section-kicker { grid-column: 1 / -1; }
.reference-subheading h2 { margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.8rem); line-height: 1.04; letter-spacing: -.06em; }
.reference-subheading > p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.expanded-reference-grid .reference-card { min-height: 360px; }
.sectors { padding: 75px 4vw; text-align: center; }.sectors > p { margin: 0 0 1.6rem; color: #8b8e86; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }.sectors div { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }.sectors span { padding: .75rem 1.1rem; border: 1px solid var(--line); border-radius: 99px; font-size: .78rem; font-weight: 800; }

.contact-page { display: grid; grid-template-columns: 1.28fr .72fr; gap: 5rem; padding: 10px 0 110px; }.contact-form-wrap { padding: clamp(1.7rem, 4vw, 3.3rem); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 22px 60px rgb(17 18 15 / 7%); }.form-heading { display: grid; grid-template-columns: 48px 1fr; gap: 1.2rem; margin-bottom: 2.5rem; }.form-heading > span { padding-top: .5rem; color: var(--yellow-dark); font-size: .7rem; font-weight: 800; }.form-heading h2 { margin: 0 0 .5rem; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.05; letter-spacing: -.055em; }.form-heading p { margin: 0; color: var(--muted); font-size: .8rem; }.contact-form { display: grid; gap: 1.2rem; }.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }.contact-form label { display: grid; gap: .5rem; }.contact-form label > span { font-size: .75rem; font-weight: 800; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8dad4; border-radius: 6px; background: #fbfcfa; color: var(--ink); }.contact-form input, .contact-form select { height: 52px; padding: 0 .85rem; }.contact-form textarea { min-height: 175px; padding: .85rem; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--yellow-dark); outline: 3px solid rgb(255 218 21 / 20%); }.form-bottom { display: flex; gap: 2rem; align-items: center; justify-content: space-between; }.form-bottom p { max-width: 380px; margin: 0; color: #7e817a; font-size: .7rem; line-height: 1.55; }.form-bottom .button { flex: 0 0 auto; }.form-status { min-height: 1.2rem; margin: 0; color: #087d5f; font-size: .75rem; font-weight: 800; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status-success { color: #087d5f; }
.form-status-error { color: #b42318; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; }.contact-details > a { margin-bottom: .7rem; font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 800; }.contact-email { color: #947b00; word-break: break-word; }.address-list { display: grid; gap: 1.5rem; width: 100%; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }.address-list span { color: #8b8e86; font-size: .62rem; font-weight: 800; letter-spacing: .11em; }.address-list address { margin-top: .45rem; color: var(--muted); font-size: .85rem; font-style: normal; line-height: 1.65; }.response-promise { margin-top: 2rem; padding: 1.4rem; border-radius: 9px; background: var(--cream); }.response-promise strong { color: #846e00; }.response-promise p { margin: .6rem 0 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; padding: 100px max(4vw, calc((100vw - 1180px) / 2)); background: var(--ink); color: white; }.faq-section h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.03; letter-spacing: -.06em; }.faq-list { border-top: 1px solid rgb(255 255 255 / 17%); }.faq-list details { border-bottom: 1px solid rgb(255 255 255 / 17%); }.faq-list summary { display: flex; gap: 1rem; padding: 1.4rem 0; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 800; list-style: none; }.faq-list summary span { color: var(--yellow); font-size: 1.5rem; transition: transform .18s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details > p { margin: -.3rem 3rem 1.4rem 0; color: rgb(255 255 255 / 62%); line-height: 1.7; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.mobile-menu { display: block; }.header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr .9fr; gap: 3rem; }
  .stats-section, .method, .values { grid-template-columns: 1fr; gap: 3.5rem; }
  .culture-section { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .content-split, .culture-manifest, .contact-page, .faq-section { grid-template-columns: 1fr; gap: 3.5rem; }
  .service-detail { grid-template-columns: 55px 1fr; }.service-art { grid-column: 2; }
  .reference-grid { grid-template-columns: repeat(2, 1fr); }
  .reference-subheading { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; padding-inline: 20px; }.brand img { width: 140px; height: 48px; }.header-cta { display: none; }.mobile-menu nav { top: 70px; }
  .section-width, .section-shell { width: min(100% - 40px, 620px); }
  .section-shell { padding: 85px 0; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding: 65px 0 85px; text-align: center; }
  .eyebrow { justify-content: center; }.hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }.hero-lead { margin-inline: auto; }.hero-actions { justify-content: center; }
  .hero-visual { width: 88%; margin: 1.3rem auto 0; }.hero-visual img { border-radius: 70px 12px; }.hero-chip { right: -25px; bottom: 20px; }.hero-tag { left: -30px; }
  .mission { padding: 90px 0; }.mission-grid { grid-template-columns: 1fr; gap: 1.3rem; margin-top: 2.5rem; }
  .stats-section, .method { padding: 85px 20px; }.stats-grid { grid-template-columns: 1fr; }.stats-grid article:nth-child(n) { border: 1px solid rgb(255 255 255 / 15%); border-bottom: 0; }.stats-grid article:last-child { border-bottom: 1px solid rgb(255 255 255 / 15%); }
  .section-heading { flex-direction: column; gap: 1.3rem; align-items: flex-start; }
  .project-grid { grid-template-columns: 1fr; }.project-card:first-child { grid-column: auto; }.project-card, .project-card:first-child { min-height: 500px; }.project-copy { max-width: 86%; }.device, .project-card:not(:first-child) .device { right: -22%; width: 95%; }
  .expertise-grid { grid-template-columns: 1fr; }.expertise-card:nth-child(odd) { border-right: 0; }
  .values { gap: 2.5rem; padding: 0 0 85px; }.values-grid { grid-template-columns: 1fr; }.values-grid article:nth-child(n) { min-height: 190px; border: 1px solid var(--line); border-bottom: 0; }.values-grid article:last-child { border-bottom: 1px solid var(--line); }
  .culture-section { grid-template-columns: 1fr; }.culture-copy { padding: 85px 20px; }.culture-image { min-height: 380px; }
  .contact-cta { flex-direction: column; padding: 85px 20px; align-items: flex-start; }.contact-actions { width: 100%; }.contact-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 2.3rem; }.footer-bottom { flex-direction: column; align-items: flex-start; }
  .floating-contact span { display: none; }.floating-contact { width: 48px; padding: 0; justify-content: center; }
  .inner-hero { grid-template-columns: 1fr; gap: 2.5rem; min-height: 0; padding: 75px 0; }.inner-hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .inner-photo { width: calc(100% - 40px); }.inner-photo img { height: 380px; }
  .content-split, .culture-manifest { grid-template-columns: 1fr; gap: 2.4rem; padding: 85px 0; }
  .dark-section, .locations-section, .faq-section { padding: 85px 20px; }.capability-grid, .locations-grid { grid-template-columns: 1fr; }.capability-grid article:nth-child(n), .locations-grid article + article { border: 1px solid rgb(255 255 255 / 15%); border-bottom: 0; }.capability-grid article:last-child { border-bottom: 1px solid rgb(255 255 255 / 15%); }.locations-grid article:nth-child(n) { border: 1px solid #d8d3b9; border-bottom: 0; }.locations-grid article:last-child { border-bottom: 1px solid #d8d3b9; }
  .service-index { top: 70px; padding: 0; }.service-index a { min-width: 105px; }.service-detail { grid-template-columns: 1fr; gap: 1.5rem; min-height: 0; padding: 60px 0; }.service-art { grid-column: 1; min-height: 300px; }.service-number { padding: 0; }
  .featured-case { grid-template-columns: 1fr; gap: 3rem; min-height: 0; padding: 80px 20px; }.case-screen { width: 115%; margin-left: -7%; }.reference-grid { grid-template-columns: 1fr; }
  .case-screen-photo { width: 100%; margin-left: 0; }
  .reference-subheading, .reference-secondary-heading { margin-top: 80px; }
  .contact-page { grid-template-columns: 1fr; gap: 3.5rem; padding-bottom: 85px; }.form-row { grid-template-columns: 1fr; }.form-bottom { flex-direction: column; align-items: flex-start; }.form-bottom .button { width: 100%; }.faq-section { grid-template-columns: 1fr; gap: 3rem; }
}

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