/*
 * AMTECCO Split Reference Frame system
 * Version 1.2.5 — parent-company identity only. Service identities remain unchanged.
 */

:root {
    color-scheme: dark;
    --amtecco-carbon: #121416;
    --amtecco-carbon-deep: #090b0d;
    --amtecco-graphite: #1a1d20;
    --amtecco-graphite-2: #22262a;
    --amtecco-paper: #f4f1ea;
    --amtecco-paper-soft: #d9d5cd;
    --amtecco-steel: #89939d;
    --amtecco-steel-dark: #65717b;
    --amtecco-mark: #c54b3c;
    --amtecco-action: #c54b3c;
    --amtecco-action-soft: #ed8376;
    --amtecco-focus: #a9382d;
    --amtecco-srt: #4d8fff;
    --amtecco-cdn: #4bc6d4;
    --amtecco-line: rgba(244, 241, 234, 0.14);
    --amtecco-line-strong: rgba(244, 241, 234, 0.25);
    --amtecco-shell: 1240px;
    --amtecco-section: clamp(5.25rem, 9vw, 9rem);
    --amtecco-radius: 4px;
    --amtecco-display: "Sora", "Helvetica Neue", Arial, sans-serif;
    --amtecco-sans: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
    --amtecco-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
    --amtecco-type-caption: clamp(0.75rem, 0.73rem + 0.08vw, 0.8rem);
    --amtecco-type-small: clamp(0.875rem, 0.84rem + 0.12vw, 0.95rem);
    --amtecco-type-body: clamp(1rem, 0.96rem + 0.14vw, 1.075rem);
    --amtecco-type-lead: clamp(1.1875rem, 1.08rem + 0.28vw, 1.3125rem);
    --amtecco-frame-inset-block: clamp(3rem, 7vw, 6rem);
    --amtecco-frame-inset-inline: clamp(1.5rem, 7vw, 6rem);
    --amtecco-decoration-safe-inset: 3rem;
    --amtecco-flow-copy-offset: 2.25rem;
    --amtecco-hero-axis-gap: clamp(4rem, 5vw, 5rem);
    --amtecco-motion-fast: 140ms;
    --amtecco-motion-ui: 200ms;
    --amtecco-motion-reveal: 420ms;
    --amtecco-motion-diagram: 560ms;
    --amtecco-motion-stagger: 60ms;
    --amtecco-ease-standard: cubic-bezier(0.2, 0, 0, 1);
    --amtecco-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --amtecco-motion-distance: 14px;
}

.sf-site,
.sf-site * {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 94px;
}

.sf-site {
    overflow-x: hidden;
    margin: 0;
    padding-top: 0 !important;
    background: var(--amtecco-carbon);
    color: var(--amtecco-paper);
    font-family: var(--amtecco-sans);
    font-size: var(--amtecco-type-body);
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    --border-radius: var(--amtecco-radius);
    --border-radius-lg: var(--amtecco-radius);
    --border-radius-xl: var(--amtecco-radius);
    --transition: border-color var(--amtecco-motion-ui) var(--amtecco-ease-standard), background-color var(--amtecco-motion-ui) var(--amtecco-ease-standard), color var(--amtecco-motion-ui) var(--amtecco-ease-standard), opacity var(--amtecco-motion-ui) var(--amtecco-ease-standard), transform var(--amtecco-motion-ui) var(--amtecco-ease-out);
    --transition-fast: border-color var(--amtecco-motion-fast) var(--amtecco-ease-standard), background-color var(--amtecco-motion-fast) var(--amtecco-ease-standard), color var(--amtecco-motion-fast) var(--amtecco-ease-standard), opacity var(--amtecco-motion-fast) var(--amtecco-ease-standard), transform var(--amtecco-motion-fast) var(--amtecco-ease-out);
}

.sf-site main {
    background: var(--amtecco-carbon);
}

.sf-site img {
    max-width: 100%;
}

.sf-site a {
    text-underline-offset: 0.2em;
}

.sf-site h1,
.sf-site h2,
.sf-site h3,
.sf-site h4,
.sf-site .display-1,
.sf-site .display-2,
.sf-site .display-3,
.sf-site .display-4 {
    color: var(--amtecco-paper);
    font-family: var(--amtecco-display);
    font-weight: 600;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.sf-site p,
.sf-site li {
    color: var(--amtecco-paper-soft);
}

.sf-site p {
    max-width: 68ch;
}

.sf-site :focus-visible {
    border-radius: var(--amtecco-radius);
    outline: 2px solid var(--amtecco-paper);
    outline-offset: 3px;
    box-shadow: 0 0 0 5px var(--amtecco-focus) !important;
}

.sf-site .container {
    width: min(var(--amtecco-shell), calc(100% - 3rem));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.amtecco-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    overflow: visible;
    vertical-align: -0.125em;
}

.amtecco-skip-link {
    position: fixed;
    z-index: 2000;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.7rem 1rem;
    background: var(--amtecco-paper);
    color: var(--amtecco-carbon-deep);
    font-weight: 700;
    transform: translateY(-180%);
}

.amtecco-skip-link:focus {
    transform: translateY(0);
}

/* Lockup */
.amtecco-lockup {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 0.72rem;
    color: var(--amtecco-paper);
    text-decoration: none;
}

.amtecco-lockup:hover {
    color: var(--amtecco-paper);
}

.amtecco-lockup__mark {
    width: 32px;
    height: 31px;
    flex: 0 0 auto;
}

.amtecco-lockup__copy {
    display: grid;
    gap: 0.06rem;
}

.amtecco-lockup__name {
    font-family: var(--amtecco-display);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.19em;
    line-height: 1;
}

.amtecco-lockup__descriptor {
    color: var(--amtecco-steel);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Shared navigation */
.sf-site .amtecco-navbar {
    position: sticky !important;
    z-index: 1100;
    top: 0;
    width: 100%;
    min-height: 78px;
    padding: 0;
    border-bottom: 1px solid var(--amtecco-line);
    background: var(--amtecco-carbon) !important;
    backdrop-filter: none;
}

.sf-site .amtecco-navbar.scrolled {
    background: var(--amtecco-carbon-deep) !important;
}

.amtecco-nav-shell {
    min-height: 78px;
}

.sf-site .amtecco-navbar .navbar-nav {
    gap: clamp(0.35rem, 1vw, 1.05rem);
}

.sf-site .amtecco-navbar .nav-link {
    position: relative;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0.65rem 0.25rem !important;
    color: var(--amtecco-paper-soft) !important;
    border-radius: var(--amtecco-radius);
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.sf-site .amtecco-navbar .nav-link::after {
    position: absolute;
    right: 0.25rem;
    bottom: 0.45rem;
    left: 0.25rem;
    height: 1px;
    background: var(--amtecco-action-soft);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--amtecco-motion-ui) var(--amtecco-ease-out);
}

.sf-site .amtecco-navbar .nav-link:hover,
.sf-site .amtecco-navbar .nav-link.active {
    color: var(--amtecco-paper) !important;
}

.sf-site .amtecco-navbar .nav-link.active::after {
    transform: scaleX(1);
}

.sf-site .amtecco-navbar .dropdown-toggle::after {
    position: static;
    width: auto;
    height: auto;
    margin-left: 0.4rem;
    background: transparent;
    vertical-align: middle;
}

.sf-site .amtecco-navbar .dropdown-menu {
    min-width: 11rem;
    padding: 0.4rem;
    border: 1px solid var(--amtecco-line-strong);
    border-radius: var(--amtecco-radius);
    background: var(--amtecco-graphite);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.35);
}

.sf-site .amtecco-navbar .dropdown-item {
    min-height: 44px;
    padding: 0.7rem 0.85rem;
    border-radius: var(--amtecco-radius);
    color: var(--amtecco-paper-soft);
    font-size: 0.875rem;
}

.sf-site .amtecco-navbar .dropdown-item:hover,
.sf-site .amtecco-navbar .dropdown-item:focus {
    background: var(--amtecco-graphite-2);
    color: var(--amtecco-paper);
}

.amtecco-nav-cta {
    margin-left: 0.45rem;
}

.sf-site .amtecco-nav-toggle {
    width: 44px;
    height: 44px;
    padding: 0.7rem;
    border: 1px solid var(--amtecco-line-strong) !important;
    border-radius: var(--amtecco-radius);
    box-shadow: none !important;
}

.amtecco-nav-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    margin-block: 0.38rem;
    background: var(--amtecco-paper);
}

.amtecco-flash {
    position: relative;
    z-index: 100;
    margin-top: 1rem;
}

/* Buttons and links */
.sf-site .btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.7rem 1.1rem;
    border-radius: var(--amtecco-radius) !important;
    font-family: var(--amtecco-sans);
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.35;
    box-shadow: none !important;
    transition: border-color var(--amtecco-motion-ui) var(--amtecco-ease-standard), background-color var(--amtecco-motion-ui) var(--amtecco-ease-standard), color var(--amtecco-motion-ui) var(--amtecco-ease-standard), transform var(--amtecco-motion-ui) var(--amtecco-ease-out);
}

.sf-site .btn-lg {
    min-height: 52px;
    padding-inline: 1.4rem;
}

.sf-site .btn-primary,
.sf-site .b-btn,
.sf-site .og-btn,
.sf-site .newsletter-btn {
    border: 1px solid var(--amtecco-action) !important;
    background: var(--amtecco-action) !important;
    color: #fff !important;
}

.sf-site .btn-primary:hover,
.sf-site .b-btn:hover,
.sf-site .og-btn:hover,
.sf-site .newsletter-btn:hover {
    border-color: var(--amtecco-action-soft) !important;
    background: var(--amtecco-action-soft) !important;
    color: var(--amtecco-carbon-deep) !important;
    transform: translateY(-1px);
}

.sf-site .btn-outline-primary,
.sf-site .b-btn.ghost,
.sf-site .og-btn.ghost {
    border: 1px solid var(--amtecco-line-strong) !important;
    background: transparent !important;
    color: var(--amtecco-paper) !important;
}

.sf-site .btn-outline-primary:hover,
.sf-site .b-btn.ghost:hover,
.sf-site .og-btn.ghost:hover {
    border-color: var(--amtecco-paper) !important;
    background: var(--amtecco-paper) !important;
    color: var(--amtecco-carbon-deep) !important;
}

.sf-site .btn-light {
    border-color: var(--amtecco-paper);
    background: var(--amtecco-paper);
    color: var(--amtecco-carbon-deep);
}

.amtecco-text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 0.45rem;
    border-bottom: 1px solid var(--amtecco-line-strong);
    color: var(--amtecco-paper);
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
}

.amtecco-text-link:hover {
    border-color: var(--amtecco-action-soft);
    color: var(--amtecco-paper);
}

/* Shared footer */
.sf-site .amtecco-footer {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0 0;
    border-top: 1px solid var(--amtecco-line);
    background: var(--amtecco-carbon-deep) !important;
    color: var(--amtecco-paper);
}

.amtecco-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 0.7fr);
    gap: clamp(2rem, 5vw, 5.5rem);
    padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.amtecco-footer__brand > p {
    max-width: 25rem;
    margin: 1.4rem 0 1rem;
    color: var(--amtecco-steel);
}

.amtecco-footer .footer-heading {
    margin: 0 0 1.1rem;
    color: var(--amtecco-steel);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.amtecco-footer .footer-links {
    margin: 0;
}

.amtecco-footer .footer-links li {
    margin: 0 0 0.6rem;
}

.amtecco-footer .footer-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 0.35rem;
    padding-block: 0.25rem;
    color: var(--amtecco-paper-soft) !important;
    font-size: 0.9375rem;
    text-decoration: none;
}

.amtecco-footer .footer-link:hover {
    color: var(--amtecco-paper) !important;
}

.amtecco-footer__location {
    margin-top: 2rem;
    color: var(--amtecco-steel) !important;
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-small);
    line-height: 1.7;
}

.amtecco-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.4rem 0;
    border-top: 1px solid var(--amtecco-line);
}

.amtecco-footer__bottom p {
    margin: 0;
    color: var(--amtecco-steel);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Homepage */
.amtecco-grid-field {
    background-image:
        linear-gradient(rgba(244, 241, 234, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244, 241, 234, 0.026) 1px, transparent 1px);
    background-size: 56px 56px;
}

.amtecco-home-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--amtecco-line);
    background-color: var(--amtecco-carbon-deep);
}

.amtecco-home-hero::before {
    position: absolute;
    inset: 0 auto 0 50%;
    width: 1px;
    background: var(--amtecco-line);
    content: "";
}

.amtecco-home-hero__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: min(780px, calc(100vh - 78px));
    align-items: center;
    column-gap: var(--amtecco-hero-axis-gap);
    row-gap: clamp(2.5rem, 4vw, 4rem);
    padding-block: clamp(4.5rem, 8vw, 7rem);
}

.amtecco-home-hero__copy {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.amtecco-kicker,
.amtecco-step-label,
.amtecco-service-card__topline,
.amtecco-reference-frame__meta,
.amtecco-broadcast-card__head,
.amtecco-broadcast-card__footer {
    font-family: var(--amtecco-mono);
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.amtecco-kicker {
    margin: 0 0 1.2rem;
    color: var(--amtecco-action-soft) !important;
    font-size: var(--amtecco-type-caption);
    font-weight: 700;
}

.amtecco-live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 0.65rem;
    border-radius: 50%;
    background: var(--amtecco-mark);
    box-shadow: 0 0 0 5px rgba(197, 75, 60, 0.14);
}

.amtecco-home-hero h1 {
    max-width: 10.5ch;
    margin: 0 0 1.6rem;
    font-size: clamp(3.25rem, 4.1vw, 4.25rem);
    font-weight: 600;
    hyphens: none;
    line-height: 1.04;
    letter-spacing: -0.055em;
    overflow-wrap: normal;
}

.amtecco-home-hero h1 span {
    display: block;
    color: var(--amtecco-paper-soft);
    font-weight: 400;
}

.amtecco-home-hero__lead {
    max-width: 38rem;
    margin: 0 0 1.8rem;
    color: var(--amtecco-paper-soft) !important;
    font-size: var(--amtecco-type-lead);
    line-height: 1.6;
}

.amtecco-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.35rem;
}

.amtecco-entity-definition {
    max-width: 35rem;
    margin: 3rem 0 0;
    padding-top: 1.1rem;
    border-top: 1px solid var(--amtecco-line);
    color: var(--amtecco-steel) !important;
    font-size: var(--amtecco-type-small);
    line-height: 1.65;
}

.amtecco-entity-definition strong {
    color: var(--amtecco-paper-soft);
    letter-spacing: 0.08em;
}

.amtecco-reference-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 0;
    margin: 0;
    aspect-ratio: 16 / 11;
    border: 1px solid var(--amtecco-line-strong);
    background: #07090a;
}

.amtecco-reference-frame__meta {
    position: absolute;
    z-index: 3;
    inset: 1.15rem var(--amtecco-decoration-safe-inset) auto;
    display: flex;
    justify-content: space-between;
    color: var(--amtecco-steel);
    font-size: var(--amtecco-type-caption);
}

.amtecco-reference-frame__stage {
    --rail-create: 25%;
    --rail-contribute: 50%;
    --rail-deliver: 75%;
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: var(--amtecco-carbon-deep);
}

.amtecco-reference-frame__mark {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 29.652778%;
    width: 19.027778%;
    height: auto;
    filter: none;
    transform: translate(-50%, -50%);
}

.amtecco-reference-frame__feed {
    position: absolute;
    z-index: 3;
    top: var(--rail-contribute);
    left: 10.069444%;
    color: var(--amtecco-paper-soft);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    transform: translate(-50%, calc(-100% - 0.65rem));
    white-space: nowrap;
}

.amtecco-reference-frame__network {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.amtecco-reference-frame__network--mobile {
    display: none;
}

.amtecco-reference-frame__line {
    fill: none;
    stroke-linecap: square;
    stroke-width: 1.25;
    vector-effect: non-scaling-stroke;
}

.amtecco-reference-frame__line--base {
    stroke: rgba(244, 241, 234, 0.3);
}

.amtecco-reference-frame__line--signal {
    stroke: var(--amtecco-mark);
    stroke-width: 1.5;
}

.amtecco-reference-frame__signal-in { stroke: var(--amtecco-paper-soft); }
.amtecco-reference-frame__signal-contribute { stroke: var(--amtecco-srt); }
.amtecco-reference-frame__signal-deliver { stroke: var(--amtecco-cdn); }

.amtecco-reference-frame__services {
    position: absolute;
    z-index: 2;
    inset: 0;
    overflow: visible;
}

.amtecco-reference-frame__service {
    position: absolute;
    right: 8.333333%;
    display: flex;
    width: 34.444444%;
    height: 5.3125rem;
    min-height: 0;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0.875rem;
    border: 1px solid var(--amtecco-line-strong);
    border-left: 5px solid var(--amtecco-mark);
    background: var(--amtecco-graphite);
    translate: 0 -50%;
}

.amtecco-reference-frame__service--create { top: var(--rail-create); }
.amtecco-reference-frame__service--contribute { top: var(--rail-contribute); }
.amtecco-reference-frame__service--deliver { top: var(--rail-deliver); }

.amtecco-reference-frame__service--contribute { border-left-color: var(--amtecco-srt); }
.amtecco-reference-frame__service--deliver { border-left-color: var(--amtecco-cdn); }

.amtecco-reference-frame__service span,
.amtecco-reference-frame__service small {
    color: var(--amtecco-steel);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.25;
    text-transform: uppercase;
}

.amtecco-reference-frame__service span {
    margin-bottom: 0.375rem;
    color: var(--amtecco-action-soft);
    white-space: nowrap;
}

.amtecco-reference-frame__service--contribute span { color: #8db5ff; }
.amtecco-reference-frame__service--deliver span { color: #82dce4; }

.amtecco-reference-frame__service strong {
    margin-bottom: 0.1875rem;
    color: var(--amtecco-paper);
    font-family: var(--amtecco-display);
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.amtecco-corner {
    position: absolute;
    z-index: 3;
    width: 22px;
    height: 22px;
    border-color: var(--amtecco-action-soft);
    border-style: solid;
    pointer-events: none;
}

.amtecco-corner--a { top: 14px; left: 14px; border-width: 1px 0 0 1px; }
.amtecco-corner--b { top: 14px; right: 14px; border-width: 1px 1px 0 0; }
.amtecco-corner--c { right: 14px; bottom: 14px; border-width: 0 1px 1px 0; }
.amtecco-corner--d { bottom: 14px; left: 14px; border-width: 0 0 1px 1px; }

.amtecco-reference-frame figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.amtecco-proof-strip {
    border-bottom: 1px solid var(--amtecco-line);
    background: var(--amtecco-graphite);
}

.amtecco-proof-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.amtecco-proof-strip__grid > div {
    min-height: 112px;
    padding: 1.65rem;
    border-left: 1px solid var(--amtecco-line);
}

.amtecco-proof-strip__grid > div:last-child {
    border-right: 1px solid var(--amtecco-line);
}

.amtecco-proof-strip strong,
.amtecco-proof-strip span {
    display: block;
}

.amtecco-proof-strip strong {
    margin-bottom: 0.35rem;
    color: var(--amtecco-paper);
    font-family: var(--amtecco-display);
    font-size: 1rem;
}

.amtecco-proof-strip span {
    color: var(--amtecco-steel);
    font-size: var(--amtecco-type-small);
    line-height: 1.45;
}

.amtecco-section {
    padding-block: var(--amtecco-section);
    border-bottom: 1px solid var(--amtecco-line);
}

.amtecco-section-heading {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    gap: clamp(2rem, 7vw, 7rem);
    margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.amtecco-section-heading h2,
.amtecco-company h2,
.amtecco-production h2,
.amtecco-site-cta h2,
.amtecco-agent-band h2,
.amtecco-client-proof h2 {
    max-width: 15ch;
    margin: 0;
    font-size: clamp(2.25rem, 4vw, 4rem);
    font-weight: 520;
    line-height: 1.02;
}

.amtecco-section-heading > p,
.amtecco-client-proof__intro > p {
    max-width: 34rem;
    margin: 0;
    color: var(--amtecco-steel) !important;
}

.amtecco-workflow {
    background: var(--amtecco-carbon);
}

.amtecco-workflow__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--amtecco-line-strong);
    border-bottom: 1px solid var(--amtecco-line-strong);
    list-style: none;
}

.amtecco-workflow__steps li {
    display: flex;
    min-height: 390px;
    flex-direction: column;
    padding: clamp(1.75rem, 3vw, 2.75rem);
    border-right: 1px solid var(--amtecco-line);
}

.amtecco-workflow__steps li:first-child {
    border-left: 1px solid var(--amtecco-line);
}

.amtecco-step-label {
    color: var(--amtecco-action-soft);
    font-size: var(--amtecco-type-caption);
}

.amtecco-step-glyph {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    margin: 3rem 0 2.1rem;
}

.amtecco-step-glyph::before,
.amtecco-step-glyph::after {
    position: absolute;
    content: "";
}

.amtecco-step-glyph--create::before {
    inset: 8px;
    border: 1px solid var(--amtecco-line-strong);
}

.amtecco-step-glyph--create::after {
    inset: 20px;
    border: 1px solid var(--amtecco-mark);
}

.amtecco-step-glyph--route::before {
    top: 35px;
    left: 6px;
    width: 58px;
    height: 1px;
    background: var(--amtecco-srt);
    box-shadow: 25px -18px 0 -0.2px var(--amtecco-srt), 25px 18px 0 -0.2px var(--amtecco-srt);
}

.amtecco-step-glyph--route::after {
    top: 29px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid var(--amtecco-srt);
    background: var(--amtecco-carbon);
}

.amtecco-step-glyph--screen::before {
    inset: 11px 3px;
    border: 1px solid var(--amtecco-cdn);
}

.amtecco-step-glyph--screen::after {
    bottom: 3px;
    left: 25px;
    width: 22px;
    height: 1px;
    background: var(--amtecco-cdn);
}

.amtecco-workflow__steps h3 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 550;
}

.amtecco-workflow__steps p {
    margin: 0 0 1.6rem;
    color: var(--amtecco-steel) !important;
}

.amtecco-workflow__steps a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    color: var(--amtecco-paper);
    font-size: var(--amtecco-type-small);
    font-weight: 700;
    text-decoration: none;
}

.amtecco-workflow__steps a span {
    color: var(--amtecco-action-soft);
}

.amtecco-portfolio {
    background: var(--amtecco-carbon-deep);
}

.amtecco-portfolio__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    border: 1px solid var(--amtecco-line-strong);
    background: var(--amtecco-line-strong);
}

.amtecco-service-card {
    position: relative;
    display: flex;
    min-height: 580px;
    flex-direction: column;
    padding: clamp(2rem, 4vw, 3.6rem);
    background: var(--amtecco-graphite);
}

.amtecco-service-card--solution {
    min-height: 470px;
    background: var(--amtecco-carbon);
}

.amtecco-service-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: var(--amtecco-action);
    content: "";
}

.amtecco-service-card--srt::before { background: var(--amtecco-srt); }
.amtecco-service-card--cdn::before { background: var(--amtecco-cdn); }

.amtecco-service-card__topline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
    color: var(--amtecco-steel);
    font-size: var(--amtecco-type-caption);
}

.amtecco-service-card__title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.amtecco-service-card h3 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 520;
}

.amtecco-service-card__title p {
    margin: 0.45rem 0 0;
    color: var(--amtecco-steel) !important;
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.amtecco-service-card__signal {
    color: var(--amtecco-steel);
    font-family: var(--amtecco-mono);
    font-size: 0.83rem;
    letter-spacing: 0.06em;
}

.amtecco-service-card--srt .amtecco-service-card__signal { color: var(--amtecco-srt); }
.amtecco-service-card--cdn .amtecco-service-card__signal { color: var(--amtecco-cdn); }

.amtecco-service-card__lead {
    max-width: 36rem;
    margin-bottom: 2rem;
    color: var(--amtecco-paper-soft) !important;
    font-size: 1.05rem;
}

.amtecco-service-card ul {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 2.25rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--amtecco-line);
    list-style: none;
}

.amtecco-service-card li {
    position: relative;
    padding-left: 1.25rem;
    color: var(--amtecco-steel) !important;
    font-size: var(--amtecco-type-small);
}

.amtecco-service-card li::before {
    position: absolute;
    top: 0.63em;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--amtecco-action-soft);
    content: "";
}

.amtecco-service-card--srt li::before { background: var(--amtecco-srt); }
.amtecco-service-card--cdn li::before { background: var(--amtecco-cdn); }

.amtecco-service-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    margin-top: auto;
}

.amtecco-service-card__actions > a:not(.btn) {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--amtecco-paper-soft);
    font-size: var(--amtecco-type-small);
}

.amtecco-service-card > .amtecco-text-link {
    width: fit-content;
    margin-top: auto;
}

.amtecco-agent-band {
    padding-block: clamp(4rem, 7vw, 7rem);
    border-bottom: 1px solid var(--amtecco-line);
    background: var(--amtecco-mark);
}

.amtecco-agent-band__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    align-items: end;
    gap: clamp(2rem, 7vw, 7rem);
}

.amtecco-agent-band .amtecco-kicker,
.amtecco-agent-band h2,
.amtecco-agent-band p,
.amtecco-agent-band .amtecco-text-link {
    color: #fff !important;
}

.amtecco-agent-band .amtecco-text-link {
    border-color: rgba(255, 255, 255, 0.6);
}

.amtecco-production {
    background: var(--amtecco-paper);
}

.amtecco-production__grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
}

.amtecco-production h2,
.amtecco-production__copy > p,
.amtecco-production .amtecco-production__lockup strong {
    color: var(--amtecco-carbon-deep) !important;
}

.amtecco-production__copy > p:not(.amtecco-kicker) {
    max-width: 34rem;
    margin: 1.6rem 0;
    color: #47515a !important;
}

.amtecco-production__lockup {
    display: grid;
    gap: 0.1rem;
    margin: 2rem 0;
}

.amtecco-production__lockup strong {
    font-family: var(--amtecco-display);
    font-size: 1.25rem;
    letter-spacing: 0.1em;
}

.amtecco-production__lockup span {
    color: #5b6670;
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.amtecco-broadcast-card {
    border: 1px solid #30363b;
    background: var(--amtecco-carbon-deep);
    box-shadow: 1.5rem 1.5rem 0 rgba(18, 20, 22, 0.12);
}

.amtecco-broadcast-card__head,
.amtecco-broadcast-card__footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    color: var(--amtecco-steel);
    font-size: var(--amtecco-type-caption);
}

.amtecco-broadcast-card__head {
    border-bottom: 1px solid var(--amtecco-line);
}

.amtecco-broadcast-card__head span:last-child {
    color: var(--amtecco-action-soft);
}

.amtecco-broadcast-card__stage {
    position: relative;
    display: flex;
    min-height: 390px;
    align-items: flex-end;
    padding: clamp(2rem, 5vw, 4rem);
    background:
        linear-gradient(var(--amtecco-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--amtecco-line) 1px, transparent 1px),
        radial-gradient(circle at 75% 30%, rgba(197, 75, 60, 0.2), transparent 28%);
    background-size: 48px 48px, 48px 48px, auto;
}

.amtecco-broadcast-card__stage > span {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    color: var(--amtecco-steel);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    letter-spacing: 0.1em;
}

.amtecco-broadcast-card__stage strong {
    color: var(--amtecco-paper);
    font-family: var(--amtecco-display);
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 560;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.amtecco-broadcast-card__footer {
    flex-wrap: wrap;
    border-top: 1px solid var(--amtecco-line);
}

.amtecco-client-proof {
    padding-block: clamp(4.5rem, 8vw, 7rem);
    border-bottom: 1px solid var(--amtecco-line);
    background: var(--amtecco-graphite);
}

.amtecco-client-proof__intro {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
    gap: 4rem;
    margin-bottom: 3rem;
}

.amtecco-client-proof__logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--amtecco-line);
    border-bottom: 1px solid var(--amtecco-line);
}

.amtecco-client-proof__logos img {
    width: 100%;
    height: 90px;
    padding: 1.5rem;
    border-left: 1px solid var(--amtecco-line);
    filter: grayscale(1) brightness(2.3);
    object-fit: contain;
    opacity: 0.78;
}

.amtecco-client-proof__logos .amtecco-client-proof__logo--npo {
    filter: none;
    opacity: 0.9;
}

.amtecco-client-proof__logos img:last-child {
    border-right: 1px solid var(--amtecco-line);
}

.amtecco-company {
    background: var(--amtecco-carbon-deep);
}

.amtecco-company__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(3rem, 9vw, 9rem);
}

.amtecco-company__lead {
    max-width: 37rem;
    margin-top: 1.7rem;
    color: var(--amtecco-steel) !important;
    font-size: 1.05rem;
}

.amtecco-principles {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--amtecco-line-strong);
    list-style: none;
}

.amtecco-principles li {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 1.25rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--amtecco-line);
}

.amtecco-principles > li > span {
    color: var(--amtecco-action-soft);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
}

.amtecco-principles p,
.amtecco-principles strong,
.amtecco-principles small {
    display: block;
    margin: 0;
}

.amtecco-principles strong {
    margin-bottom: 0.25rem;
    color: var(--amtecco-paper);
    font-family: var(--amtecco-display);
    font-size: 1.03rem;
}

.amtecco-principles small {
    color: var(--amtecco-steel);
    font-size: var(--amtecco-type-small);
}

.amtecco-site-cta {
    padding-block: var(--amtecco-section);
    background: var(--amtecco-carbon);
}

.sf-site .amtecco-site-cta__frame {
    position: relative;
    padding-block: var(--amtecco-frame-inset-block);
    padding-inline: var(--amtecco-frame-inset-inline);
    border: 1px solid var(--amtecco-line-strong);
    background:
        linear-gradient(var(--amtecco-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--amtecco-line) 1px, transparent 1px),
        var(--amtecco-graphite);
    background-size: 56px 56px;
}

.amtecco-site-cta__frame::before,
.amtecco-site-cta__frame::after {
    position: absolute;
    width: 38px;
    height: 38px;
    border-color: var(--amtecco-action-soft);
    border-style: solid;
    content: "";
}

.amtecco-site-cta__frame::before {
    top: 1rem;
    left: 1rem;
    border-width: 1px 0 0 1px;
}

.amtecco-site-cta__frame::after {
    right: 1rem;
    bottom: 1rem;
    border-width: 0 1px 1px 0;
}

.amtecco-site-cta h2 {
    max-width: 17ch;
}

.amtecco-site-cta__frame > p:not(.amtecco-kicker) {
    max-width: 40rem;
    margin: 1.5rem 0 2rem;
    color: var(--amtecco-steel) !important;
}

/* Migration adapters: every existing public page now follows the same material system. */
.sf-site .hero-section,
.sf-site .cdn-hero-section,
.sf-site .contact-hero,
.sf-site .terms-hero,
.sf-site .b-hero,
.sf-site .og-hero,
.sf-site .article-hero-section {
    position: relative;
    min-height: auto;
    padding-block: clamp(5rem, 9vw, 8rem) !important;
    border-bottom: 1px solid var(--amtecco-line) !important;
    background-color: var(--amtecco-carbon-deep) !important;
    background-image:
        linear-gradient(rgba(244, 241, 234, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244, 241, 234, 0.026) 1px, transparent 1px) !important;
    background-size: 56px 56px !important;
}

.sf-site .hero-section::after,
.sf-site .cdn-hero-section::after,
.sf-site .contact-hero::after,
.sf-site .terms-hero::after,
.sf-site .b-hero::after,
.sf-site .og-hero::after {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    border-top: 1px solid var(--amtecco-action-soft);
    border-right: 1px solid var(--amtecco-action-soft);
    content: "";
}

.sf-site .hero-section h1,
.sf-site .cdn-hero-section h1,
.sf-site .contact-hero h1,
.sf-site .terms-hero h1,
.sf-site .b-hero h1,
.sf-site .og-hero h1,
.sf-site .article-hero-section h1 {
    color: var(--amtecco-paper) !important;
    font-size: clamp(2.8rem, 6vw, 5.8rem) !important;
    font-weight: 520 !important;
    line-height: 0.98 !important;
    text-shadow: none !important;
}

.sf-site .section-padding,
.sf-site .b-section,
.sf-site .og-section,
.sf-site .terms-section,
.sf-site .features-section,
.sf-site .benefits-section,
.sf-site .use-cases-section,
.sf-site .comparison-section {
    padding-block: clamp(4.5rem, 8vw, 7.5rem);
    border-bottom-color: var(--amtecco-line) !important;
    background-color: var(--amtecco-carbon) !important;
    background-image: none !important;
}

.sf-site .bg-light,
.sf-site .bg-white {
    background: var(--amtecco-graphite) !important;
}

.sf-site .apple-card,
.sf-site .service-hub-card,
.sf-site .feature-card,
.sf-site .benefit-card,
.sf-site .use-case-card,
.sf-site .contact-card,
.sf-site .contact-form-card,
.sf-site .terms-content,
.sf-site .terms-card,
.sf-site .b-beat,
.sf-site .b-cta,
.sf-site .og-beat,
.sf-site .og-cta,
.sf-site .ai-capability-card,
.sf-site .capability-card,
.sf-site .pricing-card,
.sf-site .calculator-card,
.sf-site .comparison-card,
.sf-site .faq-item {
    border: 1px solid var(--amtecco-line) !important;
    border-radius: var(--amtecco-radius) !important;
    background: var(--amtecco-graphite) !important;
    box-shadow: none !important;
}

.sf-site .b-page,
.sf-site .og-page,
.sf-site .ai-page {
    background: var(--amtecco-carbon) !important;
    color: var(--amtecco-paper) !important;
}

.amtc-briefs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border: 1px solid var(--amtecco-line);
    background: var(--amtecco-line);
}

.amtc-brief-tile {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--amtecco-carbon-deep);
}

.amtc-brief-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--amtecco-motion-ui) var(--amtecco-ease-out);
}

.amtc-brief-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(9, 11, 13, 0.72), rgba(9, 11, 13, 0.08));
    color: #fff;
    font-size: 1.35rem;
    opacity: 0.58;
    transition: opacity var(--amtecco-motion-ui) var(--amtecco-ease-standard);
}

.amtc-brief-tile::after {
    position: absolute;
    bottom: 0.7rem;
    left: 0.75rem;
    padding: 0.2rem 0.45rem;
    background: var(--amtecco-mark);
    color: #fff;
    content: "AMTC News";
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.amtc-brief-tile:hover img,
.amtc-brief-tile:focus-visible img {
    transform: scale(1.02);
}

.amtc-brief-tile:hover .amtc-brief-play,
.amtc-brief-tile:focus-visible .amtc-brief-play {
    opacity: 1;
}

#cdn-bar-amtecco {
    width: 100%;
}

.cdn-planning-disclosure {
    margin: 1rem 0 0;
    color: var(--amtecco-steel) !important;
    font-size: 0.8rem;
}

.agent-section {
    position: relative;
    overflow: hidden;
    padding-block: clamp(4.5rem, 8vw, 7.5rem);
    border-bottom: 1px solid var(--amtecco-line);
    background: var(--amtecco-carbon-deep);
}

.agent-section .ai-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--amtecco-srt);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.agent-section h2 {
    max-width: 14ch;
    font-size: clamp(2.35rem, 4.5vw, 4.6rem);
    font-weight: 520;
    line-height: 1.02;
}

.agent-chips-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.2rem 0 1.7rem;
}

.agent-chips-inline span,
.ac-chips span {
    padding: 0.35rem 0.6rem;
    border: 1px solid rgba(77, 143, 255, 0.4);
    border-radius: var(--amtecco-radius);
    color: var(--amtecco-paper-soft);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.agent-console {
    overflow: hidden;
    max-width: 560px;
    margin: 0 0 0 auto;
    border: 1px solid var(--amtecco-line-strong);
    border-radius: var(--amtecco-radius);
    background: var(--amtecco-graphite);
}

.agent-console-head {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--amtecco-line);
}

.ac-dots i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 0.3rem;
    border-radius: 50%;
    background: var(--amtecco-steel-dark);
}

.ac-title {
    color: var(--amtecco-paper-soft);
    font-size: 0.82rem;
    font-weight: 700;
}

.ac-chips {
    margin-left: auto;
}

.agent-console-body {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    padding: 1.25rem;
}

.ac-msg {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.4;
}

.ac-msg span {
    max-width: 86%;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--amtecco-line);
    border-radius: var(--amtecco-radius);
    background: var(--amtecco-carbon);
    color: var(--amtecco-paper-soft);
}

.ac-user {
    justify-content: flex-end;
}

.ac-user span {
    border-color: rgba(77, 143, 255, 0.38);
    background: rgba(77, 143, 255, 0.1);
}

.ac-agent > .amtecco-icon {
    margin-top: 0.25rem;
    color: var(--amtecco-srt);
}

.agent-console figcaption {
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--amtecco-line);
    color: var(--amtecco-steel);
    font-size: var(--amtecco-type-small);
}

.sf-site .b-wrap,
.sf-site .og-wrap {
    width: min(var(--amtecco-shell), calc(100% - 3rem));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.sf-site .b-eyebrow,
.sf-site .og-eyebrow,
.sf-site .subtitle,
.sf-site .section-badge,
.sf-site .section-label {
    color: var(--amtecco-action-soft) !important;
    font-family: var(--amtecco-mono) !important;
    font-size: var(--amtecco-type-caption) !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase;
}

.sf-site .b-hairline,
.sf-site .og-hairline {
    height: 1px;
    border: 0;
    background: var(--amtecco-line-strong) !important;
}

.sf-site .b-stats,
.sf-site .og-proof {
    border-top: 1px solid var(--amtecco-line) !important;
    border-bottom: 1px solid var(--amtecco-line) !important;
}

.sf-site .b-stats > div,
.sf-site .og-proof > div {
    border-color: var(--amtecco-line) !important;
}

.sf-site .b-red,
.sf-site .n,
.sf-site .og-number {
    color: var(--amtecco-action-soft) !important;
}

.sf-site .text-muted,
.sf-site .b-muted,
.sf-site .og-muted,
.sf-site .lead {
    color: var(--amtecco-steel) !important;
}

.sf-site input,
.sf-site textarea,
.sf-site select,
.sf-site .form-control,
.sf-site .form-select,
.sf-site .newsletter-input {
    min-height: 48px;
    border: 1px solid var(--amtecco-line-strong) !important;
    border-radius: var(--amtecco-radius) !important;
    background: var(--amtecco-carbon-deep) !important;
    color: var(--amtecco-paper) !important;
    box-shadow: none !important;
}

.sf-site textarea.form-control {
    min-height: 150px;
}

.sf-site input::placeholder,
.sf-site textarea::placeholder {
    color: var(--amtecco-steel) !important;
}

.sf-site .route-srt .btn-primary,
.route-srt.sf-site .btn-primary {
    border-color: var(--amtecco-srt) !important;
    background: var(--amtecco-srt) !important;
    color: var(--amtecco-carbon-deep) !important;
}

.route-live-cdn.sf-site .btn-primary {
    border-color: #198b98 !important;
    background: #198b98 !important;
    color: var(--amtecco-carbon-deep) !important;
}

.sf-site .route-srt .btn-primary:hover,
.route-srt.sf-site .btn-primary:hover {
    border-color: #78aaff !important;
    background: #78aaff !important;
    color: var(--amtecco-carbon-deep) !important;
}

.route-live-cdn.sf-site .btn-primary:hover {
    border-color: var(--amtecco-cdn) !important;
    background: var(--amtecco-cdn) !important;
    color: var(--amtecco-carbon-deep) !important;
}

/* Canonical v1.1 refinement: readable type, restrained geometry and motion. */
.sf-site main,
.sf-site main > *,
.sf-site main .row > *,
.sf-site main [class*="__grid"] > *,
.sf-site main [class*="-grid"] > * {
    min-width: 0;
}

.sf-site main .container > .row {
    margin-inline: 0;
}

.sf-site main h1,
.sf-site main h2,
.sf-site main h3,
.sf-site main h4 {
    max-width: 100%;
    background: none !important;
    color: var(--amtecco-paper) !important;
    -webkit-text-fill-color: currentColor !important;
    overflow-wrap: break-word;
    text-shadow: none !important;
}

.sf-site .hero-section h1,
.sf-site .cdn-hero-section h1,
.sf-site .contact-hero h1,
.sf-site .terms-hero h1,
.sf-site .b-hero h1,
.sf-site .og-hero h1,
.sf-site .article-hero-section h1 {
    max-width: 14ch;
    margin-inline: auto;
    font-size: clamp(3rem, 5vw, 4.25rem) !important;
    font-weight: 600 !important;
    hyphens: auto;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
}

.sf-site .hero-section .text-lg-start h1,
.sf-site .cdn-hero-section .text-lg-start h1,
.sf-site .b-hero h1,
.sf-site .og-hero h1 {
    margin-inline: 0;
}

.sf-site main h2 {
    font-size: clamp(2.25rem, 3.7vw, 3.75rem);
    line-height: 1.12;
}

.sf-site main h3 {
    font-size: clamp(1.375rem, 2vw, 1.75rem);
    line-height: 1.3;
}

.sf-site main h4 {
    font-size: clamp(1.125rem, 1.5vw, 1.35rem);
    line-height: 1.4;
}

.sf-site .lead,
.sf-site .hero-subtitle,
.sf-site .hero-description {
    color: var(--amtecco-paper-soft) !important;
    font-size: var(--amtecco-type-lead) !important;
    line-height: 1.55 !important;
}

.sf-site .amtecco-proof-strip span,
.sf-site .amtecco-step-label,
.sf-site .amtecco-service-card__topline,
.sf-site .amtecco-service-card__title p,
.sf-site .amtecco-production__lockup span,
.sf-site .amtecco-broadcast-card__head,
.sf-site .amtecco-broadcast-card__footer,
.sf-site .amtecco-broadcast-card__stage > span,
.sf-site .amtc-brief-tile::after,
.sf-site .agent-section .ai-eyebrow,
.sf-site .agent-chips-inline span,
.sf-site .ac-chips span,
.sf-site .b-eyebrow,
.sf-site .og-eyebrow,
.sf-site .subtitle,
.sf-site .section-badge,
.sf-site .section-label {
    font-size: var(--amtecco-type-caption) !important;
    line-height: 1.5 !important;
}

.sf-site .amtecco-service-card li,
.sf-site .amtecco-service-card__actions > a:not(.btn),
.sf-site .amtecco-principles small,
.sf-site .cdn-planning-disclosure,
.sf-site .agent-console figcaption,
.sf-site .ac-title {
    font-size: var(--amtecco-type-small) !important;
    line-height: 1.5 !important;
}

.sf-site .b-btn,
.sf-site .og-btn,
.sf-site .cta-button {
    min-height: 48px;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    border-radius: var(--amtecco-radius) !important;
    font-family: var(--amtecco-sans);
    font-size: 0.9375rem;
    line-height: 1.35;
    white-space: normal;
}

.sf-site .b-card,
.sf-site .b-beat,
.sf-site .b-cta,
.sf-site .og-beat,
.sf-site .og-cta,
.sf-site .og-video,
.sf-site .og-transcript,
.sf-site .og-disclosure,
.sf-site .terms-section,
.sf-site .terms-cta,
.sf-site .timeline-content,
.sf-site .timeline-item,
.sf-site .contact-item,
.sf-site .feature-item,
.sf-site .warning-box,
.sf-site .agent-console,
.sf-site .ac-msg span {
    border-radius: var(--amtecco-radius) !important;
    box-shadow: none !important;
}

.sf-site .b-card,
.sf-site .b-beat,
.sf-site .b-cta,
.sf-site .og-beat,
.sf-site .og-cta,
.sf-site .og-transcript,
.sf-site .og-disclosure {
    border: 1px solid var(--amtecco-line) !important;
    background-color: var(--amtecco-graphite) !important;
    background-image: none !important;
}

.sf-site .b-hero,
.sf-site .b-section {
    background-color: var(--amtecco-carbon) !important;
}

.sf-site .b-hero {
    padding-block: clamp(5rem, 9vw, 8rem) !important;
}

.sf-site .b-hairline,
.sf-site .og-hairline {
    background: var(--amtecco-action) !important;
    opacity: 1 !important;
}

.sf-site .b-beat,
.sf-site .og-beat {
    padding: clamp(2rem, 4vw, 3rem) 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--amtecco-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.sf-site .b-beat:last-child,
.sf-site .og-beat:last-child {
    border-bottom: 1px solid var(--amtecco-line) !important;
}

.sf-site .b-stats .k,
.sf-site .og-proof .k {
    color: var(--amtecco-steel) !important;
    font-size: var(--amtecco-type-small) !important;
    line-height: 1.5;
}

.sf-site .b-cta,
.sf-site .og-cta {
    background:
        linear-gradient(var(--amtecco-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--amtecco-line) 1px, transparent 1px),
        var(--amtecco-graphite) !important;
    background-size: 56px 56px !important;
}

.sf-site .og-play-btn {
    border-radius: var(--amtecco-radius) !important;
    box-shadow: none !important;
}

.sf-site .og-video {
    border: 1px solid var(--amtecco-line-strong) !important;
    border-radius: var(--amtecco-radius) !important;
    background: var(--amtecco-carbon-deep) !important;
}

.sf-site .og-video .og-play {
    border: 0;
    background: rgba(9, 11, 13, 0.42) !important;
    color: var(--amtecco-paper);
}

.sf-site .og-play-btn {
    background: var(--amtecco-action) !important;
}

.sf-site .og-chip {
    min-height: 44px;
    border-color: var(--amtecco-line-strong) !important;
    border-radius: var(--amtecco-radius) !important;
    color: var(--amtecco-paper-soft) !important;
}

.sf-site .og-chip .t,
.sf-site .og-num {
    color: var(--amtecco-action-soft) !important;
}

.amtecco-agent-band {
    position: relative;
    background: var(--amtecco-graphite);
}

.amtecco-agent-band::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--amtecco-mark);
    content: "";
}

.amtecco-agent-band .amtecco-kicker {
    color: var(--amtecco-action-soft) !important;
}

.amtecco-broadcast-card {
    box-shadow: none;
}

.amtecco-reference-frame__line--signal path {
    opacity: 0.95;
}

.amtecco-motion [data-motion-diagram] .amtecco-reference-frame__line--signal path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset var(--amtecco-motion-diagram) var(--amtecco-ease-standard);
}

.amtecco-motion [data-motion-diagram] .amtecco-reference-frame__service {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
    transition: opacity var(--amtecco-motion-reveal) var(--amtecco-ease-out), transform var(--amtecco-motion-reveal) var(--amtecco-ease-out);
}

.amtecco-motion [data-motion-diagram].is-diagram-visible .amtecco-reference-frame__line--signal path {
    stroke-dashoffset: 0;
}

.amtecco-motion [data-motion-diagram].is-diagram-visible .amtecco-reference-frame__service {
    opacity: 1;
    transform: none;
}

.amtecco-motion [data-motion-diagram].is-diagram-visible .amtecco-reference-frame__service:nth-child(2) {
    transition-delay: var(--amtecco-motion-stagger);
}

.amtecco-motion [data-motion-diagram].is-diagram-visible .amtecco-reference-frame__service:nth-child(3) {
    transition-delay: calc(var(--amtecco-motion-stagger) * 2);
}

.amtecco-motion .is-reveal-pending {
    opacity: 0;
    transform: translate3d(0, var(--amtecco-motion-distance), 0);
}

.amtecco-motion .is-reveal-pending.is-visible {
    opacity: 1;
    transform: none;
    transition: opacity var(--amtecco-motion-reveal) var(--amtecco-ease-out), transform var(--amtecco-motion-reveal) var(--amtecco-ease-out);
    transition-delay: var(--amtecco-delay, 0ms);
}

.sf-site .btn:active,
.sf-site .b-btn:active,
.sf-site .og-btn:active,
.sf-site .amtecco-text-link:active {
    transform: translateY(0) scale(0.985);
}

@media (hover: hover) and (pointer: fine) {
    .sf-site .btn:not(:disabled):hover,
    .sf-site .b-btn:hover,
    .sf-site .og-btn:hover {
        transform: translateY(-1px);
    }

    .sf-site .amtecco-text-link:hover span[aria-hidden="true"] {
        transform: translate(2px, -2px);
    }

    .sf-site .amtecco-text-link span[aria-hidden="true"] {
        transition: transform var(--amtecco-motion-ui) var(--amtecco-ease-out);
    }
}

@media (max-width: 1399.98px) {
    .sf-site .amtecco-navbar .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem 0 1.1rem;
        border-top: 1px solid var(--amtecco-line);
    }

    .sf-site .amtecco-navbar .navbar-collapse.collapsing {
        transition-duration: var(--amtecco-motion-ui);
    }

    .sf-site .amtecco-navbar .navbar-collapse.show {
        animation: amtecco-nav-in var(--amtecco-motion-ui) var(--amtecco-ease-out) both;
    }

    .sf-site .amtecco-navbar .navbar-nav {
        align-items: stretch !important;
    }

    .sf-site .amtecco-navbar .nav-link {
        width: 100%;
        padding-inline: 0.6rem !important;
    }

    .sf-site .amtecco-navbar .nav-link.active::after {
        right: auto;
        left: 0;
        width: 2px;
        height: auto;
        inset-block: 0.5rem;
    }

    .amtecco-nav-cta {
        margin: 0.5rem 0 0;
    }

    .amtecco-nav-cta .btn {
        width: 100%;
    }

    .amtecco-footer__grid {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }

    .amtecco-footer__grid > div:last-child {
        grid-column: 2 / -1;
    }
}

@keyframes amtecco-nav-in {
    from {
        opacity: 0;
        transform: translate3d(0, -6px, 0);
    }
}

@media (max-width: 1279.98px) {
    .amtecco-home-hero__grid {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
    }

    .amtecco-home-hero::before {
        display: none;
    }

    .amtecco-home-hero__copy {
        max-width: 54rem;
    }

    .amtecco-home-hero h1 {
        max-width: 12ch;
    }

    .amtecco-reference-frame {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .agent-console {
        margin-top: 2rem;
    }

    .amtecco-proof-strip__grid,
    .amtecco-workflow__steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .amtecco-proof-strip__grid > div:nth-child(3),
    .amtecco-proof-strip__grid > div:nth-child(4) {
        border-top: 1px solid var(--amtecco-line);
    }

    .amtecco-workflow__steps li {
        min-height: 340px;
    }

    .amtecco-workflow__steps li:last-child {
        grid-column: 1 / -1;
        min-height: 300px;
        border-top: 1px solid var(--amtecco-line);
        border-left: 1px solid var(--amtecco-line);
    }

    .amtecco-production__grid,
    .amtecco-company__grid,
    .amtecco-agent-band__grid {
        grid-template-columns: 1fr;
    }

    .amtecco-client-proof__intro,
    .amtecco-section-heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.5rem;
    }

}

@media (max-width: 767.98px) {
    .route-contact .contact-section > .container > .row {
        --bs-gutter-x: 0;
        margin-inline: 0;
    }

    .sf-site .container,
    .sf-site .b-wrap,
    .sf-site .og-wrap {
        width: min(100% - 2rem, var(--amtecco-shell));
    }

    .amtecco-home-hero__grid {
        padding-block: 4rem;
    }

    .amtecco-home-hero h1 {
        max-width: 100%;
        font-size: clamp(2.625rem, 12vw, 3.25rem);
        hyphens: none;
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .amtecco-reference-frame {
        min-height: 520px;
        aspect-ratio: 3 / 4.6;
    }

    .amtecco-reference-frame__stage {
        padding: 0;
    }

    .amtecco-reference-frame__feed {
        top: 25.384615%;
        left: 15.555556%;
        font-size: var(--amtecco-type-caption);
        transform: translate(-50%, calc(-100% - 0.65rem));
    }

    .amtecco-reference-frame__network--desktop {
        display: none;
    }

    .amtecco-reference-frame__network--mobile {
        display: block;
    }

    .amtecco-reference-frame__mark {
        top: 25.4%;
        left: 50%;
        width: 100px;
    }

    .amtecco-reference-frame__services {
        inset: 0;
    }

    .amtecco-reference-frame__service {
        right: 6%;
        left: 20%;
        width: auto;
        height: auto;
        min-height: 56px;
        padding: 0.55rem 0.875rem;
    }

    .amtecco-reference-frame__service--create { top: 55%; }
    .amtecco-reference-frame__service--contribute { top: 69.038462%; }
    .amtecco-reference-frame__service--deliver { top: 83.076923%; }

    .amtecco-reference-frame__meta {
        inset: 3rem 1.25rem auto;
    }

    .amtecco-reference-frame__service span {
        margin-bottom: 0.2rem;
    }

    .amtecco-reference-frame__service strong {
        font-size: 1rem;
    }

    .amtecco-reference-frame__service small {
        display: none;
    }

    .amtecco-proof-strip__grid,
    .amtecco-workflow__steps,
    .amtecco-portfolio__grid,
    .amtecco-client-proof__logos,
    .amtecco-footer__grid {
        grid-template-columns: 1fr;
    }

    .amtecco-proof-strip__grid > div {
        min-height: 88px;
        border-top: 1px solid var(--amtecco-line);
        border-right: 1px solid var(--amtecco-line);
    }

    .amtecco-workflow__steps li,
    .amtecco-workflow__steps li:last-child {
        grid-column: auto;
        min-height: 320px;
        border-top: 1px solid var(--amtecco-line);
        border-left: 1px solid var(--amtecco-line);
    }

    .amtecco-service-card,
    .amtecco-service-card--solution {
        min-height: 0;
    }

    .amtecco-client-proof__logos img {
        grid-column: auto;
        border-top: 1px solid var(--amtecco-line);
        border-right: 1px solid var(--amtecco-line);
    }

    .amtecco-client-proof__logos img:first-child {
        border-top: 0;
    }

    .amtecco-footer__grid > div:last-child {
        grid-column: auto;
    }

    .amtecco-footer__bottom {
        flex-direction: column;
        gap: 0.6rem;
    }

    .amtecco-broadcast-card__stage {
        min-height: 300px;
    }

    .amtc-briefs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sf-site .hero-section h1,
    .sf-site .cdn-hero-section h1,
    .sf-site .contact-hero h1,
    .sf-site .terms-hero h1,
    .sf-site .b-hero h1,
    .sf-site .og-hero h1,
    .sf-site .article-hero-section h1 {
        max-width: 100%;
        font-size: clamp(2.625rem, 12vw, 3.25rem) !important;
        line-height: 1.08 !important;
        overflow-wrap: anywhere;
    }

    .sf-site main h2 {
        font-size: clamp(1.875rem, 8.5vw, 2.5rem);
        overflow-wrap: anywhere;
    }

    .sf-site main p,
    .sf-site main li {
        overflow-wrap: anywhere;
    }

    .amtecco-production__grid,
    .amtecco-company__grid,
    .amtecco-agent-band__grid,
    .amtecco-section-heading,
    .amtecco-client-proof__intro {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 359.98px) {
    .sf-site .container,
    .sf-site .b-wrap,
    .sf-site .og-wrap {
        width: min(100% - 2rem, var(--amtecco-shell));
    }

    .sf-site .btn,
    .sf-site .b-btn,
    .sf-site .og-btn,
    .sf-site .cta-button {
        width: 100%;
        height: auto !important;
        min-height: 52px;
        white-space: normal !important;
    }

    .amtecco-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .amtecco-reference-frame__meta { inset-inline: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .sf-site *,
    .sf-site *::before,
    .sf-site *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}

@media print {
    .amtecco-navbar,
    .amtecco-footer,
    .amtecco-site-cta {
        display: none !important;
    }

    .sf-site,
    .sf-site main {
        background: #fff !important;
        color: #000 !important;
    }
}
