      :root {
        --gv-desktop-gutter: clamp(20px, 5.4vw, 120px);
        --gv-shelf-gap: 18px;
        --gv-icon-box-w: 76px;
        --gv-icon-box-h: 48px;
      }

      /* Inline critical overrides */
      .globalnav {
        background: rgba(251, 251, 253, 0.96) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        backdrop-filter: saturate(180%) blur(20px);
      }
      .globalnav-link {
        color: #1d1d1f !important;
      }
      .gv-globalnav-sticky {
        position: sticky;
        top: 0;
        z-index: 9999;
      }
      .gv-globalnav-content-layout {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        height: 44px;
      }
      .gv-globalnav-links {
        display: flex;
        gap: 24px;
        align-items: center;
        overflow-x: auto;
      }
      .gv-globalnav-link-item {
        font-size: 12px;
        white-space: nowrap;
      }
      .gv-nav-logo {
        color: #1d1d1f;
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: 18px;
        text-decoration: none;
        letter-spacing: -0.5px;
      }
      .gv-nav-logo span {
        background: linear-gradient(135deg, #00d4aa, #7c3aed);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }

      /* Custom section layouts */
      .gv-hero-section {
        padding: 24px 0 0 0;
      }
      .gv-section {
        padding: 12px 0;
      }
      .gv-container {
        width: 100%;
        margin: 0;
        padding-left: var(--gv-desktop-gutter);
        padding-right: var(--gv-desktop-gutter);
        box-sizing: border-box;
      }
      #globalheader .globalnav-content {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding-left: var(--gv-desktop-gutter) !important;
        padding-right: var(--gv-desktop-gutter) !important;
        box-sizing: border-box;
      }
      .gv-first-screen {
        height: calc(100vh - 48px);
        min-height: calc(100vh - 48px);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding-bottom: 0;
      }
      app-professional-summary-section {
        display: block;
        flex: 0 0 auto;
      }
      app-experience-highlights-section {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto; height: 100%;
        min-height: 0;
      }
      #summary.gv-container {
        padding-top: 14px !important;
        padding-bottom: 0 !important;
      }
      .gv-summary-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        column-gap: clamp(28px, 4vw, 72px);
      }
      .gv-summary-main {
        max-width: 1040px;
        justify-self: start;
        margin-left: 0 !important;
        padding-left: 0 !important;
      }
      .gv-summary-connect {
        justify-self: end;
        min-width: 340px;
        max-width: 420px;
        text-align: right;
        padding-right: 15px;
      }
      .gv-summary-title {
        font-size: clamp(44px, 6vw, 76px);
        line-height: 1.0;
        margin: 0 0 6px;
        letter-spacing: -0.04em;
      }
      .gv-summary-paragraph {
        max-width: 820px;
        margin: 0;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        line-height: 1.3;
        color: #6e6e73;
        text-align: left;
      }
      .gv-core-heading {
        margin: 4px 0 2px;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #3d3d42;
      }
      .gv-core-list {
        margin: 0;
        padding-left: 16px;
        max-width: 860px;
        font-family: "Inter", sans-serif;
        font-size: 13px;
        line-height: 1.3;
        color: #6e6e73;
      }
      .gv-core-list li {
        margin-bottom: 1px;
      }
      #summary .rs-shop-header.gv-summary-title {
        color: #1d1d1f !important;
        background: none !important;
        -webkit-text-fill-color: #1d1d1f !important;
      }
      #summary .gv-summary-title {
        text-align: left;
      }
      .gv-connect-label {
        font-family: "Inter", sans-serif;
        font-size: 22px;
        color: #6e6e73;
        line-height: 1.15;
        font-weight: 400;
      }

      /* Product nav cards - static version */
      .gv-product-nav {
        display: flex;
        gap: var(--gv-shelf-gap);
        overflow-x: auto;
        padding: 2px 0 2px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }
      .gv-product-zone {
        flex: 0 0 auto;
        min-height: 0;
        padding-top: 2px;
        padding-bottom: 0;
      }

      .gv-product-nav::-webkit-scrollbar {
        display: none;
      }

      .gv-nav-card {
        min-width: 92px;
        text-align: center;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        cursor: pointer;
        transition: transform 0.2s ease;
        scroll-snap-align: start;
        text-decoration: none;
        color: #1d1d1f;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .gv-nav-card:hover {
        transform: translateY(-2px);
        box-shadow: none;
      }

      .gv-nav-card-icon {
        width: var(--gv-icon-box-w);
        height: var(--gv-icon-box-h);
        margin-bottom: 8px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        line-height: 1;
      }
      .gv-nav-card-icon img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        display: block;
      }

      .gv-nav-card-title {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #1d1d1f;
        line-height: 1.2;
      }

      .gv-nav-card-sub {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: #6e6e73;
        margin-top: 3px;
        line-height: 1.2;
      }

      /* Experience cards */
      .gv-exp-scroll {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 6px 0 0 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        flex: 1 1 auto; height: 100%;
        min-height: 0;
      }

      .gv-exp-scroll::-webkit-scrollbar {
        display: none;
      }

      .gv-exp-card {
        flex: 0 0 auto;
        width: 300px;
        min-width: 280px;
        max-width: 320px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        scroll-snap-align: start;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 24px;
        color: #fff;
        text-decoration: none;
        transition: transform 0.3s ease;
      }
      .gv-exp-card--amex {
        background-image: linear-gradient(
            135deg,
            rgba(0, 111, 207, 0.72) 0%,
            rgba(0, 38, 99, 0.84) 100%
          ),
          url("../images/experience-bg/amex-aws.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .gv-exp-card--ttec {
        background-image: linear-gradient(
            135deg,
            rgba(183, 28, 28, 0.72) 0%,
            rgba(229, 57, 53, 0.82) 100%
          ),
          url("../images/experience-bg/ttec-gcp.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .gv-exp-card--ams {
        background-image: linear-gradient(
            135deg,
            rgba(26, 26, 46, 0.74) 0%,
            rgba(52, 152, 219, 0.78) 100%
          ),
          url("../images/experience-bg/ams-aws.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .gv-exp-card--mvo {
        background-image: linear-gradient(
            135deg,
            rgba(44, 62, 80, 0.7) 0%,
            rgba(233, 69, 96, 0.74) 100%
          ),
          url("../images/experience-bg/mvo-azure.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }

      .gv-exp-card:hover {
        transform: translateY(-6px);
      }
      .gv-exp-card-eyebrow {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        opacity: 0.8;
        margin-bottom: 3px;
      }
      .gv-exp-card-title {
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: clamp(28px, 3vw, 38px);
        line-height: 0.96;
        margin-bottom: 6px;
        letter-spacing: -0.025em;
      }
      .gv-exp-card-desc {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 13px;
        opacity: 0.88;
        line-height: 1.32;
      }
      .gv-exp-card-role {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 12px;
        opacity: 0.75;
        margin-top: 8px;
      }

      /* Blog post cards */
      .gv-blog-scroll {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 20px 0 30px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }
      .gv-blog-scroll::-webkit-scrollbar {
        display: none;
      }
      .gv-blog-card {
        min-width: 320px;
        max-width: 360px;
        min-height: 380px;
        border-radius: 24px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        scroll-snap-align: start;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease;
        text-decoration: none;
        color: #1d1d1f;
      }
      .gv-blog-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
      }
      .gv-blog-card-img {
        height: 200px;
        flex: 0 0 200px;
        background-size: cover;
        background-position: center;
        position: relative;
      }
      .gv-blog-card-topic {
        position: absolute;
        bottom: 16px;
        left: 16px;
        right: 16px;
        color: #fff;
        font-family: "Inter", sans-serif;
        font-size: 28px;
        font-weight: 800;
        line-height: 1.1;
      }
      .gv-blog-card-badge {
        position: absolute;
        top: 16px;
        left: 16px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 4px 12px;
        border-radius: 20px;
        font-family: "Inter", sans-serif;
        font-size: 11px;
        font-weight: 600;
        backdrop-filter: blur(8px);
      }
      .gv-blog-card-body {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
      }
      .gv-blog-card-title {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 44px;
      }
      .gv-blog-card-excerpt {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #6e6e73;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 58px;
      }
      .gv-blog-card-meta {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 11px;
        color: #0071e3;
        margin-top: auto;
        padding-top: 12px;
        display: inline-block;
      }

      /* Telemetry cards */
      .gv-telemetry-scroll {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding: 20px 0 30px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }
      .gv-telemetry-scroll::-webkit-scrollbar {
        display: none;
      }
      .gv-telem-card {
        --gv-telem-accent: #0071e3;
        min-width: 200px;
        border-radius: 20px;
        padding: 24px 20px;
        background: #fff;
        border-left: 3px solid var(--gv-telem-accent);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        text-align: center;
        scroll-snap-align: start;
        flex-shrink: 0;
        transition: transform 0.2s ease;
      }
      .gv-telem-card--amex {
        --gv-telem-accent: #ff9900;
      }
      .gv-telem-card--ttec {
        --gv-telem-accent: #e53935;
      }
      .gv-telem-card--ams {
        --gv-telem-accent: #3498db;
      }
      .gv-telem-card--mvo {
        --gv-telem-accent: #e94560;
      }
      .gv-telem-card--cpu {
        --gv-telem-accent: #34c759;
      }
      .gv-telem-card--memory {
        --gv-telem-accent: #7c3aed;
      }
      .gv-telem-card--latency {
        --gv-telem-accent: #0071e3;
      }
      .gv-telem-card--uptime {
        --gv-telem-accent: #ff9500;
      }
      .gv-telem-card:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
      }
      .gv-telem-icon {
        width: 32px;
        height: 32px;
        margin: 0 auto 8px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .gv-telem-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
      }
      .gv-telem-value {
        font-family: "JetBrains Mono", monospace;
        font-size: 1.8rem;
        font-weight: 700;
        color: var(--gv-telem-accent);
      }
      .gv-telem-label {
        font-family: "Inter", sans-serif;
        font-size: 12px;
        color: #6e6e73;
        margin-top: 4px;
      }
      .gv-telem-company {
        font-family: "Inter", sans-serif;
        font-size: 11px;
        font-weight: 600;
        color: #1d1d1f;
        margin-top: 2px;
      }

      /* Quick links bar */
      .gv-quicklinks {
        background: #f5f5f7;
        padding: 30px 0;
      }
      .gv-quicklinks-inner {
        display: flex;
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
      }
      .gv-quicklinks h3 {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #1d1d1f;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
      }
      .gv-quicklinks-title {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #1d1d1f;
        text-align: center;
        margin-bottom: 20px;
      }
      .gv-ql-item {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #0071e3;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 14px;
        transition: color 0.2s;
      }
      .gv-ql-item:hover {
        color: #0058b0;
      }
      .gv-ql-icon {
        width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      .gv-ql-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
      }

      /* Footer */
      .gv-footer {
        background: #f5f5f7;
        border-top: 1px solid #d2d2d7;
        padding: 20px 0 40px;
      }
      .gv-footer-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        text-align: center;
      }
      .gv-footer p {
        font-family: "Inter", sans-serif;
        font-size: 12px;
        color: #6e6e73;
        margin: 4px 0;
      }
      .gv-footer-social-row {
        margin-bottom: 8px;
      }
      .gv-footer-note {
        margin-top: 8px;
        font-size: 11px;
        color: #86868b;
      }
      .gv-footer a {
        color: #0071e3;
        text-decoration: none;
      }
      .gv-footer-social-links {
        display: inline-flex;
        align-items: center;
        gap: 16px;
      }
      .gv-footer-social-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }
      .gv-footer-social-icon {
        width: 14px;
        height: 14px;
        object-fit: contain;
        display: block;
      }

      /* Section headers - matching apple style */
      .gv-shelf-header {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 8px;
      }
      .gv-shelf-main {
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: 28px;
        color: #1d1d1f;
        margin: 0;
      }
      .gv-shelf-sub {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 28px;
        color: #6e6e73;
        margin: 0;
      }
      #experiences.gv-container {
        flex: 1 1 auto; height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
        margin-top: 26px;
        margin-bottom: 0;
        padding-bottom: 0 !important;
      }
      #experiences .gv-shelf-header {
        flex: 0 0 auto;
        padding: 0 0 4px 0;
      }
      #experiences .gv-exp-scroll {
        flex: 1 1 auto; height: 100%;
        min-height: 0;
        padding: 4px 0 0 0;
        align-items: stretch;
      }

      /* Chat/store links in header */
      .gv-profile-links {
        display: flex;
        width: 100%;
        gap: 16px;
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
      }
      .gv-profile-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #0071e3;
        text-decoration: none;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s;
      }
      .gv-profile-link:hover {
        color: #0058b0;
      }
      .gv-profile-link svg {
        width: 18px;
        height: 18px;
      }

      @media (max-width: 768px) {
        :root {
          --gv-desktop-gutter: 18px;
          --gv-shelf-gap: 12px;
          --gv-icon-box-w: 60px;
          --gv-icon-box-h: 40px;
        }
        .gv-shelf-main,
        .gv-shelf-sub {
          font-size: 22px;
        }
        .gv-exp-card {
          width: 260px;
          min-width: 260px;
          flex: 0 0 auto;
        }
        .gv-nav-card {
          min-width: 72px;
        }
        .gv-blog-card {
          min-width: 260px;
        }
        .gv-summary-paragraph {
          font-size: 12px;
        }
        .gv-core-list {
          font-size: 11px;
          line-height: 1.22;
        }
        .gv-summary-head {
          grid-template-columns: 1fr;
          row-gap: 10px;
        }
        .gv-summary-connect {
          justify-self: start;
          text-align: left;
        }
        .gv-profile-links {
          justify-content: flex-start;
        }
        .gv-first-screen {
          min-height: auto;
          height: auto;
          display: block;
          overflow: visible;
          padding-bottom: 0;
        }
        #summary.gv-container,
        .gv-product-zone,
        #experiences.gv-container {
          flex: initial;
        }
      }
