/*
 * Goldspear public website — Apple-inspired visual system.
 * Loaded after the existing public styles so content, SEO and application
 * behaviour remain unchanged while the visual language is unified.
 */

body.jg-site-v3 {
    --ink: #1d1d1f;
    --blue: #0071e3;
    --muted: #6e6e73;
    --line: rgba(0, 0, 0, .09);
    --wash: #f5f5f7;
    --accent: #0071e3;
    --review-navy: var(--ink);
    --review-blue: var(--blue);
    --review-muted: var(--muted);
    --apple-white: #fff;
    --apple-card: #fff;
    --apple-soft-blue: #eaf4ff;
    --apple-radius-xl: 30px;
    --apple-radius-lg: 24px;
    --apple-radius-md: 16px;
    --apple-shadow: 0 12px 40px rgba(0, 0, 0, .07);
    --apple-shadow-hover: 0 22px 60px rgba(0, 0, 0, .12);
    color: var(--ink);
    background: var(--apple-white);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -.01em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.jg-site-v3 .container {
    width: min(1180px, calc(100% - 48px));
}

body.jg-site-v3 h1,
body.jg-site-v3 h2,
body.jg-site-v3 h3 {
    color: var(--ink);
    font-weight: 700;
    letter-spacing: -.035em;
}

body.jg-site-v3 h2 {
    font-size: clamp(32px, 3.7vw, 48px);
    line-height: 1.08;
}

body.jg-site-v3 h3 {
    font-size: clamp(21px, 2vw, 27px);
    line-height: 1.18;
}

body.jg-site-v3 a,
body.jg-site-v3 button,
body.jg-site-v3 summary,
body.jg-site-v3 input,
body.jg-site-v3 textarea,
body.jg-site-v3 select {
    transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease, opacity 200ms ease;
}

body.jg-site-v3 a:focus-visible,
body.jg-site-v3 button:focus-visible,
body.jg-site-v3 summary:focus-visible,
body.jg-site-v3 input:focus-visible,
body.jg-site-v3 textarea:focus-visible,
body.jg-site-v3 select:focus-visible {
    outline: 3px solid rgba(0, 113, 227, .35);
    outline-offset: 3px;
}

body.jg-site-v3 .page-eyebrow,
body.jg-site-v3 .eyebrow,
body.jg-site-v3 .blog-eyebrow,
body.jg-site-v3 .about-label,
body.jg-site-v3 .product-info-label,
body.jg-site-v3 .section-label,
body.jg-site-v3 .contact-page-label {
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

/* Frosted navigation */
body.jg-site-v3 .site-header {
    min-height: 72px;
    background: rgba(255, 255, 255, .78);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .55);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
    backdrop-filter: saturate(180%) blur(22px);
}

body.jg-site-v3 .header-wrapper {
    min-height: 72px;
    padding: 10px 0;
    gap: 22px;
}

body.jg-site-v3 .logo a {
    color: var(--ink);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.045em;
}

body.jg-site-v3 .brand-name > span {
    color: var(--blue);
}

body.jg-site-v3 .brand-name i {
    width: 5px;
    height: 5px;
    background: var(--blue);
}

body.jg-site-v3 .brand-caption {
    margin-top: 3px;
    color: #86868b;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .17em;
}

body.jg-site-v3 .main-nav {
    gap: 4px;
}

body.jg-site-v3 .main-nav > a,
body.jg-site-v3 .nav-dropdown > a {
    padding: 8px 11px;
    border-radius: 999px;
    color: #424245;
    font-size: 13px;
    font-weight: 550;
}

body.jg-site-v3 .main-nav a:hover {
    color: var(--blue);
    background: rgba(0, 113, 227, .07);
}

body.jg-site-v3 .main-nav a.active {
    color: var(--blue);
    background: rgba(0, 113, 227, .1);
    text-decoration: none;
}

body.jg-site-v3 .nav-disclosure {
    width: 28px;
    height: 38px;
    border-radius: 50%;
    color: #424245;
}

body.jg-site-v3 .nav-disclosure:hover {
    background: rgba(0, 0, 0, .05);
}

body.jg-site-v3 .dropdown-menu {
    top: calc(100% + 8px);
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .14);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}

body.jg-site-v3 .dropdown-menu a {
    padding: 11px 13px;
    border-radius: 11px;
    color: #424245;
}

body.jg-site-v3 .dropdown-menu a:hover {
    color: var(--blue);
    background: var(--apple-soft-blue);
}

body.jg-site-v3 .header-btn,
body.jg-site-v3 .btn-main,
body.jg-site-v3 .product-inquiry-btn,
body.jg-site-v3 .quote-submit-btn,
body.jg-site-v3 .button-primary,
body.jg-site-v3 .thank-you-primary-btn {
    min-height: 46px;
    padding: 12px 22px;
    border: 1px solid var(--blue);
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
}

body.jg-site-v3 .header-btn:hover,
body.jg-site-v3 .btn-main:hover,
body.jg-site-v3 .product-inquiry-btn:hover,
body.jg-site-v3 .quote-submit-btn:hover,
body.jg-site-v3 .button-primary:hover,
body.jg-site-v3 .thank-you-primary-btn:hover {
    color: #fff;
    background: #0077ed;
    border-color: #0077ed;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 113, 227, .2);
}

body.jg-site-v3 .button-secondary,
body.jg-site-v3 .button-light,
body.jg-site-v3 .outline-button,
body.jg-site-v3 .about-btn,
body.jg-site-v3 .about-cta-btn,
body.jg-site-v3 .product-btn,
body.jg-site-v3 .thank-you-secondary-btn {
    min-height: 46px;
    padding: 12px 22px;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: var(--blue);
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
}

body.jg-site-v3 .button-secondary:hover,
body.jg-site-v3 .button-light:hover,
body.jg-site-v3 .outline-button:hover,
body.jg-site-v3 .about-btn:hover,
body.jg-site-v3 .about-cta-btn:hover,
body.jg-site-v3 .product-btn:hover,
body.jg-site-v3 .thank-you-secondary-btn:hover {
    color: #0077ed;
    background: #fff;
    border-color: rgba(0, 113, 227, .25);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

/* Shared page hero */
body.jg-site-v3 .page-title {
    padding: clamp(80px, 9vw, 120px) 0;
    border: 0;
    background:
        radial-gradient(circle at 50% -30%, rgba(0, 113, 227, .16), transparent 48%),
        linear-gradient(180deg, #fff 0%, var(--wash) 100%);
}

body.jg-site-v3 .page-title h1 {
    max-width: 920px;
    margin: 0 auto 24px;
    color: var(--ink);
    font-size: clamp(44px, 5.8vw, 72px);
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -.055em;
}

body.jg-site-v3 .page-title p:not(.page-eyebrow) {
    max-width: 720px;
    color: var(--muted);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.5;
}

body.jg-site-v3 .page-title .page-eyebrow::before {
    display: none;
}

/* Homepage */
body.jg-site-v3.jg-home-v2 .home-redesign .home-cover {
    min-height: max(620px, 42vw);
    margin: 16px;
    overflow: hidden;
    border-radius: var(--apple-radius-xl);
    border: 1px solid rgba(0, 0, 0, .06);
    background: #eef6fc;
    box-shadow: 0 6px 30px rgba(0, 0, 0, .04);
}

body.jg-site-v3.jg-home-v2 .home-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(245, 250, 255, .28) 0%, rgba(245, 250, 255, .06) 49%, transparent 70%);
}

body.jg-site-v3.jg-home-v2 .home-cover .hero-layout {
    z-index: 2;
}

body.jg-site-v3.jg-home-v2 .home-cover .hero-copy {
    width: min(49%, 580px);
    max-width: 580px;
    padding: clamp(28px, 3.2vw, 44px);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 28px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 24px 70px rgba(29, 29, 31, .1);
    -webkit-backdrop-filter: saturate(150%) blur(24px);
    backdrop-filter: saturate(150%) blur(24px);
}

body.jg-site-v3.jg-home-v2 .home-cover .hero-copy h1 {
    margin-bottom: 24px;
    color: var(--ink);
    font-size: clamp(42px, 4vw, 60px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.055em;
}

body.jg-site-v3.jg-home-v2 .home-cover .hero-copy h1 span {
    color: var(--blue);
}

body.jg-site-v3.jg-home-v2 .home-redesign .review-section {
    padding: clamp(76px, 8vw, 112px) 0;
}

body.jg-site-v3.jg-home-v2 .goldspear-intro-layout {
    gap: clamp(44px, 7vw, 90px);
}

body.jg-site-v3.jg-home-v2 .goldspear-intro-copy h2 {
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

body.jg-site-v3.jg-home-v2 .goldspear-intro-media img {
    border-radius: var(--apple-radius-xl);
    box-shadow: var(--apple-shadow);
}

body.jg-site-v3.jg-home-v2 .quote-band {
    margin: 0 16px;
    padding: clamp(60px, 7vw, 88px) 0;
    overflow: hidden;
    border-radius: var(--apple-radius-xl);
    background:
        radial-gradient(circle at 85% 20%, rgba(0, 113, 227, .42), transparent 34%),
        #1d1d1f;
}

body.jg-site-v3.jg-home-v2 .quote-band h2 {
    max-width: 780px;
    color: #f5f5f7;
    font-size: clamp(36px, 4.5vw, 58px);
}

body.jg-site-v3.jg-home-v2 .quote-band .button-light {
    flex-shrink: 0;
    color: var(--blue);
    background: #fff;
    border-color: transparent;
}

body.jg-site-v3.jg-home-v2 .section-heading {
    padding-top: 0;
    border-top: 0;
}

body.jg-site-v3.jg-home-v2 .industry-grid {
    gap: 22px;
}

body.jg-site-v3.jg-home-v2 .industry-card {
    overflow: hidden;
    border-radius: var(--apple-radius-lg);
    background: var(--wash);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

body.jg-site-v3.jg-home-v2 .industry-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--apple-shadow);
}

body.jg-site-v3.jg-home-v2 .industry-card > img {
    border-radius: 0;
}

body.jg-site-v3.jg-home-v2 .industry-card > div {
    padding: 24px;
}

body.jg-site-v3.jg-home-v2 .home-questions {
    background: var(--wash);
}

body.jg-site-v3.jg-home-v2 .review-faq {
    margin-bottom: 10px;
    padding: 0 20px;
    border: 0;
    border-radius: var(--apple-radius-md);
    background: #fff;
}

body.jg-site-v3.jg-home-v2 .review-faq:first-child {
    border-top: 0;
}

body.jg-site-v3.jg-home-v2 .review-faq summary {
    padding: 20px 34px 20px 0;
    font-weight: 600;
}

body.jg-site-v3.jg-home-v2 .review-faq summary::after {
    right: 2px;
    top: 19px;
}

body.jg-site-v3.jg-home-v2 .review-faq > p {
    padding-bottom: 22px;
}

body.jg-site-v3.jg-home-v2 .home-contact {
    background: #fff;
}

body.jg-site-v3.jg-home-v2 .contact-review-layout {
    padding: clamp(34px, 5vw, 64px);
    border-radius: var(--apple-radius-xl);
    background: var(--wash);
}

body.jg-site-v3.jg-home-v2 .review-form {
    padding: 30px;
    border: 0;
    border-radius: var(--apple-radius-lg);
    box-shadow: var(--apple-shadow);
}

/* Catalogue */
body.jg-site-v3 .products-list {
    padding: clamp(68px, 8vw, 100px) 0 0;
}

body.jg-site-v3 .products-list > .container > h2 {
    font-size: clamp(34px, 4vw, 50px);
}

body.jg-site-v3 .catalog-grid {
    gap: 28px;
}

body.jg-site-v3 .catalog-card {
    overflow: hidden;
    border: 0;
    border-radius: var(--apple-radius-xl);
    background: var(--wash);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

body.jg-site-v3 .catalog-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--apple-shadow-hover);
}

body.jg-site-v3 .catalog-image {
    padding: 28px;
    border: 0;
    background: #fbfbfd;
}

body.jg-site-v3 .catalog-image img {
    transition: transform 350ms cubic-bezier(.2, .8, .2, 1);
}

body.jg-site-v3 .catalog-card:hover .catalog-image img {
    transform: scale(1.025);
}

body.jg-site-v3 .catalog-content {
    padding: 34px;
}

body.jg-site-v3 .catalog-content h3 {
    font-size: clamp(25px, 2.6vw, 32px);
}

body.jg-site-v3 .catalog-specs > div,
body.jg-site-v3 .catalog-link {
    border-color: rgba(0, 0, 0, .08);
}

body.jg-site-v3 .catalog-help {
    margin: 62px 0;
    padding: clamp(32px, 5vw, 56px);
    border: 0;
    border-radius: var(--apple-radius-xl);
    background: linear-gradient(135deg, #eef7ff 0%, #f5f5f7 72%);
}

body.jg-site-v3 .seo-content .container {
    padding-top: 48px;
    border-color: rgba(0, 0, 0, .08);
}

/* Product detail */
body.jg-site-v3 .product-detail {
    padding: 38px 0 90px;
}

body.jg-site-v3 .main-product-image {
    padding: 28px;
    border: 0;
    border-radius: var(--apple-radius-xl);
    background: var(--wash);
}

body.jg-site-v3 .gallery-thumb {
    width: 72px;
    height: 72px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
}

body.jg-site-v3 .gallery-thumb:hover {
    border-color: rgba(0, 113, 227, .4);
    transform: translateY(-2px);
}

body.jg-site-v3 .gallery-thumb.active {
    border: 2px solid var(--blue);
    box-shadow: 0 0 0 3px rgba(0, 113, 227, .12);
}

body.jg-site-v3 .product-summary h1 {
    font-size: clamp(38px, 4.6vw, 58px);
    line-height: 1.04;
    letter-spacing: -.05em;
}

body.jg-site-v3 .product-meta {
    gap: 10px;
}

body.jg-site-v3 .meta-item {
    padding: 14px 16px;
    border: 0;
    border-radius: 14px;
    background: var(--wash);
}

body.jg-site-v3 .product-highlights > div {
    padding: 9px 14px;
    border-radius: 12px;
    background: var(--apple-soft-blue);
}

body.jg-site-v3 .product-section-nav {
    position: sticky;
    top: 82px;
    z-index: 30;
    gap: 6px;
    margin-bottom: 36px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

body.jg-site-v3 .product-section-nav a {
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 12px;
}

body.jg-site-v3 .product-section-nav a:hover {
    background: var(--apple-soft-blue);
}

body.jg-site-v3 .product-info-section,
body.jg-site-v3 .product-section {
    padding: 52px 0;
    border-color: rgba(0, 0, 0, .08);
}

body.jg-site-v3 .product-description-box,
body.jg-site-v3 .working-principle-box,
body.jg-site-v3 .product-application-box {
    padding: clamp(26px, 4vw, 42px);
    border-radius: var(--apple-radius-lg);
    background: var(--wash);
}

body.jg-site-v3 .product-gallery-card {
    padding: 14px;
    border: 0;
    border-radius: 20px;
    background: var(--wash);
}

body.jg-site-v3 .product-gallery-card img {
    border-radius: 12px;
}

body.jg-site-v3 .feature-list {
    gap: 14px;
}

body.jg-site-v3 .feature-box {
    padding: 20px 22px;
    border: 0;
    border-radius: var(--apple-radius-md);
    background: var(--wash);
}

body.jg-site-v3 .technical-table {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .07);
}

body.jg-site-v3 .technical-table th,
body.jg-site-v3 .technical-table td {
    border-color: rgba(0, 0, 0, .07);
}

body.jg-site-v3 .product-faq-item {
    margin-bottom: 10px;
    padding: 0 20px;
    border: 0;
    border-radius: var(--apple-radius-md);
    background: var(--wash);
}

body.jg-site-v3 .product-faq-item:first-child {
    border-top: 0;
}

body.jg-site-v3 .product-faq-item summary {
    padding: 20px 36px 20px 0;
}

body.jg-site-v3 .inquiry-section {
    margin-top: 54px;
    padding: clamp(28px, 5vw, 52px);
    border: 0;
    border-radius: var(--apple-radius-xl);
    background: var(--wash);
}

/* About */
body.jg-site-v3 .about-introduction {
    padding: clamp(68px, 8vw, 104px) 0 44px;
}

body.jg-site-v3 .about-introduction-image img {
    border-radius: var(--apple-radius-xl);
    box-shadow: var(--apple-shadow);
}

body.jg-site-v3 .factory-gallery-item {
    overflow: hidden;
    border-radius: 20px;
}

body.jg-site-v3 .about-capabilities {
    background: var(--wash);
}

body.jg-site-v3 .about-capability-grid {
    gap: 18px;
}

body.jg-site-v3 .about-capability-card {
    padding: 28px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
}

body.jg-site-v3 .about-capability-card::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 26px;
    margin-bottom: 22px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--apple-soft-blue);
}

body.jg-site-v3 .about-industry-item {
    padding: 24px 16px;
    border: 0;
    border-radius: var(--apple-radius-md);
    background: var(--wash);
}

body.jg-site-v3 .about-cta {
    margin: 0 16px 16px;
    padding: clamp(68px, 8vw, 100px) 0;
    overflow: hidden;
    border-radius: var(--apple-radius-xl);
    background:
        radial-gradient(circle at 85% 15%, rgba(0, 113, 227, .48), transparent 34%),
        #1d1d1f;
}

/* Contact and forms */
body.jg-site-v3 .contact-page {
    padding: clamp(68px, 8vw, 100px) 0;
}

body.jg-site-v3 .contact-page-info {
    padding: clamp(30px, 4vw, 46px);
    border-radius: var(--apple-radius-xl);
    background:
        radial-gradient(circle at 95% 5%, rgba(0, 113, 227, .45), transparent 42%),
        #1d1d1f;
}

body.jg-site-v3 .contact-page-form {
    padding: clamp(28px, 4vw, 44px);
    border-radius: var(--apple-radius-xl);
    background: #fff;
    box-shadow: var(--apple-shadow);
}

body.jg-site-v3 .quote-form input:not([type=hidden]),
body.jg-site-v3 .quote-form textarea,
body.jg-site-v3.jg-home-v2 .review-form input:not([type=hidden]),
body.jg-site-v3.jg-home-v2 .review-form textarea {
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: var(--wash);
    color: var(--ink);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .04);
}

body.jg-site-v3 .quote-form input:not([type=hidden]):focus,
body.jg-site-v3 .quote-form textarea:focus,
body.jg-site-v3.jg-home-v2 .review-form input:not([type=hidden]):focus,
body.jg-site-v3.jg-home-v2 .review-form textarea:focus {
    border-color: var(--blue);
    background: #fff;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, .12);
}

body.jg-site-v3 .form-error {
    border: 0;
    border-radius: 14px;
}

/* Knowledge center */
body.jg-site-v3 .blog-section {
    padding-bottom: 100px;
    background:
        radial-gradient(circle at 50% 0, rgba(0, 113, 227, .13), transparent 32%),
        var(--wash);
}

body.jg-site-v3 .blog-hero {
    padding: clamp(76px, 8vw, 112px) 0 58px;
}

body.jg-site-v3 .blog-hero h1 {
    font-size: clamp(44px, 5.8vw, 72px);
    line-height: 1.03;
    letter-spacing: -.055em;
}

body.jg-site-v3 .blog-grid {
    gap: 24px;
}

body.jg-site-v3 .blog-card {
    overflow: hidden;
    border: 0;
    border-radius: var(--apple-radius-lg);
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

body.jg-site-v3 .blog-card:hover {
    border: 0;
    transform: translateY(-6px);
    box-shadow: var(--apple-shadow-hover);
}

body.jg-site-v3 .blog-card-media {
    background: #eaf4ff;
}

body.jg-site-v3 .blog-card-content {
    padding: 28px;
}

body.jg-site-v3 .blog-category-badge {
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--apple-soft-blue);
    color: var(--blue);
}

body.jg-site-v3 .blog-pagination a {
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

body.jg-site-v3 .blog-article {
    padding: 38px 0 100px;
}

body.jg-site-v3 .blog-article-header {
    max-width: 920px;
    margin: 0 auto;
    padding: 38px 0 32px;
    text-align: center;
}

body.jg-site-v3 .blog-article h1 {
    font-size: clamp(42px, 5.4vw, 68px);
    line-height: 1.04;
    letter-spacing: -.055em;
}

body.jg-site-v3 .blog-article .blog-meta {
    justify-content: center;
}

body.jg-site-v3 .blog-cover {
    margin-bottom: 58px;
    border-radius: var(--apple-radius-xl);
    box-shadow: var(--apple-shadow);
}

body.jg-site-v3 .blog-toc {
    top: 100px;
    padding: 18px;
    border: 0;
    border-radius: var(--apple-radius-md);
    background: var(--wash);
}

body.jg-site-v3 .blog-body {
    font-size: 18px;
    line-height: 1.78;
}

body.jg-site-v3 .blog-body h2 {
    font-size: clamp(30px, 3vw, 38px);
}

body.jg-site-v3 .blog-body blockquote {
    padding: 24px 26px;
    border: 0;
    border-radius: 18px;
    background: var(--apple-soft-blue);
}

body.jg-site-v3 .blog-body figure img,
body.jg-site-v3 .more-article-image {
    border-radius: 20px;
}

body.jg-site-v3 .blog-cta {
    padding: 34px;
    border: 0;
    border-radius: var(--apple-radius-lg);
    background: linear-gradient(135deg, #eef7ff, var(--wash));
}

body.jg-site-v3 .post-navigation a,
body.jg-site-v3 .more-articles-grid article {
    border: 0;
    border-radius: 20px;
    background: var(--wash);
}

/* Footer and utility pages */
body.jg-site-v3 .site-footer {
    padding: 64px 0 30px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    background: var(--wash);
    color: #424245;
}

body.jg-site-v3 .footer-column h2,
body.jg-site-v3 .footer-column h3,
body.jg-site-v3 .footer-column strong {
    color: var(--ink);
}

body.jg-site-v3 .footer-column p,
body.jg-site-v3 .footer-column a,
body.jg-site-v3 .footer-bottom p {
    color: #6e6e73;
}

body.jg-site-v3 .footer-column a:hover {
    color: var(--blue);
}

body.jg-site-v3 .footer-bottom {
    border-color: rgba(0, 0, 0, .09);
}

body.jg-site-v3 .whatsapp-btn {
    right: 18px;
    bottom: 18px;
    min-height: 44px;
    padding: 11px 17px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

body.jg-site-v3 .not-found-section,
body.jg-site-v3 .thank-you-section {
    background:
        radial-gradient(circle at 50% 0, rgba(0, 113, 227, .12), transparent 44%),
        var(--wash);
}

body.jg-site-v3 .not-found-card,
body.jg-site-v3 .thank-you-card {
    padding: clamp(34px, 6vw, 64px);
    border: 0;
    border-radius: var(--apple-radius-xl);
    background: #fff;
    box-shadow: var(--apple-shadow);
}

body.jg-site-v3 .thank-you-icon {
    border-radius: 50%;
    background: var(--apple-soft-blue);
    color: var(--blue);
}

@media (max-width: 1100px) {
    body.jg-site-v3 .main-nav {
        gap: 0;
    }

    body.jg-site-v3 .main-nav > a,
    body.jg-site-v3 .nav-dropdown > a {
        padding-inline: 8px;
    }
}

@media (max-width: 980px) {
    body.jg-site-v3 .container {
        width: calc(100% - 40px);
    }

    body.jg-site-v3 .header-wrapper {
        min-height: 68px;
    }

    body.jg-site-v3 .main-nav {
        top: 100%;
        padding: 14px 20px 22px;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
        -webkit-backdrop-filter: blur(24px);
        backdrop-filter: blur(24px);
    }

    body.jg-site-v3 .main-nav > a,
    body.jg-site-v3 .nav-dropdown > a {
        padding: 13px 14px;
        border-radius: 12px;
    }

    body.jg-site-v3 .dropdown-menu {
        margin-bottom: 8px;
        border-radius: 14px;
        background: var(--wash);
        box-shadow: none;
    }

    body.jg-site-v3 .about-capability-grid {
        gap: 16px;
    }
}

@media (max-width: 768px) {
    body.jg-site-v3 .container {
        width: calc(100% - 32px);
    }

    body.jg-site-v3 .logo a {
        font-size: 22px;
    }

    body.jg-site-v3 .page-title {
        padding: 64px 0 70px;
    }

    body.jg-site-v3 .page-title h1 {
        font-size: clamp(40px, 11vw, 54px);
        letter-spacing: -.05em;
    }

    body.jg-site-v3.jg-home-v2 .home-redesign .home-cover {
        min-height: 0;
        margin: 8px;
        border-radius: 24px;
    }

    body.jg-site-v3.jg-home-v2 .home-cover::after {
        background: linear-gradient(180deg, rgba(245, 250, 255, .16), transparent 52%);
    }

    body.jg-site-v3.jg-home-v2 .home-cover .hero-layout {
        padding: 20px 0 14px;
    }

    body.jg-site-v3.jg-home-v2 .home-cover .hero-copy {
        width: 100%;
        max-width: none;
        padding: 26px;
        border-radius: 22px;
    }

    body.jg-site-v3.jg-home-v2 .home-cover .hero-copy h1 {
        font-size: clamp(38px, 11vw, 50px);
    }

    body.jg-site-v3.jg-home-v2 .quote-band,
    body.jg-site-v3 .about-cta {
        margin-inline: 8px;
        border-radius: 24px;
    }

    body.jg-site-v3.jg-home-v2 .contact-review-layout {
        padding: 28px;
        border-radius: 24px;
    }

    body.jg-site-v3.jg-home-v2 .industry-card,
    body.jg-site-v3 .catalog-card,
    body.jg-site-v3 .contact-page-info,
    body.jg-site-v3 .contact-page-form,
    body.jg-site-v3 .main-product-image,
    body.jg-site-v3 .inquiry-section,
    body.jg-site-v3 .blog-cover,
    body.jg-site-v3 .not-found-card,
    body.jg-site-v3 .thank-you-card {
        border-radius: 22px;
    }

    body.jg-site-v3 .catalog-content {
        padding: 26px;
    }

    body.jg-site-v3 .catalog-help {
        padding: 28px;
        border-radius: 22px;
    }

    body.jg-site-v3 .product-summary h1,
    body.jg-site-v3 .blog-article h1 {
        font-size: clamp(36px, 10vw, 48px);
    }

    body.jg-site-v3 .product-section-nav {
        top: 76px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.jg-site-v3 .product-section-nav a {
        white-space: nowrap;
    }

    body.jg-site-v3 .blog-article-header {
        padding-top: 20px;
        text-align: left;
    }

    body.jg-site-v3 .blog-article .blog-meta {
        justify-content: flex-start;
    }

    body.jg-site-v3 .blog-toc {
        border: 0;
        border-radius: 16px;
    }

    body.jg-site-v3 .site-footer {
        padding-bottom: 82px;
    }
}

@media (max-width: 480px) {
    body.jg-site-v3 .container {
        width: calc(100% - 28px);
    }

    body.jg-site-v3 .header-wrapper > .header-btn {
        min-height: 40px;
        padding: 9px 12px;
        font-size: 11px;
    }

    body.jg-site-v3.jg-home-v2 .home-cover .hero-copy {
        padding: 22px;
    }

    body.jg-site-v3.jg-home-v2 .contact-review-layout,
    body.jg-site-v3.jg-home-v2 .review-form,
    body.jg-site-v3 .contact-page-form,
    body.jg-site-v3 .contact-page-info {
        padding: 22px;
    }

    body.jg-site-v3 .about-capability-card {
        padding: 24px;
        border: 0;
    }

    body.jg-site-v3 .technical-table th,
    body.jg-site-v3 .technical-table td {
        padding: 13px 11px;
    }
}

@media (hover: hover) and (pointer: fine) {
    body.jg-site-v3 .factory-gallery-item img,
    body.jg-site-v3 .product-gallery-card img,
    body.jg-site-v3 .more-article-image img {
        transition: transform 350ms cubic-bezier(.2, .8, .2, 1);
    }

    body.jg-site-v3 .factory-gallery-item:hover img,
    body.jg-site-v3 .product-gallery-card:hover img,
    body.jg-site-v3 .more-articles-grid article:hover .more-article-image img {
        transform: scale(1.025);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.jg-site-v3 *,
    body.jg-site-v3 *::before,
    body.jg-site-v3 *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
