:root {
  --ink: #10233f;
  --muted: #607086;
  --line: #dce5ee;
  --paper: #ffffff;
  --wash: #f4f7fb;
  --navy: #0b2340;
  --blue: #246bfe;
  --blue-dark: #164fc0;
  --mint: #2ed6a1;
  --warm: #ffca7a;
  --shadow: 0 24px 80px rgba(9, 35, 69, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -60px; z-index: 999; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 229, 238, 0.85);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -0.02em; }
.brand-mark { width: 38px; height: 38px; }
.brand small { display: block; margin-top: -4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 650; }
.nav a { text-decoration: none; color: #33475f; }
.nav a:hover, .nav a:focus-visible { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-select { max-width: 150px; height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; font: inherit; font-size: 13px; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 10px; background: #fff; width: 42px; height: 42px; font-size: 20px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 12px; text-decoration: none; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 30px rgba(36, 107, 254, .24); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.85); }
.button-small { min-height: 42px; padding-inline: 15px; font-size: 13px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 72px;
  background:
    radial-gradient(circle at 88% 15%, rgba(46, 214, 161, .18), transparent 27%),
    radial-gradient(circle at 12% 10%, rgba(36, 107, 254, .12), transparent 30%),
    linear-gradient(180deg, #f9fbfe 0%, #fff 100%);
}
.hero::after { content: ""; position: absolute; right: -120px; bottom: -220px; width: 520px; height: 520px; border: 1px solid rgba(36, 107, 254, .14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(36,107,254,.025), 0 0 0 140px rgba(36,107,254,.018); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 780px; margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.04; letter-spacing: -.052em; }
.hero-copy { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 30px; color: #4d5f75; font-size: 13px; font-weight: 650; }
.trust-line span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-inline-end: 8px; border-radius: 50%; background: var(--mint); }

.signal-card { position: relative; padding: 26px; border: 1px solid rgba(199, 214, 229, .9); border-radius: 24px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); }
.signal-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.signal-top strong { font-size: 15px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; color: #10634d; background: #e8fbf4; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.live-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(46,214,161,.16); }
.signal-flow { display: grid; gap: 12px; margin-top: 20px; }
.signal-item { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid #e6edf4; border-radius: 14px; background: var(--wash); }
.signal-index { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 800; }
.signal-item strong { display: block; font-size: 13px; }
.signal-item small { color: var(--muted); font-size: 11px; }
.signal-check { color: #0a9d72; font-weight: 900; }

.section { padding: 84px 0; }
.section-tint { background: var(--wash); }
.section-dark { color: #fff; background: var(--navy); }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p { margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.section-dark .section-heading p { color: #b9c7d7; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { min-height: 100%; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.card-label { display: inline-flex; margin-bottom: 22px; padding: 7px 10px; border-radius: 999px; color: var(--blue-dark); background: #ebf2ff; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.card h3 { margin: 0; font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }
.card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.portfolio-card { position: relative; overflow: hidden; padding-top: 34px; }
.portfolio-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--blue); }
.portfolio-card:nth-child(2)::before { background: var(--mint); }
.portfolio-card:nth-child(3)::before { background: var(--warm); }
.portfolio-card:nth-child(4)::before { background: linear-gradient(90deg, var(--blue), var(--mint)); }

.nav a.active { color: var(--blue); }
.subhero { position: relative; overflow: hidden; padding: 88px 0 76px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 20%, rgba(46,214,161,.18), transparent 28%), linear-gradient(135deg, #eef4ff 0%, #fff 62%); }
.subhero-inner { position: relative; z-index: 2; }
.subhero h1 { max-width: 900px; }
.subhero p:not(.eyebrow) { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 19px; }
.breadcrumb { display: inline-flex; margin-bottom: 30px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-decoration: none; }
.breadcrumb::before { content: "←"; margin-inline-end: 8px; color: var(--blue); }
[dir="rtl"] .breadcrumb::before { content: "→"; }
.subhero-art { position: absolute; inset-inline-end: 7%; top: 20%; width: 240px; height: 240px; opacity: .72; }
.subhero-art span { position: absolute; border: 1px solid rgba(36,107,254,.22); border-radius: 50%; }
.subhero-art span:nth-child(1) { inset: 0; }
.subhero-art span:nth-child(2) { inset: 34px; border-color: rgba(46,214,161,.32); }
.subhero-art span:nth-child(3) { inset: 76px; background: linear-gradient(135deg, rgba(36,107,254,.12), rgba(46,214,161,.22)); border: 0; }
.page-section { padding-top: 72px; }
.page-card h2, .page-capability h2 { margin: 0; font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }
.page-capability h2 { margin-top: 18px; color: #fff; font-size: 18px; }
.category-map { position: relative; min-height: 440px; margin-top: 58px; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at center, rgba(36,107,254,.09), transparent 34%), var(--wash); overflow: hidden; }
.category-map::before, .category-map::after { content: ""; position: absolute; left: 50%; top: 50%; width: 62%; height: 1px; background: linear-gradient(90deg, transparent, #a8bed8, transparent); transform: translate(-50%,-50%) rotate(25deg); }
.category-map::after { transform: translate(-50%,-50%) rotate(-25deg); }
.map-core { position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; place-items: center; width: 132px; height: 132px; border-radius: 34px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue)); box-shadow: var(--shadow); transform: translate(-50%,-50%); text-align: center; font-weight: 900; letter-spacing: .08em; }
.map-node { position: absolute; z-index: 2; width: 180px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(16,44,78,.09); font-weight: 800; }
.map-node span { display: block; margin-bottom: 7px; color: var(--blue); font-size: 11px; }
.map-node-1 { left: 8%; top: 14%; }.map-node-2 { right: 8%; top: 14%; }.map-node-3 { left: 8%; bottom: 14%; }.map-node-4 { right: 8%; bottom: 14%; }
.integration-visual { display: grid; grid-template-columns: .78fr 1.22fr; gap: 46px; align-items: center; padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 20px 50px rgba(16,44,78,.08); }
.integration-copy h2 { margin: 0; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.12; }
.integration-copy p:last-child { color: var(--muted); }
.integration-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.integration-step { position: relative; min-height: 150px; padding: 22px; border-radius: 18px; color: #fff; background: var(--navy); }
.integration-step + .integration-step::before { content: "→"; position: absolute; inset-inline-start: -23px; top: 45%; color: var(--blue); font-weight: 900; }
[dir="rtl"] .integration-step + .integration-step::before { content: "←"; }
.integration-step span { display: block; color: #78e8c7; font-size: 11px; font-weight: 900; }
.integration-step strong { display: block; margin-top: 22px; }
.integration-step small { display: block; margin-top: 8px; color: #b9c7d7; }
.partner-side-card { min-height: 100%; padding: 32px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, var(--navy), #184f91); overflow: hidden; }
.partner-side-card p { position: relative; z-index: 2; margin: 0; font-size: 20px; line-height: 1.55; }
.partner-pattern { position: relative; height: 190px; margin-top: 28px; }
.partner-pattern span { position: absolute; width: 82px; height: 82px; border: 1px solid rgba(255,255,255,.34); border-radius: 24px; transform: rotate(18deg); }
.partner-pattern span:nth-child(1) { left: 8%; top: 45px; }.partner-pattern span:nth-child(2) { left: 34%; top: 4px; background: rgba(46,214,161,.16); }.partner-pattern span:nth-child(3) { right: 18%; top: 54px; background: rgba(36,107,254,.3); }.partner-pattern span:nth-child(4) { right: -4%; top: 4px; }
.company-story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.company-copy { max-width: 700px; }
.company-copy > p:first-child { margin-top: 0; color: var(--ink); font-size: 22px; line-height: 1.55; }
.company-copy h2 { margin: 42px 0 12px; font-size: 32px; }
.company-copy p { color: var(--muted); }
.company-mark { position: relative; min-height: 390px; }
.company-mark-core { position: absolute; left: 50%; top: 50%; z-index: 3; display: grid; place-items: center; width: 130px; height: 130px; border-radius: 34px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--mint)); box-shadow: var(--shadow); transform: translate(-50%,-50%); font-size: 64px; font-weight: 950; }
.company-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(36,107,254,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 260px; height: 260px; }.ring-two { width: 380px; height: 380px; border-color: rgba(46,214,161,.26); }
.company-dot { position: absolute; z-index: 4; width: 46px; height: 46px; border: 8px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 12px 24px rgba(16,44,78,.15); }
.dot-one { left: 17%; top: 22%; }.dot-two { right: 16%; top: 34%; background: var(--mint); }.dot-three { left: 32%; bottom: 8%; background: var(--warm); }
.principle-card { min-height: 210px; }

.category-overview { margin-bottom: 4px; }
.brand-section { position: relative; overflow: hidden; }
.brand-section::before { content: ""; position: absolute; inset-inline-end: -180px; top: -210px; width: 520px; height: 520px; border: 1px solid rgba(36,107,254,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(36,107,254,.02), 0 0 0 140px rgba(46,214,161,.018); }
.brand-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.brand-card { position: relative; min-height: 255px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 12px 32px rgba(16,44,78,.055); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.brand-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(16,44,78,.09); }
.brand-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand-monogram { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue)); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.brand-card:nth-child(3n+2) .brand-monogram { background: linear-gradient(135deg, #08775b, var(--mint)); }
.brand-card:nth-child(3n) .brand-monogram { background: linear-gradient(135deg, #9d5a00, var(--warm)); }
.brand-type { padding: 6px 9px; border-radius: 999px; color: #496079; background: var(--wash); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.brand-card h3 { margin: 24px 0 0; font-size: 21px; letter-spacing: -.02em; }
.brand-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.brand-index { position: absolute; inset-inline-end: 18px; bottom: 8px; color: rgba(36,107,254,.08); font-size: 52px; font-weight: 950; line-height: 1; }

.capability-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.capability-detail { display: grid; grid-template-columns: 52px 1fr; gap: 18px; min-height: 176px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); }
.capability-detail-number { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: #072c24; background: var(--mint); font-size: 12px; font-weight: 900; }
.capability-detail h2 { margin: 3px 0 0; color: #fff; font-size: 18px; line-height: 1.3; }
.capability-detail p { margin: 10px 0 0; color: #b9c7d7; font-size: 13px; }

.partner-manifesto-section { background: radial-gradient(circle at 88% 16%, rgba(46,214,161,.17), transparent 25%), linear-gradient(180deg, #fff, #f8fbff); }
.partner-manifesto { max-width: 940px; }
.partner-manifesto h2 { max-width: 900px; margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.partner-manifesto > p:last-child { max-width: 880px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.partner-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.partner-values article { position: relative; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(16,44,78,.055); }
.partner-values span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.partner-values h3 { margin: 28px 0 0; font-size: 20px; }
.partner-values p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }

.about-work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.about-work-card { position: relative; min-height: 245px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.about-work-card::after { content: ""; position: absolute; left: 26px; right: 26px; bottom: 0; height: 4px; border-radius: 4px 4px 0 0; background: linear-gradient(90deg, var(--blue), var(--mint)); }
.about-work-card > span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.about-work-card h3 { margin: 32px 0 0; font-size: 19px; }
.about-work-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.value-chain-section .section-heading { max-width: 820px; }
.value-chain { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.value-chain article { position: relative; min-height: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.055); }
.value-chain article + article::before { content: "→"; position: absolute; inset-inline-start: -23px; top: 46%; z-index: 2; color: var(--mint); font-size: 20px; font-weight: 900; }
[dir="rtl"] .value-chain article + article::before { content: "←"; }
.value-chain span { color: #78e8c7; font-size: 11px; font-weight: 900; }
.value-chain strong { display: block; margin-top: 34px; color: #fff; font-size: 16px; }
.value-chain small { display: block; margin-top: 10px; color: #b9c7d7; }

.capability { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); }
.capability-number { color: #77e6c5; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.capability h3 { margin: 18px 0 0; font-size: 18px; }
.capability p { margin: 10px 0 0; color: #b9c7d7; font-size: 13px; }

.audience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.audience-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.audience-item { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.audience-item h3 { margin: 0; font-size: 16px; }
.audience-item p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.paypal-note { margin-top: 20px; padding: 18px 20px; border-inline-start: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: #eef4ff; color: #2d4562; font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: steps; }
.step { position: relative; padding: 26px 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; counter-increment: steps; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 24px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.step h3 { margin: 0; font-size: 17px; }
.step p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }

.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 52px 20px 22px; font-weight: 750; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; inset-inline-end: 22px; top: 17px; color: var(--blue); font-size: 24px; font-weight: 500; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.cta-box { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; padding: 42px; border-radius: 24px; color: #fff; background: linear-gradient(135deg, #123a69 0%, #246bfe 100%); box-shadow: var(--shadow); }
.cta-box h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.12; letter-spacing: -.03em; }
.cta-box p { max-width: 690px; margin: 14px 0 0; color: #e2ecff; }
.cta-box .button { background: #fff; color: var(--navy); box-shadow: 0 10px 24px rgba(0,0,0,.14); }
.contact-detail { margin-top: 14px; color: #dbe7ff; font-size: 13px; }
.contact-detail a { font-weight: 800; }

.site-footer { padding: 38px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; }
.footer-brand { color: var(--ink); font-weight: 800; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }
.legal-note { max-width: 700px; margin: 12px 0 0; font-size: 12px; }

.privacy-main { min-height: 70vh; padding: 76px 0; }
.privacy-main h1 { font-size: clamp(38px, 5vw, 58px); }
.prose { max-width: 780px; }
.prose h2 { margin-top: 34px; }
.prose p, .prose li { color: var(--muted); }

[dir="rtl"] .signal-item { grid-template-columns: auto 1fr 38px; }
[dir="rtl"] .signal-index { order: 3; }
[dir="rtl"] .signal-check { order: 1; }
[dir="rtl"] .paypal-note { border-inline-start: 4px solid var(--blue); border-radius: 14px 0 0 14px; }

@media (max-width: 980px) {
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 66px; padding: 18px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .menu-button { display: inline-grid; place-items: center; }
  .header-actions .button { display: none; }
  .hero-grid, .audience-grid, .company-story-grid, .integration-visual { grid-template-columns: 1fr; }
  .signal-card { max-width: 660px; }
  .grid-4, .steps { grid-template-columns: repeat(2, 1fr); }
  .brand-grid, .about-work-grid, .value-chain { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .site-header .brand small { display: none; }
  .language-select { width: 112px; }
  .hero { padding: 64px 0 54px; }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  .section { padding: 64px 0; }
  .grid-3, .grid-4, .steps, .audience-list, .brand-grid, .capability-detail-grid, .partner-values, .about-work-grid, .value-chain { grid-template-columns: 1fr; }
  .cta-box { grid-template-columns: 1fr; padding: 30px 24px; }
  .footer-inner { flex-direction: column; }
  .signal-item { grid-template-columns: 34px 1fr auto; padding: 12px; }
  .subhero { padding: 58px 0 50px; }
  .subhero-art { width: 150px; height: 150px; opacity: .35; }
  .category-map { min-height: 540px; }
  .map-core { width: 108px; height: 108px; border-radius: 28px; }
  .map-node { width: 132px; padding: 14px; font-size: 13px; }
  .map-node-1 { left: 5%; top: 8%; }.map-node-2 { right: 5%; top: 8%; }.map-node-3 { left: 5%; bottom: 8%; }.map-node-4 { right: 5%; bottom: 8%; }
  .integration-visual { padding: 26px 20px; }
  .integration-track { grid-template-columns: 1fr; }
  .integration-step + .integration-step::before { content: "↓"; inset-inline-start: 50%; top: -22px; transform: translateX(-50%); }
  [dir="rtl"] .integration-step + .integration-step::before { content: "↓"; }
  .company-mark { min-height: 300px; overflow: hidden; }
  .ring-two { width: 300px; height: 300px; }
  .capability-detail { grid-template-columns: 46px 1fr; padding: 20px; }
  .value-chain article + article::before, [dir="rtl"] .value-chain article + article::before { content: "↓"; inset-inline-start: 50%; top: -22px; transform: translateX(-50%); }
}

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