/* Steven Bodner — public website v0.1. Plain CSS; no external assets or build step. */
:root {
  color-scheme: dark;
  --bg: #0b0911;
  --surface: #14101d;
  --surface-2: #1b1427;
  --text: #f2edf9;
  --muted: #b6afc2;
  --soft: #9f94b0;
  --purple: #aa7eea;
  --lavender: #d1b5fb;
  --line: #302638;
  --green: #aed8c6;
  --container: 1232px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, textarea, input { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
:focus-visible { outline: 2px solid var(--lavender); outline-offset: 6px; }
main:focus { outline: none; }
::selection { background: #7447a8; color: #fff; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3 { line-height: 1.08; font-weight: 600; }
h1 { letter-spacing: -.065em; }
h2 { font-size: clamp(2.15rem, 3.25vw, 3rem); letter-spacing: -.047em; }
h3 { font-size: 1.3rem; letter-spacing: -.025em; }
p { color: var(--muted); }
svg { flex-shrink: 0; }
.icon { width: 21px; height: 21px; vertical-align: middle; }
.container { width: min(var(--container), calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--lavender); color: #160d21; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid #221a2c; background: #0c0912; }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; font-size: 16px; font-weight: 600; line-height: 1.5; white-space: nowrap; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 45px; height: 45px; background: #1a1226; border: 1px solid #3d2b51; border-radius: 12px; font-size: 25px; line-height: 1; letter-spacing: -.1em; padding-right: 3px; }
.brand-mark > span { color: var(--purple); }
.brand-role { display: block; font-size: 10px; font-weight: 400; letter-spacing: .055em; color: var(--soft); }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; color: var(--muted); font-size: 13px; padding: 9px 1px; transition: color .2s; }
.site-nav a:hover, .site-nav a[aria-current] { color: var(--text); }
.site-nav a[aria-current]::after { content: ''; height: 3px; width: 14px; background: var(--purple); position: absolute; bottom: 0; left: calc(50% - 7px); border-radius: 5px; }
.header-cta { display: inline-flex; align-items: center; gap: 20px; padding: 11px 17px; border: 1px solid #4b395d; border-radius: 7px; font-size: 13px; transition: background .2s, border-color .2s; }
.header-cta:hover { background: #21162e; border-color: var(--purple); }
.header-cta .icon { width: 16px; height: 16px; }
.menu-toggle { display: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; line-height: 1.6; letter-spacing: .17em; font-weight: 600; color: var(--lavender); text-transform: uppercase; margin-bottom: 24px; }
.micro { font-size: 9px; letter-spacing: .12em; line-height: 1.5; font-weight: 500; color: var(--soft); }
.mono { font-family: Consolas, Monaco, monospace; }
.tiny-line { width: 22px; height: 1px; background: var(--purple); }
.gradient-text { color: #c4a0f4; background: linear-gradient(120deg, #eee0ff 0%, #be95f1 42%, #9b67db 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 13px 21px; border: 1px solid transparent; border-radius: 7px; font-weight: 600; font-size: 13px; line-height: 1.5; transition: background .2s, border-color .2s, transform .2s; text-align: center; }
.button:hover { transform: translateY(-2px); }
.button .icon { width: 18px; height: 18px; }
.button-primary { background: #c3a0f4; color: #20112e; border-color: #cbaaf7; box-shadow: 0 5px 22px #3b205925; }
.button-primary:hover { background: #d5b8fc; }
.button-secondary { background: #1b1425; border-color: #493655; color: var(--text); }
.button-secondary:hover { background: #281b35; border-color: #855caa; }
.text-link, .quiet-link { display: inline-flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 500; }
.text-link { color: var(--lavender); }
.text-link:hover, .quiet-link:hover { color: #e5cfff; }
.text-link .icon, .quiet-link .icon { width: 17px; height: 17px; }
.text-link { border-bottom: 1px solid #534064; padding-bottom: 8px; }
.home-hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-glow { position: absolute; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(ellipse at 84% 20%, #48246763 0, #26163139 38%, transparent 66%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 68px; align-items: center; padding-block: 74px 82px; }
.hero-copy { padding-top: 10px; }
.hero-copy h1 { font-size: clamp(3rem, 5.42vw, 5rem); line-height: 1.04; font-weight: 600; white-space: nowrap; }
.hero-intro { font-size: 17px; line-height: 1.85; max-width: 440px; margin-top: 27px; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 33px; }
.hero-signoff { display: flex; align-items: center; gap: 12px; margin-top: 43px; font-size: 10px; line-height: 1.8; color: var(--soft); }
.hero-signoff strong { font-size: 11px; color: #d6cedf; font-weight: 500; }
.small-mark { border: 1px solid #50405f; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 9px; color: var(--lavender); letter-spacing: .04em; }
.hero-visual { min-width: 0; }
.visual-caption { display: flex; justify-content: space-between; align-items: center; padding: 0 5px 15px; }
.visual-caption .micro { color: #b7a3c9; }
.visual-caption > span:last-child { color: #b69acb; font-size: 21px; line-height: 1; }
.visual-footnote { display: flex; align-items: center; gap: 10px; padding-top: 16px; font-size: 10px; color: #a493b2; }
.short-rule { width: 23px; height: 1px; background: #73528a; }
.workflow { background: linear-gradient(135deg, #1a1323 0%, #100d17 90%); border: 1px solid #493057; border-radius: 13px; box-shadow: 0 16px 60px #04020744, 0 0 60px #6426a10e; overflow: hidden; }
.workflow-top { padding: 15px 21px; border-bottom: 1px solid #33233f; display: flex; justify-content: space-between; align-items: center; background: #ffffff02; font-size: 9px; letter-spacing: .1em; color: #b9a2ca; }
.workflow-top > span:first-child { display: flex; align-items: center; gap: 8px; }
.signal { width: 5px; height: 5px; background: #c4a4e8; border-radius: 50%; box-shadow: 0 0 9px #b188d677; }
.workflow-content { padding: 23px; }
.request-head { display: flex; gap: 12px; align-items: center; }
.tile-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid #523565; background: #281934; border-radius: 9px; color: #d1adf4; flex-shrink: 0; }
.request-head h2 { font-size: 19px; letter-spacing: -.035em; margin-top: 3px; }
.request-head .micro { letter-spacing: .015em; font-size: 10px; color: #ae9cbf; }
.chip { display: inline-block; font-size: 9px; line-height: 1.5; border-radius: 5px; border: 1px solid #493359; background: #251a30; color: #c4a9dd; padding: 4px 7px; margin-left: auto; white-space: nowrap; }
.request-meta { display: flex; gap: 47px; margin: 19px 0 22px 54px; }
.request-meta div > span { display: block; font-size: 9px; color: var(--soft); margin-bottom: 2px; }
.request-meta strong { font-size: 11px; font-weight: 400; color: #d1c7dc; }
.flow-steps { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; padding: 17px 0 18px; border-top: 1px solid #312437; }
.flow-step { display: flex; flex-direction: column; font-family: Consolas, Monaco, monospace; font-size: 10px; color: #a28cac; line-height: 1.5; }
.flow-step > span { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ab99ba; margin-top: 4px; }
.flow-step.is-current { color: var(--lavender); }
.flow-step.is-current > span { color: #f0dfff; }
.flow-step.is-complete, .flow-step.is-complete > span { color: #c8b5d6; }
.flow-steps > i { height: 1px; background: #4a3356; flex: 1; margin-top: 9px; }
.review-card { border-radius: 8px; border: 1px solid #3c2b49; background: #1b1423; padding: 16px; min-height: 139px; }
.review-card-title { display: flex; align-items: center; gap: 8px; }
.review-card-title strong { font-size: 12px; font-weight: 500; line-height: 1.4; }
.review-indicator { color: #cdb0e7; line-height: 1; display: inline-flex; }
.review-indicator .icon { width: 14px; height: 14px; }
.review-card > p { font-size: 10px; margin-top: 7px; color: #b3a2c0; }
.review-lines { margin-top: 11px; display: grid; gap: 4px; }
.review-lines > span { display: flex; gap: 7px; align-items: center; font-size: 10px; color: #c3b3ce; }
.review-lines .icon { width: 11px; height: 11px; color: #bda1d4; }
.button-demo { width: 100%; margin-top: 16px; min-height: 41px; font-size: 11px; padding: 10px 15px; background: #6f4792; color: #fff; border-color: #885bac; justify-content: space-between; }
.button-demo:hover { background: #8257a6; }
.workflow-bottom { border-top: 1px solid #302037; padding: 10px 20px; display: flex; align-items: center; gap: 7px; font-size: 9px; line-height: 1.6; color: #ac99ba; background: #09070e25; }
.tiny-dot { width: 4px; height: 4px; background: #bc99d5; border-radius: 50%; flex-shrink: 0; }
.expertise-strip { border-block: 1px solid #2c2037; background: #15101c6b; }
.expertise-strip .container { display: flex; gap: 25px; align-items: center; justify-content: space-between; padding-block: 23px; color: #c1b7cc; font-size: 12px; }
.strip-label { font-size: 9px; letter-spacing: .1em; color: #a58fb9; }
.strip-star { color: #bb92de; font-size: 29px; line-height: 1; }
.section { padding-block: 98px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; margin-bottom: 38px; }
.section-heading .eyebrow { margin-bottom: 19px; }
.section-heading > p { max-width: 410px; font-size: 14px; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { border: 1px solid #36273f; padding: 27px; border-radius: 10px; background: linear-gradient(125deg, #1a122366, #110d1800); transition: border-color .25s, background .25s, transform .25s; }
.service-card:hover { border-color: #7a5295; background: #21142e70; transform: translateY(-4px); }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 31px; }
.service-top .tile-icon { background: transparent; border-color: #44334f; width: 39px; height: 39px; }
.card-number { font-family: Consolas, Monaco, monospace; font-size: 10px; color: #b096c2; }
.service-card h3 { margin-bottom: 14px; font-size: 21px; }
.service-card p { font-size: 14px; line-height: 1.9; max-width: 290px; }
.card-action { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 30px; font-size: 10px; color: #d2b4ed; }
.card-action .icon { width: 15px; height: 15px; }
.feature-section { border-block: 1px solid #2a2032; background: radial-gradient(ellipse at 10% 80%, #321b4936, transparent 60%); padding-block: 77px; }
.feature-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 115px; align-items: center; }
.feature-art { background: linear-gradient(150deg, #1c1328, #100c17); padding: 30px; border: 1px solid #3e2b4d; border-radius: 12px; text-align: center; }
.feature-art > .micro { display: block; text-align: left; }
.before-items { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: 28px 0 9px; }
.before-items span { border: 1px solid #493456; padding: 6px 9px; border-radius: 6px; font-size: 10px; color: #b4a2c4; }
.feature-arrow { font-size: 30px; color: #9476ac; }
.after-item { display: flex; justify-content: center; align-items: center; gap: 9px; color: #e2cff3; margin: 12px auto 29px; font-size: 15px; background: #302040; border: 1px solid #5e4076; padding: 17px 12px; border-radius: 7px; }
.after-item .icon { color: #bf9ae0; width: 18px; height: 18px; }
.art-footer { font-family: Consolas, Monaco, monospace; letter-spacing: .09em; color: #ac94be; font-size: 8px; }
.feature-copy h2 { font-size: clamp(2rem, 3vw, 2.7rem); }
.feature-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.9; margin-top: 24px; }
.feature-copy .text-link { margin-top: 27px; }
.cta-section { padding-block: 80px; }
.cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 50px; background: radial-gradient(ellipse at 95% 5%, #54317644 0, transparent 75%), #15101d; border: 1px solid #402b51; border-radius: 12px; padding: 48px 50px; }
.cta-panel h2 { font-size: clamp(2.2rem, 3.5vw, 3.3rem); }
.cta-panel .eyebrow { margin-bottom: 20px; }
.cta-panel p:not(.eyebrow) { margin-top: 20px; font-size: 12px; }
.cta-panel .button { flex-shrink: 0; }
.site-footer { border-top: 1px solid #2c2038; }
.footer-top { display: flex; gap: 30px; justify-content: space-between; align-items: center; padding-block: 33px; }
.footer-top .brand { font-size: 13px; }
.footer-top .brand-mark { width: 32px; height: 32px; font-size: 19px; border-radius: 8px; }
.footer-top > p { font-size: 11px; }
.footer-top .text-link { font-size: 11px; border: 0; padding: 0; }
.footer-bottom { border-top: 1px solid #231a2d; display: flex; gap: 24px; justify-content: space-between; align-items: center; padding-block: 18px 24px; font-size: 9px; color: #aa9ab7; }
.footer-bottom > span:nth-child(2) { margin-left: auto; }
.mini-star { color: #b384d8; font-size: 15px; vertical-align: middle; padding-inline: 11px; }
.footer-bottom a { color: #b5a3c2; }
.page-hero { padding-block: 76px 69px; }
.page-hero h1 { font-size: clamp(3.2rem, 5.8vw, 5.5rem); line-height: 1.06; }
.page-hero .eyebrow { margin-bottom: 22px; }
.page-hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-top: 26px; }
.page-hero-bottom p { max-width: 490px; font-size: 15px; }
.outline-label { font-size: 10px; padding: 8px 12px; border: 1px solid #3b2b45; border-radius: 5px; color: #c5accf; }
.page-lead { max-width: 530px; font-size: 16px; margin-top: 26px; line-height: 1.9; }
.case-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; padding-block: 68px; border-top: 1px solid #3a2b42; }
.case-copy > .eyebrow { margin-bottom: 20px; }
.case-copy h2 { font-size: clamp(2.1rem, 3.2vw, 3rem); margin-bottom: 26px; }
.case-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 17px; }
.case-details { padding: 0; margin: 24px 0; border-top: 1px solid #312339; }
.case-details > div { display: grid; grid-template-columns: 100px 1fr; gap: 15px; padding-top: 14px; font-size: 11px; }
.case-details dt { color: #d2b7e8; }
.case-details dd { margin: 0; color: #b4a4c0; }
.case-visual { max-width: 485px; width: 100%; margin-left: auto; }
.directory-art { background: #16101f; border: 1px solid #4b315b; border-radius: 12px; padding: 24px; }
.mock-heading { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.mock-heading .tile-icon { width: 34px; height: 34px; }
.mock-heading .icon { width: 17px; height: 17px; }
.mock-search { margin: 23px 0 11px; border: 1px solid #493354; border-radius: 7px; padding: 11px 14px; display: flex; justify-content: space-between; color: #b9a6c7; background: #110c18; font-size: 11px; }
.mock-search > span { font-size: 22px; line-height: 1; }
.mock-row { display: flex; gap: 12px; padding: 19px 0; border-bottom: 1px solid #30203b; align-items: center; }
.place-icon { display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 34px; background: #2b1c37; color: #cba6e9; font-family: Consolas, Monaco, monospace; font-size: 12px; border-radius: 5px; }
.mock-row strong { display: block; font-size: 11px; font-weight: 500; }
.mock-row div > span { display: block; color: #a993b9; font-size: 9px; margin-top: 2px; }
.status-word { margin-left: auto; font-size: 9px; color: #c3abd4; }
.mock-foot { font-size: 9px; color: #ac96bb; padding-top: 18px; }
.systems-art { text-align: center; border: 1px solid #412b53; background: radial-gradient(ellipse at center, #3a224750, #150f1d 75%); padding: 31px; border-radius: 12px; }
.systems-art > .micro { text-align: left; }
.systems-center { margin: 35px auto 30px; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.systems-center .icon { color: #c7a5e9; width: 37px; height: 37px; }
.systems-center strong { font-size: 19px; font-weight: 500; letter-spacing: -.025em; }
.systems-center > span { font-size: 11px; color: #b7a0c8; }
.systems-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.systems-grid > span { padding: 11px; border: 1px solid #4c325c; border-radius: 6px; font-size: 11px; color: #cdb5de; background: #24152e77; }
.example-note { display: flex; gap: 16px; align-items: center; border-top: 1px solid #2d2037; padding-top: 24px; }
.example-note .icon { width: 18px; height: 18px; color: #b194c6; }
.example-note p { font-size: 10px; }
.about-hero { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 80px; }
.about-monogram { position: relative; overflow: hidden; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 27px; background: radial-gradient(ellipse at 70% 30%, #6b34873b, transparent 80%), #171020; border: 1px solid #4a305d; border-radius: 12px; }
.about-monogram > strong { position: relative; font-weight: 500; font-size: 180px; line-height: .9; letter-spacing: -.14em; color: #ead8f8; padding-left: 11px; }
.about-monogram > strong > span { color: #be91e0; }
.about-monogram > .micro { position: relative; color: #c9afd9; }
.monogram-bottom { font-size: 9px; line-height: 1.8; letter-spacing: .13em; color: #c8aed7; position: relative; }
.monogram-star { position: absolute; right: 22px; bottom: 24px; color: #b088ca; font-size: 48px; line-height: 1; }
.monogram-lines { position: absolute; width: 360px; height: 360px; border: 1px solid #916aaa27; border-radius: 50%; right: -70px; top: 48px; box-shadow: 0 0 0 40px #9064a10d, 0 0 0 80px #9064a10a; }
.story-section { padding-block: 68px 82px; border-top: 1px solid #392941; display: grid; grid-template-columns: 1fr 2fr; gap: 70px; }
.story-section > .eyebrow { margin-top: 9px; }
.story-copy h2 { margin-bottom: 30px; font-size: 41px; }
.story-copy > p { max-width: 690px; font-size: 16px; margin-top: 22px; line-height: 1.95; }
.story-copy .story-pullquote { font-size: 33px; color: #d3b5ef; letter-spacing: -.04em; line-height: 1.25; border-left: 2px solid #b384d8; padding-left: 23px; margin-top: 35px; }
.principles-section { padding-block: 74px; border-block: 1px solid #392642; background: #16101d7a; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.principles article { border-top: 1px solid #5f4072; padding-top: 18px; display: flex; gap: 17px; }
.principles article > span { font-family: Consolas, Monaco, monospace; color: #c29ada; font-size: 10px; padding-top: 3px; }
.principles h3 { font-size: 17px; line-height: 1.3; }
.principles p { font-size: 14px; margin-top: 15px; }
.experience-section { padding-top: 77px; }
.skill-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; max-width: 700px; }
.skill-tags span { border: 1px solid #4a3358; padding: 8px 12px; border-radius: 5px; color: #cab5d8; font-size: 12px; }
.experience-section .text-link { margin-top: 28px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 96px; padding-top: 62px; padding-bottom: 80px; border-top: 1px solid #3d2a48; align-items: start; }
.contact-copy .eyebrow { margin-bottom: 20px; }
.contact-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 24px; }
.contact-copy .button { margin-top: 29px; }
.contact-copy > p.contact-subnote { font-size: 10px; color: #b39ac6; margin-top: 14px; }
.contact-boundary { border-top: 1px solid #3b2848; margin-top: 36px; padding-top: 22px; font-size: 11px; line-height: 1.9; color: #a895b8; max-width: 360px; }
.message-helper { padding: 29px; border: 1px solid #4a305b; border-radius: 12px; background: linear-gradient(145deg, #1e1428, #100c17); }
.helper-heading { display: flex; align-items: center; gap: 13px; }
.helper-heading h3 { font-size: 18px; margin-top: 4px; }
.helper-heading .micro { color: #ba9bce; }
.topic-options { border: 0; padding: 0; margin: 23px 0 22px; display: flex; gap: 8px; flex-wrap: wrap; }
.topic-options legend { font-size: 11px; color: #c5b1d3; margin-bottom: 11px; padding: 0; }
.topic-options label { position: relative; cursor: pointer; }
.topic-options input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.topic-options label > span { font-size: 10px; display: inline-block; border: 1px solid #4d335d; border-radius: 5px; padding: 7px 9px; color: #baa0ca; }
.topic-options input:checked + span { background: #442c56; border-color: #a275be; color: #f0ddfc; }
.topic-options input:focus-visible + span { outline: 2px solid #d3b4ef; outline-offset: 4px; }
.message-label { font-size: 11px; color: #c4afcf; display: block; margin-bottom: 9px; }
.message-helper textarea { color: #d5c5e0; font-size: 12px; line-height: 1.85; display: block; width: 100%; min-height: 210px; background: #0f0b16; border: 1px solid #4a315d; border-radius: 7px; padding: 16px; resize: vertical; }
.copy-row { display: flex; align-items: center; gap: 16px; margin-top: 16px; min-height: 45px; }
.copy-row .button { min-height: 42px; font-size: 11px; gap: 9px; }
.copy-status { color: #d1b5e6; font-size: 11px; line-height: 1.5; }
.helper-note { font-size: 10px; color: #a993ba; margin-top: 16px; }
.privacy-section { display: grid; grid-template-columns: .8fr 2fr; gap: 60px; padding-block: 40px 74px; border-top: 1px solid #372441; }
.privacy-section h2 { font-size: 25px; }
.privacy-section p:not(.eyebrow) { margin-top: 17px; font-size: 12px; line-height: 1.9; max-width: 760px; }

@media (min-width: 1650px) {
  .hero-grid { padding-block: 94px 102px; gap: 80px; }
  .hero-copy h1 { font-size: 83px; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 72px); }
  .hero-grid { gap: 34px; }
  .hero-copy h1 { font-size: clamp(3rem, 5.65vw, 4.6rem); }
  .hero-actions { gap: 19px; }
  .hero-actions .button { padding: 12px 15px; font-size: 12px; }
  .hero-actions .quiet-link { font-size: 12px; gap: 10px; }
  .hero-intro { font-size: 15px; }
  .workflow-content { padding: 19px; }
  .request-head { gap: 9px; }
  .request-head h2 { font-size: 17px; }
  .workflow-bottom { font-size: 8px; }
  .feature-grid { gap: 65px; }
  .case-section { gap: 55px; }
  .contact-grid { gap: 55px; }
  .about-hero { gap: 50px; }
  .service-card { padding: 24px; }
  .service-card h3 { font-size: 19px; }
}
@media (max-width: 900px) {
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 88px; gap: 20px; }
  .header-cta { display: none; }
  .site-nav { gap: 27px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; padding-block: 60px; }
  .hero-copy h1 { font-size: clamp(3.3rem, 9.3vw, 5rem); }
  .hero-intro { max-width: 540px; font-size: 17px; }
  .hero-signoff { margin-top: 30px; }
  .hero-visual { max-width: 580px; width: 100%; }
  .hero-actions { gap: 28px; }
  .hero-actions .button { padding: 13px 21px; font-size: 13px; }
  .hero-actions .quiet-link { font-size: 13px; }
  .workflow-content { padding: 24px; }
  .request-head h2 { font-size: 21px; }
  .request-head .micro { font-size: 11px; }
  .workflow-bottom { font-size: 9px; }
  .workflow-top { font-size: 10px; }
  .workflow .micro { font-size: 10px; }
  .review-card-title strong { font-size: 14px; }
  .review-card > p { font-size: 12px; }
  .review-lines > span { font-size: 11px; }
  .review-card { min-height: 148px; }
  .request-meta strong { font-size: 12px; }
  .flow-step > span { font-size: 12px; }
  .button-demo { font-size: 12px; min-height: 44px; }
  .expertise-strip .container { flex-wrap: wrap; justify-content: flex-start; gap: 17px 32px; }
  .strip-label { width: 100%; }
  .strip-star { margin-left: auto; }
  .section { padding-block: 65px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .section-heading > p { max-width: 550px; }
  .service-grid { gap: 14px; }
  .service-card { padding: 21px 18px; }
  .service-card h3 { font-size: 19px; }
  .service-card p { font-size: 14px; }
  .card-action { font-size: 9px; gap: 6px; }
  .feature-grid { gap: 36px; grid-template-columns: 1fr 1fr; }
  .feature-art { padding: 23px; }
  .feature-copy h2 { font-size: 30px; }
  .cta-panel { padding: 36px; gap: 24px; }
  .cta-panel h2 { font-size: 37px; }
  .cta-panel .eyebrow { font-size: 9px; }
  .case-section { grid-template-columns: 1fr; gap: 35px; }
  .case-copy { max-width: 650px; }
  .case-visual { max-width: 580px; margin-left: 0; }
  .directory-art, .systems-art { max-width: 580px; }
  .page-hero-bottom { align-items: flex-start; flex-direction: column; gap: 24px; }
  .page-hero h1 { font-size: clamp(3rem, 7.9vw, 4.3rem); }
  .about-hero { gap: 35px; grid-template-columns: 1.3fr 1fr; }
  .about-hero h1 { font-size: 52px; }
  .about-monogram { min-height: 300px; padding: 20px; }
  .about-monogram > strong { font-size: 140px; }
  .monogram-star { font-size: 33px; }
  .story-section { gap: 25px; grid-template-columns: 1fr 2fr; }
  .story-copy h2 { font-size: 35px; }
  .principles { gap: 20px; }
  .principles article { display: block; }
  .principles h3 { margin-top: 15px; }
  .contact-grid { gap: 35px; grid-template-columns: .9fr 1.1fr; }
  .message-helper { padding: 22px; }
  .helper-heading .tile-icon { display: none; }
  .privacy-section { grid-template-columns: 1fr 2fr; gap: 25px; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 22px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 80px; gap: 15px; flex-wrap: wrap; }
  .brand { font-size: 14px; gap: 11px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 10px; font-size: 23px; }
  .brand-role { font-size: 9px; }
  .js .menu-toggle { display: flex; align-items: center; gap: 11px; color: #d6c7e2; background: transparent; border: 1px solid #46314f; padding: 9px 11px; border-radius: 6px; font-size: 11px; min-height: 40px; }
  .menu-bars { width: 15px; height: 10px; border-top: 1px solid #c4a5da; border-bottom: 1px solid #c4a5da; }
  .site-nav { width: 100%; justify-content: space-between; gap: 15px; padding: 4px 0 15px; }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: flex; }
  .site-nav a { font-size: 13px; padding: 10px 3px; }
  .hero-grid { padding-block: 43px 39px; gap: 39px; }
  .hero-copy { padding-top: 0; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .12em; margin-bottom: 24px; }
  .hero-copy h1 { font-size: clamp(2.6rem, 11.8vw, 4rem); line-height: 1.045; }
  .hero-intro { margin-top: 23px; font-size: 14px; line-height: 1.85; }
  .hero-actions { gap: 18px; margin-top: 27px; align-items: center; }
  .hero-actions .button { min-height: 48px; padding: 12px 15px; font-size: 11px; gap: 12px; }
  .hero-actions .quiet-link { font-size: 11px; gap: 7px; }
  .hero-actions .icon { width: 15px; height: 15px; }
  .hero-signoff { margin-top: 30px; font-size: 9px; }
  .hero-signoff strong { font-size: 10px; }
  .visual-caption { padding-bottom: 13px; }
  .visual-caption .micro { font-size: 8px; }
  .workflow-content { padding: 18px; }
  .workflow-top { padding: 13px 17px; font-size: 8px; }
  .request-head { gap: 10px; }
  .request-head .tile-icon { width: 37px; height: 37px; }
  .request-head h2 { font-size: 19px; }
  .request-head .micro { font-size: 10px; }
  .request-meta { margin-left: 47px; gap: 30px; margin-bottom: 19px; }
  .request-meta strong { font-size: 11px; }
  .chip { padding: 4px 6px; font-size: 8px; }
  .review-card { padding: 14px; }
  .review-card-title strong { font-size: 12px; }
  .review-card > p { font-size: 11px; }
  .review-lines > span { font-size: 10px; }
  .review-card { min-height: 145px; }
  .workflow-bottom { padding: 10px 16px; font-size: 8px; }
  .visual-footnote { font-size: 9px; }
  .expertise-strip .container { padding-block: 20px; font-size: 11px; gap: 14px 22px; }
  .strip-label { font-size: 8px; }
  .strip-star { display: none; }
  .section { padding-block: 55px; }
  h2 { font-size: 33px; }
  .eyebrow { font-size: 9px; letter-spacing: .13em; margin-bottom: 20px; }
  .section-heading { gap: 21px; margin-bottom: 29px; }
  .section-heading p { font-size: 13px; }
  .section-heading p br { display: none; }
  .service-grid { grid-template-columns: 1fr; gap: 15px; }
  .service-card { padding: 25px; }
  .service-top { margin-bottom: 22px; }
  .service-card h3 { font-size: 24px; }
  .service-card p { max-width: 100%; font-size: 14px; }
  .card-action { font-size: 11px; margin-top: 25px; }
  .feature-section { padding-block: 48px; }
  .feature-grid { grid-template-columns: 1fr; gap: 33px; }
  .feature-art { padding: 25px; }
  .feature-copy h2 { font-size: 32px; }
  .feature-copy p:not(.eyebrow) { font-size: 14px; }
  .cta-section { padding-block: 48px; }
  .cta-panel { flex-direction: column; align-items: flex-start; padding: 28px 25px; gap: 26px; }
  .cta-panel h2 { font-size: 35px; }
  .cta-panel .eyebrow { font-size: 8px; }
  .cta-panel p:not(.eyebrow) { font-size: 12px; }
  .footer-top { gap: 19px; flex-wrap: wrap; padding-block: 26px; }
  .footer-top > p { order: 3; width: 100%; font-size: 10px; }
  .footer-top .brand { font-size: 12px; }
  .footer-bottom { gap: 10px 16px; flex-wrap: wrap; font-size: 9px; }
  .footer-bottom > span:nth-child(2) { width: 100%; margin-left: 0; order: 3; }
  .footer-bottom > a { margin-left: auto; }
  .page-hero { padding-block: 46px 41px; }
  .page-hero h1 { font-size: clamp(2.65rem, 10.8vw, 3.9rem); }
  .page-lead { font-size: 14px; line-height: 1.9; }
  .page-hero-bottom { margin-top: 22px; }
  .page-hero-bottom > p { font-size: 14px; }
  .outline-label { font-size: 9px; }
  .case-section { padding-block: 43px; gap: 29px; }
  .case-copy h2 { font-size: 34px; }
  .case-copy p:not(.eyebrow) { font-size: 14px; }
  .case-details > div { grid-template-columns: 82px 1fr; gap: 10px; font-size: 11px; }
  .directory-art { padding: 20px; }
  .mock-heading { font-size: 12px; }
  .mock-row { gap: 10px; }
  .mock-row strong { font-size: 12px; }
  .mock-row div > span { font-size: 9px; }
  .place-icon { width: 26px; height: 31px; }
  .status-word { font-size: 8px; }
  .systems-art { padding: 23px; }
  .example-note { align-items: flex-start; gap: 11px; padding-top: 22px; }
  .example-note .icon { margin-top: 4px; }
  .example-note p { font-size: 10px; }
  .about-hero { grid-template-columns: 1fr; gap: 31px; }
  .about-hero h1 { font-size: clamp(2.8rem, 11.2vw, 4rem); }
  .about-monogram { min-height: 280px; padding: 24px; }
  .about-monogram > strong { font-size: 155px; }
  .story-section { padding-block: 43px 48px; grid-template-columns: 1fr; gap: 10px; }
  .story-copy h2 { font-size: 32px; }
  .story-copy > p { font-size: 14px; }
  .story-copy .story-pullquote { font-size: 29px; }
  .principles-section { padding-block: 48px; }
  .principles { grid-template-columns: 1fr; gap: 25px; }
  .principles article { display: flex; gap: 19px; }
  .principles article > span { padding-top: 2px; }
  .principles h3 { margin-top: 0; font-size: 20px; }
  .principles p { font-size: 14px; }
  .experience-section { padding-top: 47px; }
  .skill-tags { gap: 8px; }
  .skill-tags > span { font-size: 10px; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; padding-block: 42px 45px; }
  .contact-copy > p:not(.eyebrow) { font-size: 14px; }
  .contact-copy > p.contact-subnote { font-size: 10px; }
  .contact-copy .button { margin-top: 26px; }
  .contact-boundary { max-width: none; margin-top: 25px; font-size: 11px; }
  .message-helper { padding: 22px; }
  .helper-heading .tile-icon { display: flex; width: 35px; height: 35px; }
  .helper-heading h3 { font-size: 16px; }
  .helper-heading .micro { font-size: 9px; }
  .topic-options { gap: 7px; }
  .topic-options label > span { font-size: 9px; }
  .message-helper textarea { font-size: 12px; min-height: 240px; }
  .privacy-section { grid-template-columns: 1fr; gap: 3px; padding-block: 36px 45px; }
  .privacy-section h2 { font-size: 25px; }
  .privacy-section p:not(.eyebrow) { font-size: 12px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .hero-actions { flex-wrap: wrap; gap: 20px; }
  .hero-copy h1 { font-size: 11.5vw; }
  .request-head h2 { font-size: 16px; }
  .request-head { gap: 7px; }
  .workflow-content { padding: 14px; }
  .review-card { padding: 12px; }
  .review-card-title strong { font-size: 11px; }
  .request-meta { gap: 19px; }
  .workflow-bottom { font-size: 7.5px; gap: 5px; }
  .service-card { padding: 23px; }
  .message-helper { padding: 17px; }
  .helper-heading { gap: 10px; }
  .helper-heading h3 { font-size: 15px; }
  .mock-row div > span { font-size: 8px; }
  .status-word { font-size: 7.5px; }
  .copy-row { align-items: flex-start; flex-direction: column; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button:hover, .service-card:hover { transform: none; }
}
@media print {
  :root { --text: #111; --muted: #333; --soft: #444; --bg: #fff; --lavender: #33204c; }
  body { background: #fff; color: #111; }
  .site-header, .site-footer, .cta-section, .hero-visual, .hero-glow, .feature-art, .about-monogram, .case-visual, .directory-art, .systems-art { display: none; }
  .container { width: 100%; }
  .hero-grid, .feature-grid, .case-section, .story-section, .about-hero, .contact-grid, .privacy-section { display: block; padding-block: 20px; }
  .gradient-text { background: none; -webkit-text-fill-color: #33204c; }
  h1 { font-size: 36px !important; }
  h2 { font-size: 25px !important; }
  .hero-copy h1 { white-space: normal; }
  .button, .quiet-link, .text-link { display: none; }
  .message-helper { display: none; }
  .eyebrow, .case-details dt { color: #33204c; }
  .service-card { background: none; }
}
