{"id":20591,"date":"2026-05-05T14:20:51","date_gmt":"2026-05-05T12:20:51","guid":{"rendered":"https:\/\/carbonactive.com\/?page_id=20591"},"modified":"2026-06-01T08:28:31","modified_gmt":"2026-06-01T06:28:31","slug":"indoor-produktion-schweiz-1400m2","status":"publish","type":"page","link":"https:\/\/carbonactive.com\/en\/indoor-produktion-schweiz-1400m2\/","title":{"rendered":"Major indoor production project"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20591\" class=\"elementor elementor-20591 elementor-20590\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bf1354 e-flex e-con-boxed e-con e-parent\" data-id=\"9bf1354\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-740ddd6 elementor-widget elementor-widget-html\" data-id=\"740ddd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div>\n\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Large-scale indoor production project in Switzerland - <em>CarbonActive<\/em> reference<\/title>\n<meta name=\"description\" content=\"High-end indoor production facility in Switzerland. Over 1,400 m\u00b2 net cultivation area, fully closed system, active cooling & dehumidification, CO\u2082 management - planned and realized by CarbonActive.\">\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@400;500;600;700;800&family=Archivo+Black&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400;1,9..40,500;1,9..40,700&family=JetBrains+Mono:wght@400;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  :root{\n    \/* Surfaces \u2014 DARK theme *\/\n    --bg: #000000;\n    --bg-soft: #0E1426;\n    --bg-tint: #152040;\n    --bg-deep: #091A55;\n    --bg-deep-2: #050E33;\n    --bg-anthracite: #0A0F1F;\n\n    \/* Ink \u2014 light on dark *\/\n    --ink: #FFFFFF;\n    --ink-soft: #A8B2C5;\n    --ink-muted: #5B6478;\n\n    \/* Rules *\/\n    --rule: #1A2540;\n    --rule-soft: #0E1426;\n\n    \/* CarbonActive blue scale \u2014 anchored on the real brand blue #2D69FF *\/\n    --ca-blue-50:  #1A2547;\n    --ca-blue-100: #1A2A60;\n    --ca-blue-300: #7AA0FF;\n    --ca-blue-400: #4F84FF;\n    --ca-blue-500: #2D69FF;\n    --ca-blue-600: #4F84FF;\n    --ca-blue-700: #1740A8;\n    --ca-blue-900: #0A2370;\n\n    \/* Shadows \u2014 deeper for dark *\/\n    --shadow-sm: 0 1px 3px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.04);\n    --shadow-md: 0 4px 24px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05);\n    --shadow-lg: 0 20px 50px rgba(0,0,0,0.6);\n  }\n\n  *{ margin:0; padding:0; box-sizing:border-box; }\n  html{ scroll-behavior:smooth; }\n  body{\n    background: var(--bg);\n    color: var(--ink);\n    font-family: 'Manrope', system-ui, sans-serif;\n    font-weight: 400;\n    line-height: 1.55;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n    overflow-x: hidden;\n  }\n  .container{ max-width: 1180px; margin: 0 auto; padding: 0 28px; }\n\n  \/* TOP STRIPE *\/\n  .stripe{\n    background: var(--bg-deep);\n    color: white;\n    padding: 12px 0;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n  .stripe .container{ display:flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }\n  .stripe .pill{\n    display:inline-flex; align-items:center; gap:8px;\n    background: rgba(255,255,255,0.08);\n    padding: 4px 12px; border-radius: 999px;\n    font-size: 11px;\n  }\n  .stripe .pill .dot{\n    width: 6px; height: 6px; border-radius:50%;\n    background: var(--ca-blue-400);\n    box-shadow: 0 0 0 3px rgba(122,160,255,0.25);\n  }\n\n  \/* HERO *\/\n  .hero{\n    background:\n      radial-gradient(circle at 85% 15%, rgba(45,105,255,0.12) 0%, transparent 55%),\n      radial-gradient(circle at 10% 90%, rgba(45,105,255,0.06) 0%, transparent 50%),\n      var(--bg);\n    padding: 80px 0 60px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before{\n    content:\"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);\n    background-size: 48px 48px;\n    background-position: -1px -1px;\n    mask-image: radial-gradient(circle at 50% 30%, black 0%, transparent 70%);\n    -webkit-mask-image: radial-gradient(circle at 50% 30%, black 0%, transparent 70%);\n    opacity: 0.6;\n    pointer-events: none;\n  }\n  .hero .container{ position: relative; z-index: 2; }\n\n  .eyebrow{\n    display:inline-flex; align-items:center; gap: 12px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px; font-weight: 600;\n    letter-spacing: 0.18em; text-transform: uppercase;\n    color: var(--ca-blue-500);\n    background: var(--ca-blue-100);\n    padding: 8px 16px; border-radius: 999px;\n    margin-bottom: 28px;\n  }\n\n  h1.hero-title{\n    font-family: 'DM Sans', sans-serif;\n    font-size: clamp(40px, 6.5vw, 88px);\n    line-height: 0.95;\n    letter-spacing: -0.025em;\n    text-transform: uppercase;\n    color: var(--ink);\n    max-width: 14ch;\n    margin-bottom: 0;\n  }\n  h1.hero-title .accent{ color: var(--ca-blue-500); }\n\n  .hero-sub{\n    margin-top: 24px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: clamp(17px, 1.7vw, 21px);\n    line-height: 1.5;\n    color: var(--ink-soft);\n    max-width: 56ch;\n    font-weight: 500;\n  }\n\n  .hero-meta{\n    margin-top: 40px;\n    display: flex; gap: 36px; flex-wrap: wrap;\n  }\n  .hero-meta .item{ display: flex; flex-direction: column; gap: 4px; }\n  .hero-meta .k{\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px; text-transform: uppercase;\n    letter-spacing: 0.14em; color: var(--ink-muted);\n  }\n  .hero-meta .v{\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px; font-weight: 700; color: var(--ink);\n  }\n\n  \/* QUOTE BLOCK *\/\n  .quote-block{\n    margin-top: 80px;\n    background:\n      linear-gradient(135deg, var(--bg-deep) 0%, var(--ca-blue-900) 100%);\n    color: white;\n    padding: 70px 60px;\n    border-radius: 28px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n  }\n  .quote-block::before{\n    content:\"\"; position: absolute; inset: 0;\n    background:\n      radial-gradient(circle at 5% -10%, rgba(45,105,255,0.45) 0%, transparent 50%),\n      radial-gradient(circle at 95% 110%, rgba(122,160,255,0.18) 0%, transparent 50%);\n    pointer-events: none;\n  }\n  .quote-block .big-quote-mark{\n    position: absolute;\n    top: 12px; left: 36px;\n    font-family: 'Archivo Black', sans-serif;\n    font-size: 220px; line-height: 0.7;\n    color: var(--ca-blue-400);\n    opacity: 0.16;\n    pointer-events: none;\n  }\n  .quote-block .qbody{ position: relative; z-index: 2; max-width: 920px; }\n  .quote-block blockquote{\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 600;\n    font-size: clamp(24px, 3.2vw, 42px);\n    line-height: 1.18;\n    letter-spacing: -0.015em;\n    color: white;\n  }\n  .quote-block blockquote .pop{\n    color: var(--ca-blue-300);\n    font-style: italic;\n    font-weight: 700;\n  }\n  .quote-block .qauthor{\n    margin-top: 36px;\n    display: flex; align-items: center; gap: 16px;\n  }\n  .quote-block .qauthor .avatar{\n    width: 56px; height: 56px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--ca-blue-400), var(--ca-blue-700));\n    color: white;\n    display: grid; place-items: center;\n    font-family: 'Archivo Black', sans-serif;\n    font-size: 18px;\n    border: 1px solid rgba(255,255,255,0.15);\n    object-fit: cover;\n  }\n  .quote-block .qauthor .info{ display: flex; flex-direction: column; }\n  .quote-block .qauthor .name{\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 700; font-size: 17px; color: white;\n  }\n  .quote-block .qauthor .role{\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 12px; color: rgba(255,255,255,0.65); letter-spacing: 0.06em;\n  }\n\n  \/* SECTION SHELL *\/\n  section{ padding: 90px 0; }\n  .section-eyebrow{\n    display: inline-flex; align-items: center; gap: 10px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px; font-weight: 700;\n    letter-spacing: 0.18em; text-transform: uppercase;\n    color: var(--ca-blue-500);\n    margin-bottom: 16px;\n  }\n  .section-eyebrow::before{\n    content:\"\"; width: 24px; height: 2px;\n    background: var(--ca-blue-500); display: inline-block;\n  }\n  h2.section-title{\n    font-family: 'Archivo Black', sans-serif;\n    font-size: clamp(30px, 4vw, 54px);\n    line-height: 1.0;\n    text-transform: uppercase;\n    letter-spacing: -0.02em;\n    color: var(--ink);\n    max-width: 18ch;\n  }\n  h2.section-title em{ font-style: normal; color: var(--ca-blue-500); }\n\n  \/* EXTENDED STATEMENT (Marc's full text) *\/\n  .statement-section{ background: #050811; }\n  .statement-grid{\n    margin-top: 40px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: start;\n  }\n  .statement-col p{\n    font-family: 'DM Sans', sans-serif;\n    font-size: 17px;\n    line-height: 1.7;\n    color: var(--ink-soft);\n    margin-bottom: 22px;\n  }\n  .statement-col p strong,\n  .statement-col p b{\n    color: var(--ink);\n    font-weight: 700;\n  }\n  .statement-pull{\n    background: var(--bg-soft);\n    border-left: 3px solid var(--ca-blue-500);\n    padding: 20px 24px;\n    margin: 28px 0;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--ink);\n    line-height: 1.4;\n    border-radius: 0 12px 12px 0;\n  }\n  .statement-list{\n    list-style: none;\n    padding: 0;\n    margin: 0 0 22px 0;\n  }\n  .statement-list li{\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    line-height: 1.55;\n    color: var(--ink-soft);\n    padding-left: 22px;\n    position: relative;\n    margin-bottom: 10px;\n  }\n  .statement-list li::before{\n    content: \"\";\n    position: absolute;\n    left: 0; top: 9px;\n    width: 8px; height: 8px;\n    background: var(--ca-blue-500);\n    border-radius: 50%;\n  }\n\n  \/* VIDEO *\/\n  .video-head{ max-width: 760px; margin-bottom: 40px; }\n  .video-lead{\n    margin-top: 18px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 17px;\n    line-height: 1.6;\n    color: var(--ink-soft);\n    font-weight: 500;\n  }\n  .video-grid{\n    display: grid;\n    grid-template-columns: 1.6fr 1fr;\n    gap: 20px;\n    align-items: stretch;\n  }\n  .video-wrap{\n    border-radius: 20px;\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n    position: relative;\n    aspect-ratio: 16 \/ 9;\n    background: #000;\n    border: 1px solid var(--rule);\n    width: 100%;\n    min-width: 0;\n  }\n  .video-wrap video{\n    position: absolute; inset: 0;\n    width: 100%; height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .video-side{\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .vs-card{\n    flex: 1;\n    background: var(--bg-soft);\n    border: 1px solid var(--rule);\n    border-radius: 14px;\n    padding: 20px 22px;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    transition: transform .25s ease, border-color .25s ease;\n  }\n  .vs-card:hover{\n    transform: translateY(-2px);\n    border-color: var(--ca-blue-300);\n  }\n  .vs-card .vs-num{\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px;\n    color: var(--ca-blue-300);\n    letter-spacing: 0.16em;\n    font-weight: 600;\n  }\n  .vs-card h4{\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1.2;\n  }\n  .vs-card p{\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: var(--ink-soft);\n  }\n\n  \/* VIDEO JOURNEY (4-step strip) *\/\n  .journey-strip{\n    margin-top: 40px;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n  .journey-card{\n    background: var(--bg-soft);\n    border: 1px solid var(--rule);\n    border-radius: 14px;\n    overflow: hidden;\n    transition: transform .3s ease, border-color .3s ease;\n    position: relative;\n  }\n  .journey-card:hover{\n    transform: translateY(-3px);\n    border-color: var(--ca-blue-400);\n  }\n  .journey-media{\n    aspect-ratio: 16 \/ 10;\n    background: #000;\n    position: relative;\n    overflow: hidden;\n  }\n  .journey-media video,\n  .journey-media img{\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .journey-media .step-badge{\n    position: absolute;\n    top: 12px; left: 12px;\n    background: rgba(10,26,51,0.92);\n    backdrop-filter: blur(6px);\n    color: var(--ca-blue-300);\n    padding: 5px 11px;\n    border-radius: 999px;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    font-weight: 700;\n    z-index: 2;\n  }\n  .journey-info{\n    padding: 16px 18px 20px;\n  }\n  .journey-info h5{\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1.25;\n    margin-bottom: 6px;\n  }\n  .journey-info p{\n    font-size: 13px;\n    line-height: 1.5;\n    color: var(--ink-soft);\n  }\n\n  \/* STATS *\/\n  .stats-grid{\n    margin-top: 50px;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n  }\n  .stat-card{\n    padding: 28px;\n    border-radius: 18px;\n    background: var(--bg-soft);\n    border: 1px solid var(--rule);\n    position: relative;\n    overflow: hidden;\n    transition: transform .3s ease, box-shadow .3s ease;\n    hyphens: none;\n    -webkit-hyphens: none;\n  }\n  .stat-card:hover{ transform: translateY(-3px); box-shadow: var(--shadow-md); }\n  .stat-card.blue{\n    background: var(--ca-blue-500);\n    color: white;\n    border-color: var(--ca-blue-500);\n  }\n  .stat-card.blue-deep{\n    background: var(--bg-deep);\n    color: white;\n    border-color: var(--bg-deep);\n  }\n  .stat-card.tint{\n    background: #1A2547;\n    border-color: #1A2A60;\n  }\n  .stat-card .icon{\n    font-family: 'Archivo Black', sans-serif;\n    font-size: 14px;\n    color: var(--ca-blue-300);\n    letter-spacing: 0.1em;\n    margin-bottom: 14px;\n    display: inline-block;\n  }\n  .stat-card.blue .icon, .stat-card.blue-deep .icon{ color: var(--ca-blue-300); }\n  .stat-card .num{\n    font-family: 'Archivo Black', sans-serif;\n    font-size: clamp(36px, 4.5vw, 56px);\n    line-height: 0.95;\n    letter-spacing: -0.03em;\n    color: var(--ink);\n  }\n  .stat-card.blue .num, .stat-card.blue-deep .num{ color: white; }\n  .stat-card .num .unit{\n    font-size: 0.45em; color: var(--ink-muted);\n    margin-left: 4px;\n    font-family: 'DM Sans', sans-serif; font-weight: 600;\n  }\n  .stat-card.blue .num .unit, .stat-card.blue-deep .num .unit{ color: rgba(255,255,255,0.65); }\n  .stat-card .num.num--text{\n    font-size: clamp(24px, 2.6vw, 34px);\n    line-height: 1.05;\n  }\n  .stat-card .label{\n    margin-top: 10px;\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 600; font-size: 14px;\n    color: var(--ink-soft); letter-spacing: 0.01em;\n  }\n  .stat-card.blue .label, .stat-card.blue-deep .label{ color: rgba(255,255,255,0.85); }\n\n  \/* DIAGRAM SECTION *\/\n  .diagram-section{ background: #050811; }\n  .diagram-frame{\n    background: #0A1224;\n    border-radius: 24px;\n    padding: 50px;\n    margin-top: 40px;\n    box-shadow: var(--shadow-md);\n    border: 1px solid #1A2540;\n  }\n  .diagram-frame svg{ width: 100%; height: auto; display: block; }\n  .diagram-legend{\n    margin-top: 32px;\n    display: flex; gap: 28px; flex-wrap: wrap;\n    padding-top: 28px;\n    border-top: 1px solid var(--rule);\n  }\n  .legend-item{\n    display: flex; align-items: center; gap: 10px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px; font-weight: 600;\n    color: var(--ink-soft);\n  }\n  .legend-item .swatch{ width: 16px; height: 16px; border-radius: 4px; }\n  .legend-item .line-h{ width: 28px; height: 3px; border-radius: 2px; }\n  .legend-item .valve-mark{\n    width: 14px; height: 14px;\n    border-radius: 50%;\n    background: white;\n    border: 1.5px solid var(--ca-blue-500);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 8px;\n    font-weight: 700;\n    color: var(--ca-blue-500);\n  }\n  .legend-item .valve-mark::before{ content: \"%\"; }\n  .legend-item .line-dashed{\n    width: 28px; height: 3px;\n    background-image: linear-gradient(90deg, currentColor 50%, transparent 50%);\n    background-size: 8px 3px;\n    background-repeat: repeat-x;\n    color: var(--ca-blue-400);\n  }\n  .legend-item .line-dotted{\n    width: 28px; height: 3px;\n    background-image: linear-gradient(90deg, currentColor 50%, transparent 50%);\n    background-size: 4px 3px;\n    background-repeat: repeat-x;\n    color: var(--ca-blue-300);\n  }\n\n  \/* STORY CARDS *\/\n  .story-grid{\n    margin-top: 40px;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  .story-card{\n    padding: 36px 32px;\n    border-radius: 20px;\n    background: var(--bg-soft);\n    border: 1px solid var(--rule);\n    position: relative;\n    transition: transform .3s ease, box-shadow .3s ease;\n  }\n  .story-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }\n  .story-card .num{\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px; color: var(--ca-blue-300);\n    letter-spacing: 0.16em; margin-bottom: 14px;\n    text-transform: uppercase;\n    font-weight: 600;\n  }\n  .story-card h3{\n    font-family: 'Archivo Black', sans-serif;\n    font-size: 22px; line-height: 1.05;\n    text-transform: uppercase;\n    letter-spacing: -0.015em;\n    color: var(--ink); margin-bottom: 14px;\n  }\n  .story-card p{ font-size: 15px; line-height: 1.6; color: var(--ink-soft); }\n\n  .chips{ display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }\n  .chip{\n    background: var(--bg-soft);\n    border: 1px solid var(--rule);\n    padding: 8px 14px;\n    border-radius: 999px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px; font-weight: 600;\n    color: var(--ink-soft);\n  }\n\n  \/* GALLERY SLIDER *\/\n  .gallery-section{ background: var(--bg-soft); }\n  .slider{\n    margin-top: 40px;\n    position: relative;\n  }\n  .slider-track-wrap{\n    overflow: hidden;\n    border-radius: 18px;\n    box-shadow: var(--shadow-lg);\n    background: #000;\n    aspect-ratio: 16 \/ 9;\n    position: relative;\n  }\n  .slider-track{\n    display: flex;\n    height: 100%;\n    transition: transform .65s cubic-bezier(.65, .05, .15, 1);\n    will-change: transform;\n  }\n  .slide{\n    flex: 0 0 100%;\n    height: 100%;\n    position: relative;\n  }\n  .slide img{\n    width: 100%; height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .slide .slide-tag{\n    position: absolute;\n    bottom: 24px; left: 24px;\n    background: rgba(10,26,51,0.92);\n    backdrop-filter: blur(8px);\n    color: white;\n    padding: 10px 18px;\n    border-radius: 999px;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    font-weight: 600;\n    border: 1px solid rgba(255,255,255,0.12);\n  }\n  .slider-nav{\n    position: absolute;\n    top: 50%; transform: translateY(-50%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 52px; height: 52px;\n    border-radius: 50%;\n    background: rgba(10,26,51,0.85);\n    backdrop-filter: blur(8px);\n    border: 1px solid rgba(255,255,255,0.15);\n    color: white;\n    cursor: pointer;\n    transition: background .25s ease, transform .25s ease;\n    z-index: 5;\n  }\n  .slider-nav:hover{\n    background: var(--ca-blue-500);\n    transform: translateY(-50%) scale(1.05);\n  }\n  .slider-nav.prev{ left: 18px; }\n  .slider-nav.next{ right: 18px; }\n  .slider-nav svg{ width: 20px; height: 20px; }\n\n  .slider-dots{\n    margin-top: 22px;\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n  }\n  .slider-dot{\n    width: 36px;\n    height: 4px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.15);\n    border: none;\n    cursor: pointer;\n    transition: background .25s ease, width .25s ease;\n    padding: 0;\n  }\n  .slider-dot.active{\n    background: var(--ca-blue-500);\n    width: 56px;\n  }\n\n  \/* CTA *\/\n  .cta{\n    background:\n      radial-gradient(circle at 80% 20%, rgba(45,105,255,0.30) 0%, transparent 50%),\n      radial-gradient(circle at 20% 80%, rgba(23,64,168,0.40) 0%, transparent 50%),\n      var(--bg-deep);\n    color: white;\n    padding: 80px 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .cta::before{\n    content:\"\"; position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);\n    background-size: 48px 48px;\n    pointer-events: none;\n  }\n  .cta .container{ position: relative; z-index: 2; }\n  .cta h2{\n    font-family: 'Archivo Black', sans-serif;\n    font-size: clamp(32px, 4.5vw, 60px);\n    line-height: 1.0;\n    text-transform: uppercase;\n    letter-spacing: -0.025em;\n    color: white;\n    max-width: 18ch;\n    margin: 0 auto 18px;\n  }\n  .cta h2 em{ font-style: normal; color: var(--ca-blue-300); }\n  .cta p{\n    font-size: 17px; line-height: 1.55;\n    color: rgba(255,255,255,0.8);\n    max-width: 56ch; margin: 0 auto 32px;\n  }\n  .btn-row{ display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }\n  .btn{\n    display: inline-flex; align-items: center; gap: 8px;\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 700; font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    padding: 16px 28px;\n    border-radius: 999px;\n    text-decoration: none;\n    transition: transform .2s ease, box-shadow .2s ease;\n  }\n  .btn-primary{ background: var(--ca-blue-500) !important; color: white !important; }\n  .btn-primary:hover{\n    background: white !important;\n    color: #050D33 !important;\n    transform: translateY(-2px);\n    box-shadow: 0 12px 30px rgba(45,105,255,0.45);\n  }\n  .btn-ghost{\n    background: rgba(255,255,255,0.08) !important;\n    color: white !important;\n    border: 1px solid rgba(255,255,255,0.2) !important;\n  }\n  .btn-ghost:hover{\n    background: rgba(255,255,255,0.15) !important;\n    transform: translateY(-2px);\n  }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 1024px){\n    .stats-grid{ grid-template-columns: repeat(2, 1fr); }\n    .story-grid{ grid-template-columns: 1fr; }\n    .video-grid{ grid-template-columns: 1fr; }\n    .video-side{ flex-direction: row; }\n    .vs-card{ flex: 1; }\n    .journey-strip{ grid-template-columns: repeat(2, 1fr); }\n    .statement-grid{ grid-template-columns: 1fr; gap: 30px; }\n    .quote-block{ padding: 50px 36px; }\n    .diagram-frame{ padding: 32px; }\n    section{ padding: 70px 0; }\n  }\n  @media (max-width: 640px){\n    .container{ padding: 0 20px; }\n    .hero{ padding: 60px 0 40px; }\n    .hero-meta{ gap: 24px; }\n    .stats-grid{ grid-template-columns: 1fr; }\n    .video-side{ flex-direction: column; }\n    .journey-strip{ grid-template-columns: 1fr; }\n    .quote-block{ padding: 36px 24px; margin-top: 60px; }\n    .quote-block .big-quote-mark{ font-size: 140px; top: 8px; left: 16px; }\n    .diagram-frame{ padding: 20px; }\n    .slider-nav{ width: 42px; height: 42px; }\n    .slider-nav.prev{ left: 10px; }\n    .slider-nav.next{ right: 10px; }\n    section{ padding: 60px 0; }\n    .stripe{ font-size: 10px; }\n  }\n\n  \/* SCHEMA ANIMATIONS *\/\n  @keyframes flow-dash {\n    to { stroke-dashoffset: -20; }\n  }\n  @keyframes pulse-sensor {\n    0%, 100% { opacity: 1; r: 4; }\n    50% { opacity: 0.4; r: 6; }\n  }\n  @keyframes pulse-co2 {\n    0%, 100% { opacity: 0.7; stroke-width: 3; }\n    50% { opacity: 1; stroke-width: 4; }\n  }\n  @keyframes pulse-led {\n    0%, 100% { opacity: 0.6; }\n    50% { opacity: 1; }\n  }\n  .schema-rueckluft {\n    stroke-dasharray: 6 4;\n    animation: flow-dash 1.2s linear infinite;\n  }\n  .schema-zuluft {\n    stroke-dasharray: 6 4;\n    animation: flow-dash 1.0s linear infinite;\n  }\n  .schema-sensor {\n    animation: pulse-sensor 2s ease-in-out infinite;\n  }\n  .schema-sensor-2 {\n    animation: pulse-sensor 2s ease-in-out infinite;\n    animation-delay: 0.7s;\n  }\n  .schema-co2 {\n    animation: pulse-co2 2.5s ease-in-out infinite;\n  }\n  .schema-led {\n    animation: pulse-led 3s ease-in-out infinite;\n  }\n\n  @media (prefers-reduced-motion: reduce){\n    *{ transition: none !important; animation: none !important; }\n  }\n<\/style>\n\n\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"container\">\n    <div class=\"eyebrow\">Reference project - High-end indoor production<\/div>\n    <h1 class=\"hero-title\">\n  Industrial precision <span class=\"accent\">on 1,400 m\u00b2.<\/span>\n    <\/h1>\n    <p class=\"hero-sub\">\n  One of the largest and most technically demanding indoor projects we have ever realized: a completely closed climate control system with active cooling, dehumidification and CO\u2082 management - planned for maximum production stability with minimum energy consumption.\n    <\/p>\n\n    <div class=\"hero-meta\">\n      <div class=\"item\"><span class=\"k\">Project type<\/span><span class=\"v\">High-end indoor production<\/span><\/div>\n      <div class=\"item\"><span class=\"k\">Location<\/span><span class=\"v\">Switzerland - \ud83c\udde8\ud83c\udded<\/span><\/div>\n      <div class=\"item\"><span class=\"k\">System<\/span><span class=\"v\">Closed<\/span><\/div>\n      <div class=\"item\"><span class=\"k\">CULTIVATION AREA<\/span><span class=\"v\">~1'400 m\u00b2<\/span><\/div>\n    <\/div>\n\n    <!-- BIG QUOTE -->\n    <div class=\"quote-block\">\n      <div class=\"big-quote-mark\">\"<\/div>\n      <div class=\"qbody\">\n        <blockquote>\n  In projects of this size, it's not the technology that counts - it's the <span class=\"pop\">planning behind it<\/span>.\n        <\/blockquote>\n        <div class=\"qauthor\">\n          <img decoding=\"async\" src=\"https:\/\/carbonactive.com\/wp-content\/uploads\/2026\/03\/IMG_9458.jpg\" alt=\"Marc Montandon\" class=\"avatar\" id=\"mm-avatar\" onerror=\"this.style.display='none';document.getElementById('mm-fallback').style.display='grid';\">\n          <div id=\"mm-fallback\" class=\"avatar\" style=\"display:none;\">MM<\/div>          <div class=\"info\">\n            <span class=\"name\">Marc Montandon<\/span>\n            <span class=\"role\">CEO & Founder - <em>CarbonActive<\/em><\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- EXTENDED STATEMENT -->\n<section class=\"statement-section\">\n  <div class=\"container\">\n    <div class=\"section-eyebrow\">The voice of the project<\/div>\n    <h2 class=\"section-title\">The whole <em>statement.<\/em><\/h2>\n\n    <div class=\"statement-grid\">\n      <div class=\"statement-col\">\n        <p>\n  This project is one of the <strong>largest and most technically demanding facilities<\/strong> we have ever realized.\n        <\/p>\n        <p>\n  The challenge lay not only in the dimensions of over 1,400 m\u00b2 net cultivation area, but above all in the framework conditions: a completely closed system, high demands on dehumidification and CO\u2082 management as well as the request to achieve maximum production stability with the most efficient use of energy possible.\n        <\/p>\n\n        <div class=\"statement-pull\">\n  Proper planning determines the success or failure of a project.\n        <\/div>\n\n        <p>\n  Our experience clearly shows that <strong>a well thought-out structure can save over 35% of total and operating costs<\/strong> - and at the same time massively increase production reliability.\n        <\/p>\n      <\/div>\n\n      <div class=\"statement-col\">\n        <p>\n  In this project, we deliberately opted for a purely closed system with active cooling and dehumidification - combined with precise control systems for all climatic parameters. The focus was on: \n        <\/p>\n        <ul class=\"statement-list\">\n          <li>stable, reproducible conditions<\/li>\n          <li>Minimal fluctuations in the room climate<\/li>\n          <li>a long-lasting, economical mode of operation<\/li>\n        <\/ul>\n        <p>\n  Such facilities only work if all trades - from planning and construction to commissioning - are precisely matched to each other. This project is an example of what is possible when <strong>engineering, experience and structure<\/strong> are consistently brought together. \n        <\/p>\n        <div class=\"statement-pull\">\n  For us, one thing is clear: high-end indoor production is not a product - it's a system.\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- STATS -->\n<section>\n  <div class=\"container\">\n    <div class=\"section-eyebrow\">Facts, figures and data<\/div>\n    <h2 class=\"section-title\">The project <em>at a glance.<\/em><\/h2>\n\n    <div class=\"stats-grid\">\n      <div class=\"stat-card blue\">\n        <span class=\"icon\">01 \/ CULTIVATION AREA<\/span>\n        <div class=\"num\">~1'<span class=\"unit\">400m\u00b2<\/span><\/div>\n        <div class=\"label\">Net cultivation area, completely closed system<\/div>\n      <\/div>\n      <div class=\"stat-card\">\n        <span class=\"icon\">02 \/ Savings<\/span>\n        <div class=\"num\">> <span class=\"unit\"> 35%<\/span><\/div>\n        <div class=\"label\">Total and operating costs thanks to well thought-out structure<\/div>\n      <\/div>\n      <div class=\"stat-card tint\">\n        <span class=\"icon\">03 \/ System<\/span>\n        <div class=\"num num--text\">100% closed<\/div>\n        <div class=\"label\">Active cooling & dehumidification, CO\u2082 fumigation, precise control<\/div>\n      <\/div>\n      <div class=\"stat-card blue-deep\">\n        <span class=\"icon\">04 \/ Claim<\/span>\n        <div class=\"num num--text\">Industrially scalable<\/div>\n        <div class=\"label\">Maximum production control with optimized energy use<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DIAGRAM: GESCHLOSSENES SYSTEM -->\n<section class=\"diagram-section\">\n  <div class=\"container\">\n    <div class=\"section-eyebrow\">Scheme<\/div>\n    <h2 class=\"section-title\">This is how the <em>closed system<\/em> works.<\/h2>\n    <p style=\"margin-top: 14px; font-size: 17px; color: var(--ink-soft); max-width: 64ch;\">\n  The centerpiece: an Air Handling Unit (AHU), in which the room air is treated on a modular basis. The pre-filter and motor prepare the air flow - the cooler lowers the temperature below the dew point so that moisture condenses out (dehumidification in one step). The reheater then brings the air precisely to the target temperature and CO\u2082 is dosed in the last module. A central control system regulates all parameters every second.  \n    <\/p>\n\n    <div class=\"diagram-frame\">\n      <svg viewbox=\"0 0 1100 540\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Schema des geschlossenen Klimasystems mit AHU-Modulen\">\n        <defs>\n          <marker id=\"arr-blue\" viewbox=\"0 0 10 10\" refx=\"9\" refy=\"5\" markerwidth=\"7\" markerheight=\"7\" orient=\"auto-start-reverse\">\n            <path d=\"M0,0 L10,5 L0,10 z\" fill=\"#2D69FF\"><\/path>\n          <\/marker>\n          <marker id=\"arr-light\" viewbox=\"0 0 10 10\" refx=\"9\" refy=\"5\" markerwidth=\"7\" markerheight=\"7\" orient=\"auto-start-reverse\">\n            <path d=\"M0,0 L10,5 L0,10 z\" fill=\"#7AA0FF\"><\/path>\n          <\/marker>\n          <marker id=\"arr-white\" viewbox=\"0 0 10 10\" refx=\"9\" refy=\"5\" markerwidth=\"7\" markerheight=\"7\" orient=\"auto-start-reverse\">\n            <path d=\"M0,0 L10,5 L0,10 z\" fill=\"#FFFFFF\"><\/path>\n          <\/marker>\n          <marker id=\"arr-warm\" viewbox=\"0 0 10 10\" refx=\"9\" refy=\"5\" markerwidth=\"7\" markerheight=\"7\" orient=\"auto-start-reverse\">\n            <path d=\"M0,0 L10,5 L0,10 z\" fill=\"#FF8C5A\"><\/path>\n          <\/marker>\n          <marker id=\"arr-tiny\" viewbox=\"0 0 10 10\" refx=\"9\" refy=\"5\" markerwidth=\"5\" markerheight=\"5\" orient=\"auto-start-reverse\">\n            <path d=\"M0,0 L10,5 L0,10 z\" fill=\"#7AA0FF\"><\/path>\n          <\/marker>\n          <lineargradient id=\"room-grad-2\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n            <stop offset=\"0%\" stop-color=\"#0E1426\"><\/stop>\n            <stop offset=\"100%\" stop-color=\"#152040\"><\/stop>\n          <\/lineargradient>\n          <lineargradient id=\"ahu-grad\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n            <stop offset=\"0%\" stop-color=\"#0A1224\"><\/stop>\n            <stop offset=\"100%\" stop-color=\"#0E1426\"><\/stop>\n          <\/lineargradient>\n          <lineargradient id=\"kuehler-grad\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n            <stop offset=\"0%\" stop-color=\"#0A1530\"><\/stop>\n            <stop offset=\"100%\" stop-color=\"#0F1A40\"><\/stop>\n          <\/lineargradient>\n          <lineargradient id=\"warmer-grad\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n            <stop offset=\"0%\" stop-color=\"#1A0F0A\"><\/stop>\n            <stop offset=\"100%\" stop-color=\"#2A1810\"><\/stop>\n          <\/lineargradient>\n          <pattern id=\"dots-2\" x=\"0\" y=\"0\" width=\"14\" height=\"14\" patternunits=\"userSpaceOnUse\">\n            <circle cx=\"2\" cy=\"2\" r=\"1\" fill=\"#1A2540\"><\/circle>\n          <\/pattern>\n          <filter id=\"led-glow\" x=\"-400%\" y=\"-400%\" width=\"900%\" height=\"900%\">\n            <fegaussianblur in=\"SourceGraphic\" stddeviation=\"3.5\" result=\"blur\"><\/fegaussianblur>\n            <femerge>\n              <femergenode in=\"blur\"><\/femergenode>\n              <femergenode in=\"SourceGraphic\"><\/femergenode>\n            <\/femerge>\n          <\/filter>\n        <\/defs>\n\n        <rect x=\"0\" y=\"0\" width=\"1100\" height=\"540\" fill=\"url(#dots-2)\"><\/rect>\n\n        <!-- Sealed envelope -->\n        <rect x=\"20\" y=\"50\" width=\"1060\" height=\"480\" rx=\"20\" fill=\"none\" stroke=\"#2D69FF\" stroke-width=\"2\" stroke-dasharray=\"2 6\" opacity=\"0.5\"><\/rect>\n        <text x=\"40\" y=\"42\" font-family=\"JetBrains Mono, monospace\" font-size=\"10\" fill=\"#2D69FF\" letter-spacing=\"2\">GESCHLOSSENES SYSTEM \u00b7 KEIN AUSSEN-LUFT-AUSTAUSCH<\/text>\n\n        <!-- ============ STEUERUNG (top, full width) ============ -->\n        <g>\n          <rect x=\"60\" y=\"80\" width=\"980\" height=\"40\" rx=\"10\" fill=\"#0A1224\" stroke=\"#2D69FF\" stroke-width=\"2\"\/>\n          <circle class=\"schema-sensor\" cx=\"80\" cy=\"100\" r=\"3\" fill=\"#2D69FF\"\/>\n          <text x=\"100\" y=\"105\" font-family=\"Archivo Black, sans-serif\" font-size=\"13\" fill=\"#FFFFFF\" letter-spacing=\"2\">STEUERUNG<\/text>\n          <text x=\"220\" y=\"105\" font-family=\"JetBrains Mono, monospace\" font-size=\"10\" fill=\"#7AA0FF\" letter-spacing=\"1.5\">ZENTRALE LOGIK \u00b7 MESSGEF\u00dcHRTE REGELUNG ALLER PARAMETER \u00b7 ANBINDUNG VENTILATION, K\u00dcHLUNG, NACHW\u00c4RMER, CO\u2082<\/text>\n        <\/g>\n\n        <!-- Control signal lines from STEUERUNG to each AHU module -->\n        <g stroke=\"#7AA0FF\" stroke-width=\"1\" stroke-dasharray=\"2 3\" opacity=\"0.55\" fill=\"none\">\n          <path d=\"M 183,120 L 183,170\"\/>\n          <path d=\"M 428,120 L 428,170\"\/>\n          <path d=\"M 673,120 L 673,170\"\/>\n          <path d=\"M 918,120 L 918,170\"\/>\n        <\/g>\n\n        <!-- ============ AHU LABEL ============ -->\n        <text x=\"60\" y=\"160\" font-family=\"Archivo Black, sans-serif\" font-size=\"11\" fill=\"#7AA0FF\" letter-spacing=\"2\">AHU \u00b7 AIR HANDLING UNIT<\/text>\n        <text x=\"1035\" y=\"160\" text-anchor=\"end\" font-family=\"JetBrains Mono, monospace\" font-size=\"9\" fill=\"#A8B2C5\" letter-spacing=\"1.5\">LUFTSTROM \u2192<\/text>\n\n        <!-- ============ AHU CONTAINER \u2014 4 modules, each 245 px, total = room width 980 px ============ -->\n\n        <!-- Module 1: VORFILTER (x=60\u2013305) -->\n        <g>\n          <rect x=\"60\" y=\"170\" width=\"245\" height=\"90\" fill=\"url(#ahu-grad)\" stroke=\"#5B6478\" stroke-width=\"1.5\"\/>\n          <g stroke=\"#7B8499\" stroke-width=\"1.2\" fill=\"none\">\n            <path d=\"M 148,180 L 163,200 L 148,220\"\/>\n            <path d=\"M 160,180 L 175,200 L 160,220\"\/>\n            <path d=\"M 172,180 L 187,200 L 172,220\"\/>\n            <path d=\"M 184,180 L 199,200 L 184,220\"\/>\n            <path d=\"M 196,180 L 211,200 L 196,220\"\/>\n            <path d=\"M 208,180 L 223,200 L 208,220\"\/>\n          <\/g>\n          <text x=\"183\" y=\"240\" text-anchor=\"middle\" font-family=\"Archivo Black, sans-serif\" font-size=\"12\" fill=\"#FFFFFF\" letter-spacing=\"1.5\">VORFILTER<\/text>\n          <text x=\"183\" y=\"253\" text-anchor=\"middle\" font-family=\"JetBrains Mono, monospace\" font-size=\"8\" fill=\"#8893A6\" letter-spacing=\"1\">PARTIKEL \u00b7 AKTIVKOHLE<\/text>\n        <\/g>\n\n        <!-- Module 2: MOTOR (x=305\u2013550, center 428) -->\n        <g>\n          <rect x=\"305\" y=\"170\" width=\"245\" height=\"90\" fill=\"url(#ahu-grad)\" stroke=\"#7AA0FF\" stroke-width=\"1.5\"\/>\n          <g transform=\"translate(428,200)\">\n            <circle r=\"20\" fill=\"none\" stroke=\"#7AA0FF\" stroke-width=\"1.5\"\/>\n            <g>\n              <path d=\"M 0,-15 Q -5,0 5,5 Z\" fill=\"#7AA0FF\" opacity=\"0.7\"\/>\n              <path d=\"M 15,0 Q 0,-5 -5,5 Z\" fill=\"#7AA0FF\" opacity=\"0.7\"\/>\n              <path d=\"M 0,15 Q 5,0 -5,-5 Z\" fill=\"#7AA0FF\" opacity=\"0.7\"\/>\n              <path d=\"M -15,0 Q 0,5 5,-5 Z\" fill=\"#7AA0FF\" opacity=\"0.7\"\/>\n              <animatetransform attributename=\"transform\" type=\"rotate\" from=\"0\" to=\"360\" dur=\"3s\" repeatcount=\"indefinite\"\/>\n            <\/g>\n            <circle r=\"3\" fill=\"#FFFFFF\"\/>\n          <\/g>\n          <text x=\"428\" y=\"240\" text-anchor=\"middle\" font-family=\"Archivo Black, sans-serif\" font-size=\"12\" fill=\"#FFFFFF\" letter-spacing=\"1.5\">MOTOR<\/text>\n          <text x=\"428\" y=\"253\" text-anchor=\"middle\" font-family=\"JetBrains Mono, monospace\" font-size=\"8\" fill=\"#8893A6\" letter-spacing=\"1\">DRUCK \u00b7 VOLUMENSTROM<\/text>\n        <\/g>\n\n        <!-- Module 3: K\u00dcHLER (x=550\u2013795, center 673) -->\n        <g>\n          <rect x=\"550\" y=\"170\" width=\"245\" height=\"90\" fill=\"url(#kuehler-grad)\" stroke=\"#2D69FF\" stroke-width=\"1.5\"\/>\n          <g stroke=\"#2D69FF\" stroke-width=\"2.5\" fill=\"none\">\n            <line x1=\"598\" y1=\"184\" x2=\"748\" y2=\"184\"\/>\n            <line x1=\"598\" y1=\"194\" x2=\"748\" y2=\"194\"\/>\n            <line x1=\"598\" y1=\"204\" x2=\"748\" y2=\"204\"\/>\n          <\/g>\n          <g stroke=\"#2D69FF\" stroke-width=\"0.6\" opacity=\"0.4\">\n            <line x1=\"613\" y1=\"180\" x2=\"613\" y2=\"208\"\/>\n            <line x1=\"628\" y1=\"180\" x2=\"628\" y2=\"208\"\/>\n            <line x1=\"643\" y1=\"180\" x2=\"643\" y2=\"208\"\/>\n            <line x1=\"658\" y1=\"180\" x2=\"658\" y2=\"208\"\/>\n            <line x1=\"673\" y1=\"180\" x2=\"673\" y2=\"208\"\/>\n            <line x1=\"688\" y1=\"180\" x2=\"688\" y2=\"208\"\/>\n            <line x1=\"703\" y1=\"180\" x2=\"703\" y2=\"208\"\/>\n            <line x1=\"718\" y1=\"180\" x2=\"718\" y2=\"208\"\/>\n            <line x1=\"733\" y1=\"180\" x2=\"733\" y2=\"208\"\/>\n          <\/g>\n          <g>\n            <path d=\"M 643,210 Q 639,214 643,218 Q 647,214 643,210 Z\" fill=\"#7AA0FF\">\n              <animatetransform attributename=\"transform\" type=\"translate\" values=\"0,-3; 0,16\" keytimes=\"0;1\" dur=\"1.6s\" repeatcount=\"indefinite\"\/>\n              <animate attributename=\"opacity\" values=\"0;0.95;0.95;0\" keytimes=\"0;0.18;0.78;1\" dur=\"1.6s\" repeatcount=\"indefinite\"\/>\n            <\/path>\n            <path d=\"M 673,210 Q 669,214 673,218 Q 677,214 673,210 Z\" fill=\"#7AA0FF\">\n              <animatetransform attributename=\"transform\" type=\"translate\" values=\"0,-3; 0,16\" keytimes=\"0;1\" dur=\"1.6s\" begin=\"0.55s\" repeatcount=\"indefinite\"\/>\n              <animate attributename=\"opacity\" values=\"0;0.95;0.95;0\" keytimes=\"0;0.18;0.78;1\" dur=\"1.6s\" begin=\"0.55s\" repeatcount=\"indefinite\"\/>\n            <\/path>\n            <path d=\"M 703,210 Q 699,214 703,218 Q 707,214 703,210 Z\" fill=\"#7AA0FF\">\n              <animatetransform attributename=\"transform\" type=\"translate\" values=\"0,-3; 0,16\" keytimes=\"0;1\" dur=\"1.6s\" begin=\"1.1s\" repeatcount=\"indefinite\"\/>\n              <animate attributename=\"opacity\" values=\"0;0.95;0.95;0\" keytimes=\"0;0.18;0.78;1\" dur=\"1.6s\" begin=\"1.1s\" repeatcount=\"indefinite\"\/>\n            <\/path>\n          <\/path><\/path><\/path><\/g>\n          <text x=\"673\" y=\"240\" text-anchor=\"middle\" font-family=\"Archivo Black, sans-serif\" font-size=\"12\" fill=\"#FFFFFF\" letter-spacing=\"1.5\">K\u00dcHLER<\/text>\n          <text x=\"673\" y=\"253\" text-anchor=\"middle\" font-family=\"JetBrains Mono, monospace\" font-size=\"8\" fill=\"#7AA0FF\" letter-spacing=\"1\">UNTER TAUPUNKT \u00b7 ENTFEUCHTUNG<\/text>\n        <\/g>\n\n        <!-- Module 4: NACHW\u00c4RMER (x=795\u20131040, center 918) \u2014 with integrated CO\u2082 badge -->\n        <g>\n          <rect x=\"795\" y=\"170\" width=\"245\" height=\"90\" fill=\"url(#warmer-grad)\" stroke=\"#FF8C5A\" stroke-width=\"1.5\"\/>\n          <!-- heating serpentine coil -->\n          <path d=\"M 835,185 Q 850,185 850,193 Q 850,201 865,201 Q 880,201 880,193 Q 880,185 895,185 Q 910,185 910,193 Q 910,201 925,201 Q 940,201 940,193 Q 940,185 955,185 Q 970,185 970,193 Q 970,201 985,201 Q 1000,201 1000,193 L 1000,185\" stroke=\"#FF8C5A\" stroke-width=\"2.5\" fill=\"none\"\/>\n          <g class=\"schema-co2\">\n            <circle cx=\"850\" cy=\"218\" r=\"2\" fill=\"#FF8C5A\"\/>\n            <circle cx=\"880\" cy=\"218\" r=\"2\" fill=\"#FF8C5A\"\/>\n            <circle cx=\"910\" cy=\"218\" r=\"2\" fill=\"#FF8C5A\"\/>\n            <circle cx=\"940\" cy=\"218\" r=\"2\" fill=\"#FF8C5A\"\/>\n            <circle cx=\"970\" cy=\"218\" r=\"2\" fill=\"#FF8C5A\"\/>\n            <circle cx=\"1000\" cy=\"218\" r=\"2\" fill=\"#FF8C5A\"\/>\n          <\/g>\n          <!-- CO\u2082 badge (integrated, top-right inside module) -->\n          <rect x=\"958\" y=\"173\" width=\"74\" height=\"22\" rx=\"4\" fill=\"#0E1426\" stroke=\"rgba(255,255,255,0.55)\" stroke-width=\"1\"\/>\n          <text x=\"995\" y=\"187\" text-anchor=\"middle\" font-family=\"Archivo Black, sans-serif\" font-size=\"11\" fill=\"#FFFFFF\" letter-spacing=\"1\">CO\u2082 \u2197<\/text>\n          <text x=\"918\" y=\"240\" text-anchor=\"middle\" font-family=\"Archivo Black, sans-serif\" font-size=\"12\" fill=\"#FFFFFF\" letter-spacing=\"1.5\">NACHW\u00c4RMER<\/text>\n          <text x=\"918\" y=\"253\" text-anchor=\"middle\" font-family=\"JetBrains Mono, monospace\" font-size=\"8\" fill=\"#FF8C5A\" letter-spacing=\"1\">AUF SOLL-TEMPERATUR \u00b7 CO\u2082-EINTRAG<\/text>\n        <\/g>\n\n        <!-- Inline air-flow arrows (at module boundaries: 305, 550, 795) -->\n        <g stroke=\"#7AA0FF\" stroke-width=\"1.5\" fill=\"none\" opacity=\"0.7\">\n          <path d=\"M 299,215 L 311,215\" marker-end=\"url(#arr-tiny)\"\/>\n          <path d=\"M 544,215 L 556,215\" marker-end=\"url(#arr-tiny)\"\/>\n          <path d=\"M 789,215 L 801,215\" marker-end=\"url(#arr-tiny)\"\/>\n        <\/g>\n\n        <!-- ============ ZULUFT pipe \u2014 RIGHT SIDE: AHU right wall \u2192 Room right wall ============ -->\n        <g>\n          <path d=\"M 1040,215 L 1062,215 L 1062,390 L 1040,390\" stroke=\"#FF8C5A\" stroke-width=\"2.5\" fill=\"none\" stroke-dasharray=\"6 4\" class=\"schema-zuluft\" marker-end=\"url(#arr-warm)\"\/>\n          <text x=\"1030\" y=\"384\" text-anchor=\"end\" font-family=\"JetBrains Mono, monospace\" font-size=\"9\" fill=\"#FF8C5A\" letter-spacing=\"1\">ZULUFT<\/text>\n          <text x=\"1030\" y=\"396\" text-anchor=\"end\" font-family=\"JetBrains Mono, monospace\" font-size=\"7\" fill=\"#A8B2C5\" letter-spacing=\"1\">konditioniert<\/text>\n        <\/g>\n\n        <!-- ============ R\u00dcCKLUFT pipe \u2014 LEFT SIDE: Room left wall \u2192 AHU left wall ============ -->\n        <g>\n          <path d=\"M 60,390 L 38,390 L 38,215 L 60,215\" stroke=\"#7AA0FF\" stroke-width=\"2.5\" fill=\"none\" stroke-dasharray=\"6 4\" class=\"schema-rueckluft\" marker-end=\"url(#arr-light)\"\/>\n          <text x=\"70\" y=\"384\" font-family=\"JetBrains Mono, monospace\" font-size=\"9\" fill=\"#7AA0FF\" letter-spacing=\"1\">R\u00dcCKLUFT<\/text>\n          <text x=\"70\" y=\"396\" font-family=\"JetBrains Mono, monospace\" font-size=\"7\" fill=\"#A8B2C5\" letter-spacing=\"1\">warm \u00b7 feucht<\/text>\n        <\/g>\n\n        <!-- ============ ROOM (full width, below AHU) ============ -->\n        <g>\n          <rect x=\"60\" y=\"290\" width=\"980\" height=\"220\" rx=\"14\" fill=\"url(#room-grad-2)\" stroke=\"#2D69FF\" stroke-width=\"2\"\/>\n          <text x=\"550\" y=\"320\" text-anchor=\"middle\" font-family=\"Archivo Black, sans-serif\" font-size=\"15\" fill=\"#2D69FF\" letter-spacing=\"2\">ANBAUFL\u00c4CHE ~1'400 M\u00b2<\/text>\n          <text x=\"550\" y=\"338\" text-anchor=\"middle\" font-family=\"JetBrains Mono, monospace\" font-size=\"10\" fill=\"#A8B2C5\" letter-spacing=\"1\">VOLLST\u00c4NDIG GESCHLOSSEN<\/text>\n\n          <!-- Single LED bar -->\n          <rect x=\"100\" y=\"358\" width=\"900\" height=\"6\" rx=\"3\" fill=\"#2D69FF\"\/>\n          <!-- Light cones (very subtle, pointing downward into the grow space) -->\n          <g fill=\"#FFE040\" opacity=\"0.05\">\n            <polygon points=\"147.5,365 152.5,365 162,402 138,402\"\/>\n            <polygon points=\"247.5,365 252.5,365 262,402 238,402\"\/>\n            <polygon points=\"347.5,365 352.5,365 362,402 338,402\"\/>\n            <polygon points=\"447.5,365 452.5,365 462,402 438,402\"\/>\n            <polygon points=\"547.5,365 552.5,365 562,402 538,402\"\/>\n            <polygon points=\"647.5,365 652.5,365 662,402 638,402\"\/>\n            <polygon points=\"747.5,365 752.5,365 762,402 738,402\"\/>\n            <polygon points=\"847.5,365 852.5,365 862,402 838,402\"\/>\n            <polygon points=\"947.5,365 952.5,365 962,402 938,402\"\/>\n          <\/g>\n          <!-- Glow halos (soft yellow halo around each LED) -->\n          <g fill=\"#FFE040\" opacity=\"0.20\" filter=\"url(#led-glow)\">\n            <circle cx=\"150\" cy=\"361\" r=\"5\"\/>\n            <circle cx=\"250\" cy=\"361\" r=\"5\"\/>\n            <circle cx=\"350\" cy=\"361\" r=\"5\"\/>\n            <circle cx=\"450\" cy=\"361\" r=\"5\"\/>\n            <circle cx=\"550\" cy=\"361\" r=\"5\"\/>\n            <circle cx=\"650\" cy=\"361\" r=\"5\"\/>\n            <circle cx=\"750\" cy=\"361\" r=\"5\"\/>\n            <circle cx=\"850\" cy=\"361\" r=\"5\"\/>\n            <circle cx=\"950\" cy=\"361\" r=\"5\"\/>\n          <\/g>\n          <!-- LED dots (yellow, animated pulse) -->\n          <circle class=\"schema-led\" cx=\"150\" cy=\"361\" r=\"2.5\" fill=\"#FFE040\" filter=\"url(#led-glow)\"\/>\n          <circle class=\"schema-led\" cx=\"250\" cy=\"361\" r=\"2.5\" fill=\"#FFE040\" filter=\"url(#led-glow)\"\/>\n          <circle class=\"schema-led\" cx=\"350\" cy=\"361\" r=\"2.5\" fill=\"#FFE040\" filter=\"url(#led-glow)\"\/>\n          <circle class=\"schema-led\" cx=\"450\" cy=\"361\" r=\"2.5\" fill=\"#FFE040\" filter=\"url(#led-glow)\"\/>\n          <circle class=\"schema-led\" cx=\"550\" cy=\"361\" r=\"2.5\" fill=\"#FFE040\" filter=\"url(#led-glow)\"\/>\n          <circle class=\"schema-led\" cx=\"650\" cy=\"361\" r=\"2.5\" fill=\"#FFE040\" filter=\"url(#led-glow)\"\/>\n          <circle class=\"schema-led\" cx=\"750\" cy=\"361\" r=\"2.5\" fill=\"#FFE040\" filter=\"url(#led-glow)\"\/>\n          <circle class=\"schema-led\" cx=\"850\" cy=\"361\" r=\"2.5\" fill=\"#FFE040\" filter=\"url(#led-glow)\"\/>\n          <circle class=\"schema-led\" cx=\"950\" cy=\"361\" r=\"2.5\" fill=\"#FFE040\" filter=\"url(#led-glow)\"\/>\n\n          <!-- Plant rows -->\n          <g transform=\"translate(160,440)\">\n            <path d=\"M0 30 Q -18 0 0 -25 Q 18 0 0 30 Z\" fill=\"#3EE5A5\" opacity=\"0.85\"\/>\n            <line x1=\"0\" y1=\"-25\" x2=\"0\" y2=\"50\" stroke=\"#1740A8\" stroke-width=\"2\"\/>\n          <\/g>\n          <g transform=\"translate(280,440)\">\n            <path d=\"M0 30 Q -18 0 0 -25 Q 18 0 0 30 Z\" fill=\"#3EE5A5\" opacity=\"0.85\"\/>\n            <line x1=\"0\" y1=\"-25\" x2=\"0\" y2=\"50\" stroke=\"#1740A8\" stroke-width=\"2\"\/>\n          <\/g>\n          <g transform=\"translate(400,440)\">\n            <path d=\"M0 30 Q -18 0 0 -25 Q 18 0 0 30 Z\" fill=\"#3EE5A5\" opacity=\"0.85\"\/>\n            <line x1=\"0\" y1=\"-25\" x2=\"0\" y2=\"50\" stroke=\"#1740A8\" stroke-width=\"2\"\/>\n          <\/g>\n          <g transform=\"translate(520,440)\">\n            <path d=\"M0 30 Q -18 0 0 -25 Q 18 0 0 30 Z\" fill=\"#3EE5A5\" opacity=\"0.85\"\/>\n            <line x1=\"0\" y1=\"-25\" x2=\"0\" y2=\"50\" stroke=\"#1740A8\" stroke-width=\"2\"\/>\n          <\/g>\n          <g transform=\"translate(640,440)\">\n            <path d=\"M0 30 Q -18 0 0 -25 Q 18 0 0 30 Z\" fill=\"#3EE5A5\" opacity=\"0.85\"\/>\n            <line x1=\"0\" y1=\"-25\" x2=\"0\" y2=\"50\" stroke=\"#1740A8\" stroke-width=\"2\"\/>\n          <\/g>\n          <g transform=\"translate(760,440)\">\n            <path d=\"M0 30 Q -18 0 0 -25 Q 18 0 0 30 Z\" fill=\"#3EE5A5\" opacity=\"0.85\"\/>\n            <line x1=\"0\" y1=\"-25\" x2=\"0\" y2=\"50\" stroke=\"#1740A8\" stroke-width=\"2\"\/>\n          <\/g>\n          <g transform=\"translate(880,440)\">\n            <path d=\"M0 30 Q -18 0 0 -25 Q 18 0 0 30 Z\" fill=\"#3EE5A5\" opacity=\"0.85\"\/>\n            <line x1=\"0\" y1=\"-25\" x2=\"0\" y2=\"50\" stroke=\"#1740A8\" stroke-width=\"2\"\/>\n          <\/g>\n\n          <!-- Sensors -->\n          <circle class=\"schema-sensor\" cx=\"120\" cy=\"400\" r=\"4\" fill=\"#2D69FF\"\/>\n          <circle class=\"schema-sensor-2\" cx=\"980\" cy=\"400\" r=\"4\" fill=\"#2D69FF\"\/>\n        <\/g>\n\n      <\/svg>\n\n      <div class=\"diagram-legend\">\n        <div class=\"legend-item\"><span class=\"line-dashed\"><\/span>Return air (room \u2192 AHU)<\/div>\n        <div class=\"legend-item\"><span class=\"line-h\" style=\"background: #FF8C5A;\"><\/span>Supply air, conditioned (AHU \u2192 room)<\/div>\n        <div class=\"legend-item\"><span class=\"line-h\" style=\"background: #FFFFFF;\"><\/span>CO\u2082 dosing<\/div>\n        <div class=\"legend-item\"><span class=\"line-dotted\"><\/span>Control signal<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- STORY -->\n<section style=\"background: #050811;\">\n  <div class=\"container\">\n    <div class=\"section-eyebrow\">The story<\/div>\n    <h2 class=\"section-title\">In three <em>acts.<\/em><\/h2>\n\n    <div class=\"story-grid\">\n      <div class=\"story-card\">\n        <div class=\"num\">01 \/ Initial situation<\/div>\n        <h3>Maximum scale. Maximum claim. <\/h3>\n        <p>Over 1,400 m\u00b2 net cultivation area, embedded in a regulatory framework, with the requirement for complete climate control with minimal energy consumption. A task that does not work without proper preliminary planning. <\/p>\n      <\/div>\n\n      <div class=\"story-card\">\n        <div class=\"num\">02 \/ Challenge<\/div>\n        <h3>Stability under any load.<\/h3>\n        <p>Closed system, high dehumidification performance, precise CO\u2082 management - all with the lowest possible power consumption. Each trade had to be precisely coordinated with the next, from planning and construction to commissioning. <\/p>\n        <div class=\"chips\">\n          <span class=\"chip\">Closed 100%<\/span>\n          <span class=\"chip\">Active cooling<\/span>\n          <span class=\"chip\">DEHUMIDIFICATION<\/span>\n          <span class=\"chip\">CO\u2082 fumigation<\/span>\n          <span class=\"chip\">Energy efficiency<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"story-card\">\n        <div class=\"num\">03 \/ Result<\/div>\n        <h3>One system. Industrial scale. <\/h3>\n        <p>Low-fluctuation climate, reproducible production cycles and over 35 % savings in total and operating costs. A facility that shows what is possible when engineering, experience and structure are consistently combined. <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- GALLERY SLIDER -->\n<section class=\"gallery-section\">\n  <div class=\"container\">\n    <div class=\"section-eyebrow\">Impressions of the facility<\/div>\n    <h2 class=\"section-title\">From the facility <em>.<\/em><\/h2>\n    <p style=\"margin-top: 14px; font-size: 17px; color: var(--ink-soft); max-width: 60ch;\">\n  Impressions from the project - from the empty warehouse to the fully productive facility. Navigate through the gallery with arrows or dots.\n    <\/p>\n\n    <div class=\"slider\" id=\"gallery-slider\">\n      <div class=\"slider-track-wrap\">\n        <div class=\"slider-track\" id=\"slider-track\">\n\n          <div class=\"slide\">\n            <img decoding=\"async\" src=\"https:\/\/carbonactive.com\/wp-content\/uploads\/2026\/05\/IMG_7815-scaled.jpg\" alt=\"Construction phase - the empty warehouse\" style=\"object-position: center center;\">\n            <span class=\"slide-tag\">01 - Construction phase<\/span>\n          <\/div>\n\n          <div class=\"slide\">\n            <img decoding=\"async\" src=\"https:\/\/carbonactive.com\/wp-content\/uploads\/2026\/05\/IMG_7879-scaled.jpg\" alt=\"Expansion and installation\" style=\"object-position: center center;\">\n            <span class=\"slide-tag\">02 - Removal & installation<\/span>\n          <\/div>\n\n          <div class=\"slide\">\n            <img decoding=\"async\" src=\"https:\/\/carbonactive.com\/wp-content\/uploads\/2026\/05\/IMG_8286-scaled.jpg\" alt=\"Technical installation - AHU and air conditioning system\" style=\"object-position: center top;\">\n            <span class=\"slide-tag\">03 - Air conditioning<\/span>\n          <\/div>\n\n          <div class=\"slide\">\n            <img decoding=\"async\" src=\"https:\/\/carbonactive.com\/wp-content\/uploads\/2026\/05\/IMG_9010-scaled.jpg\" alt=\"Facility in operation - first occupancy\" style=\"object-position: center center;\">\n            <span class=\"slide-tag\">04 - Facility in operation<\/span>\n          <\/div>\n\n          <div class=\"slide\">\n            <img decoding=\"async\" src=\"https:\/\/carbonactive.com\/wp-content\/uploads\/2026\/05\/IMG_9013-scaled.jpg\" alt=\"Production plant - full cultivation area\" style=\"object-position: center center;\">\n            <span class=\"slide-tag\">05 - Production plant<\/span>\n          <\/div>\n\n          <div class=\"slide\">\n            <img decoding=\"async\" src=\"https:\/\/carbonactive.com\/wp-content\/uploads\/2026\/05\/IMG_9884-scaled.jpg\" alt=\"Full capacity utilization - shortly before the harvest\" style=\"object-position: center 30%;\">\n            <span class=\"slide-tag\">06 - Full load<\/span>\n          <\/div>\n\n          <div class=\"slide\">\n            <img decoding=\"async\" src=\"https:\/\/carbonactive.com\/wp-content\/uploads\/2026\/05\/IMG_9888-scaled.jpg\" alt=\"Detailed view of the cultivation area\" style=\"object-position: center 40%;\">\n            <span class=\"slide-tag\">07 - Close-up<\/span>\n          <\/div>\n\n        <\/div>\n\n        <button class=\"slider-nav prev\" aria-label=\"Vorheriges Bild\" type=\"button\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"15 18 9 12 15 6\"><\/polyline><\/svg>\n        <\/button>\n        <button class=\"slider-nav next\" aria-label=\"N\u00e4chstes Bild\" type=\"button\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 18 15 12 9 6\"><\/polyline><\/svg>\n        <\/button>\n      <\/div>\n\n      <div class=\"slider-dots\" id=\"slider-dots\"><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"cta\">\n  <div class=\"container\">\n    <h2>Your project.<br\/><em>We plan it.<\/em><\/h2>\n    <p>From the initial concept to commissioning - <em>CarbonActive<\/em> plans, builds and operates high-end climate infrastructure for industrial indoor production. \ud83c\udde8\ud83c\udded <\/p>\n    <div class=\"btn-row\">\n      <a class=\"btn btn-primary\" href=\"https:\/\/meetings-eu1.hubspot.com\/lminks\" target=\"_blank\" rel=\"noopener\">Book a consultation<\/a>\n      <a class=\"btn btn-ghost\" href=\"https:\/\/carbonactive.com\/produkt\/igc\/?v=3eb702302e19\">Discover IGC CULTIVATION ROOMS<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  \/\/ Slider \u2014 generiert Dots automatisch, funktioniert mit beliebig vielen Slides\n  (function(){\n    const root  = document.getElementById('gallery-slider');\n    if(!root) return;\n    const track = document.getElementById('slider-track');\n    const dotsW = document.getElementById('slider-dots');\n    const slides = track.querySelectorAll('.slide');\n    const total = slides.length;\n    if(total === 0) return;\n\n    let current = 0;\n    let auto;\n\n    \/\/ Build dots\n    for(let i=0;i<total;i++){\n      const b = document.createElement('button');\n      b.className = 'slider-dot' + (i===0?' active':'');\n      b.type = 'button';\n      b.setAttribute('aria-label','Bild '+(i+1));\n      b.addEventListener('click', () => go(i, true));\n      dotsW.appendChild(b);\n    }\n    const dots = dotsW.querySelectorAll('.slider-dot');\n\n    function go(idx, manual){\n      current = (idx + total) % total;\n      track.style.transform = 'translateX(' + (-current*100) + '%)';\n      dots.forEach((d,i)=> d.classList.toggle('active', i===current));\n      if(manual) restart();\n    }\n\n    function next(){ go(current+1); }\n    function prev(){ go(current-1); }\n\n    root.querySelector('.slider-nav.next').addEventListener('click', () => { next(); restart(); });\n    root.querySelector('.slider-nav.prev').addEventListener('click', () => { prev(); restart(); });\n\n    function start(){ auto = setInterval(next, 6000); }\n    function stop(){ if(auto) clearInterval(auto); }\n    function restart(){ stop(); start(); }\n\n    \/\/ Pause on hover (desktop)\n    root.addEventListener('mouseenter', stop);\n    root.addEventListener('mouseleave', start);\n\n    \/\/ Touch swipe\n    let touchX = null;\n    track.addEventListener('touchstart', e => { touchX = e.touches[0].clientX; }, {passive:true});\n    track.addEventListener('touchend', e => {\n      if(touchX === null) return;\n      const dx = e.changedTouches[0].clientX - touchX;\n      if(Math.abs(dx) > 40){ dx<0 ? next() : prev(); restart(); }\n      touchX = null;\n    }, {passive:true});\n\n    \/\/ Keyboard\n    document.addEventListener('keydown', e => {\n      if(e.key === 'ArrowRight'){ next(); restart(); }\n      if(e.key === 'ArrowLeft' ){ prev(); restart(); }\n    });\n\n    if(total > 1) start();\n  })();\n<\/script>\n\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Large-scale indoor production project in Switzerland &#8211; CarbonActive reference Reference project &#8211; High-end indoor production Industrial precision on 1,400 m\u00b2. One of the largest and most technically demanding indoor projects we have ever realized: a completely closed climate control system with active cooling, dehumidification and CO\u2082 management &#8211; planned for maximum production stability with minimum [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-20591","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/carbonactive.com\/en\/wp-json\/wp\/v2\/pages\/20591","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/carbonactive.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/carbonactive.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/carbonactive.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/carbonactive.com\/en\/wp-json\/wp\/v2\/comments?post=20591"}],"version-history":[{"count":10,"href":"https:\/\/carbonactive.com\/en\/wp-json\/wp\/v2\/pages\/20591\/revisions"}],"predecessor-version":[{"id":21213,"href":"https:\/\/carbonactive.com\/en\/wp-json\/wp\/v2\/pages\/20591\/revisions\/21213"}],"wp:attachment":[{"href":"https:\/\/carbonactive.com\/en\/wp-json\/wp\/v2\/media?parent=20591"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}