:root {
  color-scheme: dark;
  --bg: #050806;
  --surface: #0b110d;
  --surface-2: #101813;
  --text: #f4f7f4;
  --muted: #9aa59d;
  --muted-2: #6f7b72;
  --line: rgba(228, 244, 232, 0.12);
  --line-strong: rgba(228, 244, 232, 0.22);
  --accent: #a5ed69;
  --accent-strong: #72d43c;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  --radius: 24px;
  --radius-lg: 38px;
  --shell: min(1420px, calc(100vw - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: radial-gradient(circle at 12% 2%, rgba(77, 164, 78, 0.1), transparent 30rem), linear-gradient(180deg, #050806 0%, #070b08 50%, #050806 100%);
  color: var(--text);
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 84%);
  content: "";
  pointer-events: none;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--accent); color: #071008; }
.site-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; inset-block-start: 12px; inset-inline-start: 12px; z-index: 200; padding: 10px 16px; border-radius: 10px; background: var(--accent); color: #071008; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(5,8,6,.86); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.header-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 86px; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(165,237,105,.48); border-radius: 13px; background: rgba(165,237,105,.08); color: var(--accent); box-shadow: inset 0 0 22px rgba(165,237,105,.06); }
.brand-mark svg { width: 24px; height: 24px; }
.brand-text { display: grid; gap: 0; line-height: 1; }
.brand-text strong { font-size: 1.25rem; letter-spacing: -.025em; }
.brand-text small { margin-top: 6px; color: var(--muted-2); font-family: "Segoe UI", Arial, sans-serif; font-size: .58rem; font-weight: 700; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; }
.main-nav a, .footer-links a { position: relative; color: #c5cec7; font-size: .93rem; transition: color .2s ease; }
.main-nav a::after { position: absolute; inset: auto 0 -9px; width: 0; height: 2px; margin-inline: auto; border-radius: 99px; background: var(--accent); content: ""; transition: width .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { color: #fff; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-link { display: grid; place-items: center; min-width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; color: #dce3de; font-family: "Segoe UI", Arial, sans-serif; font-size: .82rem; font-weight: 700; transition: border-color .2s ease, background .2s ease; }
.language-link:hover, .language-link:focus-visible { border-color: rgba(165,237,105,.42); background: rgba(165,237,105,.08); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button svg, .case-link svg { width: 18px; height: 18px; }
[dir="rtl"] .button svg { transform: rotate(180deg); }
.button-primary { background: linear-gradient(135deg, #b3f27b, #8de656); color: #081008; box-shadow: 0 12px 32px rgba(116,211,63,.18); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 16px 38px rgba(116,211,63,.28); }
.button-light { border-color: var(--line-strong); background: rgba(255,255,255,.025); color: var(--text); }
.button-light:hover, .button-light:focus-visible { border-color: rgba(165,237,105,.42); background: rgba(165,237,105,.07); }
.button-dark { border-color: rgba(5,8,6,.3); background: #081008; color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: #fff; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 20px; height: 2px; margin: auto; border-radius: 99px; background: currentColor; content: ""; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle span::before { transform: translateY(-6px); }
.menu-toggle span::after { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before { transform: translateY(1px) rotate(45deg); background: #fff; }
.menu-toggle[aria-expanded="true"] span::after { transform: translateY(-1px) rotate(-45deg); background: #fff; }

.hero { position: relative; overflow: hidden; padding: 150px 0 44px; }
.hero::before { position: absolute; top: -220px; right: 10%; width: 720px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(97,195,73,.14), transparent 68%); content: ""; filter: blur(12px); pointer-events: none; }
.hero-panel { position: relative; display: grid; grid-template-columns: minmax(0,1.02fr) minmax(500px,.98fr); align-items: center; min-height: 670px; gap: clamp(44px,6vw,98px); }
.hero-copy { position: relative; z-index: 3; max-width: 720px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-size: .84rem; font-weight: 800; letter-spacing: .035em; }
.eyebrow::before, .kicker::before { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(165,237,105,.08); content: ""; }
.hero h1 { max-width: 760px; margin: 27px 0 24px; font-size: clamp(3.5rem,6vw,6.5rem); font-weight: 900; letter-spacing: -.065em; line-height: 1.08; }
[dir="rtl"] .hero h1 { letter-spacing: -.045em; }
.hero h1 .accent { color: var(--accent); }
.hero-copy > p { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1rem,1.3vw,1.18rem); line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 29px; color: #c1cbc3; font-size: .86rem; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 16px; height: 16px; padding: 3px; border-radius: 50%; background: rgba(165,237,105,.13); color: var(--accent); }

.hero-visual { position: relative; min-height: 640px; isolation: isolate; }
.visual-grid { position: absolute; inset: 42px 0 20px; z-index: -2; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(rgba(165,237,105,.045) 1px,transparent 1px), linear-gradient(90deg,rgba(165,237,105,.045) 1px,transparent 1px), radial-gradient(circle at 50% 35%,rgba(71,142,64,.15),transparent 55%), #080d0a; background-size: 40px 40px,40px 40px,auto,auto; box-shadow: var(--shadow); transform: perspective(1100px) rotateY(4deg) rotateX(1deg); }
[dir="rtl"] .visual-grid { transform: perspective(1100px) rotateY(-4deg) rotateX(1deg); }
.product-frame { position: absolute; overflow: hidden; margin: 0; border: 7px solid #151b17; border-radius: 37px; background: #050806; box-shadow: 0 28px 80px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.12); }
.product-frame::before { position: absolute; top: 8px; left: 50%; z-index: 2; width: 34%; height: 17px; border-radius: 0 0 12px 12px; background: #070908; content: ""; transform: translateX(-50%); }
.product-frame img { width: 100%; height: 100%; object-fit: cover; }
.product-frame-main { top: 74px; right: 8%; z-index: 2; width: 250px; height: 500px; transform: rotate(2.2deg); }
.product-frame-side { top: 117px; left: 10%; z-index: 1; width: 214px; height: 428px; opacity: .9; transform: rotate(-5deg); }
[dir="ltr"] .product-frame-main { right: 10%; transform: rotate(-2.2deg); }
[dir="ltr"] .product-frame-side { left: 8%; transform: rotate(5deg); }
.showcase-panel { position: absolute; z-index: 4; border: 1px solid var(--line-strong); background: rgba(12,18,14,.88); box-shadow: 0 20px 45px rgba(0,0,0,.32); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.showcase-panel-top { top: 32px; left: 0; width: min(290px,52%); padding: 18px 20px; border-radius: 18px; }
[dir="ltr"] .showcase-panel-top { right: 0; left: auto; }
.showcase-label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .72rem; }
.showcase-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(165,237,105,.08); }
.showcase-panel-top strong { display: block; margin-top: 7px; color: var(--accent); font-family: "Segoe UI",Arial,sans-serif; font-size: 1.9rem; line-height: 1; }
.showcase-panel-top p { margin: 9px 0 0; color: #c2ccc4; font-size: .78rem; }
.showcase-panel-bottom { right: 2%; bottom: 8px; display: flex; flex-wrap: wrap; gap: 7px; padding: 12px; border-radius: 14px; }
[dir="ltr"] .showcase-panel-bottom { right: auto; left: 2%; }
.showcase-panel-bottom span, .case-tags span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); color: #c4cec6; font-family: "Segoe UI",Arial,sans-serif; font-size: .7rem; }

.capability-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(10,15,11,.72); box-shadow: 0 18px 60px rgba(0,0,0,.18); overflow: hidden; }
.capability-strip > div { position: relative; padding: 23px 26px; }
.capability-strip > div:not(:last-child)::after { position: absolute; inset-block: 21px; inset-inline-end: 0; width: 1px; background: var(--line); content: ""; }
.capability-strip strong, .capability-strip span { display: block; }
.capability-strip strong { font-size: .96rem; }
.capability-strip span { margin-top: 3px; color: var(--muted-2); font-size: .76rem; }

.section { position: relative; padding: 118px 0; }
.section + .section { border-top: 1px solid rgba(228,244,232,.055); }
.section-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.6fr); align-items: end; gap: 50px; margin-bottom: 48px; }
.section h2, .contact-panel h2 { max-width: 830px; margin: 15px 0 0; font-size: clamp(2.15rem,4vw,4.35rem); font-weight: 900; letter-spacing: -.05em; line-height: 1.18; }
[dir="rtl"] .section h2, [dir="rtl"] .contact-panel h2 { letter-spacing: -.035em; }
.section-lead { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(9,14,10,.72); overflow: hidden; }
.service-card { position: relative; min-height: 330px; padding: 35px 30px; transition: background .25s ease; }
.service-card:not(:last-child) { border-inline-end: 1px solid var(--line); }
.service-card:hover { background: linear-gradient(180deg,rgba(165,237,105,.075),rgba(165,237,105,.018)); }
.service-card::after { position: absolute; inset: auto 30px 0; height: 2px; background: var(--accent); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
[dir="ltr"] .service-card::after { transform-origin: left; }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(165,237,105,.25); border-radius: 16px; background: rgba(165,237,105,.07); color: var(--accent); }
.service-icon svg { width: 25px; height: 25px; }
.service-card h3, .process-step h3, .principle h3 { margin: 27px 0 12px; font-size: 1.2rem; }
.service-card p, .process-step p, .principle p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.85; }

.process-section { background: linear-gradient(180deg,rgba(15,23,17,.46),rgba(8,12,9,.14)); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-strong); }
.process-step { position: relative; min-height: 235px; padding: 31px 26px 22px; }
.process-step:not(:last-child)::after { position: absolute; inset-block: 0 28px; inset-inline-end: 0; width: 1px; background: var(--line); content: ""; }
.process-number { color: var(--accent); font-family: "Segoe UI",Arial,sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .06em; }

.work-section { overflow: hidden; }
.case-study { position: relative; display: grid; grid-template-columns: minmax(390px,.78fr) minmax(0,1.22fr); min-height: 650px; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: radial-gradient(circle at 75% 12%,rgba(85,173,70,.15),transparent 28rem),#090e0a; box-shadow: var(--shadow); overflow: hidden; }
.case-study-copy { position: relative; z-index: 3; padding: clamp(38px,5vw,72px); border-inline-end: 1px solid var(--line); }
.case-logo { width: auto; height: 42px; object-fit: contain; }
.case-study h3 { max-width: 520px; margin: 31px 0 16px; font-size: clamp(1.8rem,3vw,3.1rem); letter-spacing: -.045em; line-height: 1.25; }
.case-study-copy > p { max-width: 570px; margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.95; }
.case-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.case-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 34px; color: var(--accent); font-weight: 800; }
.case-link svg { transition: transform .2s ease; }
.case-link:hover svg, .case-link:focus-visible svg { transform: translate(3px,-3px); }
[dir="rtl"] .case-link:hover svg, [dir="rtl"] .case-link:focus-visible svg { transform: translate(-3px,-3px); }
.case-visual { position: relative; min-width: 0; overflow: hidden; }
.case-visual::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(165,237,105,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(165,237,105,.045) 1px,transparent 1px); background-size: 42px 42px; content: ""; mask-image: linear-gradient(90deg,transparent,#000 16%,#000); }
.case-gallery { position: relative; height: 100%; min-height: 650px; }
.case-shot { position: absolute; width: 270px; height: 540px; border: 7px solid #161d18; border-radius: 38px; object-fit: cover; box-shadow: 0 30px 80px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.12); }
.case-shot-rider { top: 73px; right: 17%; z-index: 2; transform: rotate(3deg); }
.case-shot-driver { top: 102px; left: 12%; z-index: 1; transform: rotate(-7deg) scale(.91); }
[dir="ltr"] .case-shot-rider { right: 12%; transform: rotate(-3deg); }
[dir="ltr"] .case-shot-driver { left: 17%; transform: rotate(7deg) scale(.91); }
.case-gallery-note { position: absolute; right: 6%; bottom: 38px; z-index: 4; min-width: 230px; padding: 16px 18px; border: 1px solid var(--line-strong); border-radius: 15px; background: rgba(10,15,11,.88); box-shadow: 0 18px 45px rgba(0,0,0,.35); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
[dir="ltr"] .case-gallery-note { right: auto; left: 6%; }
.case-gallery-note span, .case-gallery-note strong { display: block; }
.case-gallery-note span { color: var(--accent); font-size: .72rem; font-weight: 800; }
.case-gallery-note strong { margin-top: 4px; font-size: .9rem; }

.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.principle { min-height: 250px; padding: 33px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,rgba(16,24,18,.76),rgba(9,14,10,.76)); transition: border-color .25s ease,transform .25s ease; }
.principle:hover { border-color: rgba(165,237,105,.3); transform: translateY(-4px); }
.principle > span { color: var(--accent); font-family: "Segoe UI",Arial,sans-serif; font-size: .78rem; font-weight: 800; }

.contact-section { padding: 36px 0 105px; }
.contact-panel { position: relative; overflow: hidden; padding: clamp(38px,6vw,76px); border-radius: var(--radius-lg); background: linear-gradient(135deg,#b6f27f,#80dc49); color: #081008; box-shadow: 0 28px 80px rgba(63,145,47,.22); }
.contact-panel::after { position: absolute; top: -170px; left: -120px; width: 420px; height: 420px; border: 1px solid rgba(8,16,8,.14); border-radius: 50%; content: ""; box-shadow: 0 0 0 60px rgba(8,16,8,.035),0 0 0 120px rgba(8,16,8,.025); }
.contact-panel .kicker { color: #173d1b; }
.contact-panel .kicker::before { background: #173d1b; box-shadow: 0 0 0 6px rgba(8,16,8,.08); }
.contact-row { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-top: 27px; }
.contact-row p { max-width: 680px; margin: 0; color: rgba(8,16,8,.72); }
.site-footer { border-top: 1px solid var(--line); background: #050706; }
.footer-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 120px; gap: 30px; }
.footer-copy { color: var(--muted-2); font-size: .78rem; text-align: center; }
.footer-links { display: flex; gap: 20px; }

.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.js .hero [data-reveal] { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 40px,1180px); }
  .header-row { gap: 20px; }
  .main-nav { gap: 19px; }
  .hero-panel { grid-template-columns: minmax(0,1fr) minmax(430px,.9fr); gap: 35px; }
  .hero h1 { font-size: clamp(3.5rem,6.6vw,5.8rem); }
  .product-frame-main { right: 5%; }
  .product-frame-side { left: 5%; }
  .service-card { padding: 30px 23px; }
  .case-study { grid-template-columns: .9fr 1.1fr; }
  .case-shot { width: 235px; height: 470px; }
}

@media (max-width: 980px) {
  body.menu-open { overflow: hidden; }
  .header-row { grid-template-columns: auto 1fr auto; min-height: 76px; }
  .main-nav { position: fixed; top: 76px; right: 20px; left: 20px; display: grid; gap: 0; padding: 10px; border: 1px solid var(--line-strong); border-radius: 18px; background: rgba(8,13,9,.97); box-shadow: 0 30px 80px rgba(0,0,0,.55); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease,transform .2s ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 15px 16px; border-radius: 10px; }
  .main-nav a:hover { background: rgba(165,237,105,.07); }
  .main-nav a::after { display: none; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .hero { padding-top: 118px; }
  .hero-panel { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(650px,100%); min-height: 610px; margin: 8px auto 0; }
  .capability-strip { grid-template-columns: repeat(2,1fr); }
  .capability-strip > div:nth-child(2)::after { display: none; }
  .capability-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .section-lead { max-width: 680px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:nth-child(2) { border-inline-end: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(2)::after { display: none; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .case-study { grid-template-columns: 1fr; }
  .case-study-copy { border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .case-visual, .case-gallery { min-height: 620px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle { min-height: 0; }
  .footer-row { grid-template-columns: 1fr auto; padding: 28px 0; }
  .footer-copy { grid-column: 1 / -1; grid-row: 2; text-align: start; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); --radius-lg: 27px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-text strong { font-size: 1.08rem; }
  .language-link { min-width: 40px; height: 40px; }
  .menu-toggle { width: 40px; height: 40px; }
  .hero { padding-top: 105px; padding-bottom: 30px; }
  .hero-panel { gap: 26px; }
  .hero h1 { margin-top: 20px; font-size: clamp(2.75rem,14.4vw,4.25rem); line-height: 1.12; }
  .hero-copy > p { font-size: .94rem; line-height: 1.85; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 52px; }
  .hero-proof { gap: 10px 16px; }
  .hero-visual { min-height: 470px; }
  .visual-grid { inset: 30px 0 12px; border-radius: 25px; }
  .product-frame-main { top: 56px; right: 8%; width: 181px; height: 362px; border-width: 5px; border-radius: 29px; }
  .product-frame-side { top: 89px; left: 7%; width: 150px; height: 300px; border-width: 5px; border-radius: 26px; }
  .product-frame::before { height: 12px; top: 5px; }
  .showcase-panel-top { top: 10px; left: 0; width: 48%; padding: 12px 13px; }
  [dir="ltr"] .showcase-panel-top { right: 0; left: auto; }
  .showcase-panel-top strong { font-size: 1.35rem; }
  .showcase-panel-top p { display: none; }
  .showcase-panel-bottom { right: 0; bottom: 0; max-width: 74%; padding: 8px; }
  [dir="ltr"] .showcase-panel-bottom { right: auto; left: 0; }
  .showcase-panel-bottom span { padding: 4px 7px; font-size: .58rem; }
  .capability-strip > div { padding: 18px 16px; }
  .capability-strip strong { font-size: .84rem; }
  .section { padding: 78px 0; }
  .section-head { margin-bottom: 31px; }
  .section h2, .contact-panel h2 { font-size: clamp(2rem,10vw,3rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 28px 24px; border-inline-end: 0 !important; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card:nth-child(3) { border-bottom: 1px solid var(--line); }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 0; padding: 26px 16px; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .process-step::after { display: none; }
  .case-study-copy { padding: 33px 25px; }
  .case-study h3 { margin-top: 24px; }
  .case-visual, .case-gallery { min-height: 480px; }
  .case-shot { width: 178px; height: 356px; border-width: 5px; border-radius: 29px; }
  .case-shot-rider { top: 61px; right: 9%; }
  .case-shot-driver { top: 88px; left: 7%; }
  .case-gallery-note { right: 6%; bottom: 22px; min-width: 195px; padding: 12px 14px; }
  [dir="ltr"] .case-gallery-note { right: auto; left: 6%; }
  .principle { padding: 27px 24px; }
  .contact-section { padding-bottom: 76px; }
  .contact-panel { padding: 35px 25px; }
  .contact-row { align-items: stretch; flex-direction: column; gap: 24px; }
  .footer-row { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-copy { grid-column: auto; grid-row: auto; }
}

@media (max-width: 420px) {
  .brand-text small { display: none; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-visual { min-height: 430px; }
  .product-frame-main { right: 4%; width: 169px; height: 338px; }
  .product-frame-side { left: 3%; width: 139px; height: 278px; }
  .case-shot { width: 164px; height: 328px; }
}

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