:root {
  --bg: #07101d;
  --bg-soft: #0b1625;
  --panel: #0e1b2d;
  --panel-light: #132238;
  --text: #f3f7fb;
  --muted: #91a0b3;
  --line: rgba(161, 184, 211, .15);
  --accent: #4ce0a6;
  --accent-dark: #082c22;
  --blue: #63a8ff;
  --purple: #c7a1ff;
  --yellow: #ffd479;
  --danger: #ff8191;
  --radius: 22px;
  --font: "Manrope", sans-serif;
  --display: "Space Grotesk", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: var(--font); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent 80%); z-index: -1; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 10px 16px; background: var(--accent); color: #04110d; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(7,16,29,.86); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 12px; align-items: center; font-family: var(--display); font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(76,224,166,.55); background: linear-gradient(145deg, rgba(76,224,166,.22), rgba(76,224,166,.03)); color: var(--accent); border-radius: 11px; box-shadow: inset 0 0 18px rgba(76,224,166,.08); }
.brand-mark img { display: block; width: 29px; height: 29px; object-fit: contain; }
.brand-text { font-size: 16px; letter-spacing: .05em; }
.brand-dot { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 34px; color: #bec9d6; font-size: 13px; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--text); }
.main-nav .nav-cta { padding: 10px 18px; color: var(--accent); border: 1px solid rgba(76,224,166,.36); border-radius: 10px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { width: 25px; height: 2px; display: block; margin: 5px; background: #fff; }

.hero { min-height: 780px; padding: 155px 0 90px; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(76,224,166,.08); border-radius: 50%; right: -260px; top: 80px; box-shadow: 0 0 0 90px rgba(76,224,166,.015), 0 0 0 180px rgba(76,224,166,.01); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(95px); pointer-events: none; }
.hero-glow-one { width: 440px; height: 340px; left: -220px; top: 180px; background: rgba(55,123,255,.1); }
.hero-glow-two { width: 360px; height: 300px; right: 12%; bottom: 0; background: rgba(76,224,166,.08); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 84px; align-items: center; position: relative; z-index: 1; }
.status-pill { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 26px; padding: 7px 13px; border: 1px solid rgba(76,224,166,.23); border-radius: 100px; background: rgba(76,224,166,.06); color: #a9dec9; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.status-pill span { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 5px rgba(76,224,166,.1); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(76,224,166,0); } }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); line-height: 1.1; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(44px, 5.2vw, 72px); letter-spacing: -.052em; }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: #aab7c7; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #05150f; background: var(--accent); box-shadow: 0 12px 35px rgba(76,224,166,.12); }
.button-primary:hover { background: #71ebbd; }
.button-ghost { color: #c8d3df; border-color: var(--line); background: rgba(255,255,255,.02); }
.button-ghost:hover { border-color: rgba(255,255,255,.3); }
.hero-proof { display: flex; gap: 0; margin-top: 56px; }
.hero-proof div { min-width: 132px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { border: 0; margin: 0; padding: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-family: var(--display); font-size: 16px; color: #eaf1f7; }
.hero-proof span { margin-top: 3px; color: #69798d; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.code-card { border: 1px solid rgba(149,176,205,.2); border-radius: 16px; background: linear-gradient(145deg, rgba(18,35,57,.92), rgba(8,18,31,.96)); box-shadow: 0 35px 100px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.04); overflow: hidden; transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.code-top { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: #64758b; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); font: 11px var(--font); }
.code-top div { display: flex; gap: 6px; }
.code-top i { width: 8px; height: 8px; border-radius: 50%; background: #ff6c78; }
.code-top i:nth-child(2) { background: #f8bf65; }
.code-top i:nth-child(3) { background: #54d490; }
.code-top b { font-weight: 400; }
.code-card pre { margin: 0; min-height: 352px; padding: 27px 28px; overflow-x: auto; color: #c8d3df; font: 12px/2 "SFMono-Regular", Consolas, monospace; }
.code-purple { color: var(--purple); } .code-blue { color: var(--blue); } .code-green { color: var(--accent); } .code-yellow { color: var(--yellow); } .code-comment { color: #506176; }
.code-result { display: flex; align-items: center; gap: 8px; padding: 13px 27px; color: #8fa1b4; border-top: 1px solid var(--line); font: 11px monospace; }
.code-result span { color: var(--accent); font-size: 10px; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 62px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 58px); letter-spacing: -.045em; }
.section-heading h2 span { color: #6f8094; }
.section-heading-row { display: flex; justify-content: space-between; gap: 60px; align-items: end; }
.section-heading-row > p { max-width: 405px; margin: 0 0 6px; color: var(--muted); font-size: 14px; }
.about { background: linear-gradient(180deg, rgba(13,27,46,.55), rgba(7,16,29,0)); border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 92px; }
.about-profile { min-width: 0; }
.about-portrait { position: relative; margin: 0 0 34px; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.about-portrait::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgba(7,16,29,.82)); }
.about-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-portrait figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 18px; display: flex; align-items: center; gap: 9px; color: #dce8f2; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.about-portrait figcaption span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(76,224,166,.12); }
.about-copy { color: var(--muted); font-size: 14px; }
.about-copy .large-text { margin-top: 0; color: #dce5ee; font-size: 19px; line-height: 1.75; }
.strength-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.strength-card { min-height: 210px; padding: 28px; background: rgba(255,255,255,.015); }
.strength-card:nth-child(odd) { border-right: 1px solid var(--line); }
.strength-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.strength-icon { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 30px; border-radius: 9px; color: var(--accent); background: rgba(76,224,166,.08); border: 1px solid rgba(76,224,166,.15); }
.strength-card h3 { margin: 0 0 10px; font-size: 17px; }
.strength-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.skills { border-top: 1px solid var(--line); }
.skills-list { border-top: 1px solid var(--line); }
.skill-row { display: grid; grid-template-columns: 60px minmax(280px, 1fr) 180px 170px 48px; gap: 22px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.skill-row:hover { padding-inline: 14px; background: rgba(255,255,255,.018); }
.skill-index { color: #4d5e72; font: 10px var(--display); }
.skill-main h3 { margin: 0; font-size: 18px; }
.skill-main p { margin: 4px 0 0; color: #68798d; font-size: 11px; }
.skill-category { color: #8797aa; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.skill-meter { height: 2px; background: #1b2a3c; }
.skill-meter i { display: block; width: var(--level); height: 100%; background: linear-gradient(90deg, #29745c, var(--accent)); box-shadow: 0 0 12px rgba(76,224,166,.4); }
.skill-level { color: #77889c; font: 11px var(--display); text-align: right; }

.projects { background: var(--bg-soft); border-block: 1px solid var(--line); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-card { min-height: 590px; position: relative; display: grid; grid-template-rows: 250px 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #0d1a2b; transition: transform .3s, border-color .3s, box-shadow .3s; }
.project-card:hover { transform: translateY(-5px); border-color: rgba(76,224,166,.25); box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.project-link { position: absolute; inset: 0; z-index: 2; }
.project-number { position: absolute; z-index: 3; top: 18px; left: 20px; padding: 6px 9px; color: rgba(255,255,255,.82); background: rgba(7,16,29,.68); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.1); border-radius: 7px; font: 9px var(--display); letter-spacing: .16em; }
.project-visual { position: relative; display: grid; align-content: center; padding: 32px; overflow: hidden; background: radial-gradient(circle at 40% 35%, rgba(76,224,166,.16), transparent 42%), linear-gradient(135deg, #10253a, #0a1828); border-bottom: 1px solid var(--line); }
.project-visual.has-image { padding: 0; }
.project-visual.has-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-card:hover .project-visual.has-image img { transform: scale(1.035); }
.project-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(7,16,29,.38)); pointer-events: none; }
.project-card:nth-child(2n) .project-visual { background: radial-gradient(circle at 40% 35%, rgba(99,168,255,.16), transparent 42%), linear-gradient(135deg, #14223a, #0a1828); }
.project-card:nth-child(3n) .project-visual { background: radial-gradient(circle at 40% 35%, rgba(199,161,255,.15), transparent 42%), linear-gradient(135deg, #191e36, #0a1828); }
.project-visual > span { display: grid; place-items: center; width: 94px; height: 94px; margin-bottom: 26px; border-radius: 24px; color: var(--accent); background: rgba(7,16,29,.45); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 24px 45px rgba(0,0,0,.24); font: 42px var(--display); }
.visual-line { width: 100%; height: 6px; margin-top: 12px; border-radius: 6px; background: rgba(255,255,255,.08); }
.visual-line.short { width: 68%; }
.project-content { display: flex; flex-direction: column; align-items: flex-start; padding: 54px 30px 30px; }
.project-eyebrow { margin: 0 0 13px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-content h3 { margin: 0 0 18px; font-size: 27px; letter-spacing: -.03em; }
.project-content > p:not(.project-eyebrow) { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.tags span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 6px; color: #8f9daf; background: rgba(255,255,255,.02); font-size: 9px; }
.project-more { margin-top: auto; padding-top: 24px; color: #dce4ed; font-size: 11px; font-weight: 700; }
.project-more b { margin-left: 8px; color: var(--accent); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.process-step { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); }
.process-step:last-child { border: 0; }
.process-step > span { color: var(--accent); font: 10px var(--display); }
.process-step h3 { margin: 72px 0 12px; font-size: 19px; }
.process-step p { margin: 0; color: var(--muted); font-size: 12px; }

.contact { position: relative; background: linear-gradient(135deg, rgba(76,224,166,.055), transparent 45%); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 62px); letter-spacing: -.05em; }
.contact-copy h2 span { color: #6d7f93; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; color: var(--muted); font-size: 14px; }
.contact-direct { margin-top: 50px; border-top: 1px solid var(--line); }
.contact-direct a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.contact-direct span { color: #718196; }
.contact-direct b { color: #cbd4df; font-weight: 600; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(14,27,45,.8); box-shadow: 0 30px 80px rgba(0,0,0,.16); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 19px; }
.field label { display: block; margin-bottom: 7px; color: #aeb9c6; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; color: #edf3f8; background: #091523; border: 1px solid var(--line); border-radius: 9px; outline: 0; padding: 13px 14px; transition: border .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 128px; }
.field input:focus, .field textarea:focus { border-color: rgba(76,224,166,.58); box-shadow: 0 0 0 3px rgba(76,224,166,.07); }
.field input::placeholder, .field textarea::placeholder { color: #425266; }
.errorlist { margin: 6px 0 0; padding: 0; color: var(--danger); list-style: none; font-size: 10px; }
.form-errors { margin-bottom: 18px; padding: 12px; color: #ffd4d9; border: 1px solid rgba(255,129,145,.2); border-radius: 8px; background: rgba(255,129,145,.06); font-size: 11px; }
.consent { display: grid; grid-template-columns: 17px 1fr; align-items: start; gap: 9px; margin: 0 0 22px; color: #77889b; font-size: 10px; }
.consent input { accent-color: var(--accent); }
.consent .errorlist { grid-column: 1 / -1; }
.button-wide { width: 100%; border: 0; }
.messages { position: fixed; z-index: 110; top: 102px; left: 50%; transform: translateX(-50%); }
.message { width: fit-content; margin-left: auto; padding: 13px 18px; color: #c8fbe7; background: #12392e; border: 1px solid rgba(76,224,166,.3); border-radius: 10px; font-size: 12px; box-shadow: 0 14px 40px rgba(0,0,0,.25); }

.site-footer { padding: 50px 0; border-top: 1px solid var(--line); color: #68798d; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: end; }
.footer-brand { color: #eaf1f7; }
.footer-inner p { margin: 14px 0 0; font-size: 11px; }
.footer-links { display: flex; gap: 24px; font-size: 11px; }
.footer-links a:hover { color: var(--accent); }
.footer-copy { font-size: 10px; }

.case-hero { padding: 170px 0 90px; min-height: 610px; display: flex; align-items: center; background: radial-gradient(circle at 75% 20%, rgba(76,224,166,.09), transparent 32%), var(--bg-soft); border-bottom: 1px solid var(--line); }
.case-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 56px; align-items: center; }
.back-link { display: inline-block; margin-bottom: 60px; color: #8191a4; font-size: 11px; }
.back-link:hover { color: var(--accent); }
.case-hero h1 { max-width: 920px; margin: 0; font-size: clamp(48px, 6vw, 82px); letter-spacing: -.06em; }
.case-lead { max-width: 750px; margin: 28px 0 0; color: #acb8c5; font-size: 18px; }
.case-tags { margin-bottom: 35px; }
.case-hero-media { position: relative; margin: 0; overflow: hidden; aspect-ratio: 3 / 2; border: 1px solid rgba(149,176,205,.22); border-radius: var(--radius); background: var(--panel); box-shadow: 0 36px 90px rgba(0,0,0,.32); }
.case-hero-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.035); border-radius: inherit; }
.case-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.case-body { padding-block: 110px; }
.case-intro { max-width: 880px; margin-bottom: 100px; color: #d3dce6; font-size: 25px; line-height: 1.65; }
.case-sections { border-top: 1px solid var(--line); }
.case-section { display: grid; grid-template-columns: 80px 1fr; gap: 60px; padding: 55px 0; border-bottom: 1px solid var(--line); }
.case-section > span { color: var(--accent); font: 10px var(--display); }
.case-section h2 { margin: 0 0 16px; font-size: 30px; }
.case-section p { max-width: 760px; margin: 0; color: var(--muted); }
.more-cases { padding: 100px 0; background: var(--bg-soft); border-top: 1px solid var(--line); }
.more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.more-card { min-height: 260px; display: flex; flex-direction: column; padding: 0 27px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.015); transition: transform .2s, border .2s; }
.more-card:hover { transform: translateY(-4px); border-color: rgba(76,224,166,.25); }
.more-card-image { width: calc(100% + 54px); height: 120px; margin: 0 -27px 24px; object-fit: cover; border-bottom: 1px solid var(--line); opacity: .82; transition: opacity .2s, transform .35s; }
.more-card:hover .more-card-image { opacity: 1; transform: scale(1.02); }
.more-card span { color: var(--accent); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.more-card h3 { margin: 28px 0 0; font-size: 23px; }
.more-card b { margin-top: auto; color: #8798aa; font-size: 10px; }
.error-page { min-height: 80vh; display: grid; place-items: center; padding: 150px 0 80px; text-align: center; }
.error-page h1 { margin: 0; font-size: clamp(54px, 8vw, 100px); letter-spacing: -.06em; }
.error-page h1 span { color: #687a8f; }
.error-page p:not(.eyebrow) { margin: 25px auto 35px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

@media (max-width: 1020px) {
  .hero-grid { gap: 40px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .code-card { max-width: 650px; transform: none; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .skill-row { grid-template-columns: 45px 1fr 130px 110px 40px; }
  .project-card { grid-template-columns: 1fr; }
  .project-visual { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .case-hero-grid { grid-template-columns: 1fr; }
  .case-hero-media { max-width: 760px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-inner { height: 72px; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; background: rgba(7,16,29,.98); font-size: 18px; }
  .main-nav.is-open { display: flex; }
  .hero { min-height: auto; padding: 125px 0 70px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .hero-proof div { min-width: 0; border: 0; margin: 0; padding: 0; }
  .hero-proof div:last-child { grid-column: 1 / -1; }
  .code-card pre { padding: 20px; font-size: 10px; }
  .section { padding: 84px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading-row { display: block; }
  .section-heading-row > p { margin-top: 22px; }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-card:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .strength-card:last-child { border-bottom: 0; }
  .skill-row { grid-template-columns: 30px 1fr 40px; gap: 12px; padding: 16px 0; }
  .skill-category, .skill-meter { display: none; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 0; }
  .project-visual { min-height: 205px; }
  .project-content { min-height: 320px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step:nth-child(n) { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 45px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { flex-wrap: wrap; }
  .case-hero { padding: 125px 0 70px; min-height: 550px; }
  .back-link { margin-bottom: 40px; }
  .case-hero h1 { font-size: 55px; }
  .case-lead { font-size: 15px; }
  .case-hero-media { margin-top: 10px; border-radius: 15px; }
  .case-body { padding-block: 75px; }
  .case-intro { font-size: 19px; margin-bottom: 65px; }
  .case-section { grid-template-columns: 34px 1fr; gap: 16px; padding: 40px 0; }
  .more-grid { grid-template-columns: 1fr; }
}
