@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --ink: #11120f;
  --paper: #f1f0e9;
  --white: #fafaf6;
  --acid: #d9ff43;
  --orange: #ff6948;
  --muted: #6d6e67;
  --line: #c8c8bf;
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --page: min(1320px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background-color: var(--paper); background-image: linear-gradient(rgba(241,240,233,.88), rgba(241,240,233,.88)), url('/assets/texture-editorial-paper.webp'); background-size: auto, 1100px auto; background-attachment: fixed; font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--acid); }
.page-shell { width: var(--page); margin-left: auto; margin-right: auto; }
.section-pad { padding-top: 130px; padding-bottom: 130px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.eyebrow { margin: 0 0 24px; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: .97; }
h1 { font-size: clamp(3.25rem, 5.8vw, 6.35rem); font-weight: 500; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.35rem); font-weight: 500; }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; }
.announcement { min-height: 34px; padding: 7px 24px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--ink); color: white; font-size: .69rem; letter-spacing: .06em; text-transform: uppercase; }
.announcement__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(217,255,67,.13); }
.announcement a { margin-left: 8px; color: var(--acid); border-bottom: 1px solid rgba(217,255,67,.4); }

.site-header { min-height: 108px; width: var(--page); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand__mark { display: block; width: 48px; height: 48px; overflow: hidden; border-radius: 50%; background: #ddd; }
.brand__mark img { height: 62px; width: 62px; max-width: none; object-fit: cover; transform: translate(-15px, -7px); filter: grayscale(1) contrast(1.15); }
.brand__name { font-size: .88rem; font-weight: 600; line-height: .95; letter-spacing: -.035em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 50px); font-size: .84rem; }
.site-nav > a:not(.nav-cta) { padding: 9px 0; position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; height: 1px; position: absolute; left: 0; right: 100%; bottom: 2px; background: currentColor; transition: right .25s; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.nav-cta { padding: 13px 18px; color: white; background: var(--ink); }
.nav-cta span, .button span, .text-link span { display: inline-block; transition: transform .2s ease; }
.nav-cta:hover span, .button:hover span, .text-link:hover span { transform: translateX(5px); }
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; }

.hero { min-height: 630px; padding-top: 58px; padding-bottom: 70px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(40px, 6vw, 100px); }
.hero h1 { font-size: clamp(3.45rem, 5.5vw, 5.8rem); margin-bottom: 30px; }
.hero__lede { max-width: 570px; color: #444640; font-size: clamp(1.05rem, 1.55vw, 1.32rem); line-height: 1.55; }
.button-row { margin-top: 42px; display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 53px; padding: 13px 21px; border: 1px solid var(--ink); border-radius: 0; font-weight: 600; font-size: .79rem; cursor: pointer; transition: background .2s, color .2s; }
.button--acid { background: var(--acid); }
.button--acid:hover { background: var(--ink); color: white; }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover { background: var(--acid); color: var(--ink); }
.button--outline { background: transparent; }
.button--outline:hover { background: var(--ink); color: white; }
.button--text { padding-left: 0; padding-right: 0; border: 0; border-bottom: 1px solid; }
.button--small { min-height: 40px; padding: 8px 13px; gap: 8px; }
.image-frame { background: #deded7; border: 1px solid var(--ink); box-shadow: 13px 13px 0 var(--acid); }
.browser-bar { height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #9b9c96; background: #e5e5df; }
.browser-bar i { width: 7px; height: 7px; border: 1px solid #888; border-radius: 50%; }
.browser-bar span { display: block; margin: 0 auto; width: 54%; padding: 3px 8px; background: #f2f2ed; color: #777; font-size: .55rem; text-align: center; }
.hero-slider { height: clamp(330px, 34vw, 470px); position: relative; overflow: hidden; background: #d7d7d0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease; }
.hero-slide.is-active { opacity: 1; z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-label { position: absolute; left: 20px; bottom: 20px; padding: 7px 10px; background: rgba(17,18,15,.82); color: white; font-size: .64rem; text-transform: uppercase; }
.hero-slide--missing { display: flex; flex-direction: column; justify-content: center; align-items: center; background: repeating-linear-gradient(45deg, #d6d6cf, #d6d6cf 12px, #deded7 12px, #deded7 24px); color: #777; }
.hero-slide--missing::before { content: "×"; font-size: 6rem; font-weight: 200; line-height: 1; }
.hero-slide--missing span { font-family: monospace; }
.hero-slide--missing small { margin-top: 5px; }
.slider-ui { height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid #aaa; }
.slider-ui button { height: 100%; border: 0; background: transparent; cursor: pointer; font-size: 1.2rem; }
.slider-ui button:first-child { justify-self: start; border-right: 1px solid #aaa; width: 54px; }
.slider-ui button:last-child { justify-self: end; border-left: 1px solid #aaa; width: 54px; }
.slider-ui span { font-size: .68rem; letter-spacing: .1em; }
.margin-note { margin: 22px 0 0 8px; color: var(--muted); font-family: monospace; font-size: .65rem; }

.client-strip { padding: 35px max(36px, calc((100vw - 1320px) / 2)); background: var(--ink); color: white; display: flex; align-items: center; gap: 7vw; }
.client-strip > p { margin: 0; color: #999; font-size: .66rem; text-transform: uppercase; white-space: nowrap; }
.client-strip > div { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.client-strip div span { font-size: .95rem; font-weight: 600; line-height: .85; letter-spacing: -.04em; text-align: center; }
.client-strip .reg { display: inline; font-size: .45em; vertical-align: super; }
.client-strip .client-missing { color: #777; font-family: monospace; font-size: .65rem; font-weight: 400; border: 1px dashed #555; padding: 10px; }

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; border-bottom: 1px solid var(--line); }
.intro-grid h2 { max-width: 700px; }
.intro-copy { padding-top: 35px; color: #4f504a; font-size: 1.18rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.service-grid--page { border-top: 1px solid var(--ink); padding-top: 0; margin-bottom: 130px; }
.service-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transition: background .25s, color .25s; }
.service-card:hover { color: white; background: var(--ink); }
.service-card__top { width: 100%; display: flex; justify-content: space-between; font-family: monospace; font-size: .75rem; }
.service-card .arrow { font-size: 1.2rem; }
.service-card small { margin-top: 45px; padding: 5px 8px; background: var(--acid); color: var(--ink); font-size: .6rem; text-transform: uppercase; }
.service-card h3 { margin-top: auto; margin-bottom: 17px; font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 500; letter-spacing: -.045em; }
.service-card p { max-width: 520px; margin-bottom: 25px; color: #64655f; }
.service-card:hover p { color: #aaa; }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 3px; font-size: .78rem; font-weight: 600; border-bottom: 1px solid currentColor; }

.case-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8%; align-items: center; }
.case-feature__media { padding: 70px 8%; background: #c7bfd9; }
.case-window { border: 1px solid var(--ink); box-shadow: 9px 9px 0 rgba(17,18,15,.16); background: white; }
.case-window__bar { height: 32px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; background: #e7e7e3; border-bottom: 1px solid #aaa; font-family: monospace; font-size: .55rem; color: #666; }
.case-window__bar b { color: #a33125; font-weight: 400; }
.case-window__site { min-height: 390px; padding: 7% 8%; background: #fcf8ee; }
.fake-gov-head { font-weight: 600; font-size: 1.15rem; line-height: .8; }
.fake-gov-head small { font-size: .5em; }
.case-window__site h3 { margin: 65px 0 25px; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; line-height: .95; letter-spacing: -.05em; }
.fake-search { padding: 13px; display: flex; justify-content: space-between; border: 1px solid; color: #777; font-size: .62rem; }
.fake-search b { margin: -13px; margin-left: 10px; padding: 13px; background: #473370; color: white; }
.fake-cards { margin-top: 28px; display: flex; gap: 8px; }
.fake-cards i { flex: 1; height: 45px; background: #e7e1d4; }
.fake-cards .unloaded { display: grid; place-items: center; background: transparent; border: 1px dashed #aaa; color: #888; font-style: normal; font-size: .55rem; }
.case-feature__copy > p:not(.eyebrow):not(.footnote) { color: #55564f; font-size: 1.08rem; line-height: 1.7; }
.case-feature__copy h2 { margin-bottom: 35px; }
.results { display: grid; grid-template-columns: 1fr 1fr; margin: 45px 0 16px; border-top: 1px solid; border-bottom: 1px solid; }
.results div { padding: 22px 10px 22px 0; }
.results div + div { padding-left: 20px; border-left: 1px solid; }
.results dt { font-size: 2.8rem; letter-spacing: -.06em; }
.results dd { margin: 2px 0 0; color: #777; font-size: .67rem; text-transform: uppercase; }
.footnote { color: var(--muted); font-family: monospace; font-size: .64rem; }

.process { color: white; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 10%; align-items: end; margin-bottom: 80px; }
.section-heading h2 { max-width: 700px; margin: 0; }
.section-heading > p { max-width: 500px; color: #a5a59e; font-size: 1.1rem; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #4a4b46; }
.process-list li { padding: 30px 0; display: grid; grid-template-columns: 12% 1fr auto; gap: 25px; align-items: start; border-bottom: 1px solid #4a4b46; }
.process-list > li > span { color: var(--acid); font-family: monospace; }
.process-list h3 { margin-bottom: 5px; font-size: 1.5rem; font-weight: 500; }
.process-list p { max-width: 680px; margin: 0; color: #a5a59e; }
.process-list small { color: #777; }
.testimonial { max-width: 1050px; text-align: center; }
.quote-mark { height: 75px; font-family: var(--serif); font-size: 8rem; line-height: 1; color: var(--orange); }
.testimonial blockquote { margin: 0 auto 45px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.08; }
.quote-person { display: flex; justify-content: center; align-items: center; gap: 12px; text-align: left; }
.quote-person p { margin: 0; color: #666; font-size: .72rem; }
.avatar-broken { width: 42px; height: 42px; display: grid; place-items: center; border: 1px dashed #999; color: #999; }
.cta-band { padding: 78px 0; background: var(--acid); }
.cta-band .page-shell { position: relative; }
.cta-band h2 { margin-bottom: 0; }
.cta-band .button { position: absolute; right: 0; bottom: 4px; }

.page-hero { padding-top: 78px; padding-bottom: 88px; border-bottom: 1px solid var(--ink); }
.page-hero h1 { margin-bottom: 34px; }
.page-hero > p:last-child { max-width: 650px; margin-left: 50%; color: #55564f; font-size: 1.2rem; line-height: 1.65; }
.callout { min-height: 280px; margin-bottom: 110px; padding: 52px; position: relative; background: var(--orange); }
.callout > p { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.callout h2 { margin: 0; }
.callout > small { display: block; margin-top: 16px; }
.callout .button { position: absolute; right: 52px; bottom: 52px; }

.service-hero { min-height: 520px; padding-top: 85px; padding-bottom: 75px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10%; align-items: center; border-bottom: 1px solid; }
.service-hero h1 { font-size: clamp(3.35rem, 5.5vw, 5.8rem); }
.service-hero > div:last-child p { margin-bottom: 40px; color: #55564f; font-size: 1.25rem; line-height: 1.7; }
.deliverables { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.deliverables ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid; }
.deliverables li { padding: 22px 0; display: grid; grid-template-columns: 70px 1fr auto; border-bottom: 1px solid var(--line); font-size: 1.15rem; }
.deliverables li span { font-family: monospace; color: #888; font-size: .7rem; }
.deliverables li small { padding: 4px 8px; border: 1px dashed #999; color: #777; font-size: .58rem; text-transform: uppercase; }
.timeline { padding-bottom: 130px; }
.timeline__line { display: flex; height: 85px; margin: 30px 0 15px; color: white; }
.timeline__line span { width: var(--w); padding: 17px; background: var(--ink); border-right: 1px solid #555; font-size: .72rem; text-transform: uppercase; }
.timeline__line span:nth-child(2) { background: #34352f; }
.timeline__line span:nth-child(3) { color: var(--ink); background: var(--acid); }
.timeline__line .timeline__gap { display: grid; place-items: center; padding: 0; color: var(--ink); background: transparent; border: 1px dashed var(--ink); }
.asterisk { font-family: monospace; font-size: .4em; vertical-align: top; }

.security-page { overflow: hidden; }
.security-hero { min-height: 590px; padding-top: 85px; padding-bottom: 0; position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 7%; align-items: center; color: white; }
.security-hero::before { content: ""; position: absolute; z-index: -1; inset: 0 50%; width: 100vw; margin-left: -50vw; margin-right: -50vw; background-image: linear-gradient(90deg, rgba(4,6,5,.9), rgba(4,6,5,.72)), url('/assets/texture-security-grid.webp'); background-size: cover; background-position: center; }
.security-hero__copy h1 { margin: 0; font-size: clamp(3.55rem, 5.75vw, 6.05rem); }
.security-hero__intro { padding-top: 35px; }
.security-hero__intro p { margin-bottom: 32px; color: #c5c7bf; font-size: 1.08rem; line-height: 1.7; }
.security-standards { grid-column: 1 / -1; margin: 62px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #555851; border-bottom: 1px solid #555851; }
.security-standards div { min-height: 98px; padding: 20px 22px; border-right: 1px solid #555851; }
.security-standards div:first-child { padding-left: 0; }
.security-standards div:last-child { border-right: 0; }
.security-standards dt { margin-bottom: 9px; color: #969990; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.security-standards dd { margin: 0; font-family: monospace; font-size: .84rem; }
.security-position { display: grid; grid-template-columns: 1fr .8fr; gap: 10%; border-bottom: 1px solid var(--line); }
.security-position h2 { margin: 0; }
.security-position__copy { padding-top: 34px; color: #50514b; font-size: 1.08rem; line-height: 1.75; }
.security-position__copy p:last-child { margin-bottom: 0; }
.security-capabilities { padding-top: 120px; padding-bottom: 130px; }
.security-capabilities__head { margin-bottom: 75px; display: grid; grid-template-columns: .6fr 1.4fr; align-items: end; }
.security-capabilities__head .eyebrow { align-self: start; }
.security-capabilities__head h2 { margin: 0; }
.security-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.security-capability-grid article { min-height: 350px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.security-capability-grid article > span { color: #888; font-family: monospace; font-size: .68rem; }
.security-capability-grid h3 { margin: auto 0 15px; font-size: 1.75rem; font-weight: 500; letter-spacing: -.04em; }
.security-capability-grid p { color: #60615b; font-size: .82rem; line-height: 1.65; }
.security-capability-grid small { color: #777; font-family: monospace; font-size: .59rem; text-transform: uppercase; }
.security-injection { width: min(1120px, calc(100vw - 44px)); margin: 0 auto 10px; position: relative; z-index: 1; color: #151515; background: #d4d0c8; border: 4px ridge #ece9d8; box-shadow: 10px 13px 0 rgba(17,18,15,.18); font-family: SimSun, "Microsoft YaHei", Arial, sans-serif; }
.security-injection::before { content: ""; height: 7px; position: absolute; z-index: 3; left: -14px; right: -9px; top: 41%; background: rgba(255,255,255,.13); box-shadow: 0 2px rgba(0,0,0,.08); pointer-events: none; }
.security-injection__bar { min-height: 37px; padding: 6px 9px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 15px; align-items: center; color: white; background: linear-gradient(90deg, #0a246a, #3a6ea5); border-bottom: 2px groove #eee; font-size: 12px; }
.security-injection__bar span::before { content: "●"; margin-right: 6px; color: #61ff49; }
.security-injection__bar code { padding: 2px 9px; color: #111; background: white; border: 2px inset #eee; font: 11px "Courier New", monospace; }
.security-injection__bar strong { justify-self: end; color: #f3f3f3; font-weight: 400; }
.security-injection iframe { width: 100%; height: 570px; display: block; background: white; border: 2px inset #eee; }
.security-injection__footer { min-height: 27px; padding: 4px 7px; display: flex; justify-content: space-between; gap: 20px; background: #ece9d8; border-top: 2px groove white; font-size: 11px; }
.security-operations { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; }
.security-operations__heading h2 { margin-bottom: 32px; }
.security-operations__heading > p:last-child { max-width: 560px; color: #5b5c56; font-size: 1.03rem; line-height: 1.7; }
.security-control-list { border-top: 1px solid var(--ink); }
.security-control-list article { min-height: 175px; padding: 25px 0; display: grid; grid-template-columns: 110px 1fr; gap: 5px 18px; border-bottom: 1px solid var(--line); }
.security-control-list article > span { grid-row: 1 / 3; color: #777; font-family: monospace; font-size: .63rem; text-transform: uppercase; }
.security-control-list h3 { margin: 0; font-size: 1.45rem; font-weight: 500; }
.security-control-list p { margin: 5px 0 0; color: #65665f; font-size: .82rem; line-height: 1.65; }
.security-evidence { padding: 120px 0; color: white; background: var(--ink); }
.security-evidence > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; }
.security-evidence h2 { margin-bottom: 0; }
.security-evidence ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #4a4b46; }
.security-evidence li { min-height: 75px; padding: 18px 0; display: grid; grid-template-columns: 55px 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid #4a4b46; }
.security-evidence li span { color: var(--acid); font-family: monospace; font-size: .65rem; }
.security-evidence li strong { font-size: .9rem; font-weight: 500; }
.security-evidence li small { color: #8d8e87; font-family: monospace; font-size: .57rem; }
.security-callout { margin-top: 130px; }

.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 90px 28px; }
.work-card--large { grid-column: 1 / -1; }
.work-visual { aspect-ratio: 1.3; margin-bottom: 24px; display: grid; place-items: center; overflow: hidden; background: #d7d6cf; border: 1px solid; transition: transform .3s; }
.work-card:hover .work-visual { transform: translateY(-5px); }
.work-card--large .work-visual { aspect-ratio: 2.2; }
.work-visual--north { background: #c7bfd9; }
.work-visual--north span { padding: 70px 100px; background: #fcf8ee; box-shadow: 10px 10px rgba(17,18,15,.15); font-size: clamp(2rem, 4vw, 5rem); font-weight: 600; line-height: .7; }
.work-visual--north small { font-size: .3em; }
.work-visual--blank { color: #8b8c85; background: repeating-linear-gradient(45deg, #dcdbd5, #dcdbd5 12px, #e8e7e1 12px, #e8e7e1 24px); font-family: monospace; text-align: center; }
.work-visual--mono { color: white; background: #191c1e; }
.work-visual--mono span { font-size: clamp(3rem, 7vw, 7rem); font-weight: 600; line-height: .7; letter-spacing: -.09em; }
.work-visual--mono sup { color: var(--acid); font-size: .15em; }
.work-card--locked .work-visual { display: flex; flex-direction: column; gap: 20px; background: #babbb4; }
.work-card--locked .work-visual span { font-size: 4rem; }
.work-card--locked .work-visual small { font-family: monospace; }
.work-card > div:last-child { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.work-card p { grid-column: 1 / -1; color: #777; font-size: .7rem; text-transform: uppercase; }
.work-card h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); }
.work-card > div > span { font-size: .72rem; border-bottom: 1px solid; }
.broken-image-archive { padding: 85px 0 100px; overflow: hidden; color: #d6d8d0; background: #171916; }
.broken-image-archive__head { margin-bottom: 42px; display: grid; grid-template-columns: 1fr .65fr; gap: 8%; align-items: end; }
.broken-image-archive__head h2 { margin: 0; }
.broken-image-archive__head > p { margin: 0; color: #85887e; line-height: 1.65; }
.broken-image-tiles { width: calc(100vw + 96px); margin-left: -48px; display: grid; grid-template-columns: repeat(12, minmax(125px, 1fr)); border-top: 1px solid #55584f; border-left: 1px solid #55584f; transform: rotate(-.35deg); }
.broken-image-tiles figure { aspect-ratio: 1; min-width: 0; margin: 0; position: relative; overflow: hidden; background: #232620; border-right: 1px solid #55584f; border-bottom: 1px solid #55584f; }
.broken-image-tiles figure:nth-child(3n+2) { background: #1f211e; }
.broken-image-tiles figure:nth-child(4n) { background: #292b27; }
.broken-image-tiles img { width: 22px; height: 22px; position: absolute; left: 8px; top: 8px; object-fit: none; font-size: 0; }
.broken-image-tiles figcaption { position: absolute; left: 9px; bottom: 8px; color: #6e7168; font-family: monospace; font-size: .52rem; }

.case-hero { padding-top: 74px; padding-bottom: 60px; }
.case-hero h1 { max-width: 1050px; font-size: clamp(3.45rem, 5.65vw, 6.05rem); }
.case-meta { margin-top: 60px; padding-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid; font-size: .76rem; }
.case-meta span { display: flex; flex-direction: column; }
.case-meta b { margin-bottom: 4px; text-transform: uppercase; }
.case-fullbleed { padding: 9vw 13vw; background: #c7bfd9; }
.case-window--large .case-window__site { min-height: 600px; }
.case-window--large .case-window__site h3 { font-size: clamp(4rem, 8vw, 8rem); }
.case-story { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.case-story > div:last-child { padding-top: 35px; color: #51524c; font-size: 1.15rem; line-height: 1.7; }
.case-story aside { margin-top: 50px; padding: 18px; border: 1px dashed #999; font-family: monospace; font-size: .68rem; }
.metric-band { padding: 80px max(36px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--acid); }
.metric-band div { padding: 0 6%; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid; }
.metric-band div:first-child { padding-left: 0; }
.metric-band div:last-child { border: 0; }
.metric-band strong { display: block; font-size: clamp(3rem, 6vw, 6rem); line-height: 1; letter-spacing: -.06em; }
.metric-band span { font-size: .72rem; text-transform: uppercase; }
.metric-band small { display: block; margin-top: 9px; color: rgba(17,18,15,.62); font-size: .65rem; }

.monolith-hero { padding-top: 82px; padding-bottom: 65px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8%; }
.monolith-hero__title h1 { margin-bottom: 0; font-size: clamp(3.65rem, 5.9vw, 6.25rem); }
.monolith-hero__intro { padding-top: 36px; align-self: end; }
.monolith-hero__intro > p { color: #50514b; font-size: 1.18rem; line-height: 1.7; }
.monolith-url { margin-top: 25px; padding-bottom: 4px; display: inline-flex; gap: 18px; border-bottom: 1px solid; font-size: .78rem; font-weight: 600; }
.monolith-url span { transition: transform .2s; }
.monolith-url:hover span { transform: translate(3px, -3px); }
.monolith-meta { grid-column: 1 / -1; margin: 90px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.monolith-meta div { min-height: 105px; padding: 23px 25px 20px 0; border-right: 1px solid var(--line); }
.monolith-meta div + div { padding-left: 25px; }
.monolith-meta div:last-child { border-right: 0; }
.monolith-meta dt { margin-bottom: 7px; color: #777; font-size: .61rem; text-transform: uppercase; }
.monolith-meta dd { margin: 0; max-width: 250px; font-size: .79rem; }
.monolith-showcase { padding: 95px 0 42px; color: white; background: #0a0b0a; }
.monolith-browser { overflow: hidden; border: 1px solid #4a4b46; box-shadow: 18px 18px 0 #20221d; background: #080908; }
.monolith-browser__bar { height: 43px; padding: 0 15px; display: flex; align-items: center; gap: 7px; color: #888; background: #191a18; border-bottom: 1px solid #343630; font-family: monospace; font-size: .59rem; }
.monolith-browser__bar i { width: 8px; height: 8px; border: 1px solid #666; border-radius: 50%; }
.monolith-browser__bar span { margin-left: 15px; }
.monolith-browser__bar b { margin-left: auto; padding: 4px 7px; color: var(--acid); border: 1px solid #52601c; font-weight: 400; text-transform: uppercase; }
.monolith-browser img { width: 100%; height: auto; }
.monolith-caption { margin-top: 30px; margin-bottom: 0; display: flex; gap: 20px; color: #797b73; font-family: monospace; font-size: .62rem; }
.monolith-caption span { color: var(--acid); }
.monolith-story { display: grid; grid-template-columns: 1fr .85fr; gap: 12%; }
.monolith-story h2 { max-width: 680px; }
.monolith-story__copy { padding-top: 38px; color: #52534d; font-size: 1.12rem; line-height: 1.75; }
.monolith-principles { padding: 115px 0 125px; color: white; background: var(--ink); }
.monolith-principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #4b4d46; border-left: 1px solid #4b4d46; }
.monolith-principles article { min-height: 330px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid #4b4d46; border-bottom: 1px solid #4b4d46; }
.monolith-principles article > span { color: var(--acid); font-family: monospace; font-size: .67rem; }
.monolith-principles h3 { margin-top: auto; margin-bottom: 12px; font-size: 1.55rem; font-weight: 500; }
.monolith-principles article p { margin-bottom: 0; color: #999; font-size: .82rem; line-height: 1.7; }
.monolith-product__heading { margin-bottom: 70px; display: grid; grid-template-columns: 1fr .7fr; gap: 10%; align-items: end; }
.monolith-product__heading h2 { margin-bottom: 0; }
.monolith-product__heading > p { color: #595a54; font-size: 1.05rem; line-height: 1.7; }
.monolith-browser--light { border-color: var(--ink); box-shadow: 18px 18px 0 var(--acid); }
.monolith-browser--light .monolith-browser__bar { color: #666; background: #dfded7; border-bottom-color: #999; }
.monolith-browser--light .monolith-browser__bar b { color: #344400; border-color: #8ba120; }
.monolith-product .monolith-caption span { color: #6b830e; }
.monolith-results { padding: 120px 0; background: var(--acid); }
.monolith-results .page-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; }
.monolith-results__heading h2 { font-size: clamp(2.8rem, 4.4vw, 4.8rem); }
.monolith-results dl { margin: 0; border-top: 1px solid; }
.monolith-results dl div { padding: 24px 0; display: grid; grid-template-columns: 170px 1fr; align-items: center; border-bottom: 1px solid; }
.monolith-results dt { font-size: 3.2rem; letter-spacing: -.06em; }
.monolith-results dd { margin: 0; max-width: 270px; font-size: .72rem; text-transform: uppercase; }
.monolith-results .footnote { grid-column: 2; margin: 10px 0 0; color: #566217; }
.monolith-quote { max-width: 1050px; text-align: center; }
.monolith-quote blockquote { margin: 0 0 45px; font-family: var(--serif); font-size: clamp(2.4rem, 4.5vw, 4.8rem); line-height: 1.1; }
.monolith-quote > p { color: #666; font-size: .72rem; }
.monolith-next { padding: 78px 0; color: white; background: var(--ink); }
.monolith-next .page-shell { position: relative; }
.monolith-next h2 { margin-bottom: 0; }
.monolith-next .button { position: absolute; right: 0; bottom: 6px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card { min-height: 650px; padding: 36px; display: flex; flex-direction: column; border: 1px solid var(--ink); border-right: 0; }
.price-card:last-child { border-right: 1px solid; }
.price-card--featured { background: var(--ink); color: white; transform: translateY(-22px); box-shadow: 0 22px 0 var(--acid); }
.flag { align-self: flex-start; margin: -52px 0 31px; padding: 7px 10px; color: var(--ink); background: var(--acid); font-size: .62rem; text-transform: uppercase; }
.price-card > p:first-of-type { font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.price-card h2 { margin: 35px 0; font-size: 5rem; }
.price-card h2 sup { font-size: .32em; }
.price-card h2 small { margin-left: 9px; color: #777; font-family: var(--sans); font-size: .12em; letter-spacing: 0; }
.price-card > p:nth-of-type(2) { min-height: 105px; color: #6b6c66; }
.price-card--featured > p:nth-of-type(2) { color: #aaa; }
.price-card ul { margin: 25px 0 40px; padding: 0; list-style: none; border-top: 1px solid #aaa; }
.price-card li { padding: 12px 0; border-bottom: 1px solid #aaa; font-size: .8rem; }
.price-card li::before { content: "✓"; margin-right: 10px; color: #7d9860; }
.price-card .button { margin-top: auto; }
.price-card > small { margin-top: 20px; color: #777; font-family: monospace; }
.comparison { margin-bottom: 130px; }
.comparison h2 { font-size: 3rem; }
.comparison-row { padding: 20px 0; display: grid; grid-template-columns: 1fr 180px 250px; border-top: 1px solid; }
.comparison-row:last-child { border-bottom: 1px solid; }
.comparison-row small { color: #777; }

.about-image__crop { height: 590px; position: relative; overflow: hidden; background: #cbc9c0; }
.about-image__crop img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; filter: grayscale(1); transform: scale(1.45); }
.about-image__crop::after { content: ""; position: absolute; inset: 0 50% 0 0; background: var(--paper); }
.about-image__crop span { position: absolute; left: 25%; top: 50%; z-index: 2; transform: translate(-50%, -50%); color: #888; font-family: monospace; font-size: .7rem; }
.about-image > p { color: #777; font-family: monospace; font-size: .65rem; }
.values { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; }
.values ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid; }
.values li { padding: 30px 0; display: grid; grid-template-columns: 60px 1fr; border-bottom: 1px solid var(--line); }
.values li span { grid-row: 1 / 3; font-family: monospace; font-size: .7rem; }
.values h3 { margin-bottom: 7px; font-size: 1.5rem; }
.values li p { margin: 0; color: #666; }
.team { padding-bottom: 130px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.person-placeholder { aspect-ratio: .85; padding: 20px; display: grid; place-items: center; color: #777; background: #d5d4cd; border: 1px dashed #888; font-family: monospace; text-align: center; }
.person-placeholder--2 { background: #bbbcb5; }
.person-placeholder--3 { background: repeating-linear-gradient(45deg, #d6d5ce, #d6d5ce 8px, #e3e2dc 8px, #e3e2dc 16px); }
.team h3 { margin: 15px 0 2px; }
.team article p { color: #777; font-size: .75rem; }

.contact-layout { padding-top: 78px; padding-bottom: 110px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; }
.contact-intro h1 { font-size: clamp(3.35rem, 5.2vw, 5.5rem); }
.contact-intro > p:not(.eyebrow) { max-width: 560px; color: #55564f; font-size: 1.12rem; line-height: 1.7; }
.contact-details { margin-top: 65px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-details p:first-child { grid-column: 1 / -1; }
.contact-details small { display: block; margin-bottom: 5px; color: #777; text-transform: uppercase; }
.contact-details a { border-bottom: 1px solid; }
.project-form { padding: 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 27px 20px; background: var(--white); border: 1px solid; box-shadow: 12px 12px 0 var(--acid); }
.field { display: flex; flex-direction: column; }
.field--full { grid-column: 1 / -1; }
.field label { margin-bottom: 8px; font-size: .69rem; font-weight: 600; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #999; border-radius: 0; outline: 0; }
.field textarea { border: 1px solid #999; padding: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 2px 0 var(--acid); }
.field small { align-self: flex-end; margin-top: 5px; color: #888; font-family: monospace; }
.check { display: flex; align-items: flex-start; gap: 10px; font-size: .7rem; }
.check input { accent-color: var(--ink); }
.check a { border-bottom: 1px solid; }
.form-result { margin-bottom: 20px; padding: 15px 18px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; color: #0b4217; background: #bdf5c7; border: 1px solid #2b7539; font-family: monospace; font-size: .69rem; }
.form-result button { border: 0; background: transparent; cursor: pointer; font-size: 1.2rem; }
.php-stack { width: 1480px; margin: -6px 0 28px; padding: 25px 30px 30px; position: relative; z-index: 5; color: #320000; background: #ff9d9d; border: 7px ridge #d00000; box-shadow: 11px 11px 0 #fff000, -6px -6px 0 #4900ff; font-family: "Courier New", monospace; font-size: 1.05rem; line-height: 1.25; }
.php-stack > strong { display: block; margin-bottom: 19px; color: #fff; background: #a00000; font-size: 1.65rem; line-height: 1.05; text-transform: none; text-shadow: 2px 2px 0 #000; }
.php-stack pre { width: max-content; min-width: 1700px; margin: 0; white-space: pre; overflow: visible; color: #1e0000; font: inherit; font-weight: 700; }

.legal-hero { padding-top: 76px; padding-bottom: 58px; border-bottom: 1px solid; }
.legal-hero h1 { margin-bottom: 35px; }
.legal-hero > p:last-child { max-width: 660px; color: #555; font-size: 1.15rem; }
.legal-layout { padding-top: 75px; padding-bottom: 130px; display: grid; grid-template-columns: 260px minmax(0, 750px); gap: 10%; justify-content: center; }
.legal-layout aside { height: max-content; padding: 20px; position: sticky; top: 20px; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--line); font-size: .75rem; }
.legal-layout aside strong { margin-bottom: 8px; }
.legal-layout aside a { color: #666; }
.legal-layout article { font-family: Georgia, serif; font-size: 1.02rem; line-height: 1.8; }
.legal-layout article h2 { margin-top: 65px; margin-bottom: 20px; font-family: var(--sans); font-size: 2rem; letter-spacing: -.035em; }
.legal-layout li { margin-bottom: 8px; }
.legal-meta { padding: 12px; display: flex; justify-content: space-between; gap: 10px; background: #e4e3dc; font-family: monospace; font-size: .57rem; }
.legal-callout { margin: 35px 0; padding: 23px; border-left: 7px solid var(--acid); background: var(--white); }
.legal-callout p { margin: 6px 0 0; }
.legal-layout address { padding: 24px; background: var(--white); font-style: normal; }
.missing-section { padding: 70px 20px; color: #888; background: repeating-linear-gradient(45deg, #dcdbd5, #dcdbd5 10px, #e6e5df 10px, #e6e5df 20px); border: 1px dashed #999; font-family: monospace; text-align: center; }

.status-dashboard { padding-top: 80px; padding-bottom: 130px; }
.status-chart-card { border: 1px solid var(--ink); background: #e8e7df; }
.status-chart-head { padding: 34px 36px 20px; display: flex; justify-content: space-between; align-items: flex-start; }
.status-chart-head .eyebrow { margin-bottom: 5px; }
.status-chart-head h2 { margin: 0; font-size: clamp(2.8rem, 4.8vw, 5.2rem); line-height: .9; }
.status-chart-head h2 small { margin-left: 4px; font-family: var(--sans); font-size: .25em; letter-spacing: 0; }
.chart-range { display: flex; border: 1px solid var(--ink); }
.chart-range button { min-width: 52px; padding: 9px; background: transparent; border: 0; border-right: 1px solid var(--ink); cursor: pointer; font-family: monospace; font-size: .66rem; }
.chart-range button:last-child { border-right: 0; }
.chart-range button.is-active { color: var(--ink); background: var(--acid); }
.status-chart-wrap { height: 370px; margin: 0 36px; padding: 0 0 34px 50px; position: relative; }
.status-chart { width: 100%; height: 280px; overflow: visible; }
.chart-grid line { stroke: #cacac2; stroke-width: 1; vector-effect: non-scaling-stroke; }
.chart-area { fill: url(#statusArea); }
.chart-line { fill: none; stroke: var(--ink); stroke-width: 3; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1800; animation: chartDraw 1.5s ease-out both; }
.chart-incident-line { stroke: var(--orange); stroke-width: 1; stroke-dasharray: 5 5; vector-effect: non-scaling-stroke; }
.chart-incident { fill: var(--orange); stroke: var(--paper); stroke-width: 3; vector-effect: non-scaling-stroke; }
@keyframes chartDraw { from { stroke-dashoffset: 1800; } to { stroke-dashoffset: 0; } }
.chart-y-axis { width: 43px; height: 246px; position: absolute; left: 0; top: 2px; display: flex; flex-direction: column; justify-content: space-between; color: #777; font-family: monospace; font-size: .57rem; text-align: right; }
.chart-x-axis { margin-top: 3px; display: flex; justify-content: space-between; color: #777; font-family: monospace; font-size: .57rem; }
.chart-tooltip { min-width: 150px; padding: 10px 12px; position: absolute; left: 72%; top: 115px; display: flex; flex-direction: column; color: white; background: var(--ink); box-shadow: 5px 5px 0 var(--acid); font-family: monospace; font-size: .58rem; }
.chart-tooltip strong { color: var(--acid); font-size: .85rem; }
.chart-tooltip span { color: #aaa; }
.chart-tooltip small { margin-top: 5px; }
.status-chart-metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.status-chart-metrics div { padding: 22px 25px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.status-chart-metrics div:last-child { border-right: 0; }
.status-chart-metrics span { color: #666; font-size: .62rem; text-transform: uppercase; }
.status-chart-metrics strong { margin-top: 4px; font-size: 1.5rem; font-weight: 500; }
.status-panel { margin-top: 45px; border: 1px solid var(--ink); background: var(--paper); }
.status-summary { padding: 25px 30px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; background: var(--acid); }
.status-summary > span { width: 12px; height: 12px; border-radius: 50%; background: #2f842f; box-shadow: 0 0 0 4px rgba(47,132,47,.15); }
.status-summary small { font-family: monospace; }
.status-table-head, .status-row { display: grid; grid-template-columns: minmax(260px, 1.25fr) 140px 190px 230px; gap: 20px; align-items: center; }
.status-table-head { padding: 11px 30px; color: #777; background: #ddddd5; border-top: 1px solid var(--ink); font-family: monospace; font-size: .56rem; text-transform: uppercase; }
.status-row { min-height: 86px; padding: 14px 30px; border-top: 1px solid var(--line); }
.status-service { display: flex; flex-direction: column; }
.status-service strong { font-size: .86rem; font-weight: 600; }
.status-service small { margin-top: 2px; color: #777; font-size: .64rem; }
.status-uptime { font-family: monospace; font-size: .78rem; font-weight: 400; }
.status-state { display: flex; align-items: center; gap: 8px; font-size: .68rem; }
.status-state i { width: 7px; height: 7px; border-radius: 50%; background: #3c8c43; box-shadow: 0 0 0 3px rgba(60,140,67,.12); }
.status-state--degraded { color: #955a00; }
.status-state--degraded i { background: #e49a16; box-shadow: 0 0 0 3px rgba(228,154,22,.15); }
.status-state--unknown { color: #777; }
.status-state--unknown i { background: #999; box-shadow: none; }
.status-spark { width: 220px; height: 44px; overflow: visible; }
.status-spark line { stroke: #cdcdc5; stroke-width: 1; vector-effect: non-scaling-stroke; }
.status-spark polyline { fill: none; stroke: #4a7d4d; stroke-width: 2; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.status-spark--degraded polyline { stroke: #d48311; }
.status-spark--unknown polyline { stroke: #999; stroke-dasharray: 4 4; }
.status-history { display: flex; flex-direction: column; }
.status-history small { margin-top: -3px; color: #777; font-family: monospace; font-size: .55rem; text-align: right; }
.status-panel--local .status-history small { color: #9b3e2f; }
.status-panel > .footnote { margin: 0; padding: 16px 30px; border-top: 1px solid var(--line); }
.local-status-head { min-height: 200px; padding: 35px 30px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; color: white; background: var(--ink); }
.local-status-head h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.25rem); }
.local-status-head > div:last-child { display: flex; flex-direction: column; align-items: flex-end; }
.local-status-head > div:last-child strong { color: var(--acid); font-size: clamp(2.6rem, 4vw, 4.5rem); font-weight: 500; letter-spacing: -.06em; }
.local-status-head > div:last-child span { color: #999; font-size: .62rem; text-transform: uppercase; }

.error-page { min-height: 650px; padding-top: 100px; padding-bottom: 100px; }
.error-page h1 { max-width: 1000px; }
.error-page > p:not(.eyebrow) { max-width: 650px; margin: 30px 0; font-size: 1.15rem; }
.technical-note { width: max-content; margin-top: 70px; padding: 15px; border: 1px dashed #999; color: #666; font-family: monospace; font-size: .7rem; }

.support-state { min-height: 720px; padding-top: 105px; padding-bottom: 120px; display: flex; flex-direction: column; align-items: flex-start; }
.support-state__code { margin: 10px 0 38px; padding: 8px 11px; color: #6b3d33; background: #e7ddd6; border: 1px solid #bd9e92; font-family: monospace; font-size: .68rem; }
.support-state h1 { max-width: 970px; margin-bottom: 35px; font-size: clamp(3.35rem, 5.5vw, 5.85rem); }
.support-state > p:not(.eyebrow) { max-width: 650px; margin-bottom: 36px; color: #5d5e57; font-size: 1.12rem; line-height: 1.7; }
.ticket-hero { padding-top: 95px; padding-bottom: 70px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; border-bottom: 1px solid var(--ink); }
.ticket-hero h1 { margin: 0; }
.ticket-session { min-width: 260px; padding: 18px; display: grid; grid-template-columns: auto 1fr; gap: 2px 10px; border: 1px solid var(--ink); background: var(--white); }
.ticket-session > span { width: 9px; height: 9px; grid-row: 1 / 3; align-self: center; border-radius: 50%; background: #3b923e; box-shadow: 0 0 0 4px rgba(59,146,62,.13); }
.ticket-session strong { font-size: .75rem; }
.ticket-session small { color: #777; font-family: monospace; font-size: .59rem; }
.ticket-workspace { padding-top: 55px; padding-bottom: 130px; }
.ticket-notice { margin-bottom: 25px; padding: 15px 18px; display: flex; gap: 15px; border: 1px solid; font-family: monospace; font-size: .68rem; }
.ticket-notice--success { color: #175324; background: #c9f5cf; border-color: #4d9559; }
.ticket-notice--error { color: #70281e; background: #f6cbc2; border-color: #bd685a; }
.ticket-form-layout { padding-bottom: 105px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 9%; }
.ticket-form-intro h2 { font-size: clamp(2.8rem, 4.7vw, 5rem); }
.ticket-form-intro > p:not(.eyebrow) { max-width: 430px; color: #65665f; }
.ticket-form-intro dl { max-width: 430px; margin: 45px 0 0; border-top: 1px solid var(--ink); }
.ticket-form-intro dl div { padding: 13px 0; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); font-size: .68rem; }
.ticket-form-intro dt { color: #777; text-transform: uppercase; }
.ticket-form-intro dd { margin: 0; text-align: right; }
.ticket-form { padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; background: var(--white); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--acid); }
.ticket-form .field input, .ticket-form .field select, .ticket-form .field textarea { background: transparent; }
.ticket-upload { min-height: 95px; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #888; border: 1px dashed #999; font-size: .72rem; }
.ticket-upload small { margin-top: 4px; font-family: monospace; font-size: .56rem; }
.ticket-list { border-top: 1px solid var(--ink); }
.ticket-list__head { padding: 45px 0 30px; display: flex; justify-content: space-between; align-items: end; }
.ticket-list__head h2 { margin: 0; font-size: 3.2rem; }
.ticket-list__head > span { font-family: monospace; font-size: .65rem; }
.ticket-empty { min-height: 180px; display: grid; place-items: center; align-content: center; gap: 12px; color: #777; border: 1px dashed #999; }
.ticket-empty > span { font-family: monospace; }
.ticket-empty p { margin: 0; }
.ticket-table-head, .ticket-row { display: grid; grid-template-columns: 170px minmax(260px, 1fr) 90px 120px 140px; gap: 18px; align-items: center; }
.ticket-table-head { padding: 10px 15px; color: #777; background: #dddcd5; border: 1px solid var(--ink); font-family: monospace; font-size: .55rem; text-transform: uppercase; }
.ticket-row { min-height: 96px; padding: 15px; border: 1px solid var(--line); border-top: 0; }
.ticket-row code { font-size: .68rem; }
.ticket-row > div { display: flex; flex-direction: column; }
.ticket-row > div strong { font-size: .83rem; }
.ticket-row > div small, .ticket-row > small { color: #777; font-size: .61rem; }
.ticket-row > span { font-size: .68rem; }
.ticket-status { display: flex; align-items: center; gap: 7px; }
.ticket-status i { width: 7px; height: 7px; border-radius: 50%; background: #3b923e; }
.ticket-row button { padding: 8px 9px; background: transparent; border: 1px solid var(--ink); cursor: pointer; font-size: .63rem; }
.ticket-row button:hover { background: var(--acid); }

body[data-path^="/blog"] { overflow-x: hidden; color: #101820; background-color: #050d17; background-image: linear-gradient(rgba(3,9,16,.52), rgba(3,9,16,.52)), url('/assets/texture-blog-crt.webp'); background-size: auto, 900px auto; background-attachment: fixed; font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
body[data-path^="/blog"]::before { content: ""; position: fixed; z-index: 1000; inset: 0; pointer-events: none; opacity: .13; background: repeating-linear-gradient(0deg, transparent 0, transparent 2px, rgba(127,190,205,.14) 3px, transparent 4px); mix-blend-mode: screen; }
body[data-path^="/blog"] .announcement { min-height: 25px; padding: 4px; color: #a9b8c0; background: #07101b; border-bottom: 1px solid #2a5367; font: 10px "Courier New", monospace; letter-spacing: .04em; }
body[data-path^="/blog"] .announcement__dot { width: 6px; height: 6px; background: #41e07b; box-shadow: 0 0 7px #41e07b; }
body[data-path^="/blog"] .announcement a { color: #e0b84a; border-color: #66551e; }
body[data-path^="/blog"] .site-header { width: 980px; min-height: 62px; padding: 8px 13px; color: #172029; background: linear-gradient(#f1f2ef, #c6cbc9); border: 1px solid #71808a; border-top: 0; box-shadow: 0 2px 7px #000; }
body[data-path^="/blog"] .brand { gap: 8px; }
body[data-path^="/blog"] .brand__mark { width: 35px; height: 35px; border: 1px solid #667; border-radius: 0; }
body[data-path^="/blog"] .brand__mark img { width: 48px; height: 48px; transform: translate(-12px, -6px); }
body[data-path^="/blog"] .brand__name { font: bold 10px "Courier New", monospace; letter-spacing: 0; }
body[data-path^="/blog"] .site-nav { gap: 3px; font: bold 10px Arial, sans-serif; }
body[data-path^="/blog"] .site-nav > a:not(.nav-cta), body[data-path^="/blog"] .site-nav .nav-cta { padding: 6px 9px; color: #1a2933; background: linear-gradient(#fff, #d7dad7); border: 1px solid #8d999e; box-shadow: inset 0 1px white; }
body[data-path^="/blog"] .site-nav > a:not(.nav-cta)::after { display: none; }
body[data-path^="/blog"] .site-nav > a[aria-current="page"] { color: white; background: linear-gradient(#36596f, #163447); border-color: #122c3d; box-shadow: none; }
body[data-path^="/blog"] .site-footer { display: none; }
.blog-status { margin-top: 17px; color: #8da8b6; font: 10px "Courier New", monospace; }
.blog-status > div { width: 980px; min-height: 26px; margin: auto; padding: 5px 8px; display: flex; align-items: center; gap: 18px; background: rgba(2,8,14,.9); border: 1px solid #335366; }
.blog-status b { color: #4ce487; font-weight: 400; }
.blog-status__error { margin-left: auto; color: #e4b84d; }
.retro-blog { width: 980px; margin: 0 auto 55px; color: #15212a; background: #e6e9e5; border: 2px outset #7f9199; border-top: 0; box-shadow: 0 10px 30px #000; font-family: Arial, Helvetica, sans-serif; }
.blog-masthead { height: 90px; min-height: 90px; padding: 13px 25px 11px; position: relative; overflow: hidden; display: flex; justify-content: space-between; align-items: flex-end; color: white; background-color: #142e40; background-image: linear-gradient(90deg, rgba(12,37,52,.84), rgba(12,37,52,.35)), url('/assets/texture-blog-crt.webp'); background-size: auto, 520px auto; border-bottom: 5px solid #76b900; }
.blog-masthead::after { content: "HTTP://HALFASSEDWEBDESIGN.COM/BLOG/  ::  NODE_02"; position: absolute; top: 7px; right: 12px; color: rgba(157,205,215,.34); font: 7px "Courier New", monospace; letter-spacing: .12em; }
.blog-masthead__title { display: flex; flex-direction: column; font-family: "Courier New", monospace; line-height: .9; }
.blog-masthead__title span { color: #91c5d7; font-size: 13px; letter-spacing: .34em; }
.blog-masthead__title strong { color: white; font-size: 31px; letter-spacing: -.08em; text-shadow: 2px 2px #07121a; }
.blog-masthead__meta { display: flex; flex-direction: column; align-items: flex-end; color: #a7c0cb; font: 10px/1.5 "Courier New", monospace; }
.blog-nav { min-height: 36px; padding: 0 12px; display: flex; align-items: center; color: white; background: linear-gradient(#385368, #172f41); border-bottom: 1px solid #071b29; font: bold 10px Arial, sans-serif; }
.blog-nav > a { height: 35px; padding: 11px 13px 8px; border-right: 1px solid #4f6979; border-left: 1px solid #142b3a; box-shadow: inset 0 1px rgba(255,255,255,.14); }
.blog-nav > a:hover { color: #172f41; background: #b9d981; }
.blog-nav .blog-back-link { margin-left: auto; color: #d3e8a7; }
.blog-nav form { margin-left: 9px; display: flex; align-items: center; gap: 5px; }
.blog-nav input { width: 110px; height: 20px; padding: 2px 4px; background: #f8faf5; border: 1px inset #9da5a6; font: 10px "Courier New", monospace; }
.blog-nav button { height: 20px; padding: 1px 8px; color: #12212b; background: linear-gradient(#fff, #bbb); border: 1px outset #ddd; font: bold 9px Arial, sans-serif; }
.blog-columns { padding: 20px; display: grid; grid-template-columns: 640px 235px; justify-content: space-between; gap: 20px; }
.blog-section-title { min-height: 31px; padding: 7px 9px; display: flex; justify-content: space-between; gap: 12px; color: white; background: linear-gradient(#405e71, #1e3a4b); border: 2px outset #587284; font: 10px "Courier New", monospace; }
.blog-section-title span { color: #9db1bb; }
.blog-card { padding: 12px 4px; display: grid; grid-template-columns: 48px 1fr; gap: 11px; border-bottom: 1px dotted #7b898d; }
.blog-card__date { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; color: white; background: #243e4f; border: 1px solid #132d3d; box-shadow: 2px 2px #a7b0ae; font-family: "Courier New", monospace; }
.blog-card__date strong { font-size: 19px; line-height: 1.2; }
.blog-card__date span { font-size: 7px; }
.blog-category { color: #507200; font: bold 9px "Courier New", monospace; }
.blog-post-type { margin-left: 7px; padding: 2px 5px; color: #31586b; background: #dce5e1; border: 1px solid #9aa9aa; font: bold 8px "Courier New", monospace; }
.blog-card h2 { margin: 3px 0 5px; font: bold 17px/1.08 Arial, sans-serif; letter-spacing: -.02em; }
.blog-card h2 a { color: #173f58; text-decoration: underline; text-decoration-thickness: 1px; }
.blog-card p { margin-bottom: 7px; color: #4f5b60; font-size: 11px; line-height: 1.4; }
.blog-card footer { padding-top: 5px; display: flex; gap: 10px; color: #7a868b; border-top: 1px solid #c4cac8; font: 8px "Courier New", monospace; }
.blog-card footer a { margin-left: auto; color: #365a6d; font-weight: bold; }
.blog-pager { padding: 14px 6px; display: flex; justify-content: space-between; align-items: center; font: 9px "Courier New", monospace; }
.blog-pager > a, .blog-pager > .is-disabled { padding: 5px 10px; background: #d6dad6; border: 1px outset white; font: inherit; }
.blog-pager > a { color: #234f65; }
.blog-pager > .is-disabled { color: #929b9e; border-style: dotted; }
.blog-sidebar section { margin-bottom: 15px; background: #f0f2ee; border: 1px solid #8b999d; }
.blog-sidebar h3 { margin: 0; padding: 7px 9px; color: white; background: linear-gradient(#527085, #294657); border-bottom: 1px solid #183342; font: bold 10px "Courier New", monospace; }
.blog-sidebar section > p, .blog-sidebar section > a { margin: 10px; display: block; color: #5a6568; line-height: 1.5; }
.blog-sidebar section > a { color: #315b70; font: bold 9px "Courier New", monospace; }
.blog-sidebar dl { margin: 8px; }
.blog-sidebar dl div { padding: 5px; display: flex; justify-content: space-between; border-bottom: 1px dotted #a5adab; font: 10px "Courier New", monospace; }
.blog-sidebar dd { margin: 0; color: #527500; font-weight: bold; }
.blog-sidebar ul { margin: 0; padding: 5px 8px 10px; list-style: none; }
.blog-sidebar li a { padding: 5px; display: block; color: #2c566b; border-bottom: 1px dotted #aab1af; font: 10px "Courier New", monospace; }
.blog-sidebar .blog-type-filter li a { display: flex; justify-content: space-between; gap: 8px; }
.blog-sidebar .blog-type-filter li a b { color: #668800; font-weight: 400; }
.blog-type-filter a.is-active { color: #192b34 !important; background: #c7db9b; text-decoration: none !important; }
.blog-sidebar__broken { padding-bottom: 9px; }
.blog-sidebar__broken input { width: calc(100% - 20px); margin: 2px 10px 6px; padding: 5px; border: 1px inset #aaa; font: 10px "Courier New", monospace; }
.blog-sidebar__broken button { margin-left: 10px; padding: 5px 8px; color: white; background: #365a6d; border: 1px outset #789; font: bold 9px Arial, sans-serif; }
.blog-sidebar__broken small { margin: 8px 10px 0; display: block; color: #a82c20; font: 8px "Courier New", monospace; }
.blog-badge { width: 74px; padding: 4px; color: #f4f4f4; background: #272f35; border: 2px outset #aaa; font: 8px/1 "Courier New", monospace; text-align: center; }
.blog-badge strong { color: #efefef; font-size: 11px; }
.blog-local-footer { min-height: 35px; padding: 10px 13px; display: flex; justify-content: space-between; color: #78909c; background: #0c1e29; border-top: 3px solid #76b900; font: 9px "Courier New", monospace; }
.blog-article-layout { padding: 20px; display: grid; grid-template-columns: minmax(0, 1fr) 205px; gap: 20px; }
.blog-article { min-width: 0; background-color: #f7f8f4; background-image: repeating-linear-gradient(0deg, rgba(31,63,78,.018) 0, rgba(31,63,78,.018) 1px, transparent 1px, transparent 4px); border: 2px outset #93a0a2; }
.blog-breadcrumb { padding: 7px 11px; color: #63767f; background: #d9dfdc; border-bottom: 1px solid #9aa5a6; font: 9px "Courier New", monospace; }
.blog-breadcrumb a { color: #285b72; text-decoration: underline; }
.blog-article > header { padding: 24px 29px 18px; border-bottom: 3px double #8c999d; }
.blog-article > header h1 { margin: 7px 0 18px; font: bold 32px/1.05 Arial, sans-serif; letter-spacing: -.035em; }
.blog-article > header > div { display: flex; flex-wrap: wrap; gap: 7px 16px; color: #758288; font: 9px "Courier New", monospace; }
.blog-article > p, .blog-article > h2, .blog-article > pre, .blog-article > table, .blog-note { margin-left: 30px; margin-right: 30px; }
.blog-article > p { color: #39464b; font: 14px/1.72 Georgia, serif; }
.blog-article .blog-deck { margin-top: 24px; color: #1e3f50; font: bold 18px/1.5 Arial, sans-serif; }
.blog-article > h2 { margin-top: 31px; margin-bottom: 10px; padding-bottom: 5px; color: #193e54; border-bottom: 1px dotted #879397; font: bold 20px Arial, sans-serif; }
.blog-article pre { padding: 16px; overflow-x: auto; color: #b7dc7b; background: #0e202b; border: 1px solid #000; box-shadow: inset 0 0 12px #050e13; font: 11px/1.6 "Courier New", monospace; }
.blog-article table { width: calc(100% - 60px); border-collapse: collapse; font: 10px "Courier New", monospace; }
.blog-article th { padding: 7px; color: white; background: #284c60; border: 1px solid #173647; text-align: left; }
.blog-article td { padding: 8px; border: 1px solid #a5afaf; }
.blog-article tr:nth-child(even) { background: #e2e7e3; }
.blog-note { margin-top: 24px; margin-bottom: 24px; padding: 13px 15px; background: #e9f2d6; border: 1px solid #9aae70; border-left: 8px solid #76a000; }
.blog-note strong { color: #456600; font: 10px "Courier New", monospace; }
.blog-note p { margin: 4px 0 0; color: #455044; font: 12px/1.5 Arial, sans-serif; }
.blog-article__footer { margin-top: 35px; padding: 12px 30px; display: flex; gap: 13px; color: #6d797d; background: #dfe4e1; border-top: 1px solid #9ca7a8; font: 9px "Courier New", monospace; }
.blog-article__footer a { margin-left: auto; color: #2c596e; }
.blog-article-pager { min-height: 76px; padding: 12px 15px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: stretch; background: #edf0ec; border-top: 1px solid #9ca7a8; }
.blog-article-pager > a:not(.blog-article-pager__index), .blog-article-pager > span { padding: 8px; display: flex; flex-direction: column; color: #234f65; background: #f8f9f6; border: 1px solid #9aa7aa; font-family: "Courier New", monospace; }
.blog-article-pager > :last-child { text-align: right; }
.blog-article-pager small { color: #6a7c84; font-size: 8px; }
.blog-article-pager strong { margin-top: 4px; font-size: 9px; line-height: 1.25; }
.blog-article-pager .is-disabled { color: #929b9e; background: #e4e7e3; border-style: dotted; }
.blog-article-pager__index { padding: 7px 9px; align-self: center; color: white; background: #31576b; border: 1px solid #193c4d; font: bold 8px "Courier New", monospace; white-space: nowrap; }
.blog-article-side { display: flex; flex-direction: column; gap: 13px; }
.blog-article-side > a { padding: 7px; color: white; background: #31576b; border: 1px solid #193c4d; font: bold 9px "Courier New", monospace; }
.blog-article-side section { padding: 10px; display: flex; flex-direction: column; gap: 7px; background: #eef0ec; border: 1px solid #859498; font: 9px/1.4 "Courier New", monospace; }
.blog-article-side section strong { margin: -10px -10px 5px; padding: 7px 9px; color: white; background: #425f70; }
.blog-article-side section a { color: #2d6078; text-decoration: underline; }
.blog-article-side .blog-type-filter a { padding: 4px; border-bottom: 1px dotted #a5afaf; }

.site-footer { color: white; background: var(--ink); }
.footer-top { padding-top: 85px; padding-bottom: 85px; display: grid; grid-template-columns: .8fr 1.3fr .9fr; gap: 7%; }
.brand--footer .brand__mark { filter: invert(1); }
.footer-top > div:first-child > p { margin: 35px 0 0; color: #999; font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links strong, .newsletter strong { margin-bottom: 10px; color: #777; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { color: #ccc; font-size: .78rem; }
.footer-links a:hover { color: var(--acid); }
.newsletter p { color: #999; font-size: .78rem; }
.newsletter label { display: flex; border-bottom: 1px solid #777; }
.newsletter input { width: 100%; padding: 10px 0; color: white; background: transparent; border: 0; outline: 0; }
.newsletter button { color: var(--acid); background: transparent; border: 0; cursor: pointer; font-size: 1.2rem; }
.footer-bottom { min-height: 60px; display: flex; align-items: center; justify-content: space-between; color: #777; border-top: 1px solid #363732; font-size: .6rem; text-transform: uppercase; }

.chat-launcher { min-width: 132px; height: 48px; padding: 0 15px; position: fixed; z-index: 122; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; color: white; background: var(--ink); border: 1px solid #4a4b45; box-shadow: 5px 5px 0 var(--acid); cursor: pointer; font-size: .72rem; }
.chat-launcher__status { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(217,255,67,.13); }
.chat-launcher b { margin-left: auto; color: var(--acid); font-size: 1rem; }
.support-chat { width: min(410px, calc(100vw - 28px)); height: min(620px, calc(100vh - 120px)); position: fixed; z-index: 121; left: 22px; bottom: 84px; display: grid; grid-template-rows: auto 1fr auto auto; color: var(--ink); background: var(--white); border: 1px solid var(--ink); box-shadow: 9px 9px 0 var(--acid); opacity: 0; visibility: hidden; transform: translateY(16px); transition: opacity .2s, transform .2s, visibility .2s; }
.support-chat.is-open { opacity: 1; visibility: visible; transform: none; }
.support-chat > header { min-height: 70px; padding: 12px 14px; display: flex; justify-content: space-between; align-items: center; color: white; background: var(--ink); }
.support-chat > header > div { display: flex; align-items: center; gap: 11px; }
.support-chat > header p { margin: 0; display: flex; flex-direction: column; }
.support-chat > header strong { font-size: .76rem; }
.support-chat > header small { display: flex; align-items: center; gap: 6px; color: #999; font-size: .57rem; }
.support-chat > header small i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }
.support-chat > header button { color: white; background: transparent; border: 0; cursor: pointer; font-size: 1.4rem; }
.chat-avatar { width: 38px; height: 38px; display: grid; place-items: center; position: relative; overflow: hidden; color: var(--ink); background: var(--acid); border-radius: 50%; font-size: .67rem; font-weight: 600; }
.chat-avatar span { position: absolute; right: -3px; bottom: -5px; color: #596811; font-size: 1.4rem; opacity: .55; }
.chat-messages { min-height: 0; padding: 18px 14px; overflow-y: auto; display: flex; flex-direction: column; gap: 16px; }
.chat-message { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; align-items: start; }
.chat-message > span { width: 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: .52rem; }
.chat-message > p, .chat-message > div { margin: 0; padding: 11px 12px; background: #e8e7df; font-size: .72rem; line-height: 1.55; }
.chat-message > div p { margin: 0; }
.chat-message--user { grid-template-columns: minmax(0, 1fr) 28px; }
.chat-message--user > span { grid-column: 2; grid-row: 1; color: var(--ink); background: var(--acid); }
.chat-message--user > p, .chat-message--user > div { grid-column: 1; grid-row: 1; justify-self: end; background: #dce7b3; }
.chat-support-link { margin-top: 10px; padding: 10px; display: flex; justify-content: space-between; gap: 12px; color: var(--ink); background: var(--acid); border: 1px solid var(--ink); font-size: .67rem; font-weight: 600; }
.chat-thinking { padding: 0 15px 10px 52px; align-items: center; gap: 4px; color: #888; font-family: monospace; font-size: .55rem; }
.chat-thinking:not([hidden]) { display: flex; }
.chat-thinking i { width: 4px; height: 4px; border-radius: 50%; background: #777; animation: chatPulse .9s infinite alternate; }
.chat-thinking i:nth-child(2) { animation-delay: .2s; }
.chat-thinking i:nth-child(3) { animation-delay: .4s; }
@keyframes chatPulse { to { opacity: .2; transform: translateY(-3px); } }
.chat-thinking span { margin-left: 5px; }
.chat-form { margin: 0 14px; display: grid; grid-template-columns: 1fr 44px; border: 1px solid var(--ink); }
.chat-form textarea { min-height: 58px; max-height: 110px; padding: 10px; resize: none; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: .72rem; }
.chat-form button { color: var(--ink); background: var(--acid); border: 0; border-left: 1px solid var(--ink); cursor: pointer; font-size: 1.1rem; }

.cookie-banner { max-width: 760px; padding: 22px; position: fixed; z-index: 100; right: 22px; bottom: 22px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; background: var(--white); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--orange); transition: opacity .25s, transform .25s; }
.cookie-banner strong { font-size: .85rem; }
.cookie-banner p { margin: 5px 0 0; color: #666; font-size: .72rem; }
.cookie-banner p a { border-bottom: 1px solid; }
.cookie-banner > div:last-child { display: flex; gap: 8px; }
.cookie-banner.is-compact { width: 310px; grid-template-columns: 1fr; gap: 8px; padding: 13px; box-shadow: 4px 4px 0 var(--orange); }
.cookie-banner.is-compact p { display: none; }
.cookie-banner.is-compact > div:last-child { justify-content: flex-end; }
.cookie-banner.is-compact [data-cookie-manage] { min-height: 32px; padding: 5px 9px; font-size: .66rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.hero .reveal { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --page: min(100% - 40px, 900px); }
  .site-header { min-height: 88px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 122px 0 0; padding: 45px 20px; z-index: 15; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav > a:not(.nav-cta), .site-nav .nav-cta { padding: 18px 0; color: var(--ink); background: transparent; border-bottom: 1px solid; font-size: 1.4rem; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero__copy { max-width: 800px; }
  .hero__visual { width: 85%; margin-left: auto; }
  .intro-grid, .case-feature, .service-hero, .deliverables, .values, .contact-layout { grid-template-columns: 1fr; }
  .intro-grid { gap: 20px; }
  .intro-copy { padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; }
  .case-feature { gap: 60px; }
  .service-hero { padding-top: 80px; }
  .deliverables, .values { gap: 60px; }
  .security-hero, .security-position, .security-operations, .security-evidence > div { grid-template-columns: 1fr; }
  .security-hero { padding-top: 85px; }
  .security-hero__intro { max-width: 680px; padding-top: 0; }
  .security-position, .security-operations, .security-evidence > div { gap: 55px; }
  .security-capabilities__head { grid-template-columns: 1fr; gap: 15px; }
  .security-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .monolith-hero, .monolith-story, .monolith-results .page-shell { grid-template-columns: 1fr; }
  .monolith-hero__intro { max-width: 650px; padding-top: 10px; }
  .monolith-story { gap: 20px; }
  .monolith-product__heading { grid-template-columns: 1fr; gap: 20px; }
  .monolith-results .footnote { grid-column: 1; }
  .ticket-form-layout { grid-template-columns: 1fr; gap: 45px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 20px; }
  .price-card { min-height: 580px; border-right: 1px solid; }
  .price-card--featured { transform: none; }
  .flag { margin-top: -52px; }
  .status-table-head, .status-row { grid-template-columns: minmax(210px, 1fr) 105px 150px 175px; gap: 12px; }
  .status-spark { width: 175px; }
  .footer-top { grid-template-columns: 1fr 1.5fr; }
  .newsletter { grid-column: 1 / -1; max-width: 500px; }
}

@media (max-width: 700px) {
  :root { --page: calc(100% - 28px); }
  .section-pad { padding-top: 85px; padding-bottom: 85px; }
  h1 { font-size: clamp(3rem, 13.5vw, 4.35rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.3rem); }
  .announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .announcement a { display: none; }
  .site-header { min-height: 78px; }
  .site-nav { inset: 112px 0 0; }
  .brand__mark { width: 42px; height: 42px; }
  .brand__name { font-size: .75rem; }
  .hero { min-height: 0; padding-top: 48px; padding-bottom: 58px; gap: 48px; }
  .hero h1 { font-size: clamp(3.05rem, 13.8vw, 4.35rem); }
  .button-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero__visual { width: calc(100% - 10px); }
  .hero-slider { height: 300px; }
  .client-strip { padding: 30px 14px; align-items: flex-start; flex-direction: column; }
  .client-strip > div { flex-wrap: wrap; justify-content: flex-start; }
  .client-strip > div span:nth-child(3), .client-strip > div span:nth-child(4) { display: none; }
  .service-grid, .work-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; padding: 25px; }
  .case-feature__media { padding: 35px 25px; }
  .case-window__site { min-height: 320px; }
  .section-heading { margin-bottom: 45px; }
  .process-list li { grid-template-columns: 50px 1fr; }
  .process-list small { grid-column: 2; }
  .cta-band .button, .callout .button { position: static; margin-top: 35px; }
  .page-hero { padding-top: 55px; padding-bottom: 62px; }
  .page-hero > p:last-child { margin-left: 0; }
  .callout { padding: 35px 25px; }
  .deliverables li { grid-template-columns: 40px 1fr auto; font-size: .95rem; }
  .security-hero { min-height: 0; padding-top: 58px; }
  .security-hero__copy h1 { font-size: clamp(3.05rem, 13.8vw, 4.4rem); }
  .security-hero__intro p { font-size: 1rem; }
  .security-standards { margin-top: 65px; grid-template-columns: 1fr 1fr; }
  .security-standards div { min-height: 95px; padding: 18px 12px; border-bottom: 1px solid var(--line); }
  .security-standards div:nth-child(2) { border-right: 0; }
  .security-standards div:nth-child(odd) { padding-left: 0; }
  .security-position, .security-operations { gap: 40px; }
  .security-capabilities { padding-top: 85px; padding-bottom: 90px; }
  .security-capabilities__head { margin-bottom: 45px; }
  .security-capability-grid { grid-template-columns: 1fr; }
  .security-capability-grid article { min-height: 300px; }
  .security-injection { width: calc(100vw - 18px); box-shadow: 5px 7px 0 rgba(17,18,15,.18); }
  .security-injection__bar { grid-template-columns: 1fr auto; }
  .security-injection__bar strong { display: none; }
  .security-injection__bar code { max-width: 180px; overflow: hidden; white-space: nowrap; }
  .security-injection iframe { height: 510px; }
  .security-injection__footer span:last-child { display: none; }
  .security-control-list article { grid-template-columns: 78px 1fr; }
  .security-evidence { padding: 85px 0; }
  .security-evidence li { grid-template-columns: 35px 1fr; }
  .security-evidence li small { grid-column: 2; }
  .security-callout { margin-top: 85px; }
  .work-card--large { grid-column: auto; }
  .broken-image-archive { padding: 65px 0 75px; }
  .broken-image-archive__head { grid-template-columns: 1fr; gap: 18px; }
  .broken-image-tiles { grid-template-columns: repeat(12, 112px); }
  .work-card--large .work-visual { aspect-ratio: 1.3; }
  .work-visual--north span { padding: 35px; }
  .work-card > div:last-child { grid-template-columns: 1fr; }
  .work-card > div > span { margin-top: 15px; justify-self: start; }
  .case-meta { grid-template-columns: 1fr; gap: 15px; }
  .case-fullbleed { padding: 45px 15px; }
  .case-window--large .case-window__site { min-height: 400px; }
  .case-story { grid-template-columns: 1fr; }
  .metric-band { padding: 60px 14px; grid-template-columns: 1fr; gap: 30px; }
  .metric-band div { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid; }
  .monolith-hero { padding-top: 58px; padding-bottom: 48px; }
  .monolith-hero__title h1 { font-size: clamp(3.1rem, 13.8vw, 4.45rem); }
  .monolith-meta { margin-top: 55px; grid-template-columns: 1fr 1fr; }
  .monolith-meta div { padding: 18px 15px 18px 0; border-bottom: 1px solid var(--line); }
  .monolith-meta div + div { padding-left: 15px; }
  .monolith-meta div:nth-child(2) { border-right: 0; }
  .monolith-showcase { padding-top: 45px; }
  .monolith-browser { box-shadow: 8px 8px 0 #20221d; }
  .monolith-browser--light { box-shadow: 8px 8px 0 var(--acid); }
  .monolith-browser__bar span { max-width: 170px; margin-left: 6px; overflow: hidden; white-space: nowrap; }
  .monolith-principles { padding: 80px 0; }
  .monolith-principles__grid { grid-template-columns: 1fr; }
  .monolith-principles article { min-height: 260px; }
  .monolith-product__heading { margin-bottom: 45px; }
  .monolith-results { padding: 85px 0; }
  .monolith-results dl div { grid-template-columns: 110px 1fr; }
  .monolith-results dt { font-size: 2.6rem; }
  .monolith-next .button { position: static; margin-top: 35px; }
  .comparison-row { grid-template-columns: 1fr auto; }
  .comparison-row small { grid-column: 1 / -1; }
  .about-image__crop { height: 420px; }
  .team-grid { grid-template-columns: 1fr; }
  .contact-layout { padding-top: 70px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details p:first-child { grid-column: auto; }
  .project-form { padding: 27px 20px; grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--acid); }
  .field--full { grid-column: auto; }
  .form-result { grid-template-columns: auto 1fr; }
  .form-result button { display: none; }
  .support-state { min-height: 620px; padding-top: 75px; }
  .ticket-hero { padding-top: 70px; grid-template-columns: 1fr; gap: 35px; }
  .ticket-session { min-width: 0; }
  .ticket-workspace { padding-top: 35px; padding-bottom: 85px; }
  .ticket-notice { flex-direction: column; gap: 4px; }
  .ticket-form-layout { padding-bottom: 75px; }
  .ticket-form { padding: 26px 18px; grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--acid); }
  .ticket-list__head { align-items: flex-start; flex-direction: column; gap: 15px; }
  .ticket-table-head { display: none; }
  .ticket-row { grid-template-columns: 1fr auto; gap: 13px; }
  .ticket-row > div { grid-column: 1 / -1; }
  .ticket-row .ticket-status { grid-column: 1; }
  .ticket-row button, .ticket-row > small { grid-column: 1 / -1; justify-self: start; }
  .legal-layout { grid-template-columns: 1fr; padding-top: 35px; }
  .legal-layout aside { position: static; }
  .legal-meta { flex-direction: column; }
  .status-dashboard { padding-top: 50px; padding-bottom: 85px; }
  .status-chart-head { padding: 25px 18px 15px; flex-direction: column; gap: 24px; }
  .chart-range { width: 100%; }
  .chart-range button { min-width: 0; flex: 1; }
  .status-chart-wrap { height: 310px; margin: 0 18px; padding-left: 38px; }
  .chart-y-axis { width: 32px; }
  .chart-tooltip { left: 48%; top: 125px; min-width: 135px; }
  .status-chart-metrics { grid-template-columns: repeat(2, 1fr); }
  .status-chart-metrics div:nth-child(2) { border-right: 0; }
  .status-chart-metrics div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .status-table-head { display: none; }
  .status-summary { grid-template-columns: 1fr; }
  .status-row { grid-template-columns: 1fr auto; gap: 10px; padding: 18px; }
  .status-service { min-width: 0; }
  .status-uptime { align-self: start; }
  .status-state { grid-column: 1 / -1; }
  .status-spark { width: 100%; grid-column: 1 / -1; }
  .status-history { width: 100%; grid-column: 1 / -1; }
  .status-summary > span { display: none; }
  .local-status-head { min-height: 260px; padding: 28px 18px; grid-template-columns: 1fr; align-items: start; }
  .local-status-head > div:last-child { align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .newsletter { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .chat-launcher { left: 12px; bottom: 12px; }
  .support-chat { left: 10px; bottom: 72px; height: min(620px, calc(100vh - 90px)); }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr; gap: 15px; box-shadow: 5px 5px 0 var(--orange); }
  .cookie-banner.is-compact { width: 260px; left: auto; right: 10px; }
}

@media (max-width: 1050px) {
  body[data-path^="/blog"] { min-width: 0; }
  body[data-path^="/blog"] .menu-toggle { display: none; }
  body[data-path^="/blog"] .site-header { width: calc(100% - 24px); min-height: 62px; }
  body[data-path^="/blog"] .site-nav { position: static; inset: auto; padding: 0; z-index: auto; display: flex; flex-direction: row; align-items: center; gap: 3px; background: transparent; transform: none; transition: none; }
  body[data-path^="/blog"] .site-nav > a:not(.nav-cta), body[data-path^="/blog"] .site-nav .nav-cta { padding: 6px 9px; color: #1a2933; background: linear-gradient(#fff, #d7dad7); border: 1px solid #8d999e; font-size: 10px; }
  body[data-path^="/blog"] .site-nav > a[aria-current="page"] { color: white; background: linear-gradient(#36596f, #163447); }
  .blog-status > div, .retro-blog { width: calc(100% - 24px); margin-left: auto; margin-right: auto; }
  .blog-columns { grid-template-columns: minmax(0, 1fr) 220px; padding: 16px; gap: 16px; }
  .blog-article-layout { grid-template-columns: minmax(0, 1fr) 185px; padding: 16px; gap: 16px; }
  .blog-main, .blog-sidebar, .blog-article-side { min-width: 0; }
  .blog-nav { flex-wrap: wrap; }
  .blog-nav form { margin-right: 4px; }
}

@media (max-width: 760px) {
  .blog-status { margin-top: 9px; }
  .blog-status > div { min-height: 0; flex-wrap: wrap; gap: 3px 13px; }
  .blog-status__error { width: 100%; margin-left: 0; }
  .retro-blog { margin-bottom: 24px; }
  .blog-masthead { padding-right: 16px; padding-left: 16px; }
  .blog-masthead__title strong { font-size: 26px; }
  .blog-masthead__meta { font-size: 8px; }
  .blog-nav form { width: 100%; margin: 0; padding: 6px 8px; border-top: 1px solid #526b7b; }
  .blog-nav input { min-width: 0; flex: 1; }
  .blog-columns, .blog-article-layout { grid-template-columns: 1fr; padding: 12px; gap: 18px; }
  .blog-sidebar, .blog-article-side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .blog-sidebar section, .blog-article-side section { margin: 0; }
  .blog-badge { align-self: start; }
  .blog-article-side > a { align-self: start; }
  .blog-article > header { padding: 20px 18px 15px; }
  .blog-article > header h1 { font-size: 27px; }
  .blog-article > p, .blog-article > h2, .blog-article > pre, .blog-article > table, .blog-note { margin-left: 18px; margin-right: 18px; }
  .blog-article table { width: calc(100% - 36px); display: block; overflow-x: auto; }
  .blog-article pre { max-width: calc(100% - 36px); }
  .blog-article__footer { padding-right: 18px; padding-left: 18px; flex-wrap: wrap; }
  .blog-article__footer a { margin-left: 0; }
  .blog-article-pager { grid-template-columns: 1fr 1fr; }
  .blog-article-pager > :first-child { grid-column: 1; grid-row: 1; }
  .blog-article-pager > :last-child { grid-column: 2; grid-row: 1; }
  .blog-article-pager__index { grid-column: 1 / -1; grid-row: 2; justify-self: center; }
  .blog-local-footer { overflow-wrap: anywhere; }
}

@media (max-width: 500px) {
  .blog-status > div, .retro-blog { width: calc(100% - 12px); }
  .blog-masthead { height: 90px; min-height: 90px; align-items: center; }
  .blog-masthead::after { right: auto; left: 10px; font-size: 6px; }
  .blog-masthead__title span { font-size: 10px; }
  .blog-masthead__title strong { font-size: 21px; letter-spacing: -.07em; }
  .blog-masthead__meta { max-width: 90px; font-size: 7px; line-height: 1.35; text-align: right; }
  .blog-nav { padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
  .blog-nav > a, .blog-nav .blog-back-link { width: auto; height: 34px; margin: 0; padding: 10px 8px 7px; border-bottom: 1px solid #0b2230; }
  .blog-nav form { grid-column: 1 / -1; }
  .blog-section-title { height: auto; flex-direction: column; gap: 2px; }
  .blog-card { grid-template-columns: 39px minmax(0, 1fr); gap: 9px; }
  .blog-card__date { width: 36px; height: 40px; }
  .blog-card__date strong { font-size: 16px; }
  .blog-card h2 { font-size: 15px; overflow-wrap: anywhere; }
  .blog-card footer { flex-wrap: wrap; gap: 5px 9px; }
  .blog-card footer a { width: 100%; margin-left: 0; }
  .blog-sidebar, .blog-article-side { grid-template-columns: 1fr; }
  .blog-article > header h1 { margin-bottom: 12px; font-size: 23px; overflow-wrap: anywhere; }
  .blog-article .blog-deck { font-size: 15px; }
  .blog-article > h2 { font-size: 17px; }
  .blog-article > p { font-size: 13px; line-height: 1.62; }
  .blog-article-pager { grid-template-columns: 1fr; }
  .blog-article-pager > :first-child, .blog-article-pager > :last-child, .blog-article-pager__index { grid-column: 1; grid-row: auto; text-align: left; }
  .blog-local-footer { font-size: 7px; }
}

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