/* ============================================================
   Kıpçak v.o.f — Front Page V3
   Editorial e-commerce homepage. Dark "Steel Atelier" palette.
   ============================================================ */

.front-v3 {
    background: var(--bg-primary);
    color: var(--text-primary);
    overflow: hidden;
}

.front-v3 .container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section base */
.fv3-section {
    position: relative;
    padding: clamp(72px, 9vw, 128px) 0;
}
.fv3-section + .fv3-section { border-top: 1px solid rgba(255, 255, 255, 0.04); }

.fv3-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 18px;
}
.fv3-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--accent);
    opacity: 0.7;
}
.fv3-title {
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--text-primary);
    margin: 0 0 18px;
}
.fv3-title em {
    font-style: normal;
    color: var(--accent);
    font-weight: 800;
}
.fv3-subtitle {
    color: var(--text-secondary);
    font-size: clamp(1rem, 1.3vw, 1.125rem);
    line-height: 1.65;
    max-width: 640px;
    margin: 0 0 32px;
}
.fv3-section-head { margin-bottom: 56px; max-width: 760px; }
.fv3-section-head--center { text-align: center; margin-left: auto; margin-right: auto; }

.fv3-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1;
}
.fv3-btn svg { transition: transform var(--transition); }
.fv3-btn:hover svg { transform: translateX(4px); }
.fv3-btn--primary { background: var(--accent); color: #0a0d12; border-color: var(--accent); }
.fv3-btn--primary:hover { background: var(--accent-hover); color: #0a0d12; transform: translateY(-2px); box-shadow: 0 10px 32px rgba(224, 122, 95, 0.28); }
.fv3-btn--ghost { background: transparent; color: var(--text-primary); border: 1px solid rgba(255, 255, 255, 0.18); }
.fv3-btn--ghost:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.32); color: var(--text-primary); }
.fv3-btn--dark { background: #0a0d12; color: var(--text-primary); border-color: #0a0d12; }
.fv3-btn--dark:hover { background: #161e2c; }

/* ============================================================
   1) HERO V3 — Cinematic editorial atelier
   ============================================================ */
.fv3-hero {
    position: relative;
    min-height: calc(100vh - 168px);
    display: flex;
    align-items: center;
    padding: 48px 0 64px;
    overflow: hidden;
    background-color: #0a0e16;
    color: var(--text-primary);
    isolation: isolate;
}

/* ----- Background layers ----- */
.fv3-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.fv3-hero__bg-img {
    position: absolute;
    inset: -4%;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    transform: scale(1.06);
    filter: saturate(0.85) contrast(1.05);
    animation: fv3HeroKen 26s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes fv3HeroKen {
    0%   { transform: scale(1.05) translate3d(-0.6%, -0.4%, 0); }
    100% { transform: scale(1.12) translate3d(0.8%, 0.6%, 0); }
}
.fv3-hero__bg-vignette {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 80% 70% at 50% 45%, transparent 0%, rgba(8,12,20,0.55) 60%, rgba(8,12,20,0.92) 100%);
}
.fv3-hero__bg-overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(105deg, rgba(8,12,20,0.97) 0%, rgba(8,12,20,0.88) 32%, rgba(8,12,20,0.55) 60%, rgba(8,12,20,0.40) 78%, rgba(8,12,20,0.70) 100%),
        linear-gradient(180deg, rgba(8,12,20,0.55) 0%, transparent 24%, transparent 70%, rgba(8,12,20,0.95) 100%);
}
.fv3-hero__bg-grid {
    position: absolute;
    inset: -10%;
    background-image:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(ellipse 75% 60% at 50% 45%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 75% 60% at 50% 45%, #000 30%, transparent 80%);
    opacity: 0.55;
    animation: fv3GridShift 60s linear infinite;
}
.fv3-hero__bg-noise {
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/></svg>");
    opacity: 0.06;
    mix-blend-mode: overlay;
}
@keyframes fv3GridShift {
    0%   { background-position: 0 0, 0 0; }
    100% { background-position: 72px 72px, 72px 72px; }
}

/* ----- Inner / edge metadata ----- */
.fv3-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}
/* Desktop only: reserve horizontal breathing room between the rotated
   "ATELIER · ROTTERDAM" / "EST · 1992" edge labels and the main hero copy.
   First attempt added padding to .fv3-hero__inner only — visually too subtle
   because the absolute-positioned edges measure from the padding-box edge
   (so they didn't move) while the grid stayed at the inner's content box.
   This second pass:
     1. Pulls the edges almost flush against the section gutter (left: 12px)
     2. Pads the GRID directly, giving the title text a hard 96px reserve
        away from the vertical labels — visible at any zoom level.
   The edges are display:none below 1100px so this only applies on desktop. */
@media (min-width: 1101px) {
    .fv3-hero__edge--left  { left: 12px; }
    .fv3-hero__edge--right { right: 12px; }
    .fv3-hero__grid {
        padding-left: 96px;
        padding-right: 96px;
    }
}
.fv3-hero__edge {
    position: absolute;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: center left;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 10px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(238, 242, 248, 0.45);
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    animation: fv3FadeIn 1s 1.3s ease-out both;
}
.fv3-hero__edge--left {
    left: 26px;
    top: 50%;
}
.fv3-hero__edge--right {
    right: 26px;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: center right;
}
.fv3-hero__edge-num {
    color: var(--accent);
    font-weight: 700;
    letter-spacing: 0.22em;
}
.fv3-hero__edge-line {
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, rgba(238,242,248,0.4), transparent);
}
.fv3-hero__edge--right .fv3-hero__edge-line {
    background: linear-gradient(90deg, transparent, rgba(238,242,248,0.4));
}
@keyframes fv3FadeIn { to { opacity: 1; } }

/* ----- Grid ----- */
.fv3-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 64px;
    align-items: center;
}

/* ----- Copy column ----- */
.fv3-hero__copy { max-width: 580px; }

/* Title */
.fv3-hero__title {
    font-size: clamp(2rem, 4.6vw, 3.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.035em;
    margin: 0 0 22px;
    color: #fafbfd;
    text-shadow: 0 2px 30px rgba(0,0,0,0.45);
}
.fv3-hero__line {
    display: block;
    overflow: hidden;
    padding-bottom: 0.05em;
}
.fv3-hero__word {
    display: inline-block;
    margin-right: 0.22em;
    opacity: 0;
    transform: translateY(110%);
    animation: fv3WordIn 1.05s cubic-bezier(.2,.78,.28,1) both;
}
.fv3-hero__line:nth-of-type(1) .fv3-hero__word { animation-delay: 0.22s; }
.fv3-hero__line:nth-of-type(2) .fv3-hero__word:nth-child(1) { animation-delay: 0.36s; }
.fv3-hero__line:nth-of-type(2) .fv3-hero__word:nth-child(2) { animation-delay: 0.48s; }
.fv3-hero__line:nth-of-type(3) .fv3-hero__word { animation-delay: 0.60s; }
.fv3-hero__title em {
    font-style: normal;
    background: linear-gradient(110deg, var(--accent) 0%, #f0a48e 28%, #ffd9c9 50%, #f0a48e 72%, var(--accent) 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: fv3WordIn 1.05s cubic-bezier(.2,.78,.28,1) both, fv3Shimmer 5s linear 1s infinite;
    position: relative;
    padding: 0 0.05em;
}
.fv3-hero__title .lh-thin {
    display: block;
    font-weight: 300;
    color: rgba(238, 242, 248, 0.6);
    font-size: 0.36em;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.12);
    max-width: 340px;
    opacity: 0;
    transform: translateY(20px);
    animation: fv3FadeUp 0.9s 0.85s cubic-bezier(.18,.7,.25,1) both;
}
@keyframes fv3WordIn {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fv3Shimmer {
    0%   { background-position: 0% 50%; }
    100% { background-position: 220% 50%; }
}

.fv3-hero__subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(238, 242, 248, 0.72);
    max-width: 520px;
    margin: 0 0 30px;
    opacity: 0;
    transform: translateY(20px);
    animation: fv3FadeUp 0.9s 0.95s cubic-bezier(.18,.7,.25,1) both;
}
@keyframes fv3FadeUp {
    to { opacity: 1; transform: translateY(0); }
}

.fv3-hero__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(20px);
    animation: fv3FadeUp 0.9s 1.05s cubic-bezier(.18,.7,.25,1) both;
}
.fv3-hero__cta .fv3-btn {
    padding: 12px 22px;
    font-size: 13px;
}
.fv3-btn--shine {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.fv3-btn--shine > span,
.fv3-btn--shine > svg { position: relative; z-index: 2; }
.fv3-btn--shine::after {
    content: "";
    position: absolute;
    top: 0; left: -120%;
    width: 70%; height: 100%;
    background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
    transform: skewX(-22deg);
    transition: left 0.7s cubic-bezier(.4,0,.2,1);
    z-index: 1;
    pointer-events: none;
}
.fv3-btn--shine:hover::after { left: 130%; }
.fv3-btn--primary.fv3-btn--shine {
    box-shadow: 0 10px 28px rgba(224, 122, 95, 0.38), inset 0 0 0 1px rgba(255,255,255,0.18);
}
.fv3-btn--ghost.fv3-btn--shine {
    background: rgba(13, 19, 28, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-color: rgba(255,255,255,0.22);
}
.fv3-btn--ghost.fv3-btn--shine:hover {
    background: rgba(13, 19, 28, 0.7);
    border-color: rgba(255,255,255,0.4);
}

/* Meta (stats) */
.fv3-hero__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.10);
    max-width: 540px;
    opacity: 0;
    transform: translateY(20px);
    animation: fv3FadeUp 0.9s 1.2s cubic-bezier(.18,.7,.25,1) both;
}
.fv3-hero__meta-item {
    position: relative;
    padding-left: 14px;
}
.fv3-hero__meta-item::before {
    content: "";
    position: absolute;
    left: 0; top: 4px; bottom: 22px;
    width: 2px;
    background: linear-gradient(180deg, var(--accent), transparent);
    border-radius: 2px;
}
.fv3-hero__meta-idx {
    display: block;
    font-size: 9px;
    letter-spacing: 0.24em;
    color: rgba(224, 122, 95, 0.85);
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.fv3-hero__meta-num {
    display: block;
    font-size: clamp(1.4rem, 2vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #fafbfd;
    line-height: 1;
    margin-bottom: 6px;
    font-variant-numeric: tabular-nums;
}
.fv3-hero__meta-num sup {
    font-size: 0.5em;
    color: var(--accent);
    font-weight: 700;
    margin-left: 3px;
    top: -0.7em;
}
.fv3-hero__meta-label {
    display: block;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(238, 242, 248, 0.55);
    font-weight: 500;
}

/* ----- Visual column ----- */
.fv3-hero__visual {
    position: relative;
    width: 100%;             /* fill grid column so aspect-ratio can compute height */
    max-width: 540px;
    aspect-ratio: 4 / 4.8;
    min-height: 600px;        /* fallback if aspect-ratio doesn't resolve (Safari edge cases / nested grids) */
    margin-left: auto;
    margin-right: 60px;
    perspective: 1400px;
    opacity: 0;
    transform: translateY(40px);
    animation: fv3FadeUp 1.2s 0.5s cubic-bezier(.18,.7,.25,1) both;
}

.fv3-hero__visual-tag {
    position: absolute;
    top: -16px;
    left: -18px;
    z-index: 8;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    padding: 7px 12px;
    background: var(--accent);
    color: #0a0d12;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(224, 122, 95, 0.4);
    transform: rotate(-3deg);
    animation: fv3TagWiggle 4s ease-in-out infinite;
}
.fv3-hero__visual-tag strong {
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 800;
}
@keyframes fv3TagWiggle {
    0%, 100% { transform: rotate(-3deg) translateY(0); }
    50%      { transform: rotate(-1deg) translateY(-3px); }
}

/* Main card */
.fv3-hero__card {
    --px: 0px;
    --py: 0px;
    position: absolute;
    inset: 0;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    /* Subtle textile gradient fallback if <img> fails to load */
    background:
        radial-gradient(120% 80% at 30% 20%, rgba(224, 122, 95, 0.22), transparent 60%),
        linear-gradient(160deg, #1c2330 0%, #0c111a 100%);
    box-shadow:
        0 50px 100px -20px rgba(0, 0, 0, 0.75),
        0 30px 60px -30px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.06);
    transform: translate3d(var(--px), var(--py), 0);
    transition: transform 0.45s cubic-bezier(.18,.7,.25,1);
    will-change: transform;
    z-index: 2;
}
.fv3-hero__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.6s cubic-bezier(.18,.7,.25,1), filter 0.6s var(--transition);
    filter: saturate(1.05) contrast(1.04);
}
.fv3-hero__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 50%, rgba(8,12,20,0.7) 100%);
    pointer-events: none;
}
.fv3-hero__visual:hover .fv3-hero__card img { transform: scale(1.05); }
.fv3-hero__card-frame {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 2px;
    z-index: 3;
    pointer-events: none;
    opacity: 0.85;
}
.fv3-hero__card-corner {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid var(--accent);
    z-index: 4;
    pointer-events: none;
}
.fv3-hero__card-corner--tl { top: 6px; left: 6px; border-right: 0; border-bottom: 0; }
.fv3-hero__card-corner--tr { top: 6px; right: 6px; border-left: 0; border-bottom: 0; }
.fv3-hero__card-corner--bl { bottom: 6px; left: 6px; border-right: 0; border-top: 0; }
.fv3-hero__card-corner--br { bottom: 6px; right: 6px; border-left: 0; border-top: 0; }

.fv3-hero__card-caption {
    position: absolute;
    left: 24px;
    right: 50%;
    bottom: 24px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #fafbfd;
}
.fv3-hero__card-cap-num {
    font-size: 10px;
    letter-spacing: 0.28em;
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
}
.fv3-hero__card-cap-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* Mini card (secondary image) */
.fv3-hero__card-mini {
    --px: 0px;
    --py: 0px;
    position: absolute;
    right: -60px;
    bottom: -30px;
    width: 44%;
    aspect-ratio: 4/5;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    background: var(--bg-card);
    border: 5px solid #0a0e16;
    box-shadow:
        0 40px 80px -10px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    z-index: 4;
    transform: translate3d(var(--px), var(--py), 0);
    transition: transform 0.45s cubic-bezier(.18,.7,.25,1);
    animation: fv3MiniFloat 9s ease-in-out infinite 1s;
    will-change: transform;
}
.fv3-hero__card-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05);
}
@keyframes fv3MiniFloat {
    0%, 100% { transform: translate3d(var(--px,0px), calc(var(--py,0px) + 0px), 0); }
    50%      { transform: translate3d(var(--px,0px), calc(var(--py,0px) - 12px), 0); }
}

/* ----- Animated mini badges (orbit) ----- */
.fv3-hero__badge {
    --px: 0px;
    --py: 0px;
    position: absolute;
    z-index: 7;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    background: rgba(10, 14, 22, 0.92);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    color: #fafbfd;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.04);
    transform: translate3d(var(--px), var(--py), 0) rotate(var(--rot, 0deg));
    transition: transform 0.45s cubic-bezier(.18,.7,.25,1);
    will-change: transform;
}
.fv3-hero__badge::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(224, 122, 95, 0.6), transparent 55%, rgba(110, 195, 197, 0.4));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}
.fv3-hero__badge-icon {
    width: 32px; height: 32px;
    border-radius: 8px;
    background: rgba(224, 122, 95, 0.16);
    color: var(--accent);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.fv3-hero__badge--iso .fv3-hero__badge-icon {
    background: rgba(110, 195, 197, 0.16);
    color: var(--accent-2);
}
.fv3-hero__badge-text { line-height: 1.2; }
.fv3-hero__badge-strong {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fafbfd;
    letter-spacing: 0.02em;
}
.fv3-hero__badge-strong sup {
    font-size: 0.6em;
    top: -0.5em;
    margin-left: 1px;
}
.fv3-hero__badge-small {
    display: block;
    font-size: 10px;
    color: rgba(238, 242, 248, 0.55);
    margin-top: 2px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fv3-hero__badge--cert {
    --rot: 4deg;
    top: 6%;
    right: -50px;
    animation: fv3BadgeFloatA 7s ease-in-out infinite;
}
@keyframes fv3BadgeFloatA {
    0%, 100% { transform: translate3d(var(--px,0px), calc(var(--py,0px) + 0px), 0) rotate(var(--rot,0deg)); }
    50%      { transform: translate3d(var(--px,0px), calc(var(--py,0px) - 10px), 0) rotate(calc(var(--rot,0deg) + 1deg)); }
}
@keyframes fv3BadgeFloatB {
    0%, 100% { transform: translate3d(var(--px,0px), calc(var(--py,0px) + 0px), 0) rotate(var(--rot,0deg)); }
    50%      { transform: translate3d(var(--px,0px), calc(var(--py,0px) + 10px), 0) rotate(calc(var(--rot,0deg) - 1deg)); }
}

/* Floating orb stat */
.fv3-hero__orb {
    --px: 0px;
    --py: 0px;
    position: absolute;
    top: 38%;
    left: -64px;
    width: 110px;
    height: 110px;
    z-index: 7;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(224, 122, 95, 0.95), rgba(194, 90, 63, 0.85));
    color: #0a0d12;
    display: grid;
    place-items: center;
    box-shadow:
        0 24px 60px rgba(224, 122, 95, 0.45),
        inset 0 -8px 24px rgba(0,0,0,0.25),
        inset 0 2px 6px rgba(255,255,255,0.35);
    transform: translate3d(var(--px), var(--py), 0);
    animation: fv3OrbFloat 7s ease-in-out infinite 0.5s;
    transition: transform 0.45s cubic-bezier(.18,.7,.25,1);
    will-change: transform;
}
.fv3-hero__orb::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,0.18);
    animation: fv3Spin 22s linear infinite;
}
.fv3-hero__orb-ring {
    position: absolute;
    inset: -18px;
    width: calc(100% + 36px);
    height: calc(100% + 36px);
    color: rgba(224, 122, 95, 0.75);
    animation: fv3Spin 18s linear infinite reverse;
    pointer-events: none;
}
@keyframes fv3Spin { to { transform: rotate(360deg); } }
.fv3-hero__orb-num {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.fv3-hero__orb-num sup {
    font-size: 0.45em;
    top: -0.85em;
    margin-left: 1px;
    color: #fff;
}
.fv3-hero__orb-label {
    font-size: 9px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 4px;
    opacity: 0.85;
}
@keyframes fv3OrbFloat {
    0%, 100% { transform: translate3d(var(--px,0px), calc(var(--py,0px) + 0px), 0); }
    50%      { transform: translate3d(var(--px,0px), calc(var(--py,0px) - 14px), 0); }
}

/* Floating chip */
.fv3-hero__chip {
    --px: 0px;
    --py: 0px;
    position: absolute;
    left: -56px;
    bottom: 10%;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(10, 14, 22, 0.92);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 26px 50px rgba(0,0,0,0.55),
        0 0 0 1px rgba(255,255,255,0.04);
    transform: translate3d(var(--px), var(--py), 0);
    transition: transform 0.45s cubic-bezier(.18,.7,.25,1);
    animation: fv3ChipFloat 9s ease-in-out infinite 0.4s;
    will-change: transform;
}
.fv3-hero__chip::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(224, 122, 95, 0.7), transparent 50%, rgba(110, 195, 197, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}
.fv3-hero__chip-icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(224, 122, 95, 0.16);
    color: var(--accent);
    display: grid; place-items: center; flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(224, 122, 95, 0.35), inset 0 0 12px rgba(224, 122, 95, 0.2);
}
.fv3-hero__chip-icon svg { width: 16px; height: 16px; }
.fv3-hero__chip-text { line-height: 1.2; }
.fv3-hero__chip-strong {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fafbfd;
    letter-spacing: 0.005em;
}
.fv3-hero__chip-small {
    display: block;
    font-size: 10px;
    color: rgba(238, 242, 248, 0.55);
    margin-top: 2px;
    letter-spacing: 0.06em;
}
.fv3-hero__chip-pulse {
    position: absolute;
    top: 14px; right: 14px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #6ec3c5;
    box-shadow: 0 0 0 0 rgba(110, 195, 197, 0.7);
    animation: fv3ChipPulse 2s ease-out infinite;
}
@keyframes fv3ChipPulse {
    0%        { box-shadow: 0 0 0 0 rgba(110, 195, 197, 0.7); }
    70%, 100% { box-shadow: 0 0 0 10px rgba(110, 195, 197, 0); }
}
@keyframes fv3ChipFloat {
    0%, 100% { transform: translate3d(var(--px,0px), calc(var(--py,0px) + 0px), 0); }
    50%      { transform: translate3d(var(--px,0px), calc(var(--py,0px) + 12px), 0); }
}

/* ----- Scroll indicator ----- */
.fv3-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(238, 242, 248, 0.5);
    font-size: 9px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 5;
    text-decoration: none;
    opacity: 0;
    animation: fv3FadeUp 0.9s 1.6s cubic-bezier(.18,.7,.25,1) both;
    transition: color var(--transition);
}
.fv3-hero__scroll:hover { color: var(--accent); }
.fv3-hero__scroll-line {
    position: relative;
    width: 1px;
    height: 36px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.10), rgba(255,255,255,0.35) 50%, rgba(255,255,255,0.05));
    overflow: hidden;
}
.fv3-hero__scroll-line::before {
    content: "";
    position: absolute;
    left: -1px; right: -1px; top: -18px;
    height: 18px;
    background: linear-gradient(to bottom, transparent, var(--accent));
    animation: fv3ScrollSlide 2.4s ease-in-out infinite;
}
@keyframes fv3ScrollSlide {
    0%   { top: -18px; opacity: 0; }
    20%  { opacity: 1; }
    80%  { opacity: 1; }
    100% { top: 50px; opacity: 0; }
}


/* ============================================================
   2) TRUST STRIP — auto-scroll values
   ============================================================ */
.fv3-trust {
    background: #0a0e15;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    overflow: hidden;
}
.fv3-trust__track {
    display: flex;
    gap: 80px;
    align-items: center;
    white-space: nowrap;
    animation: fv3Marquee 36s linear infinite;
}
.fv3-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.fv3-trust__item svg { color: var(--accent); flex-shrink: 0; }
.fv3-trust__sep {
    display: inline-block;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
    opacity: 0.6;
    flex-shrink: 0;
}
@keyframes fv3Marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================================
   3) BENTO SERVICES — asymmetric 4-card grid
   ============================================================ */
.fv3-services { background: linear-gradient(180deg, #0b1018 0%, #0d141d 100%); }
.fv3-services__head {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 64px;
}
.fv3-services__head-cta {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.fv3-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, minmax(260px, 1fr));
    gap: 20px;
}
.fv3-bento__card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--bg-card);
    border: 1px solid var(--border);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    isolation: isolate;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    min-height: 280px;
    color: var(--text-primary);
}
.fv3-bento__card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}
.fv3-bento__card::before {
    content: "";
    position: absolute; inset: 0;
    background: var(--card-bg, var(--bg-card));
    background-image: var(--card-img);
    background-size: cover;
    background-position: center;
    z-index: -2;
    transition: transform 0.8s var(--transition);
}
.fv3-bento__card:hover::before { transform: scale(1.06); }
.fv3-bento__card::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(11, 16, 24, 0.40) 0%, rgba(11, 16, 24, 0.85) 70%, rgba(11, 16, 24, 0.96) 100%);
    z-index: -1;
}
.fv3-bento__card--big { grid-column: span 2; grid-row: span 2; min-height: 560px; }
.fv3-bento__card--wide { grid-column: span 2; }
.fv3-bento__num {
    position: absolute;
    top: 24px; left: 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: var(--accent);
    opacity: 0.85;
}
.fv3-bento__icon {
    position: absolute;
    top: 24px; right: 28px;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.10);
    color: var(--accent);
    display: grid; place-items: center;
}
.fv3-bento__title {
    font-size: clamp(1.2rem, 1.8vw, 1.6rem);
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 10px;
    letter-spacing: -0.015em;
}
.fv3-bento__card--big .fv3-bento__title {
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
}
.fv3-bento__desc {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.55;
    margin: 0 0 16px;
    max-width: 460px;
}
.fv3-bento__card--big .fv3-bento__desc { font-size: 15px; max-width: 520px; }
.fv3-bento__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.fv3-bento__link svg { transition: transform var(--transition); }
.fv3-bento__card:hover .fv3-bento__link svg { transform: translateX(6px); }

/* ============================================================
   4) PRODUCT SPOTLIGHT — editorial 2-col
   ============================================================ */
.fv3-spotlight {
    background:
        radial-gradient(800px 500px at 100% 50%, var(--accent-soft), transparent 60%),
        #0b1018;
}
.fv3-spotlight__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
    align-items: center;
}
.fv3-spotlight__visual {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-card);
    box-shadow: var(--shadow-lg);
}
.fv3-spotlight__visual img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.8s var(--transition);
}
.fv3-spotlight__visual:hover img { transform: scale(1.04); }
.fv3-spotlight__tag {
    position: absolute;
    top: 24px; left: 24px;
    background: var(--accent);
    color: #0a0d12;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 999px;
}
.fv3-spotlight__copy { max-width: 540px; }
.fv3-spotlight__features {
    list-style: none;
    padding: 0; margin: 0 0 36px;
    display: grid;
    gap: 14px;
}
.fv3-spotlight__features li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.55;
}
.fv3-spotlight__features li strong { color: var(--text-primary); font-weight: 600; display: block; margin-bottom: 2px; }
.fv3-spotlight__check {
    flex-shrink: 0;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent);
    display: grid; place-items: center;
    margin-top: 2px;
}

/* ============================================================
   5) FEATURED PRODUCT GRID — editorial
   ============================================================ */
.fv3-products { background: #0d141d; }

/* Homepage featured products use WooCommerce's standard ul.products markup
   (via wc_get_template_part('content','product') in front-page.php) so they
   inherit the exact same card styling as /winkel/. The old .fv3-product*
   custom CSS was removed because it conflicted with WC's grid + card chrome
   and produced the "Plaatshouder / broken card" layout the user reported.
   The only thing we keep is the section bg and a small spacer for the
   "view all" CTA below the grid. */

.fv3-products__cta { text-align: center; margin-top: 56px; }

/* ============================================================
   6) ATELIER MOSAIC — editorial photo grid with caption pins
   ============================================================ */
.fv3-mosaic {
    background: linear-gradient(180deg, #0d141d 0%, #0b1018 100%);
}
.fv3-mosaic__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 280px 280px;
    gap: 20px;
}
.fv3-mosaic__cell {
    position: relative;
    margin: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-card);
    box-shadow: var(--shadow-md);
    transition: transform var(--transition), box-shadow var(--transition);
}
.fv3-mosaic__cell:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.fv3-mosaic__cell img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.8s var(--transition);
}
.fv3-mosaic__cell:hover img { transform: scale(1.06); }
.fv3-mosaic__cell::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(11, 16, 24, 0) 40%, rgba(11, 16, 24, 0.85) 100%);
    pointer-events: none;
}
.fv3-mosaic__cell--0 { grid-column: 1 / span 5; grid-row: 1 / span 2; }
.fv3-mosaic__cell--1 { grid-column: 6 / span 7; grid-row: 1 / span 1; }
.fv3-mosaic__cell--2 { grid-column: 6 / span 3; grid-row: 2 / span 1; }
.fv3-mosaic__cell--3 { grid-column: 9 / span 4; grid-row: 2 / span 1; }

.fv3-mosaic__caption {
    position: absolute;
    left: 22px; right: 22px; bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--text-primary);
}
.fv3-mosaic__num {
    flex-shrink: 0;
    width: 40px; height: 40px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--accent);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
}
.fv3-mosaic__caption strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: -0.005em;
    margin-bottom: 2px;
}
.fv3-mosaic__caption span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

/* ============================================================
   7) CAPABILITIES — alternating split rows
   ============================================================ */
.fv3-cap { background: #0b1018; }
.fv3-cap__rows {
    display: flex;
    flex-direction: column;
    gap: clamp(64px, 8vw, 112px);
}
.fv3-cap__row {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}
.fv3-cap__row--reverse { direction: rtl; }
.fv3-cap__row--reverse > * { direction: ltr; }

.fv3-cap__visual {
    position: relative;
    aspect-ratio: 5 / 4;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-card);
    box-shadow: var(--shadow-lg);
    isolation: isolate;
}
.fv3-cap__visual img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.8s var(--transition);
}
.fv3-cap__visual:hover img { transform: scale(1.04); }
.fv3-cap__visual::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(11, 16, 24, 0) 50%, rgba(11, 16, 24, 0.55) 100%);
    pointer-events: none;
    z-index: 1;
}
.fv3-cap__num {
    position: absolute;
    top: 24px; left: 24px;
    z-index: 2;
    background: rgba(13, 19, 28, 0.82);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: var(--text-primary);
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    letter-spacing: 0.16em;
    font-weight: 700;
}
.fv3-cap__chip {
    position: absolute;
    bottom: 24px; left: 24px;
    z-index: 2;
    background: var(--accent);
    color: #0a0d12;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}
.fv3-cap__row--teal .fv3-cap__chip { background: var(--accent-2); }
.fv3-cap__row--teal .fv3-cap__num { color: var(--accent-2); border-color: rgba(110, 195, 197, 0.32); }

.fv3-cap__copy { max-width: 520px; }
.fv3-cap__row--reverse .fv3-cap__copy { margin-left: auto; }
.fv3-cap__title {
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin: 0 0 18px;
    color: var(--text-primary);
}
.fv3-cap__title em {
    font-style: normal;
    color: var(--accent);
}
.fv3-cap__row--teal .fv3-cap__title em { color: var(--accent-2); }
.fv3-cap__desc {
    color: var(--text-secondary);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 24px;
}
.fv3-cap__list {
    list-style: none;
    padding: 0; margin: 0;
    display: grid;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.fv3-cap__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
}
.fv3-cap__list li > span {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent);
    display: grid; place-items: center;
    flex-shrink: 0;
}
.fv3-cap__row--teal .fv3-cap__list li > span {
    background: var(--accent-2-soft);
    color: var(--accent-2);
}

/* ============================================================
   8) STANDARDS — certificates + number strip
   ============================================================ */
.fv3-standards {
    background:
        radial-gradient(700px 400px at 90% 0%, var(--accent-2-soft), transparent 60%),
        linear-gradient(180deg, #0b1018, #0d141d);
}
.fv3-standards__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 56px;
}
.fv3-cert {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px;
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.fv3-cert::before {
    content: "";
    position: absolute; inset: 0;
    background: radial-gradient(400px 200px at 0% 0%, var(--accent-soft), transparent 60%);
    opacity: 0;
    transition: opacity var(--transition);
    z-index: -1;
}
.fv3-cert:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
    box-shadow: var(--shadow-md);
}
.fv3-cert:hover::before { opacity: 1; }
.fv3-cert__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--border);
}
.fv3-cert__icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--accent-soft), var(--accent-2-soft));
    color: var(--accent);
    display: grid; place-items: center;
    border: 1px solid rgba(224, 122, 95, 0.20);
    flex-shrink: 0;
}
.fv3-cert__icon svg { width: 26px; height: 26px; }
.fv3-cert__badge {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.005em;
    color: var(--text-primary);
    line-height: 1.1;
}
.fv3-cert__sub {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-top: 4px;
    font-weight: 500;
}
.fv3-cert__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 10px;
    letter-spacing: -0.005em;
}
.fv3-cert__desc {
    color: var(--text-secondary);
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}

.fv3-standards__numbers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.fv3-num {
    padding: 28px 24px;
    text-align: center;
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.fv3-num:last-child { border-right: 0; }
.fv3-num__big {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: var(--accent);
    letter-spacing: -0.025em;
    line-height: 1;
}
.fv3-num__label {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-secondary);
    font-weight: 600;
}

/* ============================================================
   9) CTA V2 — split-image immersive
   ============================================================ */
.fv3-ctav2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    background: #0a0e16;
}
.fv3-ctav2__visual {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.fv3-ctav2__visual-shade {
    position: absolute; inset: 0;
    background:
        linear-gradient(135deg, rgba(11, 16, 24, 0.0) 30%, rgba(11, 16, 24, 0.85) 100%),
        linear-gradient(180deg, rgba(11, 16, 24, 0.15) 0%, rgba(11, 16, 24, 0.55) 100%);
}
.fv3-ctav2__visual-meta {
    position: absolute;
    bottom: 32px; left: 32px; right: 32px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.fv3-ctav2__visual-tag {
    background: rgba(13, 19, 28, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 16px;
    border-radius: 999px;
    color: var(--text-primary);
    font-weight: 600;
}
.fv3-ctav2__visual-coord {
    font-family: 'Inter', monospace;
    letter-spacing: 0.08em;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
}

.fv3-ctav2__copy {
    background:
        radial-gradient(700px 500px at 100% 0%, var(--accent-soft), transparent 60%),
        linear-gradient(180deg, #0d141d 0%, #0a0e16 100%);
    display: flex;
    align-items: center;
    padding: clamp(48px, 6vw, 88px);
}
.fv3-ctav2__copy-inner {
    max-width: 520px;
}
.fv3-ctav2__title {
    font-size: clamp(2rem, 3.6vw, 3rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: 0 0 18px;
    color: var(--text-primary);
}
.fv3-ctav2__title em {
    font-style: normal;
    color: var(--accent);
}
.fv3-ctav2__desc {
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 28px;
}
.fv3-ctav2__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.fv3-ctav2__trust {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fv3-ctav2__trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.fv3-ctav2__trust li svg { color: var(--accent); flex-shrink: 0; }

/* ============================================================
   Reveal animations
   ============================================================ */
.fv3-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s var(--transition), transform 0.7s var(--transition);
}
.fv3-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1100px) {
    .fv3-hero { min-height: auto; padding: 56px 0 90px; overflow: hidden; max-width: 100vw; }
    .fv3-hero__grid { grid-template-columns: 1fr; gap: 60px; }
    .fv3-hero__visual { max-width: 500px; margin: 24px auto 0; overflow: hidden; }
    .fv3-hero__edge { display: none; }
    .fv3-hero__scroll { display: none; }
    /* Decorations: limit how far they stick out on tablet/landscape phones.
       The previous -30px/-40px offsets pushed past .fv3-hero__visual's edge
       and, depending on flexbox quirks, past .fv3-hero itself. Clamp them
       to -8px so they nicely peek out without exceeding the section. */
    .fv3-hero__card-mini { right: -8px; bottom: -20px; width: 42%; }
    .fv3-hero__chip { left: -8px; }
    .fv3-hero__visual-tag { left: -8px; }
    .fv3-hero__badge--cert { right: -8px; }
    .fv3-hero__orb { left: -8px; width: 100px; height: 100px; }
    .fv3-hero__orb-num { font-size: 22px; }
    .fv3-services__head { grid-template-columns: 1fr; gap: 28px; }
    .fv3-services__head-cta { justify-content: flex-start; }
    .fv3-bento { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
    .fv3-bento__card--big,
    .fv3-bento__card--wide { grid-column: span 2; }
    .fv3-bento__card--big { min-height: 420px; }
    .fv3-spotlight__layout { grid-template-columns: 1fr; gap: 56px; }

    /* Mosaic — collapse to 2 rows of 2 */
    .fv3-mosaic__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 280px 280px 280px; }
    .fv3-mosaic__cell--0 { grid-column: 1 / span 2; grid-row: 1 / span 1; }
    .fv3-mosaic__cell--1 { grid-column: 1 / span 2; grid-row: 2 / span 1; }
    .fv3-mosaic__cell--2 { grid-column: 1 / span 1; grid-row: 3 / span 1; }
    .fv3-mosaic__cell--3 { grid-column: 2 / span 1; grid-row: 3 / span 1; }

    /* Capabilities — stack vertically, image first always */
    .fv3-cap__row,
    .fv3-cap__row--reverse {
        grid-template-columns: 1fr;
        direction: ltr;
        gap: 32px;
    }
    .fv3-cap__row--reverse .fv3-cap__copy { margin-left: 0; }

    /* Standards — 2 col grid + stacked number strip */
    .fv3-standards__grid { grid-template-columns: repeat(2, 1fr); }
    .fv3-standards__numbers { grid-template-columns: repeat(2, 1fr); }
    .fv3-num { border-right: 0; border-bottom: 1px solid var(--border); }
    .fv3-num:nth-child(odd) { border-right: 1px solid var(--border); }
    .fv3-num:nth-last-child(-n+2) { border-bottom: 0; }

    /* CTA v2 — stack */
    .fv3-ctav2 { grid-template-columns: 1fr; min-height: 0; }
    .fv3-ctav2__visual { min-height: 320px; }
}
@media (max-width: 640px) {
    .fv3-section { padding: 64px 0; }
    /* Defensive clipping — hero already has overflow:hidden but on small
       phones the decorative elements (badges, orbs, mini-card) used negative
       offsets (e.g. `right: -10px`) that bled past the section and caused the
       page to scroll horizontally. Clamp them strictly inside their parent
       and re-snap any negatives back to 0 on the smallest viewports. */
    .fv3-hero { min-height: 0; padding: 40px 0 80px; overflow: hidden; max-width: 100vw; }
    .fv3-hero__visual { overflow: hidden; max-width: 100%; }
    .fv3-hero__badge--cert { top: 0; right: 0; }
    .fv3-hero__orb { left: 0; top: 42%; width: 84px; height: 84px; }
    .fv3-hero__orb-num { font-size: 18px; }
    .fv3-hero__orb-label { font-size: 8px; }
    .fv3-hero__badge { padding: 7px 10px; }
    .fv3-hero__badge-icon { width: 28px; height: 28px; }
    .fv3-hero__badge-strong { font-size: 11px; }
    .fv3-hero__badge-small { font-size: 9px; }
    .fv3-hero__chip { left: 8px; }
    .fv3-hero__card-mini { right: 0; bottom: -16px; width: 38%; }
    .fv3-hero__title { font-size: clamp(2.2rem, 9vw, 3.3rem); }
    .fv3-hero__meta { grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 100%; }
    .fv3-hero__meta-item:nth-child(3) { grid-column: span 2; }
    .fv3-bento { grid-template-columns: 1fr; }
    .fv3-bento__card,
    .fv3-bento__card--big,
    .fv3-bento__card--wide { grid-column: span 1; min-height: 340px; }
    .fv3-hero__visual { max-width: 100%; margin: 32px 0 0; }
    .fv3-hero__visual-tag { top: -16px; left: 0; font-size: 9px; padding: 8px 12px; }
    .fv3-hero__chip { left: 8px; bottom: 8%; padding: 12px 14px; }
    .fv3-hero__chip-strong { font-size: 13px; }
    .fv3-hero__chip-small { font-size: 10px; }
    .fv3-hero__chip-icon { width: 38px; height: 38px; }
    .fv3-hero__card-mini { right: -10px; bottom: 32px; width: 40%; border-width: 3px; }
    .fv3-hero__card-caption { left: 16px; right: 16px; bottom: 16px; }
    .fv3-hero__card-frame { inset: 8px; }
    .fv3-hero__card-corner { width: 18px; height: 18px; }
    .fv3-hero__card-corner--tl, .fv3-hero__card-corner--tr { top: 4px; }
    .fv3-hero__card-corner--bl, .fv3-hero__card-corner--br { bottom: 4px; }
    .fv3-hero__card-corner--tl, .fv3-hero__card-corner--bl { left: 4px; }
    .fv3-hero__card-corner--tr, .fv3-hero__card-corner--br { right: 4px; }

    /* Mosaic — single column */
    .fv3-mosaic__grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 240px); }
    .fv3-mosaic__cell--0,
    .fv3-mosaic__cell--1,
    .fv3-mosaic__cell--2,
    .fv3-mosaic__cell--3 { grid-column: 1 / -1; grid-row: auto; }

    /* Standards — single column */
    .fv3-standards__grid { grid-template-columns: 1fr; }
    .fv3-standards__numbers { grid-template-columns: 1fr; }
    .fv3-num { border-right: 0 !important; border-bottom: 1px solid var(--border); }
    .fv3-num:last-child { border-bottom: 0; }

    .fv3-ctav2__copy { padding: 48px 24px; }
    .fv3-ctav2__visual-meta { left: 18px; right: 18px; bottom: 18px; }
}


/* ============================================================
   HERO — VIDEO BACKGROUND VARIANT (.fv3-hero--video)
   Full-bleed cross-fading video, single-column copy on the left,
   left→right dark-to-clear scrim. Header overlaps the video (the
   homepage body padding is removed in main.css).
   ============================================================ */
.fv3-hero--video {
    min-height: 100vh;
    /* 200px min ensures the title always clears the ~186px desktop header
       (body padding-top is 0 on the front-page so the video bleeds behind
       the transparent header; the content must be pushed down manually). */
    padding: clamp(200px, 18vh, 240px) 0 clamp(70px, 10vh, 120px);
}
.fv3-hero--video .fv3-hero__grid {
    grid-template-columns: 1fr;   /* right visual column removed */
    gap: 0;
}
.fv3-hero--video .fv3-hero__copy { max-width: 640px; }

/* Video stack */
.fv3-hero__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #0a0e16;
}
.fv3-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    z-index: 1;
    transition: opacity 1.1s ease;
    will-change: opacity;
}
.fv3-hero__video.is-active { opacity: 1; z-index: 2; }

/* Left-dark → right-clear scrim (+ subtle top/bottom for legibility) */
.fv3-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(8,12,20,0.95) 0%,
            rgba(8,12,20,0.86) 24%,
            rgba(8,12,20,0.55) 50%,
            rgba(8,12,20,0.20) 76%,
            rgba(8,12,20,0.04) 100%),
        linear-gradient(180deg,
            rgba(8,12,20,0.60) 0%,
            rgba(8,12,20,0.10) 18%,
            transparent 45%,
            transparent 62%,
            rgba(8,12,20,0.82) 100%);
}

/* Tablet & mobile: single column already; switch scrim to vertical so the
   copy stays legible across the full-width video, and keep a tall hero. */
@media (max-width: 1100px) {
    .fv3-hero--video {
        min-height: 90vh;
        padding: clamp(110px, 16vh, 170px) 0 84px;
    }
    .fv3-hero--video .fv3-hero__copy { max-width: 100%; }
    .fv3-hero--video .fv3-hero__scrim {
        background:
            linear-gradient(180deg,
                rgba(8,12,20,0.74) 0%,
                rgba(8,12,20,0.42) 30%,
                rgba(8,12,20,0.50) 62%,
                rgba(8,12,20,0.93) 100%);
    }
}
@media (max-width: 640px) {
    .fv3-hero--video {
        min-height: 86vh;
        padding: clamp(96px, 15vh, 150px) 0 72px;
    }
}

/* ============================================================
   PRODUCTIEPROCES — 5-stage workflow strip
   ============================================================ */
.fv3-process__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}
.fv3-process__step {
    position: relative;
    padding: 4px 26px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.fv3-process__step:first-child {
    border-left: 0;
    padding-left: 0;
}
.fv3-process__num {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: var(--accent);
    margin-bottom: 16px;
    font-variant-numeric: tabular-nums;
}
.fv3-process__line {
    display: block;
    height: 2px;
    width: 34px;
    margin-bottom: 18px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--accent), transparent);
}
.fv3-process__title {
    font-size: 1.06rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--text-primary);
    margin: 0 0 10px;
}
.fv3-process__desc {
    font-size: 0.9rem;
    line-height: 1.62;
    color: var(--text-secondary);
    margin: 0;
}
@media (max-width: 980px) {
    .fv3-process__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
    .fv3-process__step { border-left: 0; padding: 0; }
}
@media (max-width: 560px) {
    .fv3-process__grid { grid-template-columns: 1fr; gap: 28px; }
}

/* Hero stats: keep all THREE on one row on mobile (override the 2+1 wrap
   where the 3rd item dropped to a second line). */
@media (max-width: 640px) {
    .fv3-hero--video .fv3-hero__meta {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 100%;
    }
    .fv3-hero--video .fv3-hero__meta-item { padding-left: 10px; }
    .fv3-hero--video .fv3-hero__meta-item:nth-child(3) { grid-column: auto; }
    .fv3-hero--video .fv3-hero__meta-num { font-size: clamp(1.1rem, 5.2vw, 1.5rem); }
    .fv3-hero--video .fv3-hero__meta-idx { font-size: 8px; }
    .fv3-hero--video .fv3-hero__meta-label { font-size: 8.5px; letter-spacing: 0.1em; }
}
