:root {
  --charcoal: #1f1f1f;
  --oxblood: #7a1f24;
  --oxblood-deep: #591316;
  --off: #f9f6f1;
  --paper: #f2eee7;
  --soft: #a7a7a7;
  --line: rgba(31,31,31,.16);
  --light-line: rgba(249,246,241,.18);
  --green: #16382f;
  --radius: 1.15rem;
  --shadow: 0 28px 80px rgba(31,31,31,.14);
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--off); color: var(--charcoal); font-family: Manrope, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--oxblood); color: #fff; }

.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; left: 1rem; top: 1rem; z-index: 999; background: #fff; padding: .75rem 1rem; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 8rem 0; }
.section-dark { background: var(--charcoal); color: var(--off); }
.section-muted { background: var(--paper); }
.eyebrow { margin: 0 0 1.35rem; text-transform: uppercase; letter-spacing: .18em; font-size: .73rem; font-weight: 800; color: var(--oxblood); }
.eyebrow-light { color: #d5a7aa; }
em { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }

.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--off) 91%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(31,31,31,.04); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 178px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .88rem; font-weight: 700; }
.site-nav > a:not(.button) { text-decoration: none; position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -.35rem; width: 100%; height: 1px; background: var(--oxblood); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: none; padding: .7rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--charcoal); margin: 5px 0; transition: transform .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--oxblood); background: var(--oxblood); color: #fff; text-decoration: none; padding: .95rem 1.35rem; border-radius: 999px; font-size: .88rem; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { background: var(--oxblood-deep); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(122,31,36,.18); }
.button-small { padding: .73rem 1.05rem; }
.text-link { display: inline-flex; gap: .55rem; align-items: center; text-decoration: none; font-size: .88rem; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: .2rem; }
.text-link span { color: var(--oxblood); }

.hero { min-height: calc(100vh - 88px); display: grid; align-items: center; padding: 6rem 0 7rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero h1 { font-size: clamp(3.9rem, 6.4vw, 7.2rem); line-height: .91; letter-spacing: -.065em; margin: 0; max-width: 760px; }
.hero h1 em { display: block; color: var(--oxblood); letter-spacing: -.035em; }
.hero-lede { max-width: 670px; font-size: 1.1rem; line-height: 1.75; margin: 2rem 0 0; color: #4b4b4b; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.25rem; flex-wrap: wrap; }
.capability-line { margin: 2.35rem 0 0; font-size: .77rem; font-weight: 700; color: #777; line-height: 1.8; }
.capability-line span { color: var(--oxblood); margin: 0 .28rem; }

.hero-showcase { position: relative; min-height: 590px; }
.browser-card { position: absolute; right: 0; top: 40px; width: min(100%, 610px); border-radius: 1.15rem; overflow: hidden; background: #0a0910; color: white; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.browser-top { height: 40px; display: flex; gap: 7px; align-items: center; padding: 0 14px; background: #16151a; border-bottom: 1px solid rgba(255,255,255,.08); }
.browser-top i { width: 7px; height: 7px; border-radius: 50%; background: #57545f; }
.browser-top span { margin-left: 8px; font-size: .58rem; color: #86818e; }
.browser-stage { min-height: 375px; padding: 4rem 3rem; position: relative; background: radial-gradient(circle at 88% 42%, rgba(122,31,36,.62), transparent 29%), linear-gradient(120deg,#100c18 0%,#151023 50%,#09090c 100%); overflow: hidden; }
.browser-stage::after { content: ""; position: absolute; width: 270px; height: 270px; right: -45px; bottom: -80px; border: 1px solid rgba(235,183,62,.45); border-radius: 50%; box-shadow: 0 0 0 30px rgba(235,183,62,.04), 0 0 0 75px rgba(235,183,62,.025); }
.browser-stage > p { font-size: .59rem; text-transform: uppercase; letter-spacing: .18em; color: #d4bf74; font-weight: 800; margin: 0 0 1rem; }
.browser-stage h2 { margin: 0; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(2.5rem, 4vw, 4.2rem); line-height: .96; font-weight: 400; letter-spacing: -.025em; max-width: 430px; }
.browser-stage h2 strong { color: #e9bc35; font-weight: 400; }
.browser-pills { display: flex; gap: .5rem; margin-top: 2rem; }
.browser-pills span { font-size: .58rem; padding: .5rem .7rem; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #c8c4ce; }
.race-lines { position: absolute; right: 28px; top: 90px; width: 115px; display: grid; gap: 8px; transform: rotate(-7deg); opacity: .55; }
.race-lines b { display: block; height: 8px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(233,188,53,.6)); }
.race-lines b:nth-child(2){ width: 75%; margin-left: auto; }.race-lines b:nth-child(3){ width: 90%; }.race-lines b:nth-child(4){ width: 60%; margin-left: auto; }
.phone-card { position: absolute; left: -12px; bottom: 25px; width: 218px; min-height: 410px; border-radius: 2.2rem; background: linear-gradient(180deg,#060908,#0a1711); color: white; border: 7px solid #171717; padding: 2.6rem 1.2rem 1.2rem; box-shadow: 0 24px 60px rgba(31,31,31,.22); transform: rotate(-6deg); z-index: 3; }
.phone-speaker { position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 70px; height: 18px; border-radius: 999px; background: #141414; }
.phone-card > p { font-size: .63rem; font-weight: 800; margin: 0 0 1.4rem; }
.phone-card h3 { margin: 0; font-size: 1.75rem; line-height: 1.05; letter-spacing: -.05em; }
.phone-card h3 strong { color: #5af29a; }
.mini-match { margin-top: 2.2rem; padding: .9rem; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); border-radius: .8rem; display: flex; justify-content: space-between; gap: .5rem; align-items: center; font-size: .7rem; }
.mini-match b { color: #5af29a; font-size: .55rem; }
.mini-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; margin-top: .6rem; }
.mini-row i { height: 62px; background: rgba(255,255,255,.055); border-radius: .6rem; }
.project-tag { position: absolute; right: 10px; bottom: 5px; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 40px rgba(31,31,31,.09); padding: 1rem 1.2rem; border-radius: .8rem; transform: rotate(2deg); z-index: 5; }
.project-tag span { display: block; font-size: .6rem; color: var(--oxblood); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.project-tag strong { display: block; font-size: .72rem; margin-top: .25rem; }

.credibility { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credibility-grid { min-height: 92px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; text-align: center; }
.credibility-grid span { font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; padding: 1.3rem; border-right: 1px solid var(--line); }
.credibility-grid span:first-child { border-left: 1px solid var(--line); }

.philosophy { padding: 9rem 0; }
.philosophy-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; }
.philosophy h2 { margin: 0 0 2rem; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .94; letter-spacing: -.055em; }
.philosophy h2 em { color: #d5a7aa; }
.philosophy p:not(.eyebrow) { max-width: 760px; font-size: 1.12rem; color: #cac6bf; }

.section-heading { max-width: 830px; margin-bottom: 4rem; }
.section-heading h2 { margin: 0; font-size: clamp(3.1rem, 5.2vw, 5.5rem); line-height: .96; letter-spacing: -.055em; }
.section-heading h2 em { color: var(--oxblood); }
.section-heading > p:last-child { max-width: 690px; color: #5d5d5d; margin: 1.6rem 0 0; font-size: 1.04rem; }

.service-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.service-card { padding: 2.5rem 2.5rem 3.5rem 0; border-bottom: 1px solid var(--line); min-height: 270px; }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 4rem; }
.service-card:nth-child(even) { padding-left: 4rem; }
.service-card span, .transformation-grid span { font-family: "Instrument Serif", Georgia, serif; font-style: italic; color: var(--oxblood); font-size: 1rem; }
.service-card h3 { font-size: 1.55rem; margin: .7rem 0 1rem; letter-spacing: -.035em; }
.service-card p { margin: 0; color: #656565; max-width: 500px; }
.service-note { margin: 3rem 0 0; font-size: .93rem; color: #666; }
.service-note strong { color: var(--charcoal); }

.case-study { padding-top: 9rem; border-top: 1px solid var(--line); }
.case-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; align-items: end; margin-bottom: 4rem; }
.case-intro h2 { font-size: clamp(3.5rem, 5.8vw, 6.2rem); line-height: .9; margin: 0; letter-spacing: -.06em; }
.case-intro h2 em { color: var(--oxblood); }
.case-intro h3 { margin: 0 0 1.4rem; font-size: 1.65rem; line-height: 1.35; letter-spacing: -.035em; }
.case-intro p { color: #606060; }
.case-visual { position: relative; padding-right: 5rem; }
.browser-frame { border: 1px solid var(--line); border-radius: 1.1rem; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.browser-bar { height: 44px; background: #e9e5de; display: flex; align-items: center; gap: 7px; padding: 0 15px; }
.browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #b9b3aa; }
.browser-bar small { margin-left: 10px; color: #78736c; font-size: .62rem; }
.browser-frame img { width: 100%; aspect-ratio: 1.73 / 1; object-fit: cover; object-position: top center; }
.case-stamp { position: absolute; right: 0; bottom: -35px; background: var(--oxblood); color: white; padding: 1.25rem 1.4rem; border-radius: .8rem; box-shadow: 0 22px 45px rgba(122,31,36,.2); }
.case-stamp span { display: block; text-transform: uppercase; letter-spacing: .16em; font-size: .6rem; opacity: .7; }
.case-stamp strong { font-size: .82rem; line-height: 1.4; }
.case-problem { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem 6rem; padding: 7rem 0 4rem; border-bottom: 1px solid var(--line); }
.case-problem p { font-size: 1rem; color: #595959; }
.case-problem blockquote { grid-column: 1/-1; margin: 0; font-family: "Instrument Serif", Georgia, serif; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1.05; color: var(--oxblood); max-width: 1030px; }
.transformation-grid { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.transformation-grid article { padding: 2.7rem 2rem 3rem 0; border-right: 1px solid var(--line); }
.transformation-grid article:not(:first-child) { padding-left: 2rem; }
.transformation-grid article:last-child { border-right: 0; }
.transformation-grid h3 { margin: .6rem 0 .8rem; font-size: 1.15rem; letter-spacing: -.025em; }
.transformation-grid p { font-size: .88rem; color: #666; margin: 0; }
.case-footer { padding-top: 2rem; display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.case-footer p { color: #7b7b7b; font-size: .72rem; font-weight: 700; }
.case-footer p span { color: var(--oxblood); margin: 0 .25rem; }
