:root {
  --ink: #11191d;
  --paper: #f4f2ed;
  --white: #fff;
  --muted: #667177;
  --line: rgba(17, 25, 29, .15);
  --accent: #f0a72e;
  --blue: #1769aa;
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
  --container: min(1180px, calc(100% - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 132px 0; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .35s, transform .35s, box-shadow .35s; }
.site-header.scrolled { background: rgba(17,25,29,.96); box-shadow: 0 10px 30px rgba(0,0,0,.12); backdrop-filter: blur(12px); }
.nav-shell { width: var(--container); height: 88px; margin: auto; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 9px; line-height: 1; margin-right: auto; }
.brand-mark { width: 38px; height: 44px; color: var(--accent); }
.brand > span { display: grid; }
.brand strong { font: 700 29px/.8 var(--display); letter-spacing: .03em; }
.brand small { margin-top: 6px; font: 600 8px/1 var(--body); letter-spacing: .22em; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav a { position: relative; padding: 34px 0; font: 600 12px/1 var(--body); letter-spacing: .09em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 26px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.language-switcher a { padding: 10px 0; color: rgba(255,255,255,.58); transition: color .2s; }
.language-switcher a:hover, .language-switcher a[aria-current="page"] { color: var(--accent); }
.language-switcher span { color: rgba(255,255,255,.28); }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.5); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transition: .25s; }
.nav-cta:hover { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.menu-toggle { display: none; width: 42px; padding: 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: currentColor; transition: .25s; }

.hero { position: relative; min-height: 860px; height: 100vh; max-height: 980px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #11191d; }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,15,19,.96) 0%, rgba(8,15,19,.77) 42%, rgba(8,15,19,.18) 75%), url("assets/hero-industrial.jpg") center/cover no-repeat; transform: scale(1.02); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 24%; background: linear-gradient(180deg, transparent, rgba(8,15,19,.45)); }
.hero-grid { position: absolute; inset: 0; width: var(--container); margin: auto; border-right: 1px solid rgba(255,255,255,.07); border-left: 1px solid rgba(255,255,255,.07); }
.hero-grid::before, .hero-grid::after { content:""; position:absolute; top:0; bottom:0; width:1px; background:rgba(255,255,255,.07); }
.hero-grid::before { left: 33.333%; }.hero-grid::after { right: 33.333%; }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.hero .eyebrow { color: var(--accent); }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.025em; line-height: .91; text-transform: uppercase; }
.hero h1 { max-width: 780px; font-size: clamp(74px, 9vw, 142px); }
.hero h1 em, h2 span { color: transparent; font-style: normal; -webkit-text-stroke: 1px currentColor; opacity: .68; }
.hero h1 em { color: var(--accent); -webkit-text-stroke: 0; opacity: 1; }
.hero-copy { max-width: 585px; margin: 35px 0 0 7px; color: rgba(255,255,255,.76); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin: 42px 0 0 7px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 27px; border: 0; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--accent); }
.button-dark { gap: 40px; color: #fff; background: var(--ink); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 18px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link span, .arrow-link span { color: var(--accent); font-size: 18px; transition: transform .2s; }
.arrow-link:hover span { transform: translateX(5px); }
.scroll-note { position: absolute; z-index: 3; bottom: 112px; left: 24px; font-size: 9px; letter-spacing: .22em; writing-mode: vertical-rl; transform: rotate(180deg); }
.scroll-note::before { content:""; display:inline-block; width:1px; height:55px; margin-bottom:14px; background:var(--accent); }

.market-strip { overflow: hidden; color: #fff; background: var(--blue); }
.market-track { min-width: max-content; height: 64px; display: flex; align-items: center; justify-content: space-around; gap: 70px; padding: 0 4vw; font: 500 11px/1 var(--body); letter-spacing: .06em; }
.market-track span { white-space: nowrap; }.market-track b { margin-right: 9px; color: rgba(255,255,255,.55); }.market-track i { color: var(--accent); font-style: normal; }

.split-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 12%; align-items: start; }
h2 { font-size: clamp(56px, 6.4vw, 94px); }
h2 span { color: var(--ink); }
.intro-copy { padding-top: 60px; color: var(--muted); }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-size: 21px; line-height: 1.55; }
.intro-copy .founder-profile { margin-top: 28px; color: var(--muted); }
.intro-copy .founder-profile strong { display: block; margin-bottom: 8px; color: var(--ink); font: 600 15px/1.2 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.intro-copy .brand-statement { margin-top: 24px; padding: 14px 17px; border-left: 3px solid var(--accent); color: var(--ink); background: rgba(23,105,170,.06); font-size: 12px; font-weight: 600; }
.intro-copy .arrow-link { margin-top: 22px; color: var(--ink); }
.about-media { margin-top: 90px; display: grid; grid-template-columns: 1.65fr .75fr; align-items: end; gap: 0; }
.image-panel { position: relative; overflow: hidden; height: 590px; }
.image-panel img { height: 100%; object-fit: cover; filter: saturate(.7); transition: transform 1s ease; }
.image-panel:hover img { transform: scale(1.03); }
.image-label { position: absolute; bottom: 0; left: 0; width: 230px; padding: 25px 28px; display: grid; color: #fff; background: var(--blue); }
.image-label span { font: 600 22px/1 var(--display); text-transform: uppercase; }.image-label small { margin-top: 8px; opacity: .65; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.statement-card { position: relative; z-index: 2; min-height: 450px; margin: 0 0 -52px -80px; padding: 55px; color: #fff; background: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.statement-card svg { width: 42px; fill: var(--accent); }
.statement-card blockquote { margin: 50px 0 55px; font: 500 33px/1.22 var(--display); text-transform: uppercase; }
.statement-card p { display: grid; margin: 0; }
.statement-card p strong { font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }.statement-card p span { color: rgba(255,255,255,.45); font-size: 11px; }

.dark-section { color: #fff; background: var(--ink); }
.section-top { display: grid; grid-template-columns: 1fr 370px; gap: 10%; align-items: end; margin-bottom: 70px; }
.section-top > p { margin: 0 0 8px; color: rgba(255,255,255,.55); }
.section-kicker.light { color: var(--accent); }
.dark-section h2 span, .global h2 span { color: #fff; }
.industry-list { border-top: 1px solid rgba(255,255,255,.16); }
.industry-row { display: grid; grid-template-columns: 70px 1fr 1fr 40px; gap: 28px; align-items: center; min-height: 132px; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding .25s, background .25s; }
.industry-row:hover { padding-inline: 24px; background: rgba(255,255,255,.035); }
.industry-row > span { color: var(--accent); font: 500 12px/1 var(--body); }.industry-row h3 { margin: 0; font: 500 34px/1.1 var(--display); text-transform: uppercase; }.industry-row p { color: rgba(255,255,255,.48); }.industry-row i { color: var(--accent); font-size: 22px; font-style: normal; }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 90px; border: 1px solid rgba(255,255,255,.16); }
.metrics div { min-height: 170px; padding: 32px; display: grid; align-content: center; border-right: 1px solid rgba(255,255,255,.16); }.metrics div:last-child{border:0}.metrics strong{color:var(--accent);font:600 58px/1 var(--display)}.metrics span{margin-top:12px;color:rgba(255,255,255,.45);font-size:11px;letter-spacing:.08em;text-transform:uppercase}

.values-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; }
.values-intro { position: sticky; top: 140px; align-self: start; }.values-intro > p:last-child { max-width: 400px; margin-top: 35px; color: var(--muted); }
.value-cards { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { min-height: 290px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, color .3s; }
.value-card:hover { color: #fff; background: var(--blue); }.value-card b { color: var(--blue); font-size: 11px; }.value-card:hover b { color: var(--accent); }.value-card h3 { margin: 80px 0 15px; font: 600 33px/1 var(--display); text-transform: uppercase; }.value-card p { margin: 0; color: var(--muted); font-size: 13px; }.value-card:hover p { color: rgba(255,255,255,.7); }

.products { background: #e9e6df; }
.products-heading { align-items: end; }.products-heading .arrow-link { margin-bottom: 10px; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.product-card { overflow: hidden; background: var(--paper); }
.product-card img { height: 310px; object-fit: cover; filter: saturate(.72); transition: filter .4s, transform .6s; }.product-card:hover img { filter: saturate(1); transform: scale(1.035); }.product-card > div { position: relative; z-index: 1; min-height: 205px; padding: 27px 25px; background: var(--paper); }.product-card span { color: var(--blue); font-size: 10px; }.product-card h3 { margin: 24px 0 9px; font: 600 27px/1 var(--display); text-transform: uppercase; }.product-card p { margin: 0; color: var(--muted); font-size: 12px; }
.product-card.featured { grid-column: span 2; display: grid; grid-template-columns: 1.45fr .55fr; }
.product-card.featured img { height: 100%; min-height: 515px; }
.product-card.featured > div { min-height: 515px; display: flex; flex-direction: column; justify-content: flex-end; }
.product-card.featured h3 { font-size: 34px; }

.global { color: #fff; background: var(--blue); overflow: hidden; }
.global-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7%; align-items: center; }
.global-copy > p:not(.section-kicker) { max-width: 480px; color: rgba(255,255,255,.65); }.region-tags { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 8px; }.region-tags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.28); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.market-board { border: 1px solid rgba(255,255,255,.26); background: rgba(9,45,75,.2); box-shadow: 0 30px 70px rgba(0,0,0,.12); }
.market-board-header { min-height: 105px; padding: 24px 30px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); }
.market-board-header span { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.market-board-header strong { color: var(--accent); font: 600 25px/1 var(--display); letter-spacing: .04em; }
.market-routes { display: grid; grid-template-columns: repeat(2,1fr); }
.market-routes article { min-height: 142px; padding: 25px 27px; display: grid; grid-template-columns: 30px 1fr 20px; gap: 15px; align-items: center; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: background .25s; }
.market-routes article:nth-child(2n) { border-right: 0; }
.market-routes article:hover { background: rgba(255,255,255,.07); }
.market-routes article > span { align-self: start; color: var(--accent); font-size: 10px; }
.market-routes article div { display: grid; gap: 8px; }
.market-routes article strong { font: 600 26px/1 var(--display); text-transform: uppercase; }
.market-routes article small { color: rgba(255,255,255,.5); font-size: 10px; }
.market-routes article b { color: var(--accent); font-size: 20px; font-weight: 400; }
.market-board-footer { min-height: 58px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: rgba(255,255,255,.45); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.contact-copy > p:not(.section-kicker) { max-width: 430px; color: var(--muted); }
.contact-details { margin-top: 60px; display: grid; gap: 22px; }.contact-details div { display: grid; padding-bottom: 19px; border-bottom: 1px solid var(--line); }.contact-details small { margin-bottom: 5px; color: var(--blue); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }.contact-details a, .contact-details address { font-style: normal; font-weight: 600; }.contact-details .contact-inline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }.contact-details .contact-inline i { color: var(--muted); font-style: normal; font-weight: 400; }.contact-details .company-name { color: var(--ink); font-weight: 700; }
.contact-form { position: relative; padding-top: 42px; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }.contact-form label { display: grid; margin-bottom: 25px; }.contact-form label span { margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.contact-form input, .contact-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #aeb3b5; outline: none; color: var(--ink); background: transparent; resize: vertical; transition: border .2s; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }.contact-form .form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.contact-form button:disabled { cursor: wait; opacity: .55; transform: none; }.form-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; }.form-status { min-height: 24px; margin: 8px 0 0; color: var(--blue); font-size: 12px; }.form-status[data-state="success"] { color: #147a4b; }.form-status[data-state="error"] { color: #b42318; }

.site-footer { padding: 75px 0 25px; color: #fff; background: #0b1114; }.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 8%; align-items: start; }.footer-brand { color:#fff}.footer-grid > p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; }.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; font-size: 11px; font-weight: 600; text-transform: uppercase; }.footer-links a:hover { color: var(--accent); }.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

html[lang="ko"] body { font-family: "Noto Sans KR", sans-serif; word-break: keep-all; overflow-wrap: break-word; }
html[lang="ko"] .hero h1, html[lang="ko"] h2, html[lang="ko"] .industry-row h3, html[lang="ko"] .value-card h3, html[lang="ko"] .product-card h3, html[lang="ko"] .statement-card blockquote, html[lang="ko"] .market-routes article strong, html[lang="ko"] .market-board-header strong { font-family: "Noto Sans KR", sans-serif; text-transform: none; }
html[lang="ko"] .hero h1 { max-width: 940px; font-size: clamp(64px, 7.1vw, 108px); line-height: 1.08; letter-spacing: -.045em; }
html[lang="ko"] h2 { font-size: clamp(50px, 5.4vw, 78px); line-height: 1.12; letter-spacing: -.045em; }
html[lang="ko"] .main-nav a, html[lang="ko"] .nav-cta, html[lang="ko"] .button, html[lang="ko"] .text-link, html[lang="ko"] .arrow-link, html[lang="ko"] .eyebrow, html[lang="ko"] .section-kicker, html[lang="ko"] .contact-details small, html[lang="ko"] .contact-form label span, html[lang="ko"] .footer-bottom { letter-spacing: .02em; text-transform: none; }
html[lang="ko"] .main-nav { gap: 25px; }
html[lang="ko"] .main-nav a { font-family: "Noto Sans KR", sans-serif; }
html[lang="ko"] .hero-copy { line-height: 1.8; }
html[lang="ko"] .industry-row h3 { font-size: 27px; line-height: 1.25; }
html[lang="ko"] .product-card h3 { line-height: 1.25; }
html[lang="ko"] .statement-card blockquote { line-height: 1.35; }
html[lang="ko"] .market-routes article strong { font-size: 22px; line-height: 1.25; }

@media (max-width: 1050px) {
  :root { --container: min(100% - 42px, 900px); }
  .nav-cta { display:none; }.main-nav { gap:22px; }
  .hero { min-height: 760px; }.hero h1 { font-size: clamp(72px,12vw,120px); }
  .about-media { grid-template-columns: 1.4fr .8fr; }.statement-card { margin-left:-100px;padding:42px; }
  .industry-row { grid-template-columns: 50px 1.2fr 1fr 25px; }
  .values-grid, .global-grid, .contact-grid { gap:6%; }.product-grid{grid-template-columns:repeat(2,1fr)}.product-card img{height:300px}
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 34px); }
  .section { padding: 90px 0; }.nav-shell { height:72px;gap:14px}.nav-shell .brand{margin-right:0}.language-switcher{position:absolute;right:56px;z-index:2;margin-left:0}.menu-toggle { display:block;flex:0 0 42px;margin-left:auto;color:#fff;z-index:2}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .main-nav { position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;gap:0;padding:80px 34px;color:#fff;background:var(--ink);transform:translateX(100%);transition:transform .35s}.main-nav.open{transform:none}.main-nav a{width:100%;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.12);font:500 30px/1 var(--display)}
  .hero { height:820px;max-height:none;align-items:end;padding-bottom:125px}.hero-backdrop{background:linear-gradient(0deg,rgba(8,15,19,.96) 0%,rgba(8,15,19,.45) 75%),url("assets/hero-industrial.jpg") 64% center/cover}.hero-content{width:100%;padding-top:0}.hero h1{max-width:100%;font-size:clamp(62px,18vw,92px)}.hero-copy{width:100%;max-width:585px;margin-left:0;font-size:14px}.hero-actions{margin-left:0;align-items:flex-start;flex-direction:column;gap:20px}.scroll-note{display:none}
  .market-track{justify-content:flex-start;animation:ticker 25s linear infinite}@keyframes ticker{to{transform:translateX(-55%)}}
  .split-heading,.section-top,.values-grid,.global-grid,.contact-grid{grid-template-columns:1fr}.intro-copy{padding-top:40px}.about-media{margin-top:60px;grid-template-columns:1fr}.image-panel{height:430px}.statement-card{min-height:auto;margin:-50px 20px 0;padding:35px}.statement-card blockquote{margin:32px 0;font-size:27px}
  .section-top{gap:30px}.industry-row{grid-template-columns:35px 1fr 20px;gap:12px;padding:25px 0}.industry-row h3{font-size:26px}.industry-row p{display:none}.metrics{grid-template-columns:repeat(2,1fr)}.metrics div:nth-child(2){border-right:0}.metrics div{border-bottom:1px solid rgba(255,255,255,.16)}
  .values-intro{position:static}.value-cards{margin-top:50px}.value-card{min-height:240px;padding:25px}.value-card h3{margin-top:55px;font-size:26px}
  .products-heading .arrow-link{margin-top:10px}.product-grid{grid-template-columns:1fr}.product-card,.product-card.featured{display:grid;grid-column:auto;grid-template-columns:1fr 1fr}.product-card img,.product-card.featured img{height:100%;min-height:260px}.product-card > div,.product-card.featured > div{min-height:260px}
  .market-board{margin-top:55px}.contact-form{padding-top:55px}.footer-grid{grid-template-columns:1fr;gap:38px}.footer-bottom{gap:20px;align-items:flex-start;flex-direction:column}
}

@media (max-width: 480px) {
  .brand strong{font-size:25px}.brand small{font-size:7px;letter-spacing:.2em}.brand-mark{width:32px}.language-switcher{gap:5px;font-size:9px}.hero{height:760px}.hero h1{font-size:58px}.hero-copy{font-size:13px}.button{min-height:50px}.metrics div{padding:24px}.metrics strong{font-size:46px}.value-cards{grid-template-columns:1fr}.product-card,.product-card.featured{grid-template-columns:1fr}.product-card img,.product-card.featured img{height:250px;min-height:0}.product-card>div,.product-card.featured>div{min-height:auto}.field-row{grid-template-columns:1fr}.section{padding:78px 0}h2{font-size:52px}.image-panel{height:350px}.statement-card{margin:-35px 12px 0}.market-track{height:56px}.market-routes{grid-template-columns:1fr}.market-routes article{border-right:0}.market-board-header{align-items:flex-start;flex-direction:column;gap:12px}.market-board-footer{align-items:flex-start;flex-direction:column;padding-block:18px}
  html[lang="ko"] .hero h1{font-size:42px;line-height:1.15;letter-spacing:-.055em}html[lang="ko"] .hero-copy{word-break:normal;overflow-wrap:anywhere}html[lang="ko"] h2{font-size:44px}html[lang="ko"] .statement-card blockquote{font-size:23px}
}

@media (max-width: 400px) {
  :root{--container:calc(100% - 28px)}.nav-shell{gap:8px}.brand{gap:6px}.brand strong{font-size:23px}.brand small{font-size:6px}.brand-mark{width:29px}.language-switcher{right:48px;font-size:8px}.menu-toggle{width:38px;flex-basis:38px;padding:7px}
}

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