/* Specialist pages only. Core B2B tokens and shared chrome live in erhverv.css. */

.specialist-page {
    background: var(--off-white);
}

.specialist-page main {
    overflow: hidden;
}

.primary-nav [aria-current="page"] {
    color: var(--white);
}

.specialist-page .primary-nav > a:not(.button),
.specialist-page .footer-main nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.breadcrumb-wrap {
    color: #bed0ca;
    background: var(--dark);
}

.breadcrumbs {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.breadcrumbs li:not(:last-child)::after {
    color: #718a83;
    content: "→";
}

.breadcrumbs a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #dce7e3;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--white);
}

.breadcrumbs [aria-current="page"] {
    color: #91aaa2;
}

.specialist-hero {
    position: relative;
    color: var(--white);
    background: var(--dark);
}

.specialist-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, black, transparent 86%);
    pointer-events: none;
}

.specialist-hero-layout {
    position: relative;
    z-index: 1;
    min-height: 610px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.75fr);
    align-items: center;
    gap: clamp(54px, 8vw, 112px);
    padding-block: clamp(72px, 9vw, 118px);
}

.specialist-hero-copy {
    max-width: 720px;
    min-width: 0;
}

.specialist-hero-layout > * {
    min-width: 0;
}

.specialist-hero h1 {
    max-width: 760px;
    margin: 19px 0 0;
    color: var(--white);
    font-size: clamp(46px, 5.9vw, 76px);
    font-weight: 590;
    letter-spacing: -0.055em;
    line-height: 1.02;
    overflow-wrap: normal;
    hyphens: auto;
}

.specialist-hero-intro {
    max-width: 690px;
    margin: 26px 0 0;
    color: #c8d6d2;
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.65;
}

.specialist-hero .button-row {
    margin-top: 34px;
}

.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 32px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    list-style: none;
}

.hero-facts li {
    position: relative;
    padding-left: 14px;
    color: #aebfba;
    font-size: 12px;
}

.hero-facts li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    background: #93aea5;
    border-radius: 50%;
}

.hero-visual {
    position: relative;
    min-height: 390px;
    padding: 23px;
    overflow: hidden;
    background: rgba(32, 57, 68, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    box-shadow: 0 32px 85px rgba(0, 0, 0, 0.24);
}

.visual-topline {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 17px;
    color: #9eb1ac;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.visual-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #d9e7e2;
}

.visual-status::before {
    width: 7px;
    height: 7px;
    content: "";
    background: #9fbea9;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(159, 190, 169, 0.09);
}

.specialist-section {
    padding-block: clamp(78px, 9vw, 124px);
}

.section-white {
    background: var(--white);
}

.section-soft {
    background: var(--green-light);
}

.section-dark {
    color: var(--white);
    background: var(--dark);
}

.specialist-heading {
    max-width: 790px;
    margin-bottom: clamp(38px, 5vw, 62px);
}

.specialist-heading.split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
    align-items: end;
    gap: clamp(34px, 8vw, 108px);
}

.specialist-heading h2,
.specialist-section h2,
.specialist-section h3 {
    color: var(--dark);
    overflow-wrap: break-word;
    hyphens: auto;
}

.section-dark h2,
.section-dark h3 {
    color: var(--white);
}

.specialist-heading h2,
.specialist-section > .container > h2 {
    margin: 8px 0 0;
    font-size: clamp(34px, 4.5vw, 54px);
    font-weight: 610;
    letter-spacing: -0.045em;
    line-height: 1.09;
}

.specialist-heading > p:last-child,
.specialist-heading > div > p:last-child {
    margin: 21px 0 0;
    color: var(--text-muted);
}

.section-dark .specialist-heading > p:last-child,
.section-dark .specialist-heading > div > p:last-child {
    color: #bdceca;
}

.micro-label {
    margin: 0;
    color: var(--green-dark);
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-dark .micro-label {
    color: #a7bdb5;
}

.problem-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 14px;
}

.problem-card {
    min-height: 205px;
    padding: 30px;
    background: var(--white);
}

.problem-card span {
    color: #64766f;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.1em;
}

.problem-card h3 {
    margin: 24px 0 10px;
    font-size: 19px;
    font-weight: 660;
    line-height: 1.3;
}

.problem-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
}

.capability-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.12fr);
    gap: clamp(54px, 9vw, 126px);
}

.sticky-copy {
    position: sticky;
    top: 122px;
    align-self: start;
}

.sticky-copy h2 {
    margin: 8px 0 0;
    font-size: clamp(35px, 4vw, 51px);
    font-weight: 610;
    letter-spacing: -0.045em;
    line-height: 1.1;
}

.sticky-copy > p:not(.micro-label) {
    margin: 22px 0 0;
    color: var(--text-muted);
}

.capability-list {
    display: grid;
    gap: 0;
}

.capability-list article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    padding: 27px 0;
    border-top: 1px solid var(--border);
}

.capability-list article:last-child {
    border-bottom: 1px solid var(--border);
}

.capability-index {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-dark);
    background: var(--green-light);
    border-radius: 10px;
    font-size: 10px;
    font-weight: 750;
}

.capability-list h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 670;
}

.capability-list p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.chip-list li {
    padding: 5px 9px;
    color: var(--green-dark);
    background: var(--green-light);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 680;
}

.dark-feature {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.7fr);
    gap: clamp(55px, 9vw, 120px);
    align-items: center;
}

.dark-feature h2 {
    margin: 10px 0 0;
    color: var(--white);
    font-size: clamp(36px, 4.8vw, 57px);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.dark-feature-copy > p:not(.micro-label) {
    margin: 24px 0 0;
    color: #bfd0cc;
}

.feature-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.feature-points div {
    padding: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.feature-points strong,
.feature-points span {
    display: block;
}

.feature-points strong {
    color: var(--white);
    font-size: 14px;
}

.feature-points span {
    margin-top: 4px;
    color: #9fb2ad;
    font-size: 12px;
}

.feature-panel {
    padding: 30px;
    background: var(--dark-secondary);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
}

.feature-panel > p {
    margin: 0 0 20px;
    color: #9fb2ad;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.feature-panel ul,
.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-panel li {
    position: relative;
    padding: 14px 0 14px 22px;
    color: #dce6e3;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 13px;
}

.feature-panel li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.feature-panel li::before,
.check-list li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: #8eb1a4;
    font-weight: 800;
}

.feature-panel li::before {
    top: 14px;
}

.split-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(40px, 8vw, 100px);
}

.content-panel {
    padding: clamp(29px, 4vw, 45px);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 13px;
}

.content-panel.accent-panel {
    color: var(--white);
    background: var(--green-dark);
    border-color: var(--green-dark);
}

.content-panel h3 {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 630;
    letter-spacing: -0.035em;
    line-height: 1.18;
}

.content-panel.accent-panel h3 {
    color: var(--white);
}

.content-panel > p {
    margin: 18px 0 0;
    color: var(--text-muted);
}

.content-panel.accent-panel > p {
    color: #d1dfda;
}

.check-list {
    display: grid;
    gap: 12px;
    margin-top: 25px;
}

.check-list li {
    position: relative;
    padding-left: 24px;
    color: var(--text-muted);
    font-size: 14px;
}

.content-panel.accent-panel .check-list li {
    color: #e1eae7;
}

.check-list li::before {
    top: 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.process-step {
    position: relative;
    min-height: 230px;
    padding: 29px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 11px;
}

.process-step > span {
    color: var(--green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.process-step h3 {
    margin: 45px 0 9px;
    font-size: 18px;
    font-weight: 680;
}

.process-step p {
    margin: 0;
    color: var(--text-muted);
    font-size: 13px;
}

.knowledge-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.knowledge-card {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 11px;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.knowledge-card:hover {
    border-color: #b9cac3;
    box-shadow: var(--shadow);
    transform: translateY(-4px);
}

.knowledge-card > span:first-child {
    color: var(--green);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.knowledge-card h3 {
    margin: 30px 0 10px;
    font-size: 20px;
    font-weight: 670;
    line-height: 1.25;
}

.knowledge-card p {
    margin: 0 0 22px;
    color: var(--text-muted);
    font-size: 13px;
}

.knowledge-card .card-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 750;
}

.local-band {
    padding-block: 38px;
    color: var(--white);
    background: var(--green-dark);
}

.local-band-inner {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) 1.3fr;
    align-items: center;
    gap: 48px;
}

.local-band h2 {
    margin: 0;
    color: var(--white);
    font-size: 24px;
    font-weight: 630;
    letter-spacing: -0.03em;
}

.local-band p {
    margin: 8px 0 0;
    color: #c8d8d3;
    font-size: 13px;
}

.local-band .location-links {
    justify-content: flex-end;
    margin: 0;
}

.related-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.related-service {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    color: var(--white);
    background: var(--dark-secondary);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 10px;
    text-decoration: none;
}

.related-service span {
    color: #91aaa2;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.related-service strong {
    margin-top: 34px;
    color: var(--white);
    font-size: 19px;
    font-weight: 650;
}

.related-service small {
    margin-top: auto;
    color: #bdceca;
    font-size: 12px;
}

.related-service:hover {
    background: #294956;
}

.inline-link {
    color: var(--green-dark);
    font-weight: 680;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.section-dark .inline-link,
.accent-panel .inline-link,
.section-dark .text-link {
    color: #e2ece8;
}

/* Network page */
.network-map {
    position: relative;
    height: 320px;
}

.network-line,
.network-node {
    position: absolute;
}

.network-line {
    height: 1px;
    background: rgba(180, 206, 197, 0.25);
    transform-origin: left;
}

.network-line-one { top: 49%; left: 28%; width: 46%; transform: rotate(-28deg); }
.network-line-two { top: 49%; left: 28%; width: 45%; transform: rotate(27deg); }
.network-line-three { top: 49%; left: 28%; width: 52%; transform: rotate(2deg); }

.network-node {
    z-index: 2;
    min-width: 92px;
    padding: 13px;
    color: #e7efec;
    background: #284651;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    text-align: center;
}

.network-node strong,
.network-node span {
    display: block;
}

.network-node strong {
    font-size: 12px;
}

.network-node span {
    color: #91a9a2;
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.network-core { top: 37%; left: 7%; color: var(--dark); background: var(--green-light); }
.network-ap { top: 10%; right: 2%; }
.network-switch { top: 40%; right: 1%; }
.network-vpn { right: 5%; bottom: 5%; }

.segment-stack {
    display: grid;
    gap: 10px;
    padding: 30px;
    background: var(--dark);
    border-radius: 13px;
}

.segment-row {
    display: grid;
    grid-template-columns: 105px 1fr;
    align-items: center;
    gap: 20px;
    padding: 15px 18px;
    color: #d7e3df;
    background: var(--dark-secondary);
    border-left: 3px solid #86a398;
    border-radius: 5px;
    font-size: 13px;
}

.segment-row strong {
    color: var(--white);
}

/* Server page */
.server-console {
    padding-top: 14px;
}

.server-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 17px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.server-row strong,
.server-row span {
    display: block;
}

.server-row strong {
    color: #e5eeeb;
    font-size: 13px;
}

.server-row span {
    margin-top: 2px;
    color: #91aaa2;
    font-size: 10px;
}

.server-row i {
    align-self: center;
    padding: 4px 7px;
    color: #c9dbd4;
    background: rgba(126, 167, 149, 0.12);
    border-radius: 3px;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.runbook-table {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 12px;
}

.runbook-row {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    background: var(--white);
    border-bottom: 1px solid var(--border);
}

.runbook-row:last-child {
    border-bottom: 0;
}

.runbook-row strong,
.runbook-row span {
    padding: 17px 21px;
    font-size: 13px;
}

.runbook-row strong {
    color: var(--dark);
    background: #f0f4f2;
}

.runbook-row span {
    color: var(--text-muted);
}

/* Security page */
.security-layers {
    display: grid;
    gap: 9px;
    padding-top: 24px;
}

.security-layer {
    display: grid;
    grid-template-columns: 35px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    color: #dce7e3;
    background: #284651;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 6px;
}

.security-layer > span:first-child {
    color: #a1b9b1;
    font-size: 9px;
    font-weight: 750;
}

.security-layer strong {
    font-size: 12px;
}

.security-layer small {
    color: #9db3ac;
    font-size: 9px;
    text-transform: uppercase;
}

.layer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.layer-card {
    min-height: 260px;
    padding: 29px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 11px;
}

.layer-card > span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-dark);
    background: var(--green-light);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 780;
}

.layer-card h3 {
    margin: 25px 0 9px;
    font-size: 19px;
    font-weight: 680;
}

.layer-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 13px;
}

.audit-callout {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 50px;
    padding: clamp(34px, 5vw, 58px);
    color: var(--white);
    background: var(--green-dark);
    border-radius: 14px;
}

.audit-callout h2 {
    margin: 0;
    color: var(--white);
    font-size: clamp(30px, 4vw, 45px);
    font-weight: 620;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.audit-callout p {
    max-width: 720px;
    margin: 16px 0 0;
    color: #d3e0dc;
}

/* Audit page */
.audit-preview {
    padding-top: 22px;
}

.audit-preview-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 15px;
    color: #8fa69f;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.audit-preview-row {
    display: grid;
    grid-template-columns: 14px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    color: #dae5e1;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 12px;
}

.audit-preview-row i {
    width: 7px;
    height: 7px;
    background: #9cb5ac;
    border-radius: 50%;
}

.audit-preview-row small {
    color: #8fa69f;
    font-size: 9px;
    text-transform: uppercase;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.review-area {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 21px;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 11px;
}

.review-area > span {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-dark);
    background: var(--green-light);
    border-radius: 9px;
    font-size: 11px;
    font-weight: 780;
}

.review-area h3 {
    margin: 0 0 7px;
    font-size: 19px;
    font-weight: 680;
}

.review-area p {
    margin: 0;
    color: var(--text-muted);
    font-size: 13px;
}

.deliverables {
    counter-reset: delivery;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--border);
    list-style: none;
}

.deliverables li {
    counter-increment: delivery;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 20px;
    padding: 23px 0;
    border-bottom: 1px solid var(--border);
}

.deliverables li::before {
    content: "0" counter(delivery);
    color: var(--green);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: 0.1em;
}

.deliverables strong,
.deliverables span {
    display: block;
}

.deliverables strong {
    color: var(--dark);
    font-size: 16px;
}

.deliverables span {
    margin-top: 3px;
    color: var(--text-muted);
    font-size: 13px;
}

.risk-scale {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
}

.risk-level {
    min-height: 170px;
    padding: 25px;
    background: var(--dark-secondary);
}

.risk-level i {
    width: 9px;
    height: 9px;
    display: block;
    margin-bottom: 42px;
    background: #a7bbb4;
    border-radius: 50%;
}

.risk-level strong,
.risk-level span {
    display: block;
}

.risk-level strong {
    color: var(--white);
    font-size: 16px;
}

.risk-level span {
    margin-top: 5px;
    color: #aebfba;
    font-size: 11px;
}

.scope-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.scope-card {
    padding: clamp(30px, 4vw, 47px);
    border-radius: 12px;
}

.scope-card.for {
    background: var(--green-light);
}

.scope-card.not {
    background: var(--white);
    border: 1px solid var(--border);
}

.scope-card h2,
.scope-card h3 {
    margin: 0;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 630;
    letter-spacing: -0.04em;
}

.scope-card .check-list {
    margin-top: 28px;
}

@media (max-width: 1060px) {
    .specialist-hero-layout {
        grid-template-columns: minmax(0, 1fr) 350px;
        gap: 46px;
    }

    .problem-cards,
    .layer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .knowledge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .specialist-hero-layout,
    .specialist-heading.split,
    .capability-layout,
    .dark-feature,
    .local-band-inner {
        grid-template-columns: 1fr;
    }

    .specialist-hero-layout {
        min-height: auto;
    }

    .hero-visual {
        width: min(100%, 560px);
    }

    .sticky-copy {
        position: static;
    }

    .local-band .location-links {
        justify-content: flex-start;
    }

    .audit-callout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .audit-callout .button {
        justify-self: start;
    }
}

@media (max-width: 700px) {
    .problem-cards,
    .split-content,
    .knowledge-grid,
    .related-services,
    .review-grid,
    .scope-grid {
        grid-template-columns: 1fr;
    }

    .layer-grid {
        grid-template-columns: 1fr;
    }

    .risk-scale {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .breadcrumbs {
        overflow-x: auto;
        white-space: nowrap;
    }

    .specialist-hero-layout {
        padding-block: 62px 72px;
    }

    .specialist-hero h1 {
        font-size: clamp(40px, 12.5vw, 56px);
    }

    .hero-visual {
        min-height: 350px;
        padding: 18px;
    }

    .network-map {
        transform: scale(0.88);
    }

    .problem-cards,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .problem-card,
    .process-step {
        min-height: 0;
    }

    .feature-points {
        grid-template-columns: 1fr;
    }

    .segment-stack,
    .feature-panel,
    .content-panel,
    .review-area {
        padding: 24px;
    }

    .segment-row {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .capability-list article {
        grid-template-columns: 44px 1fr;
        gap: 14px;
    }

    .runbook-row {
        grid-template-columns: 1fr;
    }

    .runbook-row strong {
        padding-bottom: 7px;
    }

    .runbook-row span {
        padding-top: 7px;
    }

    .security-layer {
        grid-template-columns: 29px 1fr;
    }

    .security-layer small {
        grid-column: 2;
    }

    .audit-callout .button {
        width: 100%;
    }

    .risk-scale {
        grid-template-columns: 1fr;
    }

    .risk-level {
        min-height: 0;
    }

    .risk-level i {
        margin-bottom: 22px;
    }

    .review-area {
        grid-template-columns: 42px 1fr;
        gap: 15px;
    }

    .review-area > span {
        width: 40px;
        height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .knowledge-card {
        transform: none !important;
    }
}
