:root {
  --black: #050505;
  --black-2: #0a0a09;
  --panel: #11100e;
  --panel-soft: #17130f;
  --gold: #d7aa61;
  --gold-bright: #f3d392;
  --gold-dark: #7c582b;
  --cream: #f6f2e9;
  --muted: #9a958c;
  --line: rgba(218, 173, 97, .22);
  --shell: 1240px;
  --radius: 14px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 85% 5%, rgba(169, 111, 35, .09), transparent 28rem),
    var(--black);
  font-family: "Manrope", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { width: auto; height: auto; clip: auto; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; color: #000; background: var(--gold-bright); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  height: 92px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: background .3s ease, height .3s ease, box-shadow .3s ease;
}
.site-header.is-sticky { position: fixed; height: 72px; background: rgba(5, 5, 5, .88); box-shadow: 0 14px 36px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.site-branding { flex: 0 0 auto; }
.custom-logo-link, .brand-lockup { display: inline-flex; align-items: center; }
.custom-logo, .default-logo { width: auto; max-width: 220px; max-height: 38px; object-fit: contain; }
.footer-brand .default-logo { max-width: 195px; max-height: 34px; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul { display: flex; align-items: center; gap: 38px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; display: block; padding: 10px 0; color: #d2cfc9; font-size: 13px; font-weight: 500; letter-spacing: .02em; }
.primary-navigation a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; width: 0; height: 2px; margin: auto; background: var(--gold); transition: width .25s ease; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: var(--gold-bright); }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after { width: 24px; }
.header-actions { display: flex; align-items: center; gap: 12px; margin-left: 10px; }
.language-toggle, .menu-toggle { color: #ddd5c8; border: 1px solid rgba(220,174,98,.2); background: rgba(0,0,0,.22); cursor: pointer; }
.language-toggle { min-width: 88px; padding: 10px 12px; border-radius: 10px; font-size: 12px; }
.language-toggle span { color: var(--gold-bright); }
.menu-toggle { display: none; width: 43px; height: 43px; border-radius: 10px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--gold-bright); transition: transform .25s ease, opacity .25s ease; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 26px; padding: 0 28px; color: #1b1206; border: 1px solid var(--gold-bright); border-radius: 10px; background: linear-gradient(120deg, #f2d28e, #c99446 76%, #f5dda9); box-shadow: inset 0 1px rgba(255,255,255,.55), 0 12px 32px rgba(177,118,41,.2); font-size: 14px; font-weight: 750; transition: transform .25s var(--ease), box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: inset 0 1px rgba(255,255,255,.55), 0 16px 36px rgba(199,139,59,.3); }
.button-small { min-height: 42px; padding-inline: 22px; font-size: 13px; }
.button-ghost { color: #f2eee6; border-color: rgba(229,183,108,.42); background: rgba(5,5,5,.45); box-shadow: none; backdrop-filter: blur(8px); }

.hero { position: relative; min-height: 780px; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-backdrop { position: absolute; inset: 0; z-index: 0; background-image: var(--hero-desktop); background-position: center; background-size: cover; background-repeat: no-repeat; transform: scale(1.005); }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,2,2,.98) 0%, rgba(2,2,2,.84) 27%, rgba(2,2,2,.24) 58%, rgba(2,2,2,.05) 100%), linear-gradient(0deg, rgba(0,0,0,.85) 0%, transparent 32%); }
.hero-atmosphere { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 74% 50%, rgba(222,158,68,.09), transparent 35%), linear-gradient(115deg, transparent 50%, rgba(242,197,118,.03) 50.2%, transparent 50.5%); mix-blend-mode: screen; }
.hero-content { position: relative; z-index: 2; min-height: 780px; display: flex; align-items: center; padding-top: 72px; padding-bottom: 126px; }
.hero-copy { width: min(610px, 53%); animation: hero-in 1s .15s var(--ease) both; }
@keyframes hero-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.eyebrow { display: inline-flex; align-items: center; min-height: 30px; margin: 0 0 22px; padding: 4px 14px; color: #cfc7b9; border: 1px solid rgba(222,176,101,.3); border-radius: 999px; background: rgba(18,15,11,.42); font-size: 12px; letter-spacing: .02em; backdrop-filter: blur(10px); }
.hero h1 { margin: 0; font-size: clamp(46px, 4.2vw, 68px); line-height: 1.14; letter-spacing: -.035em; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { font-weight: 760; }
.hero h1 strong { color: var(--gold-bright); background: linear-gradient(90deg, #f4d490, #bd7f31 72%, #e2b76e); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 820; }
.hero-subtitle { margin: 10px 0 20px; color: #fff; font-size: 21px; letter-spacing: -.02em; }
.hero-description { margin: 0; color: #c3beb5; font-size: 14px; line-height: 1.85; }
.hero-description span { color: #8f8980; font-size: 12px; }
.hero-buttons { display: flex; gap: 14px; margin-top: 30px; }
.stats-wrap { position: absolute; z-index: 4; left: 50%; bottom: 34px; transform: translateX(-50%); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 92px; padding: 14px 18px; border: 1px solid rgba(224,177,100,.26); border-radius: var(--radius); background: linear-gradient(105deg, rgba(11,10,8,.9), rgba(30,24,16,.78), rgba(10,9,7,.92)); box-shadow: inset 0 1px rgba(255,255,255,.05), 0 20px 60px rgba(0,0,0,.38); backdrop-filter: blur(16px); }
.stat-item { min-width: 0; display: flex; align-items: center; gap: 16px; padding: 4px 26px; border-right: 1px solid rgba(235,193,126,.15); }
.stat-item:last-child { border: 0; }
.stat-item div { display: flex; min-width: 0; flex-direction: column; line-height: 1.2; }
.stat-item strong { color: var(--gold-bright); font-size: 23px; font-weight: 700; letter-spacing: -.025em; }
.stat-item div > span { margin-top: 2px; color: #ded7cb; font-size: 12px; }
.stat-item small { color: #817b72; font-size: 9px; white-space: nowrap; }

/* Precision CSS line icons: consistent stroke, optical size and alignment. */
.line-icon {
  --icon-stroke: var(--gold-bright);
  position: relative;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  color: var(--icon-stroke);
  border: 1px solid rgba(236,192,120,.38);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(229,177,93,.025), 0 0 20px rgba(224,160,63,.035);
}
.line-icon::before, .line-icon::after, .line-icon i, .line-icon i::before, .line-icon i::after { position: absolute; display: block; content: ""; box-sizing: border-box; }
.icon-globe::before { width: 21px; height: 21px; border: 1.4px solid var(--icon-stroke); border-radius: 50%; }
.icon-globe::after { width: 10px; height: 21px; border-right: 1.2px solid var(--icon-stroke); border-left: 1.2px solid var(--icon-stroke); border-radius: 50%; }
.icon-globe i { width: 21px; height: 1px; background: var(--icon-stroke); box-shadow: 0 -6px rgba(235,199,135,.55), 0 6px rgba(235,199,135,.55); }
.icon-users::before { width: 8px; height: 8px; left: 13px; top: 12px; border: 1.4px solid var(--icon-stroke); border-radius: 50%; box-shadow: 12px 2px 0 -1px #17120c, 12px 2px 0 0 var(--icon-stroke); }
.icon-users::after { width: 16px; height: 10px; left: 9px; top: 24px; border: 1.4px solid var(--icon-stroke); border-bottom: 0; border-radius: 10px 10px 0 0; }
.icon-users i { width: 13px; height: 9px; right: 8px; bottom: 10px; border: 1.2px solid rgba(242,207,145,.68); border-bottom: 0; border-radius: 9px 9px 0 0; }
.icon-chart::before { width: 20px; height: 18px; left: 12px; bottom: 12px; border-bottom: 1.3px solid var(--icon-stroke); border-left: 1.3px solid var(--icon-stroke); }
.icon-chart::after { width: 18px; height: 9px; left: 14px; top: 15px; border-top: 1.5px solid var(--icon-stroke); transform: skewY(-29deg); }
.icon-chart i { width: 3px; height: 7px; left: 16px; bottom: 13px; background: rgba(242,207,145,.55); box-shadow: 6px -3px rgba(242,207,145,.72), 12px -8px var(--icon-stroke); }
.icon-star::before { content: "✦"; position: static; font-size: 25px; line-height: 1; text-shadow: 0 0 14px rgba(228,169,78,.24); }
.icon-browser::before { width: 23px; height: 18px; border: 1.4px solid var(--icon-stroke); border-radius: 3px; }
.icon-browser::after { width: 23px; height: 1px; top: 18px; background: rgba(242,207,145,.72); }
.icon-browser i { width: 2px; height: 2px; left: 14px; top: 15px; border-radius: 50%; background: var(--icon-stroke); box-shadow: 4px 0 rgba(242,207,145,.62), 8px 0 rgba(242,207,145,.4); }
.icon-nodes::before { width: 9px; height: 9px; top: 10px; border: 1.3px solid var(--icon-stroke); transform: rotate(45deg); }
.icon-nodes::after { width: 9px; height: 9px; left: 10px; bottom: 10px; border: 1.3px solid rgba(242,207,145,.72); transform: rotate(45deg); box-shadow: 11px -11px 0 -1px #8f6738, 11px -11px 0 0 var(--icon-stroke); }
.icon-nodes i { width: 1px; height: 13px; top: 17px; background: rgba(242,207,145,.58); transform: rotate(45deg); }
.icon-spark::before { content: "✦"; position: static; font-size: 23px; }
.icon-spark::after { content: "·"; position: absolute; right: 9px; top: 5px; font-size: 18px; }

.section { position: relative; padding: 80px 0; }
.services-section { background: radial-gradient(circle at 15% 10%, rgba(191,128,45,.07), transparent 24rem), linear-gradient(180deg, #090908, #070706); border-bottom: 1px solid var(--line); }
.section-heading { margin-bottom: 32px; }
.section-kicker { margin: 0 0 7px; color: var(--gold); font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
.section-kicker span { color: #6d675f; }
.section-heading h2, .cta-card h2 { margin: 0; color: #f8f5ef; font-size: clamp(28px, 2.6vw, 40px); line-height: 1.25; letter-spacing: -.03em; }
.section-heading > p:last-child { max-width: 720px; margin: 9px 0 0; color: #858078; font-size: 13px; }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.text-link { padding-bottom: 7px; color: var(--gold); font-size: 13px; white-space: nowrap; }
.text-link span { padding-left: 12px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 14px; }
.service-card { position: relative; min-height: 184px; display: grid; grid-template-columns: 48px 1fr; align-items: start; gap: 18px; overflow: hidden; padding: 27px 25px; color: #17110a; border: 1px solid rgba(245,209,148,.24); border-radius: 9px; background: linear-gradient(115deg, #e4bd7c 0%, #a9773e 50%, #4e3b29 100%); box-shadow: inset 0 1px rgba(255,255,255,.35); transition: transform .3s var(--ease), filter .3s ease; }
.service-card:nth-child(2) { background: linear-gradient(115deg, #d0a664 0%, #786044 52%, #403a35 100%); }
.service-card:nth-child(3) { background: linear-gradient(115deg, #d8b274 0%, #9b7445 50%, #3c3d3f 100%); }
.service-card::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: var(--card-image, radial-gradient(circle at 86% 115%, rgba(255,255,255,.85), transparent 33%)); background-size: cover; background-position: center; mix-blend-mode: overlay; }
.service-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -70px; bottom: -110px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.025), 0 0 0 54px rgba(255,255,255,.02); }
.service-card > * { position: relative; z-index: 2; }
.service-card:hover { z-index: 2; transform: translateY(-5px); filter: brightness(1.08); }
.service-icon { --icon-stroke: #22180d; width: 42px; height: 42px; border-color: rgba(24,16,8,.3); box-shadow: inset 0 0 0 4px rgba(20,14,8,.025); }
.service-card > div { min-width: 0; display: flex; height: 100%; flex-direction: column; align-items: flex-start; }
.service-card h3 { margin: 1px 0 9px; font-size: 15px; line-height: 1.4; }
.service-card h3 small { font-size: 11px; font-weight: 500; }
.service-card p { min-height: 42px; margin: 0 0 14px; color: rgba(25,17,8,.7); font-size: 11px; line-height: 1.7; }
.service-card a { margin-top: auto; font-size: 11px; font-weight: 750; }
.service-card a span { padding-left: 7px; }

.cases-section { background: #060606; border-bottom: 1px solid var(--line); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 14px; }
.case-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(219,171,92,.21); border-radius: 9px; background: #0c0b09; transition: transform .3s var(--ease), border-color .3s ease; }
.case-card:hover { transform: translateY(-6px); border-color: rgba(236,192,119,.62); }
.case-visual { position: relative; aspect-ratio: 16/9; overflow: hidden; background: radial-gradient(circle at 75% 30%, rgba(225,171,79,.28), transparent 28%), linear-gradient(135deg, #20170e, #0d1117 54%, #281a0d); }
.case-visual::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(105deg, transparent 0 50px, rgba(255,255,255,.018) 51px 52px); }
.case-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.case-card:hover .case-visual img { transform: scale(1.04); }
.mock-browser { position: absolute; width: 72%; height: 72%; left: 14%; top: 16%; border: 3px solid #25262a; border-radius: 6px; background: linear-gradient(180deg, #121419 0 14%, #15171c 14% 100%); box-shadow: 18px 22px 28px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.05); transform: perspective(400px) rotateY(-8deg) rotateX(3deg); }
.mock-browser::before { content: ""; position: absolute; top: 5%; left: 3%; width: 4px; height: 4px; border-radius: 50%; background: #d5ac6b; box-shadow: 8px 0 #69563d, 16px 0 #3a3c41; }
.mock-browser::after { content: ""; position: absolute; inset: 22% 7% 12%; border: 1px solid rgba(228,179,100,.2); background: radial-gradient(circle at 70% 40%, rgba(211,149,61,.42), transparent 23%), linear-gradient(90deg, rgba(215,168,95,.12) 0 30%, transparent 30%), #090b0f; }
.mock-browser i { position: absolute; z-index: 2; left: 11%; bottom: 19%; width: 32%; height: 5px; background: #d2a75e; box-shadow: 0 10px rgba(255,255,255,.18), 0 20px rgba(255,255,255,.1); }
.mock-browser b { position: absolute; z-index: 2; right: 12%; top: 29%; width: 22%; aspect-ratio: 1; border: 1px solid rgba(220,169,84,.46); transform: rotate(45deg); box-shadow: 0 0 22px rgba(217,155,61,.3); }
.case-caption { position: absolute; inset: auto 0 0; padding: 44px 18px 15px; background: linear-gradient(transparent, rgba(2,2,2,.94)); }
.case-caption h3 { margin: 0; color: white; font-size: 14px; }
.case-caption p { margin: 1px 0 0; color: #a8a198; font-size: 11px; }

.cta-section { padding-block: 58px; background: linear-gradient(145deg, #080706, #0c0906); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px 52px; border: 1px solid rgba(223,175,98,.27); border-radius: 12px; background: radial-gradient(circle at 90% 0, rgba(220,156,66,.13), transparent 26rem), #0d0b08; }

.site-footer { padding: 56px 0 40px; border-top: 1px solid rgba(235,187,108,.2); background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand p { max-width: 330px; margin: 18px 0; color: #767168; font-size: 12px; }
.footer-brand small { color: #5f5a53; font-size: 10px; }
.site-footer h3 { margin: 2px 0 15px; color: var(--gold); font-size: 12px; }
.site-footer h3 em { color: #686159; font-size: 9px; font-style: normal; font-weight: 400; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 7px 0; color: #8c867d; font-size: 11px; }
.site-footer a:hover { color: var(--gold-bright); }
.contact-list li { min-height: 22px; display: flex; align-items: center; gap: 9px; }
.mini-icon { --icon-stroke: var(--gold); position: relative; flex: 0 0 17px; width: 17px; height: 17px; display: inline-block; }
.mini-icon::before, .mini-icon::after, .mini-icon i, .mini-icon i::before { content: ""; position: absolute; display: block; box-sizing: border-box; }
.icon-phone::before { width: 7px; height: 14px; left: 5px; top: 1px; border: 1.4px solid var(--icon-stroke); border-top-color: transparent; border-bottom-color: transparent; border-radius: 5px; transform: rotate(-35deg); }
.icon-phone::after { width: 4px; height: 4px; left: 2px; top: 0; border: 1.3px solid var(--icon-stroke); border-radius: 3px; box-shadow: 8px 11px 0 -1px #050505, 8px 11px 0 0 var(--icon-stroke); }
.icon-mail::before { inset: 2px 1px; border: 1.3px solid var(--icon-stroke); border-radius: 2px; }
.icon-mail::after { width: 10px; height: 10px; left: 3px; top: -2px; border-right: 1.2px solid var(--icon-stroke); border-bottom: 1.2px solid var(--icon-stroke); transform: rotate(45deg); }
.icon-pin::before { width: 12px; height: 12px; left: 2px; top: 1px; border: 1.3px solid var(--icon-stroke); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.icon-pin::after { width: 3px; height: 3px; left: 6.5px; top: 5px; border: 1px solid var(--icon-stroke); border-radius: 50%; }
.social-links { display: flex; gap: 8px; margin-top: 16px; }
.social-links a { width: 27px; height: 27px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(221,171,91,.3); border-radius: 50%; font-size: 10px; }

.content-shell { min-height: 70vh; padding-top: 150px; padding-bottom: 90px; }
.archive-header, .entry-content-wrap > header { margin-bottom: 42px; }
.archive-header h1, .entry-content-wrap h1 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.12; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #0b0a08; }
.post-card img { aspect-ratio: 16/10; width: 100%; object-fit: cover; }
.post-card > div { padding: 22px; }
.post-card time { color: var(--gold); font-size: 11px; }
.post-card h2 { font-size: 20px; line-height: 1.3; }
.post-card p { color: var(--muted); font-size: 13px; }
.entry-content-wrap { width: min(100%, 900px); margin-inline: auto; }
.entry-hero { margin-bottom: 40px; }
.entry-hero img { width: 100%; border-radius: 12px; }
.entry-content { color: #c8c2b9; font-size: 17px; }
.entry-content h2, .entry-content h3 { color: #fff; }
.entry-content a { color: var(--gold-bright); text-decoration: underline; }
.entry-content blockquote { margin-inline: 0; padding-left: 22px; border-left: 3px solid var(--gold); color: #e5d7c2; }

@media (max-width: 1120px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .primary-navigation ul { gap: 24px; }
  .header-actions .button-small { display: none; }
  .hero-backdrop { background-image: var(--hero-tablet); background-position: 62% center; }
  .hero-copy { width: 58%; }
  .stat-item { padding-inline: 16px; }
  .stat-item > .line-icon { flex-basis: 40px; width: 40px; height: 40px; }
  .footer-grid { gap: 30px; }
}

@media (max-width: 900px) {
  .site-header, .site-header.is-sticky { height: 72px; }
  .primary-navigation { position: fixed; inset: 72px 0 0; display: grid; align-content: start; padding: 30px 24px; visibility: hidden; opacity: 0; transform: translateY(-14px); background: rgba(4,4,4,.97); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .primary-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .primary-navigation ul { display: grid; gap: 0; }
  .primary-navigation li { border-bottom: 1px solid rgba(220,174,98,.14); }
  .primary-navigation a { padding: 17px 4px; font-size: 16px; }
  .primary-navigation a::after { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 720px; }
  .hero-content { min-height: 720px; padding-top: 60px; padding-bottom: 150px; }
  .hero-backdrop::after { background: linear-gradient(90deg, rgba(2,2,2,.95), rgba(2,2,2,.62) 56%, rgba(2,2,2,.15)), linear-gradient(0deg, rgba(0,0,0,.92), transparent 42%); }
  .hero-copy { width: 68%; }
  .hero h1 { font-size: clamp(42px, 6vw, 58px); }
  .stats-wrap { bottom: 26px; }
  .stats-grid { grid-template-columns: repeat(4, 1fr); padding: 15px 10px; }
  .stat-item { gap: 9px; padding: 0 9px; }
  .stat-item > .line-icon { flex-basis: 32px; width: 32px; height: 32px; transform: scale(.9); }
  .stat-item strong { font-size: 18px; }
  .stat-item span:not(.stat-icon) { font-size: 10px; }
  .stat-item small { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 135px; align-items: center; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .case-card:last-child { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .custom-logo, .default-logo { max-width: 166px; max-height: 29px; }
  .header-inner { gap: 12px; }
  .header-actions { margin-left: auto; gap: 7px; }
  .language-toggle { min-width: 71px; padding: 8px; font-size: 10px; }
  .hero { min-height: 790px; }
  .hero-backdrop { background-image: var(--hero-mobile); background-position: 70% center; }
  .hero-backdrop::after { background: linear-gradient(90deg, rgba(1,1,1,.95), rgba(1,1,1,.67) 75%, rgba(1,1,1,.34)), linear-gradient(0deg, rgba(0,0,0,.96), rgba(0,0,0,.12) 65%); }
  .hero-content { min-height: 790px; align-items: flex-start; padding-top: 145px; padding-bottom: 220px; }
  .hero-copy { width: 100%; }
  .eyebrow { min-height: 25px; margin-bottom: 16px; padding-inline: 10px; font-size: 9px; }
  .hero h1 { width: 100%; font-size: clamp(34px, 10.5vw, 46px); line-height: 1.16; }
  .hero-subtitle { margin: 8px 0 14px; font-size: 15px; }
  .hero-description { max-width: 92%; font-size: 11px; line-height: 1.65; }
  .hero-description span { display: none; }
  .hero-buttons { gap: 10px; margin-top: 24px; }
  .button { min-height: 44px; padding-inline: 20px; gap: 18px; font-size: 12px; }
  .stats-wrap { bottom: 22px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); padding: 12px; }
  .stat-item { min-height: 62px; padding: 8px 12px; }
  .stat-item:nth-child(2) { border-right: 0; }
  .stat-item:nth-child(-n+2) { border-bottom: 1px solid rgba(235,193,126,.15); }
  .stat-item > .line-icon { flex-basis: 34px; width: 34px; height: 34px; transform: scale(.92); }
  .stat-item strong { font-size: 17px; }
  .section { padding: 58px 0; }
  .section-heading { margin-bottom: 22px; }
  .section-heading h2, .cta-card h2 { font-size: 25px; }
  .section-heading > p:last-child { font-size: 11px; }
  .service-card { min-height: 126px; padding: 18px; }
  .service-card p { min-height: 0; margin-bottom: 9px; }
  .service-icon { flex-basis: 34px; width: 34px; height: 34px; }
  .heading-row { align-items: flex-end; }
  .heading-row .text-link { display: none; }
  .case-grid { grid-template-columns: 86% 86% 86%; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
  .case-grid::-webkit-scrollbar { display: none; }
  .case-card, .case-card:last-child { display: block; scroll-snap-align: start; }
  .cta-card { display: block; padding: 30px 24px; }
  .cta-card .button { margin-top: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .posts-grid { grid-template-columns: 1fr; }
  .content-shell { padding-top: 120px; }
}

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