:root {
  --orange: #f47a00;
  --orange-dark: #d86600;
  --orange-soft: #fff2e5;
  --ink: #111318;
  --ink-2: #1b1e24;
  --muted: #66707a;
  --surface: #f4f5f6;
  --line: #e4e6e8;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(17, 19, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.topline { color: rgba(255,255,255,.65); background: #0b0d11; font-size: 11px; }
.topline-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.topline a { color: #ff9a3b; font-weight: 750; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(17,19,24,.08); backdrop-filter: blur(15px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 49px; height: 49px; object-fit: cover; border-radius: 9px; box-shadow: 0 5px 14px rgba(17,19,24,.13); }
.brand > span { display: grid; gap: 3px; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.main-nav a { position: relative; padding: 31px 0; font-size: 12px; font-weight: 750; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.header-call { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; color: #fff; background: var(--ink); border-radius: 10px; font-size: 11px; font-weight: 800; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.header-call:hover { background: var(--orange); transform: translateY(-1px); }
.menu-button { display: none; width: 43px; height: 43px; place-items: center; margin-left: auto; background: #fff; border: 1px solid var(--line); border-radius: 10px; }

.hero { position: relative; overflow: hidden; padding: 88px 0 96px; background: linear-gradient(122deg, #f7f8f9 0%, #fff 59%, #fff3e7 100%); }
.hero::before, .page-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(17,19,24,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17,19,24,.055) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, transparent, #000 48%, transparent); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow i { width: 25px; height: 2px; background: currentColor; }
.eyebrow-light { color: #ff9c3f; }
.hero h1, .page-hero h1 { margin: 22px 0 0; font-size: clamp(46px, 5.25vw, 72px); line-height: 1.02; letter-spacing: -.058em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 670px; margin: 26px 0 0; color: #5c6670; font-size: 17px; line-height: 1.74; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 0; border-radius: 10px; cursor: pointer; font-size: 12px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 26px rgba(244,122,0,.24); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 15px 30px rgba(244,122,0,.32); }
.button-secondary { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(17,19,24,.06); }
.proof-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 29px; color: #5b6570; font-size: 11px; font-weight: 700; }
.proof-row span { display: flex; align-items: center; gap: 6px; }
.proof-row svg { color: var(--orange); }
.hero-visual { position: relative; min-height: 510px; padding: 19px 19px 0 0; }
.hero-visual > img { width: 100%; height: 490px; object-fit: cover; border-radius: 4px 30px 4px 30px; box-shadow: var(--shadow); filter: saturate(.8) contrast(1.05); }
.hero-visual::after { content: ""; position: absolute; inset: 19px 19px 0 0; border-radius: 4px 30px 4px 30px; background: linear-gradient(180deg, transparent 45%, rgba(8,10,13,.72)); }
.hero-badge { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: 270px; display: grid; gap: 5px; padding: 19px 22px; color: #fff; background: var(--orange); border-radius: 12px 3px 12px 3px; box-shadow: 0 16px 35px rgba(244,122,0,.3); }
.hero-badge small { color: rgba(255,255,255,.72); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.hero-badge strong { font-size: 13px; }
.hero-coordinate { position: absolute; z-index: 2; left: 28px; bottom: 26px; color: rgba(255,255,255,.72); font: 10px/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.mini-trust { color: rgba(255,255,255,.56); background: var(--ink); }
.mini-trust .container { min-height: 92px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; text-align: center; }
.mini-trust span { font-size: 13px; font-weight: 900; letter-spacing: .08em; }

.section { padding: 108px 0; }
.surface { background: var(--surface); }
.section-title { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,440px) auto; align-items: end; gap: 55px; margin-bottom: 44px; }
.section-title > div { min-width: 0; }
.section-title h2 { margin: 13px 0 0; font-size: clamp(34px, 3.8vw, 51px); line-height: 1.08; letter-spacing: -.048em; }
.section-title > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--orange-dark); font-size: 11px; font-weight: 850; white-space: nowrap; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -78px; bottom: -78px; border: 30px solid var(--orange-soft); border-radius: 50%; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(244,122,0,.5); box-shadow: var(--shadow); }
.service-no { position: absolute; right: 23px; top: 22px; color: #c9cdd1; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.service-icon { width: 55px; height: 55px; display: grid; place-items: center; color: var(--orange-dark); background: var(--orange-soft); border-radius: 12px; font: 800 10px ui-monospace, monospace; letter-spacing: .06em; }
.service-card h3 { margin: 25px 0 12px; font-size: 20px; letter-spacing: -.025em; }
.service-card p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.card-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 24px; font-size: 11px; font-weight: 850; }
.service-grid-wide .service-card { min-height: 350px; }

.split-feature { padding: 0 0 108px; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.split-grid > div { min-height: 560px; position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 66px; overflow: hidden; }
.split-dark { color: #fff; background: var(--ink); }
.split-orange { color: #fff; background: var(--orange); }
.split-grid h2 { position: relative; z-index: 2; max-width: 500px; margin: 20px 0 0; font-size: 42px; line-height: 1.1; letter-spacing: -.045em; }
.split-grid p { position: relative; z-index: 2; max-width: 480px; margin: 22px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.split-grid .button { position: relative; z-index: 2; margin-top: auto; }
.split-orange img { position: absolute; right: -74px; bottom: -14px; width: 440px; height: 360px; object-fit: contain; mix-blend-mode: multiply; opacity: .88; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(244,122,0,.45); box-shadow: var(--shadow); }
.product-image { position: relative; height: 225px; overflow: hidden; background: #e8eaec; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-image span { position: absolute; right: 11px; bottom: 11px; padding: 7px 9px; color: #fff; background: #e6291e; border-radius: 7px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.product-copy { min-height: 250px; display: flex; flex-direction: column; padding: 22px; }
.product-kicker { margin: 0!important; color: var(--orange-dark)!important; font-size: 9px!important; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-copy h3 { margin: 10px 0 11px; font-size: 17px; line-height: 1.35; letter-spacing: -.02em; }
.product-copy > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.product-bottom strong { color: var(--orange-dark); font-size: 17px; }
.product-bottom a { width: 38px; height: 38px; display: grid; place-items: center; background: var(--surface); border-radius: 9px; }
.card-prices { display: grid; gap: 4px; }
.card-prices del { color: #9ba2aa; font-size: 11px; font-weight: 650; }
.card-prices strong { margin: 0; }

.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reference-card { overflow: hidden; padding-bottom: 27px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.reference-card > div { position: relative; height: 245px; overflow: hidden; background: #ddd; }
.reference-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.reference-card:hover img { transform: scale(1.04); }
.reference-card > div span { position: absolute; left: 17px; bottom: 16px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 10px; font-size: 10px; font-weight: 850; }
.reference-card > small { display: block; margin: 25px 25px 0; color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.reference-card h3 { margin: 11px 25px 0; font-size: 18px; line-height: 1.42; letter-spacing: -.025em; }
.reference-card > p { margin: 12px 25px 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.reference-card-link { height: 100%; display: flex; flex-direction: column; }
.reference-card-link > div { position: relative; height: 245px; overflow: hidden; background: #ddd; }
.reference-card-link > div span { position: absolute; left: 17px; bottom: 16px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 10px; font-size: 10px; font-weight: 850; }
.reference-card-link > small { display: block; margin: 25px 25px 0; color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.reference-card-link > p { margin: 12px 25px 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.reference-card-link > b { margin: auto 25px 0; padding-top: 18px; color: var(--orange-dark); font-size: 10px; }

.simple-cta { padding: 75px 0; color: #fff; background: var(--orange); }
.simple-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.simple-cta span { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.simple-cta h2 { margin: 8px 0 0; font-size: clamp(30px,4vw,48px); letter-spacing: -.045em; }
.simple-cta .button { color: var(--ink); background: #fff; box-shadow: none; }

.page-hero { position: relative; overflow: hidden; padding: 88px 0 92px; color: #fff; background: var(--ink); }
.page-hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -250px; top: -270px; border: 85px solid rgba(244,122,0,.11); border-radius: 50%; }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.page-hero h1 { max-width: 760px; font-size: clamp(42px,5vw,66px); }
.page-hero p { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.72; }
.inline-phone { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 800; }
.technical-panel { min-height: 340px; display: flex; flex-direction: column; padding: 34px; background: #171a20; border: 1px solid rgba(255,255,255,.11); border-radius: 3px 24px 3px 24px; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.technical-panel > span { color: rgba(255,255,255,.35); font: 10px ui-monospace, monospace; letter-spacing: .15em; }
.technical-panel > strong { margin: 28px 0; color: #6cf48d; font: 800 54px ui-monospace, monospace; letter-spacing: -.04em; }
.technical-panel > div { display: grid; grid-template-columns: repeat(6,1fr); gap: 9px; margin-top: auto; }
.technical-panel i { height: 58px; background: linear-gradient(180deg, #292e36, #20242a); border: 1px solid #333841; border-radius: 4px; }
.technical-panel i:nth-child(2), .technical-panel i:nth-child(5) { background: linear-gradient(180deg, #f8871a, #c95c00); border-color: #ff9a3b; }
.technical-panel small { margin-top: 22px; color: rgba(255,255,255,.35); font: 9px ui-monospace, monospace; }

.service-detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: start; }
.service-detail-grid .section-title { display: block; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-grid > div { min-height: 92px; display: flex; align-items: center; gap: 15px; padding: 18px; background: var(--surface); border-radius: 12px; }
.check-grid span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--orange); border-radius: 9px; }
.check-grid strong { font-size: 13px; }
.detail-note { padding: 42px; color: #fff; background: var(--ink); border-radius: 4px 24px 4px 24px; box-shadow: var(--shadow); }
.detail-note > small { color: #ff9c3f; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.detail-note h2 { margin: 14px 0 0; font-size: 34px; line-height: 1.12; letter-spacing: -.04em; }
.detail-note p { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.7; }
.detail-note ol { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.1); }
.detail-note li { display: flex; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.detail-note li b { color: var(--orange); font-size: 10px; letter-spacing: .1em; }
.process-section { padding-top: 0; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 44px rgba(17,19,24,.06); }
.process-grid article { min-height: 220px; padding: 32px; background: #fff; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid b { width: 48px; height: 48px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 50%; font-size: 11px; }
.process-grid h3 { margin: 26px 0 8px; font-size: 18px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.robot-console { padding: 28px; background: #171a20; border: 1px solid rgba(255,255,255,.12); border-radius: 3px 24px 3px 24px; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.console-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font: 9px ui-monospace,monospace; letter-spacing: .13em; }
.console-top i { width: 9px; height: 9px; background: #62ec80; border-radius: 50%; box-shadow: 0 0 0 5px rgba(98,236,128,.1); }
.console-brands { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 28px 0; }
.console-brands b { height: 90px; display: grid; place-items: center; color: #fff; background: #20242b; border: 1px solid #303641; border-radius: 7px; font-size: 17px; letter-spacing: .04em; }
.console-brands b:nth-child(2) { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.console-path { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.55); font: 9px ui-monospace,monospace; }
.console-path svg { color: var(--orange); }
.robot-console > small { display: block; margin-top: 24px; color: #64ea83; font: 9px ui-monospace,monospace; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.feature-card { min-height: 280px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.feature-card b { display: inline-grid; width: 47px; height: 47px; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 11px; font-size: 10px; letter-spacing: .08em; }
.feature-card h3 { margin: 28px 0 12px; font-size: 20px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.brand-band { padding: 75px 0; color: #fff; background: var(--ink); }
.brand-band-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.brand-band-grid > a { padding: 10px 45px; border-right: 1px solid rgba(255,255,255,.12); transition: transform .2s ease; }
.brand-band-grid > a:first-child { padding-left: 0; }
.brand-band-grid > a:last-child { border-right: 0; }
.brand-band-grid > a:hover { transform: translateY(-3px); }
.brand-band-grid span { color: var(--orange); font-size: 28px; font-weight: 900; letter-spacing: .04em; }
.brand-band-grid p { color: rgba(255,255,255,.5); font-size: 11px; }
.brand-band-grid b { color: rgba(255,255,255,.8); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.robot-back-link { margin-top: 28px; }

.senpum-hero-image { position: relative; min-height: 370px; overflow: hidden; background: #fff; border-radius: 3px 24px 3px 24px; }
.senpum-hero-image img { width: 100%; height: 370px; object-fit: contain; }
.senpum-hero-image span { position: absolute; right: 16px; bottom: 16px; padding: 9px 12px; color: #fff; background: var(--orange); border-radius: 7px; font: 9px ui-monospace,monospace; letter-spacing: .1em; }
.senpum-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 75px; }
.senpum-intro .section-title { display: block; }
.category-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.category-list span { display: flex; align-items: center; gap: 10px; padding: 14px 15px; background: var(--surface); border-radius: 9px; font-size: 11px; font-weight: 750; }
.category-list svg { color: var(--orange); }
.senpum-intro aside { padding: 38px; color: #fff; background: var(--orange); border-radius: 4px 22px 4px 22px; }
.senpum-intro aside small { color: rgba(255,255,255,.7); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.senpum-intro aside h3 { margin: 14px 0; font-size: 30px; line-height: 1.15; letter-spacing: -.04em; }
.senpum-intro aside p { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.7; }
.senpum-intro aside .button { margin-top: 18px; color: var(--ink); background: #fff; box-shadow: none; }
.senpum-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.senpum-gallery figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.senpum-gallery figure.wide { grid-column: span 2; }
.senpum-gallery img { width: 100%; height: 330px; object-fit: contain; transition: transform .3s ease; }
.senpum-gallery figure:hover img { transform: scale(1.035); }
.senpum-gallery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 9px 12px; color: #fff; background: var(--ink); border-radius: 8px; font-size: 10px; font-weight: 800; }

.listing-head { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 30px; }
.listing-head span { color: var(--orange-dark); font-size: 12px; font-weight: 850; }
.listing-head p { margin: 0; color: var(--muted); font-size: 11px; }
.empty-state { max-width: 650px; margin: 0 auto; padding: 70px; text-align: center; background: var(--surface); border-radius: var(--radius); }
.empty-state > span { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto; color: var(--orange); background: var(--orange-soft); border-radius: 50%; font-weight: 900; }
.empty-state h2 { font-size: 28px; }
.empty-state p { color: var(--muted); font-size: 13px; }
.empty-state .button { margin-top: 15px; }
.product-detail { padding: 90px 0 110px; background: var(--surface); }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.detail-image { position: relative; min-height: 550px; overflow: hidden; background: #fff; border-radius: 4px 28px 4px 28px; box-shadow: var(--shadow); }
.detail-image img { width: 100%; height: 550px; object-fit: cover; }
.detail-image > span { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; color: #fff; background: #e6291e; border-radius: 8px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--muted); font-size: 11px; font-weight: 750; }
.detail-copy h1 { margin: 16px 0; font-size: clamp(38px,4vw,56px); line-height: 1.08; letter-spacing: -.05em; }
.detail-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; }
.detail-price { display: block; margin: 30px 0; color: var(--orange-dark); font-size: 30px; }
.detail-prices { display: grid; gap: 7px; margin: 30px 0; }
.detail-prices del { color: #9299a1; font-size: 17px; font-weight: 650; }
.detail-prices strong { color: var(--orange-dark); font-size: 30px; }
.detail-copy .button { margin-right: 10px; }
.attachment-link { display: inline-flex; align-items: center; gap: 8px; padding: 14px; color: var(--ink); font-size: 11px; font-weight: 800; }
.detail-copy > small { display: block; margin-top: 18px; color: var(--muted); font-size: 10px; }

.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: start; }
.contact-details h2 { margin: 15px 0; font-size: 44px; line-height: 1.1; letter-spacing: -.045em; }
.contact-details > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.contact-details > a, .address-row { display: flex; align-items: center; gap: 15px; margin-top: 16px; }
.contact-details > a > span, .address-row > span { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; color: var(--orange); background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.contact-details > a > div, .address-row > div { display: grid; gap: 4px; }
.contact-details small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { font-size: 13px; }
.mail-composer { padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: 4px 24px 4px 24px; box-shadow: var(--shadow); }
.composer-title { display: flex; align-items: center; gap: 14px; }
.composer-title > span { width: 51px; height: 51px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 12px; }
.composer-title small { color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.composer-title h2 { margin: 3px 0 0; font-size: 27px; }
.mail-composer > p { margin: 22px 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.mail-composer label { display: grid; gap: 7px; margin-top: 14px; }
.mail-composer label > span { color: #404852; font-size: 10px; font-weight: 750; }
.mail-composer input, .mail-composer select, .mail-composer textarea { width: 100%; color: var(--ink); background: var(--surface); border: 1px solid transparent; border-radius: 9px; outline: 0; }
.mail-composer input, .mail-composer select { height: 48px; padding: 0 13px; }
.mail-composer textarea { min-height: 120px; padding: 13px; resize: vertical; }
.mail-composer input:focus, .mail-composer select:focus, .mail-composer textarea:focus { background: #fff; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,122,0,.1); }
.composer-button { width: 100%; margin-top: 18px; }
.direct-email { display: block; margin-top: 13px; color: var(--muted); text-align: center; font-size: 9px; }

.admin-head { padding: 74px 0; color: #fff; background: var(--ink); }
.admin-head .back-link { color: rgba(255,255,255,.55); }
.admin-head h1 { margin: 17px 0 10px; font-size: 54px; letter-spacing: -.05em; }
.admin-head p { max-width: 650px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.7; }
.admin-section { background: var(--surface); }
.admin-layout { display: grid; grid-template-columns: 390px 1fr; gap: 30px; align-items: start; }
.admin-form { position: sticky; top: 106px; padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 15px 45px rgba(17,19,24,.07); }
.admin-form-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.admin-form-head span { font-size: 19px; font-weight: 850; }
.admin-form-head button { color: var(--orange-dark); background: transparent; border: 0; font-size: 10px; font-weight: 800; cursor: pointer; }
.admin-form label:not(.sale-switch):not(.file-drop) { display: grid; gap: 7px; margin-top: 14px; }
.admin-form label > span { color: #404852; font-size: 10px; font-weight: 750; }
.admin-form input:not([type="checkbox"]):not([type="file"]), .admin-form textarea { width: 100%; background: var(--surface); border: 1px solid transparent; border-radius: 9px; outline: 0; }
.admin-form input:not([type="checkbox"]):not([type="file"]) { height: 46px; padding: 0 12px; }
.admin-form textarea { min-height: 104px; padding: 12px; resize: vertical; }
.admin-form input:focus, .admin-form textarea:focus { background: #fff; border-color: var(--orange); }
.sale-switch { display: flex; align-items: center; gap: 11px; margin-top: 18px; padding: 13px; background: var(--surface); border-radius: 9px; cursor: pointer; }
.sale-switch input { width: 18px; height: 18px; accent-color: var(--orange); }
.sale-switch > span { display: grid; gap: 3px; }
.sale-switch b { font-size: 11px; }
.sale-switch small { color: var(--muted); font-size: 9px; }
.admin-form .sale-price-field { margin-top: 9px!important; padding: 13px; background: var(--orange-soft); border: 1px solid rgba(244,122,0,.22); border-radius: 9px; }
.sale-price-field[hidden] { display: none!important; }
.file-drop { position: relative; display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 16px; color: var(--orange-dark); background: var(--orange-soft); border: 1px dashed rgba(244,122,0,.45); border-radius: 10px; cursor: pointer; }
.file-drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.file-drop > span { display: grid; gap: 3px; color: var(--ink)!important; }
.file-drop b { font-size: 10px; }
.file-drop small { color: var(--muted); font-size: 8px; }
.file-drop em { position: absolute; right: 10px; bottom: 5px; max-width: 150px; overflow: hidden; color: var(--orange-dark); font-size: 7px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.admin-save { width: 100%; margin-top: 18px; }
.admin-notice { margin: 12px 0 0; color: #278143; text-align: center; font-size: 10px; font-weight: 750; }
.admin-list { display: grid; gap: 13px; }
.admin-toolbar { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.admin-toolbar > div:first-child { display: flex; align-items: baseline; gap: 8px; }
.admin-toolbar span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.admin-toolbar strong { font-size: 18px; }
.admin-toolbar > div:last-child { display: flex; gap: 6px; }
.admin-toolbar button { min-height: 35px; display: inline-flex; align-items: center; gap: 5px; padding: 0 10px; background: var(--surface); border: 1px solid var(--line); border-radius: 7px; cursor: pointer; font-size: 9px; font-weight: 800; }
.admin-info { display: grid; grid-template-columns: auto 1fr; gap: 10px; padding: 14px 16px; color: #74400e; background: #fff1dc; border: 1px solid #f2d4a9; border-radius: 10px; font-size: 9px; line-height: 1.6; }
.admin-product { display: grid; grid-template-columns: 112px 1fr auto; gap: 18px; align-items: center; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.admin-product > img { width: 112px; height: 96px; object-fit: cover; background: var(--surface); border-radius: 9px; }
.admin-product > div:nth-child(2) > span { color: var(--orange-dark); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.admin-product h3 { margin: 5px 0; font-size: 15px; }
.admin-product p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.admin-product strong { display: block; margin-top: 7px; color: var(--orange-dark); font-size: 13px; }
.admin-product-prices { display: flex; align-items: baseline; gap: 9px; margin-top: 7px; }
.admin-product-prices del { color: #969da5; font-size: 10px; }
.admin-product-prices strong { margin-top: 0; }
.admin-product > div:last-child { display: flex; gap: 6px; }
.admin-product button { min-height: 36px; padding: 0 10px; background: var(--surface); border: 1px solid var(--line); border-radius: 7px; cursor: pointer; font-size: 9px; font-weight: 800; }
.admin-product .delete-button { width: 36px; display: grid; place-items: center; padding: 0; color: #c82820; }

.reference-detail-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 72px; align-items: center; }
.reference-detail-grid figure { min-height: 520px; margin: 0; overflow: hidden; background: var(--surface); border-radius: 4px 28px 4px 28px; box-shadow: var(--shadow); }
.reference-detail-grid figure img { width: 100%; height: 520px; object-fit: cover; }
.reference-detail-grid h2 { margin: 18px 0; font-size: clamp(34px,4vw,52px); line-height: 1.08; letter-spacing: -.045em; }
.reference-detail-grid p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.reference-facts { display: grid; gap: 8px; margin: 28px 0; }
.reference-facts span { display: flex; align-items: center; gap: 13px; padding: 13px 15px; background: var(--surface); border-radius: 9px; font-size: 11px; font-weight: 750; }
.reference-facts b { color: var(--orange); font-size: 9px; letter-spacing: .1em; }

.footer { color: #fff; background: #0a0c0f; }
.footer-grid { min-height: 280px; display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 80px; align-content: center; padding-top: 45px; padding-bottom: 45px; }
.brand-footer strong { color: #fff; }
.brand-footer small { color: rgba(255,255,255,.36); }
.footer-grid > div:first-child > p { max-width: 420px; margin: 20px 0 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.7; }
.footer h3 { margin: 0 0 17px; color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.67); font-size: 10px; line-height: 1.5; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.28); border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }
.mobile-call { display: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 10px; }
  .header-call span { display: none; }
  .hero-grid, .page-hero-grid { gap: 48px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .compact-grid .product-card:nth-child(4) { display: none; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .topline { display: none; }
  .header-inner { min-height: 72px; }
  .menu-button { display: grid; }
  .header-call { margin-left: auto; }
  .main-nav { position: absolute; left: 22px; right: 22px; top: calc(100% + 1px); display: none; align-items: stretch; flex-direction: column; gap: 0; margin: 0; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 0 0 14px 14px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 12px; border-bottom: 1px solid var(--line); font-size: 12px; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero-grid, .page-hero-grid, .service-detail-grid, .senpum-intro, .contact-grid, .product-detail-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero { padding-top: 70px; }
  .hero-visual { max-width: 650px; width: 100%; margin-inline: auto; }
  .mini-trust .container { grid-template-columns: repeat(3,1fr); gap: 20px; padding: 25px 0; }
  .section-title { grid-template-columns: 1fr; gap: 14px; }
  .section-title > p { max-width: 600px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .split-grid { grid-template-columns: 1fr; }
  .split-grid > div { min-height: 490px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .compact-grid .product-card:nth-child(4) { display: block; }
  .reference-grid { grid-template-columns: repeat(2,1fr); }
  .page-hero { padding: 75px 0; }
  .technical-panel, .robot-console, .senpum-hero-image { max-width: 600px; width: 100%; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-form { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-grid > div:first-child { grid-column: span 2; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand img { width: 43px; height: 43px; }
  .brand > span { display: none; }
  .header-call { width: 43px; justify-content: center; padding: 0; }
  .hero { padding: 58px 0 70px; }
  .hero h1, .page-hero h1 { font-size: 42px; }
  .hero-copy > p, .page-hero p { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .inline-phone { margin: 5px auto 0; }
  .proof-row { display: grid; gap: 9px; }
  .hero-visual { min-height: 405px; padding: 10px 10px 0 0; }
  .hero-visual > img { height: 390px; }
  .hero-visual::after { inset: 10px 10px 0 0; }
  .hero-badge { min-width: 235px; padding: 16px; }
  .mini-trust .container { grid-template-columns: repeat(2,1fr); }
  .section { padding: 78px 0; }
  .section-title { margin-bottom: 30px; }
  .section-title h2 { font-size: 35px; }
  .service-grid, .product-grid, .reference-grid, .feature-grid, .category-list, .senpum-gallery, .check-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .split-grid > div { min-height: 500px; padding: 40px 27px; }
  .split-grid h2 { font-size: 34px; }
  .split-orange img { width: 370px; right: -110px; }
  .product-card { display: grid; grid-template-columns: 42% 58%; }
  .product-image { height: auto; min-height: 260px; }
  .product-copy { min-height: 260px; padding: 18px; }
  .product-copy > p { font-size: 10px; }
  .reference-card > div { height: 220px; }
  .simple-cta .container { align-items: flex-start; flex-direction: column; }
  .simple-cta .button { width: 100%; }
  .page-hero { padding: 62px 0; }
  .technical-panel { min-height: 300px; padding: 23px; }
  .technical-panel > strong { font-size: 42px; }
  .technical-panel i { height: 45px; }
  .detail-note, .senpum-intro aside, .mail-composer { padding: 28px; }
  .console-brands { grid-template-columns: 1fr; }
  .console-brands b { height: 64px; }
  .console-path { flex-wrap: wrap; }
  .brand-band-grid { grid-template-columns: 1fr; }
  .brand-band-grid > a, .brand-band-grid > a:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .senpum-gallery figure.wide { grid-column: auto; }
  .listing-head { align-items: flex-start; flex-direction: column; }
  .product-detail { padding: 60px 0 80px; }
  .detail-image, .detail-image img { min-height: 360px; height: 360px; }
  .contact-details h2 { font-size: 36px; }
  .admin-head h1 { font-size: 44px; }
  .admin-toolbar { align-items: flex-start; flex-direction: column; }
  .admin-toolbar > div:last-child { width: 100%; flex-wrap: wrap; }
  .admin-product { grid-template-columns: 82px 1fr; align-items: start; }
  .admin-product > img { width: 82px; height: 82px; }
  .admin-product > div:last-child { grid-column: span 2; justify-content: flex-end; }
  .reference-detail-grid { grid-template-columns: 1fr; gap: 35px; }
  .reference-detail-grid figure, .reference-detail-grid figure img { min-height: 360px; height: 360px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { padding-bottom: 72px; }
  .mobile-call { position: fixed; z-index: 60; left: 14px; right: 14px; bottom: 12px; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--orange); border-radius: 11px; box-shadow: 0 14px 35px rgba(244,122,0,.34); font-size: 12px; font-weight: 850; }
}
