:root {
    --navy-950: #041d42;
    --navy-900: #062a5d;
    --navy-800: #073773;
    --blue: #0b4da2;
    --teal: #008f94;
    --green: #23843b;
    --red: #d71820;
    --ink: #10233f;
    --muted: #65728a;
    --line: #dce4ed;
    --soft: #f2f7fa;
    --white: #fff;
    --shadow: 0 24px 60px rgba(4, 29, 66, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 15px/1.7 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.site-width { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-space { padding-top: 100px; padding-bottom: 100px; }

.topbar { color: #dbe9f7; background: var(--navy-950); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.topbar > div { display: flex; justify-content: space-between; width: min(1180px, calc(100% - 40px)); margin: auto; padding: 7px 0; }
.site-header { position: sticky; z-index: 50; top: 0; display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 30px; min-height: 86px; padding: 8px max(20px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(7, 55, 115, .1); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.brand { display: block; text-decoration: none; }
.brand-logo { width: 100px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 24px; }
.main-nav a { position: relative; color: #32435d; font-size: 12px; font-weight: 700; letter-spacing: .02em; text-decoration: none; white-space: nowrap; }
.main-nav a::after { position: absolute; right: 50%; bottom: -11px; left: 50%; height: 2px; content: ""; background: var(--teal); transition: .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--navy-800); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-actions a { font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.language-switch { display: flex; align-items: center; gap: 2px; margin: 0; padding: 2px 4px; border: 1px solid var(--line); border-radius: 999px; color: #8a98aa; line-height: 1; }
.language-option { padding: 1px 2px; border: 0; color: #8a98aa; background: transparent; font-size: 9px; font-weight: 800; line-height: 1.2; cursor: pointer; }
.language-option:hover, .language-option.active { color: var(--teal); background: transparent; }
.cart-pill { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; }
.cart-pill span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: white; background: var(--navy-800); font-size: 10px; }
.account-link { color: var(--navy-800); }
.nav-register { padding: 10px 14px; border-radius: 6px; color: white; background: var(--navy-800); }
.nav-form { margin: 0; }
.nav-button { padding: 0; border: 0; color: var(--red); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.menu-toggle, .mobile-nav-auth { display: none; }
.menu-toggle { width: 40px; height: 40px; padding: 9px; border: 1px solid var(--line); border-radius: 7px; background: white; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 2px 0; border-radius: 2px; background: var(--navy-800); transition: transform .2s ease, opacity .2s ease; }

.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.kicker span { width: 28px; height: 2px; background: currentColor; }
.kicker.light { color: #78d5d2; }
.corp-hero { overflow: hidden; color: white; background: linear-gradient(118deg, var(--navy-950) 0%, var(--navy-800) 64%, #0c587e 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 690px; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 70px 60px 55px 0; }
.hero-copy h1 { max-width: 680px; margin: 0; font-size: clamp(48px, 5.5vw, 76px); font-weight: 800; letter-spacing: -.045em; line-height: .99; }
.hero-copy h1 em { color: #6cd4ca; font-style: normal; }
.hero-lead { max-width: 620px; margin: 26px 0; color: #d8e4f1; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 6px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 0; border-radius: 6px; padding: 13px 19px; color: white; background: var(--teal); font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { background: #00787d; }
button:not(.nav-button):not(.danger):not(.language-option):not(.menu-toggle) { border: 0; border-radius: 6px; padding: 11px 15px; color: white; background: var(--teal); font-weight: 800; cursor: pointer; }
button:not(.nav-button):not(.danger):not(.language-option):not(.menu-toggle):hover { background: #00787d; }
.text-link { color: var(--navy-800); font-weight: 800; text-decoration: none; }
.corp-hero .text-link { color: white; }
.text-link span { margin-left: 8px; color: var(--teal); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 610px; margin-top: 55px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-proof div { display: flex; gap: 11px; align-items: flex-start; }
.hero-proof strong { color: #60cec7; font-size: 11px; }
.hero-proof span { color: #dce7f2; font-size: 11px; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.hero-media { position: relative; min-width: 0; overflow: hidden; }
.hero-media::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, var(--navy-800) 0%, transparent 28%), linear-gradient(0deg, rgba(4,29,66,.35), transparent 60%); }
.hero-media img { position: absolute; top: 0; left: -78%; width: 180%; max-width: none; height: auto; filter: saturate(.92) contrast(1.04); }
.hero-media-badge { position: absolute; z-index: 2; right: 28px; bottom: 28px; display: flex; align-items: center; gap: 15px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(4,29,66,.82); backdrop-filter: blur(8px); }
.hero-media-badge > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 6px; color: var(--navy-900); background: #69d0c8; font-weight: 900; }
.hero-media-badge strong { font-size: 11px; letter-spacing: .05em; line-height: 1.4; text-transform: uppercase; }

.section-label { margin-bottom: 26px; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: #8996a8; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.intro-grid, .section-heading-main { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: start; }
.intro-grid h2, .section-heading-main h2, .vision-copy h2, .commitment-inner h2 { margin: 0; color: var(--navy-900); font-size: clamp(36px, 4.2vw, 58px); letter-spacing: -.04em; line-height: 1.08; }
.rich-copy { color: #53627a; font-size: 16px; }
.rich-copy p:first-child { margin-top: 0; }
.rich-copy .text-link { display: inline-block; margin-top: 14px; }

.discipline-section { color: white; background: var(--navy-950); }
.section-heading-main { margin-bottom: 48px; }
.section-heading-main h2 { color: white; }
.section-heading-main > p { max-width: 430px; margin-top: 42px; color: #afbdd0; font-size: 16px; }
.section-heading-main.dark h2 { color: var(--navy-900); }
.discipline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.discipline-card { position: relative; min-height: 370px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: rgba(255,255,255,.05); }
.discipline-card::after { position: absolute; right: -60px; bottom: -80px; width: 210px; height: 210px; border: 45px solid rgba(255,255,255,.025); border-radius: 50%; content: ""; }
.discipline-card:hover { transform: translateY(-4px); border-color: rgba(104,210,202,.55); transition: .25s; }
.card-number { position: absolute; top: 25px; right: 27px; color: #7789a2; font-size: 11px; }
.discipline-icon, .service-letter { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 8px; color: white; background: var(--teal); font-size: 26px; font-weight: 900; }
.discipline-card.procurement .discipline-icon { background: var(--blue); }
.discipline-card.construction .discipline-icon { background: var(--green); }
.discipline-card h3 { margin: 35px 0 12px; font-size: 26px; }
.discipline-card p { color: #b8c5d6; }
.discipline-card a { position: absolute; z-index: 2; bottom: 28px; color: #70d5cf; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.vision-teaser { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 12px; color: white; background: linear-gradient(135deg, #073773, #075c74); box-shadow: var(--shadow); }
.vision-copy { padding: 64px; }
.vision-copy h2 { color: white; }
.vision-copy > p:not(.kicker) { max-width: 620px; color: #c7d9e8; }
.button.ghost { margin-top: 18px; border: 1px solid rgba(255,255,255,.4); background: transparent; }
.vision-points { display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(0,0,0,.12); }
.vision-points div { display: flex; flex-direction: column; justify-content: center; padding: 30px; border-left: 1px solid rgba(255,255,255,.14); }
.vision-points strong { color: #79d7d0; font-size: 42px; line-height: 1; }
.vision-points span { margin-top: 13px; color: #d2e1ec; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.mini-values { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.mini-values article { min-height: 210px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-values span { color: var(--teal); font-size: 11px; font-weight: 800; }
.mini-values h3 { margin: 40px 0 8px; font-size: 18px; }
.mini-values p { margin: 0; color: var(--muted); font-size: 13px; }
.commitment-banner { color: white; background: var(--navy-950); }
.commitment-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-top: 80px; padding-bottom: 80px; }
.commitment-inner h2 { color: white; }
.commitment-inner > div:last-child { color: #b9c7d8; font-size: 16px; }
.light-button { margin-top: 16px; color: var(--navy-900); background: white; }
.light-button:hover { color: white; background: var(--teal); }

.page-hero { padding: 105px 0; color: white; background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.page-hero h1 { max-width: 830px; margin: 0; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.05em; line-height: 1; }
.page-hero p:not(.kicker) { max-width: 650px; margin: 25px 0 0; color: #ccdaea; font-size: 17px; }
.page-hero-mark { justify-self: end; color: rgba(255,255,255,.12); font-size: 135px; font-weight: 900; line-height: .8; }
.page-hero-mark span { display: block; margin-top: 25px; color: #75d4cf; font-size: 11px; letter-spacing: .13em; line-height: 1.4; text-align: right; text-transform: uppercase; }
.compact-hero { padding: 80px 0; }
.editorial-grid { display: grid; grid-template-columns: 250px 1fr; gap: 100px; }
.editorial-grid aside { border-top: 3px solid var(--teal); }
.section-index { display: block; margin: 20px 0 70px; color: var(--teal); font-size: 12px; font-weight: 800; }
.editorial-grid aside h3 { font-size: 18px; }
.editorial-grid aside p { color: var(--muted); }
.editorial-copy h2 { max-width: 850px; margin: 0 0 32px; color: var(--navy-900); font-size: 46px; letter-spacing: -.035em; line-height: 1.12; }
.editorial-copy > p { color: #4f6078; font-size: 17px; }
.quote-panel { margin-top: 40px; padding: 28px 32px; border-left: 4px solid var(--teal); color: var(--navy-800); background: var(--soft); font-size: 20px; font-weight: 700; }
.soft-section { background: var(--soft); }
.lifecycle-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 45px; border-top: 1px solid #cfdce7; border-left: 1px solid #cfdce7; }
.lifecycle-grid article { min-height: 220px; padding: 25px; border-right: 1px solid #cfdce7; border-bottom: 1px solid #cfdce7; }
.lifecycle-grid span { color: var(--teal); font-size: 11px; font-weight: 800; }
.lifecycle-grid h3 { margin-top: 45px; font-size: 20px; }
.lifecycle-grid p { color: var(--muted); font-size: 13px; }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.promise-grid h2 { margin: 0; color: var(--navy-900); font-size: 50px; letter-spacing: -.04em; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; margin-top: 25px; padding: 0; list-style: none; }
.check-list li::before { margin-right: 9px; color: var(--teal); content: "✓"; font-weight: 900; }

.services-hero { background: radial-gradient(circle at 82% 40%, rgba(0,143,148,.45), transparent 26%), linear-gradient(125deg,var(--navy-950),var(--navy-800)); }
.services-list { display: grid; gap: 24px; }
.service-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 55px; scroll-margin-top: 110px; border: 1px solid var(--line); border-radius: 10px; }
.service-title > span { color: #94a2b4; font-size: 11px; font-weight: 800; }
.service-title .service-letter { margin-top: 35px; }
.service-row:nth-child(2) .service-letter { background: var(--blue); }
.service-row:nth-child(3) .service-letter { background: var(--green); }
.service-title h2 { margin: 25px 0 12px; color: var(--navy-900); font-size: 40px; }
.service-title p { color: var(--muted); }
.scope-label { padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-scope ul { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 30px; padding: 0; list-style: none; }
.service-scope li { position: relative; padding: 8px 0 8px 18px; border-bottom: 1px solid #edf1f5; }
.service-scope li::before { position: absolute; left: 0; color: var(--teal); content: "•"; }
.quality-band { color: white; background: var(--navy-900); }
.quality-band > div { display: grid; grid-template-columns: repeat(4,1fr); }
.quality-band div div { padding: 35px; border-right: 1px solid rgba(255,255,255,.15); }
.quality-band strong, .quality-band span { display: block; }
.quality-band strong { color: #6bd2ca; font-size: 19px; }
.quality-band span { color: #b8c7d9; font-size: 12px; }

.vision-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.vision-panel, .mission-panel { padding: 48px; border-radius: 10px; }
.vision-panel { color: white; background: var(--navy-900); }
.mission-panel { border: 1px solid var(--line); }
.panel-label { color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.vision-panel h2, .mission-panel h2 { margin: 10px 0 35px; font-size: 36px; line-height: 1.15; }
.numbered-list > div { display: flex; align-items: center; gap: 18px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.13); }
.numbered-list span, .mission-list span { color: #65d1c9; font-size: 11px; font-weight: 900; }
.numbered-list strong { font-size: 14px; }
.mission-list article { display: grid; grid-template-columns: 34px 1fr; gap: 8px; padding: 14px 0; border-top: 1px solid var(--line); }
.mission-list p { margin: 0; color: #53637a; font-size: 13px; }
.trust-statement { padding: 90px 0; color: white; background: var(--teal); }
.trust-statement span { font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.trust-statement h2 { max-width: 980px; margin: 18px 0 0; font-size: 42px; letter-spacing: -.03em; line-height: 1.15; }

.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.values-grid article { min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; }
.value-number { color: #98a5b5; font-size: 10px; font-weight: 900; }
.value-symbol { display: grid; width: 52px; height: 52px; margin-top: 45px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 20px; font-weight: 900; }
.values-grid article:nth-child(3n+2) .value-symbol { background: var(--navy-800); }
.values-grid article:nth-child(3n) .value-symbol { background: var(--green); }
.values-grid h2 { margin: 22px 0 8px; color: var(--navy-900); font-size: 19px; line-height: 1.2; }
.values-grid p { color: var(--muted); font-size: 13px; }
.commitment-card { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; margin-bottom: 100px; padding: 55px; border-radius: 10px; color: white; background: linear-gradient(125deg,var(--navy-950),#075b72); }
.commitment-card h2 { margin: 0; font-size: 42px; line-height: 1.1; }
.commitment-card > div:last-child p { color: #c0d0df; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { display: flex; min-height: 330px; padding: 30px; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 9px; background: white; box-shadow: 0 12px 35px rgba(4,29,66,.06); }
.resource-tag { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.product-card h2 { margin: 20px 0 10px; color: var(--navy-900); font-size: 25px; line-height: 1.2; }
.product-card p { color: var(--muted); }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.product-bottom strong { color: var(--navy-800); font-size: 19px; }
.product-thumbnail {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 1rem;
    border-radius: 8px;
}
.product-preview-heading { align-items: end; }
.product-preview-copy { display: grid; gap: 18px; justify-items: start; color: var(--muted); }
.product-preview-copy p { max-width: 430px; margin: 0; }
.home-product-grid { grid-template-columns: repeat(4, 1fr); }
.compact-product-card { min-height: 285px; padding: 24px; }
.compact-product-card h2 { font-size: 20px; }
.compact-product-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; font-size: 13px; }
.compact-product-card .product-bottom { align-items: flex-start; flex-direction: column; }

/* Commerce, authentication, and dashboard pages */
main > .page-title, main > .cart-panel, main > .checkout-panel, main > .success-panel, main > .error-panel, main > .auth-shell, main > .dashboard-heading, main > .stat-grid, main > .dashboard-section, main > .toolbar, main > .narrow-page, main > .empty { width: min(1080px, calc(100% - 40px)); margin-right: auto; margin-left: auto; }
.page-title { margin-top: 70px; margin-bottom: 28px; }
.page-title h1, .dashboard-heading h1, .auth-copy h1 { margin: 5px 0; color: var(--navy-900); font-size: clamp(38px,5vw,58px); letter-spacing: -.04em; line-height: 1.08; }
.eyebrow { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.cart-panel, .checkout-panel, .success-panel, .error-panel, .empty, .dashboard-section, .stat-card, .form-card { border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 12px 35px rgba(4,29,66,.06); }
.cart-panel, .checkout-panel { padding: 30px; }
.cart-item { display: grid; grid-template-columns: 1fr auto auto; gap: 25px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item h2 { margin: 0; color: var(--navy-900); }
.cart-item p { margin: 4px 0; color: var(--muted); }
.cart-summary { display: flex; justify-content: space-between; align-items: end; padding-top: 26px; }
.cart-summary div { display: grid; }
.cart-summary strong, .checkout-total strong { color: var(--navy-900); font-size: 26px; }
.danger { border: 0; border-radius: 5px; padding: 8px 11px; color: var(--red); background: #fdebec; cursor: pointer; }
.button.secondary, button.secondary { color: var(--navy-800); background: #eaf2fa; }
.checkout-panel { display: grid; gap: 26px; max-width: 760px; }
.checkout-line, .checkout-total { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); }
.checkout-total { border: 0; }
.wide { width: 100%; }
.success-panel, .error-panel { max-width: 760px; margin-top: 70px !important; margin-bottom: 70px !important; padding: 55px; text-align: center; }
.success-icon { display: grid; width: 58px; height: 58px; margin: 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 25px; }
.notice { padding: 12px; color: #075d61; background: #e6f6f5; }
.download-list { display: grid; gap: 10px; margin-top: 22px; }
.download-item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px; border: 1px solid var(--line); border-radius: 7px; text-decoration: none; }
.download-item small, td small { display: block; color: var(--muted); }
.empty { margin-top: 50px !important; margin-bottom: 70px !important; padding: 40px; text-align: center; }
.alert { margin-top: 18px; padding: 13px 17px; border-radius: 6px; }
.alert.error { color: #8e272b; background: #fdebec; }
.alert.success { color: #076369; background: #e6f6f5; }
.auth-shell { display: grid; grid-template-columns: 1fr minmax(340px,460px); gap: 70px; align-items: center; min-height: 650px; }
.auth-copy p { color: var(--muted); font-size: 17px; }
.form-card { padding: 32px; }
.form-card h1, .form-card h2 { margin: 0 0 22px; color: var(--navy-900); font-size: 32px; }
.form-card label { display: grid; gap: 6px; margin-bottom: 15px; font-weight: 700; }
.form-card label small { color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; padding: 11px 12px; border: 1px solid #cad5e0; border-radius: 6px; color: var(--ink); background: white; }
textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(0,143,148,.13); border-color: var(--teal); }
.checkbox { display: flex !important; align-items: center; }
.checkbox input { width: auto; }
.form-foot { color: var(--muted); text-align: center; }
.narrow-page { max-width: 620px; padding: 60px 0; }
.back-link, .toolbar > a { color: var(--teal); font-weight: 800; }
.dashboard-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 65px; margin-bottom: 25px; }
.dashboard-actions { display: flex; gap: 10px; }
.stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.stat-grid.four { grid-template-columns: repeat(4,1fr); }
.stat-card { display: grid; gap: 7px; padding: 24px; }
.stat-card span { color: var(--muted); }
.stat-card strong { color: var(--navy-900); font-size: 27px; }
.dashboard-section { margin-top: 22px; margin-bottom: 22px; padding: 25px; }
.dashboard-section.no-pad { padding: 0; overflow: hidden; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.section-heading h2 { color: var(--navy-900); }
.section-heading span { color: var(--muted); font-size: 12px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 13px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
th { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.product-name-cell { width: 52%; min-width: 280px; white-space: normal; }
.product-name-cell small { max-width: 580px; }
.status { display: inline-block; padding: 4px 8px; border-radius: 999px; font-size: 10px; font-weight: 900; }
.admin-table-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    vertical-align: middle;
}
.status.active, .status.paid { color: #0d6c41; background: #e7f6ed; }
.status.inactive, .status.failed { color: #922c30; background: #fdebec; }
.status.pending, .status.role { color: #755812; background: #fff5d8; }
.button.small, button.small { padding: 7px 10px; font-size: 12px; }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.toolbar form, .actions { display: flex; gap: 8px; }
.toolbar input { min-width: 280px; }
.import-panel { display: grid; gap: 18px; }
.import-form { display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: 14px; align-items: end; }
.import-form label { display: grid; gap: 6px; color: var(--navy-900); font-weight: 800; }
.import-notes { display: grid; gap: 5px; margin: 0; padding-left: 18px; color: var(--muted); font-size: 13px; }

.site-footer { padding-top: 70px; color: #c2d0df; background: #031a3a; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3,1fr); gap: 60px; padding-bottom: 55px; }
.footer-brand img { width: 100px; height: auto; object-fit: contain; padding: 5px; background: white; }
.footer-brand p { max-width: 420px; color: #90a2b7; }
.site-footer h3 { margin-top: 0; color: white; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { display: block; margin: 7px 0; color: #a9b9ca; text-decoration: none; }
.site-footer a:hover { color: #6bd2ca; }
.site-footer p { color: #93a6ba; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #71869d; font-size: 11px; }

@media (max-width: 1100px) {
    .site-header { position: sticky; grid-template-columns: 100px 1fr; gap: 8px; min-height: 72px; padding: 7px 18px; }
    .brand { width: 100px; }
    .brand-logo { width: 100px; }
    .header-actions { position: static; justify-self: end; gap: 7px; }
    .account-link, .nav-register, .nav-form { display: none; }
    .menu-toggle { display: grid; place-content: center; }
    .site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
    .site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .main-nav { grid-column: 1 / -1; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; max-height: 0; margin: 0 -18px; padding: 0 22px; overflow: hidden; order: 3; border-top: 0 solid var(--line); background: white; opacity: 0; pointer-events: none; transition: max-height .3s ease, opacity .2s ease, padding .3s ease, border-width .3s ease; }
    .site-header.menu-open .main-nav { max-height: calc(100vh - 110px); padding-top: 10px; padding-bottom: 16px; overflow-y: auto; border-top-width: 1px; opacity: 1; pointer-events: auto; }
    .main-nav > a { width: 100%; padding: 11px 3px; border-bottom: 1px solid #edf1f5; font-size: 13px; }
    .main-nav a::after { display: none; }
    .mobile-nav-auth { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
    .mobile-nav-auth a, .mobile-nav-auth form { display: block; width: 100%; }
    .mobile-nav-auth a, .mobile-nav-button { padding: 10px 12px !important; border: 1px solid var(--line) !important; border-radius: 6px !important; color: var(--navy-800) !important; background: var(--soft) !important; font-size: 12px !important; font-weight: 800 !important; text-align: center; text-decoration: none; }
    .mobile-nav-button { width: 100%; cursor: pointer; }
    .hero-grid { grid-template-columns: 1fr .8fr; }
    .hero-copy { padding-right: 30px; }
    .home-product-grid { grid-template-columns: repeat(2, 1fr); }
    .values-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
}

@media (max-width: 760px) {
    .site-width { width: min(1180px, calc(100% - 28px)); }
    .section-space { padding-top: 68px; padding-bottom: 68px; }
    .topbar span:last-child { display: none; }
    .site-header { padding: 7px 14px; }
    .main-nav { margin: 0 -14px; padding: 0 18px; }
    .language-switch { padding: 2px 4px; }
    .cart-pill { padding: 7px 8px; font-size: 0 !important; }
    .cart-pill span { font-size: 10px; }
    .hero-grid { display: block; min-height: auto; }
    .hero-copy { padding: 72px 0 55px; }
    .hero-copy h1 { font-size: 49px; }
    .hero-lead { font-size: 15px; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
    .hero-proof { gap: 9px; }
    .hero-proof div { display: block; }
    .hero-proof strong { display: block; margin-bottom: 5px; }
    .hero-media { height: 420px; margin-right: -14px; margin-left: -14px; }
    .hero-media img { left: -85%; width: 190%; }
    .intro-grid, .section-heading-main, .vision-teaser, .commitment-inner, .page-hero-grid, .editorial-grid, .promise-grid, .service-row, .vision-layout, .commitment-card { grid-template-columns: 1fr; gap: 35px; }
    .intro-grid h2, .section-heading-main h2, .vision-copy h2, .commitment-inner h2 { font-size: 38px; }
    .discipline-grid, .product-grid, .home-product-grid { grid-template-columns: 1fr; }
    .section-heading-main > p { margin-top: 0; }
    .vision-copy { padding: 36px 28px; }
    .vision-points { min-height: 180px; }
    .vision-points div { padding: 15px; }
    .vision-points strong { font-size: 31px; }
    .mini-values, .lifecycle-grid { grid-template-columns: 1fr 1fr; }
    .commitment-inner { gap: 28px; }
    .page-hero { padding: 75px 0; }
    .page-hero h1 { font-size: 50px; }
    .page-hero-mark { display: none; }
    .section-index { margin-bottom: 25px; }
    .editorial-copy h2, .promise-grid h2 { font-size: 37px; }
    .service-row { padding: 30px 24px; }
    .service-scope ul { grid-template-columns: 1fr; }
    .quality-band > div { grid-template-columns: 1fr 1fr; }
    .vision-panel, .mission-panel { padding: 30px 24px; }
    .values-grid { grid-template-columns: 1fr; }
    .commitment-card { margin-bottom: 65px; padding: 35px 25px; }
    .auth-shell { grid-template-columns: 1fr; gap: 20px; min-height: auto; padding-top: 50px; padding-bottom: 50px; }
    .cart-item { grid-template-columns: 1fr; gap: 9px; }
    .cart-summary, .dashboard-heading, .section-heading, .toolbar { align-items: stretch; flex-direction: column; }
    .dashboard-actions { align-items: stretch; flex-direction: column; }
    .import-form { grid-template-columns: 1fr; }
    .stat-grid, .stat-grid.four { grid-template-columns: 1fr; }
    .toolbar input { min-width: 0; }
    .download-item { align-items: stretch; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}
