/* ====================================================================
   HOME V3 — HDM PREMIUM — LUXURY DARK EDITION
   Refined Version: Rounded Buttons + Cleaner UI
   ==================================================================== */

:root {
    --gold:      #f19e11;
    --gold-l:    #f9452d;
    --gold-pale: #EAF1FF;
    --gold-dim:  rgba(241, 158, 17, 0.12);

    --pri-light: #f19e11;
    --pri:       #f9452d;

    --ink:       #071329;
    --ink2:      #061738;
    --ink3:      #041b47;
    --ink4:      #0b234f;

    --card:      rgba(4, 36, 93, 0.42);
    --border:    rgba(241, 158, 17, 0.14);
    --border-s:  rgba(249, 69, 45, 0.22);
    --border-w:  rgba(183, 198, 230, 0.08);

    --text:      #EAF1FF;
    --text-2:    #B7C6E6;
    --muted:     #7F93BD;
    --dim:       #5C6F99;

    --fd:        inherit;
    --fb:        inherit;

    --sp:        120px;
    --cw:        1280px;
    --pill:      999px;
    --r-sm:      12px;
    --r-md:      18px;
    --r-lg:      24px;
    --r-xl:      32px;

    --ease:      cubic-bezier(.16,1,.3,1);
    --t:         .22s ease;
    --te:        .44s cubic-bezier(.16,1,.3,1);
    --ts:        .6s cubic-bezier(.16,1,.3,1);
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
    font-size: 16px;
    line-height: 1.65;
    color: var(--text);
    background: var(--ink);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

.hw {
    max-width: var(--cw);
    margin: 0 auto;
    padding: 0 56px;
}

/* ── SECTION HEADER ── */
.h-sec-hdr {
    max-width: 600px;
    margin: 0 auto 64px;
    text-align: center;
}

.h-label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem 1rem;
    border: 1px solid var(--border-s);
    border-radius: var(--pill);
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--gold-l);
    margin-bottom: 1rem;
    font-family: var(--fd);
    position: relative;
    background: rgba(200,145,42,.035);
    backdrop-filter: blur(8px);
}

.h-label::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 5px;
    height: 5px;
    background: var(--gold);
    border-radius: 50%;
}

.h-label::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    background: var(--gold);
    border-radius: 50%;
}

.h-sec-title {
    font-family: var(--fd);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: var(--text);
    margin-bottom: .75rem;
}

.h-sec-title strong { font-weight: 700; }

.h-sec-desc {
    font-size: .875rem;
    line-height: 1.9;
    color: var(--muted);
    letter-spacing: .01em;
}

/* ── BUTTONS ── */
.h-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 52px;
    padding: .95rem 2rem;
    font-family: var(--fd);
    font-size: .72rem;
    font-weight: 700;
    border: 1px solid var(--ink);
    border-radius: var(--pill);
    background: linear-gradient(135deg, var(--gold-l) 0%, var(--gold-l) 100%);
    color: var(--text);
    cursor: pointer;
    transition: transform var(--te), box-shadow var(--te), border-color var(--t), background var(--t);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(200,145,42,.16);
}

.h-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold-l), var(--gold-l));
    opacity: 0;
    transition: opacity var(--t);
}

.h-btn > * {
    position: relative;
    z-index: 1;
}

.h-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(200,145,42,.28);
}

.h-btn:hover::before { opacity: 1; }

.h-btn svg {
    transition: transform var(--ts);
    flex-shrink: 0;
}

.h-btn:hover svg { transform: translateX(4px); }

.h-btn-out {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 52px;
    padding: .95rem 2rem;
    font-family: var(--fd);
    font-size: .72rem;
    font-weight: 600;
    border: 1px solid rgba(200,145,42,.3);
    border-radius: var(--pill);
    background: rgba(255,255,255,.015);
    color: var(--text-2);
    cursor: pointer;
    transition: all var(--t);
    white-space: nowrap;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.h-btn-out:hover {
    border-color: var(--gold);
    color: var(--gold-pale);
    background: rgba(200,145,42,.05);
    transform: translateY(-2px);
}

.h-btn:focus-visible,
.h-btn-out:focus-visible,
.h-floatbar-cta:focus-visible,
.h-form-btn:focus-visible,
.h-testi-btn:focus-visible,
.h-team-btn:focus-visible,
.h-testi-dot:focus-visible,
.h-team-dot:focus-visible,
.h-testi-read-more:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(200,145,42,.14);
}

/* ════════════════════════════════════════
   FLOATING BAR
════════════════════════════════════════ */
.h-floatbar {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(28px);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .6rem .6rem .6rem 1.5rem;
    background: rgba(10,10,12,.96);
    backdrop-filter: blur(32px);
    border: 1px solid var(--border-s);
    border-radius: var(--pill);
    box-shadow: 0 24px 64px rgba(0,0,0,.7);
    opacity: 0;
    pointer-events: none;
    transition: all var(--ts);
}

.h-floatbar::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.h-floatbar.on {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
}

.h-floatbar-txt {
    font-size: .78rem;
    color: var(--text-2);
    white-space: nowrap;
    letter-spacing: .02em;
}

.h-floatbar-txt strong {
    color: var(--gold-pale);
    font-weight: 600;
}

.h-floatbar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 42px;
    padding: .65rem 1.25rem;
    background: var(--gold);
    color: var(--ink);
    font-family: var(--fd);
    font-size: .7rem;
    font-weight: 700;
    white-space: nowrap;
    transition: all var(--t);
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: var(--pill);
    box-shadow: 0 8px 24px rgba(200,145,42,.16);
}

.h-floatbar-cta:hover {
    background: var(--gold-l);
    transform: translateY(-1px);
}

/* ════════════════════════════════════════
   HERO — FULL SCREEN
════════════════════════════════════════ */
.h-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.h-hero-bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.h-hero-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.h-hero-bg-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(10,10,12,1) 0%, rgba(10,10,12,.72) 38%, rgba(10,10,12,.28) 65%, rgba(10,10,12,.5) 100%),
        linear-gradient(to right, rgba(10,10,12,.55) 0%, transparent 60%);
}

.h-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 80% 70% at 20% 70%, rgba(200,145,42,.07) 0%, transparent 55%),
        radial-gradient(ellipse 50% 50% at 75% 25%, rgba(200,145,42,.04) 0%, transparent 50%);
}

.h-hero-bg-orb,
.h-hero-grid,
.h-hero-diag { display: none; }

.h-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    background-size: 200px;
    opacity: .5;
}

.h-hero::after {
    content: '';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    top: 2.25rem;
    right: 2.25rem;
    width: 44px;
    height: 44px;
    border-top: 1px solid rgba(200,145,42,.4);
    border-right: 1px solid rgba(200,145,42,.4);
}

.h-hero-in {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 0 5.5rem;
}

.h-hero-in .hw {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.h-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .875rem;
    margin-bottom: 2rem;
    animation: hv-up .9s var(--ease) both;
}

.h-hero-pulse {
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
    flex-shrink: 0;
    position: relative;
}

.h-hero-pulse::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 8px var(--gold);
    animation: dot-pulse 2.4s ease-in-out infinite;
}

@keyframes dot-pulse {
    0%,100% { opacity: 1; transform: translateY(-50%) scale(1); }
    50% { opacity: .3; transform: translateY(-50%) scale(1.8); }
}

.h-hero-eyebrow-txt {
    font-family: var(--fd);
    font-size: .62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .24em;
    color: var(--gold);
}

.h-hero-title {
    font-family: var(--fd);
    font-size: clamp(2.75rem, 7.5vw, 7rem);
    font-weight: 300;
    line-height: .95;
    letter-spacing: -.04em;
    color: var(--text);
    margin-bottom: 2.25rem;
    max-width: 1000px;
    animation: hv-up .9s .1s var(--ease) both;
}

.h-hero-title span { display: block; }

.h-hero-grad {
    display: block;
    font-weight: 800;
    background: linear-gradient(110deg, var(--gold) 0%, var(--gold-l) 40%, var(--gold-pale) 58%, var(--gold) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 5s linear infinite;
}

@keyframes shimmer {
    from { background-position: 0% center; }
    to   { background-position: 200% center; }
}

.h-hero-trust {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 3rem;
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    overflow: hidden;
    background: rgba(255,255,255,.015);
    backdrop-filter: blur(10px);
    animation: hv-up .9s .2s var(--ease) both;
}

.h-hero-trust-sep { display: none; }

.h-hero-trust-item {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    padding: .95rem 1.75rem;
    border-right: 1px solid var(--border);
}

.h-hero-trust-item:last-child { border-right: 0; }

.h-hero-trust-val {
    font-family: var(--fd);
    font-size: clamp(1.25rem, 2vw, 1.625rem);
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1;
    color: var(--text);
}

.h-hero-trust-val.gold { color: var(--gold-l); }

.h-hero-trust-lbl {
    font-size: .6rem;
    color: var(--muted);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.h-hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
    animation: hv-up .9s .3s var(--ease) both;
}

.h-hero-desc {
    font-size: clamp(.875rem, 1.1vw, .975rem);
    line-height: 1.9;
    color: var(--muted);
    max-width: 360px;
    letter-spacing: .01em;
}

.h-hero-ctas {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.h-scroll-hint {
    position: absolute;
    bottom: 2rem;
    right: 56px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: .75rem;
    animation: hv-up .9s .55s var(--ease) both;
}

.h-scroll-lbl {
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--dim);
    font-weight: 600;
    font-family: var(--fd);
}

.h-scroll-track {
    width: 44px;
    height: 1px;
    background: var(--dim);
    position: relative;
    overflow: hidden;
}

.h-scroll-dot {
    position: absolute;
    top: -1px;
    left: 0;
    width: 12px;
    height: 3px;
    background: var(--gold);
    animation: slide-right 2.4s ease-in-out infinite;
}

@keyframes slide-right {
    0%   { left: -12px; opacity: 0; }
    20%  { opacity: 1; }
    80%  { opacity: 1; }
    100% { left: 44px; opacity: 0; }
}

@keyframes hv-up {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: none; }
}

/* ════════════════════════════════════════
   BRANDS — COMPACT LOGO WALL
════════════════════════════════════════ */
/* ════════════════════════════════════════════════════════════════
   BRANDS — CREATIVE INFINITE SCROLL WITH PREMIUM EFFECTS
════════════════════════════════════════════════════════════════ */

.h-brands {
    position: relative;
    padding: 1.5rem 0;
    background: 
        radial-gradient(ellipse 80% 60% at 50% 40%, rgba(241,158,17,.03), transparent 70%),
        radial-gradient(circle at 80% 20%, rgba(249,69,45,.02), transparent 50%),
        var(--ink2);
    overflow: hidden;
}

/* Animated top/bottom borders */
.h-brands::before,
.h-brands::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    pointer-events: none;
    background: 
        linear-gradient(90deg, 
            transparent 0%, 
            var(--gold) 20%, 
            var(--gold-l) 50%, 
            var(--gold) 80%, 
            transparent 100%
        );
    background-size: 200% 100%;
    animation: border-shimmer 8s linear infinite;
}

.h-brands::before { 
    top: 0; 
    opacity: .3;
}

.h-brands::after { 
    bottom: 0; 
    opacity: .2;
    animation-delay: -4s;
}

@keyframes border-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* ──────────────────────────────────────
   HEADER
────────────────────────────────────── */
.h-brands-head {
    max-width: 800px;
    margin: 0 auto 0.5rem;
    text-align: center;
}

.h-brands-eyebrow-wrap {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.25rem;
    padding: .55rem 1.5rem .55rem 1rem;
    background: rgba(241,158,17,.04);
    border: 1px solid rgba(241,158,17,.15);
    border-radius: var(--pill);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.h-brands-eyebrow-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(241,158,17,.08),
        transparent
    );
    transform: translateX(-100%);
    animation: eyebrow-sweep 3s ease-in-out infinite;
}

@keyframes eyebrow-sweep {
    0%, 100% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
}

.h-brands-pulse {
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 0 12px var(--gold);
}

.h-brands-pulse::before {
    content: '';
    position: absolute;
    inset: -4px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    opacity: 0;
    animation: pulse-ring 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse-ring {
    0% { 
        transform: scale(.8); 
        opacity: 1; 
    }
    100% { 
        transform: scale(1.5); 
        opacity: 0; 
    }
}

.h-brands-eyebrow {
    font-family: var(--fd);
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--gold-l);
    position: relative;
    z-index: 1;
}

.h-brands-heading {
    margin: 0;
    font-family: var(--fd);
    font-size: clamp(1.35rem, 2vw, 1.95rem);
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: -.01em;
    color: var(--text);
    position: relative;
    display: inline-block;
}

.h-brands-heading-line {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    border-radius: 2px;
}

/* ──────────────────────────────────────
   STAGE WRAPPER
────────────────────────────────────── */
.h-brands-stage {
    position: relative;
    /*padding: 2rem 0;*/
}

/* Animated grid background */
.h-brands-bg-grid {
    position: absolute;
    inset: 0;
    opacity: .025;
    background-image: 
        linear-gradient(rgba(241,158,17,.4) 1px, transparent 1px),
        linear-gradient(90deg, rgba(241,158,17,.4) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

/* Moving spotlight effect */
.h-brands-spotlight {
    position: absolute;
    top: 50%;
    left: 0;
    width: 300px;
    height: 200px;
    background: radial-gradient(
        ellipse closest-side,
        rgba(241,158,17,.1),
        transparent
    );
    transform: translate(-50%, -50%);
    pointer-events: none;
    filter: blur(40px);
    animation: spotlight-move 15s ease-in-out infinite;
}

@keyframes spotlight-move {
    0%, 100% { left: 0%; }
    50% { left: 100%; }
}

/* ──────────────────────────────────────
   MARQUEE CONTAINER
────────────────────────────────────── */
.h-brands-marquee {
    position: relative;
    overflow: hidden;
}

/* Left fade */
.h-brands-marquee::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    background: linear-gradient(
        to right,
        var(--ink2) 0%,
        rgba(7,19,41,0) 100%
    );
    z-index: 2;
    pointer-events: none;
}

/* Right fade */
.h-brands-marquee::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    background: linear-gradient(
        to left,
        var(--ink2) 0%,
        rgba(7,19,41,0) 100%
    );
    z-index: 2;
    pointer-events: none;
}

/* ──────────────────────────────────────
   TRACK — LEFT TO RIGHT ANIMATION
────────────────────────────────────── */
.h-brands-track {
    display: flex;
    gap: 40px;
    width: fit-content;
    animation: scroll-ltr 50s linear infinite;
    /*padding: 1rem 0;*/
}

/* Left to Right scroll */
@keyframes scroll-ltr {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / 4));
    }
}

/* Pause on container hover */
.h-brands-marquee:hover .h-brands-track {
    animation-play-state: paused;
}

/* ──────────────────────────────────────
   BRAND ITEM
────────────────────────────────────── */
.h-brand-item {
    flex: 0 0 auto;
    perspective: 1000px;
}

/* ──────────────────────────────────────
   BRAND CARD — PREMIUM 3D DESIGN
────────────────────────────────────── */
.h-brand-card {
    position: relative;
    width: 320px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transform-style: preserve-3d;
    transition: 
        transform .5s cubic-bezier(.16,1,.3,1),
        z-index 0s .25s;
}

/* Hover: break out of bounds */
.h-brand-card:hover {
    /*transform: */
    /*    translateY(-16px) */
    /*    translateZ(40px) */
    /*    rotateX(5deg) */
    /*    scale(1.12);*/
    z-index: 10;
    transition: 
        transform .5s cubic-bezier(.16,1,.3,1),
        z-index 0s 0s;
}

/* Glow layer */
.h-brand-glow {
    position: absolute;
    inset: -2px;
    background: 
        radial-gradient(
            circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
            rgba(241,158,17,.3),
            transparent 60%
        );
    border-radius: 20px;
    opacity: 0;
    filter: blur(20px);
    transition: opacity .5s ease;
    z-index: -1;
}

.h-brand-card:hover .h-brand-glow {
    opacity: 1;
}

/* Animated border */
.h-brand-border {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,.08),
        rgba(241,158,17,.15),
        rgba(255,255,255,.08)
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all .5s ease;
}

.h-brand-card:hover .h-brand-border {
    background: linear-gradient(
        135deg,
        rgba(241,158,17,.4),
        rgba(249,69,45,.5),
        rgba(241,158,17,.4)
    );
    padding: 2px;
    box-shadow: 
        0 0 30px rgba(241,158,17,.3),
        inset 0 0 20px rgba(241,158,17,.1);
}

/* Content area */
.h-brand-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 24px 32px;
    background: 
        linear-gradient(
            135deg,
            rgba(255,255,255,.02),
            rgba(255,255,255,.005)
        );
    backdrop-filter: blur(20px) saturate(150%);
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background .5s ease;
}

.h-brand-card:hover .h-brand-content {
    background: 
        linear-gradient(
            135deg,
            rgba(241,158,17,.06),
            rgba(255,255,255,.015)
        );
}

/* Logo image */
.h-brand-content img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 62px;
    object-fit: contain;
    object-position: center;
    opacity: .58;
    filter: 
        grayscale(1) 
        brightness(3.5) 
        contrast(.85)
        drop-shadow(0 2px 8px rgba(0,0,0,.15));
    transition: 
        opacity .5s cubic-bezier(.16,1,.3,1),
        filter .5s cubic-bezier(.16,1,.3,1),
        transform .5s cubic-bezier(.16,1,.3,1);
    user-select: none;
    pointer-events: none;
}

.h-brand-card:hover .h-brand-content img {
    opacity: 1;
    filter: 
        grayscale(0) 
        brightness(1) 
        contrast(1.05)
        drop-shadow(0 4px 16px rgba(241,158,17,.25));
    /*transform: scale(1.08) translateZ(20px);*/
}

/* Shine effect */
.h-brand-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255,255,255,.1) 50%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
}

.h-brand-card:hover .h-brand-shine {
    opacity: 1;
    /*animation: shine-sweep 1.5s ease-out;*/
}

@keyframes shine-sweep {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* ──────────────────────────────────────
   COUNTER BADGE
────────────────────────────────────── */
.h-brands-counter {
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
    padding: .875rem 1.25rem;
    background: 
        linear-gradient(135deg, rgba(241,158,17,.08), rgba(7,19,41,.9));
    border: 1px solid rgba(241,158,17,.25);
    border-radius: 16px;
    backdrop-filter: blur(16px);
    box-shadow: 
        0 8px 32px rgba(0,0,0,.3),
        inset 0 1px 0 rgba(255,255,255,.1);
}

.h-brands-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--gold),
        transparent
    );
}

.h-brands-counter-num {
    font-family: var(--fd);
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--gold-l), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -.02em;
}

.h-brands-counter-txt {
    font-size: .6rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-family: var(--fd);
}

/* ──────────────────────────────────────
   RESPONSIVE
────────────────────────────────────── */

/* Tablet */
@media (max-width: 1024px) {
    .h-brands {
        padding: 5.5rem 0;
    }

    .h-brands-head {
        margin-bottom: 3.5rem;
    }

    .h-brands-track {
        gap: 32px;
        animation-duration: 40s;
    }

    .h-brand-card {
        width: 280px;
        height: 96px;
    }

    .h-brand-content {
        padding: 20px 28px;
    }

    .h-brand-content img {
        max-height: 56px;
    }

    .h-brands-counter {
        right: 1rem;
    }
}

/* Mobile landscape */
@media (max-width: 768px) {
    .h-brands {
        padding: 4.5rem 0;
    }

    .h-brands-head {
        margin-bottom: 3rem;
    }

    .h-brands-eyebrow {
        font-size: .66rem;
    }

    .h-brands-heading {
        font-size: 1.15rem;
    }

    .h-brands-marquee::before,
    .h-brands-marquee::after {
        width: 80px;
    }

    .h-brands-track {
        gap: 28px;
        animation-duration: 35s;
    }

    .h-brand-card {
        width: 240px;
        height: 84px;
        border-radius: 16px;
    }

    .h-brand-content {
        padding: 18px 24px;
        border-radius: 15px;
    }

    .h-brand-content img {
        max-height: 48px;
    }

    .h-brand-card:hover {
        transform: 
            translateY(-12px) 
            scale(1.08);
    }

    .h-brands-counter {
        padding: .75rem 1rem;
        border-radius: 12px;
    }

    .h-brands-counter-num {
        font-size: 1.5rem;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .h-brands {
        padding: 3.5rem 0;
    }

    .h-brands-head {
        margin-bottom: 2.5rem;
    }

    .h-brands-marquee::before,
    .h-brands-marquee::after {
        width: 50px;
    }

    .h-brands-track {
        gap: 24px;
        animation-duration: 30s;
    }

    .h-brand-card {
        width: 200px;
        height: 72px;
        border-radius: 14px;
    }

    .h-brand-content {
        padding: 16px 20px;
        border-radius: 13px;
    }

    .h-brand-content img {
        max-height: 40px;
    }

    .h-brands-counter {
        top: .5rem;
        right: .5rem;
        padding: .625rem .875rem;
    }

    .h-brands-counter-num {
        font-size: 1.25rem;
    }

    .h-brands-counter-txt {
        font-size: .55rem;
    }
}

/* Reduced motion accessibility */
@media (prefers-reduced-motion: reduce) {
    .h-brands-track {
        animation: none;
    }

    .h-brands-marquee {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .h-brand-item {
        scroll-snap-align: center;
    }

    .h-brand-card {
        transition: none;
    }

    .h-brands-pulse::before,
    .h-brands-spotlight,
    .h-brands-bg-grid,
    .h-brand-shine {
        animation: none !important;
    }
}



/* ════════════════════════════════════════
   ABOUT
════════════════════════════════════════ */
.h-about { padding:var(--sp) 0; background:var(--ink); position:relative; }
.h-about::before {
    content:''; position:absolute; top:0; left:0; width:1px; height:100%;
    background:linear-gradient(to bottom, transparent 5%, var(--gold) 50%, transparent 95%);
    opacity:.14;
}
.h-about-header { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:start; margin-bottom:4rem; }
.h-about-eyebrow { display:flex; align-items:center; gap:.875rem; margin-bottom:1.5rem; }
.h-about-line { width:24px; height:1px; background:var(--gold); flex-shrink:0; }
.h-about-lbl { font-family:var(--fd); font-size:.6rem; font-weight:700; text-transform:uppercase; letter-spacing:.22em; color:var(--gold); }
.h-about-title { font-family:var(--fd); font-size:clamp(1.75rem,2.8vw,2.625rem); font-weight:300; line-height:1.15; letter-spacing:-.02em; color:var(--text); }
.h-about-title strong { font-weight:700; }
.h-about-desc { font-size:.9rem; line-height:1.9; color:var(--muted); margin-top:1.25rem; }
 
.h-about-bento { display:grid; gap:0; grid-template-columns:repeat(var(--cols,3),1fr); border:1px solid var(--border); }
.h-about-feat {
    padding:2rem 1.875rem;
    border-right:1px solid var(--border); border-bottom:1px solid var(--border);
    position:relative; cursor:default; transition:background var(--te);
    display:flex; flex-direction:column; gap:.6rem;
}
.h-about-feat::after {
    content:''; position:absolute; top:0; left:0; width:0; height:1px;
    background:linear-gradient(90deg, var(--gold), var(--gold-l));
    transition:width var(--te);
}
.h-about-feat:hover { background:rgba(200,145,42,.03); }
.h-about-feat:hover::after { width:100%; }
.h-about-feat.feat-wide { grid-column:span 2; }
.h-about-feat.feat-highlight { background:linear-gradient(135deg, rgba(200,145,42,.06) 0%, transparent 60%); }
.h-about-feat-icon { font-size:1.4rem; line-height:1; }
.h-about-feat-title { font-family:var(--fd); font-size:.875rem; font-weight:700; color:var(--text); letter-spacing:-.01em; }
.h-about-feat-text  { font-size:.8rem; line-height:1.75; color:var(--muted); }
 
.h-about-quote-block {
    margin-top:3rem; padding:2.5rem 2.75rem;
    border:1px solid var(--border);
    display:grid; grid-template-columns:1fr auto; gap:3rem; align-items:center;
    position:relative;
}
.h-about-quote-block::before {
    content:''; position:absolute; top:-1px; left:2rem; width:60px; height:1px;
    background:linear-gradient(90deg, var(--gold), var(--gold-l));
}
.h-about-quote-block::after {
    content:'\201C'; position:absolute; right:2rem; top:.5rem;
    font-family:Georgia,serif; font-size:5rem; line-height:1;
    color:rgba(200,145,42,.06); pointer-events:none;
}
.h-about-quote { font-family:var(--fd); font-size:clamp(1.05rem,1.7vw,1.35rem); font-weight:300; line-height:1.6; color:var(--text); letter-spacing:-.01em; }
.h-about-quote em { font-style:normal; font-weight:700; color:var(--gold-l); }
.h-about-stats { display:flex; flex-direction:column; gap:1.25rem; min-width:160px; flex-shrink:0; }
.h-about-stat-item { padding:1.25rem 1.5rem; text-align:center; border:1px solid var(--border); position:relative; }
.h-about-stat-item::before {
    content:''; position:absolute; top:-1px; left:0; right:0; height:1px;
    background:linear-gradient(90deg,transparent,var(--gold),transparent); opacity:.5;
}
.h-about-stat-val { font-family:var(--fd); font-size:1.75rem; font-weight:700; letter-spacing:-.04em; color:var(--gold-l); line-height:1; margin-bottom:.35rem; }
.h-about-stat-lbl { font-size:.62rem; color:var(--muted); font-weight:600; text-transform:uppercase; letter-spacing:.12em; }

/* ════════════════════════════════════════
   SERVICES
════════════════════════════════════════ */
.h-services {
    padding: var(--sp) 0;
    background: var(--ink2);
}

.h-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 0;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    overflow: hidden;
    counter-reset: svc;
}

.h-svc-card {
    padding: 2.5rem 2.25rem;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: background var(--ts);
    counter-increment: svc;
}

.h-svc-card::before {
    content: counter(svc,decimal-leading-zero);
    position: absolute;
    bottom: 1.75rem;
    right: 2rem;
    font-family: var(--fd);
    font-size: 3.5rem;
    font-weight: 800;
    color: rgba(200,145,42,.05);
    letter-spacing: -.06em;
    line-height: 1;
    transition: color var(--te);
}

.h-svc-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--gold), var(--gold-l));
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform var(--te);
}

.h-svc-card:hover { background: rgba(200,145,42,.03); }
.h-svc-card:hover::before { color: rgba(200,145,42,.1); }
.h-svc-card:hover::after { transform: scaleY(1); }

.h-svc-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.h-svc-title {
    font-family: var(--fd);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.2;
    letter-spacing: -.02em;
}

.h-svc-arr {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--gold);
    flex-shrink: 0;
    transition: all var(--ts);
    background: rgba(255,255,255,.015);
}

.h-svc-card:hover .h-svc-arr {
    background: var(--gold);
    color: var(--ink);
    border-color: var(--gold);
    transform: rotate(45deg);
}

.h-svc-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.h-svc-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    opacity: .5;
    filter: brightness(0) invert(1);
    transition: all var(--t);
}

.h-svc-card:hover .h-svc-icon img {
    opacity: .9;
    filter: none;
}

.h-svc-desc {
    font-size: .84rem;
    line-height: 1.85;
    color: var(--muted);
    flex: 1;
    margin-bottom: 1.5rem;
}

.h-svc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
    list-style: none;
    margin-top: auto;
}

.h-svc-tags li {
    padding: .28rem .72rem;
    border: 1px solid rgba(200,145,42,.12);
    border-radius: var(--pill);
    font-size: .66rem;
    color: var(--muted);
    font-weight: 500;
    letter-spacing: .04em;
    transition: all var(--t);
}

.h-svc-card:hover .h-svc-tags li {
    color: var(--gold);
    border-color: rgba(200,145,42,.28);
}

.h-services-cta {
    text-align: center;
    margin-top: 2.75rem;
}

/* ════════════════════════════════════════
   CASE STUDIES
════════════════════════════════════════ */
.h-cases {
    padding: var(--sp) 0;
    background: var(--ink);
}

.h-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    overflow: hidden;
}

.h-case-card {
    background: var(--ink);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: background var(--ts);
    position: relative;
    overflow: hidden;
}

.h-case-card:hover { background: rgba(200,145,42,.02); }

.h-case-thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    flex-shrink: 0;
}

.h-case-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--ts);
    filter: grayscale(30%);
}

.h-case-card:hover .h-case-thumb img {
    transform: scale(1.04);
    filter: grayscale(0);
}

.h-case-thumb-ph {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(200,145,42,.07), var(--ink));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dim);
}

.h-case-thumb-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,12,.6), transparent 60%);
}

.h-case-arr {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10,10,12,.7);
    border: 1px solid var(--border-s);
    border-radius: 50%;
    color: var(--gold);
    opacity: 0;
    transform: scale(.7) rotate(-45deg);
    transition: all var(--ts);
}

.h-case-card:hover .h-case-arr {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.h-case-body {
    padding: 1.75rem 2rem 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.h-case-badge {
    display: inline-block;
    padding: .32rem .8rem;
    margin-bottom: .625rem;
    width: fit-content;
    border: 1px solid var(--border-s);
    border-radius: var(--pill);
    color: var(--gold);
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-family: var(--fd);
    background: rgba(200,145,42,.03);
}

.h-case-title {
    font-family: var(--fd);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: .4rem;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.h-case-excerpt {
    font-size: .82rem;
    line-height: 1.75;
    color: var(--muted);
    margin-bottom: 1rem;
    flex: 1;
}

.h-case-stats {
    display: flex;
    gap: 1.25rem;
    padding-top: .875rem;
    border-top: 1px solid var(--border);
    margin-top: auto;
}

.h-case-stat {
    display: flex;
    flex-direction: column;
    gap: .1rem;
}

.h-case-stat-v {
    font-family: var(--fd);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gold-l);
    letter-spacing: -.03em;
    line-height: 1;
}

.h-case-stat-l {
    font-size: .62rem;
    color: var(--dim);
    font-weight: 500;
}
/* ════════════════════════════════════════
   TESTIMONIALS — 3-UP SLIDER
════════════════════════════════════════ */
.h-testi {
    padding: var(--sp) 0;
    background: var(--ink2);
    position: relative;
}

.h-testi::before {
    content: '';
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 10%, var(--gold) 50%, transparent 90%);
    opacity: .18;
}

.h-testi-slider-wrap {
    overflow: hidden;
}

.h-testi-track {
    display: flex;
    transition: transform .55s cubic-bezier(.16,1,.3,1);
    will-change: transform;
}

.h-testi-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    overflow: hidden;
}

.h-testi-card {
    padding: 2.25rem 2rem;
    background: var(--ink2);
    position: relative;
    overflow: hidden;
    transition: background var(--t);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 100%;
}

.h-testi-card--empty {
    visibility: hidden;
    pointer-events: none;
}

.h-testi-card::before {
    content: '';
    position: absolute;
    inset-inline: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), var(--gold-l));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--te);
}

.h-testi-card:hover {
    background: rgba(200,145,42,.025);
}

.h-testi-card:hover::before {
    transform: scaleX(1);
}

.h-testi-stars {
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--gold);
    line-height: 1;
}

.h-testi-body {
    flex: 1;
}

.h-testi-text {
    font-size: .84rem;
    line-height: 1.85;
    color: var(--text-2);
    font-style: italic;
    font-weight: 300;
    letter-spacing: .01em;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all var(--ts);
    margin: 0;
}

.h-testi-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.h-testi-read-more {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: .65rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--gold);
    font-size: .7rem;
    font-weight: 600;
    padding: 0;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-family: var(--fd);
    transition: color var(--t), transform var(--t);
}

.h-testi-read-more:hover {
    color: var(--gold-l);
}

.h-testi-read-more svg {
    transition: transform var(--t);
}

.h-testi-read-more[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.h-testi-author {
    display: flex;
    align-items: center;
    gap: .875rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border);
}

.h-testi-avatar {
    width: 44px;
    height: 44px;
    border: 1px solid var(--border-s);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fd);
    font-size: .78rem;
    font-weight: 700;
    color: var(--gold);
    background: rgba(200,145,42,.06);
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.h-testi-avatar span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.h-testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.h-testi-author-meta {
    min-width: 0;
}

.h-testi-name {
    font-family: var(--fd);
    font-size: .82rem;
    font-weight: 700;
    color: var(--text);
    letter-spacing: .01em;
    line-height: 1.35;
}

.h-testi-role {
    font-size: .74rem;
    color: var(--muted);
    letter-spacing: .02em;
    margin-top: .1rem;
    line-height: 1.5;
}

.h-testi-svc {
    display: inline-block;
    padding: .3rem .75rem;
    margin-top: .5rem;
    border: 1px solid var(--border);
    border-radius: var(--pill);
    font-size: .6rem;
    font-weight: 700;
    color: var(--gold);
    font-family: var(--fd);
    text-transform: uppercase;
    letter-spacing: .1em;
    width: fit-content;
    background: rgba(200,145,42,.03);
}

.h-testi-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .875rem;
    margin-top: 2.5rem;
}

.h-testi-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--text-2);
    background: transparent;
    cursor: pointer;
    transition: all var(--t);
}

.h-testi-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(200,145,42,.03);
}

.h-testi-dots {
    display: flex;
    gap: .4rem;
    align-items: center;
}

.h-testi-dot {
    width: 16px;
    height: 6px;
    border-radius: var(--pill);
    background: var(--dim);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all var(--t);
}

.h-testi-dot.on {
    width: 32px;
    background: var(--gold);
}

/* Responsive */
@media (max-width: 1024px) {
    .h-testi-slide {
        grid-template-columns: 1fr;
    }

    .h-testi-card--empty {
        display: none;
    }
}

@media (max-width: 640px) {
    .h-testi-card {
        padding: 1.5rem 1.25rem;
        gap: 1.15rem;
    }

    .h-testi-text {
        font-size: .82rem;
        line-height: 1.8;
    }

    .h-testi-author {
        gap: .75rem;
        padding-top: 1rem;
    }

    .h-testi-avatar {
        width: 40px;
        height: 40px;
    }

    .h-testi-btn {
        width: 40px;
        height: 40px;
    }
}

/* ════════════════════════════════════════
   TEAM — PHOTO GRID SLIDER (2 ROWS)
════════════════════════════════════════ */
.h-team {
    padding: var(--sp) 0;
    background: var(--ink);
}

.h-team-slider-wrap {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
}

.h-team-track {
    display: flex;
    transition: transform .58s cubic-bezier(.16,1,.3,1);
}

.h-team-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto auto;
    gap: 1px;
    background: var(--border);
}

.h-team-member {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    cursor: default;
}

.h-team-slide .h-team-member:nth-child(1) {
    aspect-ratio: 2/1;
    grid-column: span 2;
}

.h-team-slide .h-team-member:nth-child(4) {
    aspect-ratio: 2/1;
    grid-column: span 2;
}

.h-team-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.h-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform var(--ts), filter var(--ts);
    filter: grayscale(35%);
}

.h-team-member:hover .h-team-photo img {
    transform: scale(1.06);
    filter: grayscale(0);
}

.h-team-photo-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,12,.92) 0%, rgba(10,10,12,.35) 45%, transparent 70%);
    transition: opacity var(--t);
}

.h-team-member:hover .h-team-photo-ov { opacity: .7; }

.h-team-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 3;
    background: linear-gradient(90deg, var(--gold), var(--gold-l));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--te);
}

.h-team-member:hover::before { transform: scaleX(1); }

.h-team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 1.375rem 1.625rem;
}

.h-team-name {
    font-family: var(--fd);
    font-size: .95rem;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -.01em;
    line-height: 1.2;
}

.h-team-position {
    font-family: var(--fd);
    font-size: .6rem;
    font-weight: 600;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-top: .3rem;
}

.h-team-bio { display: none; }

.h-team-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .875rem;
    margin-top: 2.25rem;
}

.h-team-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--text-2);
    background: transparent;
    cursor: pointer;
    transition: all var(--t);
}

.h-team-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(200,145,42,.03);
}

.h-team-dots {
    display: flex;
    gap: .4rem;
    align-items: center;
}

.h-team-dot {
    width: 16px;
    height: 6px;
    border-radius: var(--pill);
    background: var(--dim);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all var(--t);
}

.h-team-dot.on {
    width: 32px;
    background: var(--gold);
}

.h-team-cta {
    text-align: center;
    margin-top: 2.25rem;
}

/* ════════════════════════════════════════
   CONTACT
════════════════════════════════════════ */
.h-contact {
    padding: var(--sp) 0;
    background: var(--ink2);
    position: relative;
    overflow: hidden;
}

.h-contact-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 20% 50%, rgba(200,145,42,.06) 0%, transparent 55%);
    pointer-events: none;
}

.h-contact-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
}

.h-contact-left { padding-top: .5rem; }

.h-contact-pretitle {
    display: flex;
    align-items: center;
    gap: .875rem;
    margin-bottom: 1.5rem;
}

.h-contact-line {
    width: 24px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
}

.h-contact-lbl {
    font-family: var(--fd);
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--gold);
}

.h-contact-title {
    font-family: var(--fd);
    font-size: clamp(1.75rem, 2.8vw, 2.5rem);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: var(--text);
    margin-bottom: 1.125rem;
}

.h-contact-title strong { font-weight: 700; }

.h-contact-desc {
    font-size: .9rem;
    line-height: 1.9;
    color: var(--muted);
    margin-bottom: 2rem;
    letter-spacing: .01em;
}

.h-contact-feats {
    display: flex;
    flex-direction: column;
    gap: .875rem;
}

.h-contact-feat {
    display: flex;
    align-items: center;
    gap: .875rem;
}

.h-contact-feat-dot {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-s);
    border-radius: 50%;
    color: var(--gold);
}

.h-contact-feat span {
    font-size: .875rem;
    color: var(--text-2);
    letter-spacing: .01em;
}

.h-contact-form {
    padding: 2.5rem;
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    position: relative;
    background: rgba(255,255,255,.015);
    backdrop-filter: blur(12px);
}

.h-contact-form::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), var(--gold-l));
}

.h-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .875rem;
    margin-bottom: .875rem;
}

.h-form-group {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    margin-bottom: .875rem;
}

.h-form-group:last-of-type { margin-bottom: 1.25rem; }

.h-form-label {
    font-family: var(--fd);
    font-size: .6rem;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .14em;
}

.h-form-input,
.h-form-select,
.h-form-textarea {
    width: 100%;
    padding: .9rem 1rem;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(200,145,42,.1);
    border-radius: var(--r-md);
    color: var(--text);
    font-family: var(--fb);
    font-size: .875rem;
    outline: none;
    transition: all var(--t);
    appearance: none;
    -webkit-appearance: none;
}

.h-form-input::placeholder,
.h-form-textarea::placeholder {
    color: var(--dim);
}

.h-form-input:focus,
.h-form-select:focus,
.h-form-textarea:focus {
    border-color: var(--gold);
    background: rgba(200,145,42,.03);
    box-shadow: 0 0 0 3px rgba(200,145,42,.06);
}

.h-form-textarea {
    resize: vertical;
    min-height: 100px;
}

.h-form-select { cursor: pointer; }

.h-form-select option {
    background: var(--ink);
}

.h-form-btn {
    width: 100%;
    min-height: 54px;
    padding: 1rem 1.25rem;
    font-family: var(--fd);
    font-size: .75rem;
    font-weight: 700;
    border: 1px solid var(--gold);
    border-radius: var(--pill);
    cursor: pointer;
    background: var(--gold);
    color: var(--ink);
    transition: all var(--te);
    position: relative;
    overflow: hidden;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 12px 32px rgba(200,145,42,.16);
}

.h-form-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gold-l);
    opacity: 0;
    transition: opacity var(--t);
}

.h-form-btn > * {
    position: relative;
    z-index: 1;
}

.h-form-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(200,145,42,.28);
}

.h-form-btn:hover::before { opacity: 1; }

.h-form-note {
    text-align: center;
    margin-top: .75rem;
    font-size: .7rem;
    color: var(--muted);
    letter-spacing: .02em;
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1024px) {
    :root { --sp: 80px; }

    .hw { padding: 0 32px; }
    .h-hero-in .hw { padding: 0 32px; }
    .h-scroll-hint { right: 32px; }

    .h-about-header {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .h-about-quote-block {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .h-about-stats {
        flex-direction: row;
        min-width: 0;
    }

    .h-about-bento { grid-template-columns: repeat(2,1fr); }
    .h-about-feat.feat-wide { grid-column: span 2; }

    .h-contact-wrap {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .h-hero-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .h-team-slide { grid-template-columns: repeat(2,1fr); }

    .h-team-slide .h-team-member:nth-child(1),
    .h-team-slide .h-team-member:nth-child(4) {
        aspect-ratio: 2/1;
        grid-column: span 2;
    }

    .h-testi-slide { grid-template-columns: repeat(2,1fr); }
    .h-testi-slide .h-testi-card:nth-child(3) { display: none; }
}

@media (max-width: 768px) {
    :root { --sp: 60px; }

    .hw { padding: 0 20px; }
    .h-hero-in .hw { padding: 0 20px; }

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

    .h-hero-ctas {
        flex-direction: column;
        width: 100%;
    }

    .h-btn,
    .h-btn-out {
        justify-content: center;
        width: 100%;
    }

    .h-hero-bottom {
        flex-direction: column;
        gap: 1.5rem;
    }

    .h-hero-desc { max-width: 100%; }

    .h-hero-trust { flex-wrap: wrap; }

    .h-about-bento { grid-template-columns: 1fr; }
    .h-about-feat.feat-wide { grid-column: span 1; }

    .h-services-grid { grid-template-columns: 1fr; }
    .h-cases-grid { grid-template-columns: 1fr; gap: 1px; }

    .h-testi-slide { grid-template-columns: 1fr; }

    .h-testi-slide .h-testi-card:nth-child(2),
    .h-testi-slide .h-testi-card:nth-child(3) {
        display: none;
    }

    .h-team-slide { grid-template-columns: repeat(2,1fr); }

    .h-team-slide .h-team-member:nth-child(1),
    .h-team-slide .h-team-member:nth-child(4) {
        aspect-ratio: 1/1;
        grid-column: span 1;
    }

    .h-form-row { grid-template-columns: 1fr; }
    .h-contact-form { padding: 1.75rem 1.5rem; }

    .h-floatbar {
        left: 1rem;
        right: 1rem;
        transform: translateY(20px);
    }

    .h-floatbar.on { transform: translateY(0); }
    .h-floatbar-txt { display: none; }

    .h-sec-hdr { margin-bottom: 44px; }
}

@media (max-width: 480px) {
    :root { --sp: 48px; }

    .hw { padding: 0 16px; }
    .h-hero-in .hw { padding: 0 16px; }

    .h-contact-form { padding: 1.375rem 1rem; }

    .h-btn,
    .h-btn-out,
    .h-form-btn {
        min-height: 50px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}




/* ══════════════════════════════════════════
   OUR TEAM — two-row alternating slider
══════════════════════════════════════════ */
.home-team {
    padding: var(--sp) 0;
    background: var(--bg);
}

.home-team-rows {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.home-team-row {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.home-team-row::-webkit-scrollbar { display: none; }

.home-tm-card {
    flex: 0 0 172px;
    height: 220px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(225,131,31,.15);
    background: rgba(1,34,75,.35);
    position: relative;
    scroll-snap-align: start;
    transition: all var(--t);
    cursor: default;
}
.home-tm-card:hover {
    border-color: rgba(225,131,31,.5);
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(225,131,31,.14);
}

.home-tm-card.short { height: 180px; }

.home-tm-card.feat {
    flex: 0 0 200px;
    height: 260px;
    border-color: rgba(225,131,31,.38);
    box-shadow: 0 0 28px rgba(225,131,31,.16);
}
.home-tm-card.short.feat { height: 210px; }

.home-tm-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}
.home-tm-card:hover img { transform: scale(1.05); }

.home-tm-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fd);
    font-size: 40px;
    font-weight: 900;
    color: rgba(255,255,255,.1);
    background: linear-gradient(145deg, rgba(1,34,75,.85) 0%, rgba(225,131,31,.12) 100%);
}
.home-tm-card.feat .home-tm-ph { font-size: 50px; }
.home-tm-card.short .home-tm-ph { font-size: 32px; }

.home-tm-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, var(--pri), var(--pri-light));
    border-radius: 6px;
    padding: 3px 10px;
    font-family: var(--fd);
    font-size: 10px;
    font-weight: 800;
    color: var(--white);
    letter-spacing: .6px;
    text-transform: uppercase;
}

.home-tm-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 14px 13px;
    background: linear-gradient(to top, rgba(2,12,28,.95) 0%, transparent 100%);
}
.home-tm-name {
    font-family: var(--fd);
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
}
.home-tm-card.feat .home-tm-name { font-size: 15px; }

.home-tm-role {
    font-size: 11px;
    font-weight: 600;
    color: var(--pri-light);
    margin-top: 3px;
    letter-spacing: .3px;
}
.home-tm-card.feat .home-tm-role { font-size: 12px; }

.home-team-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

.home-team-dots {
    display: flex;
    gap: 8px;
}

.home-tm-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(177,187,196,.25);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all var(--t);
}
.home-tm-dot.active {
    width: 22px;
    border-radius: 4px;
    background: var(--pri);
    box-shadow: 0 0 8px rgba(225,131,31,.5);
}

.home-team-arrows {
    display: flex;
    gap: 10px;
}

.home-tm-arr {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(225,131,31,.08);
    border: 1px solid rgba(225,131,31,.25);
    color: var(--pri);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: all var(--t);
}
.home-tm-arr:hover {
    background: var(--pri);
    color: var(--white);
    border-color: var(--pri);
}
.home-tm-arr:disabled {
    opacity: .28;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 768px) {
    .home-tm-card { flex: 0 0 140px; height: 185px; border-radius: 14px; }
    .home-tm-card.short { height: 152px; }
    .home-tm-card.feat { flex: 0 0 160px; height: 215px; }
    .home-tm-card.short.feat { height: 178px; }
    .home-tm-ph { font-size: 30px; }
    .home-tm-card.feat .home-tm-ph { font-size: 38px; }
    .home-tm-name { font-size: 11.5px; }
    .home-tm-role { font-size: 10px; }
}

@media (max-width: 480px) {
    .home-tm-card { flex: 0 0 120px; height: 162px; }
    .home-tm-card.short { height: 136px; }
    .home-tm-card.feat { flex: 0 0 140px; height: 190px; }
}