:root {
  --navy-950: #03122f;
  --navy-900: #061b42;
  --navy-800: #08265c;
  --navy-700: #0a337a;
  --blue-500: #2f7df4;
  --cyan-400: #5ee5dd;
  --ink: #101828;
  --muted: #667085;
  --line: #dce3ed;
  --soft: #f3f6fa;
  --white: #ffffff;
  --container: 1240px;
  --shadow: 0 28px 70px rgba(4, 25, 61, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body[data-language="ko"] .lang-en,
body[data-language="en"] .lang-ko { display: none !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 132px 0; }
.section-soft { background: var(--soft); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: 16px; padding: 10px 16px;
  background: white; color: var(--navy-900); transform: translateY(-200%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; color: white;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(3, 18, 47, .94); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(16px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { font-size: 29px; font-weight: 800; letter-spacing: -1.8px; line-height: 1; }
.desktop-nav { display: flex; gap: 34px; align-items: center; margin-left: auto; margin-right: 34px; }
.desktop-nav a { font-size: 13px; font-weight: 600; letter-spacing: .01em; opacity: .82; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-toggle {
  width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%;
  color: white; background: rgba(255,255,255,.06); cursor: pointer; font-size: 11px; font-weight: 700;
}
.menu-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 0; padding: 11px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 5px 0; background: white; transition: transform .2s; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 850px; height: 100svh; color: white; overflow: hidden; background: var(--navy-950); }
.hero-media { position: absolute; inset: 0; background: url("assets/images/hero-industrial.webp") center / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,13,35,.96) 0%, rgba(3,22,55,.85) 38%, rgba(3,22,55,.15) 72%, rgba(3,22,55,.22) 100%), linear-gradient(0deg, rgba(2,13,35,.7), transparent 45%); }
.hero-inner { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 80px; }
.hero-copy { max-width: 820px; }
.eyebrow { margin: 0 0 26px; font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .2em; color: var(--cyan-400); }
.eyebrow.dark { color: var(--navy-700); }
.hero h1 { margin: 0; font-size: clamp(56px, 6vw, 92px); line-height: .99; letter-spacing: -.06em; font-weight: 700; word-break: keep-all; }
.hero-lead { margin: 34px 0 0; font-size: 18px; line-height: 1.8; color: rgba(255,255,255,.75); }
.hero-actions { display: flex; gap: 12px; margin-top: 42px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 700; }
.button-primary { color: var(--navy-950); background: white; }
.button-primary:hover { background: var(--cyan-400); }
.button-ghost { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.hero-foot { position: absolute; left: 0; right: 0; bottom: 32px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); padding-top: 20px; }
.hero-tags { display: flex; gap: 28px; font-size: 11px; font-weight: 700; letter-spacing: .08em; color: rgba(255,255,255,.62); }
.concept-label { display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: .08em; color: rgba(255,255,255,.55); text-transform: uppercase; }
.dot, .status-light { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 12px var(--cyan-400); }

.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 110px; align-items: start; }
.section-heading h2, .section-top h2, .experience h2, .contact h2, .tokiez h2 { margin: 0; font-size: clamp(42px, 4.3vw, 66px); line-height: 1.15; letter-spacing: -.055em; word-break: keep-all; }
.intro-copy > p { margin: 40px 0 50px; font-size: 18px; line-height: 1.9; color: #465467; word-break: keep-all; }
.principles { border-top: 1px solid var(--line); }
.principles div { display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid var(--line); padding: 17px 0; }
.principles span { color: #98a2b3; font-size: 11px; }
.principles strong { font-size: 14px; }

.section-top { display: flex; align-items: end; justify-content: space-between; margin-bottom: 56px; }
.section-note { margin: 0 0 7px; color: var(--muted); font-size: 14px; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.capability-card { position: relative; min-height: 510px; overflow: hidden; color: white; background: var(--navy-900); }
.capability-card-wide { grid-column: 1 / -1; min-height: 570px; }
.capability-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.capability-card:hover img { transform: scale(1.035); }
.card-gradient { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,15,39,.96) 0%, rgba(2,18,45,.7) 44%, rgba(2,18,45,.1) 80%); }
.capability-card-wide .card-gradient { background: linear-gradient(90deg, rgba(2,15,39,.94), rgba(2,18,45,.62) 48%, rgba(2,18,45,.08) 78%), linear-gradient(0deg, rgba(2,15,39,.55), transparent 50%); }
.card-content { position: absolute; z-index: 2; left: 36px; right: 36px; bottom: 32px; }
.capability-card-wide .card-content { max-width: 690px; left: 48px; bottom: 44px; }
.card-index { display: block; margin-bottom: 14px; color: var(--cyan-400); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.card-content h3 { margin: 0 0 13px; font-size: 27px; letter-spacing: -.04em; }
.capability-card-wide .card-content h3 { font-size: 36px; }
.card-content p { max-width: 640px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; word-break: keep-all; }
.card-content ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.card-content li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.image-disclaimer { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 6px 8px; background: rgba(2,15,39,.66); color: rgba(255,255,255,.66); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.rnd-card .card-index { color: #9bf4b0; }

.experience { overflow: hidden; }
.experience-head { display: grid; grid-template-columns: 1fr .9fr; gap: 140px; align-items: end; }
.experience-head > div:last-child > p:first-child { margin: 0; color: #465467; font-size: 17px; line-height: 1.85; word-break: keep-all; }
.experience-caption { margin: 18px 0 0; color: #8993a2; font-size: 11px; line-height: 1.7; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 90px 0 86px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats > div { padding: 38px 28px; border-right: 1px solid var(--line); }
.stats > div:first-child { padding-left: 0; }
.stats > div:last-child { border-right: 0; }
.stats strong { display: block; color: var(--navy-800); font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.stats span { display: block; margin-top: 13px; color: var(--muted); font-size: 12px; }
.experience-list { border-top: 1px solid #aeb8c6; }
.experience-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 28px; align-items: center; min-height: 130px; border-bottom: 1px solid var(--line); }
.experience-no { color: #98a2b3; font-size: 11px; }
.experience-row h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.03em; }
.experience-row p { margin: 0; color: var(--muted); font-size: 12px; }
.experience-type { color: var(--navy-700); font-size: 9px; font-weight: 800; letter-spacing: .14em; }

.tokiez { padding-top: 0; }
.tokiez-panel { position: relative; min-height: 650px; overflow: hidden; color: white; background: #03122f; box-shadow: var(--shadow); isolation: isolate; }
.tokiez-panel::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 16% 48%, rgba(31,91,190,.48), transparent 38%), linear-gradient(135deg,#071e4a,#03122f 65%); }
.tokiez-viewport { width: 100%; overflow: hidden; }
.tokiez-track { display: flex; transition: transform .72s cubic-bezier(.65,0,.35,1); will-change: transform; }
.tokiez-slide { flex: 0 0 100%; min-width: 0; min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.tokiez-visual { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; border-right: 1px solid rgba(255,255,255,.08); }
.tokiez-mark { position: absolute; top: 44px; left: 46px; z-index: 2; color: rgba(255,255,255,.46); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.tokiez-copy { align-self: center; max-width: 650px; padding: 90px 74px 110px; }
.tokiez-copy h2 { font-size: clamp(42px,4.2vw,64px); }
.tokiez-copy > p:not(.eyebrow) { margin: 28px 0 30px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.8; word-break: keep-all; }
.tokiez-meta { display: inline-block; color: var(--cyan-400); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.tokiez-controls { position: absolute; z-index: 6; left: calc(46% + 74px); right: 38px; bottom: 36px; display: flex; align-items: center; gap: 20px; }
.tokiez-counter { color: rgba(255,255,255,.34); font: 10px "Manrope",sans-serif; letter-spacing: .12em; }
.tokiez-counter b { color: white; font-size: 13px; }
.tokiez-dots { display: flex; gap: 9px; }
.tokiez-dot { width: 30px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.2); cursor: pointer; transition: background .3s,width .3s; }
.tokiez-dot:hover { background: rgba(255,255,255,.45); }
.tokiez-dot.is-active { width: 52px; background: var(--cyan-400); }
.tokiez-arrows { display: flex; gap: 7px; margin-left: auto; }
.tokiez-arrows button { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: white; background: transparent; cursor: pointer; transition: border-color .2s,background .2s; }
.tokiez-arrows button:hover { border-color: var(--cyan-400); background: rgba(94,229,221,.09); }

.flow-preview { position: relative; width: min(76%,390px); height: 470px; border: 1px solid rgba(108,166,224,.2); border-radius: 18px; background-image: linear-gradient(rgba(119,164,210,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(119,164,210,.06) 1px,transparent 1px); background-size: 28px 28px; background-color: rgba(3,18,47,.46); }
.flow-node { position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); min-width: 132px; padding: 12px 15px; border: 1px solid rgba(119,168,218,.36); border-radius: 8px; background: #0a2555; color: rgba(255,255,255,.48); font: 9px "Manrope",sans-serif; text-align: left; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.flow-node b { display: block; margin-top: 3px; color: white; font-size: 12px; }
.flow-start { top: 30px; min-width: 86px; padding: 8px 15px; border-radius: 20px; color: var(--cyan-400); text-align: center; }
.flow-process { top: 112px; }.flow-decision { top: 230px; transform: translateX(-50%) rotate(45deg); width: 104px; height: 104px; min-width: 0; display: grid; place-items: center; padding: 12px; text-align: center; }.flow-decision>* { transform: rotate(-45deg); }.flow-end { top: 390px; }
.flow-process.active { border-color: var(--cyan-400); box-shadow: 0 0 0 4px rgba(94,229,221,.08),0 0 28px rgba(94,229,221,.15); }
.flow-process.active::after { content:""; position:absolute; top:-4px; right:-4px; width:8px; height:8px; border-radius:50%; background:var(--cyan-400); box-shadow:0 0 0 6px rgba(94,229,221,.1); }
.flow-link { position:absolute; left:50%; width:1px; background:rgba(94,229,221,.45); }.link-a{top:69px;height:43px}.link-b{top:166px;height:64px}.link-c{top:334px;height:56px}
.flow-live { position:absolute; top:16px; right:16px; display:flex; align-items:center; gap:6px; color:rgba(255,255,255,.5); font-size:8px; letter-spacing:.12em; }.flow-live i{width:6px;height:6px;border-radius:50%;background:#9de76d;box-shadow:0 0 8px #9de76d}

.mcc-preview { width: min(84%,470px); padding: 24px; border: 1px solid rgba(108,166,224,.2); border-radius: 17px; background: rgba(3,18,47,.58); box-shadow: 0 25px 60px rgba(0,0,0,.22); }
.mcc-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:30px; color:rgba(255,255,255,.42); font-size:8px; letter-spacing:.12em }.mcc-head span{color:var(--cyan-400);font:700 13px "Manrope",sans-serif}
.mcc-row { position:relative; height:58px; margin-left:62px; border-bottom:1px solid rgba(255,255,255,.09); background-image:linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:25% 100% }.mcc-row em{position:absolute;right:calc(100% + 10px);top:23px;color:rgba(255,255,255,.38);font:normal 7px "Manrope",sans-serif}.mcc-row .bar{position:absolute;top:20px;height:13px;border-radius:2px;background:#2f7df4}.mcc-row .b1{left:2%;width:27%}.mcc-row .b2{left:31%;width:20%;background:#5ee5dd}.mcc-row .b3{left:67%;width:28%}.mcc-row .b4{left:8%;width:36%;background:#5ee5dd}.mcc-row .b5{left:55%;width:30%}.mcc-row .b6{left:18%;width:17%}.mcc-row .b7{left:38%;width:29%;background:#9de76d}.mcc-row .b8{left:70%;width:18%;background:#5ee5dd}.mcc-row .b9{left:4%;width:48%;background:#4968c9}.mcc-row .b10{left:60%;width:33%;background:#5ee5dd}.mcc-axis{display:flex;justify-content:space-between;margin:10px 0 0 62px;color:rgba(255,255,255,.3);font-size:7px}

.framework-preview { width:min(82%,450px); }.framework-user,.framework-core{padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(3,18,47,.55)}.framework-user>span,.framework-core>span{display:block;margin-bottom:13px;color:rgba(255,255,255,.35);font-size:8px;letter-spacing:.15em}.framework-user{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.framework-user>span{grid-column:1/-1}.framework-user b,.framework-core b{padding:14px 8px;border:1px solid rgba(94,229,221,.2);border-radius:7px;color:var(--cyan-400);font-size:11px;text-align:center}.framework-arrow{display:block;width:1px;height:50px;margin:auto;background:linear-gradient(var(--cyan-400),rgba(94,229,221,.12));position:relative}.framework-arrow::after{content:"";position:absolute;left:-4px;bottom:0;width:7px;height:7px;border-right:1px solid var(--cyan-400);border-bottom:1px solid var(--cyan-400);transform:rotate(45deg)}.framework-core{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;border-color:rgba(94,229,221,.36);background:rgba(14,50,83,.72)}.framework-core>span{grid-column:1/-1}.framework-core b{color:white;background:rgba(255,255,255,.035)}.simulation-badge{width:max-content;margin:18px auto 0;padding:7px 11px;border:1px solid rgba(157,231,109,.28);border-radius:20px;color:#9de76d;font-size:8px;letter-spacing:.1em}.simulation-badge i{display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:#9de76d;box-shadow:0 0 8px #9de76d}
.contact { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 120px; align-items: start; }
.contact-heading > p:not(.eyebrow) { max-width: 600px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.contact-card { background: white; box-shadow: 0 18px 50px rgba(4,25,61,.08); }
.contact-primary { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; padding: 32px; color: white; background: var(--navy-800); }
.contact-primary > span:first-child { color: rgba(255,255,255,.56); font-size: 10px; text-transform: uppercase; }
.contact-primary strong { font-size: clamp(18px, 2vw, 25px); letter-spacing: -.025em; }
.contact-card dl { margin: 0; padding: 10px 32px 24px; }
.contact-card dl > div { display: grid; grid-template-columns: 74px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-card dl > div:last-child { border-bottom: 0; }
.contact-card dt { color: #98a2b3; font-size: 10px; text-transform: uppercase; }
.contact-card dd { margin: 0; color: #344054; font-size: 13px; line-height: 1.7; }

.site-footer { padding: 62px 0 28px; color: white; background: var(--navy-950); }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 58px; }
.footer-wordmark { display: inline-block; margin-bottom: 12px; }
.footer-main p { margin: 0; color: rgba(255,255,255,.45); font-size: 11px; }
.footer-links { display: flex; gap: 28px; color: rgba(255,255,255,.68); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .03em; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section { padding: 100px 0; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; inset: 84px 0 auto; padding: 24px; background: rgba(3,18,47,.98); border-top: 1px solid rgba(255,255,255,.1); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 15px; }
  .intro-grid, .experience-head, .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card, .capability-card-wide { grid-column: auto; min-height: 530px; }
  .tokiez-slide { grid-template-columns: 1fr; }
  .tokiez-visual { min-height: 390px; }
  .tokiez-copy { max-width: none; padding: 54px 48px 100px; }
  .tokiez-controls { left: 48px; right: 38px; }  .contact-card { max-width: 700px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { height: 72px; }
  .wordmark { font-size: 24px; }
  .mobile-nav { top: 72px; }
  .hero { min-height: 760px; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,13,35,.95), rgba(3,22,55,.52)), linear-gradient(0deg, rgba(2,13,35,.84), transparent 60%); }
  .hero-inner { padding-top: 62px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 15px; line-height: 1.75; }
  .hero-lead br { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { justify-content: space-between; }
  .hero-foot { bottom: 22px; }
  .hero-tags { gap: 12px; font-size: 8px; }
  .concept-label { display: none; }
  .section { padding: 82px 0; }
  .section-heading h2, .section-top h2, .experience h2, .contact h2, .tokiez h2 { font-size: 38px; }
  .section-top { align-items: start; gap: 20px; flex-direction: column; }
  .capability-card, .capability-card-wide { min-height: 520px; }
  .capability-card-wide .card-content, .card-content { left: 24px; right: 24px; bottom: 25px; }
  .capability-card-wide .card-content h3, .card-content h3 { font-size: 25px; }
  .stats { grid-template-columns: 1fr; margin: 64px 0; }
  .stats > div, .stats > div:first-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stats > div:last-child { border-bottom: 0; }
  .experience-row { grid-template-columns: 34px 1fr; gap: 14px; padding: 26px 0; }
  .experience-type { display: none; }
  .experience-row p { line-height: 1.6; }
  .tokiez-panel { margin-inline: -16px; }
  .tokiez-slide { min-height: 720px; }
  .tokiez-visual { min-height: 340px; }
  .tokiez-mark { top: 22px; left: 24px; }
  .tokiez-copy { padding: 42px 28px 100px; }
  .tokiez-copy h2 { font-size: 38px; }
  .tokiez-copy > p:not(.eyebrow) { margin-block: 22px; font-size: 14px; }
  .tokiez-controls { left: 28px; right: 28px; bottom: 30px; }
  .tokiez-arrows { display: none; }
  .tokiez-dot { width: 20px; }
  .tokiez-dot.is-active { width: 36px; }
  .flow-preview { height: 290px; }
  .flow-start { top: 18px; }
  .flow-process { top: 72px; }
  .flow-decision { top: 142px; width: 76px; height: 76px; }
  .flow-end { top: 240px; }
  .link-a { top: 55px; height: 17px; }
  .link-b { top: 126px; height: 16px; }
  .link-c { top: 218px; height: 22px; }
  .mcc-preview { padding: 18px; }
  .mcc-row { height: 38px; }
  .mcc-row .bar { top: 12px; }
  .mcc-row em { top: 15px; }  .contact-primary { grid-template-columns: 1fr auto; padding: 24px; }
  .contact-primary > span:first-child { display: none; }
  .contact-card dl { padding-inline: 24px; }
  .contact-card dl > div { grid-template-columns: 58px 1fr; }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; }
}

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


