:root {
  --ink: #11110f;
  --ink-soft: #1a1a17;
  --paper: #efece3;
  --paper-deep: #e1ddd2;
  --lime: #d2ff36;
  --lime-ink: #5d7000;
  --copper: #be7f59;
  --muted: #77766f;
  --line: rgba(17, 17, 15, .16);
  --white-line: rgba(239, 236, 227, .2);
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --serif: "Instrument Serif", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::selection { color: var(--ink); background: var(--lime); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.page-width { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.mono { font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 50; padding: .8rem 1rem; color: var(--ink); background: var(--lime); }
.skip-link:focus { top: 1rem; }
.scroll-progress { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--lime); box-shadow: 0 0 16px var(--lime); }

.site-header { position: absolute; z-index: 12; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1.4rem 2.5rem; color: var(--paper); mix-blend-mode: normal; }
.brand { display: inline-flex; align-items: center; gap: .7rem; white-space: nowrap; }
.brand-symbol { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; color: var(--ink); background: var(--lime); border-radius: 50%; font-family: var(--serif); font-size: 1.6rem; line-height: 1; font-style: italic; }
.brand-name { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-name em { color: var(--lime); font-family: var(--serif); font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.desktop-nav { display: flex; gap: 2.2rem; margin-left: 10rem; font-family: var(--mono); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a { position: relative; opacity: .7; transition: opacity .25s ease; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; background: var(--lime); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; gap: 1.3rem; padding: .8rem 1rem .8rem 1.15rem; color: var(--ink); background: var(--paper); border-radius: 999px; font-size: .7rem; font-weight: 700; transition: transform .25s ease, background .25s ease; }
.header-cta b { display: grid; place-items: center; width: 1.45rem; height: 1.45rem; color: var(--paper); background: var(--ink); border-radius: 50%; font-size: .8rem; font-weight: 400; }
.header-cta:hover { background: var(--lime); transform: translateY(-2px); }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; color: var(--paper); background: var(--ink); }
.hero-media { position: absolute; z-index: -3; inset: 0; background-image: url("/hero.png"); background-position: center; background-size: cover; transform: scale(1.03); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.hero:hover .hero-media { transform: scale(1.06); }
.hero::after { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(9,9,8,.96) 0%, rgba(9,9,8,.82) 33%, rgba(9,9,8,.15) 70%, rgba(9,9,8,.42) 100%); content: ""; }
.hero-grain { position: absolute; z-index: -1; inset: 0; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { display: flex; flex-direction: column; justify-content: center; min-height: 100svh; padding-top: 6rem; padding-bottom: 4rem; }
.hero-kicker { display: flex; align-items: center; gap: .85rem; color: var(--lime); font-family: var(--mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker .rule { width: 2.8rem; height: 1px; background: var(--lime); }
.hero-kicker .mono { margin-left: 2rem; color: rgba(239,236,227,.55); font-size: .58rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 8em; margin-bottom: 2rem; font-size: clamp(4.5rem, 10.5vw, 10rem); line-height: .8; letter-spacing: -.08em; font-weight: 600; }
h1 i, h2 em, h3 em { color: var(--lime-ink); font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
.hero h1 i, .experience h2 em, .service-tile-dark h3 em, .seo-hero h1 em { color: var(--lime); }
.hero-lead { max-width: 28rem; margin-bottom: 2.1rem; color: rgba(239,236,227,.67); font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 11rem; gap: 1.4rem; padding: 1rem 1.05rem 1rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-size: .72rem; font-weight: 700; transition: transform .3s cubic-bezier(.2,.7,.2,1), background .3s ease, color .3s ease; }
.button b { display: grid; place-items: center; width: 1.45rem; height: 1.45rem; border-radius: 50%; font-size: .85rem; font-weight: 400; }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime b { color: var(--lime); background: var(--ink); }
.button-ghost { color: var(--paper); border-color: rgba(239,236,227,.4); }
.button-ghost b { color: var(--ink); background: var(--paper); }
.button:hover { transform: translateY(-4px); }
.button-ghost:hover { color: var(--ink); background: var(--paper); }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; max-width: 32rem; margin-top: auto; padding-top: 4rem; color: var(--paper); }
.availability { display: flex; align-items: center; gap: .55rem; font-size: .7rem; font-weight: 600; }
.availability .muted { color: rgba(239,236,227,.45); font-family: var(--mono); font-size: .58rem; }
.live-dot { width: .45rem; height: .45rem; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 .25rem rgba(210,255,54,.16); animation: pulse 2s ease infinite; }
.scroll-note { color: rgba(239,236,227,.5); font-family: var(--mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.scroll-note b { display: inline-block; margin-left: .5rem; color: var(--lime); font-size: 1.1rem; font-weight: 400; animation: bob 1.6s ease-in-out infinite; }
.hero-index { position: absolute; right: 2.5rem; bottom: 2.4rem; color: rgba(239,236,227,.6); }

.marquee { overflow: hidden; color: var(--ink); background: var(--lime); }
.marquee-track { display: flex; align-items: center; width: max-content; min-height: 4.3rem; gap: 2rem; animation: marquee 34s linear infinite; }
.marquee-track span { font-size: .68rem; font-weight: 700; letter-spacing: .18em; white-space: nowrap; }
.marquee-track i { font-family: var(--serif); font-size: 1.5rem; font-style: normal; }

.section-pad { padding-top: 9.5rem; padding-bottom: 9.5rem; }
.section-stamp { display: flex; align-items: center; gap: .9rem; color: var(--muted); font-family: var(--mono); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.vertical-rule { display: inline-block; width: 1px; height: 2.3rem; background: var(--line); }
.intro { display: grid; grid-template-columns: 1fr 2.2fr 1fr; gap: 3rem; }
.intro-copy { max-width: 45rem; }
.overline { margin-bottom: 1.6rem; color: var(--muted); font-family: var(--mono); font-size: .63rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.intro h2, .services h2, .experience h2, .contact h2 { margin-bottom: 2rem; font-size: clamp(4rem, 7.5vw, 7.7rem); line-height: .78; letter-spacing: -.08em; font-weight: 500; }
.body-copy { max-width: 32rem; color: #66655e; font-size: 1rem; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: .8rem; margin-top: 2rem; padding-bottom: .55rem; border-bottom: 1px solid var(--ink); font-size: .7rem; font-weight: 700; }
.text-link span { color: var(--copper); font-size: 1rem; transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.intro-note { align-self: end; padding-bottom: .5rem; }
.quote-mark { display: block; margin-bottom: -.7rem; color: var(--copper); font-family: var(--serif); font-size: 5rem; line-height: 1; }
.intro-note p { max-width: 14rem; font-family: var(--serif); font-size: 1.5rem; line-height: 1.05; }
.note-line { display: block; width: 2.4rem; height: 1px; margin: 1.6rem 0 .8rem; background: var(--ink); }

.services { padding-top: 3rem; }
.section-topline { display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid var(--line); }
.section-count { color: var(--muted); }
.services-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin: 3rem 0 4.2rem; }
.services-heading h2 { margin: 0; }
.services-heading > p { max-width: 23rem; margin: 0 5vw 1rem 0; color: #66655e; font-size: .9rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-tile { position: relative; display: flex; flex-direction: column; min-height: 30rem; padding: 2rem; background: var(--paper); transform-style: preserve-3d; transition: background .35s ease, color .35s ease, transform .35s ease; }
.service-tile:hover { z-index: 2; background: #e7e3d8; }
.service-tile-dark { color: var(--paper); background: var(--ink); }
.service-tile-dark:hover { background: #1b1b17; }
.service-tile-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.5fr 1fr; min-height: 20rem; align-items: end; }
.tile-top { display: flex; align-items: start; justify-content: space-between; }
.tile-number { color: var(--muted); font-family: var(--mono); font-size: .65rem; }
.tile-arrow { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border: 1px solid currentColor; border-radius: 50%; font-size: 1rem; transition: background .3s ease, color .3s ease, transform .3s ease; }
.service-tile:hover .tile-arrow { color: var(--ink); background: var(--lime); border-color: var(--lime); transform: rotate(45deg); }
.tile-graphic { position: relative; margin: 1.3rem 0 1.8rem; }
.graphic-screen { display: flex; align-items: end; gap: .7rem; height: 8rem; padding: 0 1rem; overflow: hidden; background: var(--ink); border-radius: 5rem 5rem 0 0; }
.graphic-screen span { display: block; width: 18%; height: 75%; background: var(--lime); transform: skewX(-12deg); opacity: .85; }
.graphic-screen span:nth-child(2) { height: 40%; opacity: .5; }
.graphic-screen span:nth-child(3) { height: 60%; opacity: .25; }
.graphic-battery { display: flex; align-items: center; justify-content: center; height: 8rem; background: var(--paper-deep); border-radius: 50%; }
.graphic-battery span { width: 5rem; height: 3.2rem; border: .35rem solid var(--ink); border-radius: .4rem; }
.graphic-battery span::after { display: block; width: .35rem; height: 1rem; margin: .7rem 0 0 5rem; background: var(--ink); content: ""; }
.graphic-battery b { margin-left: -4rem; color: var(--lime); font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.graphic-battery i { position: absolute; width: 2.5rem; height: 6.8rem; margin-left: 3rem; border: 1px solid var(--copper); border-radius: 2rem; transform: rotate(25deg); }
.graphic-accessory { height: 8rem; background: radial-gradient(circle at 50% 100%, var(--copper) 0 10%, transparent 11%), linear-gradient(120deg, transparent 0 44%, var(--lime) 45% 48%, transparent 49% 100%), var(--ink-soft); }
.graphic-accessory span { position: absolute; display: block; width: 1.4rem; height: 5.2rem; bottom: 0; background: var(--paper); border-radius: 1rem 1rem 0 0; transform: rotate(18deg); }
.graphic-accessory span:nth-child(1) { left: 22%; height: 3.6rem; opacity: .4; transform: rotate(-12deg); }
.graphic-accessory span:nth-child(2) { left: 41%; }
.graphic-accessory span:nth-child(3) { left: 58%; height: 4.5rem; opacity: .7; transform: rotate(9deg); }
.graphic-accessory span:nth-child(4) { left: 74%; height: 3.2rem; opacity: .35; transform: rotate(-15deg); }
.service-tile h3 { margin: auto 0 .9rem; font-size: clamp(2rem, 3vw, 3rem); line-height: .86; letter-spacing: -.07em; font-weight: 600; }
.service-tile p { max-width: 20rem; margin-bottom: 1.5rem; color: #68675f; font-size: .82rem; line-height: 1.6; }
.service-tile-dark p { color: rgba(239,236,227,.6); }
.service-tile > a, .service-tile-wide > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); font-family: var(--mono); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.service-tile-dark > a { border-color: var(--white-line); }
.service-tile > a span, .service-tile-wide > a span { color: var(--copper); font-size: 1rem; }
.tile-wide-copy { align-self: center; }
.tile-wide-copy h3 { margin-bottom: 1rem; }
.tile-wide-copy p { margin: 0; }
.device-stack { position: relative; align-self: center; width: 11rem; height: 11rem; justify-self: center; transform: rotate(13deg); }
.device-stack span { position: absolute; inset: 0 2rem 0 2rem; border: .6rem solid var(--ink); border-radius: 2rem; box-shadow: .4rem .5rem 0 var(--copper); background: var(--paper-deep); }
.device-stack span:nth-child(2) { inset: .7rem 1.2rem .7rem 2.8rem; transform: rotate(7deg); opacity: .55; }
.device-stack span:nth-child(3) { inset: 1.4rem .4rem 1.4rem 3.6rem; transform: rotate(14deg); opacity: .3; }
.service-tile-wide > a { align-self: end; }

.experience { color: var(--paper); background: var(--ink); }
.experience-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 8vw; }
.overline.lime { color: var(--lime); }
.experience h2 { margin-bottom: 2.5rem; }
.light-copy { color: rgba(239,236,227,.58); }
.experience-list { border-top: 1px solid var(--white-line); }
.experience-row { display: grid; grid-template-columns: 4.5rem 1fr 2rem; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid var(--white-line); }
.row-no { color: var(--lime); font-size: .6rem; }
.experience-row h3 { margin-bottom: .6rem; font-size: 1.5rem; letter-spacing: -.04em; font-weight: 500; }
.experience-row p { max-width: 25rem; margin: 0; color: rgba(239,236,227,.55); font-size: .78rem; line-height: 1.6; }
.row-mark { align-self: center; justify-self: end; color: var(--copper); font-family: var(--serif); font-size: 1.8rem; font-weight: 400; transition: transform .3s ease, color .3s ease; }
.experience-row:hover .row-mark { color: var(--lime); transform: rotate(90deg); }

.contact { padding-bottom: 5rem; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; margin: 5rem 0 4.5rem; }
.contact-heading h2 { margin-bottom: 3.5rem; }
.massive-phone { display: inline-flex; align-items: center; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: clamp(.85rem, 1.5vw, 1.15rem); letter-spacing: .08em; }
.massive-phone span { color: var(--copper); font-size: 1.3rem; transition: transform .3s ease; }
.massive-phone:hover span { transform: translate(4px, -4px); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-self: end; }
.detail-block { padding-top: 1rem; border-top: 1px solid var(--line); }
.detail-block .overline { margin-bottom: 1rem; }
.detail-block p { color: #55544e; font-size: .82rem; line-height: 1.55; }
.detail-block strong { color: var(--ink); font-family: var(--mono); font-size: .75rem; letter-spacing: .05em; }
.detail-block .text-link { margin-top: .5rem; }
.map-strip { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 14rem; overflow: hidden; padding: 2rem; color: var(--paper); background: var(--ink); }
.map-grid { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(122deg, transparent 0 18%, var(--copper) 18.1% 18.4%, transparent 18.5% 41%, var(--paper) 41.1% 41.4%, transparent 41.5% 100%), linear-gradient(30deg, transparent 0 43%, var(--lime) 43.1% 43.4%, transparent 43.5% 65%, var(--paper) 65.1% 65.4%, transparent 65.5% 100%), repeating-linear-gradient(90deg, transparent 0 4.5rem, var(--white-line) 4.55rem 4.6rem), repeating-linear-gradient(0deg, transparent 0 4.5rem, var(--white-line) 4.55rem 4.6rem); }
.map-pin { position: absolute; top: 50%; left: 34%; display: grid; place-items: center; width: 3.8rem; height: 3.8rem; color: var(--ink); background: var(--lime); border: .5rem solid rgba(210,255,54,.2); border-radius: 50%; font-family: var(--serif); font-size: 1.6rem; font-style: italic; transform: translate(-50%, -50%); box-shadow: 0 0 0 1px var(--lime), 0 0 40px rgba(210,255,54,.4); }
.map-label { position: relative; z-index: 1; align-self: start; color: var(--lime); }
.map-strip > a { position: relative; z-index: 1; align-self: end; display: inline-flex; align-items: center; gap: .7rem; font-size: .7rem; font-weight: 700; }
.map-strip > a b { color: var(--lime); font-size: 1.1rem; font-weight: 400; }

.local-seo { padding-top: 2rem; }
.local-seo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; margin-top: 4rem; }
.local-seo h2 { margin: 0; font-size: clamp(4rem, 7.5vw, 7.7rem); line-height: .78; letter-spacing: -.08em; font-weight: 500; }
.local-seo h2 em { color: var(--copper); font-family: var(--serif); font-weight: 400; }
.local-seo-copy { max-width: 36rem; }
.local-seo-copy p { color: #66655e; font-size: .95rem; line-height: 1.8; }
.local-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.local-links a { padding-top: 1rem; border-top: 1px solid var(--line); font-family: var(--mono); font-size: .62rem; letter-spacing: .04em; text-transform: uppercase; }
.local-links a span { float: right; color: var(--copper); font-size: 1rem; }

.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 7rem; padding-top: 1.5rem; padding-bottom: 8rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.site-footer .brand { color: var(--ink); }
.site-footer .brand-symbol { width: 1.9rem; height: 1.9rem; font-size: 1.25rem; }
.site-footer p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem 1rem; }
.footer-links a { color: var(--ink); font-size: .66rem; font-weight: 600; }
.footer-links a:hover { color: var(--copper); }
.mobile-action { display: none; }

.seo-page { min-height: 100vh; color: var(--paper); background: var(--ink); }
.seo-page .site-header { position: relative; color: var(--paper); background: var(--ink); }
.seo-hero { padding: 7rem 0 6rem; background: radial-gradient(circle at 78% 25%, rgba(190,127,89,.24), transparent 32%), radial-gradient(circle at 22% 20%, rgba(210,255,54,.08), transparent 26%), var(--ink); }
.seo-hero .overline { color: var(--lime); }
.seo-hero h1 { max-width: 10em; margin-bottom: 2rem; font-size: clamp(3.7rem, 8vw, 8.3rem); }
.seo-hero h1 em { color: var(--lime); font-family: var(--serif); font-weight: 400; }
.seo-hero .lead { max-width: 42rem; margin-bottom: 0; color: rgba(239,236,227,.65); font-size: 1.08rem; line-height: 1.7; }
.seo-body { color: var(--ink); background: var(--paper); }
.seo-body .page-width { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; }
.seo-copy h2 { margin: 0 0 1.4rem; font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: .88; letter-spacing: -.07em; font-weight: 500; }
.seo-copy h2 em { color: var(--copper); font-family: var(--serif); font-weight: 400; }
.seo-copy h3 { margin: 2.5rem 0 .8rem; font-size: 1.35rem; letter-spacing: -.04em; }
.seo-copy p { max-width: 44rem; color: #5d5c56; font-size: .96rem; line-height: 1.85; }
.seo-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem 2rem; max-width: 42rem; margin: 1.5rem 0 2.5rem; padding: 0; list-style: none; }
.seo-copy li { padding-top: .8rem; border-top: 1px solid var(--line); font-size: .8rem; font-weight: 600; }
.seo-copy li::before { margin-right: .45rem; color: var(--copper); content: "↗"; }
.seo-aside { align-self: start; padding: 1.7rem; color: var(--paper); background: var(--ink); }
.seo-aside .overline { color: var(--lime); }
.seo-aside p { color: rgba(239,236,227,.64); font-size: .82rem; line-height: 1.7; }
.seo-aside .button { margin-top: 1rem; }
.seo-breadcrumb { display: flex; gap: .55rem; padding-top: 2rem; color: var(--muted); font-family: var(--mono); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.seo-cta { margin-top: 2rem; padding: 1.4rem 0 0; border-top: 1px solid var(--line); }
.seo-cta .text-link { margin-top: .8rem; }
.seo-footer { color: rgba(239,236,227,.55); background: var(--ink); border-color: var(--white-line); }
.seo-footer .brand { color: var(--paper); }
.seo-footer .brand-name em { color: var(--lime); }
.seo-footer .footer-links a { color: var(--paper); }

@media (max-width: 900px) {
  .seo-body .page-width { display: block; }
  .seo-aside { margin-top: 3rem; }
  .seo-hero { padding-top: 5rem; }
  .local-seo-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 580px) {
  .footer-links { justify-content: flex-start; }
  .seo-hero h1 { font-size: clamp(3.5rem, 17vw, 5.3rem); }
  .seo-copy ul { grid-template-columns: 1fr; }
  .local-links { grid-template-columns: 1fr; }
}

.reveal { opacity: 0; transform: translateY(1.6rem); transition: opacity .85s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
@keyframes pulse { 0%, 100% { opacity: .65; box-shadow: 0 0 0 .2rem rgba(210,255,54,.12); } 50% { opacity: 1; box-shadow: 0 0 0 .38rem rgba(210,255,54,.22); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes hero-drift { 0% { transform: scale(1.04) translate3d(-1%, 0, 0); } 100% { transform: scale(1.1) translate3d(1.5%, -1%, 0); } }
@keyframes tile-sheen { 0% { opacity: 0; transform: translateX(-130%) skewX(-14deg); } 18% { opacity: .18; } 48%, 100% { opacity: 0; transform: translateX(150%) skewX(-14deg); } }
@keyframes pin-pulse { 0%, 100% { box-shadow: 0 0 0 1px var(--lime), 0 0 0 0 rgba(210,255,54,.25); } 50% { box-shadow: 0 0 0 1px var(--lime), 0 0 0 14px rgba(210,255,54,0); } }
@keyframes mobile-cta-pulse { 0%, 100% { box-shadow: 0 .6rem 2rem rgba(0,0,0,.25); } 50% { box-shadow: 0 .7rem 2.2rem rgba(210,255,54,.22); } }

@media (max-width: 900px) {
  .page-width { width: min(100% - 40px, 640px); }
  .site-header { padding: 1rem 1.25rem; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: inline-flex; align-items: center; gap: .55rem; padding: .65rem .8rem; color: var(--paper); border: 1px solid rgba(239,236,227,.35); border-radius: 999px; background: transparent; font-family: var(--mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
  .menu-button span, .menu-button span::before { display: block; width: 1rem; height: 1px; background: currentColor; content: ""; transition: transform .25s ease; }
  .menu-button span::before { transform: translateY(-4px); }
  .menu-button[aria-expanded="true"] span { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] span::before { transform: rotate(-90deg); }
  .mobile-menu { position: absolute; top: 4.6rem; right: 1.25rem; left: 1.25rem; display: flex; flex-direction: column; gap: .1rem; padding: .5rem; color: var(--ink); background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-.5rem); transition: opacity .3s ease, transform .3s ease; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-menu a { padding: 1rem; border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 600; opacity: 0; transform: translateY(-.35rem); transition: opacity .22s cubic-bezier(.23,1,.32,1), transform .22s cubic-bezier(.23,1,.32,1); }
  .mobile-menu.is-open a { opacity: 1; transform: translateY(0); }
  .mobile-menu.is-open a:nth-child(1) { transition-delay: .04s; }
  .mobile-menu.is-open a:nth-child(2) { transition-delay: .08s; }
  .mobile-menu.is-open a:nth-child(3) { transition-delay: .12s; }
  .mobile-menu.is-open a:nth-child(4) { transition-delay: .16s; }
  .mobile-menu a:last-child { border-bottom: 0; }
  .mobile-menu-call { color: var(--ink); background: var(--lime); }
  .mobile-menu-call span { float: right; font-size: 1.2rem; }
  .hero-content { padding-top: 7.5rem; padding-bottom: 6.5rem; }
  .hero-media { background-position: 68% center; }
  .hero-media { animation: hero-drift 16s cubic-bezier(.2,.7,.2,1) infinite alternate; }
  .hero::after { background: linear-gradient(180deg, rgba(9,9,8,.86) 0%, rgba(9,9,8,.65) 48%, rgba(9,9,8,.9) 100%); }
  h1 { font-size: clamp(4.25rem, 17vw, 7rem); }
  .hero-lead { max-width: 23rem; font-size: 1rem; }
  .hero-bottom { padding-top: 4rem; }
  .hero-index { right: 1.25rem; bottom: 2rem; }
  .intro { grid-template-columns: 1fr 2.6fr; gap: 2rem; }
  .intro-note { grid-column: 2; margin-top: 1rem; }
  .services-heading { align-items: start; flex-direction: column; gap: 1rem; margin-bottom: 3rem; }
  .services-heading > p { margin: 0; }
  .experience-inner { grid-template-columns: 1fr; gap: 4rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 4rem; margin-top: 4rem; }
  .contact-details { align-self: start; }
  .site-footer { flex-wrap: wrap; gap: 1.4rem; }
  .reveal { transform: translateY(2.2rem) scale(.985); filter: blur(4px); transition: opacity .7s cubic-bezier(.23,1,.32,1), transform .7s cubic-bezier(.23,1,.32,1), filter .7s ease; }
  .reveal.is-visible { filter: blur(0); }
  .service-tile { overflow: hidden; }
  .service-tile::after { position: absolute; z-index: 3; top: -20%; bottom: -20%; left: 0; width: 28%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent); content: ""; opacity: 0; }
  .service-tile.is-visible::after { animation: tile-sheen 1.35s cubic-bezier(.23,1,.32,1) .1s both; }
  .map-pin { animation: pin-pulse 2.8s ease-in-out infinite; }
}

@media (max-width: 580px) {
  .page-width { width: calc(100% - 32px); }
  .site-header { padding-right: 1rem; padding-left: 1rem; }
  .brand-name { font-size: .68rem; }
  .hero-kicker { flex-wrap: wrap; gap: .6rem; }
  .hero-kicker .mono { width: 100%; margin: .6rem 0 0 3.4rem; }
  .hero-content { padding-top: 7.2rem; }
  h1 { margin-top: 2.2rem; font-size: clamp(4rem, 19vw, 5.6rem); }
  .hero-lead { max-width: 19rem; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 18rem; }
  .button { width: 100%; }
  .hero-bottom { align-items: start; flex-direction: column; gap: 1.4rem; padding-top: 3rem; }
  .scroll-note { display: none; }
  .marquee-track { min-height: 3.8rem; gap: 1.3rem; }
  .marquee-track span { font-size: .58rem; }
  .section-pad { padding-top: 6rem; padding-bottom: 6rem; }
  .intro { display: block; }
  .intro-copy { margin-top: 3.5rem; }
  .intro h2, .services h2, .experience h2, .contact h2 { font-size: clamp(3.7rem, 17vw, 5.3rem); }
  .intro-note { margin-top: 4rem; margin-left: 30%; }
  .service-grid { display: block; }
  .service-tile, .service-tile-wide { display: flex; min-height: 27rem; margin-bottom: 1px; }
  .service-tile-wide { min-height: 27rem; }
  .device-stack { position: absolute; right: 1.5rem; top: 6rem; width: 8.5rem; height: 8.5rem; opacity: .86; }
  .tile-wide-copy { align-self: end; margin-bottom: 1.2rem; }
  .experience-row { grid-template-columns: 3.2rem 1fr 1rem; gap: .55rem; }
  .experience-row h3 { font-size: 1.25rem; }
  .contact-details { display: block; }
  .detail-block + .detail-block { margin-top: 2.2rem; }
  .map-strip { min-height: 18rem; padding: 1.3rem; }
  .map-pin { left: 48%; }
  .map-strip > a { align-self: end; }
  .site-footer { align-items: start; flex-direction: column; padding-bottom: 7rem; }
  .site-footer p:nth-of-type(1) { max-width: 16rem; line-height: 1.5; }
  .mobile-action { position: fixed; z-index: 15; right: .9rem; bottom: .9rem; left: .9rem; display: flex; align-items: center; justify-content: space-between; padding: .95rem 1.1rem; color: var(--ink); background: var(--lime); box-shadow: 0 .6rem 2rem rgba(0,0,0,.25); font-size: .72rem; transform: translateY(130%); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
  .mobile-action.is-visible { transform: translateY(0); }
  .mobile-action b { font-family: var(--mono); font-size: .61rem; font-weight: 500; }
  .mobile-action.is-visible { animation: mobile-cta-pulse 3.2s ease-in-out 1.1s infinite; }
}

.button:active, .text-link:active, .mobile-menu a:active, .mobile-action:active { transform: scale(.98); }

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