@charset "UTF-8";

@font-face {
  font-family: "Pretendard";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("fonts/PretendardVariable.woff2") format("woff2-variations");
}

:root {
  --navy-950: #050c16;
  --navy-900: #07111f;
  --navy-850: #091727;
  --navy-800: #0c1d31;
  --blue: #3276f6;
  --cyan: #43cfd1;
  --mint: #49deca;
  --ink: #101d2d;
  --muted: #5d6978;
  --line: #dfe5ec;
  --paper: #f4f7fa;
  --white: #fff;
  --max: 1240px;
  --shadow: 0 25px 80px rgba(7, 17, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif; line-height: 1.65; word-break: keep-all; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 999; padding: 12px 18px; color: white; background: var(--blue); transition: top .2s; }
.skip-link:focus { top: 12px; }
.section { padding: 140px 30px; }
.section-inner { width: min(100%, var(--max)); margin: 0 auto; }
.section-kicker { margin: 0 0 25px; color: #3c70cc; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.section-heading h2 { margin: 0; font-size: clamp(36px, 4.1vw, 61px); font-weight: 500; line-height: 1.22; letter-spacing: -.055em; }
.section-heading h2 strong { font-weight: 800; }
.section-heading > p:last-child { max-width: 500px; margin: 28px 0 0; color: var(--muted); font-size: 17px; }
.section-heading.light { color: white; }
.section-heading.light .section-kicker { color: #5ee2d1; }
.section-heading.light > p:last-child { color: #92a7bf; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 25px; border: 1px solid transparent; font-size: 14px; font-weight: 750; letter-spacing: -.02em; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #07111f; background: var(--mint); }
.button-primary span { margin-left: 30px; font-size: 19px; }
.button-ghost { color: white; border-color: rgba(255, 255, 255, .35); }
.button-ghost:hover { background: rgba(255, 255, 255, .1); border-color: white; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 86px; color: white; border-bottom: 1px solid rgba(255, 255, 255, .13); transition: height .3s, background .3s, box-shadow .3s; }
.site-header.is-scrolled { height: 72px; background: rgba(5, 12, 22, .94); box-shadow: 0 12px 40px rgba(0, 0, 0, .15); backdrop-filter: blur(18px); }
.header-inner { width: min(calc(100% - 60px), 1370px); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { position: relative; display: grid; grid-template-columns: repeat(3, 7px); align-items: end; gap: 3px; width: 27px; height: 30px; transform: skew(-12deg); }
.brand-mark i { display: block; background: white; }
.brand-mark i:nth-child(1) { height: 17px; }
.brand-mark i:nth-child(2) { height: 30px; }
.brand-mark i:nth-child(3) { height: 23px; background: var(--mint); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 19px; letter-spacing: .15em; }
.brand em { margin-top: 5px; color: #87a0bc; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .31em; }
.main-nav { height: 100%; display: flex; align-items: center; gap: 44px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-contact) { position: relative; }
.main-nav > a:not(.nav-contact)::after { position: absolute; right: 100%; bottom: -9px; left: 0; height: 2px; background: var(--mint); content: ""; transition: right .25s; }
.main-nav > a:not(.nav-contact):hover::after { right: 0; }
.nav-contact { padding: 11px 18px; border: 1px solid rgba(255, 255, 255, .5); }
.nav-contact:hover { color: #07111f; background: var(--mint); border-color: var(--mint); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: none; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 830px; height: 100svh; overflow: hidden; color: white; background: #06101e; }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(3, 9, 17, .99) 0%, rgba(4, 11, 21, .93) 29%, rgba(4, 12, 23, .44) 60%, rgba(4, 12, 23, .18) 100%), linear-gradient(0deg, rgba(4, 11, 21, .55), transparent 35%), url("images/hero-erp-development.png"); background-position: center; background-size: cover; transform: scale(1.015); animation: heroZoom 14s ease-out forwards; }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 100px 100px; mask-image: linear-gradient(90deg, black, transparent 63%); }
.hero-inner { position: relative; z-index: 2; width: min(calc(100% - 60px), var(--max)); height: 100%; margin: auto; display: flex; align-items: center; padding-top: 70px; }
.hero-copy { width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 32px; color: #74dece; font-size: 11px; font-weight: 800; letter-spacing: .23em; }
.eyebrow span { width: 34px; height: 1px; background: #74dece; }
.hero h1 { margin: 0; font-size: clamp(46px, 5.5vw, 76px); font-weight: 400; line-height: 1.15; letter-spacing: -.06em; }
.hero h1 strong { font-weight: 800; }
.hero-lead { margin: 29px 0 0; color: #c2cfdd; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.75; letter-spacing: -.02em; }
.hero-actions { display: flex; gap: 10px; margin-top: 41px; }
.hero-proof { display: flex; margin-top: 69px; }
.hero-proof > div { min-width: 145px; padding: 0 26px; border-left: 1px solid rgba(255, 255, 255, .22); }
.hero-proof > div:first-child { padding-left: 0; border: 0; }
.hero-proof b { display: block; color: white; font-size: 17px; letter-spacing: .14em; }
.hero-proof span { display: block; margin-top: 4px; color: #8498ae; font-size: 12px; }
.scroll-cue { position: absolute; z-index: 3; right: 45px; bottom: 0; display: flex; flex-direction: column; align-items: center; gap: 15px; color: #72849a; font-size: 9px; letter-spacing: .2em; }
.scroll-cue span { position: relative; width: 1px; height: 78px; overflow: hidden; background: rgba(255,255,255,.2); }
.scroll-cue span::after { position: absolute; top: -30px; left: 0; width: 1px; height: 30px; background: white; content: ""; animation: scrollLine 2.4s infinite; }
@keyframes heroZoom { to { transform: scale(1); } }
@keyframes scrollLine { 0% { transform: translateY(0); } 70%, 100% { transform: translateY(110px); } }

.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; }
.intro-copy { padding-top: 42px; }
.intro-lead { margin: 0 0 25px; color: var(--ink); font-size: 22px; font-weight: 700; line-height: 1.65; }
.intro-copy > p:not(.intro-lead) { margin: 0; color: var(--muted); font-size: 16px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--line); }
.principles div { display: grid; }
.principles span { margin-bottom: 15px; color: #7d8b99; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.principles b { font-size: 18px; }
.principles small { margin-top: 5px; color: #7b8794; font-size: 12px; }

.services { position: relative; overflow: hidden; background: var(--navy-900); }
.services::before { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 90px 90px; content: ""; }
.services .section-inner { position: relative; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border: 1px solid rgba(255,255,255,.12); }
.service-card { position: relative; min-height: 480px; padding: 38px 31px; color: white; border-right: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.018); transition: transform .35s, background .35s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { z-index: 2; transform: translateY(-10px); background: #0f2942; }
.service-number { color: #657b92; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.service-icon { width: 56px; height: 56px; margin: 64px 0 34px; color: var(--mint); }
.service-icon svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 16px; font-size: 25px; }
.service-card p { min-height: 78px; margin: 0; color: #a0b1c4; font-size: 14px; }
.service-card ul { margin: 26px 0 0; padding: 21px 0 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.service-card li { margin: 8px 0; color: #d2dce7; font-size: 12px; }
.service-card li::before { margin-right: 9px; color: var(--mint); content: "+"; }

.works { background: var(--paper); }
.section-heading.split { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; }
.section-heading.split > p { margin: 0 0 5px; padding-left: 26px; border-left: 2px solid var(--blue); }
.project { margin-top: 80px; }
.project-featured { display: grid; grid-template-columns: 1.45fr .8fr; background: white; box-shadow: var(--shadow); }
.project-visual { min-width: 0; overflow: hidden; }
.erp-visual { padding: 34px 0 0 34px; background: linear-gradient(145deg, #0c1e33, #102946); }
.browser-bar { height: 37px; display: flex; align-items: center; gap: 7px; padding: 0 13px; color: #75879a; background: #eef2f6; font-size: 9px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c0c9d3; }
.browser-bar span { margin-left: 7px; }
.erp-mockup { height: 490px; display: grid; grid-template-columns: 64px 1fr; background: #f3f6fa; }
.erp-mockup aside { padding: 20px 0; display: flex; flex-direction: column; align-items: center; gap: 22px; color: white; background: #081729; }
.erp-mockup aside b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; background: var(--blue); font-size: 14px; }
.erp-mockup aside span { width: 22px; height: 5px; border-radius: 2px; background: #36506a; }
.erp-mockup aside span.active { background: var(--mint); box-shadow: 0 0 12px rgba(73,222,202,.6); }
.mock-main { padding: 29px 29px 0; overflow: hidden; }
.mock-head { display: flex; justify-content: space-between; align-items: center; }
.mock-head small { display: block; color: #8e9bad; font-size: 7px; letter-spacing: .15em; }
.mock-head b { color: #182b41; font-size: 15px; }
.mock-head i { width: 27px; height: 27px; border-radius: 50%; background: #dce4ec; }
.metric-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 22px; }
.metric-cards div { padding: 15px; background: white; box-shadow: 0 5px 18px rgba(12,29,49,.05); }
.metric-cards small, .chart-panel small { display: block; color: #8998aa; font-size: 8px; }
.metric-cards b { display: block; margin-top: 7px; color: #172a40; font-size: 17px; }
.metric-cards em { color: #1fb698; font-size: 7px; font-style: normal; }
.chart-panel { margin-top: 14px; padding: 14px 18px 0; background: white; }
.chart-panel div { display: flex; justify-content: space-between; }
.chart-panel div span { width: 60px; height: 6px; border-radius: 2px; background: #e6ebf1; }
.chart-panel svg { width: 100%; height: 145px; }
.table-panel { display: grid; grid-template-columns: 1.6fr .8fr 1fr .6fr; gap: 10px; margin-top: 13px; padding: 14px; background: white; }
.table-panel span { height: 6px; border-radius: 3px; background: #e6ebf1; }
.project-copy { padding: 63px 48px; }
.project-label, .project-card-copy > p { margin: 0 0 17px; color: #3975df; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.project-copy h3 { margin: 0; font-size: 34px; letter-spacing: -.04em; }
.project-copy > p:not(.project-label) { margin: 22px 0 0; color: var(--muted); font-size: 14px; }
.project-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 31px; }
.project-points span { padding: 7px 10px; color: #425469; background: #f0f4f8; font-size: 10px; }
.project-copy dl { margin: 35px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.project-copy dl div { display: grid; grid-template-columns: 60px 1fr; margin: 9px 0; }
.project-copy dt { color: #8996a4; font-size: 9px; font-weight: 800; }
.project-copy dd { margin: 0; color: #435267; font-size: 11px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 28px; }
.project-card { overflow: hidden; background: white; box-shadow: 0 15px 45px rgba(7,17,31,.08); }
.project-card-visual { height: 385px; overflow: hidden; }
.fashion-visual { padding: 28px 0 0 28px; background: linear-gradient(135deg, #dde8f5, #b7cce2); }
.fashion-mockup { height: 340px; display: grid; grid-template-columns: 112px 1fr; background: #f7f8fa; }
.fashion-mockup aside { display: flex; flex-direction: column; padding: 18px 15px; color: white; background: #16283c; }
.fashion-mockup aside b { margin-bottom: 22px; color: #fff; font-size: 10px; }
.fashion-mockup aside span { margin: 10px 0 6px; color: #73889c; font-size: 6px; }
.fashion-mockup aside i { width: 70%; height: 5px; margin: 5px 0; border-radius: 3px; background: #34506b; }
.fashion-mockup > div { padding: 22px; overflow: hidden; }
.fashion-mockup > div > small { color: #8595a4; font-size: 6px; letter-spacing: .15em; }
.fashion-mockup h4 { margin: 4px 0 18px; font-size: 14px; }
.fashion-mockup section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.fashion-mockup section b { padding: 12px; color: #657587; background: white; font-size: 6px; box-shadow: 0 5px 15px rgba(0,0,0,.04); }
.fashion-mockup section em { display: block; margin-top: 4px; color: #15273b; font-size: 15px; font-style: normal; }
.fashion-mockup ul { margin: 14px 0 0; padding: 9px 12px; background: white; list-style: none; }
.fashion-mockup li { display: grid; grid-template-columns: 1.8fr 1fr .8fr .7fr; gap: 9px; padding: 9px 0; border-bottom: 1px solid #edf0f3; }
.fashion-mockup li > * { height: 5px; border-radius: 2px; background: #dce4eb; }
.fashion-mockup li span { background: #aec4da; }
.web-visual { position: relative; background: #0a1928; }
.web-visual img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.42) saturate(.7); transition: transform .7s, filter .7s; }
.project-card:hover .web-visual img { transform: scale(1.04); filter: brightness(.5) saturate(.85); }
.web-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 55px; color: white; }
.web-overlay span { color: #d3ad69; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.web-overlay b { margin: 17px 0; font-family: Georgia, "Noto Serif KR", serif; font-size: 30px; line-height: 1.35; }
.web-overlay small { color: #c5d0d9; font-size: 10px; }
.project-card-copy { padding: 34px 38px 39px; }
.project-card-copy h3 { margin: 0; font-size: 26px; }
.project-card-copy > span { display: block; min-height: 52px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.project-card-copy > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.project-card-copy i { padding: 5px 9px; color: #5a6978; background: #f0f3f6; font-size: 9px; font-style: normal; }
.project-card-copy nav { display: flex; gap: 18px; margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--line); }
.project-card-copy nav a { color: #2c69d5; font-size: 11px; font-weight: 750; }

.capabilities { color: white; background: #0a192b; }
.capability-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.capability-title h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.2; letter-spacing: -.05em; }
.capability-title .section-kicker { color: var(--mint); }
.capability-list > div { display: grid; grid-template-columns: 48px 1.1fr 1.5fr; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.capability-list > div:first-child { border-top: 1px solid rgba(255,255,255,.13); }
.capability-list span { color: #647b92; font-size: 10px; font-weight: 800; }
.capability-list b { font-size: 17px; }
.capability-list small { color: #8ea1b4; font-size: 11px; }

.process { background: white; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 75px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { position: relative; padding: 34px 36px 0 0; }
.process-list li::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); content: ""; }
.process-list li::after { position: absolute; top: -1px; right: 20px; left: 13px; height: 1px; background: var(--blue); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .8s .2s; }
.process-list li.is-visible::after { transform: scaleX(1); }
.process-list > li > span { color: #929eaa; font-size: 11px; font-weight: 800; }
.process-list b { display: block; margin-top: 43px; color: #3f73cf; font-size: 9px; letter-spacing: .15em; }
.process-list h3 { margin: 8px 0 13px; font-size: 23px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.history { background: #edf2f6; }
.history-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 120px; align-items: start; }
.history .section-heading { position: sticky; top: 120px; }
.history-list { margin: 0; padding: 0; border-top: 1px solid #cdd6df; list-style: none; }
.history-list li { display: grid; grid-template-columns: 125px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid #cdd6df; }
.history-list span { padding-top: 4px; color: #3973da; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.history-list b { font-size: 20px; }
.history-list p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.contact { color: white; background: var(--navy-900); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy .section-kicker { color: var(--mint); }
.contact-copy h2 { margin: 0; font-size: clamp(45px, 5vw, 68px); line-height: 1.16; letter-spacing: -.06em; }
.contact-copy > p:not(.section-kicker) { margin: 29px 0 0; color: #94a8bc; font-size: 15px; }
.contact-details { margin-top: 68px; }
.contact-details > * { display: grid; grid-template-columns: 75px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-details small { color: #687f96; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.contact-details b { font-size: 13px; font-weight: 600; }
.contact-form { padding: 49px; color: var(--ink); background: white; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.contact-form label, .contact-form legend { display: block; margin-bottom: 22px; font-size: 11px; font-weight: 800; }
.contact-form label em { color: #2c73ed; font-style: normal; }
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 0; border: 0; border-bottom: 1px solid #cfd7df; border-radius: 0; outline: 0; font-size: 13px; transition: border-color .2s; }
.contact-form textarea { min-height: 105px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a8b1bb; }
.contact-form fieldset { margin: 6px 0 25px; padding: 0; border: 0; }
.service-checks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.service-checks label { margin: 0; }
.service-checks input { position: absolute; opacity: 0; pointer-events: none; }
.service-checks span { display: block; padding: 10px 5px; text-align: center; border: 1px solid #d8dfe6; color: #687582; font-size: 10px; cursor: pointer; transition: all .2s; }
.service-checks input:checked + span { color: white; background: #1c5ec8; border-color: #1c5ec8; }
.privacy { display: flex !important; align-items: flex-start; gap: 8px; margin: 4px 0 20px !important; color: #6d7883; font-size: 10px !important; font-weight: 500 !important; }
.privacy input { margin: 3px 0 0; accent-color: #286bdb; }
.privacy button { padding: 0; border: 0; border-bottom: 1px solid #8d98a3; color: #53616e; background: none; font-size: inherit; cursor: pointer; }
.button-submit { width: 100%; color: white; background: #145bc6; border: 0; cursor: pointer; }
.button-submit span { margin-left: auto; font-size: 18px; }
.button-submit:hover { background: #0c4da9; }
.form-note { margin: 10px 0 0; color: #8b96a1; font-size: 9px; text-align: center; }
.privacy-dialog { width: min(calc(100% - 30px), 510px); padding: 42px; border: 0; box-shadow: 0 25px 80px rgba(0,0,0,.3); }
.privacy-dialog::backdrop { background: rgba(4,10,18,.72); backdrop-filter: blur(5px); }
.privacy-dialog h2 { margin: 0 0 15px; font-size: 24px; }
.privacy-dialog p { color: var(--muted); font-size: 13px; }
.privacy-dialog .button { min-height: 44px; margin-top: 10px; border: 0; cursor: pointer; }
.dialog-close { position: absolute; top: 14px; right: 17px; padding: 0; border: 0; color: #66717d; background: none; font-size: 28px; cursor: pointer; }

.site-footer { padding: 64px 30px; color: #8798aa; background: #040a12; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { width: min(100%, var(--max)); margin: auto; display: grid; grid-template-columns: 1fr .7fr 1.2fr; gap: 70px; align-items: start; }
.footer-brand { color: white; }
.footer-inner > div:first-child p { margin: 18px 0 0; font-size: 11px; }
.footer-inner nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; color: #afbdca; font-size: 11px; }
.footer-info { display: flex; flex-wrap: wrap; gap: 4px 18px; justify-content: flex-end; font-size: 10px; text-align: right; }
.footer-info small { flex-basis: 100%; margin-top: 17px; color: #516172; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-card:nth-child(2), .process-list li:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3), .process-list li:nth-child(3) { transition-delay: .16s; }
.service-card:nth-child(4), .process-list li:nth-child(4) { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .section { padding: 110px 28px; }
  .main-nav { gap: 25px; }
  .intro-grid, .history-grid, .contact-grid { gap: 60px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 440px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .service-card:nth-child(2) { border-right: 0; }
  .project-featured { grid-template-columns: 1.25fr .75fr; }
  .project-copy { padding: 45px 35px; }
  .capability-grid { gap: 60px; }
  .contact-form { padding: 38px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 68px; }
  .site-header, .site-header.is-scrolled { height: 68px; }
  .header-inner { width: calc(100% - 36px); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 68px 0 0; height: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 44px 28px; background: #07111f; opacity: 0; transform: translateX(100%); visibility: hidden; transition: opacity .3s, transform .3s, visibility .3s; }
  .main-nav.is-open { opacity: 1; transform: translateX(0); visibility: visible; }
  .main-nav > a { width: 100%; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 20px; }
  .nav-contact { margin-top: 25px; text-align: center; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-media { background-image: linear-gradient(90deg, rgba(3,9,17,.97), rgba(3,9,17,.64)), linear-gradient(0deg, rgba(3,9,17,.75), transparent 50%), url("images/hero-erp-development.png"); background-position: 62% center; }
  .hero-inner { width: calc(100% - 44px); }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(43px, 10vw, 66px); }
  .scroll-cue { display: none; }
  .intro-grid, .section-heading.split, .capability-grid, .history-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid, .capability-grid, .history-grid, .contact-grid { gap: 55px; }
  .intro-copy { padding: 0; }
  .project-featured { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .project-copy { padding: 42px; }
  .project-card-visual { height: 360px; }
  .section-heading.split > p { max-width: 580px; padding: 0; border: 0; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 55px 0; }
  .history .section-heading { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-info { grid-column: 1 / -1; justify-content: flex-start; text-align: left; }
}

@media (max-width: 560px) {
  body { word-break: normal; }
  .section { padding: 86px 20px; }
  .section-heading h2 { font-size: 36px; }
  .section-kicker { margin-bottom: 17px; }
  .hero-inner { width: calc(100% - 40px); padding-top: 50px; }
  .hero h1 { font-size: 42px; line-height: 1.18; }
  .hero-lead br { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; max-width: 330px; }
  .hero-proof { margin-top: 48px; }
  .hero-proof > div { min-width: 0; flex: 1; padding: 0 11px; }
  .hero-proof b { font-size: 14px; }
  .hero-proof span { font-size: 9px; }
  .principles { grid-template-columns: 1fr; gap: 18px; }
  .principles div { grid-template-columns: 38px 70px 1fr; align-items: center; }
  .principles span { margin: 0; }
  .principles small { margin: 0; }
  .service-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .service-card { min-height: auto; padding: 31px 27px 37px; border-right: 0; }
  .service-icon { margin: 42px 0 25px; }
  .service-card p { min-height: 0; }
  .project { margin-top: 50px; }
  .erp-visual { padding: 18px 0 0 18px; }
  .erp-mockup { height: 330px; grid-template-columns: 40px 1fr; }
  .erp-mockup aside { gap: 14px; }
  .erp-mockup aside b { width: 25px; height: 25px; }
  .erp-mockup aside span { width: 16px; }
  .mock-main { padding: 17px 13px 0; }
  .metric-cards { gap: 6px; }
  .metric-cards div { padding: 9px; }
  .metric-cards b { font-size: 12px; }
  .chart-panel svg { height: 95px; }
  .project-copy, .project-card-copy { padding: 30px 24px; }
  .project-copy h3 { font-size: 29px; }
  .project-card-visual { height: 295px; }
  .fashion-visual { padding: 15px 0 0 15px; }
  .fashion-mockup { height: 280px; grid-template-columns: 77px 1fr; }
  .fashion-mockup aside { padding: 13px 9px; }
  .fashion-mockup section { grid-template-columns: 1fr; }
  .fashion-mockup section b { display: flex; justify-content: space-between; }
  .fashion-mockup section em { display: inline; }
  .fashion-mockup > div { padding: 15px; }
  .web-overlay { padding: 35px; }
  .web-overlay b { font-size: 26px; }
  .capability-list > div { grid-template-columns: 35px 1fr; gap: 4px; }
  .capability-list small { grid-column: 2; margin-top: 4px; }
  .process-list { grid-template-columns: 1fr; gap: 42px; border-top: 0; }
  .process-list li { padding-top: 20px; border-top: 1px solid var(--line); }
  .process-list b { margin-top: 25px; }
  .history-list li { grid-template-columns: 1fr; gap: 8px; }
  .contact-copy h2 { font-size: 43px; }
  .contact-details { margin-top: 45px; }
  .contact-details > * { grid-template-columns: 60px 1fr; }
  .contact-form { margin: 0 -2px; padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .service-checks { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-info { grid-column: auto; }
  .privacy-dialog { padding: 34px 24px; }
}
