﻿/* Site polish on top of Tailwind (Play CDN). */

:root {
    --verthilix-ease-appear: cubic-bezier(0.85, 0.02, 0.43, 0.99);
    --verthilix-dur-appear: 1.7s;
    --verthilix-dur-appear-mid: 1.1s;
    --verthilix-dur-appear-fast: 0.85s;
    --verthilix-frame-max: 1440px;
    --verthilix-frame-border: #e1e1e1;
    --verthilix-header-rule-inset: 16px;
    --verthilix-header-bg: #ffffff;
    --verthilix-paper: #f2f7f2;
    --verthilix-paper-outer: #fafafa;
}

html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    background: var(--verthilix-paper-outer);
}
body {
    text-rendering: optimizeLegibility;
    background: var(--verthilix-paper-outer);
    color: #202428;
    overflow-x: hidden;
}

.verthilix-text-balance { text-wrap: balance; }
.verthilix-text-pretty  { text-wrap: pretty; }

/* Framer-style gradient body copy */
.verthilix-text-fill,
.verthilix-body-copy p,
.verthilix-focus-marquee-text {
    display: inline-block;
    width: 100%;
    background-image: linear-gradient(0deg, #000000 0%, #666666 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    padding: max(0em, calc((1.3em - 1.625em) / 2));
    margin: min(0em, calc((1.3em - 1.625em) / -2));
}
.verthilix-body-copy.text-sm p,
.verthilix-body-copy.sm\:text-\[15px\] p {
    padding: max(0em, calc((1.3em - 1.714em) / 2));
    margin: min(0em, calc((1.3em - 1.714em) / -2));
}

/* ── Section clouds (per-section radial blobs) ───────────────── */
.verthilix-cloud-wrap {
    position: relative;
    isolation: isolate;
}
.verthilix-cloud-wrap > .verthilix-cloud {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    filter: blur(90px);
    will-change: transform;
}
.verthilix-cloud-img {
    filter: blur(48px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
/* ── Hero verthilix-cloud effects (Framer marquee + color blur) ─────────── */
.verthilix-hero-effect-field {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 740px;
    pointer-events: none;
}
.verthilix-hero-effect {
    position: relative;
    width: 363px;
    height: 190px;
    flex-shrink: 0;
    overflow: visible;
}
.verthilix-hero-effect-blur {
    position: absolute;
    top: 0;
    left: calc(41.27% - 165.5px);
    width: 331px;
    height: 76px;
    border-radius: 100%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
}
.verthilix-hero-effect-blur--orange {
    background-color: #edad93;
}
.verthilix-hero-effect-blur--blue {
    background-color: rgba(45, 115, 250, 0.5);
}
.verthilix-hero-cloud-marquee {
    position: absolute;
    inset: 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    z-index: 1;
}
.verthilix-hero-cloud-marquee-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: max-content;
    height: 100%;
    padding: 10px;
    will-change: transform;
    animation: verthilix-hero-cloud-marquee 55s linear infinite;
}
.verthilix-hero-cloud-marquee--reverse .verthilix-hero-cloud-marquee-track {
    animation-direction: reverse;
    animation-duration: 62s;
}
.verthilix-hero-cloud-marquee-img {
    flex-shrink: 0;
    width: 303px;
    height: auto;
    display: block;
    object-fit: fill;
    object-position: center;
}
@keyframes verthilix-hero-cloud-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Section-local drifting clouds */
.verthilix-section-clouds {
    position: absolute;
    inset: -10% -5%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.verthilix-section-clouds .verthilix-cloud-parallax-wrap {
    position: absolute;
}
.verthilix-section-cloud-hero { top: -5%; left: 50%; width: 120%; }
.verthilix-section-cloud-hero.verthilix-parallax { transform: translate3d(-50%, calc(var(--verthilix-py, 0) * 1px), 0); }
.verthilix-section-cloud-highlight { top: 20%; left: 50%; width: 95%; }
.verthilix-section-cloud-highlight.verthilix-parallax { transform: translate3d(-50%, calc(var(--verthilix-py, 0) * 1px), 0); }
.verthilix-section-cloud-products { top: -8%; right: -20%; width: 70%; left: auto; }
.verthilix-section-cloud-principles { top: 15%; left: -25%; width: 75%; }
.verthilix-section-cloud-founder-a { top: 5%; left: -15%; width: 80%; }
.verthilix-section-cloud-founder-b { bottom: -10%; right: -15%; width: 65%; top: auto; left: auto; }
.verthilix-section-cloud-contact { top: 0; left: 50%; width: 110%; }
.verthilix-section-cloud-contact.verthilix-parallax { transform: translate3d(-50%, calc(var(--verthilix-py, 0) * 1px), 0); }

@keyframes verthilix-cloud-drift-a {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    33%      { transform: translate3d(36px, -22px, 0) scale(1.04); }
    66%      { transform: translate3d(-28px, 14px, 0) scale(0.97); }
}
@keyframes verthilix-cloud-drift-b {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    40%      { transform: translate3d(-42px, 18px, 0) scale(1.06); }
    70%      { transform: translate3d(24px, -12px, 0) scale(0.98); }
}
@keyframes verthilix-cloud-drift-c {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50%      { transform: translate3d(30px, 20px, 0) scale(1.03); }
}
@keyframes verthilix-cloud-drift-d {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    50%      { transform: translate3d(-35px, -18px, 0) rotate(1deg); }
}
@keyframes verthilix-cloud-drift-e {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    45%      { transform: translate3d(20px, -28px, 0) scale(1.05); }
    80%      { transform: translate3d(-16px, 10px, 0) scale(0.96); }
}
@keyframes verthilix-cloud-drift-f {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    25%      { transform: translate3d(-20px, 12px, 0) scale(1.02); }
    75%      { transform: translate3d(28px, -16px, 0) scale(1.04); }
}
@keyframes verthilix-cloud-drift-g {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50%      { transform: translate3d(-24px, -20px, 0); }
}

/* Legacy gradient blobs (section fallback) */
.verthilix-cloud-peach  { background: radial-gradient(circle, rgba(255, 180, 140, 0.55) 0%, rgba(255, 200, 170, 0) 70%); }
.verthilix-cloud-rose   { background: radial-gradient(circle, rgba(255, 150, 160, 0.45) 0%, rgba(255, 180, 190, 0) 70%); }
.verthilix-cloud-sky    { background: radial-gradient(circle, rgba(140, 190, 255, 0.5) 0%, rgba(180, 210, 255, 0) 70%); }
.verthilix-cloud-violet { background: radial-gradient(circle, rgba(180, 160, 255, 0.4) 0%, rgba(200, 190, 255, 0) 70%); }
.verthilix-cloud-amber  { background: radial-gradient(circle, rgba(255, 220, 160, 0.45) 0%, rgba(255, 230, 180, 0) 70%); }

/* ── Scroll verthilix-reveal ───────────────────────────────────────────── */
.verthilix-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity var(--verthilix-dur-appear-mid) var(--verthilix-ease-appear),
                transform var(--verthilix-dur-appear-mid) var(--verthilix-ease-appear);
    will-change: opacity, transform;
}
.verthilix-reveal.verthilix-is-visible {
    opacity: 1;
    transform: none;
}
.verthilix-split-title-line--accent.verthilix-reveal {
    transform: translateY(20px);
}
.verthilix-split-title-line--accent.verthilix-reveal.verthilix-is-visible {
    transform: none;
}

/* ── Load / hero motion (Framer-style appear) ───────────────── */
body.verthilix-motion-pending .verthilix-motion-header,
body.verthilix-motion-pending .verthilix-motion-fan,
body.verthilix-motion-pending .verthilix-motion-portrait,
body.verthilix-motion-pending .verthilix-hero-reveal,
body.verthilix-motion-pending .verthilix-motion-dock {
    opacity: 0;
}
body.verthilix-motion-pending .verthilix-motion-header {
    transform: translateY(20px);
}
body.verthilix-motion-pending .verthilix-motion-fan {
    transform: translateX(-50%) translateY(200px) scale(0) rotate(var(--verthilix-fan-rot));
    animation: none !important;
}
body.verthilix-motion-pending .verthilix-motion-portrait {
    transform: translateY(200px) scale(0);
}
body.verthilix-motion-pending .verthilix-hero-reveal {
    transform: translateY(30px);
}
body.verthilix-motion-pending .verthilix-motion-dock {
    transform: translateX(-50%) translateY(16px);
}

.verthilix-motion-header.verthilix-is-entered {
    opacity: 1;
    transform: none;
    transition: opacity var(--verthilix-dur-appear-fast) var(--verthilix-ease-appear),
                transform var(--verthilix-dur-appear-fast) var(--verthilix-ease-appear);
}
.verthilix-motion-fan.verthilix-is-entered {
    animation: verthilix-hero-fan-enter 1.7s var(--verthilix-ease-appear) forwards;
}
.verthilix-motion-fan.verthilix-is-entered.verthilix-is-faded,
.verthilix-motion-fan.verthilix-fan-3.verthilix-is-entered {
    animation-name: verthilix-hero-fan-enter-faded;
}
.verthilix-motion-fan.verthilix-fan-1.verthilix-is-entered.verthilix-is-floating { animation: verthilix-hero-fan-float-1 7s ease-in-out infinite; animation-delay: 0s; }
.verthilix-motion-fan.verthilix-fan-2.verthilix-is-entered.verthilix-is-floating { animation: verthilix-hero-fan-float-2 7.5s ease-in-out infinite; animation-delay: -1.2s; }
.verthilix-motion-fan.verthilix-fan-3.verthilix-is-entered.verthilix-is-floating { animation: verthilix-hero-fan-float-3 8s ease-in-out infinite; animation-delay: -2.4s; }
.verthilix-motion-fan.verthilix-fan-4.verthilix-is-entered.verthilix-is-floating { animation: verthilix-hero-fan-float-4 7.2s ease-in-out infinite; animation-delay: -0.8s; }
.verthilix-motion-fan.verthilix-fan-5.verthilix-is-entered.verthilix-is-floating { animation: verthilix-hero-fan-float-5 7.8s ease-in-out infinite; animation-delay: -1.8s; }

@keyframes verthilix-hero-fan-enter {
    0%   { opacity: 0; transform: translateX(-50%) translateY(200px) scale(0) rotate(var(--verthilix-fan-rot)); }
    100% { opacity: 1; transform: translateX(-50%) translateY(0) scale(1) rotate(var(--verthilix-fan-rot)); }
}
@keyframes verthilix-hero-fan-enter-faded {
    0%   { opacity: 0; transform: translateX(-50%) translateY(200px) scale(0) rotate(var(--verthilix-fan-rot)); }
    100% { opacity: 0.55; transform: translateX(-50%) translateY(0) scale(1) rotate(var(--verthilix-fan-rot)); }
}

.verthilix-motion-portrait.verthilix-is-entered {
    animation: verthilix-hero-portrait-enter 1.7s var(--verthilix-ease-appear) forwards;
}
@keyframes verthilix-hero-portrait-enter {
    0%   { opacity: 0; transform: translateY(200px) scale(0); }
    100% { opacity: 1; transform: none; }
}

.verthilix-hero-reveal.verthilix-is-entered {
    opacity: 1;
    transform: none;
    transition: opacity var(--verthilix-dur-appear) var(--verthilix-ease-appear),
                transform var(--verthilix-dur-appear) var(--verthilix-ease-appear);
}
.verthilix-motion-dock.verthilix-is-entered {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition: opacity var(--verthilix-dur-appear-mid) var(--verthilix-ease-appear),
                transform var(--verthilix-dur-appear-mid) var(--verthilix-ease-appear);
}

/* ── Page frame (Framer 1440px border grid) ──────────────────── */
.verthilix-page-canvas {
    width: 100%;
    max-width: var(--verthilix-frame-max);
    margin: 0 auto;
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
}

/* Side rails + page fill below white header */
.verthilix-page-body {
    width: 100%;
    box-sizing: border-box;
    background: var(--verthilix-paper);
    border-left: 1px solid var(--verthilix-frame-border);
    border-right: 1px solid var(--verthilix-frame-border);
}

/* Full-width section shell inside the bordered body */
.verthilix-section-frame {
    width: 100%;
    box-sizing: border-box;
}
.verthilix-section-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ── Header ──────────────────────────────────────────────────── */
.verthilix-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    background: var(--verthilix-header-bg);
    transition: background 0.35s ease, backdrop-filter 0.35s ease;
}
.verthilix-site-header.verthilix-scrolled {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.verthilix-site-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - (2 * var(--verthilix-header-rule-inset)));
    height: 1px;
    background: var(--verthilix-frame-border);
    pointer-events: none;
}
.verthilix-site-header__row,
.verthilix-site-header__meta {
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 810px) {
    .verthilix-site-header__row,
    .verthilix-site-header__meta {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.verthilix-site-brand {
    font-family: Caveat, "Instrument Serif", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: #202428;
    line-height: 1;
}
.verthilix-site-brand--center {
    justify-self: center;
    font-size: 1.75rem;
    background-image: linear-gradient(0deg, #000 0%, #4c4c4c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.verthilix-header-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    font-size: 13px;
    color: #111;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
.verthilix-header-availability {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    max-width: 100%;
    justify-self: end;
    flex-shrink: 0;
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    font-size: 14px;
    color: #111;
    letter-spacing: -0.01em;
    background: #d8f7d3;
    border-radius: 100px;
    padding: 6px 14px 6px 12px;
    line-height: 1;
    white-space: nowrap;
}
.verthilix-header-loc-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9933 0%, #ffffff 50%, #138808 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}
.verthilix-header-divider {
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

/* ── Hero (fan + portrait) ───────────────────────────────────── */
.verthilix-hero-section {
    position: relative;
    padding: 100px 1.25rem 60px;
     overflow: hidden;
}
.verthilix-hero-stack {
    position: relative;
    max-width: 538px;
    margin: 0 auto;
    min-height: 480px;
    height: min-content;
    isolation: isolate;
    --verthilix-mx: 0;
    --verthilix-my: 0;
    transform: translate3d(calc(var(--verthilix-mx) * 1px), calc(var(--verthilix-my) * 1px), 0);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
body.verthilix-motion-pending .verthilix-hero-stack {
    transition: none;
}
.verthilix-hero-fan {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 538px;
    max-width: 100%;
    height: 324px;
    pointer-events: none;
    z-index: 4;
}
.verthilix-hero-fan-card {
    position: absolute;
    width: 200px;
    padding: 3px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    --verthilix-fan-rot: 0deg;
    transform: translateX(-50%) rotate(var(--verthilix-fan-rot));
    transform-origin: center bottom;
}
.verthilix-hero-fan-label {
    display: none;
}
.verthilix-hero-fan-card.verthilix-is-faded,
.verthilix-hero-fan-card.verthilix-fan-1,
.verthilix-hero-fan-card.verthilix-fan-3,
.verthilix-hero-fan-card.verthilix-fan-5 {
    filter: blur(2px);
    opacity: 0.55;
}
.verthilix-hero-fan-card.verthilix-is-faded.verthilix-is-floating,
.verthilix-hero-fan-card.verthilix-fan-1.verthilix-is-floating,
.verthilix-hero-fan-card.verthilix-fan-3.verthilix-is-floating,
.verthilix-hero-fan-card.verthilix-fan-5.verthilix-is-floating {
    filter: blur(2px);
    opacity: 0.55;
}
.verthilix-hero-fan-card.verthilix-is-featured {
    box-shadow: 0 32px 56px -4px rgba(0, 0, 0, 0.12);
    z-index: 4;
}
.verthilix-hero-fan-thumb {
    aspect-ratio: 4/3;
    border-radius: 11px;
    overflow: hidden;
    background: #f5f5f5;
}
.verthilix-hero-fan-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.verthilix-hero-fan-thumb-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ececec, #d8d8d8);
}
.verthilix-hero-fan-card.verthilix-fan-1 { top: 78px; left: 22%; --verthilix-fan-rot: -15deg; z-index: 1; width: 240px; }
.verthilix-hero-fan-card.verthilix-fan-1 .verthilix-hero-fan-thumb {
    aspect-ratio: 16 / 10;
    background: #0f1729;
}
.verthilix-hero-fan-card.verthilix-fan-1 .verthilix-hero-fan-thumb img {
    object-fit: contain;
    object-position: top center;
}
.verthilix-hero-fan-card.verthilix-fan-2 { top: 34px; left: 35%; --verthilix-fan-rot: -6deg; z-index: 2; width: 240px; }
.verthilix-hero-fan-card.verthilix-fan-2 .verthilix-hero-fan-thumb {
    aspect-ratio: 16 / 10;
    background: #fafafa;
}
.verthilix-hero-fan-card.verthilix-fan-2 .verthilix-hero-fan-thumb img {
    object-fit: contain;
    object-position: top center;
}
.verthilix-hero-fan-card.verthilix-fan-3 { top: 12px; left: 50%; --verthilix-fan-rot: 0deg; z-index: 3; width: 260px; }
.verthilix-hero-fan-card.verthilix-fan-3 .verthilix-hero-fan-thumb {
    aspect-ratio: 16 / 10;
    background: #fafafa;
}
.verthilix-hero-fan-card.verthilix-fan-3 .verthilix-hero-fan-thumb img {
    object-fit: contain;
    object-position: center;
}
.verthilix-hero-fan-card.verthilix-fan-4 { top: 34px; left: 65%; --verthilix-fan-rot: 6deg; z-index: 2; width: 240px; }
.verthilix-hero-fan-card.verthilix-fan-4 .verthilix-hero-fan-thumb {
    aspect-ratio: 16 / 10;
    background: #fafafa;
}
.verthilix-hero-fan-card.verthilix-fan-4 .verthilix-hero-fan-thumb img {
    object-fit: contain;
    object-position: top center;
}
.verthilix-hero-fan-card.verthilix-fan-5 { top: 78px; left: 78%; --verthilix-fan-rot: 15deg; z-index: 1; }
@keyframes verthilix-hero-fan-float-1 {
    0%, 100% { transform: translateX(-50%) translateY(0) rotate(var(--verthilix-fan-rot)); }
    50%      { transform: translateX(-50%) translateY(-6px) rotate(var(--verthilix-fan-rot)); }
}
@keyframes verthilix-hero-fan-float-2 {
    0%, 100% { transform: translateX(-50%) translateY(0) rotate(var(--verthilix-fan-rot)); }
    50%      { transform: translateX(-50%) translateY(-8px) rotate(var(--verthilix-fan-rot)); }
}
@keyframes verthilix-hero-fan-float-3 {
    0%, 100% { transform: translateX(-50%) translateY(0) rotate(var(--verthilix-fan-rot)); }
    50%      { transform: translateX(-50%) translateY(-10px) rotate(var(--verthilix-fan-rot)); }
}
@keyframes verthilix-hero-fan-float-4 {
    0%, 100% { transform: translateX(-50%) translateY(0) rotate(var(--verthilix-fan-rot)); }
    50%      { transform: translateX(-50%) translateY(-8px) rotate(var(--verthilix-fan-rot)); }
}
@keyframes verthilix-hero-fan-float-5 {
    0%, 100% { transform: translateX(-50%) translateY(0) rotate(var(--verthilix-fan-rot)); }
    50%      { transform: translateX(-50%) translateY(-6px) rotate(var(--verthilix-fan-rot)); }
}
@keyframes verthilix-gentle-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}

.verthilix-hero-portrait-wrap {
    position: absolute;
    top: calc(65.6535% - 243.5px);
    left: 0;
    right: 0;
    width: auto;
    height: 431px;
    margin: 0;
    transform: none;
    z-index: 10;
    display: flex;
    flex-flow: column;
    place-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    overflow: visible;
    pointer-events: none;
    will-change: transform;
}
.verthilix-hero-portrait-wrap::after {
    content: "";
    position: absolute;
    inset: auto 0 -37px 0;
    height: 45%;
    background: linear-gradient(to bottom, transparent 0%, var(--verthilix-paper) 88%);
    pointer-events: none;
    z-index: 12;
}
.verthilix-hero-logo-mask {
    position: relative;
    width: auto;
    aspect-ratio: 0.886311 / 1;
    height: 100%;
    max-height: 431px;
    opacity: 1;
    will-change: transform;
}
.verthilix-hero-logo-frame {
    position: absolute;
    inset: 0;
    border-radius: inherit;
}
.verthilix-hero-logo-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.verthilix-hero-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}
.verthilix-hero-content {
    position: relative;
    z-index: 20;
    margin-top: -4.5rem;
}
.verthilix-hero-socials {
    position: relative;
}
.verthilix-hero-portrait-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 3rem;
    color: #fff;
    background: linear-gradient(to bottom, #a1a1aa, #71717a);
}
.verthilix-hero-testimonials {
    position: relative;
    z-index: 5;
}

.verthilix-hero-title {
    font-size: clamp(2.75rem, 8vw, 5rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    position: relative;
    text-wrap: balance;
}
.verthilix-hero-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.verthilix-hero-title-row--second {
    display: block;
    padding-bottom: 10px;
    margin-top: 0.02em;
}
.verthilix-hero-title-word,
.verthilix-headline-pill-text {
    background: linear-gradient(180deg, #000000 0%, #4c4c4c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.verthilix-headline-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 2px 16px 2px 8px;
    border-radius: 24px;
    border: none;
    background: #ffffff;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.06),
        0 0 0 0.5px rgba(0, 0, 0, 0.06);
    vertical-align: middle;
    transform: translateY(-0.02em);
}
.verthilix-headline-pill-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: transparent;
    color: #8a8a8a;
    flex-shrink: 0;
}
.verthilix-headline-pill--sm {
    gap: 6px;
    padding: 2px 10px 2px 6px;
    border-radius: 14px;
    margin: 0 0.12em;
}
.verthilix-headline-pill-sticker {
    display: block;
    width: 38px;
    height: 57px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.verthilix-headline-pill--sm .verthilix-headline-pill-sticker {
    width: 20px;
    height: 30px;
}
.verthilix-headline-pill-sticker img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.verthilix-headline-pill-text {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(2.5rem, 7.5vw, 4.75rem);
    line-height: 1em;
    letter-spacing: -0.03em;
}
.verthilix-headline-pill--sm .verthilix-headline-pill-text {
    font-size: clamp(2rem, 6vw, 3.5rem);
}
.verthilix-hero-bio {
    position: relative;
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    color: rgb(85, 85, 85);
    line-height: 1.4;
    max-width: 552px;
    font-size: 15px;
}
.verthilix-hero-ctas {
    position: relative;
    gap: 12px;
}
.verthilix-hero-btn {
    justify-content: center;
    gap: 0.5rem;
    padding: 0.55rem 1.35rem;
    min-height: 40px;
    font-size: 14px;
}
.verthilix-hero-btn-icon {
    flex-shrink: 0;
    opacity: 0.85;
}
.verthilix-btn-secondary {
    gap: 0.5rem;
}

/* ── Buttons ───────────────────────────────────────────────────── */
.verthilix-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgb(31, 34, 38);
    color: #fff;
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px;
    padding: 0.65rem 1.5rem;
    border: 0.5px solid rgb(0, 0, 0);
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25), 0 4px 20px -3px rgba(0, 0, 0, 0.1), 0 0 0 0.9px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.verthilix-btn-primary:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(20, 20, 30, 0.15);
}
.verthilix-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgb(255, 255, 255);
    color: rgb(32, 34, 38);
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20px;
    padding: 0.65rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.verthilix-btn-secondary:hover {
    border-color: rgba(0, 0, 0, 0.25);
    transform: translateY(-1px);
}

/* ── Social orbs ─────────────────────────────────────────────── */
.verthilix-social-orb {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: #16151a;
    color: #fff;
    transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.verthilix-social-orb-icon {
    width: 1rem;
    height: 1rem;
    display: block;
}
.verthilix-social-orb:hover { transform: scale(1.12); }

/* ── Testimonial / highlight cards ───────────────────────────── */
.verthilix-quote-card {
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    padding: 1.75rem;
    text-align: left;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.verthilix-quote-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(20, 20, 30, 0.08);
}

/* ── Who we are (Nizar About layout) ─────────────────────────── */
.verthilix-who-we-are-section {
    position: relative;
}
.verthilix-who-we-are-eyebrow {
    position: relative;
    z-index: 5;
    font-family: Caveat, "Instrument Serif", Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1;
    margin-bottom: 0.75rem;
    color: #000;
    -webkit-text-fill-color: #000;
    background: none;
    background-image: none;
}
.verthilix-who-we-are-visual {
    position: relative;
    margin-top: 2rem;
    padding: 0.5rem 0 1rem;
    z-index: 0;
    display: flex;
    justify-content: center;
}
.verthilix-who-we-are-glow {
    position: absolute;
    left: 50%;
    top: 22%;
    transform: translateX(-50%);
    width: min(820px, 96vw);
    height: min(380px, 48vw);
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 80% 65% at 50% 42%, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 248, 0.65) 45%, transparent 72%),
        radial-gradient(ellipse 50% 45% at 28% 58%, rgba(237, 173, 147, 0.14) 0%, transparent 70%),
        radial-gradient(ellipse 50% 45% at 72% 58%, rgba(45, 115, 250, 0.1) 0%, transparent 70%);
    filter: blur(36px);
}
.verthilix-who-we-are-showcase {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 8px;
}
.verthilix-who-we-are-center {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 2172 / 724;
    overflow: visible;
}
.verthilix-who-we-are-cloud-puff {
    position: absolute;
    left: 50%;
    bottom: -72px;
    transform: translateX(-50%);
    width: min(560px, 118%);
    aspect-ratio: 1;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.verthilix-who-we-are-cloud-puff img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    mix-blend-mode: lighten;
    opacity: 0.92;
}
.verthilix-who-we-are-center-media {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 24px 64px rgba(20, 20, 30, 0.12);
    background: transparent;
}
.verthilix-who-we-are-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.verthilix-who-we-are-cloud-strip.verthilix-hero-cloud-marquee {
    position: absolute;
    inset: auto;
    z-index: 1;
    left: -8%;
    right: -8%;
    width: auto;
    height: 42%;
    bottom: -8px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.88;
}
.verthilix-who-we-are-cloud-strip .verthilix-hero-cloud-marquee-track {
    height: 100%;
    padding: 10px;
}
.verthilix-who-we-are-cloud-strip .verthilix-hero-cloud-marquee-img {
    width: 303px;
    height: 100%;
    object-fit: fill;
    object-position: center center;
}
.verthilix-who-we-are-body {
    position: relative;
    z-index: 5;
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    color: #000;
}
.verthilix-who-we-are-body.verthilix-body-copy p {
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #000;
    -webkit-text-fill-color: #000;
    background-image: none;
}
.verthilix-who-we-are-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 2rem auto;
}
.verthilix-who-we-are-divider span {
    width: 5px;
    height: 5px;
    background: #c8c5bc;
    transform: rotate(45deg);
    flex-shrink: 0;
}
.verthilix-who-we-are-mission {
    font-size: 0.9375rem;
}

.verthilix-content-card {
    padding: 1.25rem 0;
    border-top: 1px solid var(--verthilix-frame-border);
}
@media (min-width: 640px) {
    .verthilix-content-card {
        padding: 1.25rem;
        border: 1px solid rgba(0, 0, 0, 0.06);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.5);
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }
}

/* ── Our Focus marquee ───────────────────────────────────────── */
.verthilix-focus-marquee {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.verthilix-focus-marquee-track {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    width: max-content;
    padding: 0.5rem 0;
    will-change: transform;
    animation: verthilix-focus-marquee-scroll 55s linear infinite;
}
.verthilix-focus-marquee:hover .verthilix-focus-marquee-track {
    animation-play-state: paused;
}
.verthilix-focus-marquee-card {
    flex-shrink: 0;
    width: min(300px, 78vw);
    padding: 1.35rem 1.5rem;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-align: left;
    box-shadow: 0 8px 28px rgba(20, 20, 30, 0.04);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.verthilix-focus-marquee:hover .verthilix-focus-marquee-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 16px 40px rgba(20, 20, 30, 0.08);
}
.verthilix-focus-marquee-index {
    display: block;
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b6b6b;
    margin-bottom: 0.65rem;
}
.verthilix-focus-marquee-title {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #16151a;
}
.verthilix-focus-marquee-text {
    margin-top: 0.65rem;
    font-size: 0.875rem;
    line-height: 1.55;
}
@keyframes verthilix-focus-marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Beliefs principles marquee (LTR) ────────────────────────── */
.verthilix-principles-marquee {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}
.verthilix-principles-marquee-track {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    will-change: transform;
    animation: verthilix-principles-marquee-ltr 45s linear infinite;
}
.verthilix-principles-marquee:hover .verthilix-principles-marquee-track {
    animation-play-state: paused;
}
.verthilix-principles-marquee-item {
    flex-shrink: 0;
    padding: 0.5rem 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    line-height: 1.5;
    color: #16151a;
    white-space: nowrap;
}
@keyframes verthilix-principles-marquee-ltr {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* ── Product hub (portfolio) ─────────────────────────────────── */
.verthilix-product-hub {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0 5rem;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    min-height: 340px;
}
.verthilix-product-hub-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.verthilix-product-hub-lines path {
    fill: none;
    stroke: rgba(0, 0, 0, 0.12);
    stroke-width: 1;
    stroke-linecap: round;
}
/* Bright pulse travelling from the orb out to each product (electricity). */
.verthilix-product-hub-lines .verthilix-hub-line-pulse {
    stroke: #5ecf7a;
    stroke-width: 0.75;
    stroke-dasharray: 0.06 0.94;
    filter: drop-shadow(0 0 1.5px rgba(94, 207, 122, 0.95));
    animation: verthilix-hub-flow 0.65s linear infinite;
}
@keyframes verthilix-hub-flow {
    from { stroke-dashoffset: 1; }
    to   { stroke-dashoffset: 0; }
}
.verthilix-product-hub-lines-node {
    fill: rgba(0, 0, 0, 0.16);
    stroke: none;
}
.verthilix-product-hub-lines-dot {
    fill: #ffffff;
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1.5;
}
/* Orb rings: electricity circling on every ring. */
.verthilix-product-hub-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 196px;
    height: 196px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}
.verthilix-product-hub-spark-rings {
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
}
.verthilix-product-hub-spark-track {
    fill: none;
    stroke: rgba(0, 0, 0, 0.07);
    stroke-width: 0.75;
}
.verthilix-product-hub-spark-pulse {
    fill: none;
    stroke: #5ecf7a;
    stroke-width: 0.75;
    stroke-linecap: round;
    stroke-dasharray: 0.07 0.93;
    filter: drop-shadow(0 0 1.5px rgba(94, 207, 122, 0.95));
    animation: verthilix-hub-flow 0.9s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .verthilix-product-hub-lines .verthilix-hub-line-pulse,
    .verthilix-product-hub-spark-pulse { animation: none; }
}
.verthilix-product-hub-col {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}
.verthilix-product-hub-col--left {
    align-items: flex-end;
    justify-content: center;
}
.verthilix-product-hub-col--right {
    align-items: flex-start;
    justify-content: center;
}
.verthilix-product-hub-center {
    position: relative;
    z-index: 2;
    width: 148px;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.verthilix-product-hub-logo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 32px rgba(20, 20, 30, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}
.verthilix-product-hub-logo img {
    width: 58px;
    height: auto;
    display: block;
}
.verthilix-product-hub-logo-fallback {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 1.5rem;
    color: #16151a;
}
.verthilix-product-hub-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem 0.85rem 0.55rem 0.65rem;
    min-width: min(240px, 100%);
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 4px 20px rgba(20, 20, 30, 0.05);
    text-decoration: none;
    color: #16151a;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
a.verthilix-product-hub-pill:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 32px rgba(20, 20, 30, 0.1);
}
.verthilix-product-hub-pill--lab {
    cursor: default;
}
.verthilix-product-hub-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.verthilix-product-hub-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.verthilix-product-hub-icon-letter {
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    color: #16151a;
}
.verthilix-product-hub-name {
    flex: 1;
    min-width: 0;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-align: left;
    white-space: nowrap;
}
.verthilix-product-hub-link-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    opacity: 0.38;
    color: #16151a;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
a.verthilix-product-hub-pill:hover .verthilix-product-hub-link-icon {
    opacity: 0.65;
    transform: translate(1px, -1px);
}
.verthilix-product-hub-badge {
    flex-shrink: 0;
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    font-size: 0.5625rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a8a8a;
    padding: 0.28rem 0.55rem;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
    white-space: nowrap;
}

/* ── Portfolio horizontal strip ──────────────────────────────── */
.verthilix-portfolio-strip {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.5rem 0 1rem;
    cursor: grab;
}
.verthilix-portfolio-strip::-webkit-scrollbar { display: none; }
.verthilix-portfolio-strip.verthilix-is-dragging { cursor: grabbing; user-select: none; }
.verthilix-portfolio-card {
    flex: 0 0 auto;
    width: 280px;
    scroll-snap-align: start;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
.verthilix-portfolio-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 50px rgba(20, 20, 30, 0.12);
}
.verthilix-portfolio-card .verthilix-thumb {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    background: #f0eeea;
}
.verthilix-portfolio-tag {
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.2rem 0.65rem;
    font-size: 10px;
    font-weight: 500;
    color: #16151a;
    backdrop-filter: blur(8px);
}
.verthilix-portfolio-card .verthilix-thumb img,
.verthilix-portfolio-card .verthilix-thumb .verthilix-grad {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.verthilix-portfolio-card:hover .verthilix-thumb img,
.verthilix-portfolio-card:hover .verthilix-thumb .verthilix-grad {
    transform: scale(1.06);
}

/* ── Services split ──────────────────────────────────────────── */
.verthilix-services-split {
    display: grid;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 768px) {
    .verthilix-services-split { grid-template-columns: 1fr 1fr; }
}
.verthilix-services-visual {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.verthilix-services-mockup {
    width: 85%;
    max-width: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 24px 60px rgba(20, 20, 30, 0.12);
    background: #fff;
    animation: verthilix-gentle-float 6s ease-in-out infinite;
}
.verthilix-service-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    border-radius: 9999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    padding: 0.875rem 1.25rem;
    text-align: left;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.verthilix-service-pill:hover {
    border-color: rgba(0, 0, 0, 0.15);
    transform: translateX(4px);
}
.verthilix-service-pill.verthilix-is-active {
    background: #16151a;
    border-color: #16151a;
    color: #fff;
}
.verthilix-service-pill .verthilix-pill-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.06);
    display: grid;
    place-items: center;
    font-size: 0.75rem;
}
.verthilix-service-pill.verthilix-is-active .verthilix-pill-icon {
    background: rgba(255, 255, 255, 0.15);
}

/* ── Large quote block ───────────────────────────────────────── */
.verthilix-quote-hero {
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    padding: 2.5rem 2rem;
    position: relative;
}
.verthilix-quote-hero-badge {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    transform: rotate(-1deg);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}
.verthilix-quote-hero-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (min-width: 640px) {
    .verthilix-quote-hero { padding: 3rem 3.5rem; }
}

/* ── Split section titles ───────────────────────────────────── */
.verthilix-split-title {
    font-family: "Instrument Serif", Georgia, serif;
    letter-spacing: -0.03em;
    line-height: 1.05;
}
.verthilix-split-title-line {
    display: block;
    background: linear-gradient(0deg, #000 0%, #4c4c4c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(2.25rem, 6vw, 3.75rem);
}
.verthilix-split-title-line--accent {
    font-size: clamp(2.5rem, 6.5vw, 4rem);
}
.verthilix-split-title-line--with-badge,
.verthilix-split-title-line--with-pill {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.verthilix-split-title-badge {
    display: inline-block;
    width: 32px;
    height: 48px;
    transform: rotate(-1deg);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}
.verthilix-split-title-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ── Section labels (italic serif small) ─────────────────────── */
.verthilix-section-label {
    font-family: "Instrument Serif", Georgia, serif;
    font-style: italic;
    font-size: 0.875rem;
    color: #8a8780;
}
.verthilix-section-title {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.1;
    color: #16151a;
}
.verthilix-section-title-muted {
    color: rgba(22, 21, 26, 0.35);
}

/* ── Footer email ──────────────────────────────────────────────── */
.verthilix-footer-email {
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    color: #16151a;
    transition: opacity 0.2s ease;
}
.verthilix-site-footer {
    width: 100%;
}
.verthilix-footer-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1.25rem;
}

.verthilix-float-dock {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 60;
    padding: 0 1rem;
    width: max-content;
    max-width: calc(100% - 2rem);
}
.verthilix-float-dock-inner {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    border-radius: 9999px;
    border: 0.6px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0.35rem 0.45rem;
    box-shadow:
        0 4px 20px -3px rgba(0, 0, 0, 0.1),
        0 2px 6px -2px rgba(0, 0, 0, 0.08);
}
.verthilix-dock-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
    object-position: center 18%;
}
.verthilix-dock-nav {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    color: rgba(32, 34, 38, 0.45);
    transition: background 0.2s ease, color 0.2s ease;
}
.verthilix-dock-nav:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #202428;
}
.verthilix-dock-cta {
    border-radius: 9999px;
    background: rgb(31, 34, 38);
    color: #fff;
    font-family: "Inter Tight", Inter, system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.45rem 1rem;
    white-space: nowrap;
    margin-left: 0.15rem;
    transition: opacity 0.2s ease;
}
.verthilix-dock-cta:hover { opacity: 0.9; }

/* ── Availability pulse ──────────────────────────────────────── */
.verthilix-pulse-dot {
    position: relative;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
}
.verthilix-pulse-dot::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #2a9919;
    animation: verthilix-ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
    opacity: 0.6;
}
.verthilix-pulse-dot::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #2a9919;
}
@keyframes verthilix-ping {
    0%   { transform: scale(1); opacity: 0.6; }
    75%, 100% { transform: scale(2.2); opacity: 0; }
}

/* ── Parallax clouds (JS sets --verthilix-py) ───────────────────────────── */
.verthilix-cloud.verthilix-parallax {
    transition: transform 0.1s linear;
    transform: translateY(calc(var(--verthilix-py, 0) * 1px));
}

@media (min-width: 810px) {
    .verthilix-hero-section {
        padding-top: 6.25rem;
        padding-left: 100px;
        padding-right: 100px;
    }
    .verthilix-footer-inner {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 809.98px) {
    .verthilix-hero-section {
        padding-top: 3rem;
    }
}

@media (min-width: 1440px) {
    .verthilix-hero-section {
        padding-left: 220px;
        padding-right: 220px;
    }
    .verthilix-footer-inner {
        padding-left: 220px;
        padding-right: 220px;
    }
    .verthilix-hero-title {
        font-size: 80px;
    }
    .verthilix-headline-pill-text {
        font-size: 76px;
    }
}
@media (prefers-reduced-motion: reduce) {
    body.verthilix-motion-pending .verthilix-motion-header,
    body.verthilix-motion-pending .verthilix-motion-portrait,
    body.verthilix-motion-pending .verthilix-hero-reveal,
    body.verthilix-motion-pending .verthilix-motion-dock {
        opacity: 1;
        transform: none;
    }
    body.verthilix-motion-pending .verthilix-motion-fan {
        opacity: 1;
        transform: translateX(-50%) rotate(var(--verthilix-fan-rot));
    }
    body.verthilix-motion-pending .verthilix-motion-dock {
        transform: translateX(-50%);
    }
    .verthilix-motion-header.verthilix-is-entered,
    .verthilix-motion-portrait.verthilix-is-entered,
    .verthilix-hero-reveal.verthilix-is-entered,
    .verthilix-motion-dock.verthilix-is-entered {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }
    .verthilix-motion-fan.verthilix-is-entered {
        opacity: 1;
        transform: translateX(-50%) rotate(var(--verthilix-fan-rot));
        animation: none;
        transition: none;
    }
    .verthilix-motion-fan.verthilix-is-entered.verthilix-is-faded,
    .verthilix-motion-fan.verthilix-fan-3.verthilix-is-entered { opacity: 0.55; }
    .verthilix-motion-dock.verthilix-is-entered {
        transform: translateX(-50%);
    }
    .verthilix-reveal, .verthilix-reveal.verthilix-is-visible { opacity: 1; transform: none; transition: none; }
    .verthilix-services-mockup, .verthilix-motion-fan.verthilix-is-floating,
    .verthilix-hero-cloud-marquee-track { animation: none !important; }
    .verthilix-focus-marquee-track { animation: none !important; }
    .verthilix-principles-marquee-track { animation: none !important; }
    .verthilix-section-clouds .verthilix-cloud-parallax-wrap.verthilix-parallax { transform: none !important; }
    .verthilix-hero-stack { transform: none !important; transition: none; }
    html { scroll-behavior: auto; }
}

/* ── Scrollbar ───────────────────────────────────────────────── */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--verthilix-paper); }
::-webkit-scrollbar-thumb { background: #d4d2cc; border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: #b8b5ae; }

/* ── Mobile (max 809px) ─────────────────────────────────────── */
@media (max-width: 809.98px) {
    .verthilix-hero-effect-field {
        max-width: 100%;
        gap: 6px;
    }
    .verthilix-hero-effect {
        width: min(46vw, 200px);
        height: min(24vw, 105px);
    }
    .verthilix-hero-effect-blur {
        width: 180px;
        height: 42px;
        left: calc(41.27% - 90px);
        filter: blur(60px);
    }
    .verthilix-hero-cloud-marquee-img {
        width: 160px;
    }
    .verthilix-hero-cloud-marquee-track {
        gap: 12px;
        padding: 6px;
    }

    .verthilix-hero-stack {
        min-height: 300px;
        max-width: 332px;
    }
    .verthilix-hero-fan {
        top: 68px;
        width: 332px;
        height: 200px;
    }
    .verthilix-hero-fan-card {
        width: 111px;
        padding: 2px;
        border-radius: 8px;
        backdrop-filter: blur(11px);
    }
    .verthilix-hero-fan-thumb {
        border-radius: 6px;
    }
    .verthilix-hero-fan-label {
        font-size: 9px;
        padding: 4px 2px 3px;
    }
    .verthilix-hero-fan-card.verthilix-fan-1 { top: 39px; left: 23%; width: 124px; }
    .verthilix-hero-fan-card.verthilix-fan-1 .verthilix-hero-fan-thumb { aspect-ratio: 16 / 10; }
    .verthilix-hero-fan-card.verthilix-fan-2 { top: 22px; left: 33%; width: 124px; }
    .verthilix-hero-fan-card.verthilix-fan-2 .verthilix-hero-fan-thumb { aspect-ratio: 16 / 10; }
    .verthilix-hero-fan-card.verthilix-fan-3 { top: 0; left: 50%; width: 132px; }
    .verthilix-hero-fan-card.verthilix-fan-3 .verthilix-hero-fan-thumb { aspect-ratio: 16 / 10; }
    .verthilix-hero-fan-card.verthilix-fan-4 { top: 22px; left: 67%; width: 124px; }
    .verthilix-hero-fan-card.verthilix-fan-4 .verthilix-hero-fan-thumb { aspect-ratio: 16 / 10; }
    .verthilix-hero-fan-card.verthilix-fan-5 { top: 39px; left: 77%; }
    .verthilix-hero-portrait-wrap {
        height: unset;
        bottom: -37px;
        left: 0;
        right: 0;
        top: -39px;
        width: auto;
        gap: 4.71px;
    }
    .verthilix-hero-logo-mask {
        height: auto;
        max-height: none;
        width: min(203px, 62vw);
    }
    .verthilix-hero-portrait-wrap::after {
        bottom: -19px;
        height: 40%;
    }
    .verthilix-hero-content {
        margin-top: -3.5rem;
    }
    .verthilix-hero-title {
        font-size: 44px;
    }
    .verthilix-headline-pill {
        gap: 4px;
        padding: 2px 10px 2px 6px;
        border-radius: 14px;
    }
    .verthilix-headline-pill-icon {
        width: 24px;
        height: 24px;
        border-radius: 8px;
    }
    .verthilix-headline-pill-text {
        font-size: 44px;
    }
    .verthilix-hero-bio {
        font-size: 14px;
    }
    .verthilix-hero-ctas {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .verthilix-split-title-line {
        font-size: 40px;
    }
    .verthilix-split-title-line--accent {
        font-size: 40px;
    }

    .verthilix-who-we-are-showcase {
        max-width: 100%;
        padding: 0 4px;
    }
    .verthilix-who-we-are-center {
        height: auto;
        aspect-ratio: 2172 / 724;
    }
    .verthilix-who-we-are-cloud-puff {
        width: min(340px, 108%);
        bottom: -48px;
    }
    .verthilix-who-we-are-cloud-strip.verthilix-hero-cloud-marquee {
        left: -6%;
        right: -6%;
        height: 38%;
        bottom: -4px;
    }
    .verthilix-who-we-are-cloud-strip .verthilix-hero-cloud-marquee-img {
        width: 200px;
    }
    .verthilix-who-we-are-glow {
        width: min(320px, 88vw);
        height: min(280px, 62vw);
    }

    .verthilix-quote-card {
        padding: 1.25rem;
    }

    .verthilix-product-hub {
        grid-template-columns: 1fr;
        gap: 1.6rem;
        min-height: auto;
        margin-top: 2rem;
    }
    /* keep the connector SVG visible on mobile (JS draws a vertical chain) */
    .verthilix-product-hub-lines {
        display: block;
    }
    /* stack order: orb on top, then live products, then lab products */
    .verthilix-product-hub-center { order: 0; margin: 0 auto 0.25rem; }
    .verthilix-product-hub-col--right { order: 1; }
    .verthilix-product-hub-col--left  { order: 2; }
    .verthilix-product-hub-col { gap: 1.6rem; }
    .verthilix-product-hub-col--left,
    .verthilix-product-hub-col--right {
        align-items: center;
    }
    .verthilix-product-hub-pill {
        width: min(280px, 100%);
        order: var(--vh-order, 0);
    }

    .verthilix-portfolio-card {
        width: 240px;
    }

    .verthilix-quote-hero {
        padding: 1.75rem 1.25rem;
    }
    .verthilix-quote-hero blockquote {
        font-size: 1.25rem !important;
    }

    .verthilix-float-dock {
        bottom: 30px;
        max-width: calc(100% - 1rem);
    }
    .verthilix-float-dock-inner {
        gap: 0.35rem;
        padding: 0.35rem 0.45rem;
    }
    .verthilix-dock-cta {
        font-size: 0.75rem;
        padding: 0.45rem 0.85rem;
    }

    .verthilix-site-footer {
        padding-bottom: 5.5rem !important;
    }
}

/* Tablet (810–1439) */
@media (min-width: 810px) and (max-width: 1439.98px) {
    .verthilix-hero-fan-card {
        width: 180px;
    }
    .verthilix-hero-fan-label {
        font-size: 14px;
    }
    .verthilix-hero-portrait-wrap {
        top: calc(65.6535% - 243.5px);
        height: 431px;
    }
    .verthilix-hero-logo-mask {
        max-height: 431px;
    }
    .verthilix-split-title-line {
        font-size: 52px;
    }
    .verthilix-split-title-line--accent {
        font-size: 52px;
    }
}

/* Very small phones */
@media (max-width: 380px) {
    .verthilix-hero-fan {
        width: 300px;
        height: 180px;
    }
    .verthilix-hero-fan-card {
        width: 96px;
    }
    .verthilix-hero-portrait-wrap {
        height: unset;
        bottom: -37px;
        left: 0;
        right: 0;
        top: -39px;
        width: auto;
        gap: 4.71px;
    }
    .verthilix-hero-logo-mask {
        width: min(180px, 58vw);
    }
    .verthilix-hero-title,
    .verthilix-headline-pill-text {
        font-size: 38px;
    }
    .verthilix-dock-cta {
        font-size: 0.7rem;
        padding: 0.4rem 0.65rem;
    }
}
