.site-shell { width: var(--a9-shell); margin-inline: auto; }
.announcement { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 8px 24px; background: var(--a9-green-soft); color: #253025; font-size: var(--a9-label); }
.announcement a { font-weight: 780; }
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--a9-black) 90%, transparent); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); }
.site-header.is-scrolled { border-color: var(--a9-line-dark); }
.navigation { height: 74px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 18px; }
.brand-mark { display: inline-grid; width: 28px; height: 28px; place-items: center; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: invert(88%) sepia(22%) saturate(954%) hue-rotate(70deg) brightness(103%) contrast(88%); }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { color: #a4a8a3; transition: color .2s ease; }
.nav-links a:hover, .text-link:hover { color: var(--a9-green); }
.nav-actions { display: flex; align-items: center; gap: 24px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 24px; border-radius: 999px; font-weight: 760; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--a9-white); color: #101210; }
.button-green { background: var(--a9-green); color: #0e1b10; }
.menu-toggle { display: none; width: 42px; height: 42px; place-content: center; gap: 6px; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; background: var(--a9-white); }
.mobile-nav { display: grid; gap: 1px; padding: 10px 20px 20px; border-top: 1px solid var(--a9-line-dark); background: var(--a9-black); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { padding: 13px 8px; border-bottom: 1px solid var(--a9-line-dark); }

.hero { padding: 80px 0; }
.hero-copy { max-width: 780px; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; margin: 0 0 28px; padding: 8px 18px; border: 1px solid #353835; border-radius: 999px; color: #b2b5b1; font-size: var(--a9-label); }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--a9-green); box-shadow: 0 0 18px var(--a9-green); }
.hero h1 { max-width: 820px; margin: 0; font-size: var(--a9-display); line-height: 1.18; letter-spacing: -.04em; }
.hero-lede { max-width: 680px; margin: 24px 0 30px; color: #a0a49f; font-size: var(--a9-body-large); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #c8cbc7; font-weight: 700; transition: color .2s ease; }
.hero-proof { display: flex; gap: 26px; margin-top: 35px; color: #7f837e; font-size: var(--a9-label); }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof i { width: 14px; height: 14px; border: 1px solid #4b514b; border-radius: 50%; box-shadow: inset 0 0 0 4px var(--a9-black), inset 0 0 0 8px var(--a9-green); }
.hero-stage { position: relative; height: 650px; margin-top: 68px; overflow: hidden; border: 1px solid #495049; border-radius: var(--a9-radius-canvas); background: #3a443c; box-shadow: var(--a9-shadow-canvas); }
.hero-stage::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, #091009f5 0 26%, #091009b8 42%, transparent 72%), linear-gradient(0deg, #05060580, transparent 45%); }
.hero-stage-copy { position: absolute; z-index: 3; left: 44px; top: 170px; width: min(650px, calc(100% - 88px)); }
.hero-stage-copy span { font-size: var(--a9-card-display); font-weight: 760; line-height: 1.25; letter-spacing: -.025em; }
.hero-stage-copy p { margin-top: 16px; color: #d4dbd4; }
.hero-value-line { display: block; margin-top: 10px; color: var(--a9-white); font-weight: 650; }
.hero-visual { position: absolute; z-index: 1; inset: 0; margin: 0; overflow: hidden; background: #050605; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.76) saturate(.82); transition: filter .35s ease, transform .6s ease; }
.hero-stage:hover .hero-visual img { filter: brightness(.85) saturate(.9); transform: scale(1.008); }

.section-kicker { margin: 0 0 18px; color: var(--a9-green); font-size: var(--a9-label); font-weight: 820; letter-spacing: .16em; }
.section-heading h2, .section-head h2, .factory-intro h2, .faq-intro h2, .contact-card h2 { margin: 0; font-size: var(--a9-section-title); line-height: 1.16; letter-spacing: -.035em; }
.problem-section { padding: var(--a9-space-standard) 0; background: var(--a9-black-2); border-block: 1px solid #1f221f; }
.quality-strip { overflow: hidden; border: 1px solid var(--a9-line-dark); border-radius: var(--a9-radius-canvas); background: #0a0c0a; }
.last-mile-head { position: relative; display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 90px; padding: 38px 42px 34px; overflow: hidden; border-bottom: 1px solid var(--a9-line-dark); background: radial-gradient(circle at 10% -40%, #294a30 0, transparent 42%), #0f120f; }
.last-mile-head::after { content: ""; position: absolute; right: 42px; top: 0; width: 180px; height: 100%; opacity: .22; background: repeating-linear-gradient(90deg, transparent 0 17px, #69df78 18px); mask-image: linear-gradient(90deg, transparent, #000); }
.last-mile-head > * { position: relative; z-index: 1; }
.last-mile-index { color: var(--a9-green); font-size: var(--a9-label); font-weight: 800; letter-spacing: .16em; }
.last-mile-head h3 { max-width: 650px; margin: 14px 0 0; font-size: var(--a9-section-title); line-height: 1.16; letter-spacing: -.035em; }
.last-mile-head > p { max-width: 440px; margin: 0; color: #a2a6a1; font-size: var(--a9-body-large); line-height: 1.75; }
.last-mile-body { display: grid; grid-template-columns: minmax(0, .95fr) 150px minmax(0, 1.05fr); }
.delivery-challenge, .judgement-panel { padding: 38px 40px 42px; }
.last-mile-topic { display: grid; grid-template-columns: 34px 1fr; gap: 18px; align-items: start; }
.last-mile-topic > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #3c413c; border-radius: 50%; color: var(--a9-green); font-size: var(--a9-label); }
.last-mile-topic small { color: #777c77; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.last-mile-topic h4 { margin: 8px 0 0; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.3; letter-spacing: -.025em; }
.challenge-list { margin: 32px 0 0 52px; padding: 0; list-style: none; border-top: 1px solid #252925; }
.challenge-list li { min-height: 66px; display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 10px; border-bottom: 1px solid #252925; }
.challenge-list li > span { color: #606560; font-size: 10px; letter-spacing: .1em; }
.challenge-list p { margin: 0; color: #a4a8a3; font-size: var(--a9-body); }
.challenge-list strong { margin-left: 5px; color: #f1f3f0; font-weight: 720; }
.last-mile-axis { min-height: 350px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border-inline: 1px solid #252925; background: #0e110e; color: #6e736e; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.last-mile-axis i { position: relative; width: 1px; height: 52px; background: linear-gradient(transparent, var(--a9-green)); }
.last-mile-axis i:nth-of-type(2) { background: linear-gradient(var(--a9-green), transparent); }
.last-mile-axis i:first-of-type::after { content: ""; position: absolute; left: -4px; bottom: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--a9-green); box-shadow: 0 0 18px #69df78aa; }
.last-mile-axis strong { writing-mode: vertical-rl; padding: 12px 8px; border: 1px solid #3f6045; border-radius: 999px; color: var(--a9-green); font-size: var(--a9-label); font-weight: 760; letter-spacing: .12em; }
.judgement-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 32px 0 0 52px; border-top: 1px solid #2a2e2a; border-left: 1px solid #2a2e2a; }
.judgement-grid article { min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border-right: 1px solid #2a2e2a; border-bottom: 1px solid #2a2e2a; background: linear-gradient(135deg, #141714, #0e110e); }
.judgement-grid article > span { color: var(--a9-green); font-size: 10px; letter-spacing: .12em; }
.judgement-grid p { margin: 18px 0 0; color: #a7aba6; font-size: var(--a9-body); }
.judgement-grid strong { color: #f3f5f2; font-size: var(--a9-body-large); font-weight: 720; }
.last-mile-conclusion { position: relative; display: flex; align-items: center; justify-content: center; min-height: 126px; padding: 26px 96px; background: #e4f3e1; color: #171a17; text-align: center; }
.last-mile-conclusion > span { position: absolute; left: 42px; top: 30px; height: 64px; color: #4bcf5e; font-size: 86px; line-height: 1; }
.last-mile-conclusion p { max-width: 1050px; margin: 0 auto; font-size: calc(var(--a9-section-title) - 4px); font-weight: 650; line-height: 1.5; letter-spacing: -.02em; }
.last-mile-conclusion strong { color: #176c26; font-weight: 820; }

.results-section { padding-block: var(--a9-space-loose); overflow: hidden; }
.section-head { margin-bottom: 48px; }
.split-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 70px; }
.split-head > p { max-width: 500px; margin: 0 0 6px; color: #8f938e; line-height: 1.8; }
.result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.result-card { position: relative; min-height: 520px; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid var(--a9-line-dark); border-radius: var(--a9-radius-card); background: #0a0c0a; transition: border-color .25s ease, transform .25s ease; }
.result-card:hover, .result-card:focus-visible { border-color: #4b514b; transform: translateY(-3px); }
.result-media { height: 330px; margin-bottom: 26px; overflow: hidden; border-radius: 9px; background: var(--a9-panel); }
.result-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.7) saturate(.74); transition: filter .3s ease, transform .45s ease; }
.result-card:hover img { filter: brightness(.92) saturate(.9); transform: scale(1.015); }
.result-number { position: absolute; right: 26px; top: 378px; color: var(--a9-green); font-size: var(--a9-label); }
.result-card h3 { margin: 0 0 8px; font-size: var(--a9-card-title); }
.result-card p { max-width: 490px; margin: 0; color: #858984; }

.factory-section { padding: var(--a9-space-loose) 0; background: var(--a9-black-2); border-block: 1px solid #1f221f; }
.factory-intro { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: start; }
.factory-definition p { margin: 0 0 16px; color: #919590; font-size: var(--a9-body-large); }
.factory-definition strong { color: var(--a9-white); }
.factory-definition .button { margin-top: 18px; }
.factory-canvas { position: relative; min-height: 680px; margin-top: 65px; overflow: hidden; border: 1px solid #4a504a; border-radius: var(--a9-radius-canvas); background: #39433b; box-shadow: var(--a9-shadow-canvas); }
.canvas-orbit { position: absolute; inset: 0 auto 0 0; width: 38%; opacity: .38; background: repeating-conic-gradient(from 90deg at 45% 50%, #c4d1c22a 0 1deg, transparent 1deg 4deg); mask-image: radial-gradient(circle at center, #000 5%, transparent 72%); }
.factory-caption { position: absolute; z-index: 3; left: 42px; top: 170px; width: 300px; }
.factory-caption h3 { margin: 18px 0 10px; font-size: var(--a9-card-display); }
.factory-caption p { color: #d2d8d2; }
.live-badge { display: inline-flex; align-items: center; gap: 8px; color: var(--a9-green); font-size: var(--a9-label); font-weight: 760; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--a9-green); box-shadow: 0 0 14px var(--a9-green); }
.factory-screen { position: absolute; inset: 20px 20px 20px 31%; overflow: hidden; border: 1px solid #242724; border-radius: 12px; background: #080a08; box-shadow: var(--a9-shadow-canvas); }
.factory-screen img { width: 100%; height: 100%; object-fit: cover; object-position: left top; filter: brightness(.62) saturate(.72); transition: filter .3s ease, transform .6s ease; }
.factory-screen:hover img { filter: brightness(.82) saturate(.82); transform: scale(1.01); }
.screen-cta { position: absolute; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 16px; padding: 12px 12px 12px 20px; border-radius: 999px; background: var(--a9-white); color: #111; font-weight: 760; }
.screen-cta b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--a9-green); }
.factory-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border: 1px dashed #363a36; }
.factory-mini-grid article { min-height: 250px; padding: 34px; border-right: 1px dashed #363a36; }
.factory-mini-grid article:last-child { border-right: 0; }
.factory-mini-grid span { color: var(--a9-green); font-size: var(--a9-label); }
.factory-mini-grid h3 { margin: 74px 0 8px; font-size: var(--a9-card-title); }
.factory-mini-grid p { margin: 0; color: #858984; }

.work-section { padding: var(--a9-space-standard) 0; }
.workflow { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--a9-line-dark); }
.workflow-track { position: absolute; left: 5%; right: 5%; top: 70px; height: 1px; background: linear-gradient(90deg, var(--a9-green), #364236); }
.workflow article { position: relative; min-height: 330px; padding: 34px 24px; border-right: 1px solid var(--a9-line-dark); }
.workflow article:last-child { border-right: 0; }
.workflow article > span { position: relative; z-index: 2; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #3e443e; border-radius: 50%; background: var(--a9-black); color: var(--a9-green); font-size: var(--a9-label); }
.workflow i { display: block; margin-top: 55px; color: var(--a9-green); font-size: var(--a9-label); font-style: normal; }
.workflow h3 { margin: 10px 0 9px; font-size: var(--a9-card-title); }
.workflow p { margin: 0; color: #858984; }

.audience-section { padding: var(--a9-space-standard) 0; background: var(--a9-paper); color: #121412; }
.dark-text .section-kicker { color: #248c3c; }
.dark-text > p { color: #656a65; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-grid article { position: relative; min-height: 540px; display: flex; flex-direction: column; padding: 32px; overflow: hidden; border-radius: 15px; color: var(--a9-white); background: #426d4b; }
.audience-grid .industry { background: #314e6b; }
.audience-grid .service { background: #646b3d; }
.audience-grid article > span { font-size: var(--a9-label); }
.audience-copy { margin-top: 28px; }
.audience-grid h3 { margin: 0 0 8px; font-size: var(--a9-card-display); }
.audience-grid p { max-width: 300px; margin: 0; color: #eef3ed; }
.audience-examples { display: grid; gap: 4px; margin-top: 14px !important; padding-top: 12px; border-top: 1px solid #ffffff30; }
.audience-examples strong { color: #fff; font-size: var(--a9-label); font-weight: 600; letter-spacing: .08em; }
.audience-examples span { color: #dce6dc; font-size: var(--a9-label); line-height: 1.65; }
.audience-ui { position: relative; flex: 0 0 190px; width: 100%; margin-top: 22px; overflow: hidden; border: 1px solid #ffffff38; border-radius: 11px; background: #0b0d0bdd; box-shadow: 0 20px 45px #0005; }
.audience-ui img { width: 100%; height: 100%; display: block; object-fit: cover; }

.cases-section { padding: var(--a9-space-loose) 0; overflow: hidden; }
.case-tabs { display: flex; gap: 8px; margin-bottom: 20px; }
.case-tabs button { min-height: 42px; padding: 0 18px; border: 1px solid var(--a9-line-dark); border-radius: 999px; background: transparent; color: #898d88; cursor: pointer; }
.case-tabs button[aria-selected="true"] { border-color: var(--a9-green); background: var(--a9-green); color: #0c160d; }
.case-view { min-height: 610px; display: grid; grid-template-columns: 34% 1fr; overflow: hidden; border: 1px solid #4a504a; border-radius: var(--a9-radius-canvas); background: #39433b; }
.case-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.case-copy > span { color: var(--a9-green); font-size: var(--a9-label); }
.case-copy h3 { margin: 14px 0 12px; font-size: var(--a9-card-display); }
.case-copy p { color: #d5dbd5; line-height: 1.8; }
.text-button { width: fit-content; margin-top: 20px; padding: 0 0 8px; border-bottom: 1px solid var(--a9-green); background: transparent; color: var(--a9-white); cursor: pointer; }
.case-view figure { min-height: 100%; margin: 0; padding: 20px; }
.case-view figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 11px; filter: brightness(.75) saturate(.78); box-shadow: var(--a9-shadow-canvas); }

.principles-section { padding: var(--a9-space-standard) 0; background: #080a08; }
.principle-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.principle-layout > div:first-child > p:last-child { color: #858984; }
.principle-layout h2 { margin: 0; font-size: var(--a9-section-title); line-height: 1.16; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px dashed #363a36; }
.principle-grid article { min-height: 300px; padding: 28px; border-right: 1px dashed #363a36; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { color: var(--a9-green); font-size: var(--a9-label); }
.principle-grid h3 { margin: 105px 0 8px; font-size: var(--a9-card-title); }
.principle-grid p { color: #858984; }

.faq-section { padding: var(--a9-space-standard) 0; background: var(--a9-paper); color: #151715; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.faq-intro { min-height: 500px; display: flex; flex-direction: column; }
.faq-intro .section-kicker { color: #258c3c; }
.faq-intro > p:not(.section-kicker) { color: #737772; }
.faq-intro small { max-width: 380px; margin-top: auto; color: #777b76; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid #e6e8e4; border-radius: 12px; background: #fff; }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 22px; cursor: pointer; list-style: none; font-size: var(--a9-body-large); font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--a9-green); font-weight: 500; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: -4px 70px 22px 22px; color: #686c67; }

.contact-section { padding: var(--a9-space-standard) 0; }
.contact-card { min-height: 330px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; padding: 56px; border: 1px solid #485048; border-radius: var(--a9-radius-canvas); background: linear-gradient(110deg, #24372a, #111711 62%, #0b0d0b); }
.contact-card > div:first-child > p:last-child { color: #abb0aa; font-size: var(--a9-body-large); }
.contact-actions { display: grid; justify-items: start; gap: 20px; }
.contact-link { color: #c8ccc7; font-size: var(--a9-body); text-decoration: none; transition: color .2s ease; }
.contact-link:hover { color: var(--a9-green); }
.footer { position: relative; min-height: 760px; overflow: hidden; border-top: 1px solid var(--a9-line-dark); }
.footer-top { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(210px, .8fr) minmax(520px, 1.8fr) minmax(150px, .55fr); gap: clamp(48px, 6vw, 96px); padding-top: 64px; }
.footer-top section, .footer-top nav { min-width: 0; }
.footer-identity { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.footer-identity-meta { display: flex; flex-direction: column; gap: 12px; color: #858a84; }
.footer-identity-meta a { color: #aeb3ad; }
.footer-company { display: block; }
.footer-company-primary { display: grid; grid-template-columns: minmax(190px, .85fr) minmax(270px, 1.35fr); gap: 32px 56px; }
.footer-detail { display: grid; align-content: start; gap: 12px; }
.footer-detail b, .footer-subsidiaries > b, .footer-links > b { color: #747973; font-size: var(--a9-label); letter-spacing: .16em; }
.footer-detail span, .footer-detail address, .footer-detail a, .footer-subsidiaries li { color: #d2d6d1; font-style: normal; line-height: 1.7; }
.footer-detail-address { grid-column: 2; grid-row: 1; }
.footer-detail-phone { grid-column: 2; grid-row: 2; }
.footer-subsidiaries { grid-column: 1; grid-row: 2; padding-top: 0; border-top: 0; }
.footer-subsidiaries ul { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.footer-links > b { margin-bottom: 2px; }
.footer-links span { color: #aeb3ad; }
.footer-word { position: absolute; inset: auto 0 -13vw; color: transparent; font-size: 31vw; line-height: 1; letter-spacing: -.1em; text-align: center; -webkit-text-stroke: 1px #2b2e2b; user-select: none; }

dialog { color: var(--a9-white); }
.media-dialog { width: min(1100px, calc(100% - 40px)); max-width: none; max-height: calc(100dvh - 40px); padding: 0; overflow: hidden; border: 1px solid #424842; border-radius: 16px; background: #0c0e0c; box-shadow: 0 40px 120px #000c; }
dialog::backdrop { background: #000b; backdrop-filter: blur(8px); }
.dialog-close { position: absolute; z-index: 5; right: 14px; top: 14px; width: 38px; height: 38px; border-radius: 50%; background: #222522; color: var(--a9-white); cursor: pointer; }
.media-dialog video { width: 100%; max-height: calc(100dvh - 42px); background: #000; }
.media-dialog.is-fullscreen-player { inset: 0; width: 100dvw; height: 100dvh; max-width: none; max-height: none; margin: 0; border: 0; border-radius: 0; background: #000; }
.media-dialog.is-fullscreen-player [data-media-container] { width: 100%; height: 100%; }
.media-dialog.is-fullscreen-player video { width: 100%; height: 100%; max-height: none; object-fit: contain; }
.booking-popover { --booking-arrow-left: 50%; position: fixed; z-index: 100; width: min(286px, calc(100vw - 24px)); padding: 10px; border: 1px solid #414641; border-radius: 15px; background: #101310; box-shadow: 0 22px 60px #000a; color: #1d211d; animation: booking-popover-in .16s ease-out; }
.booking-popover::before { content: ""; position: absolute; left: var(--booking-arrow-left); width: 12px; height: 12px; border: solid #414641; background: #101310; transform: translateX(-50%) rotate(45deg); }
.booking-popover[data-placement="bottom"] { transform-origin: var(--booking-arrow-left) top; }
.booking-popover[data-placement="bottom"]::before { top: -7px; border-width: 1px 0 0 1px; }
.booking-popover[data-placement="top"] { transform-origin: var(--booking-arrow-left) bottom; }
.booking-popover[data-placement="top"]::before { bottom: -7px; border-width: 0 1px 1px 0; }
.booking-popover-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 28px; height: 28px; border-radius: 50%; background: #171a17cc; color: #fff; cursor: pointer; }
.booking-popover-close:hover { background: #242824; }
.booking-qr { margin: 0; padding: 12px; border-radius: 10px; background: #f6f7f5; color: #252825; text-align: center; }
.booking-qr img { width: 100%; aspect-ratio: 1; object-fit: contain; image-rendering: pixelated; }
.booking-qr figcaption { display: grid; gap: 3px; margin-top: 10px; font-size: var(--a9-label); }
.booking-qr figcaption b { font-size: var(--a9-body); }
.booking-qr figcaption span { color: #666b66; }
@keyframes booking-popover-in { from { opacity: 0; transform: scale(.97) translateY(-3px); } to { opacity: 1; transform: scale(1) translateY(0); } }

@media (max-width: 1080px) {
  .navigation { grid-template-columns: 150px 1fr auto; }
  .nav-links { gap: 20px; }
  .hero-stage-copy { width: min(560px, calc(100% - 88px)); }
  .factory-intro { grid-template-columns: 1fr 1fr; gap: 60px; }
  .factory-screen { left: 27%; }
  .workflow { grid-template-columns: repeat(3, 1fr); }
  .workflow-track { display: none; }
  .workflow article { border-bottom: 1px solid var(--a9-line-dark); }
  .workflow article > span { position: static; }
  .workflow i { margin-top: 38px; }
  .principle-layout { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .nav-links { display: none; }
  .navigation { grid-template-columns: 1fr auto; }
  .menu-toggle { display: grid; }
  .hero-stage { height: 600px; }
  .hero-stage::after { background: linear-gradient(180deg, #091009f5 0 38%, #091009ad 55%, transparent 82%), linear-gradient(0deg, #0506058c, transparent 42%); }
  .hero-stage-copy { top: 54px; width: min(520px, calc(100% - 72px)); }
  .hero-visual img { object-position: 62% center; }
  .factory-intro, .faq-layout, .contact-card { grid-template-columns: 1fr; gap: 38px; }
  .last-mile-head { gap: 50px; }
  .last-mile-body { grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr); }
  .delivery-challenge, .judgement-panel { padding-inline: 28px; }
  .challenge-list, .judgement-grid { margin-left: 0; }
  .result-grid, .audience-grid { grid-template-columns: 1fr; }
  .factory-canvas { min-height: 620px; }
  .factory-caption { top: 42px; }
  .factory-screen { inset: 220px 14px 14px; }
  .factory-mini-grid, .principle-grid { grid-template-columns: 1fr; }
  .factory-mini-grid article, .principle-grid article { border-right: 0; border-bottom: 1px dashed #363a36; }
  .factory-mini-grid article:last-child, .principle-grid article:last-child { border-bottom: 0; }
  .workflow { grid-template-columns: 1fr 1fr; }
  .case-view { grid-template-columns: 1fr; }
  .case-view figure { min-height: 430px; }
  .footer-top { grid-template-columns: minmax(180px, .7fr) minmax(420px, 1.5fr); }
  .footer-links { grid-column: 1; }
  .footer-company { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 560px) {
  .announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .announcement a { display: none; }
  .navigation { height: 64px; }
  .nav-actions .button { display: none; }
  .hero { padding: 62px 0; }
  .hero h1 { font-size: clamp(34px, 9vw, 42px); }
  .hero-actions, .hero-proof { align-items: flex-start; flex-direction: column; }
  .hero-proof { gap: 12px; }
  .hero-stage { height: 520px; margin-top: 48px; }
  .hero-stage-copy { inset: 36px 28px auto; width: auto; }
  .hero-stage-copy span { font-size: 22px; }
  .hero-stage-copy p { font-size: 13px; line-height: 1.65; }
  .hero-visual img { object-position: 66% center; }
  .split-head { align-items: flex-start; flex-direction: column; gap: 20px; }
  .last-mile-head { grid-template-columns: 1fr; gap: 20px; padding: 30px 26px; }
  .last-mile-head > p { max-width: 620px; }
  .last-mile-body { grid-template-columns: 1fr; }
  .delivery-challenge, .judgement-panel { padding: 30px 26px 34px; }
  .last-mile-axis { min-height: 116px; flex-direction: row; padding: 20px 26px; border-inline: 0; border-block: 1px solid #252925; }
  .last-mile-axis i { width: min(90px, 16vw); height: 1px; background: linear-gradient(90deg, transparent, var(--a9-green)); }
  .last-mile-axis i:nth-of-type(2) { background: linear-gradient(90deg, var(--a9-green), transparent); }
  .last-mile-axis i:first-of-type::after { left: auto; right: -4px; top: -4px; }
  .last-mile-axis strong { writing-mode: horizontal-tb; }
  .last-mile-conclusion { min-height: 148px; padding: 28px 38px; }
  .last-mile-conclusion > span { left: 18px; top: 24px; font-size: 64px; }
  .result-card { min-height: 430px; padding: 18px; }
  .result-media { height: 270px; }
  .result-number { top: 312px; right: 18px; }
  .factory-canvas { min-height: 520px; }
  .factory-caption { inset: 32px 26px auto; width: auto; }
  .factory-screen { inset: 196px 10px 10px; }
  .factory-mini-grid article { min-height: 220px; padding: 26px; }
  .factory-mini-grid h3 { margin-top: 54px; }
  .workflow { grid-template-columns: 1fr; }
  .workflow article { min-height: 260px; border-right: 0; }
  .audience-grid article { min-height: 520px; }
  .case-tabs { overflow-x: auto; padding-bottom: 6px; }
  .case-tabs button { flex: 0 0 auto; }
  .case-copy { padding: 28px; }
  .case-view figure { min-height: 300px; padding: 10px; }
  .contact-card { padding: 32px 24px; }
  .footer { min-height: 900px; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; padding-top: 48px; }
  .footer-identity, .footer-company, .footer-links { grid-column: 1; grid-row: auto; }
  .footer-identity { gap: 24px; }
  .footer-company-primary { grid-template-columns: 1fr; gap: 24px; }
  .footer-detail-name, .footer-detail-address, .footer-detail-phone, .footer-subsidiaries { grid-column: 1; grid-row: auto; }
}
