/* Homepage only; the business and administration pages keep their existing styles. */
:root {
    --ink: #203d36;
    --body: #5e6b65;
    --green: #245c4b;
    --paper: #f6f7f2;
    --line: #e3e8e0;
}
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.home-page { margin: 0; background: #fff; color: var(--body); font: 15px/1.8 -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
.home-page *, .home-page *::before, .home-page *::after { box-sizing: border-box; }
.home-page h1, .home-page h2, .home-page h3, .home-page h4 { color: var(--ink); font-weight: 650; }
.home-page a { text-decoration: none; }
.home-page a, .home-page button { -webkit-tap-highlight-color: transparent; }
.home-page a:focus-visible, .home-page button:focus-visible, .home-page input:focus-visible { outline: 3px solid #cf892e; outline-offset: 4px; }
.home-page button { cursor: pointer; }
.home-page .container { max-width: 1240px; padding-left: 30px; padding-right: 30px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 10000; padding: 10px 16px; background: #fff; color: var(--ink); }
.skip-link:focus { top: 10px; }
.home-page .navbar { padding: 0; min-height: 86px; background: #fff; border-bottom: 1px solid var(--line); }
.home-page .navbar .container { min-height: 86px; }
.home-page .navbar-brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 24px; font-weight: 750; letter-spacing: 1px; }
.brand-logo { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px 12px 12px 3px; background: var(--green); color: #fff; font-size: 25px; }
.brand-subtitle { display: block; font-size: 10px; font-weight: 400; letter-spacing: 1px; color: var(--body); margin-top: 2px; }
.home-page .navbar .nav-link { padding: 10px 20px; color: var(--body); font-size: 14px; }
.home-page .navbar .nav-link.active, .home-page .navbar .nav-link:hover { color: var(--green); }
.home-page .navbar .nav-link.active { font-weight: 700; }
.home-page .navbar .nav-cta { border: 1px solid #cad7cd; border-radius: 6px; margin-left: 22px; padding: 9px 18px; }
.navbar-toggler { color: var(--ink); font-size: 28px; }
.home-page .dropdown-menu { border-color: var(--line); padding: 8px; border-radius: 8px; }
.home-page .dropdown-item { padding: 10px; color: var(--ink); font-size: 14px; }
.home-hero { background: var(--paper); padding: 58px 0 54px; }
.hero-layout { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 42px; }
.hero-content { padding: 12px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); font-size: 13px; font-weight: 600; margin-bottom: 25px; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.hero-title { font-size: clamp(36px, 4.05vw, 55px); line-height: 1.35; letter-spacing: -2px; margin: 0 0 22px; }
.hero-title span { color: var(--green); }
.hero-subtitle { max-width: 430px; font-size: 15px; line-height: 2; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.home-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 11px 20px; border-radius: 6px; font-size: 14px; font-weight: 600; transition: background .2s ease, transform .2s ease; }
.home-btn:hover { transform: translateY(-2px); }
.home-btn-primary { background: var(--green); color: #fff; }
.home-btn-primary:hover { background: #183e33; color: #fff; }
.home-btn-outline { border: 1px solid #ccd6cb; color: var(--ink); background: transparent; }
.home-btn-outline:hover { background: #fff; color: var(--ink); }
.hero-metrics { display: flex; gap: 23px; margin-top: 35px; padding-top: 24px; border-top: 1px solid #dce2d7; }
.hero-metric { flex: 1; }
.hero-metric strong { display: block; color: var(--ink); font-size: 15px; margin-bottom: 4px; }
.hero-metric span { display: block; font-size: 11px; color: var(--body); }
.hero-visual { position: relative; min-width: 0; }
.hero-photo { display: block; width: 100%; height: 485px; object-fit: cover; object-position: 69% center; border-radius: 16px; }
.hero-photo-caption { position: absolute; bottom: 20px; left: 20px; right: 20px; padding: 15px 18px; background: rgba(255,255,255,.94); border-radius: 8px; color: var(--ink); }
.hero-photo-caption span { display: block; font-size: 13px; font-weight: 600; }
.hero-photo-caption span + span { font-size: 10px; color: var(--body); font-weight: 400; letter-spacing: 2px; margin-top: 3px; }
.section-shell { padding: 80px 0; }
.section-kicker { margin-bottom: 12px; color: var(--green); font-size: 12px; font-weight: 650; letter-spacing: 2px; }
.section-heading { font-size: clamp(27px, 3vw, 36px); line-height: 1.5; letter-spacing: -1px; margin: 0; }
.section-lead { font-size: 14px; line-height: 1.9; margin: 0; }
.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.capability-item { padding: 0 24px 0 0; border-right: 1px solid var(--line); }
.capability-item:last-child { border-right: 0; padding-right: 0; }
.capability-icon { color: var(--green); font-size: 27px; margin-bottom: 18px; }
.capability-item h3 { font-size: 19px; margin-bottom: 10px; }
.capability-item p { font-size: 13px; line-height: 1.9; margin: 0; }
.home-page main > .section-shell:nth-child(3) { background: var(--paper); }
.product-home-card { height: 100%; background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.product-home-image { display: grid; place-items: center; height: 226px; padding: 24px; background: #fff; overflow: hidden; }
.product-home-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.product-home-image:hover img { transform: scale(1.04); }
.product-home-placeholder { color: #91a89c; font-size: 55px; }
.product-home-body { padding: 18px 20px 20px; border-top: 1px solid #f0f2eb; }
.product-home-body h3 { font-size: 16px; line-height: 1.6; margin: 0 0 14px; }
.product-home-body h3 a { color: var(--ink); }
.product-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 12px; }
.product-price { color: var(--green); font-size: 19px; font-weight: 650; }
.empty-state { text-align: center; padding: 48px; border: 1px solid var(--line); border-radius: 10px; }
.empty-state i { font-size: 36px; }
.solution-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.solution-photo { min-width: 0; }
.solution-photo img { width: 100%; height: 490px; object-fit: cover; border-radius: 12px; }
.solution-panel > p { margin: 20px 0 26px; font-size: 14px; line-height: 1.95; }
.solution-list { display: grid; gap: 22px; }
.solution-list-item { display: flex; align-items: flex-start; gap: 17px; }
.solution-list-item > i { flex: 0 0 42px; height: 42px; display: grid; place-items: center; color: var(--green); background: var(--paper); border-radius: 8px; font-size: 20px; }
.solution-list-item h4 { font-size: 16px; margin-bottom: 5px; }
.solution-list-item p { font-size: 13px; margin: 0; }
.supply-strip { display: grid; grid-template-columns: .8fr 1.3fr; gap: 60px; align-items: center; }
.home-page main > .section-shell:nth-child(5) { background: var(--paper); }
.supply-image img { display: block; width: 100%; height: 390px; object-fit: cover; border-radius: 12px; }
.supply-strip .section-lead { margin-top: 18px; }
.workflow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
.workflow-step span { display: block; color: var(--green); font-size: 24px; font-weight: 500; padding-bottom: 12px; margin-bottom: 16px; border-bottom: 1px solid #d3dbd0; }
.workflow-step h3 { font-size: 15px; margin-bottom: 8px; }
.workflow-step p { font-size: 12px; margin: 0; }
.cta-band { background: #234d40; }
.cta-band .section-kicker { color: #b9d2be; }
.cta-band .section-heading { color: #fff; font-size: 32px; }
.cta-band .section-lead { color: #cfddd2; margin-top: 15px; max-width: 640px; }
.contact-pills { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.contact-pill { color: #d9e6dc; display: flex; align-items: flex-start; gap: 12px; font-size: 13px; overflow-wrap: anywhere; }
a.contact-pill { font-size: 25px; font-weight: 600; color: #fff; }
.contact-pill:hover { color: #fff; }
.home-footer { background: #fff; padding: 60px 0 24px; color: var(--body); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 38px; padding-bottom: 40px; }
.footer-brand-line { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--green); font-size: 25px; flex-shrink: 0; }
.footer-grid p, .footer-links { font-size: 12px; line-height: 1.9; }
.footer-grid p { overflow-wrap: anywhere; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.home-footer a { color: var(--body); }
.home-footer a:hover { color: var(--green); }
.footer-bottom-home { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 11px; }
.ai-chat-widget { position: fixed; right: 24px; bottom: 24px; z-index: 1050; }
.chat-toggle { width: 54px; height: 54px; border-radius: 50%; border: 0; background: var(--green); color: #fff; font-size: 23px; box-shadow: 0 5px 20px #14332726; }
.chat-window { display: none; position: absolute; right: 0; bottom: 68px; width: min(380px, calc(100vw - 32px)); height: min(560px, calc(100dvh - 120px)); background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: 0 10px 40px #203d3630; flex-direction: column; }
.chat-head { background: var(--green); color: #fff; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.chat-head h6 { margin: 0 0 4px; font-size: 15px; font-weight: 600; }
.chat-head small { color: #d4e2d7; font-size: 11px; }
.chat-close { background: none; color: #fff; border: 0; font-size: 26px; min-width: 32px; }
.chat-messages { flex: 1; min-height: 0; overflow-y: auto; background: var(--paper); padding: 15px; }
.chat-bubble { background: #fff; padding: 12px 14px; border-radius: 8px; margin-bottom: 12px; font-size: 13px; overflow-wrap: anywhere; }
.chat-bubble.user { margin-left: auto; max-width: 86%; background: var(--green); color: #fff; }
.quick-questions { display: flex; flex-wrap: wrap; gap: 6px; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.quick-questions button { font-size: 11px; border: 1px solid var(--line); border-radius: 20px; padding: 6px 9px; background: #fff; color: var(--green); }
.chat-input-row { display: flex; gap: 8px; padding: 12px; }
.chat-input-row input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 6px; padding: 9px 12px; font-size: 14px; }
.chat-input-row button { width: 40px; flex-shrink: 0; border: 0; border-radius: 6px; background: var(--green); color: #fff; }
@media (min-width: 1400px) { .hero-title { font-size: 55px; } }
@media (max-width: 1199px) {
    .hero-layout { gap: 28px; }
    .hero-title { font-size: 43px; }
    .hero-photo { height: 475px; }
    .hero-metrics { gap: 10px; }
    .solution-layout, .supply-strip { gap: 35px; }
    .workflow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
    .home-page .navbar, .home-page .navbar .container { min-height: 76px; }
    .home-page .navbar-collapse { padding: 6px 0 18px; }
    .home-page .navbar .nav-link { padding: 11px 0; }
    .home-page .navbar .nav-cta { margin: 8px 0 0; display: inline-block; padding: 8px 15px; }
    .hero-layout { grid-template-columns: 1fr 1fr; gap: 24px; }
    .hero-title { font-size: 35px; letter-spacing: -1.5px; }
    .hero-photo { height: 440px; }
    .hero-metrics { display: none; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 32px; }
    .capability-item:nth-child(2) { border-right: 0; }
    .solution-photo img { height: 450px; }
    .supply-strip { grid-template-columns: 1fr 1.3fr; }
    .footer-grid { grid-template-columns: 1.5fr 1fr; gap: 32px; }
}
@media (max-width: 767px) {
    .home-page .container { padding-left: 22px; padding-right: 22px; }
    .home-hero { padding: 32px 0; }
    .hero-layout, .solution-layout, .supply-strip { grid-template-columns: 1fr; gap: 30px; }
    .hero-title { font-size: clamp(30px, 7.8vw, 45px); letter-spacing: -1px; }
    .eyebrow { margin-bottom: 19px; font-size: 12px; }
    .hero-subtitle { font-size: 14px; }
    .hero-actions { flex-direction: row; }
    .home-btn { padding: 11px 14px; font-size: 13px; }
    .hero-photo { height: 330px; object-position: center 55%; }
    .hero-photo-caption { left: 14px; right: 14px; bottom: 14px; }
    .hero-metrics { display: flex; margin-top: 27px; padding-top: 19px; }
    .hero-metric span { font-size: 10px; }
    .section-shell { padding: 54px 0; }
    .section-heading { font-size: 27px; }
    .home-page .mb-5 { margin-bottom: 28px !important; }
    .capability-grid { gap: 26px 22px; }
    .capability-item { padding-right: 16px; }
    .capability-item h3 { font-size: 17px; }
    .capability-item p { font-size: 12px; }
    .product-home-image { height: 260px; }
    .solution-photo img, .supply-image img { height: 320px; }
    .workflow { gap: 25px; }
    .cta-band .section-heading { font-size: 27px; }
    .home-footer { padding-top: 44px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom-home { flex-direction: column; gap: 6px; padding-bottom: 44px; }
    .ai-chat-widget { right: 16px; bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .home-page *, .home-page *::before, .home-page *::after { transition: none !important; }
}

/* iOS-inspired variant: soft grouped surfaces, system blue and translucent chrome. */
:root { --ink: #1d1d1f; --body: #68686d; --green: #0066cc; --paper: #f5f5f7; --line: #e5e5ea; }
body.home-page { background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif; }
.home-page h1, .home-page h2, .home-page h3, .home-page h4 { font-weight: 600; }
.home-page .container { max-width: 1200px; }
.home-page .navbar { min-height: 76px; background: rgba(255,255,255,.83); backdrop-filter: blur(24px) saturate(160%); -webkit-backdrop-filter: blur(24px) saturate(160%); border-bottom-color: rgba(0,0,0,.06); }
.home-page .navbar .container { min-height: 76px; }
.home-page .navbar-brand { font-size: 22px; letter-spacing: -.5px; gap: 10px; }
.brand-logo { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(150deg,#38acff,#0071e3); font-size: 24px; box-shadow: inset 0 1px 1px #ffffff80; }
.brand-subtitle { font-size: 10px; letter-spacing: .3px; }
.home-page .navbar .nav-link { font-size: 13px; padding: 8px 18px; }
.home-page .navbar .nav-link.active { background: rgba(0,0,0,.045); color: var(--ink); border-radius: 999px; font-weight: 500; }
.home-page .navbar .nav-cta { border: 0; border-radius: 999px; background: #0071e3; color: #fff; font-weight: 500; padding: 8px 17px; }
.home-page .navbar .nav-cta:hover { background: #0066cc; color: #fff; }
.home-page .dropdown-menu { padding: 8px; border-radius: 16px; border-color: #ffffffc9; background: rgba(255,255,255,.96); box-shadow: 0 12px 36px #00000012; }
.home-page .dropdown-item { border-radius: 8px; }
.home-hero { padding: 60px 0 32px; background: radial-gradient(ellipse at 50% 0%,#eaf3ff 0%,#f5f5f7 57%); }
.hero-layout { display: flex; flex-direction: column; gap: 38px; }
.hero-content { padding: 0; width: 100%; text-align: center; }
.eyebrow { display: inline-flex; padding: 7px 14px; background: #ffffffb8; border: 1px solid #fff; border-radius: 999px; font-size: 12px; font-weight: 500; margin-bottom: 24px; box-shadow: 0 2px 7px #0c254305; }
.eyebrow::before { width: 6px; height: 6px; background: #007aff; }
.hero-title { font-size: clamp(38px, 4.7vw, 62px); font-weight: 650; line-height: 1.27; letter-spacing: -2px; margin-bottom: 20px; }
.hero-title span { color: #0071e3; }
.hero-subtitle { max-width: 550px; margin: 0 auto 24px; font-size: 16px; line-height: 1.9; }
.hero-actions { flex-direction: row; justify-content: center; gap: 14px; }
.home-btn { min-height: 45px; border-radius: 999px; padding: 10px 22px; font-size: 14px; font-weight: 500; }
.home-btn-primary { background: #0071e3; color: #fff; }
.home-btn-primary:hover { background: #0077ed; }
.home-btn-outline { color: #0066cc; background: #fff; border: 1px solid #e4eaf1; }
.home-btn-outline:hover { color: #0066cc; background: #fafdff; }
.hero-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; border: 0; max-width: 550px; margin: 28px auto 0; padding: 0; }
.hero-metric { border-right: 1px solid #dcdfe5; padding: 0 16px; }
.hero-metric:last-child { border: 0; }
.hero-metric strong { display: inline; font-size: 12px; font-weight: 600; }
.hero-metric span { font-size: 10px; margin-top: 4px; color: #75757b; }
.hero-visual { width: 100%; overflow: hidden; border-radius: 28px; box-shadow: 0 14px 35px #182c4210; }
.hero-photo { height: 375px; border-radius: 28px; object-position: center 59%; }
.hero-photo-caption { left: 24px; right: auto; bottom: 24px; padding: 14px 20px; background: rgba(255,255,255,.78); border: 1px solid #ffffff8c; border-radius: 16px; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.hero-photo-caption span { font-size: 12px; font-weight: 500; }
.hero-photo-caption span + span { font-size: 10px; }
.section-shell { padding: 60px 0; }
.section-kicker { color: #77777e; font-size: 12px; font-weight: 500; letter-spacing: .5px; margin-bottom: 10px; }
.section-heading { font-size: clamp(27px,3vw,36px); letter-spacing: -1px; line-height: 1.45; }
.section-lead { font-size: 14px; }
.capability-grid { gap: 16px; }
.capability-item, .capability-item:last-child { border: 0; background: #fff; border-radius: 24px; padding: 28px 24px; box-shadow: 0 4px 16px #00000002; }
.capability-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; font-size: 23px; color: #007aff; background: #edf5ff; margin-bottom: 22px; }
.capability-item:nth-child(2) .capability-icon { color: #25884b; background: #edf8f0; }
.capability-item:nth-child(3) .capability-icon { color: #b16a07; background: #fff6e8; }
.capability-item:nth-child(4) .capability-icon { color: #8250d3; background: #f3edff; }
.capability-item h3 { font-size: 18px; }
.capability-item p { font-size: 12px; color: #75757a; }
.home-page main > .section-shell:nth-child(3) { background: transparent; }
.product-home-card { border: 0; border-radius: 24px; box-shadow: 0 3px 14px #00000003; }
.product-home-image { height: 230px; padding: 30px; }
.product-home-placeholder { color: #b7c2d0; font-size: 50px; }
.product-home-body { border: 0; padding: 10px 24px 25px; }
.product-home-body h3 { font-size: 16px; }
.product-price { color: var(--ink); font-size: 18px; font-weight: 600; }
.product-meta > span:first-child { background: #f5f5f7; padding: 2px 9px; border-radius: 6px; color: #77777e; }
.empty-state { background: #fff; border: 0; border-radius: 24px; }
.solution-layout { background: #fff; border-radius: 28px; overflow: hidden; gap: 0; grid-template-columns: 1fr 1.1fr; }
.solution-photo { height: 100%; }
.solution-photo img { height: 100%; min-height: 540px; border-radius: 0; }
.solution-panel { padding: 40px; }
.solution-panel .section-heading { font-size: 31px; }
.solution-panel > p { font-size: 13px; color: #75757a; }
.solution-list { gap: 22px; }
.solution-list-item > i { background: #f3f6fb; color: #007aff; border-radius: 12px; }
.solution-list-item h4 { font-size: 15px; }
.solution-list-item p { font-size: 12px; }
.supply-strip { grid-template-columns: .85fr 1.3fr; gap: 40px; }
.supply-image img { height: 420px; border-radius: 26px; }
.workflow { gap: 12px; }
.workflow-step { background: #fff; padding: 18px 16px; border-radius: 18px; }
.workflow-step span { color: #007aff; font-size: 21px; border: 0; padding: 0; margin-bottom: 14px; }
.workflow-step h3 { font-size: 14px; }
.workflow-step p { font-size: 11px; }
.cta-band { background: transparent; padding: 32px 0 60px; }
.cta-band > .container { width: calc(100% - 60px); max-width: 1140px; background: #1d1d1f; padding: 46px; border-radius: 28px; }
.cta-band .section-kicker { color: #aaaab2; }
.cta-band .section-heading { font-size: 30px; }
.cta-band .section-lead { color: #b8b8c0; font-size: 13px; }
.contact-pill { color: #ceced4; font-size: 12px; }
a.contact-pill { color: #fff; font-size: 24px; }
.home-footer { background: var(--paper); padding-top: 24px; }
.footer-mark { color: #007aff; }
.footer-grid { gap: 32px; }
.footer-bottom-home { color: #85858d; }
.chat-toggle { background: #007aff; border: 1px solid #ffffff80; box-shadow: 0 5px 25px #007aff33; }
.chat-window { border: 1px solid #ffffffd9; border-radius: 24px; box-shadow: 0 12px 50px #20243829; }
.chat-head { background: #ffffffed; color: var(--ink); border-bottom: 1px solid #e5e5ea; }
.chat-head h6 { color: var(--ink); }
.chat-head small { color: #86868b; }
.chat-close { color: #85858d; }
.chat-bubble { border-radius: 16px; }
.chat-bubble.user { background: #007aff; }
.chat-input-row input { border-radius: 999px; }
.chat-input-row button { background: #007aff; border-radius: 50%; }
.quick-questions button { color: #0066cc; }
@media (min-width: 1400px) { .hero-title { font-size: 62px; } }
@media (max-width: 1199px) {
    .hero-title { font-size: 54px; }
    .capability-item, .capability-item:last-child { padding: 24px 20px; }
    .solution-panel { padding: 30px; }
    .solution-panel .section-heading { font-size: 27px; }
    .supply-strip { gap: 30px; }
}
@media (max-width: 991px) {
    .hero-title { font-size: 49px; }
    .hero-metrics { display: grid; }
    .hero-photo { height: 330px; }
    .home-page .navbar .nav-link.active { display: inline-block; padding: 8px 15px; }
    .home-page .navbar-collapse { padding-top: 15px; }
    .capability-grid { gap: 16px; }
    .solution-layout { grid-template-columns: 1fr 1fr; }
    .solution-photo img { min-height: 580px; }
    .supply-strip { grid-template-columns: 1fr 1.2fr; }
    .cta-band > .container { padding: 36px; }
}
@media (max-width: 767px) {
    .home-page .container { padding-left: 20px; padding-right: 20px; }
    .home-page .navbar, .home-page .navbar .container { min-height: 72px; }
    .home-page .navbar-brand { font-size: 21px; }
    .brand-subtitle { font-size: 9px; }
    .home-hero { padding: 36px 0 16px; }
    .hero-layout { gap: 27px; }
    .eyebrow { font-size: 10px; padding: 5px 12px; margin-bottom: 23px; }
    .hero-title { font-size: clamp(29px,8.4vw,43px); letter-spacing: -1.4px; line-height: 1.35; }
    .hero-subtitle { max-width: 360px; font-size: 13px; line-height: 1.9; margin-bottom: 23px; }
    .hero-actions { gap: 9px; }
    .home-btn { font-size: 12px; padding: 10px 16px; min-height: 43px; }
    .hero-metrics { margin-top: 26px; }
    .hero-metric { padding: 0 8px; }
    .hero-metric span { font-size: 9px; }
    .hero-visual, .hero-photo { border-radius: 23px; }
    .hero-photo { height: 300px; object-position: 65% center; }
    .hero-photo-caption { bottom: 15px; left: 15px; right: 15px; padding: 12px 14px; border-radius: 14px; }
    .hero-photo-caption span { font-size: 11px; }
    .section-shell { padding: 40px 0; }
    .section-heading { font-size: 26px; }
    .section-kicker { font-size: 11px; }
    .section-lead { font-size: 13px; }
    .capability-grid { gap: 12px; }
    .capability-item, .capability-item:last-child { padding: 22px 17px; border-radius: 20px; }
    .capability-icon { width: 40px; height: 40px; border-radius: 12px; font-size: 21px; margin-bottom: 19px; }
    .capability-item h3 { font-size: 16px; }
    .capability-item p { font-size: 11px; }
    .product-home-image { height: 260px; }
    .solution-layout { grid-template-columns: 1fr; border-radius: 24px; }
    .solution-photo img { height: 270px; min-height: 0; }
    .solution-panel { padding: 28px 24px; }
    .solution-panel .section-heading { font-size: 25px; }
    .supply-strip { grid-template-columns: 1fr; gap: 30px; }
    .supply-image img { height: 290px; border-radius: 24px; }
    .workflow { gap: 12px; }
    .cta-band > .container { width: calc(100% - 40px); padding: 32px 25px; border-radius: 24px; }
    .cta-band .section-heading { font-size: 25px; }
    .home-footer { padding-top: 12px; }
}
@media (prefers-reduced-transparency: reduce) {
    .home-page .navbar, .home-page .dropdown-menu, .hero-photo-caption { background: #fff; backdrop-filter: none; -webkit-backdrop-filter: none; }
}
