/* HWE Systems corporate theme. Extends the vendored Start Bootstrap
   Business Frontpage / Bootstrap foundation; see accompanying licenses. */
:root {
  --hwe-ink: #15272f;
  --hwe-ink-soft: #43585f;
  --hwe-midnight: #111f29;
  --hwe-midnight-raised: #1a2b35;
  --hwe-paper: #fffefb;
  --hwe-tint: #f3f5ef;
  --hwe-line: #dce2dc;
  --hwe-mint: #c9efd9;
  --hwe-lime: #d9f58d;
  --hwe-green: #24594d;
  --hwe-muted: #657570;
  --hwe-radius: 16px;
  --hwe-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; background: var(--hwe-paper); color: var(--hwe-ink); font-family: var(--hwe-font); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { background: var(--hwe-lime); color: var(--hwe-ink); }
h1, h2, h3, h4 { color: inherit; font-family: var(--hwe-font); line-height: 1.12; letter-spacing: -.045em; font-weight: 680; }
h1 { font-size: clamp(2.8rem, 5vw, 4.75rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3.1rem); }
h3 { font-size: 1.35rem; letter-spacing: -.025em; line-height: 1.25; }
p { margin: 0 0 1.25rem; }
a { color: var(--hwe-green); text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { color: #183d34; }
button, input, select, textarea { font: inherit; }
button, a, summary, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #bd730c; outline-offset: 5px; }
svg { flex-shrink: 0; }
img, svg { max-width: 100%; }
.container { width: 100%; max-width: 1232px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.section { padding: 104px 0; }
.section-tint { background: var(--hwe-tint); }
.section-dark { background: var(--hwe-midnight); color: #f5f7f0; }
.section-dark p { color: #b4c6c8; }
.eyebrow { display: block; margin: 0 0 20px; font-size: .68rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; color: var(--hwe-green); }
.section-dark .eyebrow, .hero .eyebrow { color: var(--hwe-lime); }
.section-heading { max-width: 750px; margin: 0 0 24px; }
.section-intro { max-width: 640px; margin: 0 0 44px; color: var(--hwe-ink-soft); font-size: 1.02rem; line-height: 1.75; }
.section-topline { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.section-topline .section-heading { margin-bottom: 0; }
.section-topline > :last-child:not(:first-child) { flex-shrink: 0; }
.skip-link { position: fixed; top: -120px; left: 20px; z-index: 100; padding: 12px 20px; border-radius: 6px; background: white; color: var(--hwe-ink); font-weight: 700; }
.skip-link:focus { top: 16px; }
.preview-notice { padding: 7px 0; background: #edf1e7; color: #526145; font-size: .7rem; text-align: center; border-bottom: 1px solid #dce3d4; }
.preview-notice .container { display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap; }
.preview-notice strong { font-weight: 750; }
.preview-notice a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,254,251,.98); border-bottom: 1px solid var(--hwe-line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; flex-shrink: 0; color: var(--hwe-ink); text-decoration: none; }
.brand:hover { color: var(--hwe-ink); }
.brand-symbol { display: inline-grid; position: relative; place-items: center; width: 37px; height: 42px; border-radius: 5px; background: #e4ebd9; color: var(--hwe-ink); font-size: 1.75rem; line-height: 1; font-weight: 750; letter-spacing: -.05em; }
.brand-symbol > span { position: absolute; right: -3px; bottom: 5px; width: 9px; height: 9px; background: #9cb776; border: 2px solid var(--hwe-paper); }
.brand-symbol svg { width: 37px; height: 42px; }
.brand-name { display: block; line-height: 1.1; letter-spacing: -.045em; font-size: 1.32rem; font-weight: 750; }
.brand-descriptor { display: block; margin-top: 5px; font-size: .54rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .17em; font-weight: 600; color: var(--hwe-muted); }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav ul { display: flex; align-items: center; gap: 29px; list-style: none; margin: 0; padding: 0; }
.nav-link { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 0; color: #4e5f61; text-decoration: none; font-weight: 600; font-size: .8rem; border-bottom: 2px solid transparent; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--hwe-ink); border-bottom-color: var(--hwe-green); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 10px 17px; border: 1px solid #cfd7cf; border-radius: 6px; color: var(--hwe-ink); font-size: .76rem; font-weight: 650; text-decoration: none; transition: background .18s ease, border-color .18s ease; }
.nav-cta svg { width: 15px; height: 15px; }
.nav-cta:hover { background: var(--hwe-lime); border-color: var(--hwe-lime); color: var(--hwe-ink); }
.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid #cfd7cf; border-radius: 7px; color: var(--hwe-ink); font-size: 0; padding: 10px; cursor: pointer; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle span { display: block; position: relative; width: 20px; height: 2px; background: var(--hwe-ink); margin: 4px 0; font-size: 0; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--hwe-ink); }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }
.hero { position: relative; overflow: hidden; padding: 84px 0 76px; background: var(--hwe-midnight); color: #f8faf3; }
.hero::before { content: ""; position: absolute; pointer-events: none; width: 750px; height: 750px; right: -130px; top: -220px; background: radial-gradient(ellipse, rgba(117,168,144,.11) 0, rgba(117,168,144,0) 65%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 22px; align-items: center; }
.hero-copy { position: relative; z-index: 1; padding-bottom: 10px; }
.hero .eyebrow { margin-bottom: 24px; font-size: .63rem; letter-spacing: .17em; }
.hero-title { margin: 0 0 26px; font-size: clamp(3.75rem, 6.8vw, 6rem); line-height: .98; letter-spacing: -.065em; font-weight: 620; }
.hero-title > span { display: block; }
.word-accent { color: var(--hwe-lime); }
.hero-lead { max-width: 495px; margin-bottom: 30px; color: #b9cbcf; font-size: 1.03rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 49px; padding: 13px 21px; border: 1px solid transparent; border-radius: 5px; font-size: .79rem; line-height: 1.45; font-weight: 680; text-decoration: none; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.button svg { width: 16px; height: 16px; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--hwe-lime); color: var(--hwe-ink); border-color: var(--hwe-lime); }
.button-primary:hover { color: var(--hwe-ink); background: #e6ffa7; border-color: #e6ffa7; }
.button-secondary { background: transparent; color: #e3ede7; border-color: #46545d; }
.button-secondary:hover { color: #fff; background: #253641; border-color: #87968e; }
.button-dark { background: var(--hwe-ink); color: #fffefb; border-color: var(--hwe-ink); }
.button-dark:hover { background: var(--hwe-green); color: #fff; border-color: var(--hwe-green); }
.button[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: #aebec0; font-size: .67rem; letter-spacing: .015em; }
.hero-note::before { content: ""; display: block; flex-shrink: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--hwe-lime); }
.hero-visual { min-width: 0; margin-left: -5px; }
.infrastructure-diagram { width: 100%; position: relative; }
.infrastructure-diagram > svg { display: block; width: 100%; height: auto; overflow: visible; }
.diagram-glow { animation: diagram-breathe 7s ease-in-out infinite; }
@keyframes diagram-breathe { 0%, 100% { opacity: .4; } 50% { opacity: .8; } }
.capability-strip { padding: 24px 0; background: #192a34; color: #bdc9c8; border-top: 1px solid #2f3d45; }
.capability-list { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; list-style: none; margin: 0; padding: 0; }
.capability-list li, .capability-list > span { display: inline-flex; align-items: center; gap: 10px; font-size: .65rem; text-transform: uppercase; letter-spacing: .075em; font-weight: 600; }
.capability-list li::before, .capability-list > span::before { content: ""; width: 4px; height: 4px; background: #8aac9c; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; position: relative; flex-direction: column; align-items: flex-start; padding: 31px 29px 25px; background: #fffefb; border: 1px solid var(--hwe-line); border-radius: 10px; transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-3px); border-color: #95afa2; }
.service-card h3 { margin: 24px 0 13px; font-size: 1.2rem; letter-spacing: -.027em; }
.service-card-top { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.service-card h3 a { color: inherit; text-decoration: none; }
.service-card p { margin-bottom: 20px; color: #5b6d70; font-size: .83rem; line-height: 1.75; }
.service-icon { display: inline-grid; place-items: center; width: 43px; height: 43px; padding: 10px; background: #e9f0e7; border-radius: 8px; color: #345947; }
.service-icon svg { width: 23px; height: 23px; }
.service-number { position: absolute; right: 28px; top: 32px; color: #819088; font-size: .6rem; letter-spacing: .08em; font-weight: 600; }
.service-card-featured { grid-column: span 2; background: var(--hwe-midnight); color: #f4f7f1; border-color: var(--hwe-midnight); padding: 33px 36px; }
.service-card-featured .eyebrow { color: var(--hwe-lime); margin: 0; }
.service-card-featured h3 { font-size: 1.75rem; margin-top: 20px; }
.service-card-featured p:not(.eyebrow) { max-width: 390px; }
.service-card-featured p { color: #b9c9c9; }
.service-card-featured .service-icon { background: #2d453e; color: var(--hwe-lime); }
.service-card-featured .service-number { color: #92a79d; }
.service-card-featured .card-link { color: var(--hwe-lime); }
.card-link { display: inline-flex; align-items: center; gap: 11px; min-height: 44px; margin-top: auto; font-size: .75rem; font-weight: 700; text-decoration: none; color: var(--hwe-green); }
.card-link svg { width: 15px; height: 15px; transition: transform .2s ease; }
.card-link:hover { text-decoration: underline; }
.card-link:hover svg { transform: translateX(3px); }
.problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.problem-card { border-top: 1px solid #bfcbbf; padding: 25px 0 0; }
.problem-card > span, .problem-card > .service-number { display: block; position: static; font-size: .65rem; color: #6a8072; margin-bottom: 26px; }
.problem-card h3 { font-size: 1.15rem; margin-bottom: 13px; }
.problem-card p { font-size: .84rem; line-height: 1.75; color: #5b6c66; margin-bottom: 0; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.split-section > * { min-width: 0; }
.split-section .section-intro { margin-bottom: 25px; }
.feature-list { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.feature-item { display: flex; align-items: flex-start; gap: 18px; position: relative; padding: 24px 0; border-bottom: 1px solid var(--hwe-line); }
.feature-item .service-icon { width: 38px; height: 38px; flex-shrink: 0; padding: 9px; border-radius: 6px; }
.feature-item .service-icon svg { width: 20px; height: 20px; }
.feature-item:first-child { padding-top: 0; }
.feature-item:last-child { padding-bottom: 0; border-bottom: 0; }
.feature-item::before { display: none; }
.feature-item:first-child::before { top: 0; }
.feature-item h3 { margin-bottom: 9px; font-size: 1.15rem; }
.feature-item p { margin-bottom: 0; color: #607070; font-size: .86rem; }
.section-dark .feature-item { border-color: #35454a; }
.section-dark .feature-item::before { background: #293e36; color: var(--hwe-lime); }
.section-dark .feature-item p { color: #b4c6c8; }
.technology-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.technology-group { padding-top: 23px; border-top: 1px solid #c6d2c5; }
.technology-group h3 { margin: 0 0 20px; font-size: .73rem; text-transform: uppercase; letter-spacing: .085em; font-weight: 700; }
.technology-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.technology-list li, .technology-list > span { padding: 6px 10px; border: 1px solid #d7e0d3; border-radius: 4px; background: rgba(255,255,255,.45); color: #456050; font-size: .71rem; line-height: 1.5; }
.section-dark .technology-group { border-color: #3b514e; }
.section-dark .technology-list li { color: #c5d6ca; border-color: #3b514c; background: #1d3036; }
.technology-note { margin: 31px 0 0; font-size: .68rem; color: #99ada6 !important; }
.process-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; padding: 0; margin: 0; list-style: none; }
.process-step { position: relative; padding-top: 1px; }
.process-step::before { content: ""; position: absolute; top: 18px; left: 37px; right: -20px; height: 1px; background: #ccd6cb; }
.process-step:last-child::before { display: none; }
.process-number { position: relative; z-index: 1; display: grid; place-items: center; width: 37px; height: 37px; margin-bottom: 24px; background: #eff4e9; border: 1px solid #cfdcc7; color: #466041; border-radius: 50%; font-size: .66rem; font-weight: 650; }
.process-step h3 { margin-bottom: 10px; font-size: .93rem; }
.process-step p { margin: 0; color: #65736e; font-size: .76rem; line-height: 1.7; }
.cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 40px; background: var(--hwe-lime); color: var(--hwe-ink); padding: 53px 56px; border-radius: 12px; }
.cta-panel h2 { max-width: 600px; margin-bottom: 16px; font-size: clamp(1.9rem, 3.2vw, 2.75rem); }
.cta-panel p { margin: 0; max-width: 520px; color: #415538; font-size: .92rem; }
.cta-panel .eyebrow { color: #4f633c; margin-bottom: 17px; }
.cta-panel .button { flex-shrink: 0; }
.cta-panel .button-primary { background: var(--hwe-ink); border-color: var(--hwe-ink); color: #fffefb; }
.cta-panel .button-primary:hover { background: var(--hwe-green); border-color: var(--hwe-green); color: #fffefb; }
.footer { background: #f0f3ed; border-top: 1px solid #e2e7dd; padding: 64px 0 0; color: #657369; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.1fr 1.2fr; gap: 50px; padding-bottom: 50px; }
.footer-grid > div > p { max-width: 295px; font-size: .79rem; margin-top: 22px; line-height: 1.75; }
.footer-grid > div > .footer-description { margin-top: 12px; font-size: .74rem; }
.footer-grid > div > a:not(.brand) { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #4e6553; font-size: .77rem; }
.footer-grid > div > a:not(.brand) svg { width: 14px; height: 14px; }
.footer h2, .footer h3, .footer h4 { margin: 4px 0 15px; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: #334d3d; font-weight: 750; }
.footer ul { margin: 0; padding: 0; list-style: none; }
.footer li { line-height: 1.5; }
.footer li a { display: inline-flex; align-items: center; min-height: 38px; padding: 6px 0; color: #627366; font-size: .76rem; text-decoration: none; }
.footer li a:hover { color: #183d34; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding: 25px 0; border-top: 1px solid #dce2d7; font-size: .65rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #637364; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 20px; }
.page-hero { padding: 63px 0 69px; background: #edf2e9; border-bottom: 1px solid #dfe6d9; }
.page-hero .eyebrow { margin-bottom: 22px; }
.page-title { max-width: 900px; margin: 0 0 24px; font-size: clamp(2.7rem, 5vw, 4.35rem); font-weight: 650; }
.page-hero .section-intro { max-width: 700px; margin-bottom: 0; font-size: 1.04rem; }
.page-hero .button { margin-top: 28px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0 0 34px; padding: 0; list-style: none; font-size: .71rem; color: #607463; }
.breadcrumb a { color: #607463; text-decoration: none; min-height: 30px; display: inline-flex; align-items: center; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.breadcrumb li + li::before { content: "/"; padding-right: 8px; color: #8c9b89; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); align-items: start; gap: 88px; }
.detail-main h2 { margin-bottom: 24px; font-size: 2rem; }
.detail-main h3 { margin-top: 36px; margin-bottom: 16px; }
.detail-main > p { color: var(--hwe-ink-soft); }
.detail-main section + section { margin-top: 54px; }
.detail-aside { padding: 30px; background: #f1f5eb; border: 1px solid #dce4d6; border-radius: 10px; }
.detail-aside h2, .detail-aside h3 { font-size: 1.35rem; margin-bottom: 16px; }
.detail-aside > .service-icon { margin-bottom: 25px; }
.detail-aside .scope-list { grid-template-columns: 1fr; }
.detail-aside .scope-list li { padding-left: 18px; }
.detail-aside .scope-list li::before { top: 20px; }
.detail-main .engagement-heading { margin-top: 45px; }
.detail-aside p { font-size: .84rem; color: #5a6b5b; }
.detail-aside .button { width: 100%; margin-top: 8px; }
.detail-aside ul { list-style: none; padding: 0; margin: 16px 0; }
.detail-aside li { font-size: .8rem; border-bottom: 1px solid #dce4d6; padding: 12px 0; }
.scope-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; list-style: none; padding: 0; margin: 28px 0 0; }
.scope-list li { position: relative; border-top: 1px solid var(--hwe-line); padding: 15px 0 15px 23px; color: #4b6154; font-size: .85rem; }
.scope-list li::before { content: ""; position: absolute; top: 23px; left: 0; width: 5px; height: 5px; background: #759c65; }
.outcome-grid, .related-grid, .solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.outcome-card { background: #fffefb; padding: 26px; border: 1px solid var(--hwe-line); border-radius: 8px; }
.outcome-card h3 { font-size: 1.06rem; margin-bottom: 12px; }
.outcome-card p { color: var(--hwe-ink-soft); font-size: .82rem; margin-bottom: 0; }
.solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.solution-card { display: flex; position: relative; flex-direction: column; padding: 35px; border: 1px solid var(--hwe-line); border-radius: 10px; background: #fffefb; }
.solution-card .service-number { position: static; display: block; margin-bottom: 9px; }
.solution-card h2, .solution-card h3 { margin: 22px 0 17px; font-size: 1.6rem; }
.solution-card h3 { margin: 19px 0 10px; font-size: .67rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 750; color: #4b664e; }
.solution-card > p { font-size: .9rem; color: #5d6d66; }
.solution-card ul { padding-left: 19px; margin: 0 0 16px; font-size: .83rem; color: #5d6d66; }
.solution-card li { padding-bottom: 6px; }
.solution-card .technology-list { padding-left: 0; }
.solution-card .technology-list li { padding-bottom: 6px; }
.solution-links { display: flex; flex-wrap: wrap; gap: 5px 16px; padding: 17px 0 10px; margin-top: auto; border-top: 1px solid var(--hwe-line); }
.solution-links a { display: inline-flex; gap: 5px; align-items: center; min-height: 44px; color: #5e755d; font-size: .69rem; text-decoration: none; }
.solution-links a svg { width: 13px; height: 13px; }
.solution-links a:hover { text-decoration: underline; }
.solution-card > .card-link { margin-top: 9px; }
.about-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.about-principles > * { border-top: 1px solid #cbd6c7; padding-top: 24px; }
.about-principles h3 { font-size: 1.3rem; margin-bottom: 16px; }
.about-principles p { color: #5e6d64; font-size: .89rem; margin-bottom: 0; }
.notice { padding: 18px 21px; background: #f3f3e9; border: 1px solid #dce0c9; border-left: 3px solid #a4b36e; border-radius: 5px; color: #5c663c; font-size: .82rem; line-height: 1.7; }
.notice p:last-child { margin-bottom: 0; }
.notice strong { color: #45502b; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); gap: 72px; align-items: start; }
.contact-form { min-width: 0; }
.contact-email-address { font-size: 1.15rem; font-weight: 650; overflow-wrap: anywhere; }
.contact-layout > div > h2 { font-size: 2rem; margin-bottom: 24px; }
.contact-layout > div > .notice { margin-bottom: 22px; }
#contact-required-note { font-size: .75rem; color: #6d7c66; margin-bottom: 25px; }
#contact-error-summary { margin-bottom: 25px; }
#contact-error-summary h3 { font-size: 1rem; }
#contact-error-summary ul { margin: 12px 0 0; padding-left: 20px; }
#contact-error-summary a { display: inline-flex; min-height: 44px; align-items: center; color: #715630; }
.contact-form .notice { margin-bottom: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 20px; }
.form-field { min-width: 0; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 8px; color: #334d3c; font-size: .78rem; font-weight: 650; }
.form-field label span { color: #7b8977; font-weight: 450; }
.form-field input, .form-field select, .form-field textarea { display: block; width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #c6d2c4; border-radius: 5px; background: #fffefb; color: var(--hwe-ink); font-size: .88rem; line-height: 1.6; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #899e82; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(128,167,92,.22); outline-offset: 1px; border-color: #698450; box-shadow: none; }
.form-field textarea { resize: vertical; min-height: 150px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #80917e; opacity: 1; }
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #a64631; }
.field-hint { display: block; color: #71806c; margin: 7px 0 0; font-size: .72rem; }
.field-error { color: #993721; font-size: .75rem; margin: 7px 0 0; }
.field-error:empty, .form-status:empty { display: none; }
.form-status { margin-top: 24px; padding: 16px 19px; border-radius: 5px; background: #edf4e7; color: #38562c; font-size: .85rem; }
.form-status[data-state="error"] { background: #fff2ec; color: #993721; }
.form-actions { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 17px; margin-top: 28px; }
.form-actions p { flex: 1 1 220px; color: #6e7c67; font-size: .72rem; line-height: 1.7; margin: 0; }
.contact-aside { border-left: 1px solid var(--hwe-line); padding-left: 35px; }
.contact-aside h2 { font-size: 1.55rem; margin-bottom: 20px; }
.contact-aside h3 { font-size: 1rem; margin: 28px 0 11px; }
.contact-aside p, .contact-aside li { font-size: .84rem; color: #61715e; }
.contact-aside ul { padding-left: 20px; margin-bottom: 28px; }
.contact-aside li { margin-bottom: 12px; }
.contact-aside > a { display: inline-flex; align-items: center; min-height: 44px; font-size: .82rem; font-weight: 600; margin: 0 0 23px; }
.contact-aside .notice p { margin-top: 8px; color: inherit; font-size: .79rem; }
.not-found { min-height: 55vh; padding: 110px 0; text-align: center; background: #edf2e9; }
.not-found .section-intro { margin-left: auto; margin-right: auto; }
.not-found h1 { margin-bottom: 25px; }
.not-found .page-title { margin-left: auto; margin-right: auto; }
[hidden] { display: none !important; }
@media (min-width: 1500px) { .hero { padding: 98px 0; } }
@media (max-width: 1100px) {
  .container { padding-left: 32px; padding-right: 32px; }
  .site-nav, .site-nav ul { gap: 21px; }
  .hero { padding: 70px 0; }
  .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 0; }
  .hero-title { font-size: 5rem; }
  .hero-lead { font-size: .95rem; }
  .hero-actions .button { padding-left: 16px; padding-right: 16px; font-size: .73rem; gap: 8px; }
  .service-card { padding: 28px 25px 22px; }
  .split-section, .detail-layout { gap: 52px; }
  .footer-grid { gap: 30px; }
  .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
  .process-step::before { right: -32px; }
  .process-step:nth-child(3)::before { display: none; }
}
@media (max-width: 860px) {
  .container { padding-left: 28px; padding-right: 28px; }
  .section { padding: 76px 0; }
  .header-inner { min-height: 78px; flex-wrap: wrap; column-gap: 20px; row-gap: 0; }
  .site-nav { width: 100%; padding: 6px 0 20px; justify-content: flex-start; flex-wrap: wrap; }
  .site-nav ul { flex-wrap: wrap; }
  .js .nav-toggle { display: inline-grid; place-items: center; margin-left: auto; }
  .js .nav-toggle:has(span) { display: block; }
  .js .site-nav { display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .js .site-nav.is-open { display: flex; }
  .js .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .js .site-nav .nav-link { min-height: 48px; padding: 13px 0; border-top: 1px solid #e0e7da; border-bottom: 0; }
  .js .site-nav .nav-link[aria-current="page"] { color: #436f39; }
  .js .site-nav .nav-cta { margin-top: 12px; min-height: 48px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: 4rem; }
  .hero-visual { margin-right: -28px; margin-left: -15px; }
  .hero .eyebrow { font-size: .56rem; letter-spacing: .1em; }
  .hero-lead { font-size: .87rem; }
  .hero-actions { gap: 10px; }
  .hero-note { font-size: .61rem; }
  .capability-list { justify-content: flex-start; gap: 13px 27px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card-featured { grid-column: auto; }
  .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .split-section { gap: 40px; }
  .technology-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .cta-panel { padding: 38px; gap: 25px; }
  .cta-panel h2 { font-size: 2rem; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; gap: 38px; }
  .detail-layout, .contact-layout { gap: 40px; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
  .contact-aside { padding-left: 24px; }
  .outcome-grid, .related-grid, .about-principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-card { padding: 28px; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 5rem; }
  .container { padding-left: 24px; padding-right: 24px; }
  .section { padding: 60px 0; }
  .eyebrow { font-size: .62rem; margin-bottom: 17px; }
  .section-heading { margin-bottom: 21px; max-width: 100%; }
  .section-intro { font-size: .94rem; margin-bottom: 30px; }
  .section-topline { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 28px; }
  .section-topline .card-link { margin-top: 0; }
  .preview-notice { font-size: .6rem; line-height: 1.45; padding: 7px 0; }
  .preview-notice .container { column-gap: 5px; row-gap: 2px; }
  .header-inner { min-height: 73px; }
  .brand { gap: 9px; }
  .brand-symbol, .brand-symbol svg { width: 31px; height: 35px; }
  .brand-name { font-size: 1.18rem; }
  .brand-descriptor { font-size: .49rem; letter-spacing: .13em; }
  .hero { padding: 51px 0 25px; }
  .hero-grid { display: flex; flex-direction: column; gap: 0; align-items: stretch; }
  .hero-copy { padding-bottom: 0; }
  .hero .eyebrow { margin-bottom: 24px; font-size: .56rem; letter-spacing: .13em; }
  .hero-title { font-size: clamp(3.7rem, 15.7vw, 5.7rem); margin-bottom: 23px; letter-spacing: -.06em; }
  .hero-lead { max-width: 470px; font-size: .96rem; line-height: 1.75; margin-bottom: 27px; }
  .hero-actions { flex-wrap: wrap; gap: 11px; }
  .hero-actions .button { min-height: 48px; padding: 13px 16px; font-size: .72rem; }
  .hero-note { margin-top: 21px; font-size: .62rem; }
  .hero-visual { width: 100%; max-width: 450px; margin: 21px auto -2px; }
  .capability-strip { padding: 22px 0; }
  .capability-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; }
  .capability-list li, .capability-list > span { font-size: .56rem; letter-spacing: .04em; gap: 7px; }
  .service-grid, .split-section, .detail-layout, .contact-layout, .solution-grid, .outcome-grid, .related-grid { grid-template-columns: 1fr; }
  .service-grid { gap: 15px; }
  .service-card { padding: 25px; }
  .service-card h3 { margin-top: 21px; font-size: 1.27rem; }
  .service-card p { font-size: .87rem; margin-bottom: 13px; }
  .service-number { right: 25px; top: 28px; }
  .problem-grid { gap: 28px 22px; }
  .problem-card { padding-top: 19px; }
  .problem-card h3 { font-size: 1.05rem; }
  .problem-card p { font-size: .78rem; }
  .problem-card > span { margin-bottom: 19px; }
  .split-section { gap: 35px; }
  .feature-item { padding: 23px 0; }
  .feature-item h3 { font-size: 1.08rem; }
  .feature-item p { font-size: .84rem; }
  .technology-grid { gap: 27px 20px; }
  .technology-group { padding-top: 18px; }
  .technology-group h3 { font-size: .65rem; line-height: 1.6; margin-bottom: 13px; }
  .technology-list { gap: 6px; }
  .technology-list li, .technology-list > span { font-size: .65rem; padding: 5px 8px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 29px 24px; }
  .process-step::before { right: -24px; }
  .process-step:nth-child(3)::before { display: block; }
  .process-step:nth-child(2n)::before { display: none; }
  .process-number { margin-bottom: 19px; }
  .process-step h3 { font-size: .9rem; }
  .process-step p { font-size: .77rem; }
  .cta-panel { flex-direction: column; align-items: flex-start; padding: 32px 27px; gap: 26px; border-radius: 9px; }
  .cta-panel h2 { font-size: 2rem; }
  .cta-panel p { font-size: .86rem; }
  .cta-panel .button { width: 100%; }
  .footer { padding-top: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 22px; padding-bottom: 36px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid > div > p { margin-top: 17px; max-width: 320px; }
  .footer li a { min-height: 44px; }
  .footer-bottom { padding: 22px 0; font-size: .61rem; gap: 12px; align-items: flex-start; flex-direction: column; }
  .footer-bottom > div { gap: 15px; }
  .page-hero { padding: 30px 0 48px; }
  .page-title { font-size: 2.8rem; margin-bottom: 21px; }
  .page-hero .section-intro { font-size: .94rem; }
  .breadcrumb { font-size: .66rem; margin-bottom: 26px; }
  .detail-layout, .contact-layout { gap: 39px; }
  .detail-main h2 { font-size: 1.85rem; }
  .detail-main > p { font-size: .94rem; }
  .detail-aside { padding: 27px; }
  .scope-list { gap: 0 20px; }
  .scope-list li { font-size: .79rem; }
  .solution-card { padding: 27px; }
  .solution-card h2, .solution-card h3 { font-size: 1.5rem; }
  .solution-card h3 { font-size: .67rem; }
  .about-principles { grid-template-columns: 1fr; gap: 26px; }
  .about-principles h3 { font-size: 1.2rem; }
  .form-grid { grid-template-columns: 1fr; gap: 21px; }
  .form-field-full { grid-column: auto; }
  .form-field input, .form-field select, .form-field textarea { font-size: 1rem; }
  .form-actions { gap: 15px; }
  .form-actions .button { width: 100%; }
  .contact-aside { padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--hwe-line); }
  .not-found { padding: 75px 0; }
}
@media (max-width: 360px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-title { font-size: 3.5rem; }
  .problem-grid, .technology-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .button:hover, .service-card:hover { transform: none; }
}
@media print {
  .site-header { position: static; }
  .site-nav, .nav-toggle, .preview-notice, .hero-visual, .hero-actions, .contact-form, .footer { display: none !important; }
  .hero, .section-dark, .section-tint, .page-hero { background: #fff; color: #111; }
  .hero-grid { display: block; }
  .section { padding: 30px 0; }
  .hero p, .hero .eyebrow, .word-accent, .section-dark p { color: #222; }
}
