@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');
/**
 * Torch Systems Hardware Page Style — Single Product
 * Full-page immersive scroll experience
 * Dark hero → Feature headline → Interactive breakdown → Feature cards → Credibility → CTA
 */

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes pocFadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pocFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pocSlideInLeft {
    from { opacity: 0; transform: translateX(-60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes pocSlideInRight {
    from { opacity: 0; transform: translateX(60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes pocPulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.05); opacity: 0.3; }
}

@keyframes pocDotPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(232, 98, 42, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(232, 98, 42, 0); }
}

/* Reveal on scroll */
.poc-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 1s cubic-bezier(0.05, 0.8, 0.2, 1);
}

.poc-reveal.poc-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Special reveal rules for callouts so we don't overwrite their centering transforms */
.torch-callout.poc-reveal {
    transform: translate(-50%, calc(-50% + 30px));
}
.torch-callout.poc-reveal.poc-visible {
    transform: translate(-50%, -50%);
}
.torch-callout-right.poc-reveal {
    transform: translate(50%, calc(-50% + 30px));
}
.torch-callout-right.poc-reveal.poc-visible {
    transform: translate(50%, -50%);
}

/* Slide-in reveal — images slide in from left/right on scroll */
.poc-slide-in {
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 1.5s cubic-bezier(0.02, 0.6, 0.15, 1);
}

.poc-slide-in.poc-slide-up {
    transform: translateY(100px);
}

.poc-slide-in.poc-slide-left {
    transform: translateX(-200px);
}

.poc-slide-in.poc-slide-right {
    transform: translateX(200px);
}

.poc-slide-in.poc-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Fade-in classes for hero */
.poc-fade-in {
    opacity: 0;
    animation: pocFadeInUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.poc-delay-1 { animation-delay: 0.2s; }
.poc-delay-2 { animation-delay: 0.4s; }
.poc-delay-3 { animation-delay: 0.6s; }
.poc-delay-4 { animation-delay: 1s; }

/* ============================================
   HIDE THEME ELEMENTS ON TORCH PRODUCT PAGE
   ============================================ */


/* Hide the theme's breadcrumb / page-header bar */
body.poc-industrial .page-header,
body.poc-industrial .entry-header,
body.poc-industrial .ast-breadcrumbs-wrapper,
body.poc-industrial .breadcrumb-wrapper,
body.poc-industrial .page-title-wrap,
body.poc-industrial .page-title-bar,
body.poc-industrial .title-bar,
body.poc-industrial .elementor-page-title,
body.poc-industrial .woocommerce-breadcrumb,
body.poc-industrial nav.woocommerce-breadcrumb,
body.poc-industrial .fusion-page-title-bar,
body.poc-industrial .site-breadcrumbs,
body.poc-industrial .hestia-title,
body.poc-industrial .storefront-breadcrumb,
body.poc-industrial .starter-page-header,
body.poc-industrial .starter-breadcrumbs,
body.single-product .page-header,
body.single-product .starter-page-header,
body.single-product .starter-breadcrumbs,
body.single-product .breadcrumb-wrapper,
body.single-product .page-title-bar {
    display: none !important;
}

/* ============================================
   CONTAINER
   ============================================ */
.torch-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

/* ============================================
   GLOBAL COLOR OVERRIDES — theme-proof
   These use high-specificity selectors with !important
   to prevent WooCommerce / theme CSS from leaking in.
   ============================================ */

/* Dark sections: hero, feature-headline, breakdown, specs */
.poc-torch-product .torch-hero,
.poc-torch-product .torch-feature-headline,
.poc-torch-product .torch-breakdown,
.poc-torch-product .torch-specs {
    background-color: #2A2D32 !important;
    color: #fff !important;
}

.poc-torch-product .torch-hero *,
.poc-torch-product .torch-feature-headline *,
.poc-torch-product .torch-breakdown *,
.poc-torch-product .torch-specs * {
    color: inherit;
}

/* Light sections: features, credibility, CTA */
.poc-torch-product .torch-features,
.poc-torch-product .torch-credibility,
.poc-torch-product .torch-cta {
    background-color: #E2E2E4 !important;
    color: #333 !important;
}

/* Reset any theme box-shadow, border, background on inner elements */
.poc-torch-product section,
.poc-torch-product section > div {
    box-shadow: none;
    border: none;
}

/* Force font family everywhere */
.poc-torch-product,
.poc-torch-product * {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* Nuke any WooCommerce / theme margins / padding on the wrapper */
.poc-torch-product {
    margin: 0 !important;
    padding: 0 !important;
    background: #2A2D32 !important;
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
}

/* Kill any theme content wrappers that add unwanted padding */
.poc-torch-product .entry-content,
.poc-torch-product .post-content,
.poc-torch-product .site-content,
.poc-torch-product article {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    background: transparent !important;
}

/* ============================================
   ACCENT — hardcoded for both dark and light bgs
   ============================================ */
.torch-accent {
    color: #FF4D22 !important;
}

.torch-accent-label {
    color: #FF4D22 !important;
    font-size: 16px;
    font-weight: 600;
}

/* ============================================
   SECTION 1: HERO
   ============================================ */
.torch-hero {
    background: #2A2D32 !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 80px 40px 40px;
}

.torch-hero-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

/* Title wrap — horizontal layout: "Smarter [product] Sensing" */
.torch-hero-title-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.torch-hero-title-left,
.torch-hero-title-right {
    font-size: clamp(48px, 8vw, 120px) !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    position: relative;
    z-index: 60;   /* titles sit ABOVE the sticky 3D model */
}
.torch-hero-title-right{
	color: #FF4D22 !important
}
/* Product + right title sit in a row */
.torch-hero-product-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 80px 0;
    z-index: 20;
}

.torch-hero-product-img {
    width: clamp(200px, 28vw, 380px);
    height: clamp(260px, 38vw, 480px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.torch-hero-product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,0.5));
}

.torch-hero-product-img .poc-3d-viewer {
    width: 100%;
    height: 100%;
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.torch-hero-product-img .poc-3d-viewer model-viewer {
    background-color: transparent !important;
    --poster-color: transparent;
}

.poc-sticky-model .poc-3d-viewer {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.poc-sticky-model .poc-3d-viewer model-viewer {
    background-color: transparent !important;
    --poster-color: transparent;
}

.torch-hero-badge {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #b8d935 !important;
    color: #000 !important;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(184, 217, 53, 0.4);
    white-space: nowrap;
	display: none;
}

/* ============================================
   STICKY 3-D MODEL
   JS toggles between three states:
     default  — sits in normal flow (hidden, 0-height)
     .is-fixed  — position:fixed, centered on screen
     .is-absolute — parked at the bottom of the sticky zone
   ============================================ */
.poc-sticky-model {
    /* default: collapsed out of flow, JS will position it */
    position: absolute;
    width: clamp(420px, 55vw, 800px);
    height: clamp(480px, 60vw, 850px);
    z-index: 20;    /* below hero titles (z-index:60) but above other content */
    pointer-events: none;          /* let clicks pass through to callouts */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease;
}

.poc-sticky-model > * {
    pointer-events: auto;          /* re-enable on children (model-viewer) */
}

.poc-sticky-model.is-fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.poc-sticky-model.is-absolute {
    position: absolute;
}

.poc-sticky-model.is-breakdown {
    position: absolute;
    z-index: 25;       /* above breakdown content so model stays interactive */
    pointer-events: auto;
    transition: opacity 0.4s ease, top 0.3s ease;
}

/* Spacer keeps the hero title layout intact */
.poc-sticky-model-spacer {
/*     width: clamp(200px, 28vw, 380px); */
    height: clamp(260px, 38vw, 480px);
    flex-shrink: 0;
}

/* Mobile-only hero product image (static, shown instead of 3D model) */
.torch-hero-mobile-img {
    display: none;
}

/* Disable fixed behavior on small screens */
@media (max-width: 767px) {
    /* Hide sticky model from hero flow — it gets moved to breakdown by JS */
    .poc-page > .poc-sticky-model {
        display: none !important;
    }
    /* When model is inside breakdown, show it */
    .torch-breakdown-product .poc-sticky-model {
        display: flex !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        max-height: 320px !important;
        z-index: 5;
        pointer-events: auto;
        align-items: center;
        justify-content: center;
    }
    .poc-sticky-model .torch-hero-product-img {
        width: 70vw !important;
        height: 70vw !important;
        max-width: 300px !important;
        max-height: 300px !important;
        margin: 0 auto;
    }
    .torch-breakdown-product .poc-sticky-model .poc-3d-viewer {
        width: 100% !important;
        height: 280px !important;
    }
    .torch-breakdown-product .poc-sticky-model .poc-3d-viewer model-viewer {
        width: 100% !important;
        height: 280px !important;
    }
    .poc-sticky-model-spacer {
        display: none;
    }
    /* Collapse breakdown section to fit content */
    .torch-breakdown {
        padding: 30px 0 !important;
        overflow: hidden !important;
    }
    .torch-breakdown-inner {
        min-height: auto !important;
        flex-direction: column !important;
        position: relative !important;
    }
    .torch-breakdown-product {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
    }
    .torch-breakdown-bottom {
        position: relative !important;
        bottom: auto !important;
        padding: 16px 20px !important;
    }
    /* Show mobile-only static hero image */
    .torch-hero-mobile-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60vw;
        height: 60vw;
        max-width: 260px;
        max-height: 260px;
        margin: 0 auto;
    }
    .torch-hero-mobile-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4));
    }
}

/* Placeholder device SVG */
.torch-placeholder-device {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.torch-placeholder-device svg {
    width: 80%;
    height: 80%;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
}

.torch-placeholder-sm svg {
    width: 70%;
    height: 70%;
}

/* Hero side texts */
.torch-hero-sides {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    padding: 0 20px;
    position: relative;
    z-index: 60;   /* above the 3D model */
}

.torch-hero-side-left {
    text-align: left;
    max-width: 400px;
}

.torch-side-asterisk {
    color: #FF4D22 !important;
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

.torch-side-text {
    font-size: 18px !important;
    color: #aaa !important;
    line-height: 1.5;
    font-weight: 300;
}

.torch-hero-side-right {
    text-align: right;
}

.torch-side-highlight {
    font-size: 16px !important;
    color: #aaa !important;
    font-weight: 400;
}

/* Scroll hint */
.torch-scroll-hint {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 13px;
    color: #666;
    letter-spacing: 0.5px;
    z-index: 60;
}
gy
/* ============================================
   SECTION 2: FEATURE HEADLINE
   ============================================ */
.torch-feature-headline {
    background: #2A2D32 !important;
    padding: 120px 0;
    text-align: center;
}

.torch-headline-text {
    font-size: clamp(32px, 5vw, 72px) !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto !important;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background: transparent !important;
}

.torch-headline-text .torch-accent {
    font-weight: 400;
}

/* ============================================
   SECTION 3: INTERACTIVE BREAKDOWN
   ============================================ */
.torch-breakdown {
    background: #2A2D32 !important;
    padding: 120px 0 100px;
    position: relative;
    overflow: visible;
}

.torch-breakdown-inner {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product center with circle */
.torch-breakdown-product {
    position: relative;
    z-index: 2;
    width: 520px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.torch-breakdown-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.12);
    z-index: 1;
}

/* Cursor-following arc glow on the circle edge — thin arc matching circle stroke */
.torch-breakdown-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: conic-gradient(
        from var(--glow-angle, 0deg),
        transparent 0deg,
        rgba(184, 217, 53, 0.1) 10deg,
        rgba(255, 77, 34, 0.6) 25deg,
        rgba(255, 140, 50, 0.8) 30deg,
        rgba(255, 77, 34, 0.6) 35deg,
        rgba(184, 217, 53, 0.1) 50deg,
        transparent 60deg
    );
    -webkit-mask: radial-gradient(circle, transparent 95%, black 96%, black 100%);
    mask: radial-gradient(circle, transparent 95%, black 96%, black 100%);
    pointer-events: none;
    transition: --glow-angle 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: blur(3px);
}

@property --glow-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.torch-breakdown-img {
    position: relative;
    width: 400px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.torch-breakdown-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 40px rgba(0,0,0,0.3));
}

.torch-breakdown-img .poc-3d-viewer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.torch-breakdown-img model-viewer {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent !important;
    --poster-color: transparent;
}

/* Hide the drag hint in breakdown — cursor-follow handles rotation */
.torch-breakdown-img .poc-3d-controls {
    display: none;
}

/* Callout lines */
.torch-callouts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 4;
}

.torch-callout {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0;
    pointer-events: auto;
    /* Center the callout point exactly on the coordinates */
    transform: translate(-50%, -50%);
}

/* Adjust transform for right-side callouts since they flow backwards */
.torch-callout-right {
    flex-direction: row-reverse;
    transform: translate(50%, -50%);
}

/* Callout positions — 3 rows of 2 around center product */
/* Coordinates are percentages of .torch-breakdown-inner */
.torch-callout-pos-0 { left: 8%;  top: 18%; }
.torch-callout-pos-1 { right: 8%;  top: 18%; }
.torch-callout-pos-2 { left: 2%;  top: 45%; }
.torch-callout-pos-3 { right: 2%;  top: 45%; }
.torch-callout-pos-4 { left: 2%;  top: 72%; }
.torch-callout-pos-5 { right: 2%;  top: 72%; }
.torch-callout-pos-6 { left: 8%;  top: 92%; }
.torch-callout-pos-7 { right: 8%;  top: 92%; }

.torch-callout-label {
    font-size: 15px;
    color: #aaa;
/*     white-space: nowrap; */
	width: 200px;
    font-weight: 300;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.torch-callout:hover .torch-callout-label,
.torch-callout-active .torch-callout-label {
    color: #FF4D22;
    font-weight: 500;
}

.torch-callout-path {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 12px;
}

.torch-callout-line-h {
    display: block;
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,0.15);
    transition: background 0.3s ease;
}

.torch-callout-line-d {
    display: block;
    width: 80px;
    height: 1px;
    background: rgba(255,255,255,0.15);
    transform-origin: left center;
    transition: background 0.3s ease;
}

/* Angles for left vs right */
.torch-callout-left .torch-callout-line-d {
    transform: rotate(30deg);
}

.torch-callout-right .torch-callout-path {
    flex-direction: row-reverse;
}

.torch-callout-right .torch-callout-line-d {
    transform-origin: right center;
    transform: rotate(-30deg);
}

/* Specific angles based on positions to point towards the center product */
.torch-callout-pos-0 .torch-callout-line-d { transform: rotate(40deg); width: 100px; }
.torch-callout-pos-1 .torch-callout-line-d { transform: rotate(-40deg); width: 100px; }
.torch-callout-pos-2 .torch-callout-line-d { transform: rotate(10deg); width: 90px; }
.torch-callout-pos-3 .torch-callout-line-d { transform: rotate(-10deg); width: 90px; }
.torch-callout-pos-4 .torch-callout-line-d { transform: rotate(-10deg); width: 90px; }
.torch-callout-pos-5 .torch-callout-line-d { transform: rotate(10deg); width: 90px; }
.torch-callout-pos-6 .torch-callout-line-d { transform: rotate(-40deg); width: 100px; }
.torch-callout-pos-7 .torch-callout-line-d { transform: rotate(40deg); width: 100px; }

/* Active states for lines */
.torch-callout-active .torch-callout-line-h,
.torch-callout-active .torch-callout-line-d {
    background: #FF4D22;
}

.torch-callout-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px dashed rgba(255, 77, 34, 0.3);
    flex-shrink: 0;
    transition: all 0.3s ease;
    animation: pocDotPulse 3s ease-in-out infinite;
    position: relative;
}

.torch-callout-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: rgba(255, 77, 34, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.torch-callout-active .torch-callout-dot {
    border-color: #FF4D22;
    border-style: solid;
}

.torch-callout-active .torch-callout-dot::after {
    background: #FF4D22;
    width: 6px;
    height: 6px;
    box-shadow: 0 0 8px rgba(255, 77, 34, 0.6);
}





/* Bottom breakdown */
.torch-breakdown-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 60px;
}

.torch-breakdown-desc {
    max-width: 340px;
    background: rgba(26, 29, 32, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

.torch-breakdown-desc p {
    font-size: 15px;
    color: #fff !important;
    line-height: 1.6;
    margin: 0;
}

.torch-breakdown-bottom-label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.torch-breakdown-bottom-label::before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #FF4D22;
}

/* ============================================
   SECTION 4: TECHNICAL SPECS
   ============================================ */
.torch-specs {
    background: #242730 !important;
    padding: 100px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.torch-section-title {
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #fff !important;
    margin-bottom: 60px !important;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.torch-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.torch-spec-group {
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.torch-spec-heading {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #e0e0e0 !important;
    margin-bottom: 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.torch-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.torch-spec-row:last-child {
    border-bottom: none;
}

.torch-spec-key {
    font-size: 14px;
    color: #888 !important;
    flex-shrink: 0;
    margin-right: 16px;
}

.torch-spec-val {
    font-size: 14px;
    color: #00d4ff !important;
    font-family: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;
    text-align: right;
}

.torch-datasheet {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.torch-datasheet-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #00d4ff !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.torch-datasheet-link:hover {
    color: #FF4D22 !important;
}

/* ============================================
   SECTION 5: FEATURE CARDS — BENTO GRID
   Light background — all colors must be hardcoded.
   Cards slide in from left/right on scroll.
   Skewed cards for a dynamic, modern look.
   ============================================ */
.torch-features {
    background: #E2E2E4 !important;
    padding: 100px 0 !important;
    color: #333 !important;
}

.torch-features *,
.torch-features *::before,
.torch-features *::after {
    color: #333 !important;
    border-color: rgba(0,0,0,0.08) !important;
}

/* Feature rows — 3-column layout with alternating pattern */
.torch-features-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px !important;
}

/* Each row is a 3-column sub-grid row */
.torch-feature-row {
    display: contents;
}

.torch-feature-card {
    border-radius: 24px !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
    min-height: auto !important;
    background: #ffffff00 !important;
    border: none !important;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.5s ease !important;
}

.torch-feature-card:hover {
    transform: scale(1.02) !important;
}

/* Empty spacer cell */
.torch-card-empty {
    background: transparent !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
}

/* Text-only card (white bg) */
.torch-card-text-only {
    background: #fff !important;
    padding: 80px 56px !important;
    display: flex !important;
    align-items: flex-start !important;
    aspect-ratio: 1 / 1 !important;
    min-height: auto !important;
}

.torch-card-content {
    width: 100% !important;
}

.torch-card-title {
    font-size: clamp(24px, 2.8vw, 36px) !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #FF4D22 !important;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 5s cubic-bezier(0.05, 0.8, 0.2, 1);
}

.torch-card-title.poc-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Card description text */
.torch-card-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    margin-top: auto !important;
    padding-top: 24px !important;
    font-weight: 400 !important;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s,
                transform 5s cubic-bezier(0.05, 0.8, 0.2, 1) 0.8s;
}

.torch-card-desc.poc-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Text card with description — space heading at top, description at bottom */
.torch-card-text-only .torch-card-content {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Image card */
.torch-card-with-image {
    position: relative !important;
    padding: 0 !important;
}

.torch-card-image {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 24px !important;
}

.torch-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 24px !important;
    transition: transform 0.6s ease !important;
    display: block !important;
}

.torch-card-with-image:hover .torch-card-image img {
    transform: scale(1.05) !important;
}

/* Slide-in animations for feature cards */
.torch-feature-card.poc-slide-in.poc-visible {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* ============================================
   SECTION 6: CREDIBILITY
   Light background — hardcoded colors
   ============================================ */
.torch-credibility {
    background: #E2E2E4 !important;
    padding: 100px 0 80px !important;
    color: #333 !important;
}

.torch-credibility *,
.torch-credibility *::before,
.torch-credibility *::after {
    border-color: rgba(0,0,0,0.08) !important;
}



.torch-cred-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 60px;
}

.torch-cred-title{
    font-size: clamp(36px, 5vw, 56px) !important;
    font-weight: 700 !important;
    color: #333 !important;
    line-height: 1.1 !important;
    margin-bottom: 24px !important;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background: transparent !important;
}

.torch-cred-asterisk {
    display: block;
    color: #FF4D22 !important;
    font-size: 32px;
    margin-bottom: 16px;
}

.torch-cred-text {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.7;
    max-width: 480px;
}

.torch-cred-card {
    background: #fff !important;
    padding: 40px;
    border-radius: 32px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.06);
}

.torch-cred-card h3 {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
    line-height: 1.3;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    color: #FF4D22 !important;
}

.torch-cred-card p {
    font-size: 15px !important;
    color: #555 !important;
    line-height: 1.7;
}

/* Application tags */
.torch-app-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.torch-app-tag {
    display: inline-block;
    background: #FF4D22 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.torch-app-tag:hover {
    background: #1976D2 !important;
    transform: translateY(-2px);
}

/* ============================================
   SECTION 7: CTA
   Light background — hardcoded colors
   ============================================ */
.torch-cta {
    background: #E2E2E4 !important;
    padding: 120px 0;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.torch-cta-title {
    font-size: clamp(48px, 8vw, 100px) !important;
    font-weight: 700 !important;
    color: #333 !important;
    line-height: 1 !important;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background: transparent !important;
}

.torch-cta-title .torch-accent {
    color: #FF4D22 !important;
}

.torch-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #8a9099 !important;
    color: #fff !important;
    margin-left: 16px;
    vertical-align: middle;
    transition: background 0.3s ease, transform 0.3s ease;
    text-decoration: none !important;
}

.torch-cta-arrow:hover {
    background: #FF4D22 !important;
    transform: scale(1.1);
}

.torch-cta-arrow svg {
    color: #fff !important;
    stroke: #fff !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .torch-container {
        padding: 0 32px;
    }

    .torch-hero {
        padding: 60px 24px 40px;
        min-height: auto;
    }

    .torch-hero-title-left,
    .torch-hero-title-right {
        font-size: clamp(36px, 6vw, 80px) !important;
    }

    .torch-hero-product-img {
        width: clamp(160px, 25vw, 300px);
        height: clamp(200px, 35vw, 380px);
    }

    .torch-breakdown-product {
        width: 400px;
        height: 400px;
    }

    .torch-breakdown-img {
        width: 220px;
        height: 300px;
    }

    .torch-callout-label {
        font-size: 13px;
    }

    .torch-callout-line {
        width: 80px;
    }

    .torch-features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .torch-card-empty {
        display: none !important;
    }

    .torch-breakdown {
        padding: 80px 0 60px;
    }

    .torch-breakdown-inner {
        min-height: auto;
    }

    .torch-section-title {
        font-size: 28px !important;
    }

    .torch-feature-headline {
        padding: 80px 0;
    }

    .torch-specs {
        padding: 80px 0;
    }

    .torch-credibility {
        padding: 80px 0 60px !important;
    }

    .torch-cred-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .torch-cta {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .torch-container {
        padding: 0 20px;
    }

    .torch-hero {
        padding: 40px 16px 30px;
    }

    .torch-hero-title-left,
    .torch-hero-title-right {
        font-size: clamp(28px, 8vw, 48px) !important;
    }

    .torch-hero-product-center {
        flex-direction: column;
    }

    .torch-hero-sides {
        flex-direction: column;
        gap: 20px;
    }

    .torch-hero-side-right {
        text-align: left;
    }

    .torch-scroll-hint {
        display: none;
    }

    .torch-feature-headline {
        padding: 60px 0;
    }

    .torch-breakdown {
        padding: 40px 0;
    }

    .torch-breakdown-inner {
        min-height: auto !important;
        flex-direction: column;
    }

    /* Breakdown product area — model is moved here by JS on mobile */
    .torch-breakdown-product {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .torch-breakdown-circle {
        width: 280px;
        height: 280px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .torch-callouts {
        display: none;
    }

    /* Show the breakdown slider instead */
    .poc-mobile-breakdown-slider {
        display: block !important;
    }

    .torch-breakdown-bottom {
        position: relative;
        padding: 20px 0 0;
        flex-direction: column;
        gap: 16px;
    }

    .torch-specs {
        padding: 60px 0;
    }

    .torch-specs-grid {
        grid-template-columns: 1fr;
    }

    .torch-features {
        padding: 60px 0;
    }

    /* Switch grid to block for sticky stacking to work */
    .torch-features-grid {
        display: block !important;
    }

    .torch-card-empty {
        display: none !important;
    }

    .torch-feature-card {
        aspect-ratio: auto !important;
        min-height: auto !important;
        border-radius: 20px !important;
        margin-bottom: 16px;
    }

    .torch-feature-card:hover {
        transform: none !important;
    }

    /* --- Stacking cards --- */
    .torch-feature-card.poc-stacking-card {
        box-shadow: 0 -4px 20px rgba(0,0,0,0.15), 0 8px 30px rgba(0,0,0,0.1);
    }

    .torch-card-text-only {
        padding: 36px 28px !important;
        aspect-ratio: auto !important;
        min-height: auto !important;
        background: #fff !important;
    }

    .torch-card-with-image {
        background: #fff !important;
        overflow: hidden !important;
    }

    .torch-card-image {
        min-height: 220px !important;
        max-height: 320px !important;
    }

    .torch-card-image img {
        min-height: 220px !important;
        max-height: 320px !important;
    }

    .torch-card-title {
        font-size: 22px !important;
        transition: none !important;
    }

    .torch-card-desc {
        font-size: 13px !important;
        padding-top: 16px !important;
        transition: none !important;
    }

    .torch-feature-headline {
        padding: 60px 0;
    }

    .torch-headline-text {
        font-size: clamp(24px, 6vw, 36px) !important;
    }

    .torch-breakdown-desc {
        padding: 16px;
        border-radius: 14px;
    }

    .torch-app-tags {
        gap: 8px;
    }

    .torch-app-tag {
        font-size: 11px;
        padding: 8px 16px;
    }

    .torch-spec-row {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }

    .torch-spec-val {
        text-align: left;
    }

    .torch-credibility {
        padding: 60px 0;
    }

    .torch-cta {
        padding: 60px 0;
    }

    .torch-cta-arrow {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 480px) {
    .torch-container {
        padding: 0 16px;
    }

    .torch-hero {
        padding: 30px 12px 20px;
    }

    .torch-hero-title-left,
    .torch-hero-title-right {
        font-size: 28px !important;
        letter-spacing: -1px;
    }

    .torch-hero-product-center {
        margin: 40px 0;
    }

    .torch-headline-text {
        font-size: 22px !important;
    }

    .torch-section-title {
        font-size: 22px !important;
    }

    .torch-card-title {
        font-size: 18px !important;
    }

    .torch-card-desc {
        font-size: 12px !important;
    }

    .torch-spec-key {
        font-size: 12px;
    }

    .torch-spec-val {
        font-size: 12px;
    }

    .torch-cred-title {
        font-size: 28px !important;
    }

    .torch-cta-title {
        font-size: 32px !important;
    }

    .torch-cta-arrow {
        width: 40px;
        height: 40px;
    }

    .torch-cta-arrow svg {
        width: 18px;
        height: 18px;
    }
}

/* ============================================
   PAGE LOADER — shown until 3D model loads
   ============================================ */
.poc-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2A2D32;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.poc-page-loader-done {
    opacity: 0;
    pointer-events: none;
}

.poc-page-loader-spinner {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(255,255,255,0.1);
    border-top-color: #FF4D22;
    border-radius: 50%;
    animation: pocLoaderSpin 0.8s linear infinite;
}

@keyframes pocLoaderSpin {
    to { transform: rotate(360deg); }
}

/* Override default plugin buttons for Torch styling */
.poc-torch-product .poc-btn-primary {
    background-color: #FF4D22 !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 16px 32px !important;
    font-family: 'Manrope', -apple-system, sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 24px rgba(255, 77, 34, 0.3) !important;
}

.poc-torch-product .poc-btn-primary:hover {
    background-color: #e63e18 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(255, 77, 34, 0.4) !important;
}

/* ============================================
   MOBILE SLIDER — < 768px
   Touch-enabled carousel for breakdown callouts
   and feature cards
   ============================================ */
.poc-mobile-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 32px;
}

.poc-mobile-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.poc-mobile-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
}

/* --- Breakdown callout slides --- */
.poc-mobile-callout-slide {
    padding: 24px 20px;
    text-align: center;
}

.poc-mobile-callout-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #fff !important;
    line-height: 1.4;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- Controls (arrows) --- */
.poc-mobile-slider-controls {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

.poc-mobile-slider-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.25);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.poc-mobile-slider-btn svg {
    stroke: rgba(255,255,255,0.6) !important;
    color: rgba(255,255,255,0.6) !important;
}

.poc-mobile-slider-btn:active {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.4);
}

/* Active/next arrow highlight */
.poc-mobile-slider-next {
    background: rgba(255,255,255,0.08);
}

/* --- Dots --- */
.poc-mobile-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    padding-bottom: 8px;
}

.poc-mobile-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.poc-mobile-slider-dot.poc-dot-active {
    background: rgba(255,255,255,0.7);
    transform: scale(1.3);
}

/* Hide slider on desktop */
@media (min-width: 768px) {
    .poc-mobile-slider {
        display: none !important;
    }
}

.torch-side-asterisk{
	display: none !important;
}
