:root {
    --red:#cc0033;
    --red-dark:#a9002a;
    --ink:#202429;
    --muted:#62676e;
    --line:#dce0e4;
    --soft:#f3f5f6;
    --width:1280px;
    --header:94px;
}

* {
    box-sizing:border-box;
}

html {
    scroll-behavior:smooth;
    scroll-padding-top:120px;
}

body {
    margin:0;
    color:var(--ink);
    background:#fff;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.65;
}

a {
    color:inherit;
    text-decoration:none;
}

button {
    font:inherit;
}

img {
    display:block;
    max-width:100%;
}

h1,h2,h3,p,figure {
    margin:0;
}

h1,h2,h3 {
    line-height:1.12;
    letter-spacing:-.04em;
}

h2 {
    font-size:clamp(32px,3.6vw,48px);
}

h3 {
    font-size:23px;
    letter-spacing:-.025em;
}

p {
    color:var(--muted);
}

:focus-visible {
    outline:3px solid var(--red);
    outline-offset:5px;
}

section[id],article[id],footer[id] {
    scroll-margin-top:120px;
}

.container {
    width:calc(100% - 96px);
    max-width:var(--width);
    margin-inline:auto;
}

.eyebrow {
    font-size:11px;
    letter-spacing:.16em;
    font-weight:700;
    color:var(--red);
    margin-bottom:16px;
}

.button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:24px;
    background:var(--red);
    color:#fff;
    border:1px solid var(--red);
    padding:15px 23px;
    border-radius:4px;
    font-size:14px;
    font-weight:700;
    line-height:1.4;
    transition:background .15s;
}

.button:hover {
    background:var(--red-dark);
    border-color:var(--red-dark);
}

.button span {
    font-size:21px;
    line-height:1;
}

.button-small {
    font-size:12px;
    padding:13px 19px;
    gap:18px;
}

.button-outline {
    background:transparent;
    border-color:#b4b9be;
}

.button-outline:hover {
    background:#ffffff20;
    border-color:#fff;
}

.button-row {
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}

.text-link {
    font-size:14px;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:20px;
}

.text-link:hover {
    color:var(--red);
}

.skip-link {
    position:fixed;
    top:-100px;
    left:20px;
    z-index:100;
    background:#fff;
    padding:10px 20px;
}

.skip-link:focus {
    top:8px;
}

.site-header {
    position:sticky;
    top:0;
    z-index:50;
    background:#fff;
    border-bottom:1px solid #e9ebed;
    transition:box-shadow .2s;
}

.site-header.is-scrolled {
    box-shadow:0 5px 20px #0000000a;
}

.header-inner {
    min-height:var(--header);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.brand {
    display:block;
    flex-shrink:0;
    width:260px;
}

.brand-art {
    position:relative;
    display:block;
    overflow:hidden;
    aspect-ratio:5.4;
    background:#fff;
    mix-blend-mode:multiply;
}

.brand-art img {
    position:absolute;
    max-width:none;
    width:108%;
    height:auto;
    left:-4%;
    top:-55%;
}

#primary-navigation {
    display:flex;
    align-items:center;
    gap:27px;
}

.nav-link {
    display:block;
    font-size:12px;
    font-weight:700;
    letter-spacing:.025em;
    padding:34px 0;
    white-space:nowrap;
    cursor:pointer;
}

.nav-link:hover,.nav-dropdown[open] summary {
    color:var(--red);
}

summary {
    list-style:none;
}

summary::-webkit-details-marker {
    display:none;
}

.mega-menu {
    position:absolute;
    left:0;
    right:0;
    top:100%;
    background:#fff;
    border-top:1px solid var(--line);
    box-shadow:0 18px 22px #00000014;
}

.mega-inner {
    display:grid;
    grid-template-columns:1fr 2fr;
    gap:70px;
    padding-block:38px;
}

.mega-inner h2 {
    font-size:30px;
    margin-bottom:12px;
}

.mega-inner p {
    font-size:14px;
}

.mega-links {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px 32px;
}

.mega-links a {
    border-left:2px solid var(--line);
    padding-left:18px;
}

.mega-links a:hover {
    border-color:var(--red);
}

.mega-links strong {
    display:block;
    font-size:16px;
}

.mega-links span {
    display:block;
    color:var(--muted);
    font-size:13px;
    margin-top:3px;
}

.menu-toggle {
    display:none;
    background:transparent;
    border:1px solid var(--line);
    padding:8px 12px;
    font-size:12px;
    font-weight:700;
}

.hero {
    position:relative;
    min-height:620px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#535a5c;
    color:#fff;
}

.hero-image,.hero-shade {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-image {
    object-position:center;
}

.hero-shade {
    background:linear-gradient(90deg,rgba(19,23,25,.85) 0%,rgba(19,23,25,.66) 37%,rgba(19,23,25,.13) 75%);
}

.hero-content {
    position:relative;
    padding-block:76px 90px;
}

.hero .eyebrow {
    color:#f4f4f4;
    font-size:11px;
}

.hero h1 {
    font-size:clamp(44px,4.65vw,68px);
    line-height:1.02;
    max-width:760px;
    letter-spacing:-.045em;
}

.hero-description {
    max-width:535px;
    font-size:18px;
    line-height:1.55;
    color:#f5f5f5;
    margin:25px 0 30px;
}

.hero-caption {
    position:absolute;
    bottom:20px;
    right:48px;
    font-size:9px;
    letter-spacing:.16em;
    color:#fff;
    text-shadow:0 1px 4px #000;
}

.journey {
    border-bottom:1px solid var(--line);
}

.journey-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    padding-block:28px;
}

.journey a {
    display:flex;
    flex-direction:column;
    gap:8px;
    padding-left:36px;
    border-left:1px solid #c9cdd1;
    font-size:16px;
    line-height:1.3;
}

.journey a:first-child {
    padding-left:0;
    border:0;
}

.journey a:hover {
    color:var(--red);
}

.step-number {
    display:flex;
    align-items:center;
    gap:18px;
    font-size:25px;
    font-weight:800;
    color:var(--red);
}

.step-number:after {
    content:'';
    height:1px;
    background:#c9cdd1;
    width:45%;
}

.section {
    padding:76px 0;
}

.section-intro {
    max-width:740px;
    font-size:17px;
    line-height:1.6;
    margin-top:20px;
}

.platform-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:46px;
    margin-top:38px;
    align-items:stretch;
}

.capability-photo {
    position:relative;
    min-height:430px;
    background:#333;
    overflow:hidden;
}

.capability-photo img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.capability-photo figcaption {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:50px 25px 24px;
    background:linear-gradient(transparent,#171b20ed);
    color:#fff;
    font-size:19px;
    font-weight:700;
    line-height:1.35;
}

.capability-photo figcaption span {
    display:block;
    font-size:10px;
    letter-spacing:.16em;
    font-weight:400;
    margin-bottom:8px;
}

.capability-list {
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.capability-list article {
    display:flex;
    gap:22px;
    padding:26px 0;
    border-bottom:1px solid var(--line);
}

.capability-list article:first-child {
    padding-top:6px;
}

.capability-list article:last-child {
    border-bottom:0;
    padding-bottom:6px;
}

.capability-number {
    font-size:20px;
    color:var(--red);
    line-height:1.3;
    letter-spacing:-.04em;
}

.capability-list p {
    font-size:15px;
    line-height:1.65;
    margin-top:12px;
}

.capability-tag {
    display:block;
    font-size:9px;
    letter-spacing:.08em;
    color:var(--red);
    font-weight:700;
    margin-top:14px;
}

.scotty-section {
    background:#eef0f2;
    padding:58px 0;
}

.scotty-grid {
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:75px;
    align-items:center;
}

.scotty-grid h2 {
    font-size:clamp(31px,3vw,42px);
    max-width:600px;
}

.scotty-grid p:not(.eyebrow):not(.release-badge):not(.question-note) {
    margin:20px 0;
    font-size:16px;
}

.release-badge {
    display:inline-flex;
    gap:12px;
    border:1px solid var(--red);
    border-radius:6px;
    padding:3px 12px;
    margin-bottom:20px;
    font-size:10px;
    letter-spacing:.13em;
    color:var(--ink);
    font-weight:700;
}

.release-badge span {
    color:var(--red);
    border-left:1px solid #b9bdc2;
    padding-left:12px;
}

.scotty-questions {
    border-left:1px solid #b9bdc2;
    padding-left:45px;
}

.scotty-questions .eyebrow {
    color:var(--muted);
    font-size:10px;
}

.scotty-questions blockquote {
    margin:0;
    padding:19px 0;
    font-family:Georgia,serif;
    font-size:29px;
    line-height:1.3;
    letter-spacing:-.025em;
    border-bottom:1px solid #c6cbd0;
}

.scotty-questions blockquote:last-of-type {
    border-bottom:0;
}

.question-note {
    font-size:11px;
    margin-top:15px;
}

.deployment-strip {
    border-bottom:1px solid var(--line);
}

.deployment-inner {
    display:grid;
    grid-template-columns:1fr 2fr;
    align-items:center;
    gap:70px;
    padding-block:38px;
}

.deployment-inner h2 {
    font-size:24px;
}

.deployment-inner p {
    max-width:690px;
    font-size:15px;
}

.contact-section {
    padding:60px 0;
}

.contact-inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.contact-inner h2 {
    font-size:36px;
}

.contact-inner p:not(.eyebrow) {
    font-size:15px;
    margin-top:14px;
}

.contact-inner .button {
    flex-shrink:0;
}

.contact-inner .eyebrow {
    font-size:10px;
}

.site-footer {
    background:var(--soft);
    border-top:1px solid var(--line);
    padding-top:45px;
}

.footer-grid {
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:35px;
}

.footer-brand .brand {
    width:245px;
}

.footer-brand p {
    font-size:13px;
    margin:20px 0 12px;
}

.footer-brand .text-link {
    font-size:12px;
}

.footer-grid nav {
    border-left:1px solid var(--line);
    padding-left:28px;
}

.footer-grid h2 {
    font-size:11px;
    letter-spacing:.04em;
    margin-bottom:18px;
}

.footer-grid nav a {
    display:block;
    font-size:13px;
    color:var(--muted);
    padding:4px 0;
}

.footer-grid a:hover {
    color:var(--red);
}

.footer-bottom {
    margin-top:35px;
    padding-block:19px;
    border-top:1px solid var(--line);
    display:flex;
    justify-content:space-between;
    gap:20px;
    font-size:10px;
    color:var(--muted);
}

@media(min-width:1600px) {
    .hero {
        min-height:680px;
    }
}

@media(max-width:1100px) {
    #primary-navigation {
        gap:18px;
    }
    .brand {
        width:230px;
    }
    .header-inner {
        gap:20px;
    }
    .container {
        width:calc(100% - 64px);
    }
    .nav-link {
        font-size:11px;
    }
    .scotty-grid {
        gap:40px;
    }
    .platform-grid {
        gap:30px;
    }
    .contact-inner h2 {
        font-size:32px;
    }
    .footer-grid {
        gap:22px;
    }
}

@media(max-width:980px) {
    :root {
        --header:80px;
    }
    .header-inner {
        flex-wrap:wrap;
        padding-block:15px;
    }
    .brand {
        width:235px;
    }
    .menu-toggle:not([hidden]) {
        display:block;
    }
    .site-header.enhanced #primary-navigation {
        display:none;
    }
    .site-header.enhanced.menu-open #primary-navigation {
        display:flex;
    }
    #primary-navigation {
        width:100%;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        padding-bottom:15px;
        max-height:calc(100dvh - 100px);
        overflow-y:auto;
    }
    .nav-link {
        font-size:13px;
        padding:15px 0;
        border-bottom:1px solid var(--line);
    }
    #primary-navigation>.button {
        margin-top:15px;
        align-self:flex-start;
    }
    .mega-menu {
        position:static;
        box-shadow:none;
        border:0;
        background:var(--soft);
    }
    .mega-inner {
        width:100%;
        display:block;
        padding:22px;
    }
    .mega-inner>div:first-child {
        display:none;
    }
    .mega-links {
        gap:20px;
    }
    .mega-links strong {
        font-size:14px;
    }
    .hero {
        min-height:570px;
    }
    .hero h1 {
        font-size:57px;
    }
    .journey a {
        padding-left:22px;
        font-size:14px;
    }
    .section {
        padding:55px 0;
    }
    .platform-grid {
        grid-template-columns:1fr;
    }
    .capability-photo {
        height:360px;
        min-height:0;
    }
    .capability-photo img {
        object-position:center 42%;
    }
    .capability-list article:first-child {
        padding-top:10px;
    }
    .scotty-grid {
        grid-template-columns:1fr 1fr;
        gap:30px;
    }
    .scotty-questions {
        padding-left:25px;
    }
    .scotty-questions blockquote {
        font-size:24px;
    }
    .contact-inner {
        align-items:flex-start;
        flex-direction:column;
        gap:25px;
    }
    .footer-grid {
        grid-template-columns:1fr 1fr;
        gap:35px;
    }
    .footer-grid nav {
        padding-left:0;
        border:0;
    }
    .footer-bottom {
        flex-direction:column;
        gap:4px;
    }
}

@media(max-width:600px) {
    .container {
        width:calc(100% - 40px);
    }
    .brand {
        width:clamp(170px,52vw,210px);
    }
    .header-inner {
        gap:12px;
    }
    .hero {
        min-height:590px;
    }
    .hero-content {
        padding-block:52px 65px;
    }
    .hero h1 {
        font-size:44px;
        line-height:1.04;
    }
    .hero .eyebrow {
        font-size:9px;
        max-width:280px;
        line-height:1.8;
    }
    .hero-description {
        font-size:16px;
        max-width:340px;
    }
    .hero-image {
        object-position:59% center;
    }
    .hero-shade {
        background:linear-gradient(90deg,#171b20d9,#171b2070);
    }
    .hero-caption {
        left:20px;
        right:auto;
        font-size:8px;
    }
    .button-row {
        gap:12px;
    }
    .button {
        font-size:13px;
        padding:14px 18px;
        gap:15px;
    }
    .journey-grid {
        grid-template-columns:1fr 1fr;
        padding-block:18px;
        gap:22px 0;
    }
    .journey a {
        padding-left:20px;
        font-size:13px;
    }
    .journey a:nth-child(3) {
        padding-left:0;
        border:0;
    }
    .step-number {
        font-size:22px;
    }
    .section {
        padding:44px 0;
    }
    .section-intro {
        font-size:15px;
    }
    .platform-grid {
        margin-top:28px;
        gap:20px;
    }
    .capability-photo {
        height:300px;
    }
    .capability-photo figcaption {
        font-size:18px;
    }
    .capability-list article {
        gap:15px;
        padding-block:22px;
    }
    h3 {
        font-size:21px;
    }
    .capability-list p {
        font-size:14px;
    }
    .scotty-section {
        padding:40px 0;
    }
    .scotty-grid {
        grid-template-columns:1fr;
        gap:30px;
    }
    .scotty-questions {
        padding:24px 0 0;
        border-left:0;
        border-top:1px solid #c6cbd0;
    }
    .scotty-questions blockquote {
        font-size:27px;
    }
    .deployment-inner {
        grid-template-columns:1fr;
        gap:17px;
        padding-block:30px;
    }
    .deployment-inner h2 br {
        display:none;
    }
    .deployment-inner p {
        font-size:14px;
    }
    .contact-section {
        padding:40px 0;
    }
    .contact-inner h2 {
        font-size:32px;
    }
    .footer-grid {
        gap:28px 18px;
    }
    .footer-brand {
        grid-column:1/-1;
    }
    .footer-bottom {
        margin-top:28px;
    }
    .mega-links {
        grid-template-columns:1fr;
    }
    .footer-grid nav a {
        font-size:12px;
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto;
    }
    *,*:before,*:after {
        transition:none!important;
    }
}


/* Revision 2: PROGMAX-sized hero and full-width navigation. */
:root { --header: 104px; --width: 1240px; }
.brand-art { aspect-ratio: auto; overflow: visible; background: transparent; mix-blend-mode: normal; }
.brand-art img { position: static; width: 100%; height: auto; max-width: 100%; }
.site-header .brand { width: 300px; }
.hero-page .site-header { position: absolute; width: 100%; background: transparent; border-color: transparent; color: #fff; }
.hero-page .site-header.enhanced { position: fixed; }
.hero-page .site-header.is-scrolled,
.hero-page .site-header.has-open-menu { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: 0 8px 28px #2024291a; }
.hero-page .site-header:not(.is-scrolled):not(.has-open-menu) .nav-link { text-shadow: 0 1px 5px #0006; }
.hero-page .site-header:not(.is-scrolled):not(.has-open-menu) .nav-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 7px; }
.hero-page .menu-toggle { color: inherit; }
.home-page .hero { min-height: 100vh; min-height: 100svh; padding: calc(var(--header) + 85px) 0 100px; }
.home-page .hero-content { padding-block: 0; }
.home-page .hero h1 { font-size: clamp(54px, 5.4vw, 84px); max-width: 980px; line-height: 1.04; }
.hero-shade { background: linear-gradient(180deg, #171b206e, transparent 28%, #171b2020), linear-gradient(90deg, #171b20db 0%, #171b20a6 40%, #171b2026 78%); }
.nav-link { padding-block: 34px; }
.nav-dropdown > summary { list-style: none; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.site-header .mega-menu { position: absolute; top: 100%; left: 0; right: 0; width: 100%; background: #f7f8f9; color: var(--ink); border-top: 3px solid var(--red); max-height: calc(100dvh - var(--header) - 16px); overflow-y: auto; box-shadow: 0 20px 35px #20242920; }
.mega-inner { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 36px; padding-block: 22px; }
.mega-feature { display: flex; flex-direction: column; align-items: flex-start; background: #eceff1; padding: 16px 22px; }
.mega-feature h2 { font-size: 25px; margin-bottom: 10px; }
.mega-feature p { font-size: 13px; line-height: 1.6; margin-bottom: 16px; }
.mega-feature .eyebrow { font-size: 10px; margin-bottom: 10px; }
.mega-feature .text-link { font-size: 13px; margin-top: auto; }
.mega-art { width: 100%; height: 100px; object-fit: contain; margin-bottom: 14px; }
.mega-feature-symbol { width: 100%; height: 85px; display: grid; place-items: center; margin-bottom: 14px; }
.mega-feature-symbol .menu-icon { width: 70px; height: 70px; stroke-width: 1; }
.mega-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: center; }
.mega-links a { display: flex; align-items: flex-start; gap: 16px; border: 0; padding: 18px; border-radius: 3px; }
.mega-links a:hover { background: #eceff1; color: var(--red); }
.menu-icon { color: var(--red); width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; }
.mega-links a > span { margin: 0; color: inherit; }
.mega-links strong { font-size: 15px; line-height: 1.35; }
.mega-links small { display: block; color: var(--muted); font-size: 12px; line-height: 1.6; margin-top: 7px; }
.scotty-introduction { display: flex; align-items: center; gap: 18px; margin-bottom: 8px; }
.scotty-portrait { width: 125px; height: 145px; object-fit: contain; opacity: .9; flex-shrink: 0; }
.scotty-introduction .eyebrow { color: var(--red); margin-bottom: 8px; }
.scotty-grid .scotty-introduction .scotty-intro-label { font-size: 15px; line-height: 1.45; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.scotty-preview-label { font-size: 9px; letter-spacing: .12em; color: var(--muted); }
@media (max-width: 1100px) {
    .site-header .brand { width: 250px; }
    .mega-inner { grid-template-columns: 250px minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 980px) {
    :root { --header: 80px; }
    .site-header .brand { width: 235px; }
    .site-header .mega-menu { position: static; width: 100%; max-height: none; overflow: visible; box-shadow: none; margin: 4px 0 12px; }
    .mega-inner { width: 100%; grid-template-columns: 1fr; padding: 14px; gap: 12px; }
    .mega-inner > div:first-child { display: flex; }
    .mega-art { width: 100px; height: 95px; object-position: left center; margin-bottom: 10px; }
    .mega-feature-symbol { display: none; }
    .mega-feature h2 { font-size: 23px; }
    .nav-link { padding-block: 15px; }
    .home-page .hero { padding: calc(var(--header) + 65px) 0 80px; }
    .home-page .hero h1 { font-size: clamp(48px, 7vw, 70px); }
}
@media (max-width: 600px) {
    .site-header .brand { width: clamp(170px, 52vw, 210px); }
    .home-page .hero { padding: calc(var(--header) + 48px) 0 65px; }
    .home-page .hero h1 { font-size: clamp(37px, 9vw, 52px); }
    .mega-links { grid-template-columns: 1fr; }
    .mega-links a { padding: 12px 6px; }
    .scotty-portrait { width: 105px; height: 125px; }
    .scotty-introduction { gap: 16px; }
}

/* Clean path-based logo assets: select by the actual header background. */
.brand-art { display: block; background: transparent; mix-blend-mode: normal; }
.brand-art img { filter: none; }
.brand-art .brand-on-dark { display: none; }
.hero-page .site-header:not(.is-scrolled):not(.has-open-menu) .brand-on-light { display: none; }
.hero-page .site-header:not(.is-scrolled):not(.has-open-menu) .brand-on-dark { display: block; }
.site-header .brand { flex-shrink: 0; }

/* PRODUCTS mega menu and the first product page: MES Cloud. */
.products-menu-inner { grid-template-columns: 220px minmax(0, 1fr); gap: 26px; }
.products-menu-inner .mega-feature { padding-top: 28px; }
.product-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.product-menu-card { display: flex; flex-direction: column; border-bottom: 2px solid transparent; }
.product-menu-card:hover { border-color: var(--red); background: #eceff1; }
.product-menu-card > img { width: 100%; height: 104px; object-fit: cover; }
.product-menu-copy { display: flex; flex-direction: column; flex: 1; padding: 16px 10px 14px; }
.product-owner { display: block; color: var(--red); font-size: 9px; line-height: 1.4; font-weight: 700; letter-spacing: .12em; margin-bottom: 8px; }
.product-menu-copy strong { display: block; font-size: 17px; line-height: 1.35; margin-bottom: 8px; }
.product-menu-copy > span:not(.product-owner):not(.product-menu-cta) { display: block; font-size: 12px; line-height: 1.65; color: var(--muted); }
.product-menu-cta { display: block; color: var(--ink); font-size: 11px; font-weight: 700; margin-top: auto; padding-top: 16px; }
.product-hero { position: relative; min-height: 570px; display: flex; align-items: center; background: #292e33; color: #fff; overflow: hidden; }
.product-hero-image, .product-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-hero-shade { background: linear-gradient(90deg, #171b20eb 0%, #171b20ae 40%, #171b2038 85%); }
.product-hero-content { position: relative; padding-block: 38px 64px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; color: #efefef; margin-bottom: 45px; }
.breadcrumbs a:hover { text-decoration: underline; }
.product-hero .eyebrow { color: #f2f3f5; }
.product-hero h1 { font-size: clamp(42px, 4.8vw, 70px); line-height: 1.05; max-width: 900px; }
.product-hero-content > p:not(.eyebrow) { max-width: 600px; color: #f4f4f4; font-size: 18px; line-height: 1.6; margin-block: 24px 28px; }
.product-facts { border-bottom: 1px solid var(--line); }
.product-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 27px; }
.product-facts-grid > div { padding-left: 35px; border-left: 1px solid var(--line); }
.product-facts-grid > div:first-child { padding-left: 0; border: 0; }
.product-facts span { display: block; color: var(--red); font-size: 10px; letter-spacing: .12em; font-weight: 700; margin-bottom: 4px; }
.product-facts strong { font-size: 18px; }
.product-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.product-overview-grid p:not(.eyebrow) { font-size: 15px; margin-top: 20px; }
.product-overview-grid .product-lead { color: var(--ink); font-size: 19px !important; line-height: 1.55; }
.product-overview-image img { width: 100%; height: 360px; object-fit: cover; }
.product-overview-image figcaption { font-size: 11px; color: var(--muted); padding-top: 12px; }
.product-control { background: var(--soft); padding-block: 62px; }
.product-section-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 65px; align-items: end; margin-bottom: 36px; }
.product-section-heading h2 { font-size: 38px; }
.product-section-heading > p { font-size: 16px; }
.product-control-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.product-control-grid article { border-top: 1px solid #cbd0d5; padding-top: 22px; }
.product-control-grid .capability-number { display: block; margin-bottom: 14px; }
.product-control-grid h3 { font-size: 21px; margin-bottom: 14px; }
.product-control-grid p { font-size: 14px; }
.product-inline-note { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 22px; font-size: 13px; }
.product-inline-note a { color: var(--red); font-weight: 700; }
.product-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 65px; margin-top: 35px; }
.product-benefit-grid article { border-left: 2px solid var(--red); padding-left: 23px; }
.product-benefit-grid h3 { font-size: 22px; margin-bottom: 14px; }
.product-benefit-grid p { font-size: 15px; }
.product-ai-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.product-ai-grid h2 { font-size: 40px; }
.product-ai-grid > div > p:not(.release-badge) { font-size: 15px; margin-block: 20px; }
.product-ai-aside { display: flex; align-items: center; gap: 20px; border-left: 1px solid #c6cbd0; padding-left: 28px; }
.product-ai-aside > img { width: 150px; height: 195px; object-fit: contain; opacity: .9; }
.product-ai-aside .eyebrow { font-size: 9px; }
.product-ai-aside blockquote { font-family: Georgia, serif; font-size: 27px; line-height: 1.3; margin: 0 0 18px; }
.product-ai-aside p:not(.eyebrow) { font-size: 11px; }
.deployment-option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 35px; }
.deployment-option-grid article { border-top: 2px solid var(--line); padding: 23px 0 0; }
.deployment-option-grid .selected-deployment { border-top-color: var(--red); }
.deployment-option-grid h3 { font-size: 23px; margin-bottom: 14px; }
.deployment-option-grid p { font-size: 14px; margin-bottom: 18px; }
.deployment-option-grid .text-link, .current-product { font-size: 12px; }
.current-product { color: var(--red); font-weight: 700; }
.product-contact { background: var(--soft); }
@media (max-width: 1100px) {
    .products-menu-inner { grid-template-columns: 190px minmax(0, 1fr); gap: 20px; }
    .product-menu-grid { gap: 12px; }
    .product-menu-copy strong { font-size: 15px; }
    .product-ai-grid { gap: 30px; }
    .product-ai-aside { padding-left: 22px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 980px) {
    .products-menu-inner { grid-template-columns: 1fr; }
    .products-menu-inner .mega-feature { padding: 18px 22px; }
    .products-menu-inner .mega-feature h2 br { display: none; }
    .product-overview-grid { gap: 30px; }
    .product-overview-image img { height: 320px; }
    .product-section-heading { gap: 30px; }
    .product-control-grid { gap: 25px; }
    .product-hero { min-height: 530px; }
}
@media (max-width: 700px) {
    .product-menu-grid { grid-template-columns: 1fr; }
    .product-menu-card { display: grid; grid-template-columns: 90px 1fr; align-items: start; gap: 12px; }
    .product-menu-card > img { height: 80px; margin-top: 16px; }
    .product-menu-copy { padding-inline: 0; }
    .product-menu-cta { padding-top: 10px; }
    .product-hero-content { padding-block: 25px 50px; }
    .product-hero h1 { font-size: clamp(36px, 8vw, 52px); }
    .product-hero-content > p:not(.eyebrow) { font-size: 16px; }
    .breadcrumbs { margin-bottom: 32px; }
    .product-facts-grid { gap: 12px; }
    .product-facts-grid > div { padding-left: 12px; }
    .product-facts strong { font-size: 14px; }
    .product-facts span { font-size: 8px; }
    .product-overview-grid, .product-section-heading, .product-control-grid, .product-benefit-grid, .product-ai-grid, .deployment-option-grid { grid-template-columns: 1fr; gap: 28px; }
    .product-overview-image img { height: 260px; }
    .product-control { padding-block: 42px; }
    .product-section-heading h2, .product-ai-grid h2 { font-size: 32px; }
    .product-ai-aside { flex-direction: row; align-items: center; padding: 25px 0 0; border-left: 0; border-top: 1px solid #c6cbd0; }
    .product-ai-aside > img { width: 100px; height: 140px; }
    .product-ai-aside blockquote { font-size: 23px; }
}

/* Shared product-page pattern: full-view hero and three alternating story rows. */
.hero-page .product-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: calc(var(--header) + 85px) 0 100px;
}
.hero-page .product-hero-content { padding-block: 0; }
.hero-page .product-hero h1 { font-size: clamp(54px, 5.4vw, 84px); line-height: 1.04; max-width: 980px; }
.hero-page .product-hero-shade {
    background: linear-gradient(180deg, #171b206e, transparent 28%, #171b2020), linear-gradient(90deg, #171b20db 0%, #171b20a6 40%, #171b2026 78%);
}
.product-story { padding-block: 90px; }
.product-story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 70px; align-items: center; }
.product-story-copy { grid-column: 1; grid-row: 1; }
.product-story-image { grid-column: 2; grid-row: 1; min-width: 0; }
.product-story-reverse .product-story-copy { grid-column: 2; }
.product-story-reverse .product-story-image { grid-column: 1; }
.product-story-soft { background: var(--soft); }
.product-story h2 { font-size: clamp(32px, 3vw, 43px); line-height: 1.12; }
.product-story-copy > p:not(.eyebrow):not(.release-badge) { font-size: 15px; line-height: 1.8; margin-top: 20px; }
.product-story-copy > p.story-lead { color: var(--ink); font-size: 18px; line-height: 1.65; }
.product-story-copy > .text-link { margin-top: 24px; }
.product-story-image > img { width: 100%; height: 470px; object-fit: cover; }
.product-story-image figcaption { font-size: 11px; color: var(--muted); line-height: 1.6; padding-top: 14px; }
.product-story-scotty { align-self: center; }
.story-scotty-frame { min-height: 470px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 30px; background: linear-gradient(140deg, #f7f8f9, #e9ecef); }
.story-scotty-frame > img { width: 245px; height: 270px; object-fit: contain; opacity: .9; }
.story-scotty-question { text-align: center; padding-top: 20px; }
.story-scotty-question > span { font-size: 9px; letter-spacing: .15em; color: var(--red); }
.story-scotty-question blockquote { margin: 12px 0 0; font-family: Georgia, serif; font-size: 28px; line-height: 1.3; }
.deployment-options { border-top: 1px solid var(--line); }
@media (max-width: 980px) {
    .hero-page .product-hero { padding: calc(var(--header) + 65px) 0 80px; }
    .hero-page .product-hero h1 { font-size: clamp(48px, 7vw, 70px); }
    .product-story { padding-block: 65px; }
    .product-story-grid { gap: 35px; }
    .product-story-image > img { height: 440px; }
    .story-scotty-frame { padding: 20px; }
}
@media (max-width: 700px) {
    .product-story { padding-block: 45px; }
    .product-story-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
    .product-story .product-story-copy { grid-column: 1; grid-row: 1; }
    .product-story .product-story-image { grid-column: 1; grid-row: 2; }
    .product-story-image > img { height: 300px; }
    .product-story-copy > p:not(.eyebrow):not(.release-badge) { font-size: 15px; }
    .product-story-copy > p.story-lead { font-size: 17px; }
    .story-scotty-frame { min-height: 370px; }
    .story-scotty-frame > img { width: 190px; height: 220px; }
    .story-scotty-question blockquote { font-size: 26px; }
}
@media (max-width: 600px) {
    .hero-page .product-hero { padding: calc(var(--header) + 48px) 0 65px; }
    .hero-page .product-hero h1 { font-size: clamp(37px, 9vw, 52px); }
}

/* Breadcrumbs sit below the hero, above the product facts. */
.breadcrumb-strip {
    background: #f7f8f9;
    border-bottom: 1px solid var(--line);
}
.breadcrumb-strip .breadcrumbs {
    margin-top: 0;
    margin-bottom: 0;
    padding-block: 16px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}
.breadcrumb-strip .breadcrumbs a:hover {
    color: var(--red);
}
.breadcrumb-strip .breadcrumbs [aria-current="page"] {
    color: var(--ink);
    font-weight: 700;
}

/* Homepage deployment cards. Managed Cloud is the featured recommendation. */
.product-plans { background: #f7f8f9; border-bottom: 1px solid var(--line); }
.product-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 52px; align-items: stretch; }
.product-plan { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 34px 28px 28px; background: #fff; border: 1px solid #d8dde1; border-radius: 5px; }
.product-plan-featured { border: 2px solid var(--red); padding: 33px 27px 27px; box-shadow: 0 14px 36px #2024290d; }
.plan-badge { position: absolute; top: 0; left: 22px; transform: translateY(-50%); background: var(--red); color: #fff; padding: 7px 14px; border-radius: 3px; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.plan-heading .product-owner { font-size: 10px; margin-bottom: 16px; }
.plan-heading h3 { font-size: clamp(25px, 2.4vw, 31px); line-height: 1.18; margin-bottom: 20px; }
.plan-heading > p:last-child { font-size: 15px; line-height: 1.7; min-height: 102px; margin-bottom: 0; }
.plan-fit { padding-block: 22px; margin-top: 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-fit > span { font-size: 9px; font-weight: 700; letter-spacing: .13em; color: var(--ink); }
.plan-fit p { font-size: 13px; line-height: 1.7; margin: 8px 0 0; }
.plan-features { list-style: none; padding: 0; margin: 24px 0 30px; }
.plan-features li { position: relative; padding-left: 22px; font-size: 13px; line-height: 1.6; color: var(--ink); }
.plan-features li + li { margin-top: 14px; }
.plan-features li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.product-plan > .button { margin-top: auto; width: 100%; justify-content: space-between; padding-inline: 17px; font-size: 13px; }
.product-plan > .plan-button-secondary { background: #fff; color: var(--ink); border: 1px solid #b8bfc5; }
.product-plan > .plan-button-secondary:hover { border-color: var(--red); color: var(--red); background: #fff7f9; }
.plan-help { text-align: center; font-size: 13px; margin: 28px 0 0; }
.plan-help a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1100px) {
    .product-plan-grid { gap: 16px; }
    .product-plan { padding: 30px 20px 24px; }
    .product-plan-featured { padding: 29px 19px 23px; }
    .plan-heading > p:last-child { min-height: 128px; }
}
@media (max-width: 800px) {
    .product-plan-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; margin-top: 38px; }
    .plan-heading > p:last-child { min-height: 0; }
    .plan-heading h3 { font-size: 30px; }
    .product-plan { padding: 32px 24px 24px; }
    .product-plan-featured { padding: 31px 23px 23px; }
}

/* Services navigation and overview, reusing the shared full-view page pattern. */
.services-menu-inner { padding-block: 28px; }
.services-menu-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 16px; }
.services-menu-heading .eyebrow { margin-bottom: 0; }
.services-menu-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 36px; }
.services-menu-links > a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 12px; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 600; }
.services-menu-links > a:hover, .services-menu-links > a:focus-visible { color: var(--red); background: #eceff1; }
.services-menu-links > a > span { color: var(--red); }
.service-diagram > img { object-fit: contain; background: #f7f8f9; }
.service-back { padding-block: 28px; border-bottom: 1px solid var(--line); }
.service-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 28px; margin-top: 40px; }
.service-index-grid article { display: flex; flex-direction: column; min-width: 0; }
.service-index-grid img { width: 100%; height: 210px; object-fit: cover; }
.service-index-grid h3 { font-size: 24px; line-height: 1.25; margin: 22px 0 14px; }
.service-index-grid p { font-size: 14px; margin-bottom: 20px; }
.service-index-grid .text-link { margin-top: auto; font-size: 13px; }
.services-footer { padding-block: 30px; border-top: 1px solid var(--line); }
.services-footer h2 { font-size: 12px; margin-bottom: 20px; }
.services-footer > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px 30px; }
.services-footer a { font-size: 12px; color: var(--muted); }
.services-footer a:hover { color: var(--red); }
@media (min-width: 981px) {
    #primary-navigation { gap: 20px; }
}
@media (min-width: 981px) and (max-width: 1200px) {
    .site-header .brand { width: 220px; }
    #primary-navigation { gap: 13px; }
    #primary-navigation .nav-link { font-size: 11px; }
    #primary-navigation > .button { padding-inline: 13px; gap: 10px; }
}
@media (max-width: 980px) {
    .services-menu-inner { width: 100%; padding: 18px; }
    .service-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .services-menu-heading { flex-direction: column; align-items: flex-start; gap: 10px; }
    .services-menu-links, .service-index-grid, .services-footer > div { grid-template-columns: minmax(0, 1fr); }
    .services-menu-links > a { font-size: 14px; padding-inline: 0; }
}

/* SERVICES: same introduction-and-cards structure as PRODUCTS. */
.services-catalog { grid-template-columns: 220px minmax(0, 1fr); gap: 26px; }
.services-feature { padding-top: 28px; }
.service-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 22px; }
.service-menu-card { position: relative; isolation: isolate; display: flex; min-width: 0; overflow: hidden; background: #fff; border-bottom: 2px solid #dce0e3; }
.service-menu-card > .service-menu-backdrop { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: .12; pointer-events: none; }
.service-menu-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, #ffffffd9, #ffffff73 70%, #ffffff26); pointer-events: none; }
.service-menu-copy { display: flex; flex-direction: column; width: 100%; min-height: 216px; padding: 21px 18px 17px; }
.service-menu-copy > strong { display: block; color: var(--ink); font-size: 17px; line-height: 1.35; margin-bottom: 10px; }
.service-menu-description { display: block; color: #46515b; font-size: 12px; line-height: 1.65; }
.service-menu-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--ink); font-size: 11px; font-weight: 700; margin-top: auto; padding-top: 18px; }
.service-menu-cta > span { color: var(--red); font-size: 17px; }
.service-menu-card:hover, .service-menu-card:focus-visible { border-bottom-color: var(--red); }
.service-menu-card:hover .service-menu-copy > strong, .service-menu-card:focus-visible .service-menu-copy > strong { color: var(--red); }
.service-menu-card:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
@media (min-width: 981px) and (max-width: 1100px) {
    .services-catalog { grid-template-columns: 190px minmax(0, 1fr); gap: 20px; }
    .service-menu-grid { gap: 14px; }
    .service-menu-copy { padding: 18px 14px 16px; }
    .service-menu-copy > strong { font-size: 15px; }
}
@media (max-width: 980px) {
    .services-catalog { grid-template-columns: minmax(0, 1fr); }
    .services-feature { padding: 18px 22px; }
    .services-feature h2 br { display: none; }
    .service-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}
@media (max-width: 600px) {
    .service-menu-grid { grid-template-columns: minmax(0, 1fr); }
    .service-menu-copy { min-height: 0; padding: 20px; }
}

/* Classic SHOPGRID sitemap footer: six columns on a SHOP logo gray background. */
.site-footer.sitemap-footer { padding: 0; background: #b3b3b3; color: #30343a; border-top: 0; border-bottom: 2px solid var(--red); }
.footer-sitemap { width: calc(100% - 64px); max-width: 1680px; margin-inline: auto; display: grid; grid-template-columns: .9fr 1.2fr 1fr 1.25fr .8fr 1fr; gap: 32px; padding-block: 42px 46px; }
.footer-sitemap-column { min-width: 0; }
.footer-sitemap-column h2 { color: #202429; font-size: 12px; font-weight: 500; letter-spacing: .045em; line-height: 1.5; margin: 0 0 20px; }
.footer-sitemap-column ul { list-style: none; padding: 0; margin: 0; }
.footer-sitemap-column li + li { margin-top: 10px; }
.footer-sitemap-column a, .footer-sitemap-column .footer-pending { display: block; color: #30343a; font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.footer-sitemap-column a:hover { color: #8f0024; text-decoration: underline; text-underline-offset: 4px; }
.footer-sitemap-column a:focus-visible, .footer-copyright a:focus-visible { outline: 2px solid #8f0024; outline-offset: 4px; }
.footer-sitemap-column .footer-pending { color: #42464b; }
.footer-copyright { background: #a7a7a7; }
.footer-copyright-inner { width: calc(100% - 64px); max-width: 1680px; margin-inline: auto; padding-block: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 24px; font-size: 12px; line-height: 1.6; }
.footer-copyright a { color: #30343a; }
.footer-copyright a:hover { color: #8f0024; text-decoration: underline; }
@media (max-width: 1200px) {
    .footer-sitemap { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
}
@media (max-width: 700px) {
    .footer-sitemap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
    .footer-sitemap, .footer-copyright-inner { width: calc(100% - 40px); }
}
@media (max-width: 420px) {
    .footer-sitemap { grid-template-columns: minmax(0, 1fr); }
}

/* Original SHOPGRID product icons, hosted on the new CDN. */
.plan-heading > .plan-product-icon {
    display: block;
    width: 72px;
    height: 52px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 20px;
}

/* Product heading alignment and lighter, denser sitemap footer. */
.plan-heading { text-align: center; }
.plan-heading > .plan-product-icon { margin-inline: auto; object-position: center; }
.site-footer.sitemap-footer { background: #eef0f2; color: #30343a; }
.footer-sitemap-column h2 { font-weight: 700; font-size: 12px; }
.footer-sitemap-column a, .footer-sitemap-column .footer-pending { font-size: 11.5px; line-height: 1.6; }
.footer-sitemap-column li + li { margin-top: 8px; }
.footer-copyright { background: #b3b3b3; }

/* Original Services/Industries icons, matching the established card menus. */
.service-menu-copy > .catalog-menu-icon { display: block; width: 36px; height: 36px; object-fit: contain; object-position: left center; margin-bottom: 13px; }
.industry-menu-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.industry-menu-grid .service-menu-copy { padding: 18px 15px 15px; min-height: 235px; }
.industry-menu-grid .service-menu-copy > strong { font-size: 16px; }
.industry-index-heading { display: flex; align-items: center; gap: 14px; margin: 22px 0 14px; }
.industry-index-heading .catalog-menu-icon { width: 36px; height: 36px; flex-shrink: 0; object-fit: contain; }
.industry-index-heading h3 { margin: 0; }
@media (min-width: 981px) and (max-width: 1250px) {
    .site-header .brand { width: 190px; }
    #primary-navigation { gap: 11px; }
    #primary-navigation .nav-link { font-size: 10.5px; }
    #primary-navigation > .button { padding-inline: 12px; font-size: 11px; gap: 8px; }
    .industry-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
    .industry-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .industry-menu-grid { grid-template-columns: minmax(0, 1fr); }
    .industry-menu-grid .service-menu-copy { min-height: 0; padding: 20px; }
}

/* Five-column footer with compact original SHOPGRID icons. */
.footer-sitemap { grid-template-columns: .95fr 1.25fr 1fr 1.3fr .75fr; }
.footer-sitemap-column a { display: flex; align-items: flex-start; gap: 9px; }
.footer-sitemap-column .footer-link-icon { display: block; flex: 0 0 16px; width: 16px; height: 16px; object-fit: contain; margin-top: 1px; }
.footer-sitemap-column a > span { min-width: 0; }
@media (max-width: 1200px) {
    .footer-sitemap { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .footer-sitemap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
    .footer-sitemap { grid-template-columns: minmax(0, 1fr); }
}

/* Shared visual grammar for all card dropdowns. */
.catalog-two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 600px) { .catalog-two-columns { grid-template-columns: minmax(0, 1fr); } }
/* Contact page, isolated from existing homepage and product styles. */
.sg-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.sg-contact-aside > p:not(.eyebrow) { margin-block: 22px; font-size: 16px; }
.sg-contact-aside address { font-style: normal; font-size: 14px; line-height: 1.8; color: var(--muted); }
.sg-contact-phone a { display: block; font-size: 23px; font-weight: 700; color: var(--ink); }
.sg-contact-phone small { display: block; margin-bottom: 16px; font-size: 12px; }
.sg-contact-form { display: grid; gap: 22px; min-width: 0; }
.sg-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.sg-field { display: grid; gap: 8px; min-width: 0; }
.sg-field label { font-size: 13px; font-weight: 700; color: var(--ink); }
.sg-field input, .sg-field select, .sg-field textarea { width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid #adb5bd; border-radius: 3px; background: #fff; color: var(--ink); font: inherit; font-size: 16px; }
.sg-field textarea { resize: vertical; }
.sg-field input:focus-visible, .sg-field select:focus-visible, .sg-field textarea:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
.sg-contact-form > .button { justify-self: start; }
.sg-contact-form > .button:disabled { opacity: .55; cursor: not-allowed; }
.sg-form-note { font-size: 12px; line-height: 1.7; margin: 0; }
.sg-form-note a, .sg-notice a { text-decoration: underline; text-underline-offset: 3px; }
.sg-notice { background: #eef0f2; border-left: 3px solid var(--red); padding: 18px 20px; margin-bottom: 24px; color: var(--ink); }
.sg-contact-form .validation-summary-errors, .sg-contact-form .field-validation-error { color: #9c0027; font-size: 13px; }
.sg-contact-form .validation-summary-errors ul { margin: 0; padding-left: 20px; }
.sg-contact-form .validation-summary-valid, .sg-contact-form .field-validation-valid { display: none; }
.sg-contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 980px) { .sg-contact-grid { gap: 36px; } }
@media (max-width: 700px) { .sg-contact-grid, .sg-form-row { grid-template-columns: minmax(0, 1fr); } }
