/*
Theme Name: Elevated Lite
Theme URI: https://risingthemes.net/shop/elevate-lite/
Author: Risingthemes
Author URI: https://risingthemes.net
Description: Elevated Lite adapted for the KOOK Lighting international stage and entertainment lighting website. The original full-site-editing structure, typography, palette, and motion language are retained while the active homepage patterns present verified KOOK company, product, application, production, and contact content.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.6
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: elevated-lite
Tags: entertainment, e-commerce, one-column, two-columns, three-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, right-sidebar, custom-background, wide-blocks

Elevated Lite is based on Underscores theme(Underscores is distributed under the terms of the GNU GPL v2 or later).
Elevated Lite WordPress Theme has been created by Risingthemes(risingthemes.net), 2025.
Elevated Lite WordPress Theme is released under the terms of GNU GPL
*/

a{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featured-icon{
    height: 100px;
    border-radius: 50%;
    position: relative;
}
.featured-icon figure{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.team-overlay{
    position: relative;
}

.team-overlay:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #ffa646;
    opacity: 0.8;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: 1;
}

.team-member:hover .team-overlay:before{
    -webkit-transform:scale(1, 1);
    -ms-transform:scale(1, 1);
    transform:scale(1, 1);
    -webkit-transform-origin:bottom center;
    -ms-transform-origin:bottom center;
    transform-origin:bottom center;
}

.team-thumbnail{
    position: relative;
}

.team-member-social{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    opacity:0;
    visibility:hidden;
    -webkit-transition:.3s;
    transition:.3s;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    text-align:center;
    margin:0;
    z-index:9;
}

.team-member:hover .team-member-social{
    opacity:1;
    visibility:visible;
}

.price-feat-list{
    list-style: none;
}
.price-feat-list li{
    padding: 5px 5px 5px 25px;
    position: relative;
    list-style: none;
}
.price-feat-list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 18px;
    background-color: #ffffff;
    transform: translateY(-50%);
}

.round-cls img{
    border-radius: 50%;
}

.truncate-line p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}

.sidebar-meta-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-meta-list li{
    margin: 5px 0;
}

/* --- Block Media Quries
-------------------------------------------------------- */
/* --- > Media Queries
-------------------------------------------------------- */
/* --- > 781px
-------------------------------------------------------- */

@media screen and (max-width:999px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
        margin-top: 0;
    }
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: block; 
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none; 
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
        padding: 3rem 1rem 1rem;
    }
    .wp-block-navigation__responsive-container-close{
        top: 20px;
        right: 20px;
    }
}

@media screen and (max-width: 600px) {
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
        width: 100%;
        gap: 0 !important;
        border: 1px solid #9292923b;
        border-bottom: none;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item {
        width: 100%;
        gap: 0 !important;
        border: none !important;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item a {
        width: 100%;
        border-bottom: 1px solid #9292923b;
        padding: 7px 50px 7px 20px;
        box-sizing: border-box;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
        display: block !important;
        margin-left: 15px;
        padding: 3px 10px;
        float: right;
        font-size: 19px;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 42px;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
        stroke: currentColor;
        display: block;
        width: 30px;
        height: 13px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
        width: 100%;
        gap: 0;
        margin: 0;
        padding: 0;
        display: none;
        box-shadow: none;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a {
        padding-left: 35px;
    }
    .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation-submenu__toggle[aria-expanded=true] + ul.wp-block-navigation__submenu-container {
        display: block;
        margin: 0;
        padding: 0;
    }
    .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container {
        transition-timing-function: ease-in;
        transition: 0s;
        transform: translateX(130%);
        display: block;
    }
    .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
        visibility: visible;
        transition-timing-function: ease-out;
        transition: .7s;
        transform: translateX(0);
        top: 0;
    } 
}

/* KOOK Lighting content integration
-------------------------------------------------------------- */
:root {
    --kook-ink: #ffffff;
    --kook-muted: #c8c5bd;
    --kook-night: #000000;
    --kook-surface: #020202;
    --kook-surface-raised: #0b0a08;
    --kook-panel: #090909;
    --kook-panel-soft: #11100d;
    --kook-gold: #9f7a37;
    --kook-gold-light: #c3a15e;
    --kook-accent: var(--kook-gold);
    --kook-radius: clamp(28px, 2.5vw, 36px);
    --kook-font-display: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Inter Variable", "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    --kook-font-text: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Inter Variable", "Inter", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
    background: var(--kook-night);
    font-family: var(--kook-font-text);
    font-synthesis: none;
    font-optical-sizing: auto;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden;
    color: var(--kook-ink);
    font-family: var(--kook-font-text);
    font-weight: 400;
    letter-spacing: -.012em;
    background:
        linear-gradient(180deg, #000 0%, var(--kook-surface) 36%, #000 100%);
}
.kook-hero-title,
.kook-section-heading h2,
.kook-feature-copy h2,
.kook-product-intro h2,
.kook-category-grid h3,
.kook-spec-grid strong,
.kook-product-options h3,
.kook-company-copy h3,
.kook-company-copy h4,
.kook-process h3,
.kook-contact-strip p,
.kook-hero-model strong {
    font-family: var(--kook-font-display);
    font-weight: 600;
}
.kook-header, .kook-header *, .kook-hero, .kook-hero *, .kook-section, .kook-section *, .kook-footer, .kook-footer * { box-sizing: border-box; }
.kook-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(20px, 4vw, 70px);
    min-height: 88px;
    padding: 18px max(24px, calc((100vw - 1380px) / 2));
    color: var(--kook-ink);
    background: #000000d9;
    border-bottom: 1px solid #9f7a3742;
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    transition: min-height .35s ease, padding .35s ease, background-color .35s ease, border-color .35s ease;
}
.kook-scrolled .kook-header { min-height: 72px; padding-block: 11px; background: #000000f2; border-color: #9f7a3766; }
.kook-brand img { display: block; width: clamp(120px, 12vw, 190px); height: 44px; object-fit: contain; object-position: left center; }
.kook-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.kook-nav a, .kook-header-cta { color: var(--kook-ink); font-family: var(--kook-font-text); font-size: 13px; font-weight: 400; letter-spacing: -.01em; text-decoration: none; text-transform: none; }
.kook-nav a:hover, .kook-text-link:hover, .kook-footer a:hover { color: var(--kook-accent); }
.kook-header-cta { padding: 12px 18px; border: 1px solid #9f7a3780; border-radius: 999px; }

.kook-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    min-height: min(940px, calc(100svh - 88px));
    padding: clamp(70px, 10vw, 150px) max(24px, calc((100vw - 1380px) / 2));
    color: var(--kook-ink);
    overflow: hidden;
}
.kook-hero-bg, .kook-hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.kook-hero-bg { z-index: -3; object-fit: cover; object-position: center center; }
.kook-hero-bg { filter: contrast(1.04) saturate(.92); transform: scale(1.01); }
.kook-hero-scrim {
    z-index: -2;
    background:
        linear-gradient(90deg, #000000e8 0%, #000000c7 31%, #00000047 55%, transparent 76%),
        linear-gradient(0deg, #000000c4 0%, transparent 34%, #00000038 100%);
}
.kook-hero-content { position: relative; z-index: 2; max-width: 760px; }
.kook-eyebrow { margin: 0 0 22px; color: var(--kook-accent); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.kook-hero-title { margin: 0; max-width: 920px; color: var(--kook-ink); font-size: clamp(62px, 7.6vw, 120px); line-height: .96; letter-spacing: -.03em; overflow-wrap: normal; text-wrap: balance; }
.kook-script-accent {
    color: var(--kook-gold-light);
    font-family: var(--kook-font-display);
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.025em;
    text-transform: none;
}
.kook-hero-title .kook-script-accent { display: block; margin-top: .08em; font-size: .82em; line-height: .98; }
.kook-hero-copy { max-width: 670px; margin: clamp(28px, 4vw, 50px) 0 0; color: #dedce7; font-size: clamp(17px, 1.35vw, 22px); line-height: 1.47; letter-spacing: -.018em; }
.kook-button { display: inline-flex; padding: 15px 24px; color: #111; background: var(--kook-accent); border-radius: 999px; font-family: var(--kook-font-text); font-weight: 600; letter-spacing: -.01em; text-decoration: none; }
.kook-text-link { color: var(--kook-ink); text-decoration: none; }
.kook-button:hover { color: #090806; background: var(--kook-gold-light); transform: translateY(-2px); box-shadow: 0 12px 34px #9f7a373d; }
.kook-hero-stage {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: clamp(520px, 53vw, 720px);
    overflow: hidden;
    border: 1px solid #c3a15e30;
    border-radius: var(--kook-radius);
    background:
        linear-gradient(135deg, #ffffff0a, transparent 28%),
        radial-gradient(ellipse at 54% 46%, #9f7a3735 0%, #17120a1c 37%, transparent 68%),
        #030303a6;
    box-shadow: inset 0 1px #ffffff0d, 0 45px 110px #000000a3;
}
.kook-hero-stage-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    min-height: 0;
    margin: 0;
    overflow: visible;
    pointer-events: none;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.kook-stage-beam {
    position: absolute;
    top: -18%;
    left: 46%;
    width: 54%;
    height: 120%;
    opacity: .38;
    background: linear-gradient(90deg, transparent, #c3a15e29 48%, transparent);
    filter: blur(9px);
    transform: rotate(15deg);
    clip-path: polygon(46% 0, 58% 0, 100% 100%, 0 100%);
    pointer-events: none;
}
.kook-hero-product { position: relative; z-index: 1; filter: drop-shadow(0 34px 50px #000e) drop-shadow(0 0 40px #c3a15e24); }
.kook-hero-product img { display: block; width: min(590px, 42vw); max-height: 660px; margin-inline: auto; object-fit: contain; transform: rotate(-2deg); transition: transform .9s cubic-bezier(.2,.8,.2,1), filter .9s ease; }
.kook-hero-stage.is-visual-active .kook-hero-product img { transform: rotate(0) scale(1.015); }
.kook-hero-model {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: grid;
    min-width: min(260px, calc(100% - 48px));
    padding: 18px 20px;
    color: var(--kook-ink);
    background: #080706d9;
    border: 1px solid #c3a15e3d;
    border-radius: 22px;
    backdrop-filter: blur(14px);
}
.kook-hero-stage-overlay .kook-hero-model {
    right: max(24px, calc((100vw - 1380px) / 2));
    bottom: 32px;
}
.kook-hero-model span, .kook-video-label { color: var(--kook-gold-light); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.kook-hero-model strong { margin-top: 7px; font-size: clamp(30px, 3vw, 46px); line-height: .9; }
.kook-hero-model small { margin-top: 8px; color: var(--kook-muted); font-size: 12px; }
.kook-scroll-cue { position: absolute; left: max(24px, calc((100vw - 1380px) / 2)); bottom: 24px; z-index: 3; display: block; margin: 0; color: #a7a49d; font-size: 10px; letter-spacing: .16em; text-align: center; text-transform: uppercase; }

.kook-section {
    position: relative;
    isolation: isolate;
    padding: clamp(80px, 10vw, 160px) max(24px, calc((100vw - 1380px) / 2));
    color: var(--kook-ink);
    background:
        linear-gradient(180deg, transparent 0%, #ffffff03 46%, transparent 100%),
        var(--kook-surface);
}
.kook-section:nth-of-type(even) { background: linear-gradient(180deg, transparent, #9f7a3707 50%, transparent), var(--kook-surface); }
.kook-section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); align-items: end; gap: 40px; margin-bottom: clamp(42px, 6vw, 84px); }
.kook-section-heading .kook-eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.kook-section-heading h2 { margin: 0; max-width: 950px; color: var(--kook-ink); font-size: clamp(52px, 7vw, 108px); line-height: .98; letter-spacing: -.03em; }
.kook-section-heading > p:last-child { max-width: 520px; margin: 0; color: var(--kook-muted); font-size: 17px; line-height: 1.47; letter-spacing: -.015em; }

.kook-category-grid, .kook-spec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.kook-category-grid article, .kook-spec-grid article, .kook-product-options article, .kook-process li {
    min-height: 260px;
    padding: clamp(24px, 3vw, 42px);
    background: linear-gradient(145deg, var(--kook-panel-soft), var(--kook-panel));
    border: 1px solid #9f7a3738;
    border-radius: var(--kook-radius);
    transition: transform .35s ease, border-color .35s ease;
}
.kook-category-grid article:hover, .kook-spec-grid article:hover { transform: translateY(-7px); border-color: #c3a15e8c; }
.kook-category-grid span, .kook-spec-grid span, .kook-product-options span, .kook-process span { color: var(--kook-accent); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.kook-category-grid h3 { margin: 110px 0 0; font-size: clamp(25px, 2.4vw, 38px); line-height: 1.05; }
.kook-feature-video { display: block; width: 100%; max-height: 760px; background: #000; border-radius: var(--kook-radius); object-fit: cover; box-shadow: 0 40px 100px #0008; }
.kook-feature-stage { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); gap: clamp(28px, 5vw, 82px); align-items: center; }
.kook-feature-copy h2 { margin: 0; max-width: 680px; font-size: clamp(58px, 7vw, 104px); line-height: .98; letter-spacing: -.03em; }
.kook-feature-copy > p:not(.kook-eyebrow) { max-width: 560px; margin: 32px 0 0; color: var(--kook-muted); font-size: 17px; line-height: 1.47; letter-spacing: -.015em; }
.kook-product-quickfacts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 40px 0 0; overflow: hidden; background: #ffffff14; border: 1px solid #ffffff12; border-radius: 22px; }
.kook-product-quickfacts div { min-width: 0; padding: 18px; background: #070706; }
.kook-product-quickfacts dt { color: #85827a; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.kook-product-quickfacts dd { margin: 8px 0 0; color: var(--kook-gold-light); font-size: 15px; line-height: 1.25; }
.kook-video-frame { position: relative; min-width: 0; padding: 10px; overflow: hidden; background: linear-gradient(145deg, #17130d, #050505); border: 1px solid #c3a15e38; border-radius: var(--kook-radius); box-shadow: 0 42px 110px #000b; }
.kook-video-frame .kook-feature-video { max-height: 680px; box-shadow: none; }
.kook-video-label { position: absolute; top: 28px; left: 28px; z-index: 2; padding: 10px 13px; background: #050505d9; border: 1px solid #c3a15e3d; border-radius: 999px; backdrop-filter: blur(10px); }

.kook-product-intro { max-width: 920px; margin-bottom: 60px; }
.kook-product-intro h2 { margin: 0 0 22px; font-size: clamp(48px, 6vw, 90px); line-height: 1; letter-spacing: -.028em; }
.kook-product-intro p:last-child { max-width: 720px; color: var(--kook-muted); font-size: 18px; line-height: 1.47; letter-spacing: -.015em; }
.kook-media-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: clamp(250px, 28vw, 450px); gap: 18px; }
.kook-media-grid figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--kook-panel); border-radius: var(--kook-radius); }
.kook-media-grid img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.kook-media-grid figure:hover img { transform: scale(1.035); }
.kook-media-grid .kook-media-large { grid-column: span 2; grid-row: span 2; }
.kook-media-grid .kook-media-wide { grid-column: span 2; }
.kook-kbw-gallery figure:not(.kook-media-wide) img, .kook-kd5-gallery img { object-fit: contain; padding: clamp(14px, 2vw, 30px); }

.kook-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kook-spec-grid article { display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; }
.kook-spec-grid strong { display: block; max-width: 620px; color: var(--kook-gold-light); font-size: clamp(28px, 3vw, 48px); line-height: 1.08; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }
.kook-spec-grid .kook-product-advantage { font-size: clamp(44px, 5vw, 78px); line-height: 1; }
.kook-laser-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 26px; align-items: stretch; }
.kook-laser-visual { display: grid; place-items: center; min-height: 700px; padding: 40px; background: radial-gradient(circle at 50% 40%, #241d11, #050505 65%); border: 1px solid #9f7a3738; border-radius: var(--kook-radius); overflow: hidden; }
.kook-laser-visual img { max-width: 100%; max-height: 670px; object-fit: contain; }
.kook-product-options { display: grid; gap: 18px; }
.kook-product-options article { min-height: 180px; }
.kook-product-options h3 { margin: 70px 0 0; font-size: clamp(32px, 3vw, 52px); }
.kook-product-options p, .kook-product-options li { color: var(--kook-muted); line-height: 1.6; }
.kook-product-options ul { margin: 0; padding: 25px 25px 25px 48px; background: var(--kook-panel); border: 1px solid #9f7a3738; border-radius: var(--kook-radius); }
.kook-safety-note { padding: 20px 24px; border: 1px solid #9f7a3747; background: #9f7a3714; border-radius: var(--kook-radius); }
.kook-kd5-gallery { margin-top: 18px; grid-template-columns: repeat(2, 1fr); }

.kook-application-visuals { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.kook-application-visuals figure { height: clamp(430px, 53vw, 760px); margin: 0; overflow: hidden; border-radius: var(--kook-radius); }
.kook-application-visuals img { width: 100%; height: 100%; object-fit: cover; }
.kook-application-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.kook-application-list span { padding: 12px 18px; border: 1px solid #9f7a375c; border-radius: 999px; color: var(--kook-ink); }
.kook-company-copy { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(300px, 1.25fr); gap: 24px 70px; margin-bottom: 70px; }
.kook-company-copy h3, .kook-company-copy h4 { margin: 0; }
.kook-company-copy h3 { font-size: clamp(24px, 2.7vw, 42px); }
.kook-company-copy h4 { font-size: clamp(22px, 2.2vw, 34px); }
.kook-company-copy p { grid-column: 2; margin: 0; color: var(--kook-muted); font-size: 17px; line-height: 1.47; letter-spacing: -.015em; }
.kook-company-gallery figcaption { position: absolute; inset: auto 18px 18px; padding: 10px 13px; color: white; background: #08070dbd; border-radius: 999px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.kook-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.kook-process li { min-height: 330px; }
.kook-process h3 { margin: 120px 0 15px; font-size: 27px; }
.kook-process p { color: var(--kook-muted); line-height: 1.55; }
.kook-contact-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px 42px; padding: 42px 24px; color: var(--kook-ink); background: #050505; border-block: 1px solid #9f7a3761; }
.kook-contact-strip p { margin: 0; font-size: clamp(25px, 3vw, 46px); font-weight: 700; }
.kook-control-grid { grid-template-columns: repeat(2, 1fr); margin-bottom: 18px; }
.kook-control-video { margin-top: 18px; }
.kook-footer { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; padding: clamp(70px, 9vw, 130px) max(24px, calc((100vw - 1380px) / 2)) 34px; color: var(--kook-ink); background: #000; }
.kook-footer-brand img { width: min(250px, 80%); height: 70px; object-fit: contain; object-position: left center; }
.kook-footer h3 { margin: 0 0 20px; color: var(--kook-accent); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
.kook-footer p, .kook-footer a { display: block; margin: 0 0 10px; color: var(--kook-muted); line-height: 1.6; text-decoration: none; }
.kook-footer-legal { grid-column: 1 / -1; margin-top: 40px !important; padding-top: 25px; border-top: 1px solid #ffffff18; }

.kook-motion-enabled .kook-reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    filter: blur(8px);
    transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1), filter .72s ease;
    transition-delay: var(--kook-reveal-delay, 0ms);
    will-change: opacity, transform, filter;
}
.kook-motion-enabled[data-scroll-direction="up"] .kook-reveal:not(.is-visible) { transform: translate3d(0, -24px, 0); }
.kook-motion-enabled[data-scroll-direction="down"] .kook-reveal:not(.is-visible) { transform: translate3d(0, 24px, 0); }
.kook-motion-enabled .kook-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}
.kook-motion-enabled .kook-visual { opacity: .7; transform: scale(.975) translate3d(0, 24px, 0); filter: saturate(.76); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1), filter .9s ease; }
.kook-motion-enabled .kook-visual.is-visual-active { opacity: 1; transform: scale(1) translate3d(0, 0, 0); filter: saturate(1); }

@media (max-width: 1000px) {
    .kook-header { grid-template-columns: 1fr auto; }
    .kook-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
    .kook-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 92px; padding-bottom: 110px; }
    .kook-hero-content { max-width: 760px; }
    .kook-hero-stage { min-height: 560px; margin-top: 54px; }
    .kook-hero-stage-overlay { min-height: 0; margin-top: 0; }
    .kook-hero-product img { width: min(570px, 66vw); }
    .kook-section-heading, .kook-company-copy { grid-template-columns: 1fr; }
    .kook-section-heading .kook-eyebrow, .kook-company-copy p { grid-column: auto; }
    .kook-category-grid { grid-template-columns: repeat(2, 1fr); }
    .kook-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kook-laser-layout { grid-template-columns: 1fr; }
    .kook-laser-visual { min-height: 520px; }
    .kook-feature-stage { grid-template-columns: 1fr; }
    .kook-process, .kook-footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .kook-header { min-height: 74px; padding: 14px 20px; gap: 14px; }
    .kook-brand img { width: 116px; height: 34px; }
    .kook-header-cta { padding: 10px 12px; font-size: 10px; }
    .kook-nav { gap: 19px; }
    .kook-nav a { white-space: nowrap; font-size: 10px; }
    .kook-hero { min-height: calc(100svh - 74px); padding: 76px 20px 116px; }
    .kook-hero-bg { object-position: 64% center; }
    .kook-hero-scrim { background: linear-gradient(90deg, #000000ed 0%, #000000b8 70%, #00000066 100%), linear-gradient(0deg, #000000e8 0%, transparent 50%); }
    .kook-hero-title { font-size: clamp(52px, 17vw, 80px); line-height: .88; overflow-wrap: break-word; }
    .kook-hero-copy { font-size: 16px; }
    .kook-hero-stage { min-height: 430px; margin-top: 42px; }
    .kook-hero-stage-overlay { min-height: 0; margin-top: 0; }
    .kook-hero-product img { width: min(420px, 92vw); }
    .kook-hero-model { display: none; }
    .kook-scroll-cue { display: none; }
    .kook-section { padding: 80px 20px; }
    .kook-section-heading { gap: 24px; margin-bottom: 42px; }
    .kook-section-heading .kook-eyebrow { margin-bottom: 0; }
    .kook-section-heading h2 { font-size: clamp(47px, 14vw, 72px); overflow-wrap: break-word; }
    .kook-feature-copy h2 { font-size: clamp(54px, 16vw, 78px); overflow-wrap: break-word; }
    .kook-product-quickfacts { grid-template-columns: 1fr; }
    .kook-category-grid, .kook-spec-grid, .kook-application-visuals, .kook-process, .kook-footer { grid-template-columns: 1fr; }
    .kook-category-grid article { min-height: 210px; }
    .kook-category-grid h3 { margin-top: 76px; }
    .kook-spec-grid article { min-height: 240px; }
    .kook-media-grid { grid-auto-rows: 270px; }
    .kook-media-grid .kook-media-large, .kook-media-grid .kook-media-wide { grid-column: span 2; }
    .kook-control-grid { grid-template-columns: 1fr; }
    .kook-control-grid figure { grid-column: auto; }
    .kook-laser-visual { min-height: 390px; padding: 20px; }
    .kook-product-options h3 { margin-top: 50px; }
    .kook-application-visuals figure { height: 430px; }
    .kook-process li { min-height: 270px; }
    .kook-process h3 { margin-top: 80px; }
    .kook-footer { gap: 38px; }
    .kook-script-accent { overflow-wrap: anywhere; }
    .kook-motion-enabled .kook-reveal { transition-delay: 0ms; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .kook-motion-enabled .kook-reveal { opacity: 1 !important; transform: none !important; filter: none !important; transition-delay: 0ms !important; }
    .kook-motion-enabled .kook-visual { opacity: 1 !important; transform: none !important; filter: none !important; }
    .kook-stage-beam { opacity: .2; }
}

/* KOOK unified layout and responsive design system
-------------------------------------------------------------- */
:root {
    --color-bg: #050505;
    --color-bg-soft: #090908;
    --color-surface: #0c0c0b;
    --color-surface-hover: #11110f;
    --color-text: #f5f5f2;
    --color-text-secondary: rgba(245, 245, 242, .7);
    --color-text-muted: rgba(245, 245, 242, .48);
    --color-gold: #c7a45a;
    --color-gold-hover: #d5b76d;
    --color-gold-border: rgba(199, 164, 90, .24);
    --color-gold-border-hover: rgba(199, 164, 90, .55);
    --color-brand: #00a7a5;
    --container-max: 1440px;
    --container-padding-desktop: 48px;
    --container-padding-tablet: 32px;
    --container-padding-mobile: 20px;
    --container-padding: var(--container-padding-desktop);
    --container-gutter: max(var(--container-padding), calc((100vw - var(--container-max)) / 2 + var(--container-padding)));
    --grid-gap: 24px;
    --radius-sm: 14px;
    --radius-md: 20px;
    --radius-lg: 28px;
    --radius-pill: 999px;
    --section-space-desktop: 144px;
    --section-space-tablet: 96px;
    --section-space-mobile: 72px;
    --section-space: var(--section-space-desktop);
    --transition-fast: 180ms ease;
    --transition-normal: 280ms ease;
    --kook-ink: var(--color-text);
    --kook-muted: var(--color-text-secondary);
    --kook-night: var(--color-bg);
    --kook-surface: var(--color-bg);
    --kook-panel: var(--color-surface);
    --kook-panel-soft: var(--color-bg-soft);
    --kook-gold: var(--color-gold);
    --kook-gold-light: var(--color-gold-hover);
    --kook-accent: var(--color-gold);
    --kook-radius: var(--radius-lg);
}

html { color-scheme: dark; scroll-padding-top: 88px; }
body { background: var(--color-bg); }
body,
.kook-header,
.kook-hero,
.kook-section,
.kook-contact-strip,
.kook-footer { max-width: 100%; }
img, video { display: block; max-width: 100%; }

.container {
    width: min(var(--container-max), calc(100% - var(--container-padding) * 2));
    margin-inline: auto;
}
.grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--grid-gap); }
.display-title { font-size: clamp(4rem, 6.5vw, 7rem); line-height: .92; letter-spacing: -.045em; }
.page-title { font-size: clamp(3.5rem, 5.6vw, 6rem); line-height: .96; letter-spacing: -.04em; }
.section-title { font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: 1; letter-spacing: -.035em; }
.card-title { font-size: clamp(1.5rem, 2vw, 2.1rem); line-height: 1.1; }
.body-large { max-width: 640px; font-size: clamp(1.05rem, 1.25vw, 1.25rem); line-height: 1.6; }
.eyebrow { font-size: .75rem; line-height: 1; letter-spacing: .18em; text-transform: uppercase; }
.kook-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

:where(a, button):focus-visible {
    outline: 2px solid var(--color-gold-hover);
    outline-offset: 4px;
}
:where(a, button) { -webkit-tap-highlight-color: transparent; }

.kook-header,
.kook-hero,
.kook-section,
.kook-contact-strip,
.kook-footer { padding-inline: var(--container-gutter); }

.kook-header {
    grid-template-columns: auto 1fr auto;
    min-height: 80px;
    padding-block: 14px;
    gap: clamp(28px, 4vw, 64px);
    background: rgba(5, 5, 5, .88);
    border-color: var(--color-gold-border);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.kook-scrolled .kook-header { min-height: 72px; padding-block: 10px; background: rgba(5, 5, 5, .97); }
.kook-brand img { width: auto; height: 30px; }
.kook-nav { gap: clamp(26px, 3vw, 40px); }
.kook-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--color-text-secondary); font-size: 14px; }
.kook-nav a:hover { color: var(--color-text); }
.kook-nav a::after { content: ""; position: absolute; inset: auto 0 7px; height: 1px; background: var(--color-gold); transform: scaleX(0); transform-origin: center; transition: transform var(--transition-fast); }
.kook-nav a { position: relative; }
.kook-nav a:hover::after, .kook-nav a:focus-visible::after { transform: scaleX(1); }
.kook-header-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; white-space: nowrap; border-color: var(--color-gold-border); transition: color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast); }
.kook-header-cta:hover { color: #080806; background: var(--color-gold); border-color: var(--color-gold); }
.kook-menu-toggle { display: none; }

.kook-hero {
    min-height: clamp(720px, calc(100svh - 80px), 920px);
    padding-block: clamp(88px, 8vw, 120px) 72px;
    align-items: center;
}
.kook-hero-content { width: min(100%, 680px); max-width: none; }
.kook-hero-title { max-width: 680px; font-size: clamp(4rem, 6.5vw, 7rem); line-height: .92; letter-spacing: -.045em; text-wrap: balance; }
.kook-hero-title .kook-script-accent { margin-top: .015em; font-size: .74em; line-height: .98; }
.kook-eyebrow { margin-bottom: 24px; font-size: 12px; line-height: 1; letter-spacing: .16em; }
.kook-hero-copy { max-width: 600px; margin-top: 32px; font-size: clamp(1.05rem, 1.25vw, 1.25rem); line-height: 1.58; }
.kook-button, .kook-text-link { min-height: 44px; display: inline-flex; align-items: center; }
.kook-button { padding-inline: 24px; transition: transform var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast); }
.kook-hero-mobile-visual { display: none; }
.kook-hero-bg { transform: none; filter: contrast(1.03) saturate(.9); }
.kook-hero-scrim { background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.86) 32%, rgba(0,0,0,.38) 56%, rgba(0,0,0,.04) 80%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 34%); }
.kook-hero-stage-overlay .kook-hero-model { right: var(--container-gutter); bottom: 48px; }
.kook-scroll-cue { left: var(--container-gutter); bottom: 28px; }

.kook-section { padding-block: var(--section-space); background: var(--color-bg); }
.kook-section:nth-of-type(even) { background: var(--color-bg-soft); }
.kook-section-heading {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: end;
    gap: 20px var(--grid-gap);
    margin-bottom: clamp(64px, 6vw, 88px);
}
.kook-section-heading .kook-eyebrow { grid-column: 1 / -1; margin-bottom: 8px; }
.kook-section-heading h2 { grid-column: 1 / 9; max-width: 880px; font-size: clamp(2.5rem, 4.4vw, 4.75rem); line-height: .98; letter-spacing: -.04em; }
.kook-section-heading > p:last-child { grid-column: 9 / 13; align-self: end; max-width: 460px; font-size: clamp(1rem, 1.2vw, 1.125rem); line-height: 1.6; }
.kook-script-accent { color: var(--color-gold); }

:is(.kook-category-grid article, .kook-spec-grid article, .kook-product-options article, .kook-process li) {
    background: linear-gradient(180deg, rgba(255,255,255,.018), transparent), var(--color-surface);
    border: 1px solid var(--color-gold-border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    transition: transform var(--transition-normal), border-color var(--transition-normal), background-color var(--transition-normal);
}
:is(.kook-category-grid article, .kook-spec-grid article, .kook-product-options article, .kook-process li):hover {
    transform: translateY(-3px);
    border-color: var(--color-gold-border-hover);
}

.kook-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--grid-gap); }
.kook-category-grid article { position: relative; min-height: clamp(220px, 18vw, 260px); padding: 30px; }
.kook-category-grid article::after { content: ""; position: absolute; right: 24px; bottom: 20px; width: 84px; height: 84px; border: 1px solid rgba(199,164,90,.09); border-radius: 50%; opacity: .7; transition: border-color var(--transition-fast), transform var(--transition-fast); }
.kook-category-grid article:hover::after { border-color: rgba(199,164,90,.18); transform: scale(1.02); }
.kook-category-grid h3 { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 26px; margin: 0; font-size: clamp(1.5rem, 2vw, 2.1rem); line-height: 1.1; }

.kook-feature-stage { grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: start; gap: var(--grid-gap); }
.kook-feature-copy { grid-column: 1 / 6; padding-right: clamp(0px, 2vw, 28px); }
.kook-feature-copy h2 { font-size: clamp(2.75rem, 4.4vw, 4.75rem); line-height: .98; }
.kook-feature-copy > p:not(.kook-eyebrow) { margin-top: 30px; line-height: 1.6; }
.kook-video-frame { grid-column: 6 / 13; padding: 8px; border-color: var(--color-gold-border); border-radius: var(--radius-lg); box-shadow: none; }
.kook-feature-video { width: 100%; aspect-ratio: 16 / 9; max-height: none; border-radius: calc(var(--radius-lg) - 8px); }
.kook-product-quickfacts { margin-top: 36px; border-color: var(--color-gold-border); border-radius: var(--radius-md); }
.kook-product-quickfacts div { padding: 18px 16px; background: var(--color-bg-soft); }
.kook-product-quickfacts dd { color: var(--color-gold-hover); }

.kook-product-intro { max-width: 820px; margin-bottom: clamp(56px, 6vw, 80px); }
.kook-product-intro h2 { font-size: clamp(2.75rem, 4.5vw, 5rem); }
.kook-product-intro p:last-child { max-width: 640px; line-height: 1.6; }
.kook-media-grid { gap: var(--grid-gap); grid-auto-rows: clamp(220px, 24vw, 390px); }
.kook-media-grid figure { background: var(--color-surface); border: 1px solid var(--color-gold-border); border-radius: var(--radius-lg); }
.kook-media-grid img { background: var(--color-surface); transition: transform var(--transition-normal), filter var(--transition-normal); }
.kook-media-grid figure:hover img { transform: scale(1.02); }
.kook-kbw-gallery figure:not(.kook-media-wide) img, .kook-kd5-gallery img { padding: clamp(18px, 2vw, 30px); object-fit: contain; }
.kook-kbw-gallery figure:nth-of-type(5) { padding: 16px; background: #171716; }
.kook-kbw-gallery figure:nth-of-type(5) img { border-radius: var(--radius-md); filter: brightness(.78) contrast(1.04); }
.kook-kbw-gallery .kook-media-wide img { object-fit: cover; }

.kook-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); }
.kook-spec-grid article { min-height: clamp(210px, 19vw, 250px); padding: 30px; }
.kook-spec-grid article > div { margin-top: auto; }
.kook-spec-grid strong { font-size: clamp(1.65rem, 2.5vw, 2.5rem); line-height: 1.08; }
.kook-spec-grid .kook-product-advantage { font-size: clamp(3.25rem, 5vw, 4.5rem); color: var(--color-gold); }
.kook-spec-grid small { font-size: .42em; letter-spacing: -.01em; }
.kook-spec-grid p { margin: 12px 0 0; color: var(--color-text-secondary); font-size: 15px; line-height: 1.45; }

.kook-laser-layout { grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: start; gap: var(--grid-gap); }
.kook-laser-visual { grid-column: 1 / 8; min-height: clamp(520px, 52vw, 720px); padding: clamp(28px, 4vw, 52px); background: radial-gradient(circle at 50% 42%, #211d15, var(--color-surface) 66%); border-color: var(--color-gold-border); }
.kook-laser-visual img { width: 120%; max-width: 120%; max-height: 680px; }
.kook-product-options { grid-column: 8 / 13; gap: var(--grid-gap); }
.kook-product-options article { min-height: 190px; padding: 28px; }
.kook-product-options h3 { margin-top: 54px; font-size: clamp(1.75rem, 2.6vw, 2.75rem); }
.kook-product-options ul { margin: 0; background: var(--color-surface); border-color: var(--color-gold-border); }
.kook-safety-note { margin: 0; color: var(--color-text-muted); background: #0b0b0a; border-color: rgba(245,245,242,.1); font-size: 13px; line-height: 1.55; }
.kook-safety-note strong { color: var(--color-text-secondary); }
.kook-kd5-gallery { grid-template-columns: repeat(2, 1fr); gap: var(--grid-gap); }
.kook-kd5-gallery figure { aspect-ratio: 4 / 3; }

.kook-control-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; }
.kook-control-grid figure { aspect-ratio: 16 / 9; }
.kook-control-grid img { object-fit: cover; }
.kook-control-video { margin-top: var(--grid-gap); }

.kook-application-visuals { grid-template-columns: 7fr 5fr; gap: var(--grid-gap); }
.kook-application-visuals figure { position: relative; height: auto; aspect-ratio: 16 / 10; border: 1px solid var(--color-gold-border); border-radius: var(--radius-lg); }
.kook-application-visuals img { filter: saturate(.52) sepia(.14) brightness(.7); transition: transform var(--transition-normal), filter var(--transition-normal); }
.kook-application-visuals figure:hover img { transform: scale(1.02); filter: saturate(.62) sepia(.12) brightness(.76); }
.kook-application-visuals figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.78)); pointer-events: none; }
.kook-application-visuals figcaption { position: absolute; z-index: 1; left: 24px; bottom: 22px; color: var(--color-text); font-size: 15px; font-weight: 600; }
.kook-application-list { gap: 10px; }
.kook-application-list span { min-height: 38px; display: inline-flex; align-items: center; padding: 0 16px; border-color: var(--color-gold-border); transition: border-color var(--transition-fast), background var(--transition-fast); }
.kook-application-list span:hover { background: rgba(199,164,90,.07); border-color: var(--color-gold-border-hover); }

.kook-company-copy { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px var(--grid-gap); margin-bottom: clamp(56px, 6vw, 80px); }
.kook-company-copy h3 { grid-column: 1 / 5; grid-row: 1 / span 2; font-size: clamp(1.5rem, 2.4vw, 2.3rem); line-height: 1.25; }
.kook-company-copy h4, .kook-company-copy p { grid-column: 5 / 13; max-width: 700px; }
.kook-company-copy h4 { font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.2; }
.kook-company-copy p { margin: 0; line-height: 1.65; }
.kook-company-gallery figcaption { background: rgba(5,5,5,.82); border: 1px solid var(--color-gold-border); }

/* Inside Kook — four-step reveal grid */
.kook-company-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--grid-gap);
}
.kook-company-process-card {
    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: clamp(300px, 31vw, 470px);
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 18%, rgba(199,164,90,.09), transparent 30%),
        linear-gradient(145deg, #11110f, #070707);
    border: 1px solid var(--color-gold-border);
    border-radius: var(--radius-lg);
    outline: none;
    cursor: default;
}
.kook-company-process-card::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.78)),
        linear-gradient(90deg, rgba(0,0,0,.2), transparent 48%);
    opacity: 0;
    transition: opacity .7s cubic-bezier(.2,.7,.2,1);
    pointer-events: none;
}
.kook-company-process-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 34px;
    bottom: 34px;
    width: 78px;
    aspect-ratio: 1;
    border: 1px solid rgba(199,164,90,.16);
    border-radius: 50%;
    transition: opacity .45s ease, transform .7s cubic-bezier(.2,.7,.2,1);
    pointer-events: none;
}
.kook-company-process-card img {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.045);
    filter: saturate(.72) contrast(1.04) brightness(.82);
    transition:
        opacity .72s cubic-bezier(.2,.7,.2,1),
        transform 1.05s cubic-bezier(.2,.7,.2,1),
        filter .72s ease;
}
.kook-company-process-number,
.kook-company-process-card figcaption,
.kook-company-process-title,
.kook-company-process-label {
    position: absolute;
    z-index: 2;
}
.kook-company-process-number {
    top: clamp(26px, 3vw, 40px);
    left: clamp(26px, 3vw, 40px);
    color: var(--color-gold);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
}
.kook-company-process-card figcaption {
    z-index: 2;
    inset: 0;
    pointer-events: none;
}
.kook-company-process-title {
    right: clamp(26px, 3vw, 40px);
    bottom: clamp(26px, 3vw, 40px);
    left: clamp(26px, 3vw, 40px);
    color: var(--color-text);
    font-family: var(--kook-font-display);
    font-size: clamp(1.75rem, 3vw, 3.25rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    transition:
        opacity .42s ease,
        transform .62s cubic-bezier(.2,.7,.2,1),
        filter .42s ease;
}
.kook-company-process-label {
    bottom: clamp(26px, 3vw, 40px);
    left: clamp(26px, 3vw, 40px);
    width: fit-content;
    padding: 11px 15px;
    color: var(--color-text);
    background: rgba(5,5,5,.72);
    border: 1px solid rgba(199,164,90,.32);
    border-radius: 999px;
    font-size: clamp(.75rem, 1vw, .9rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 12px, 0);
    backdrop-filter: blur(12px);
    transition:
        opacity .5s ease .2s,
        transform .62s cubic-bezier(.2,.7,.2,1) .12s,
        filter .5s ease .16s;
}
.kook-company-process-card:is(:hover, :focus-visible)::before { opacity: 1; }
.kook-company-process-card:is(:hover, :focus-visible)::after {
    opacity: 0;
    transform: scale(1.25);
}
.kook-company-process-card:is(:hover, :focus-visible) img {
    opacity: 1;
    transform: scale(1);
    filter: saturate(.8) contrast(1.04) brightness(.86);
}
.kook-company-process-card:is(:hover, :focus-visible) .kook-company-process-title {
    opacity: 0;
    filter: blur(7px);
    transform: translate3d(0, -14px, 0);
}
.kook-company-process-card:is(:hover, :focus-visible) .kook-company-process-label {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
}
.kook-company-process-card:focus-visible {
    border-color: var(--color-gold-border-hover);
    box-shadow: 0 0 0 3px rgba(199,164,90,.17);
}

@media (max-width: 767px) {
    .kook-company-process-grid { grid-template-columns: 1fr; }
    .kook-company-process-card { min-height: 330px; }
}

@media (hover: none) {
    .kook-company-process-card img { opacity: .34; transform: scale(1); }
    .kook-company-process-card::before { opacity: .72; }
    .kook-company-process-card:is(:focus, :active) img { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .kook-company-process-card,
    .kook-company-process-card::before,
    .kook-company-process-card::after,
    .kook-company-process-card img,
    .kook-company-process-card figcaption,
    .kook-company-process-title,
    .kook-company-process-label {
        transition-duration: .01ms !important;
        transition-delay: 0ms !important;
    }
}

/* Final polished gold typography ---------------------------------------
 * Pure-black surfaces remain untouched. This final cascade layer replaces
 * the interim white type with a restrained, consistent polished-gold alloy.
 */
:root {
    --metal-gold-dark: #70420a;
    --metal-gold-shadow: #966016;
    --metal-gold-base: #d8a63f;
    --metal-gold-light: #f5d574;
    --metal-gold-highlight: #fff2ad;
    --metal-gold:
        linear-gradient(
            108deg,
            #74450b 0%,
            #a96c18 12%,
            #e1ad42 27%,
            #fff2ad 39%,
            #e0a637 50%,
            #8b5410 66%,
            #f0ca67 82%,
            #a66615 100%
        );
    --metal-gold-edge:
        0 1px 0 rgba(255, 242, 173, .28),
        0 -1px 0 rgba(72, 39, 3, .52),
        0 0 1px rgba(255, 224, 126, .18);
    --kook-ink: var(--metal-gold-light);
    --kook-muted: var(--metal-gold-base);
    --kook-gold: var(--metal-gold-base);
    --kook-gold-light: var(--metal-gold-light);
    --kook-accent: var(--metal-gold-base);
    --color-text: var(--metal-gold-light);
    --color-text-secondary: var(--metal-gold-base);
    --color-text-muted: var(--metal-gold-shadow);
    --color-gold: var(--metal-gold-base);
    --color-gold-hover: var(--metal-gold-highlight);
    --color-gold-border: rgba(216, 166, 63, .22);
    --color-gold-border-hover: rgba(245, 213, 116, .48);
    --liquid-glass-surface: rgba(216, 166, 63, .055);
    --liquid-glass-surface-hover: rgba(216, 166, 63, .105);
    --liquid-glass-border: rgba(245, 213, 116, .3);
    --liquid-glass-highlight: rgba(255, 242, 173, .9);
    --liquid-glass-shadow:
        0 1px 1px rgba(255, 235, 156, .16) inset,
        0 -1px 1px rgba(54, 29, 2, .72) inset,
        0 10px 30px rgba(0, 0, 0, .32);
    --liquid-glass-shadow-hover:
        0 1px 1px rgba(255, 242, 173, .28) inset,
        0 -1px 1px rgba(54, 29, 2, .8) inset,
        0 16px 38px rgba(0, 0, 0, .42);
}

body,
body * {
    color: var(--metal-gold-base) !important;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: var(--metal-gold-edge) !important;
}

body :where(
    h1, h2, h3, h4, h5, h6,
    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
    p, p span, p strong,
    dt, dd, strong, small, label
),
body :where(
    .kook-nav a,
    .kook-text-link,
    .kook-footer a,
    .product-card__index,
    .kook-eyebrow,
    .kook-blueprint-meta span,
    .kook-blueprint-callout span,
    .kook-company-process-number,
    .kook-company-process-title
) {
    color: transparent !important;
    background-image: var(--metal-gold) !important;
    background-size: 190% 100%;
    background-position: 44% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
    text-shadow: var(--metal-gold-edge) !important;
}

body :where(
    .kook-video-label,
    .kook-company-gallery figcaption,
    .kook-blueprint-views figcaption,
    .kook-company-process-label,
    figcaption
) {
    color: var(--metal-gold-light) !important;
    -webkit-text-fill-color: var(--metal-gold-light) !important;
    text-shadow: var(--metal-gold-edge) !important;
}

body :where(
    .kook-nav a,
    .kook-text-link,
    .kook-footer a
) {
    transition:
        background-position .55s cubic-bezier(.2, .7, .2, 1),
        opacity .25s ease;
}

body :where(
    .kook-nav a,
    .kook-text-link,
    .kook-footer a
):hover {
    background-position: 62% 50%;
}

.kook-brand img,
.kook-footer-brand img {
    filter:
        sepia(1)
        saturate(2.35)
        hue-rotate(354deg)
        brightness(.98)
        contrast(1.08);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
) {
    color: var(--metal-gold-light) !important;
    -webkit-text-fill-color: var(--metal-gold-light) !important;
    text-shadow: var(--metal-gold-edge) !important;
    background: var(--liquid-glass-surface) !important;
    border-color: var(--liquid-glass-border) !important;
    box-shadow: var(--liquid-glass-shadow) !important;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
)::before {
    background:
        linear-gradient(
            105deg,
            transparent 0%,
            rgba(215, 164, 63, .08) 22%,
            rgba(255, 242, 173, .82) 48%,
            rgba(213, 154, 45, .1) 76%,
            transparent 100%
        );
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
)::after {
    border-color: rgba(245, 213, 116, .24);
    box-shadow:
        inset 0 8px 15px rgba(255, 235, 156, .055),
        inset 0 -8px 16px rgba(49, 26, 1, .3);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):is(:hover, :focus-visible) {
    color: var(--metal-gold-highlight) !important;
    -webkit-text-fill-color: var(--metal-gold-highlight) !important;
    background: var(--liquid-glass-surface-hover) !important;
    border-color: rgba(255, 226, 132, .52) !important;
    box-shadow: var(--liquid-glass-shadow-hover) !important;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):active {
    color: var(--metal-gold-highlight) !important;
    -webkit-text-fill-color: var(--metal-gold-highlight) !important;
    background: rgba(216, 166, 63, .14) !important;
}

:where(a, button):focus-visible {
    outline-color: var(--metal-gold-highlight);
}

@media (max-width: 767px) {
    .kook-menu-open .kook-header-cta {
        color: var(--metal-gold-light) !important;
        -webkit-text-fill-color: var(--metal-gold-light) !important;
        background: var(--liquid-glass-surface) !important;
        border-color: var(--liquid-glass-border) !important;
    }
}

@media (prefers-contrast: more) {
    body,
    body * {
        color: var(--metal-gold-highlight) !important;
        -webkit-text-fill-color: var(--metal-gold-highlight) !important;
    }

    body :where(
        h1, h2, h3, h4, h5, h6,
        p, dt, dd, strong, small, label,
        a
    ) {
        background-image: none !important;
    }
}

/* Curved 3D product lineup and spring-reveal details. */
.kook-lineup {
    --lineup-card-width: clamp(300px, 24vw, 420px);
}

.kook-product-carousel {
    align-items: flex-start;
    perspective: 1600px;
    perspective-origin: 50% 38%;
    padding-top: clamp(44px, 5vw, 76px);
    padding-right: max(var(--lineup-edge), calc((100vw - var(--lineup-card-width)) / 2));
    padding-bottom: clamp(84px, 8vw, 128px);
    padding-left: max(var(--lineup-edge), calc((100vw - var(--lineup-card-width)) / 2));
    scroll-padding-inline: 50%;
}

.kook-product-carousel .product-card {
    --curve-opacity: 1;
    --curve-rotate: 0deg;
    --curve-scale: 1;
    --curve-y: 0px;
    --curve-z: 0px;
    --hover-y: 0px;
    flex-basis: var(--lineup-card-width);
    min-height: 620px;
    overflow: hidden;
    scroll-snap-align: center;
    transform: translate3d(0, var(--hover-y), 0);
    transform-origin: center center;
    transform-style: preserve-3d;
    opacity: 1;
    will-change: transform, opacity;
    transition:
        transform .32s cubic-bezier(.2, .7, .2, 1),
        opacity .25s ease,
        filter .25s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.kook-product-carousel.is-settling .product-card {
    transition-duration: .08s;
}

.kook-product-carousel .product-card__content {
    min-height: 0;
}

.kook-product-carousel .product-card__content > :is(p, strong, .product-card__actions) {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(32px) scale(.95);
    transform-origin: center bottom;
    transition:
        max-height .34s cubic-bezier(.4, 0, .2, 1),
        margin-top .34s cubic-bezier(.4, 0, .2, 1),
        opacity .22s ease,
        transform .28s cubic-bezier(.4, 0, .2, 1);
}

.kook-product-carousel .product-card:is(:hover, :focus-within) .product-card__content > p {
    max-height: 120px;
    margin-top: 18px;
}

.kook-product-carousel .product-card:is(:hover, :focus-within) .product-card__content > strong {
    max-height: 48px;
    margin-top: 22px;
}

.kook-product-carousel .product-card:is(:hover, :focus-within) .product-card__content > .product-card__specs {
    max-height: 72px;
}

.kook-product-carousel .product-card:is(:hover, :focus-within) .product-card__content > .product-card__specs--dense {
    max-height: 96px;
}

.kook-product-carousel .product-card:is(:hover, :focus-within) .product-card__content > .product-card__actions {
    max-height: 84px;
    margin-top: 22px;
}

.kook-product-carousel .product-card:is(:hover, :focus-within) .product-card__content > :is(p, strong, .product-card__actions) {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
        max-height .62s cubic-bezier(.18, 1.55, .32, 1),
        margin-top .62s cubic-bezier(.18, 1.55, .32, 1),
        opacity .34s ease,
        transform .62s cubic-bezier(.18, 1.55, .32, 1);
}

@media (hover: hover) {
    .kook-product-carousel .product-card:is(:hover, :focus-within) {
        --hover-y: -12px;
        border-color: rgba(255, 226, 132, .48);
        box-shadow:
            0 34px 72px rgba(0, 0, 0, .58),
            0 0 0 1px rgba(255, 226, 132, .12),
            inset 0 1px 0 rgba(255, 244, 188, .09);
    }

    .kook-product-carousel:has(.product-card:hover) .product-card:not(:hover),
    .kook-product-carousel:has(.product-card:focus-within) .product-card:not(:focus-within) {
        opacity: calc(var(--curve-opacity) * .56);
        filter: saturate(.55) brightness(.72);
    }
}

@media (hover: none) {
    .kook-product-carousel .product-card__content > p {
        max-height: 120px;
        margin-top: 18px;
    }

    .kook-product-carousel .product-card__content > strong {
        max-height: 48px;
        margin-top: 22px;
    }

    .kook-product-carousel .product-card__content > .product-card__specs {
        max-height: 72px;
    }

    .kook-product-carousel .product-card__content > .product-card__specs--dense {
        max-height: 96px;
    }

    .kook-product-carousel .product-card__content > .product-card__actions {
        max-height: 84px;
        margin-top: 22px;
    }

    .kook-product-carousel .product-card__content > :is(p, strong, .product-card__actions) {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }
}

@media (max-width: 767px) {
    .kook-lineup {
        --lineup-card-width: 86vw;
    }

    .kook-product-carousel {
        perspective: 1100px;
        padding-top: 32px;
        padding-right: max(var(--container-padding), 7vw);
        padding-bottom: 64px;
        padding-left: max(var(--container-padding), 7vw);
    }

    .kook-product-carousel .product-card {
        min-height: 570px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kook-product-carousel .product-card {
        transform: none !important;
        opacity: 1 !important;
        transition: none !important;
    }

    .kook-product-carousel .product-card__content > :is(p, strong, .product-card__actions) {
        max-height: 120px;
        margin-top: 18px;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        transition: none;
    }
}

/* Hero title glyph-safety ----------------------------------------------
 * The metallic fill is painted on the title box. Keep enough space above
 * capitals and below descenders so large glyphs are never clipped.
 */
.kook-hero--cinematic .kook-hero-title {
    max-width: min(1100px, calc(100vw - 64px));
    padding-block: .08em .12em;
    overflow: visible;
    line-height: 1.02 !important;
}

.kook-hero--cinematic .kook-hero-title .kook-script-accent {
    line-height: inherit;
}

@media (max-width: 767px) {
    .kook-hero--cinematic .kook-hero-title {
        max-width: 100%;
        padding-block: .1em .14em;
        line-height: 1.04 !important;
        overflow-wrap: normal;
    }
}

/* Three flagship products -------------------------------------------------
 * Editorial product stories follow the supplied poster / application /
 * three-view hierarchy while preserving KOOK's black-and-gold system.
 */
.kook-featured-product {
    position: relative;
    padding-top: clamp(76px, 7vw, 120px);
    padding-bottom: clamp(76px, 7vw, 120px);
    background: #000;
    border-top: 1px solid rgba(216, 166, 63, .18);
}

.kook-product-editorial-header {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: end;
    width: min(var(--container-max), calc(100% - (2 * var(--container-padding-desktop))));
    margin: 0 auto clamp(34px, 4vw, 56px);
}

.kook-product-editorial-header h2 {
    max-width: 950px;
    margin: 14px 0 0;
    font-size: clamp(52px, 6.8vw, 108px);
    line-height: .92;
    letter-spacing: -.055em;
}

.kook-product-editorial-header h2 .kook-script-accent {
    display: block;
    max-width: 18ch;
    margin-top: .12em;
    font-size: .53em;
    line-height: 1.04;
    letter-spacing: -.025em;
}

.kook-product-lead {
    display: grid;
    gap: 20px;
    align-content: end;
    padding-bottom: 6px;
}

.kook-product-lead p {
    max-width: 540px;
    margin: 0;
    font-size: clamp(17px, 1.5vw, 22px);
    line-height: 1.55;
}

.kook-button--compact {
    width: fit-content;
    min-height: 52px;
    padding: 13px 22px;
}

.kook-product-keyfacts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(var(--container-max), calc(100% - (2 * var(--container-padding-desktop))));
    margin: 0 auto clamp(20px, 2vw, 30px);
    padding: 0;
    list-style: none;
    border: 1px solid rgba(216, 166, 63, .24);
    border-radius: clamp(24px, 2.2vw, 34px);
    overflow: hidden;
}

.kook-product-keyfacts li {
    display: grid;
    align-content: end;
    min-height: clamp(132px, 11vw, 162px);
    padding: clamp(20px, 2vw, 30px);
    background: #050505;
}

.kook-product-keyfacts li + li {
    border-left: 1px solid rgba(216, 166, 63, .18);
}

.kook-product-keyfacts span,
.kook-product-keyfacts small {
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.kook-product-keyfacts strong {
    display: block;
    margin: 22px 0 7px;
    font-size: clamp(27px, 2.8vw, 46px);
    line-height: 1;
    letter-spacing: -.035em;
    font-variant-numeric: tabular-nums;
}

.kook-product-showcase-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr) auto;
    gap: clamp(14px, 1.5vw, 24px);
    width: min(var(--container-max), calc(100% - (2 * var(--container-padding-desktop))));
    min-height: 0;
    margin: 0 auto;
    align-items: stretch;
}

.kook-product-showcase-grid figure {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #050505;
    border: 1px solid rgba(216, 166, 63, .22);
    border-radius: clamp(24px, 2.2vw, 34px);
}

.kook-product-showcase-grid img {
    display: block;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transition: transform 1.1s cubic-bezier(.2, .7, .2, 1);
}

.kook-product-showcase-grid figure:hover img {
    transform: scale(1.025);
}

.kook-product-showcase-grid figcaption {
    position: static;
    z-index: 2;
    display: flex;
    grid-row: 2;
    align-items: center;
    justify-content: center;
    justify-self: stretch;
    min-height: 42px;
    margin: 10px 12px 12px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, .7);
    border: 1px solid rgba(245, 213, 116, .25);
    border-radius: var(--radius-pill);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
}

.kook-product-poster {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
    aspect-ratio: 1 / 1;
    align-self: start;
}

.kook-product-poster img {
    object-fit: contain;
    background: #020202;
}

.kook-product-application {
    grid-column: 7 / 13;
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 3 / 2;
}

.kook-product-three-view {
    display: grid;
    grid-column: 7 / 13;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 24px);
    min-width: 0;
    align-self: end;
}

.kook-product-three-view figure {
    min-height: 0;
    aspect-ratio: 1 / 1;
}

.kook-product-three-view img,
.kook-product-showcase-grid--technical .kook-product-application img {
    padding: clamp(14px, 1.8vw, 28px);
    object-fit: contain;
}

.kook-product-three-view img {
    padding: 0;
    transform: scale(1.18);
    transform-origin: center top;
}

.kook-product-three-view figure:hover img {
    transform: scale(1.22);
}

.kook-product-showcase-grid--technical .kook-product-application {
    background: #080808;
}

.kook-product-detail-grid {
    display: block;
    width: min(var(--container-max), calc(100% - (2 * var(--container-padding-desktop))));
    margin: clamp(44px, 5vw, 72px) auto 0;
}

.kook-section-heading > .kook-eyebrow {
    display: none;
}

.kook-product-features {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-top: clamp(56px, 6vw, 92px);
}

.kook-product-features h3 {
    margin: 12px 0 30px;
    font-size: clamp(34px, 4vw, 62px);
    line-height: .98;
    letter-spacing: -.045em;
}

.kook-product-features__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 64px);
    align-items: stretch;
}

.kook-product-feature-video-frame {
    min-width: 0;
    min-height: 472px;
    padding: clamp(8px, 1vw, 14px);
    background:
        radial-gradient(circle at 50% 45%, rgba(216, 166, 63, .08), transparent 68%),
        #050607;
    border: 1px solid rgba(216, 166, 63, .28);
    border-radius: clamp(22px, 2vw, 30px);
    box-shadow: 0 24px 52px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.kook-product-feature-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #050607;
    border-radius: clamp(16px, 1.5vw, 22px);
}

.kook-product-features ol {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    flex: 1;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(216, 166, 63, .22);
}

.kook-product-features li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    min-height: 118px;
    padding: 22px 0;
    align-items: center;
    border-bottom: 1px solid rgba(216, 166, 63, .18);
}

.kook-product-features li > span {
    font-size: 11px;
    letter-spacing: .14em;
}

.kook-product-features strong {
    font-size: 20px;
    line-height: 1.25;
}

.kook-product-features p {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.55;
}

.kook-safety-note {
    margin: 24px 0 0;
    padding: 20px 22px;
    background: #050505;
    border: 1px solid rgba(216, 166, 63, .22);
    border-radius: 20px;
}

/* Product parameter cards ------------------------------------------------
 * One wide card carries the full specification grid and product watermark.
 */
.kook-parameter-section {
    min-width: 0;
}

.kook-parameter-header {
    max-width: 820px;
    margin-bottom: clamp(30px, 3.5vw, 48px);
}

.kook-parameter-header h3 {
    margin: 0;
    font-size: clamp(68px, 8vw, 126px);
    line-height: .88;
    letter-spacing: -.065em;
}

.kook-parameter-intro {
    max-width: 760px;
    margin: clamp(24px, 2.5vw, 36px) 0 0;
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.68;
}

.kook-parameter-model {
    margin: 18px 0 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.kook-parameter-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .018), transparent 38%),
        rgba(5, 6, 8, .84);
    border: 1px solid rgba(216, 166, 63, .28);
    border-radius: clamp(24px, 2.2vw, 30px);
}

.kook-technical-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.kook-parameter-card .kook-technical-specs {
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kook-technical-specs > div {
    display: grid;
    align-content: center;
    min-width: 0;
    min-height: clamp(98px, 8vw, 122px);
    padding: clamp(20px, 2vw, 30px);
    border-bottom: 1px solid rgba(216, 166, 63, .16);
}

.kook-technical-specs > div:nth-child(odd) {
    border-right: 1px solid rgba(216, 166, 63, .16);
}

.kook-technical-specs dt {
    margin: 0 0 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.kook-technical-specs dd {
    margin: 0;
    max-width: 34ch;
    font-size: clamp(14px, 1.2vw, 17px);
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.kook-parameter-watermark {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: clamp(18px, 4vw, 64px);
    width: min(34%, 440px);
    height: 82%;
    object-fit: contain;
    object-position: right center;
    opacity: .075;
    filter: grayscale(1) sepia(.25) brightness(.9);
    transform: translateY(-50%);
    pointer-events: none;
}

@media (max-width: 1023px) {
    .kook-product-editorial-header {
        grid-template-columns: 1fr;
        gap: 28px;
        width: min(var(--container-max), calc(100% - (2 * var(--container-padding-tablet))));
    }

    .kook-product-keyfacts,
    .kook-product-showcase-grid,
    .kook-product-detail-grid {
        width: min(var(--container-max), calc(100% - (2 * var(--container-padding-tablet))));
    }

    .kook-product-keyfacts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kook-product-keyfacts li:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(216, 166, 63, .18);
    }

    .kook-product-keyfacts li:nth-child(4) {
        border-top: 1px solid rgba(216, 166, 63, .18);
    }

    .kook-product-showcase-grid {
        grid-template-rows: auto auto auto;
        min-height: 0;
    }

    .kook-product-poster {
        grid-column: 1 / 13;
        grid-row: 1;
        width: 100%;
    }

    .kook-product-application {
        grid-column: 1 / 13;
        grid-row: 2;
        aspect-ratio: 16 / 9;
    }

    .kook-product-three-view {
        grid-column: 1 / 13;
        grid-row: 3;
    }

    .kook-product-features__layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .kook-product-feature-video-frame {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .kook-product-features ol {
        grid-template-rows: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-bottom: 1px solid rgba(216, 166, 63, .18);
    }

    .kook-product-features li {
        min-height: 150px;
        padding-right: 24px;
    }

    .kook-product-features li:nth-child(odd) {
        border-right: 1px solid rgba(216, 166, 63, .18);
    }

    .kook-product-features li:nth-child(even) {
        padding-left: 24px;
    }
}

@media (max-width: 767px) {
    .kook-featured-product {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .kook-product-editorial-header,
    .kook-product-keyfacts,
    .kook-product-showcase-grid,
    .kook-product-detail-grid {
        width: calc(100% - (2 * var(--container-padding-mobile)));
    }

    .kook-product-editorial-header h2 {
        font-size: clamp(44px, 14vw, 66px);
        overflow-wrap: anywhere;
    }

    .kook-product-keyfacts {
        grid-template-columns: 1fr;
    }

    .kook-product-keyfacts li {
        min-height: 145px;
    }

    .kook-product-keyfacts li + li {
        border-top: 1px solid rgba(216, 166, 63, .18);
        border-left: 0;
    }

    .kook-product-showcase-grid {
        display: block;
    }

    .kook-product-poster,
    .kook-product-application {
        aspect-ratio: 1 / 1;
        margin-bottom: 14px;
    }

    .kook-product-application {
        aspect-ratio: 16 / 10;
    }

    .kook-product-three-view {
        display: flex;
        gap: 14px;
        margin-right: calc(-1 * var(--container-padding-mobile));
        padding-right: var(--container-padding-mobile);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .kook-product-three-view::-webkit-scrollbar {
        display: none;
    }

    .kook-product-three-view figure {
        flex: 0 0 min(74vw, 300px);
        aspect-ratio: 1 / 1;
        scroll-snap-align: start;
    }

    .kook-product-features ol {
        display: block;
        border-bottom: 0;
    }

    .kook-product-features li,
    .kook-product-features li:nth-child(even) {
        min-height: 0;
        padding: 22px 0;
    }

    .kook-product-features li:nth-child(odd) {
        border-right: 0;
    }

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

    .kook-parameter-header h3 {
        font-size: clamp(54px, 16vw, 78px);
        line-height: .92;
    }

    .kook-parameter-card .kook-technical-specs {
        grid-template-columns: 1fr;
    }

    .kook-technical-specs > div:nth-child(odd) {
        border-right: 0;
    }

    .kook-parameter-watermark {
        top: auto;
        right: 8px;
        bottom: 10px;
        width: 72%;
        height: 34%;
        object-position: right bottom;
        opacity: .045;
        transform: none;
    }

    .kook-product-features {
        margin-top: 48px;
    }
}

@media (max-width: 479px) {
    .kook-product-editorial-header,
    .kook-product-keyfacts,
    .kook-product-showcase-grid,
    .kook-product-detail-grid {
        width: calc(100% - 32px);
    }

    .kook-product-keyfacts strong {
        margin-top: 22px;
    }

    .kook-product-showcase-grid figcaption {
        right: 12px;
        bottom: 12px;
    }
}

/* Cinematic, video-ready homepage hero --------------------------------
 * The media slot stays pure black for now and can later receive a muted,
 * looping background video without changing the content architecture.
 */
.kook-header,
.kook-scrolled .kook-header {
    right: 0;
    left: 0;
    width: 100%;
}

.kook-header {
    position: absolute;
    top: 0;
    z-index: 40;
    min-height: 92px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent !important;
    border-bottom-color: rgba(245, 213, 116, .12);
}

.kook-scrolled .kook-header {
    position: fixed;
    min-height: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: rgba(0, 0, 0, .88) !important;
    border-bottom-color: rgba(245, 213, 116, .18);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
    backdrop-filter: blur(18px) saturate(130%);
}

.kook-brand img {
    height: 38px;
}

.kook-hero--cinematic {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100svh;
    padding:
        clamp(150px, 21vh, 230px)
        var(--container-gutter)
        clamp(74px, 8vh, 104px);
    text-align: center;
    background: #000000 !important;
}

.kook-hero-video-slot {
    position: absolute;
    inset: 0;
    z-index: -4;
    overflow: hidden;
    background: #000000;
}

.kook-hero--cinematic .kook-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 1120px);
    max-width: none;
    margin-inline: auto;
}

.kook-hero--cinematic .kook-eyebrow {
    margin: 0 0 22px;
    font-size: 12px;
    letter-spacing: .2em;
}

.kook-hero--cinematic .kook-hero-title {
    max-width: 1100px;
    font-size: clamp(58px, 6.6vw, 110px);
    line-height: .91;
    letter-spacing: -.05em;
    filter: none !important;
    text-shadow: none !important;
}

.kook-hero--cinematic .kook-hero-title .kook-script-accent {
    display: inline;
    margin: 0;
    font-size: 1em;
    line-height: inherit;
    filter: none !important;
    text-shadow: none !important;
}

.kook-hero--cinematic .kook-hero-copy {
    max-width: 780px;
    margin: 28px auto 0;
    font-size: clamp(16px, 1.35vw, 21px);
    line-height: 1.5;
}

.kook-hero--cinematic .kook-hero-mobile-visual,
.kook-hero--cinematic .kook-hero-stage-overlay {
    display: none !important;
}

.kook-hero--cinematic .kook-scroll-cue {
    right: 0;
    bottom: 22px;
    left: 0;
    justify-content: center;
    width: max-content;
    margin-inline: auto;
}

@media (max-width: 1023px) {
    .kook-header {
        min-height: 78px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .kook-brand img {
        height: 32px;
    }

    .kook-hero--cinematic {
        min-height: 100svh;
        padding-top: 132px;
        padding-bottom: 72px;
    }

    .kook-hero--cinematic .kook-hero-title {
        font-size: clamp(52px, 9.5vw, 82px);
    }
}

@media (max-width: 767px) {
    .kook-header,
    .kook-scrolled .kook-header {
        min-height: 74px;
        padding: 12px 20px;
    }

    .kook-hero--cinematic {
        min-height: 100svh;
        padding: 116px 20px 64px;
    }

    .kook-hero--cinematic .kook-eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 1.4;
    }

    .kook-hero--cinematic .kook-hero-title {
        width: 100%;
        max-width: 100%;
        font-size: clamp(38px, 12vw, 54px);
        line-height: .94;
        letter-spacing: -.045em;
        overflow-wrap: anywhere;
    }

    .kook-hero--cinematic .kook-hero-copy {
        margin-top: 24px;
        font-size: 16px;
    }

    .kook-hero--cinematic .kook-scroll-cue {
        bottom: 15px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .kook-hero--cinematic {
        padding-bottom: 58px;
    }

    .kook-hero--cinematic .kook-hero-title {
        font-size: clamp(42px, 13vw, 56px);
    }

    .kook-hero--cinematic .kook-hero-copy {
        font-size: 15px;
    }
}

/* Polished gold typography ---------------------------------------------
 * Pure-black page surfaces stay untouched. Typography uses one controlled
 * gold alloy with restrained specular highlights and shadowed edges.
 */
:root {
    --metal-gold-dark: #70420a;
    --metal-gold-shadow: #966016;
    --metal-gold-base: #d8a63f;
    --metal-gold-light: #f5d574;
    --metal-gold-highlight: #fff2ad;
    --metal-gold:
        linear-gradient(
            108deg,
            #74450b 0%,
            #a96c18 12%,
            #e1ad42 27%,
            #fff2ad 39%,
            #e0a637 50%,
            #8b5410 66%,
            #f0ca67 82%,
            #a66615 100%
        );
    --metal-gold-edge:
        0 1px 0 rgba(255, 242, 173, .28),
        0 -1px 0 rgba(72, 39, 3, .52),
        0 0 1px rgba(255, 224, 126, .18);
    --liquid-glass-surface: rgba(216, 166, 63, .055);
    --liquid-glass-surface-hover: rgba(216, 166, 63, .105);
    --liquid-glass-border: rgba(245, 213, 116, .3);
    --liquid-glass-highlight: rgba(255, 242, 173, .9);
    --liquid-glass-shadow:
        0 1px 1px rgba(255, 235, 156, .16) inset,
        0 -1px 1px rgba(54, 29, 2, .72) inset,
        0 10px 30px rgba(0, 0, 0, .32);
    --liquid-glass-shadow-hover:
        0 1px 1px rgba(255, 242, 173, .28) inset,
        0 -1px 1px rgba(54, 29, 2, .8) inset,
        0 16px 38px rgba(0, 0, 0, .42);
}

body,
body * {
    color: var(--metal-gold-base) !important;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: var(--metal-gold-edge) !important;
}

body :where(h1, h2, h3, h4, h5, h6, p, dt, dd, strong, small, label),
body :where(
    .kook-nav a,
    .kook-text-link,
    .kook-footer a,
    .product-card__index,
    .kook-eyebrow,
    .kook-blueprint-meta span,
    .kook-blueprint-callout span,
    .kook-company-process-number,
    .kook-company-process-title
) {
    color: transparent !important;
    background-color: transparent;
    background-image: var(--metal-gold) !important;
    background-size: 190% 100%;
    background-position: 44% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
    text-shadow: var(--metal-gold-edge) !important;
}

body :where(
    .kook-video-label,
    .kook-company-gallery figcaption,
    .kook-blueprint-views figcaption,
    .kook-company-process-label,
    figcaption
) {
    color: var(--metal-gold-light) !important;
    -webkit-text-fill-color: var(--metal-gold-light) !important;
    text-shadow: var(--metal-gold-edge) !important;
}

body :where(
    .kook-nav a,
    .kook-text-link,
    .kook-footer a
) {
    transition:
        background-position .55s cubic-bezier(.2, .7, .2, 1),
        opacity .25s ease;
}

body :where(
    .kook-nav a,
    .kook-text-link,
    .kook-footer a
):hover {
    background-position: 62% 50%;
}

.kook-brand img,
.kook-footer-brand img {
    filter:
        sepia(1)
        saturate(2.35)
        hue-rotate(354deg)
        brightness(.98)
        contrast(1.08);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
) {
    color: var(--metal-gold-light) !important;
    -webkit-text-fill-color: var(--metal-gold-light) !important;
    text-shadow: var(--metal-gold-edge) !important;
    background: var(--liquid-glass-surface) !important;
    border-color: var(--liquid-glass-border) !important;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
)::before {
    background:
        linear-gradient(
            105deg,
            transparent 0%,
            rgba(215, 164, 63, .08) 22%,
            rgba(255, 242, 173, .82) 48%,
            rgba(213, 154, 45, .1) 76%,
            transparent 100%
        );
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
)::after {
    border-color: rgba(245, 213, 116, .24);
    box-shadow:
        inset 0 8px 15px rgba(255, 235, 156, .055),
        inset 0 -8px 16px rgba(49, 26, 1, .3);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):is(:hover, :focus-visible) {
    color: var(--metal-gold-highlight) !important;
    -webkit-text-fill-color: var(--metal-gold-highlight) !important;
    background: var(--liquid-glass-surface-hover) !important;
    border-color: rgba(255, 226, 132, .52) !important;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):active {
    color: var(--metal-gold-highlight) !important;
    -webkit-text-fill-color: var(--metal-gold-highlight) !important;
    background: rgba(216, 166, 63, .14) !important;
}

:where(a, button):focus-visible {
    outline-color: var(--metal-gold-highlight);
}

@media (prefers-contrast: more) {
    body,
    body * {
        color: var(--metal-gold-highlight) !important;
        -webkit-text-fill-color: currentColor !important;
        background-image: none !important;
    }
}

.kook-process { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--grid-gap); }
.kook-process li { position: relative; display: flex; flex-direction: column; min-height: 250px; padding: 28px; }
.kook-process li:not(:last-child)::after { content: ""; position: absolute; top: 42px; right: calc(var(--grid-gap) * -.75); width: calc(var(--grid-gap) * .5); height: 1px; background: var(--color-gold-border); }
.kook-process h3 { margin: auto 0 14px; font-size: clamp(1.35rem, 1.8vw, 1.75rem); }
.kook-process p { margin: 0; color: var(--color-text-secondary); }

.kook-contact-strip { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(2, auto); gap: 20px 36px; justify-content: stretch; padding-block: 54px; background: var(--color-bg-soft); border-color: var(--color-gold-border); }
.kook-contact-strip p { font-size: clamp(1.75rem, 3vw, 2.8rem); }
.kook-footer { grid-template-columns: 1.35fr 1fr 1.25fr 1fr; gap: var(--grid-gap); padding-block: 96px 34px; border-top: 1px solid var(--color-gold-border); }
.kook-footer-brand p { max-width: 280px; }
.kook-footer > div { min-width: 0; }
.kook-footer h3 { letter-spacing: .12em; }
.kook-footer p, .kook-footer a { max-width: 360px; color: var(--color-text-secondary); }
.kook-footer a:hover { color: var(--color-text); }
.kook-footer-legal { color: var(--color-text-muted) !important; font-size: 13px; }

.kook-motion-enabled .kook-reveal {
    filter: none;
    transform: translate3d(0, 18px, 0);
    transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1);
}
.kook-motion-enabled[data-scroll-direction="up"] .kook-reveal:not(.is-visible) { transform: translate3d(0, -14px, 0); }
.kook-motion-enabled[data-scroll-direction="down"] .kook-reveal:not(.is-visible) { transform: translate3d(0, 14px, 0); }

@media (max-width: 1279px) {
    :root { --container-padding: var(--container-padding-tablet); --section-space: var(--section-space-tablet); }
    .kook-section-heading { margin-bottom: 64px; }
    .kook-section-heading h2 { grid-column: 1 / 9; }
    .kook-section-heading > p:last-child { grid-column: 9 / 13; }
    .kook-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kook-feature-copy { grid-column: 1 / 6; }
    .kook-video-frame { grid-column: 6 / 13; }
    .kook-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kook-process li:not(:last-child)::after { display: none; }
    .kook-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .kook-section-heading { grid-template-columns: 1fr; gap: 26px; }
    .kook-section-heading .kook-eyebrow, .kook-section-heading h2, .kook-section-heading > p:last-child { grid-column: 1; }
    .kook-section-heading > p:last-child { max-width: 620px; }
    .kook-feature-stage { grid-template-columns: 1fr; gap: 48px; }
    .kook-feature-copy, .kook-video-frame { grid-column: 1; }
    .kook-feature-copy { padding-right: 0; }
    .kook-laser-layout { grid-template-columns: 1fr; }
    .kook-laser-visual, .kook-product-options { grid-column: 1; }
    .kook-company-copy { grid-template-columns: 1fr; }
    .kook-company-copy h3, .kook-company-copy h4, .kook-company-copy p { grid-column: 1; grid-row: auto; }
    .kook-company-copy h3 { margin-bottom: 8px; }
    .kook-application-visuals { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    :root { --container-padding: var(--container-padding-mobile); --section-space: var(--section-space-mobile); --grid-gap: 20px; }
    html { scroll-padding-top: 74px; }
    .kook-header { grid-template-columns: 1fr auto; min-height: 74px; padding-block: 14px; }
    .kook-brand img { height: 27px; }
    .kook-menu-toggle { position: relative; z-index: 32; display: inline-grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--color-text); background: transparent; border: 1px solid var(--color-gold-border); border-radius: var(--radius-pill); }
    .kook-menu-icon { position: relative; width: 18px; height: 12px; }
    .kook-menu-icon i { position: absolute; left: 0; width: 18px; height: 1px; background: currentColor; transition: transform var(--transition-fast), top var(--transition-fast); }
    .kook-menu-icon i:first-child { top: 2px; }
    .kook-menu-icon i:last-child { top: 9px; }
    .kook-menu-open .kook-menu-icon i:first-child { top: 5px; transform: rotate(45deg); }
    .kook-menu-open .kook-menu-icon i:last-child { top: 5px; transform: rotate(-45deg); }
    .kook-nav { position: fixed; inset: 74px 0 0; z-index: 30; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; padding: 38px var(--container-padding-mobile) 132px; overflow-y: auto; visibility: hidden; background: rgba(5,5,5,.99); transform: translateX(100%); transition: transform var(--transition-normal), visibility var(--transition-normal); }
    .kook-nav a { width: 100%; min-height: 62px; padding: 0; color: var(--color-text); font-size: 26px; font-weight: 600; border-bottom: 1px solid rgba(245,245,242,.1); }
    .kook-nav a::after { display: none; }
    .kook-menu-open { overflow: hidden; }
    .kook-menu-open .kook-nav { visibility: visible; transform: translateX(0); }
    .kook-header-cta { display: none; }
    .kook-menu-open .kook-header-cta { position: fixed; z-index: 31; right: var(--container-padding-mobile); bottom: 30px; left: var(--container-padding-mobile); display: inline-flex; background: var(--color-gold); border-color: var(--color-gold); color: #080806; }

    .kook-hero { min-height: auto; padding-block: 68px 72px; }
    .kook-hero-content { width: 100%; }
    .kook-hero-bg { opacity: .18; object-position: 68% center; }
    .kook-hero-scrim { background: linear-gradient(90deg, rgba(0,0,0,.97), rgba(0,0,0,.83)), linear-gradient(0deg, rgba(0,0,0,.9), transparent); }
    .kook-hero-title { max-width: 640px; font-size: clamp(3rem, 14vw, 3.75rem); line-height: .96; overflow-wrap: normal; }
    .kook-hero-title .kook-script-accent { font-size: .76em; }
    .kook-hero-copy { margin-top: 28px; font-size: 17px; }
    .kook-hero-mobile-visual { display: block; margin: 36px 0 0; overflow: hidden; aspect-ratio: 16 / 10; background: var(--color-surface); border: 1px solid var(--color-gold-border); border-radius: var(--radius-lg); }
    .kook-hero-mobile-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
    .kook-hero-stage-overlay, .kook-scroll-cue { display: none; }

    .kook-section-heading { margin-bottom: 52px; }
    .kook-section-heading h2, .kook-feature-copy h2, .kook-product-intro h2 { font-size: clamp(2.65rem, 12vw, 3.75rem); line-height: 1; }
    .kook-category-grid, .kook-spec-grid, .kook-process, .kook-footer { grid-template-columns: 1fr; }
    .kook-category-grid article { min-height: 220px; }
    .kook-feature-stage { gap: 42px; }
    .kook-product-quickfacts { grid-template-columns: 1fr; }
    .kook-media-grid, .kook-control-grid, .kook-kd5-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
    .kook-media-grid figure, .kook-media-grid .kook-media-large, .kook-media-grid .kook-media-wide, .kook-control-grid figure { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
    .kook-media-grid .kook-media-wide, .kook-control-grid figure { aspect-ratio: 16 / 9; }
    .kook-laser-visual { min-height: 430px; }
    .kook-laser-visual img { width: 112%; max-width: 112%; }
    .kook-spec-grid article { min-height: 220px; }
    .kook-application-visuals figure { aspect-ratio: 4 / 3; }
    .kook-process li { min-height: 230px; }
    .kook-contact-strip { grid-template-columns: 1fr; gap: 12px; padding-block: 48px; }
    .kook-footer { gap: 42px; padding-block: 72px 28px; }
    .kook-footer-legal { margin-top: 12px !important; }
}

@media (max-width: 479px) {
    .kook-button, .kook-text-link { width: 100%; justify-content: center; }
    .kook-category-grid h3 { right: 54px; }
    .kook-spec-grid .kook-product-advantage { font-size: clamp(2.8rem, 15vw, 3.75rem); }
}

/* Product lineup carousel ------------------------------------------------- */
.kook-categories {
    padding-inline: 0;
    overflow: hidden;
}

.kook-categories > .kook-section-heading {
    width: min(100%, calc(var(--container-max) + (var(--container-padding) * 2)));
    margin-inline: auto;
    padding-inline: var(--container-padding);
}

.kook-lineup {
    --lineup-edge: max(var(--container-padding), calc((100vw - var(--container-max)) / 2 + var(--container-padding)));
    position: relative;
    width: 100%;
}

.carousel {
    position: relative;
    display: flex;
    gap: clamp(16px, 1.5vw, 24px);
    width: 100%;
    padding: 4px var(--lineup-edge) 20px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: var(--lineup-edge);
    scroll-snap-type: none;
    scrollbar-width: none;
    touch-action: pan-x pan-y pinch-zoom;
    -webkit-overflow-scrolling: touch;
}

.carousel::-webkit-scrollbar { display: none; }
.carousel:focus-visible { outline: 2px solid var(--color-gold-hover); outline-offset: -4px; }

.product-card {
    flex: 0 0 clamp(300px, 24vw, 420px);
    display: flex;
    flex-direction: column;
    height: 620px;
    min-width: 0;
    overflow: hidden;
    color: var(--color-text);
    background: linear-gradient(180deg, rgba(255,255,255,.025), transparent 34%), var(--color-surface);
    border: 1px solid var(--color-gold-border);
    border-radius: 32px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    transition: border-color var(--transition-normal), transform var(--transition-normal);
}

@media (hover: hover) {
    .product-card:hover { border-color: var(--color-gold-border-hover); transform: translateY(-3px); }
}

.product-card__image {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 340px;
    width: 100%;
    height: 340px;
    min-height: 340px;
    overflow: hidden;
    background: radial-gradient(circle at 58% 42%, rgba(199,164,90,.18), transparent 42%), #090908;
    border-bottom: 1px solid rgba(245,245,242,.08);
}

.product-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.44));
}

.product-card__badge {
    position: absolute;
    top: clamp(16px, 1.5vw, 22px);
    right: clamp(16px, 1.5vw, 22px);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    color: var(--color-gold);
    background: rgba(8, 8, 7, .72);
    border: 1px solid var(--color-gold-border);
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.product-card__image img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    transform: scale(1.001);
    transition: transform var(--transition-normal), filter var(--transition-normal);
}

.product-card__image--par img,
.product-card__image--laser img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    filter: drop-shadow(0 26px 40px rgba(0,0,0,.5));
}

.product-card__image--catalog {
    padding: clamp(18px, 2vw, 30px);
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .08), transparent 62%),
        linear-gradient(180deg, #1b1e22, #101317);
}

.product-card__image--catalog img {
    width: 88%;
    height: 82%;
    max-height: 290px;
    object-fit: contain;
    background: #f5f5f2;
    border-radius: 12px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .24);
    filter: none !important;
}

.product-card__image--moving img { filter: saturate(.55) brightness(.72); }
.product-card__image--retro img,
.product-card__image--effects img { filter: saturate(.64) sepia(.16) brightness(.72); }
.product-card__image--control img { filter: saturate(.55) brightness(.76); }

@media (hover: hover) {
    .product-card:hover .product-card__image img { transform: scale(1.025); }
}

.product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: clamp(24px, 2.2vw, 34px);
}

.product-card__identity {
    min-height: 132px;
}

.product-card__index {
    color: var(--color-gold);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.product-card__model {
    margin-top: 7px;
    color: rgba(216, 197, 139, .86);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .045em;
}

.product-card__colors {
    display: flex;
    gap: 6px;
    min-height: 14px;
    margin-top: 12px;
}

.product-card__colors i {
    width: 10px;
    height: 10px;
    background: #c7a45a;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
}
.product-card__colors i:nth-child(2) { background: #f2f0e9; }
.product-card__colors i:nth-child(3) { background: #77736c; }
.product-card__colors i:nth-child(4) { background: #151514; }

.product-card h3 {
    margin: 18px 0 0;
    font-size: clamp(1.75rem, 2.25vw, 2.35rem);
    line-height: 1.05;
    letter-spacing: -.03em;
}

.product-card p {
    margin: 18px 0 0;
    color: var(--color-text-secondary);
    font-size: 15px;
    line-height: 1.58;
}

.product-card strong {
    margin-top: 22px;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 600;
}

.product-card__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.35;
}

.product-card__specs span {
    min-width: 0;
}

.product-card__specs--dense {
    font-size: 11px !important;
    line-height: 1.3;
}

.product-card__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: auto;
    padding-top: 30px;
}

.product-card__primary,
.product-card__link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.product-card__primary {
    padding-inline: 20px;
    color: #080806;
    background: var(--color-gold);
    border-radius: var(--radius-pill);
    transition: background var(--transition-fast), transform var(--transition-fast);
}
.product-card__primary:hover { background: var(--color-gold-hover); }
.product-card__link { gap: 7px; color: var(--color-text); }
.product-card__link span { color: var(--color-gold); transition: transform var(--transition-fast); }
.product-card__link:hover span { transform: translate(2px, -2px); }

.carousel-controls {
    width: min(100%, calc(var(--container-max) + (var(--container-padding) * 2)));
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin: 18px auto 0;
    padding-inline: var(--container-padding);
}

.carousel-button {
    width: 50px;
    height: 50px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    color: var(--color-text);
    background: rgba(245,245,242,.09);
    border: 1px solid rgba(245,245,242,.08);
    border-radius: 50%;
    cursor: pointer;
    transition: opacity var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}
.carousel-button span { font-size: 20px; line-height: 1; }
.carousel-button:hover:not(:disabled) { background: rgba(199,164,90,.18); transform: translateY(-2px); }
.carousel-button:disabled { opacity: .28; cursor: default; }

@media (max-width: 900px) {
    .product-card { flex-basis: clamp(300px, 42vw, 380px); }
}

@media (max-width: 767px) {
    .kook-categories > .kook-section-heading { margin-bottom: 44px; }
    .carousel { padding-bottom: 16px; }
    .product-card { flex-basis: 86vw; border-radius: 28px; }
    .product-card { height: 570px; }
    .product-card__image { flex-basis: 290px; height: 290px; min-height: 290px; }
    .product-card__content { min-height: 0; padding: 26px; }
    .product-card h3 { font-size: 1.85rem; }
    .carousel-controls { margin-top: 14px; }
    .carousel-button { width: 46px; height: 46px; }
}

@media (max-width: 479px) {
    .product-card { flex-basis: 86vw; }
    .product-card__image { flex-basis: 260px; height: 260px; min-height: 260px; }
    .product-card__content { min-height: 0; padding: 24px; }
    .product-card__actions { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .product-card,
    .product-card__image img,
    .carousel-button,
    .product-card__primary,
    .product-card__link span { transition-duration: .01ms !important; }
}

/* Product video modal --------------------------------------------------- */
body.kook-video-modal-open {
    overflow: hidden;
}

.kook-video-modal {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: clamp(20px, 4vw, 56px);
    background: rgba(0, 0, 0, .78);
    backdrop-filter: blur(18px) saturate(110%);
    -webkit-backdrop-filter: blur(18px) saturate(110%);
    opacity: 0;
    transition: opacity .24s ease;
}

.kook-video-modal[hidden] {
    display: none;
}

.kook-video-modal.is-open {
    opacity: 1;
}

.kook-video-modal__dialog {
    width: min(1080px, 100%);
    max-height: calc(100vh - clamp(40px, 8vw, 112px));
    padding: clamp(16px, 2vw, 26px);
    color: var(--color-gold-light);
    background:
        radial-gradient(circle at 50% 12%, rgba(216, 166, 63, .09), transparent 42%),
        rgba(8, 9, 10, .94);
    border: 1px solid rgba(216, 166, 63, .48);
    border-radius: clamp(22px, 2.2vw, 34px);
    box-shadow: 0 32px 90px rgba(0, 0, 0, .7);
    transform: translateY(18px) scale(.985);
    transition: transform .24s ease;
    overflow: hidden;
}

.kook-video-modal.is-open .kook-video-modal__dialog {
    transform: translateY(0) scale(1);
}

.kook-video-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: clamp(14px, 1.8vw, 22px);
}

.kook-video-modal__header h2 {
    margin: 0;
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: var(--color-gold-light);
}

.kook-video-modal__close {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    color: var(--color-gold-light);
    background: rgba(216, 166, 63, .08);
    border: 1px solid rgba(216, 166, 63, .42);
    border-radius: 50%;
    font: inherit;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.kook-video-modal__close:hover,
.kook-video-modal__close:focus-visible {
    color: #f2c65f;
    background: rgba(216, 166, 63, .16);
    border-color: rgba(242, 198, 95, .72);
    outline: none;
}

.kook-video-modal__media {
    position: relative;
}

.kook-video-modal__video {
    display: block;
    width: 100%;
    max-height: calc(100vh - 190px);
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #000;
    border: 1px solid rgba(216, 166, 63, .2);
    border-radius: clamp(14px, 1.5vw, 22px);
}

.kook-video-modal__status {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: clamp(18px, 3vw, 32px);
    margin: 0;
    padding: 9px 14px;
    color: #fff;
    background: rgba(0, 0, 0, .72);
    border-radius: 999px;
    font-size: 14px;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
}

.kook-video-modal.is-loading .kook-video-modal__status,
.kook-video-modal__status:not(:empty) {
    opacity: 1;
}

.kook-video-modal:not(.is-loading) .kook-video-modal__status:empty {
    display: none;
}

@media (max-width: 640px) {
    .kook-video-modal {
        padding: 14px;
    }

    .kook-video-modal__dialog {
        width: 100%;
        max-height: calc(100svh - 28px);
        padding: 14px;
        border-radius: 20px;
    }

    .kook-video-modal__header {
        gap: 12px;
        margin-bottom: 12px;
    }

    .kook-video-modal__header h2 {
        font-size: 17px;
    }

    .kook-video-modal__close {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .kook-video-modal__video {
        max-height: calc(100svh - 116px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .kook-video-modal,
    .kook-video-modal__dialog {
        transition-duration: .01ms;
    }
}

/* Homepage narrative system --------------------------------------------- */
.kook-header .kook-nav { gap: clamp(20px, 2.2vw, 34px); }

.kook-what-grid,
.kook-lineup-heading {
    width: min(100%, calc(var(--container-max) + (var(--container-padding) * 2)));
    margin-inline: auto;
    padding-inline: var(--container-padding);
}

.kook-what-grid {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
    gap: clamp(32px, 5vw, 76px);
    align-items: center;
    margin-bottom: clamp(96px, 10vw, 150px);
}

.kook-what-visual,
.kook-advantages-visual,
.kook-process-visual,
.kook-blueprint-views figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--color-surface);
    border: 1px solid var(--color-gold-border);
    border-radius: var(--radius-lg);
}

.kook-what-visual { aspect-ratio: 16 / 10; }
.kook-what-visual::after,
.kook-advantages-visual::after,
.kook-process-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.82));
}
.kook-what-visual img,
.kook-advantages-visual img,
.kook-process-visual img,
.kook-blueprint-views img { width: 100%; height: 100%; object-fit: cover; }
.kook-what-visual figcaption,
.kook-advantages-visual figcaption,
.kook-process-visual figcaption {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 26px;
    left: 28px;
}
.kook-what-visual figcaption { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.kook-what-visual figcaption span,
.kook-process-visual figcaption { color: var(--color-text-secondary); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.kook-what-visual figcaption strong { font-size: clamp(1.4rem, 2vw, 2rem); }

.kook-what-copy h3,
.kook-lineup-heading h3 {
    margin: 0;
    font-size: clamp(2.25rem, 4vw, 4.5rem);
    line-height: 1;
    letter-spacing: -.04em;
}
.kook-what-copy > p:not(.kook-eyebrow) { margin: 24px 0 0; color: var(--color-text-secondary); line-height: 1.65; }
.kook-what-copy .kook-text-link { width: fit-content; margin-top: 28px; }

.kook-lineup-heading {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px var(--grid-gap);
    align-items: end;
    margin-bottom: 50px;
    scroll-margin-top: 92px;
}
.kook-lineup-heading .kook-eyebrow { grid-column: 1 / -1; margin: 0; }
.kook-lineup-heading h3 { grid-column: 1 / 9; }
.kook-lineup-heading > p:last-child { grid-column: 9 / 13; margin: 0; color: var(--color-text-secondary); line-height: 1.6; }

.kook-advantages-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
    gap: clamp(36px, 6vw, 88px);
    align-items: stretch;
}
.kook-advantages-visual { min-height: 620px; }
.kook-advantages-visual img { filter: saturate(.55) brightness(.7); }
.kook-advantages-visual figcaption { color: var(--color-gold); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.kook-advantage-list { display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--color-gold-border); }
.kook-advantage-list li { flex: 1; display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--color-gold-border); }
.kook-advantage-list li > span { padding-top: 4px; color: var(--color-gold); font-size: 11px; letter-spacing: .14em; }
.kook-advantage-list h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.1; }
.kook-advantage-list p { max-width: 500px; margin: 12px 0 0; color: var(--color-text-secondary); font-size: 15px; line-height: 1.55; }

.kook-product-blueprint-section { background: #05090b !important; }
.kook-blueprint-stage {
    position: relative;
    display: block;
    min-height: clamp(620px, 60vw, 820px);
    overflow: hidden;
    background-color: #071015;
    background-image:
        linear-gradient(rgba(112,176,189,.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(112,176,189,.09) 1px, transparent 1px),
        linear-gradient(rgba(112,176,189,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(112,176,189,.035) 1px, transparent 1px),
        radial-gradient(circle at 50% 48%, rgba(43,104,113,.28), transparent 48%);
    background-size: 80px 80px, 80px 80px, 16px 16px, 16px 16px, auto;
    border: 1px solid rgba(112,176,189,.28);
    border-radius: var(--radius-lg);
}
.kook-blueprint-stage::before,
.kook-blueprint-stage::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border: 1px solid rgba(112,176,189,.17);
    border-radius: 50%;
}
.kook-blueprint-stage::before { width: 56%; aspect-ratio: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.kook-blueprint-stage::after { width: 38%; aspect-ratio: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.kook-blueprint-stage > img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: min(50%, 620px);
    max-height: 72%;
    object-fit: contain;
    filter: grayscale(.12) drop-shadow(0 36px 70px rgba(0,0,0,.64));
    transform: translate(-50%, -46%);
}
.kook-blueprint-meta { position: absolute; z-index: 3; top: 30px; left: 32px; display: flex; flex-direction: column; gap: 6px; }
.kook-blueprint-meta span { color: #79b8c3; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kook-blueprint-meta strong { font-size: 16px; }
.kook-blueprint-meta small { color: rgba(225,240,242,.5); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.kook-blueprint-callout { position: absolute; z-index: 3; min-width: 178px; padding: 15px 17px; background: rgba(3,10,13,.84); border: 1px solid rgba(112,176,189,.28); border-radius: 14px; backdrop-filter: blur(8px); }
.kook-blueprint-callout span { display: block; margin-bottom: 8px; color: #79b8c3; font-size: 10px; letter-spacing: .14em; }
.kook-blueprint-callout strong { display: block; font-size: 16px; }
.kook-blueprint-callout small { display: block; margin-top: 5px; color: rgba(225,240,242,.58); font-size: 11px; }
.kook-blueprint-callout--one { top: 28%; left: 4%; }
.kook-blueprint-callout--two { top: 29%; right: 4%; }
.kook-blueprint-callout--three { bottom: 10%; left: 6%; }
.kook-blueprint-callout--four { right: 7%; bottom: 10%; }
.kook-blueprint-views { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--grid-gap); margin-top: var(--grid-gap); }
.kook-blueprint-views figure { aspect-ratio: 4 / 3; }
.kook-blueprint-views figure:nth-child(-n+2) img { padding: clamp(22px, 3vw, 42px); object-fit: contain; background: #0a0d0e; }
.kook-blueprint-views figure:nth-child(3) img { filter: saturate(.65) brightness(.78); }
.kook-blueprint-views figcaption { position: absolute; z-index: 1; right: 18px; bottom: 16px; padding: 8px 12px; color: var(--color-text-secondary); background: rgba(0,0,0,.74); border-radius: var(--radius-pill); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.kook-blueprint-stage--kd5 { min-height: clamp(620px, 52vw, 740px); }
.kook-blueprint-stage--kd5 > img { width: min(66%, 650px); max-width: none; max-height: 72%; }
.kook-blueprint-stage--kd5 .kook-blueprint-callout--one { top: 25%; left: 4%; }
.kook-blueprint-stage--kd5 .kook-blueprint-callout--two { top: 29%; right: 4%; }
.kook-blueprint-stage--kd5 .kook-blueprint-callout--three { bottom: 9%; left: 6%; }

.kook-process-visual { aspect-ratio: 2.35 / 1; margin-bottom: var(--grid-gap); }
.kook-process-visual__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    height: 100%;
}
.kook-process-visual__grid img {
    min-width: 0;
    filter: saturate(.72) brightness(.74);
}
.kook-process-visual__grid img:nth-child(1) { object-position: 52% 50%; }
.kook-process-visual__grid img:nth-child(2) { object-position: 50% 50%; }
.kook-process-visual__grid img:nth-child(3) { object-position: 50% 48%; }
.kook-process-visual__grid img:nth-child(4) { object-position: 43% 50%; }
.kook-process-visual figcaption { bottom: 20px; }
.kook-process { margin-top: 0; }
.kook-process li { min-height: 270px; }

@media (max-width: 1024px) {
    .kook-what-grid,
    .kook-advantages-layout { grid-template-columns: 1fr; }
    .kook-what-copy { max-width: 720px; }
    .kook-advantages-visual { min-height: 520px; aspect-ratio: 16 / 10; }
    .kook-advantage-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .kook-advantage-list li:nth-child(odd) { padding-right: 24px; }
    .kook-advantage-list li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--color-gold-border); }
    .kook-header .kook-nav { gap: 18px; }
    .kook-header .kook-nav a { font-size: 13px; }
}

@media (max-width: 767px) {
    .kook-what-grid { margin-bottom: 88px; }
    .kook-what-visual,
    .kook-advantages-visual { min-height: 0; aspect-ratio: 4 / 3; }
    .kook-what-visual figcaption { align-items: start; flex-direction: column; gap: 5px; }
    .kook-lineup-heading { grid-template-columns: 1fr; gap: 18px; }
    .kook-lineup-heading .kook-eyebrow,
    .kook-lineup-heading h3,
    .kook-lineup-heading > p:last-child { grid-column: 1; }
    .kook-lineup-heading h3 { font-size: clamp(2.5rem, 12vw, 3.75rem); }
    .kook-advantage-list { grid-template-columns: 1fr; }
    .kook-advantage-list li:nth-child(odd),
    .kook-advantage-list li:nth-child(even) { padding: 24px 0; border-left: 0; }
    .kook-blueprint-stage,
    .kook-blueprint-stage--kd5 { min-height: 760px; }
    .kook-blueprint-stage > img,
    .kook-blueprint-stage--kd5 > img { top: 40%; width: 82%; max-height: 42%; transform: translate(-50%, -50%); }
    .kook-blueprint-meta { top: 24px; left: 24px; right: 24px; }
    .kook-blueprint-callout { position: absolute; min-width: 0; width: calc(50% - 32px); padding: 13px; }
    .kook-blueprint-callout--one,
    .kook-blueprint-stage--kd5 .kook-blueprint-callout--one { top: auto; right: auto; bottom: 124px; left: 20px; }
    .kook-blueprint-callout--two,
    .kook-blueprint-stage--kd5 .kook-blueprint-callout--two { top: auto; right: 20px; bottom: 124px; left: auto; }
    .kook-blueprint-callout--three,
    .kook-blueprint-stage--kd5 .kook-blueprint-callout--three { right: auto; bottom: 24px; left: 20px; }
    .kook-blueprint-callout--four { right: 20px; bottom: 24px; }
    .kook-blueprint-stage--kd5 .kook-blueprint-callout--three { width: calc(100% - 40px); }
    .kook-blueprint-views { grid-template-columns: 1fr; }
    .kook-process-visual { aspect-ratio: 4 / 3; }
    .kook-process-visual__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }
    .kook-process-visual .kook-process-visual__grid img {
        width: 100%;
        max-width: 100%;
    }
    .kook-process-visual figcaption { right: 18px; bottom: 16px; left: 18px; font-size: 9px; }
}

/* Metallic gold typography system -------------------------------------- */
:root {
    --color-text: #f7d77a;
    --color-text-secondary: #ddb451;
    --color-text-muted: #aa8134;
    --color-gold: #efbd45;
    --color-gold-hover: #ffe497;
    --kook-metallic-gold:
        linear-gradient(
            112deg,
            #8f5b12 0%,
            #d99b28 18%,
            #fff0a6 39%,
            #efb83f 58%,
            #9f6616 78%,
            #f5ce68 100%
        );
}

body,
body :where(p, a, li, dt, dd, figcaption, button, label, small, strong, span) {
    color: var(--color-text-secondary) !important;
    text-shadow: 0 1px 0 rgba(255, 241, 169, .08);
}

body :where(h1, h2, h3, h4, h5, h6),
body :where(h1, h2, h3, h4, h5, h6) :where(span, strong) {
    color: transparent !important;
    background-image: var(--kook-metallic-gold);
    background-size: 180% 100%;
    background-position: 42% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

body :where(.kook-eyebrow, .kook-blueprint-meta span, .kook-blueprint-callout span, .kook-company-process-number) {
    color: var(--color-gold-hover) !important;
}

body :where(.kook-button, .product-card__primary) {
    color: var(--color-gold-hover) !important;
    background: linear-gradient(145deg, #1b150a, #080705);
    border: 1px solid rgba(239, 189, 69, .62);
    box-shadow: inset 0 1px 0 rgba(255, 228, 151, .08);
}

body :where(.kook-button, .product-card__primary):hover,
body .kook-header-cta:hover {
    color: #fff0a6 !important;
    background: linear-gradient(145deg, #2b210d, #110d06);
    border-color: var(--color-gold-hover);
}

body :where(.kook-nav a, .kook-header-cta, .kook-text-link, .product-card__link, .kook-footer a):hover {
    color: var(--color-gold-hover) !important;
}

@media (prefers-contrast: more) {
    :root {
        --color-text: #ffeaa2;
        --color-text-secondary: #f2cc69;
        --color-text-muted: #d7a845;
    }
}

/* Monochrome light theme ------------------------------------------------
 * White page surfaces and black typography replace the previous dark-gold
 * presentation without changing the page structure or component behavior.
 */
:root {
    color-scheme: light;
    --kook-ink: #111111;
    --kook-muted: #111111;
    --kook-night: #ffffff;
    --kook-surface: #ffffff;
    --kook-surface-raised: #f5f5f7;
    --kook-panel: #ffffff;
    --kook-panel-soft: #f5f5f7;
    --kook-gold: #111111;
    --kook-gold-light: #000000;
    --kook-accent: #000000;
    --color-bg: #ffffff;
    --color-bg-soft: #f5f5f7;
    --color-surface: #ffffff;
    --color-surface-hover: #f5f5f7;
    --color-text: #111111;
    --color-text-secondary: #111111;
    --color-text-muted: #111111;
    --color-gold: #111111;
    --color-gold-hover: #000000;
    --color-gold-border: rgba(0, 0, 0, .14);
    --color-gold-border-hover: rgba(0, 0, 0, .38);
    --kook-metallic-gold: none;
}

html,
body,
body :where(.wp-site-blocks, main, .site-main) {
    color: #111111 !important;
    background: #ffffff !important;
}

body,
body :where(p, a, li, dt, dd, figcaption, button, label, small, strong, span),
body :where(h1, h2, h3, h4, h5, h6),
body :where(h1, h2, h3, h4, h5, h6) :where(span, strong) {
    color: #111111 !important;
    background-image: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: none;
}

.kook-header,
.kook-scrolled .kook-header {
    color: #111111;
    background: rgba(255, 255, 255, .94);
    border-color: rgba(0, 0, 0, .12);
}

.kook-brand img,
.kook-footer-brand img {
    filter: grayscale(1) brightness(0);
}

.kook-nav a::after {
    background: #111111;
}

.kook-header-cta,
.kook-application-list span {
    border-color: rgba(0, 0, 0, .22);
}

.kook-hero {
    color: #111111;
    background: #ffffff;
}

.kook-hero-bg,
.kook-hero-scrim,
.kook-hero-stage-overlay {
    display: none;
}

.kook-section,
.kook-section:nth-of-type(even),
.kook-contact-strip,
.kook-footer {
    color: #111111;
    background: #ffffff;
    border-color: rgba(0, 0, 0, .14);
}

.kook-section:nth-of-type(even) {
    background: #f5f5f7;
}

:is(
    .kook-category-grid article,
    .kook-spec-grid article,
    .kook-product-options article,
    .kook-process li,
    .product-card,
    .kook-media-grid figure
) {
    color: #111111;
    background: #ffffff;
    border-color: rgba(0, 0, 0, .14);
    box-shadow: none;
}

:is(
    .kook-category-grid article,
    .kook-spec-grid article,
    .kook-product-options article,
    .kook-process li,
    .product-card
):hover {
    border-color: rgba(0, 0, 0, .38);
}

.kook-category-grid article::after,
.kook-company-process-card::after {
    border-color: rgba(0, 0, 0, .14);
}

.kook-product-quickfacts {
    background: rgba(0, 0, 0, .12);
    border-color: rgba(0, 0, 0, .14);
}

.kook-product-quickfacts div,
.kook-product-options ul,
.kook-safety-note,
.product-card__media,
.product-card__image,
.kook-kbw-gallery figure:nth-of-type(5) {
    color: #111111;
    background: #f5f5f7 !important;
    border-color: rgba(0, 0, 0, .14);
}

.kook-video-frame,
.kook-laser-visual {
    background: #f5f5f7;
    border-color: rgba(0, 0, 0, .14);
    box-shadow: none;
}

.kook-video-label,
.kook-company-gallery figcaption,
.kook-blueprint-views figcaption {
    color: #111111 !important;
    background: rgba(255, 255, 255, .9);
    border-color: rgba(0, 0, 0, .16);
}

.kook-application-visuals figure,
.kook-media-grid figure,
.kook-media-grid img {
    border-color: rgba(0, 0, 0, .14);
    background-color: #f5f5f7;
}

.kook-application-visuals figure::after {
    background: linear-gradient(180deg, transparent 52%, rgba(255, 255, 255, .88));
}

.kook-company-process-card {
    background:
        radial-gradient(circle at 80% 18%, rgba(0, 0, 0, .035), transparent 30%),
        #ffffff;
    border-color: rgba(0, 0, 0, .14);
}

.kook-company-process-card::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .78)),
        linear-gradient(90deg, rgba(255, 255, 255, .18), transparent 48%);
}

.kook-company-process-label {
    color: #111111 !important;
    background: rgba(255, 255, 255, .9);
    border-color: rgba(0, 0, 0, .2);
}

.kook-company-process-card:focus-visible {
    border-color: #111111;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
}

.kook-product-blueprint-section {
    background: #ffffff !important;
}

.kook-blueprint-stage {
    background-color: #f5f5f7;
    background-image:
        linear-gradient(rgba(0, 0, 0, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, .08) 1px, transparent 1px),
        linear-gradient(rgba(0, 0, 0, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, .025) 1px, transparent 1px);
    border-color: rgba(0, 0, 0, .18);
}

.kook-blueprint-stage::before,
.kook-blueprint-stage::after {
    border-color: rgba(0, 0, 0, .12);
}

.kook-blueprint-callout {
    color: #111111;
    background: rgba(255, 255, 255, .9);
    border-color: rgba(0, 0, 0, .16);
}

.kook-blueprint-views figure:nth-child(-n+2) img {
    background: #f5f5f7;
}

.kook-button,
.product-card__primary {
    color: #111111 !important;
    background: #ffffff !important;
    border: 1px solid #111111;
    box-shadow: none;
}

.kook-button:hover,
.product-card__primary:hover,
.kook-header-cta:hover {
    color: #ffffff !important;
    background: #111111 !important;
    border-color: #111111;
}

.product-card__link,
.kook-text-link,
.kook-nav a,
.kook-footer a {
    color: #111111 !important;
}

:where(a, button):focus-visible {
    outline-color: #111111;
}

@media (max-width: 767px) {
    .kook-menu-open .kook-header-cta {
        color: #ffffff !important;
        background: #111111;
        border-color: #111111;
    }
}

@media (prefers-contrast: more) {
    :root {
        --color-text: #000000;
        --color-text-secondary: #000000;
        --color-text-muted: #000000;
    }
}

/* Apple-inspired liquid glass controls ---------------------------------
 * Shared by links rendered as buttons, native buttons, carousel controls,
 * the mobile menu control, and WordPress block buttons.
 */
:root {
    --liquid-glass-surface: rgba(255, 255, 255, .62);
    --liquid-glass-surface-hover: rgba(255, 255, 255, .78);
    --liquid-glass-border: rgba(0, 0, 0, .12);
    --liquid-glass-highlight: rgba(255, 255, 255, .96);
    --liquid-glass-shadow:
        0 1px 1px rgba(255, 255, 255, .88) inset,
        0 -1px 1px rgba(0, 0, 0, .06) inset,
        0 8px 24px rgba(0, 0, 0, .1),
        0 2px 6px rgba(0, 0, 0, .06);
    --liquid-glass-shadow-hover:
        0 1px 1px rgba(255, 255, 255, 1) inset,
        0 -1px 1px rgba(0, 0, 0, .08) inset,
        0 14px 36px rgba(0, 0, 0, .14),
        0 3px 9px rgba(0, 0, 0, .08);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
) {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #111111 !important;
    background:
        radial-gradient(circle at 28% -30%, rgba(255, 255, 255, .98), transparent 55%),
        linear-gradient(145deg, rgba(255, 255, 255, .82), var(--liquid-glass-surface)) !important;
    border: 1px solid var(--liquid-glass-border) !important;
    border-radius: 999px !important;
    box-shadow: var(--liquid-glass-shadow) !important;
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    backdrop-filter: blur(22px) saturate(180%);
    transform: translate3d(0, 0, 0);
    transition:
        color .25s ease,
        background-color .25s ease,
        border-color .25s ease,
        box-shadow .35s cubic-bezier(.2, .7, .2, 1),
        transform .35s cubic-bezier(.2, .7, .2, 1) !important;
    -webkit-tap-highlight-color: transparent;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
)::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -60%;
    bottom: -60%;
    left: -72%;
    width: 48%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, .1) 22%,
        rgba(255, 255, 255, .88) 48%,
        rgba(255, 255, 255, .12) 76%,
        transparent 100%
    );
    filter: blur(2px);
    opacity: .52;
    transform: skewX(-18deg);
    transition:
        left 3s cubic-bezier(.16, 1, .3, 1),
        opacity 1.1s ease;
    pointer-events: none;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
)::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 1px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: inherit;
    box-shadow:
        inset 0 8px 15px rgba(255, 255, 255, .2),
        inset 0 -8px 16px rgba(0, 0, 0, .025);
    pointer-events: none;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):is(:hover, :focus-visible) {
    color: #111111 !important;
    background:
        radial-gradient(circle at 26% -20%, #ffffff, transparent 58%),
        linear-gradient(145deg, rgba(255, 255, 255, .92), var(--liquid-glass-surface-hover)) !important;
    border-color: rgba(0, 0, 0, .2) !important;
    box-shadow: var(--liquid-glass-shadow-hover) !important;
    transform: translate3d(0, -2px, 0) scale(1.015);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):is(:hover, :focus-visible)::before {
    left: 124%;
    opacity: .72;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):active {
    color: #111111 !important;
    background:
        radial-gradient(circle at 34% 10%, rgba(255, 255, 255, .9), transparent 58%),
        rgba(235, 235, 238, .72) !important;
    box-shadow:
        0 1px 1px rgba(255, 255, 255, .82) inset,
        0 2px 8px rgba(0, 0, 0, .1) !important;
    transform: translate3d(0, 0, 0) scale(.975);
    transition-duration: .09s !important;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):focus-visible {
    outline: 3px solid rgba(0, 0, 0, .76);
    outline-offset: 3px;
}

:is(body button, .carousel-button):disabled {
    opacity: .38;
    box-shadow:
        0 1px 1px rgba(255, 255, 255, .72) inset,
        0 2px 8px rgba(0, 0, 0, .04) !important;
    cursor: not-allowed;
    transform: none;
}

:is(body button, .carousel-button):disabled::before {
    display: none;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    :is(
        body button,
        .kook-button,
        .kook-header-cta,
        .product-card__primary,
        .carousel-button,
        .kook-menu-toggle,
        .wp-block-button__link,
        .wp-element-button
    ) {
        background: #f5f5f7 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    :is(
        body button,
        .kook-button,
        .kook-header-cta,
        .product-card__primary,
        .carousel-button,
        .kook-menu-toggle,
        .wp-block-button__link,
        .wp-element-button
    ),
    :is(
        body button,
        .kook-button,
        .kook-header-cta,
        .product-card__primary,
        .carousel-button,
        .kook-menu-toggle,
        .wp-block-button__link,
        .wp-element-button
    )::before {
        transition-duration: .01ms !important;
    }
}

/* Pure black editorial theme -------------------------------------------
 * Final visual pass: pure-black surfaces, pure-white typography, clear
 * imagery, and one consistent transparent-glass control language.
 */
:root {
    color-scheme: dark;
    --kook-ink: #ffffff;
    --kook-muted: #ffffff;
    --kook-night: #000000;
    --kook-surface: #000000;
    --kook-surface-raised: #000000;
    --kook-panel: #000000;
    --kook-panel-soft: #000000;
    --kook-gold: #ffffff;
    --kook-gold-light: #ffffff;
    --kook-accent: #ffffff;
    --color-bg: #000000;
    --color-bg-soft: #000000;
    --color-surface: #000000;
    --color-surface-hover: #000000;
    --color-text: #ffffff;
    --color-text-secondary: #ffffff;
    --color-text-muted: #ffffff;
    --color-gold: #ffffff;
    --color-gold-hover: #ffffff;
    --color-gold-border: rgba(255, 255, 255, .18);
    --color-gold-border-hover: rgba(255, 255, 255, .42);
    --liquid-glass-surface: rgba(255, 255, 255, .075);
    --liquid-glass-surface-hover: rgba(255, 255, 255, .13);
    --liquid-glass-border: rgba(255, 255, 255, .28);
    --liquid-glass-highlight: rgba(255, 255, 255, .92);
    --liquid-glass-shadow:
        0 1px 1px rgba(255, 255, 255, .2) inset,
        0 -1px 1px rgba(0, 0, 0, .7) inset,
        0 10px 30px rgba(0, 0, 0, .28);
    --liquid-glass-shadow-hover:
        0 1px 1px rgba(255, 255, 255, .32) inset,
        0 -1px 1px rgba(0, 0, 0, .78) inset,
        0 16px 38px rgba(0, 0, 0, .38);
}

html,
body,
body :where(.wp-site-blocks, main, .site-main) {
    color: #ffffff !important;
    background: #000000 !important;
}

body,
body * {
    color: #ffffff !important;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: none !important;
}

body .kook-nav a,
body .kook-text-link,
body .product-card__link,
body .kook-footer a {
    color: #ffffff !important;
}

body :where(h1, h2, h3, h4, h5, h6),
body :where(h1, h2, h3, h4, h5, h6) :where(span, strong) {
    color: #ffffff !important;
    background-image: none !important;
    -webkit-background-clip: border-box;
    background-clip: border-box;
}

.kook-brand img,
.kook-footer-brand img {
    filter: grayscale(1) brightness(0) invert(1) !important;
}

:is(
    .kook-header,
    .kook-scrolled .kook-header,
    .kook-hero,
    .kook-section,
    .kook-section:nth-of-type(even),
    .kook-category-grid article,
    .kook-spec-grid article,
    .kook-product-options article,
    .kook-process li,
    .product-card,
    .product-card__media,
    .product-card__image,
    .kook-media-grid figure,
    .kook-kbw-gallery figure:nth-of-type(5),
    .kook-video-frame,
    .kook-laser-visual,
    .kook-company-process-card,
    .kook-product-blueprint-section,
    .kook-blueprint-stage,
    .kook-contact-strip,
    .kook-footer
) {
    color: #ffffff !important;
    background-color: #000000 !important;
    background-image: none !important;
}

.kook-header,
.kook-scrolled .kook-header {
    border-color: rgba(255, 255, 255, .14);
}

.kook-section,
.kook-contact-strip {
    border-color: transparent;
}

.kook-contact-strip {
    border: 0;
}

:is(
    .kook-category-grid article,
    .kook-spec-grid article,
    .kook-product-options article,
    .kook-process li,
    .product-card,
    .kook-media-grid figure,
    .kook-video-frame,
    .kook-laser-visual,
    .kook-company-process-card,
    .kook-blueprint-stage
) {
    border-color: rgba(255, 255, 255, .18);
    box-shadow: none;
}

:is(
    .kook-category-grid article,
    .kook-spec-grid article,
    .kook-product-options article,
    .kook-process li,
    .product-card
):hover {
    border-color: rgba(255, 255, 255, .42);
}

.kook-hero-bg,
.kook-hero-scrim,
.kook-hero-stage-overlay,
.kook-stage-beam,
.kook-application-visuals figure::after {
    display: none;
}

.kook-product-quickfacts {
    gap: 0;
    background: #000000;
    border-color: rgba(255, 255, 255, .18);
}

.kook-product-quickfacts div,
.kook-product-options ul,
.kook-safety-note {
    color: #ffffff !important;
    background: #000000 !important;
    border-color: rgba(255, 255, 255, .18);
}

.kook-product-quickfacts div + div {
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.kook-video-label,
.kook-company-gallery figcaption,
.kook-blueprint-views figcaption,
.kook-blueprint-callout {
    color: #ffffff !important;
    background: rgba(0, 0, 0, .72);
    border-color: rgba(255, 255, 255, .24);
}

.kook-blueprint-stage {
    background: #000000 !important;
}

.kook-blueprint-stage::before,
.kook-blueprint-stage::after,
.kook-category-grid article::after,
.kook-company-process-card::after {
    display: none !important;
}

.kook-blueprint-views figure:nth-child(-n+2) img {
    background: #000000;
}

.kook-company-process-card::before {
    display: none;
}

.kook-company-process-card img,
.kook-company-process-card:is(:hover, :focus-visible) img {
    filter: none;
}

.kook-company-process-title,
.kook-company-process-label,
.kook-company-process-card:is(:hover, :focus-visible) .kook-company-process-title,
.kook-company-process-card:is(:hover, :focus-visible) .kook-company-process-label {
    filter: none;
}

.kook-company-process-label {
    color: #ffffff !important;
    background: rgba(0, 0, 0, .68);
    border-color: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.kook-motion-enabled .kook-reveal,
.kook-motion-enabled .kook-reveal.is-visible,
.kook-motion-enabled .kook-visual,
.kook-motion-enabled .kook-visual.is-visual-active {
    filter: none;
}

.product-card__actions {
    gap: 0;
}

.product-card__colors {
    display: none;
}

.product-card__primary {
    gap: 10px;
}

.product-card__primary span {
    transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}

.product-card__primary:hover span,
.product-card__primary:focus-visible span {
    transform: translateX(4px);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
) {
    color: #ffffff !important;
    background: var(--liquid-glass-surface) !important;
    border-color: var(--liquid-glass-border) !important;
    box-shadow: var(--liquid-glass-shadow) !important;
    -webkit-backdrop-filter: blur(22px) saturate(130%);
    backdrop-filter: blur(22px) saturate(130%);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
)::after {
    border-color: rgba(255, 255, 255, .22);
    box-shadow:
        inset 0 8px 15px rgba(255, 255, 255, .06),
        inset 0 -8px 16px rgba(0, 0, 0, .24);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):is(:hover, :focus-visible) {
    color: #ffffff !important;
    background: var(--liquid-glass-surface-hover) !important;
    border-color: rgba(255, 255, 255, .48) !important;
    box-shadow: var(--liquid-glass-shadow-hover) !important;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):active {
    color: #ffffff !important;
    background: rgba(255, 255, 255, .16) !important;
}

:where(a, button):focus-visible {
    outline-color: #ffffff;
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    :is(
        body button,
        .kook-button,
        .kook-header-cta,
        .product-card__primary,
        .carousel-button,
        .kook-menu-toggle,
        .wp-block-button__link,
        .wp-element-button
    ) {
        background: rgba(255, 255, 255, .12) !important;
    }
}

@media (max-width: 767px) {
    .kook-product-quickfacts div + div {
        border-top: 1px solid rgba(255, 255, 255, .18);
        border-left: 0;
    }

    .kook-menu-open .kook-header-cta {
        color: #ffffff !important;
        background: var(--liquid-glass-surface) !important;
        border-color: var(--liquid-glass-border) !important;
    }
}

/* Effective cinematic, video-ready homepage hero -----------------------
 * The media slot stays pure black for now and can later receive a muted,
 * looping background video without changing the content architecture.
 */
.kook-header,
.kook-scrolled .kook-header {
    right: 0;
    left: 0;
    width: 100%;
}

.kook-header {
    position: absolute;
    top: 0;
    z-index: 40;
    min-height: 92px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: transparent !important;
    border-bottom-color: rgba(245, 213, 116, .12);
}

.kook-scrolled .kook-header {
    position: fixed;
    min-height: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: rgba(0, 0, 0, .88) !important;
    border-bottom-color: rgba(245, 213, 116, .18);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
    backdrop-filter: blur(18px) saturate(130%);
}

.kook-brand img {
    height: 38px;
}

.kook-hero--cinematic {
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    overflow: hidden;
    min-height: 100svh;
    padding:
        clamp(150px, 21vh, 230px)
        var(--container-gutter)
        clamp(74px, 8vh, 104px);
    text-align: center;
    background: #000000 !important;
}

.kook-hero-video-slot {
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
    background: #07090b;
    pointer-events: none;
}

.kook-hero--cinematic .kook-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 0;
    -webkit-filter: brightness(.58) saturate(.72) contrast(1.08) blur(5px);
    filter: brightness(.58) saturate(.72) contrast(1.08) blur(5px);
    transform: scale(1.012);
    pointer-events: none;
    will-change: opacity, filter;
    transition:
        opacity 850ms cubic-bezier(.4, 0, .2, 1),
        filter 850ms cubic-bezier(.4, 0, .2, 1),
        -webkit-filter 850ms cubic-bezier(.4, 0, .2, 1);
}

.kook-hero--cinematic.is-video-playing .kook-hero-video.is-active {
    opacity: 1;
    -webkit-filter: brightness(.58) saturate(.72) contrast(1.08) blur(0);
    filter: brightness(.58) saturate(.72) contrast(1.08) blur(0);
}

.kook-hero--cinematic.is-video-switching .kook-hero-video--effect {
    transition-delay: 120ms;
}

.kook-hero--cinematic .kook-hero-bg {
    z-index: -4;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 1;
    filter: brightness(.5) saturate(.68) contrast(1.06);
    transform: scale(1.012);
    transition: opacity 800ms ease;
}

.kook-hero--cinematic.is-video-playing .kook-hero-bg {
    opacity: 0;
}

.kook-hero--cinematic .kook-hero-scrim {
    z-index: -2;
    background:
        linear-gradient(
            180deg,
            rgba(4, 5, 6, .76) 0%,
            rgba(4, 5, 6, .38) 28%,
            rgba(4, 5, 6, .44) 62%,
            rgba(7, 9, 11, .94) 100%
        ),
        radial-gradient(
            ellipse at center,
            rgba(4, 5, 6, .2) 0%,
            rgba(4, 5, 6, .38) 48%,
            rgba(4, 5, 6, .68) 100%
        );
    pointer-events: none;
}

.kook-hero--cinematic::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 1;
    height: clamp(150px, 20vh, 250px);
    background:
        linear-gradient(
            180deg,
            rgba(7, 9, 11, 0) 0%,
            rgba(7, 9, 11, .24) 34%,
            rgba(7, 9, 11, .76) 72%,
            #07090b 100%
        );
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 42%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 42%, #000 100%);
    pointer-events: none;
}

.kook-hero--cinematic .kook-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 1120px);
    max-width: none;
    margin-inline: auto;
}

.kook-hero--cinematic .kook-eyebrow {
    margin: 0 0 22px;
    font-size: 12px;
    letter-spacing: .2em;
}

.kook-hero--cinematic .kook-hero-title {
    max-width: 1100px;
    font-size: clamp(58px, 6.6vw, 110px);
    line-height: .91;
    letter-spacing: -.05em;
    filter: none !important;
    text-shadow: none !important;
}

.kook-hero--cinematic .kook-hero-title .kook-script-accent {
    display: inline;
    margin: 0;
    font-size: 1em;
    line-height: inherit;
    filter: none !important;
    text-shadow: none !important;
}

.kook-hero--cinematic .kook-hero-copy {
    max-width: 780px;
    margin: 28px auto 0;
    font-size: clamp(16px, 1.35vw, 21px);
    line-height: 1.5;
}

.kook-hero--cinematic .kook-hero-mobile-visual,
.kook-hero--cinematic .kook-hero-stage-overlay {
    display: none !important;
}

.kook-hero--cinematic .kook-scroll-cue {
    right: 0;
    bottom: 22px;
    left: 0;
    width: auto;
    margin: 0;
    text-align: center;
    font-family: var(--kook-font-text);
    font-size: clamp(13px, 1.1vw, 16px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: transparent !important;
    background-image: linear-gradient(
        108deg,
        #8b5410 0%,
        #d8a63f 26%,
        #fff2ad 44%,
        #e1ad42 58%,
        #966016 78%,
        #d8a63f 100%
    ) !important;
    background-size: 240% 100%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
    pointer-events: none;
    cursor: default;
    will-change: background-position;
    animation: kook-scroll-cue-shimmer 8s ease-in-out infinite alternate;
}

@keyframes kook-scroll-cue-shimmer {
    from {
        background-position: 0% 50%;
    }

    to {
        background-position: 100% 50%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kook-hero--cinematic .kook-hero-video-slot {
        display: none;
    }

    .kook-hero--cinematic .kook-hero-bg,
    .kook-hero--cinematic.is-video-playing .kook-hero-bg {
        opacity: 1;
        transition: none;
    }

    .kook-hero--cinematic .kook-scroll-cue {
        animation: none;
        background-position: 50% 50%;
        will-change: auto;
    }
}

/* KOOK homepage refinement */
.kook-brand,
.kook-footer-brand {
    position: relative;
}

.kook-brand {
    width: clamp(120px, 12vw, 190px);
    height: 38px;
}

.kook-brand::before,
.kook-footer-brand::before {
    content: "";
    display: block;
    background: var(--metal-gold-base);
    -webkit-mask-image: url("assets/img/kook/brand/kook-logo.png");
    mask-image: url("assets/img/kook/brand/kook-logo.png");
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.kook-brand::before {
    width: 100%;
    height: 100%;
}

.kook-footer-brand::before {
    width: min(250px, 100%);
    height: 70px;
}

.kook-brand img,
.kook-footer-brand img {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden;
    clip-path: inset(50%);
    opacity: 0;
}

body .kook-nav a,
body .kook-header-cta {
    color: var(--metal-gold-light) !important;
    font-size: 15px;
    font-weight: 500;
}

.kook-hero--cinematic .kook-eyebrow {
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1279px) {
    body .kook-nav a,
    body .kook-header-cta {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .kook-brand {
        height: 32px;
    }
}

@media (max-width: 767px) {
    .kook-brand {
        width: 116px;
        height: 29px;
    }

    body .kook-nav a {
        font-size: 26px;
    }

    .kook-hero--cinematic .kook-eyebrow {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    .kook-header {
        min-height: 78px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .kook-brand img {
        height: 32px;
    }

    .kook-hero--cinematic {
        min-height: 100svh;
        padding-top: 132px;
        padding-bottom: 72px;
    }

    .kook-hero--cinematic .kook-hero-title {
        font-size: clamp(52px, 9.5vw, 82px);
    }
}

@media (max-width: 767px) {
    .kook-header,
    .kook-scrolled .kook-header {
        min-height: 74px;
        padding: 12px 20px;
    }

    .kook-hero--cinematic {
        align-items: flex-end;
        min-height: 100svh;
        padding: 116px 20px 64px;
    }

    .kook-hero--cinematic .kook-hero-video {
        object-fit: contain;
        object-position: 50% 42%;
        transform: scale(.92);
    }

    .kook-hero--cinematic .kook-eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 1.4;
    }

    .kook-hero--cinematic .kook-hero-title {
        width: 100%;
        max-width: 100%;
        font-size: clamp(38px, 12vw, 54px);
        line-height: .94;
        letter-spacing: -.045em;
        overflow-wrap: anywhere;
    }

    .kook-hero--cinematic .kook-hero-copy {
        margin-top: 24px;
        font-size: 16px;
    }

    .kook-hero--cinematic .kook-scroll-cue {
        bottom: 15px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .kook-hero--cinematic {
        padding-bottom: 58px;
    }

    .kook-hero--cinematic .kook-hero-title {
        font-size: clamp(42px, 13vw, 56px);
    }

    .kook-hero--cinematic .kook-hero-copy {
        font-size: 15px;
    }
}

/* Final polished gold typography ---------------------------------------
 * Pure-black surfaces remain untouched. This final cascade layer replaces
 * the interim white type with a restrained, consistent polished-gold alloy.
 */
:root {
    --metal-gold-dark: #70420a;
    --metal-gold-shadow: #966016;
    --metal-gold-base: #d8a63f;
    --metal-gold-light: #f5d574;
    --metal-gold-highlight: #fff2ad;
    --metal-gold:
        linear-gradient(
            108deg,
            #74450b 0%,
            #a96c18 12%,
            #e1ad42 27%,
            #fff2ad 39%,
            #e0a637 50%,
            #8b5410 66%,
            #f0ca67 82%,
            #a66615 100%
        );
    --metal-gold-edge:
        0 1px 0 rgba(255, 242, 173, .28),
        0 -1px 0 rgba(72, 39, 3, .52),
        0 0 1px rgba(255, 224, 126, .18);
    --kook-ink: var(--metal-gold-light);
    --kook-muted: var(--metal-gold-base);
    --kook-gold: var(--metal-gold-base);
    --kook-gold-light: var(--metal-gold-light);
    --kook-accent: var(--metal-gold-base);
    --color-text: var(--metal-gold-light);
    --color-text-secondary: var(--metal-gold-base);
    --color-text-muted: var(--metal-gold-shadow);
    --color-gold: var(--metal-gold-base);
    --color-gold-hover: var(--metal-gold-highlight);
    --color-gold-border: rgba(216, 166, 63, .22);
    --color-gold-border-hover: rgba(245, 213, 116, .48);
    --liquid-glass-surface: rgba(216, 166, 63, .055);
    --liquid-glass-surface-hover: rgba(216, 166, 63, .105);
    --liquid-glass-border: rgba(245, 213, 116, .3);
    --liquid-glass-highlight: rgba(255, 242, 173, .9);
    --liquid-glass-shadow:
        0 1px 1px rgba(255, 235, 156, .16) inset,
        0 -1px 1px rgba(54, 29, 2, .72) inset,
        0 10px 30px rgba(0, 0, 0, .32);
    --liquid-glass-shadow-hover:
        0 1px 1px rgba(255, 242, 173, .28) inset,
        0 -1px 1px rgba(54, 29, 2, .8) inset,
        0 16px 38px rgba(0, 0, 0, .42);
}

body,
body * {
    color: var(--metal-gold-base) !important;
    -webkit-text-fill-color: currentColor !important;
    text-shadow: var(--metal-gold-edge) !important;
}

body :where(
    h1, h2, h3, h4, h5, h6,
    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
    p, p span, p strong,
    dt, dd, strong, small, label
),
body :where(
    .kook-nav a,
    .kook-text-link,
    .kook-footer a,
    .product-card__index,
    .kook-eyebrow,
    .kook-blueprint-meta span,
    .kook-blueprint-callout span,
    .kook-company-process-number,
    .kook-company-process-title
) {
    color: transparent !important;
    background-image: var(--metal-gold) !important;
    background-size: 190% 100%;
    background-position: 44% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent !important;
    text-shadow: var(--metal-gold-edge) !important;
}

body :where(
    .kook-video-label,
    .kook-company-gallery figcaption,
    .kook-blueprint-views figcaption,
    .kook-company-process-label,
    figcaption
) {
    color: var(--metal-gold-light) !important;
    -webkit-text-fill-color: var(--metal-gold-light) !important;
    text-shadow: var(--metal-gold-edge) !important;
}

body :where(
    .kook-nav a,
    .kook-text-link,
    .kook-footer a
) {
    transition:
        background-position .55s cubic-bezier(.2, .7, .2, 1),
        opacity .25s ease;
}

body :where(
    .kook-nav a,
    .kook-text-link,
    .kook-footer a
):hover {
    background-position: 62% 50%;
}

.kook-brand img,
.kook-footer-brand img {
    filter:
        sepia(1)
        saturate(2.35)
        hue-rotate(354deg)
        brightness(.98)
        contrast(1.08);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
) {
    color: var(--metal-gold-light) !important;
    -webkit-text-fill-color: var(--metal-gold-light) !important;
    text-shadow: var(--metal-gold-edge) !important;
    background: var(--liquid-glass-surface) !important;
    border-color: var(--liquid-glass-border) !important;
    box-shadow: var(--liquid-glass-shadow) !important;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
)::before {
    background:
        linear-gradient(
            105deg,
            transparent 0%,
            rgba(215, 164, 63, .08) 22%,
            rgba(255, 242, 173, .82) 48%,
            rgba(213, 154, 45, .1) 76%,
            transparent 100%
        );
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
)::after {
    border-color: rgba(245, 213, 116, .24);
    box-shadow:
        inset 0 8px 15px rgba(255, 235, 156, .055),
        inset 0 -8px 16px rgba(49, 26, 1, .3);
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):is(:hover, :focus-visible) {
    color: var(--metal-gold-highlight) !important;
    -webkit-text-fill-color: var(--metal-gold-highlight) !important;
    background: var(--liquid-glass-surface-hover) !important;
    border-color: rgba(255, 226, 132, .52) !important;
    box-shadow: var(--liquid-glass-shadow-hover) !important;
}

:is(
    body button,
    .kook-button,
    .kook-header-cta,
    .product-card__primary,
    .carousel-button,
    .kook-menu-toggle,
    .wp-block-button__link,
    .wp-element-button
):active {
    color: var(--metal-gold-highlight) !important;
    -webkit-text-fill-color: var(--metal-gold-highlight) !important;
    background: rgba(216, 166, 63, .14) !important;
}

:where(a, button):focus-visible {
    outline-color: var(--metal-gold-highlight);
}

@media (max-width: 767px) {
    .kook-menu-open .kook-header-cta {
        color: var(--metal-gold-light) !important;
        -webkit-text-fill-color: var(--metal-gold-light) !important;
        background: var(--liquid-glass-surface) !important;
        border-color: var(--liquid-glass-border) !important;
    }
}

@media (prefers-contrast: more) {
    body,
    body * {
        color: var(--metal-gold-highlight) !important;
        -webkit-text-fill-color: var(--metal-gold-highlight) !important;
    }

    body :where(
        h1, h2, h3, h4, h5, h6,
        p, dt, dd, strong, small, label,
        a
    ) {
        background-image: none !important;
    }
}

/* Keep carousel geometry independent from the page-level reveal transform. */
.kook-lineup .kook-product-carousel {
    align-items: flex-start;
    padding-top: clamp(44px, 5vw, 76px);
    padding-right: max(var(--lineup-edge), calc((100vw - var(--lineup-card-width)) / 2));
    padding-bottom: clamp(84px, 8vw, 128px);
    padding-left: max(var(--lineup-edge), calc((100vw - var(--lineup-card-width)) / 2));
    scroll-padding-inline: 50%;
}

.kook-lineup .kook-product-carousel .product-card {
    flex: 0 0 var(--lineup-card-width);
    min-height: 620px;
    scroll-snap-align: center;
}

.kook-motion-enabled .kook-lineup .kook-product-carousel .product-card,
.kook-motion-enabled .kook-lineup .kook-product-carousel .product-card.is-visible {
    transform: translate3d(0, var(--hover-y), 0);
    opacity: 1;
}

@media (max-width: 767px) {
    .kook-lineup .kook-product-carousel {
        padding-top: 32px;
        padding-right: max(var(--container-padding), 7vw);
        padding-bottom: 64px;
        padding-left: max(var(--container-padding), 7vw);
    }

    .kook-lineup .kook-product-carousel .product-card {
        min-height: 570px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kook-motion-enabled .kook-lineup .kook-product-carousel .product-card,
    .kook-motion-enabled .kook-lineup .kook-product-carousel .product-card.is-visible {
        transform: none !important;
        opacity: 1 !important;
    }
}

/* Keep the product-carousel navigation centered beneath the full lineup. */
.kook-lineup .carousel-controls {
    justify-content: center;
}

.kook-contact-strip {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
    align-items: start;
    gap: clamp(36px, 6vw, 96px);
    padding: clamp(64px, 8vw, 128px) max(24px, calc((100vw - 1440px) / 2));
    overflow: hidden;
}

.kook-contact-strip__intro {
    position: sticky;
    top: 120px;
    min-width: 0;
}

.kook-contact-strip__intro h2 {
    margin: 0;
    max-width: 13ch;
    font-size: clamp(2.75rem, 5.4vw, 6rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.kook-inquiry-form {
    --kook-inquiry-panel-blur: 24px;
    --kook-inquiry-focus-rgb: 188 145 72;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: clamp(24px, 3vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 36%),
        rgba(18, 22, 27, 0.5);
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        inset 0 -1px 0 rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(var(--kook-inquiry-panel-blur)) saturate(1.04);
    -webkit-backdrop-filter: blur(var(--kook-inquiry-panel-blur)) saturate(1.04);
}

.kook-inquiry-form__field {
    display: grid;
    align-content: start;
    gap: 9px;
    min-width: 0;
}

.kook-inquiry-form__field--wide,
.kook-inquiry-form__actions {
    grid-column: 1 / -1;
}

.kook-inquiry-form label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.kook-inquiry-form input,
.kook-inquiry-form textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 14px 16px;
    color: #fff;
    background: rgba(2, 4, 6, 0.5);
    font: inherit;
    line-height: 1.45;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.kook-inquiry-form__field input {
    display: block;
    width: 100%;
    height: 56px;
    margin: 0;
    box-sizing: border-box;
}

.kook-inquiry-form textarea {
    min-height: 156px;
    resize: vertical;
}

.kook-inquiry-form input:focus,
.kook-inquiry-form textarea:focus {
    outline: 2px solid transparent;
    border-color: rgb(var(--kook-inquiry-focus-rgb) / 0.68);
    background: rgba(255, 255, 255, 0.065);
    box-shadow: 0 0 0 3px rgb(var(--kook-inquiry-focus-rgb) / 0.1);
}

.kook-inquiry-form input[aria-invalid="true"],
.kook-inquiry-form textarea[aria-invalid="true"] {
    border-color: #ff8e8e;
}

.kook-inquiry-form__error {
    min-height: 1.2em;
    color: #ffabab;
    font-size: 0.78rem;
    line-height: 1.35;
}

.kook-inquiry-form__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.kook-inquiry-form__submit {
    border: 1px solid rgba(255, 255, 255, 0.28);
    cursor: pointer;
}

.kook-inquiry-form__submit:disabled {
    cursor: wait;
    opacity: 0.62;
}

.kook-inquiry-form__status {
    flex: 1 1 260px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.kook-inquiry-form__status strong {
    display: block;
    margin-bottom: 2px;
}

.kook-inquiry-form__status.is-error {
    color: #ffabab;
}

.kook-inquiry-form__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 960px) {
    .kook-contact-strip {
        grid-template-columns: 1fr;
    }

    .kook-contact-strip__intro {
        position: static;
    }

    .kook-contact-strip__intro h2 {
        max-width: 16ch;
    }
}

@media (max-width: 640px) {
    .kook-contact-strip {
        padding-inline: 20px;
    }

    .kook-inquiry-form {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 18px;
        border-radius: 24px;
    }

    .kook-inquiry-form__field--wide,
    .kook-inquiry-form__actions {
        grid-column: auto;
    }
}

/* Immersive application scenarios */
.kook-scenarios {
    position: relative;
    isolation: isolate;
    overflow: visible;
    margin: 0;
    padding: clamp(96px, 11vw, 180px) clamp(20px, 4vw, 72px);
    color: #f7f8fb;
    background: #05060a;
}

.kook-scenarios__aura {
    position: absolute;
    z-index: -1;
    width: min(54vw, 760px);
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.13;
    pointer-events: none;
}

.kook-scenarios__aura--violet {
    top: 8%;
    right: -21%;
    background: #925cff;
}

.kook-scenarios__aura--cyan {
    bottom: 5%;
    left: 20%;
    background: #20c7e9;
    opacity: 0.08;
}

.kook-scenarios__inner {
    position: relative;
    width: min(100%, 1600px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(560px, 1.45fr);
    gap: clamp(56px, 7vw, 128px);
    align-items: start;
}

.kook-scenarios__intro {
    position: sticky;
    top: clamp(96px, 12vh, 150px);
    align-self: start;
    max-width: 520px;
    padding: clamp(20px, 2vw, 34px) 0;
}

.kook-scenarios__eyebrow {
    margin: 0 0 24px;
    color: #b9a6ff;
    font-size: 0.76rem;
    font-weight: 650;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.kook-scenarios__intro h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(3.2rem, 5.4vw, 6.4rem);
    font-weight: 590;
    letter-spacing: -0.065em;
    line-height: 0.93;
    text-wrap: balance;
}

.kook-scenarios__intro h2 span {
    display: inline-block;
    margin-top: 0.08em;
    color: #c9cbd3;
}

.kook-scenarios__lead {
    max-width: 44ch;
    margin: clamp(28px, 4vw, 52px) 0 30px;
    color: #aeb2bd;
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.68;
}

.kook-scenarios__disclaimer {
    max-width: 48ch;
    margin: 22px 0 0;
    color: #717681;
    font-size: 0.72rem;
    line-height: 1.55;
}

.kook-scenarios__gallery {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    gap: clamp(16px, 2vw, 28px);
    align-items: stretch;
}

.kook-scenario-card {
    position: relative;
    grid-column: 1 / -1;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    background: #0b0d12;
    box-shadow: 0 24px 65px rgba(0,0,0,0.28);
    transform: translateY(0);
    transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1), border-color 550ms ease, box-shadow 550ms ease;
}

.kook-scenario-card--featured,
.kook-scenario-card--portrait,
.kook-scenario-card--landscape,
.kook-scenario-card--square,
.kook-scenario-card--wide {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
}

.kook-scenario-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(0.94) contrast(1.03);
    transform: scale(1.001);
    transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 700ms ease;
}

.kook-scenario-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(3,4,8,0.15) 58%, rgba(3,4,8,0.9) 100%);
    pointer-events: none;
}

.kook-scenario-card figcaption {
    position: absolute;
    z-index: 2;
    left: clamp(20px, 3vw, 34px);
    right: clamp(20px, 3vw, 34px);
    bottom: clamp(20px, 3vw, 32px);
    color: #fff;
    opacity: 0.12;
    transform: translate3d(0, 18px, 0);
    transition: opacity 560ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.kook-scenario-card figcaption span {
    display: inline-block;
    margin-bottom: 9px;
    color: #d8caff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kook-scenario-card figcaption p {
    max-width: 38ch;
    margin: 0;
    color: #f5f6f8;
    font-size: clamp(0.9rem, 1.15vw, 1.05rem);
    line-height: 1.48;
}

.kook-scenario-card:hover {
    z-index: 3;
    border-color: rgba(172,144,255,0.58);
    box-shadow: 0 32px 90px rgba(0,0,0,0.48), 0 0 0 1px rgba(129,196,255,0.12), 0 0 48px rgba(119,82,255,0.14);
    transform: translateY(-8px);
}

.kook-scenario-card:hover img {
    filter: saturate(1.06) contrast(1.04);
    transform: scale(1.045);
}

.kook-scenario-card:hover figcaption,
.kook-scenario-card:focus-within figcaption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.kook-scenarios-motion .kook-scenario-card:not(.is-scenario-visible) {
    opacity: 0;
    transform: translateY(32px);
}

.kook-scenarios-motion .kook-scenario-card.is-scenario-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--scenario-delay, 0ms);
    will-change: opacity, transform;
}

.kook-scenarios-motion .kook-scenario-card.is-scenario-settled {
    transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1), border-color 550ms ease, box-shadow 550ms ease;
    transition-delay: 0ms;
    will-change: auto;
}

@media (max-width: 1100px) {
    .kook-scenarios__inner {
        grid-template-columns: minmax(250px, 0.7fr) minmax(440px, 1.3fr);
        gap: 52px;
    }
}

@media (max-width: 900px) {
    .kook-scenarios {
        padding: 88px 20px;
    }

    .kook-scenarios__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
    }

    .kook-scenarios__intro {
        position: static;
        top: auto;
        max-width: 680px;
        padding: 0;
    }

    .kook-scenarios__intro h2 {
        font-size: clamp(3rem, 12vw, 5.2rem);
    }

    .kook-scenario-card,
    .kook-scenario-card--featured,
    .kook-scenario-card--portrait,
    .kook-scenario-card--landscape,
    .kook-scenario-card--square,
    .kook-scenario-card--wide {
        grid-column: 1 / -1;
        min-height: 0;
        aspect-ratio: 16 / 10;
        transform: none;
    }

    .kook-scenario-card--portrait,
    .kook-scenario-card--square {
        aspect-ratio: 16 / 10;
    }

    .kook-scenario-card figcaption {
        opacity: 1;
        transform: none;
    }

    .kook-scenario-card:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 560px) {
    .kook-scenarios__gallery {
        display: flex;
        flex-direction: column;
    }

    .kook-scenario-card,
    .kook-scenario-card--featured,
    .kook-scenario-card--portrait,
    .kook-scenario-card--landscape,
    .kook-scenario-card--square,
    .kook-scenario-card--wide {
        width: 100%;
        aspect-ratio: 4 / 3;
        border-radius: 16px;
    }

    .kook-scenario-card--featured,
    .kook-scenario-card--portrait,
    .kook-scenario-card--landscape,
    .kook-scenario-card--square,
    .kook-scenario-card--wide {
        aspect-ratio: 4 / 3;
    }

    .kook-scenarios__disclaimer {
        font-size: 0.68rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kook-scenario-card,
    .kook-scenario-card img,
    .kook-scenario-card figcaption {
        transition: none;
    }
}

/* Static four-stage process deck */
.kook-partnership .kook-section-heading {
    margin-bottom: clamp(14px, 1.5vw, 24px);
}

.kook-process-deck {
    position: relative;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    width: min(1760px, calc(100vw - 64px));
    max-width: none;
    gap: clamp(12px, 1.1vw, 18px);
    margin: 0;
    padding: clamp(18px, 2vw, 30px) 0 clamp(24px, 3vw, 44px);
    list-style: none;
    perspective: 1600px;
    transform: translateX(-50%);
}

.kook-process-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: clamp(610px, 38vw, 740px);
    overflow: hidden;
    color: #fff;
    background: #080808;
    border: 0;
    border-radius: clamp(26px, 2.4vw, 40px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .32);
    transform-origin: 50% 100%;
}

.kook-process-card:nth-child(1) {
    transform: translateY(30px) rotate(-5deg);
}

.kook-process-card:nth-child(2) {
    transform: translateY(4px) rotate(-1.75deg);
}

.kook-process-card:nth-child(3) {
    transform: translateY(4px) rotate(1.75deg);
}

.kook-process-card:nth-child(4) {
    transform: translateY(30px) rotate(5deg);
}

.kook-process-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #111;
}

.kook-process-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .42));
}

.kook-process-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.78) brightness(.76) contrast(1.04);
}

.kook-process-card--inquiry .kook-process-card__media img {
    object-position: 52% 50%;
}

.kook-process-card--design .kook-process-card__media img {
    object-position: 50% 50%;
}

.kook-process-card--production .kook-process-card__media img {
    object-position: 50% 48%;
}

.kook-process-card--delivery .kook-process-card__media img {
    object-position: 43% 50%;
}

.kook-process-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(24px, 2.2vw, 34px);
}

.kook-process-card__body span {
    color: var(--color-gold);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.kook-process-card__body h3 {
    margin: clamp(28px, 3vw, 48px) 0 14px;
    color: #fff;
    font-size: clamp(1.55rem, 2.1vw, 2.1rem);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.kook-process-card__body p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: clamp(.88rem, 1.05vw, 1rem);
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .kook-process-deck {
        left: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        width: 100%;
        gap: 22px;
        margin-top: 10px;
        padding-inline: 0;
        transform: none;
    }

    .kook-process-card,
    .kook-process-card:nth-child(n) {
        min-height: 520px;
        transform: none;
    }
}

@media (max-width: 620px) {
    .kook-process-deck {
        grid-template-columns: minmax(0, 1fr);
        padding-top: 10px;
    }

    .kook-process-card,
    .kook-process-card:nth-child(n) {
        min-height: 0;
        border-radius: 26px;
    }

    .kook-process-card__body h3 {
        margin-top: 34px;
    }
}

/* Homepage-wide continuous frosted industrial scene */
html:has(> body.home) {
    overflow-x: clip;
}

body.home {
    --kook-home-bg: #07090b;
    --kook-home-bg-deep: #040506;
    --kook-home-gold-glow: 188 145 72;
    --kook-home-blue-glow: 75 103 126;
    --kook-home-steel-glow: 104 112 122;
    --kook-home-gold-glow-size: 42% 46%;
    --kook-home-gold-glow-position: 84% 18%;
    --kook-home-gold-low-glow-size: 34% 30%;
    --kook-home-gold-low-glow-position: 12% 88%;
    --kook-home-blue-glow-size: 58% 66%;
    --kook-home-blue-glow-position: 8% 58%;
    --kook-home-steel-glow-size: 70% 46%;
    --kook-home-steel-glow-position: 58% 94%;
    --kook-home-scene-blur: 84px;
    --kook-home-haze-blur: 26px;
    --kook-home-grain-opacity: 0.04;
    --kook-home-vignette-strength: 0.72;
    position: relative;
    isolation: isolate;
    min-height: 100%;
    overflow-x: clip;
    background:
        radial-gradient(circle at 48% 32%, rgba(255, 255, 255, 0.032), transparent 46%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.018), transparent 42%),
        linear-gradient(180deg, var(--kook-home-bg), var(--kook-home-bg-deep)) !important;
}

body.home::before {
    content: "";
    position: fixed;
    z-index: -2;
    inset: -18%;
    background:
        linear-gradient(180deg, rgba(4, 5, 6, 0.09), rgba(4, 5, 6, 0.4)),
        radial-gradient(
            ellipse at center,
            transparent 20%,
            rgb(0 0 0 / var(--kook-home-vignette-strength)) 126%
        ),
        radial-gradient(
            var(--kook-home-gold-glow-size) at var(--kook-home-gold-glow-position),
            rgb(var(--kook-home-gold-glow) / 0.16) 0%,
            rgb(var(--kook-home-gold-glow) / 0.07) 32%,
            transparent 70%
        ),
        radial-gradient(
            var(--kook-home-gold-low-glow-size) at var(--kook-home-gold-low-glow-position),
            rgb(var(--kook-home-gold-glow) / 0.06) 0%,
            rgb(var(--kook-home-gold-glow) / 0.025) 34%,
            transparent 72%
        ),
        radial-gradient(
            var(--kook-home-blue-glow-size) at var(--kook-home-blue-glow-position),
            rgb(var(--kook-home-blue-glow) / 0.19) 0%,
            rgb(var(--kook-home-blue-glow) / 0.08) 42%,
            transparent 80%
        ),
        radial-gradient(
            var(--kook-home-steel-glow-size) at var(--kook-home-steel-glow-position),
            rgb(var(--kook-home-steel-glow) / 0.1) 0%,
            transparent 78%
        );
    filter: blur(var(--kook-home-scene-blur)) saturate(0.68);
    backdrop-filter: blur(var(--kook-home-haze-blur)) saturate(0.74);
    -webkit-backdrop-filter: blur(var(--kook-home-haze-blur)) saturate(0.74);
    transform: scale(1.075) translate3d(-0.35%, -0.2%, 0);
    animation: kook-home-glow-drift 30s ease-in-out infinite alternate;
    will-change: transform;
    pointer-events: none;
}

body.home::after {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0;
    background-image:
        radial-gradient(ellipse at center, transparent 36%, rgba(0, 0, 0, 0.24) 132%),
        linear-gradient(125deg, rgba(255, 255, 255, 0.018), transparent 36%, rgba(0, 0, 0, 0.05)),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.54'/%3E%3C/svg%3E");
    background-size: cover, cover, 180px 180px;
    opacity: var(--kook-home-grain-opacity);
    mix-blend-mode: soft-light;
    pointer-events: none;
}

body.home .wp-site-blocks,
body.home main,
body.home .site-main {
    position: relative;
    z-index: 0;
    background: transparent !important;
}

body.home .kook-header,
body.home.kook-scrolled .kook-header {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent),
        rgba(7, 9, 11, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(18px) saturate(0.9);
    -webkit-backdrop-filter: blur(18px) saturate(0.9);
}

body.home .kook-hero--cinematic,
body.home .kook-hero-video-slot,
body.home .kook-section,
body.home .kook-featured-product,
body.home .kook-scenarios,
body.home .kook-contact-strip,
body.home .kook-footer {
    background-color: transparent !important;
    background-image: none !important;
}

body.home .kook-scenarios__aura {
    display: none;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    body.home::before {
        background:
            linear-gradient(180deg, rgba(7, 9, 11, 0.46), rgba(4, 5, 6, 0.76)),
            radial-gradient(ellipse at center, transparent 14%, rgba(0, 0, 0, 0.82) 126%),
            radial-gradient(
                var(--kook-home-gold-glow-size) at var(--kook-home-gold-glow-position),
                rgb(var(--kook-home-gold-glow) / 0.1),
                transparent 70%
            ),
            radial-gradient(
                var(--kook-home-gold-low-glow-size) at var(--kook-home-gold-low-glow-position),
                rgb(var(--kook-home-gold-glow) / 0.04),
                transparent 72%
            ),
            radial-gradient(
                var(--kook-home-blue-glow-size) at var(--kook-home-blue-glow-position),
                rgb(var(--kook-home-blue-glow) / 0.13),
                transparent 80%
            );
    }

    body.home .kook-inquiry-form {
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 36%),
            rgba(15, 18, 22, 0.92);
    }
}

@keyframes kook-home-glow-drift {
    from {
        transform: scale(1.075) translate3d(-0.35%, -0.2%, 0);
    }

    to {
        transform: scale(1.09) translate3d(0.45%, 0.35%, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home::before {
        animation: none;
        transform: scale(1.075);
        will-change: auto;
    }
}

/* KOOK footer refinement */
.kook-footer {
    grid-template-columns: minmax(360px, 1.25fr) minmax(0, 1.75fr);
    align-items: start;
    gap: clamp(48px, 6vw, 96px);
}

.kook-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    max-width: 380px;
}

.kook-footer-brand::before {
    display: none;
}

.kook-footer-brand img {
    position: static !important;
    width: clamp(180px, 16vw, 250px) !important;
    height: auto !important;
    margin-bottom: clamp(24px, 2.5vw, 34px);
    padding: 0 !important;
    overflow: visible;
    clip-path: none;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(74%) sepia(56%) saturate(599%) hue-rotate(357deg) brightness(91%) contrast(89%) !important;
}

.kook-footer-brand .kook-footer-brand__description {
    max-width: 380px;
    margin: 0;
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.65;
    opacity: .82;
}

.kook-footer-info {
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(220px, 1.2fr) minmax(140px, .65fr);
    gap: clamp(20px, 2.5vw, 44px);
    min-width: 0;
}

.kook-footer-group {
    min-width: 0;
}

.kook-footer h3 {
    margin: 0 0 22px;
    color: var(--metal-gold-light) !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .14em;
}

.kook-footer-group a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 14px;
    overflow-wrap: anywhere;
}

.kook-footer-group .kook-footer-email {
    align-items: center;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.kook-footer-email span {
    white-space: nowrap;
}

.kook-footer-group svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: .2em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kook-footer-group .kook-footer-icon-fill {
    fill: currentColor;
    stroke: none;
}

.kook-footer-visit p {
    max-width: 38ch;
    line-height: 1.75;
}

.kook-footer-legal {
    grid-column: 1 / -1;
}

@media (max-width: 1279px) {
    .kook-footer {
        grid-template-columns: 1fr;
    }

    .kook-footer-info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .kook-footer,
    .kook-footer-info {
        grid-template-columns: 1fr;
    }

    .kook-footer {
        gap: 42px;
    }

    .kook-footer-brand img {
        margin-bottom: 22px;
    }

    .kook-footer-info {
        gap: 34px;
    }
}

/* KOOK mobile navigation containing-block fix */
@media (max-width: 767px) {
    html.kook-menu-open body.home .kook-header {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}

/* KOOK product card legibility */
.kook-lineup .kook-product-carousel .product-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012) 34%, transparent 64%),
        rgba(18, 21, 25, .88);
    background-color: rgba(18, 21, 25, .88) !important;
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012) 34%, transparent 64%) !important;
    border-color: rgba(255, 255, 255, .10);
    box-shadow:
        0 18px 46px rgba(0, 0, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .04);
    opacity: max(var(--curve-opacity), .68);
}

.kook-motion-enabled .kook-lineup .kook-product-carousel .product-card,
.kook-motion-enabled .kook-lineup .kook-product-carousel .product-card.is-visible {
    opacity: max(var(--curve-opacity), .68);
}

.kook-lineup .kook-product-carousel .product-card.is-carousel-active {
    border-color: rgba(216, 166, 63, .34);
    box-shadow:
        0 22px 52px rgba(0, 0, 0, .36),
        0 0 0 1px rgba(216, 166, 63, .08),
        inset 0 1px 0 rgba(255, 255, 255, .05);
}

.kook-lineup .kook-product-carousel .product-card__image {
    background: rgba(21, 24, 28, .94) !important;
    border-bottom-color: rgba(255, 255, 255, .10);
}

.kook-lineup .kook-product-carousel .product-card__image::after {
    background: linear-gradient(180deg, transparent 72%, rgba(4, 6, 8, .18));
}

.kook-lineup .kook-product-carousel .product-card__image img {
    position: absolute;
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    filter: brightness(1.15) contrast(1.05) saturate(.95);
}

.kook-lineup .kook-product-carousel .product-card__badge {
    top: 20px;
    right: 20px;
    z-index: 3;
    color: var(--metal-gold-light);
    background: rgba(12, 10, 7, .74);
    border-color: rgba(216, 166, 63, .42);
    backdrop-filter: blur(12px);
}

.kook-lineup .kook-product-carousel .product-card__image--par img,
.kook-lineup .kook-product-carousel .product-card__image--laser img {
    filter:
        brightness(1.15)
        contrast(1.05)
        saturate(.95)
        drop-shadow(0 22px 34px rgba(0, 0, 0, .34));
}

.kook-lineup .kook-product-carousel .product-card__image--catalog {
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .08), transparent 62%),
        linear-gradient(180deg, #1b1e22, #101317) !important;
}

.kook-lineup .kook-product-carousel .product-card__image--catalog::after {
    background: none;
}

.kook-lineup .kook-product-carousel .product-card__image--catalog img {
    filter: none !important;
}

.kook-lineup .kook-product-carousel .product-card__image--transparent img {
    background: transparent;
    box-shadow: none;
}

.kook-lineup .kook-product-carousel .product-card__image--mirrored img {
    transform: scaleX(-1) scale(1.001);
}

@media (hover: hover) {
    .kook-lineup .kook-product-carousel .product-card:hover .product-card__image--mirrored img {
        transform: scaleX(-1) scale(1.025);
    }
}

.kook-lineup .kook-product-carousel .product-card h3 {
    color: #f0cf75 !important;
    -webkit-text-fill-color: #f0cf75 !important;
    background-image: none !important;
}

.kook-lineup .kook-product-carousel .product-card p {
    color: #c9b477 !important;
    -webkit-text-fill-color: #c9b477 !important;
    background-image: none !important;
}

.kook-lineup .kook-product-carousel .product-card__index {
    color: #d5b765 !important;
    -webkit-text-fill-color: #d5b765 !important;
    background-image: none !important;
    opacity: .92;
}

.kook-lineup .kook-product-carousel .product-card strong {
    color: #d8c58b !important;
    -webkit-text-fill-color: #d8c58b !important;
    background-image: none !important;
}

.kook-lineup .product-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
}

/* One stable ProductCard structure: media, identity, then equal actions. */
.kook-lineup .kook-product-carousel .product-card__content > .product-card__actions {
    max-height: none;
    margin-top: auto;
    padding-top: 24px;
    overflow: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
}

.kook-lineup .product-card__identity {
    display: flex;
    flex-direction: column;
    min-height: 132px;
}

.kook-lineup .product-card__identity h3 {
    margin-top: 18px;
    font-size: clamp(1.75rem, 2.25vw, 2.35rem);
    line-height: 1.05;
}

.kook-lineup .product-card__button {
    width: 100%;
    height: 46px;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 16px;
    color: var(--metal-gold-light) !important;
    background: rgba(20, 17, 11, .72) !important;
    border: 1px solid rgba(216, 166, 63, .34);
    border-radius: var(--radius-pill);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    appearance: none;
    backdrop-filter: blur(14px);
}

.kook-lineup .product-card__button:hover,
.kook-lineup .product-card__button:focus-visible {
    color: var(--color-gold-hover) !important;
    background: rgba(31, 25, 13, .82) !important;
    border-color: rgba(242, 198, 95, .58);
}

/* ProductCard editorial layout: image, model, full product name, actions. */
.kook-lineup .kook-product-carousel .product-card {
    height: 660px;
    min-height: 660px;
}

.kook-lineup .kook-product-carousel .product-card__image {
    flex: 0 0 320px;
    height: 320px;
    min-height: 320px;
}

.kook-lineup .kook-product-carousel .product-card__content {
    flex: 1 1 auto;
    min-height: 0;
    padding: clamp(28px, 2vw, 34px);
}

.kook-lineup .product-card__identity {
    min-height: 168px;
}

.kook-lineup .kook-product-carousel .product-card__model {
    margin: 0;
    color: #d5b765 !important;
    -webkit-text-fill-color: #d5b765 !important;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.25;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.kook-lineup .product-card__detail-link {
    color: inherit;
    text-decoration: none;
}

.kook-featured-product {
    scroll-margin-top: 92px;
}

@media (hover: hover) {
    .kook-lineup .product-card__detail-link {
        cursor: pointer;
    }

    .kook-lineup .product-card__identity .product-card__detail-link:hover {
        opacity: .82;
    }
}

.kook-lineup .product-card__identity h3 {
    margin-top: 12px;
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.kook-lineup .kook-product-carousel .product-card__content > .product-card__actions {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .kook-lineup .kook-product-carousel .product-card {
        height: 610px;
        min-height: 610px;
    }

    .kook-lineup .kook-product-carousel .product-card__image {
        flex-basis: 260px;
        height: 260px;
        min-height: 260px;
    }

    .kook-lineup .kook-product-carousel .product-card__content {
        padding: 26px;
    }

    .kook-lineup .product-card__identity {
        min-height: 166px;
    }

    .kook-lineup .product-card__identity h3 {
        font-size: 1.75rem;
    }
}

@media (max-width: 479px) {
    .kook-lineup .kook-product-carousel .product-card {
        height: 590px;
        min-height: 590px;
    }

    .kook-lineup .kook-product-carousel .product-card__image {
        flex-basis: 240px;
        height: 240px;
        min-height: 240px;
    }

    .kook-lineup .kook-product-carousel .product-card__content {
        padding: 24px;
    }

    .kook-lineup .product-card__identity h3 {
        font-size: 1.55rem;
    }

    .kook-lineup .product-card__actions {
        gap: 10px;
    }

    .kook-lineup .product-card__button {
        padding-inline: 10px;
    }
}

@media (hover: hover) {
    .kook-product-carousel:has(.product-card:hover) .product-card:not(:hover),
    .kook-product-carousel:has(.product-card:focus-within) .product-card:not(:focus-within) {
        opacity: max(calc(var(--curve-opacity) * .78), .62);
        filter: saturate(.78) brightness(.88);
    }
}

/* KOOK industrial hero typography */
.kook-hero--cinematic .kook-hero-title {
    width: min(90vw, 1160px);
    max-width: min(90vw, 1160px);
    margin-inline: auto;
    font-size: clamp(58px, 5.8vw, 96px);
    font-weight: 750;
    line-height: .94 !important;
    letter-spacing: -.05em;
    text-wrap: balance;
}

.kook-hero--cinematic .kook-eyebrow {
    margin-bottom: 20px;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 750;
    letter-spacing: .24em;
}

.kook-hero--cinematic .kook-hero-copy {
    max-width: 760px;
    margin-top: clamp(24px, 3vh, 36px);
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 600;
    line-height: 1.45;
}

.kook-hero--cinematic .kook-scroll-cue {
    bottom: clamp(24px, 4vh, 44px);
    font-size: clamp(15px, 1.2vw, 18px);
    font-weight: 700;
}

@media (max-width: 767px) {
    .kook-hero--cinematic .kook-hero-title {
        width: min(92vw, 620px);
        max-width: min(92vw, 620px);
        font-size: clamp(42px, 12vw, 64px);
        line-height: .96 !important;
        letter-spacing: -.05em;
    }

    .kook-hero--cinematic .kook-eyebrow {
        margin-bottom: 20px;
        font-size: 14px;
        letter-spacing: .22em;
    }

    .kook-hero--cinematic .kook-hero-copy {
        margin-top: 22px;
        font-size: 17px;
        line-height: 1.5;
    }

    .kook-hero--cinematic .kook-scroll-cue {
        bottom: 18px;
        font-size: 14px;
    }
}

/* Hero content vertical framing */
.kook-hero--cinematic .kook-hero-content {
    position: relative;
    z-index: 2;
    transform: translateY(clamp(165px, 18vh, 215px));
}

@media (max-height: 820px) and (min-width: 769px) {
    .kook-hero--cinematic .kook-hero-content {
        transform: translateY(110px);
    }

    .kook-hero--cinematic .kook-hero-title {
        font-size: clamp(54px, 5.3vw, 82px);
    }

    .kook-hero--cinematic .kook-hero-copy {
        margin-top: 22px;
    }
}

@media (max-height: 700px) and (min-width: 769px) {
    .kook-hero--cinematic .kook-hero-content {
        transform: translateY(72px);
    }

    .kook-hero--cinematic .kook-hero-title {
        font-size: clamp(48px, 4.9vw, 72px);
    }

    .kook-hero--cinematic .kook-eyebrow {
        margin-bottom: 14px;
    }

    .kook-hero--cinematic .kook-hero-copy {
        margin-top: 16px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .kook-hero--cinematic .kook-hero-content {
        transform: translateY(38px);
    }
}

/* KOOK client navigation refinement */
@media (min-width: 1280px) {
    body .kook-header .kook-nav {
        gap: clamp(40px, 3.5vw, 60px);
    }

    body .kook-header .kook-nav a {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -.01em;
    }

    body .kook-header .kook-header-cta {
        font-size: 17px;
        font-weight: 600;
    }
}

@media (min-width: 1001px) and (max-width: 1279px) {
    body .kook-header .kook-nav {
        gap: clamp(26px, 2.2vw, 32px);
    }

    body .kook-header .kook-nav a {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -.01em;
    }

    body .kook-header .kook-header-cta {
        font-size: 17px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    body .kook-header .kook-nav a {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.2;
    }
}
