/* =============================================================
   DOUBLE PRINT — PREMIUM LUXURY UI/UX
   Design language: midnight sapphire + imperial gold
   ============================================================= */

:root {
    --bg-0:      #040814;
    --bg-1:      #08111f;
    --bg-2:      #0d1a30;
    --bg-3:      #122747;
    --bg-spot:   #1d3a6b;
    --surface:   rgba(255,255,255,0.025);
    --surface-2: rgba(255,255,255,0.055);
    --line:      rgba(251,191,36,0.18);
    --line-soft: rgba(255,255,255,0.06);

    /* Imperial Gold accent — warm gold on midnight sapphire */
    --gold-50:   #fffbeb;
    --gold-100:  #fef3c7;
    --gold-300:  #fbbf24;
    --gold-400:  #f59e0b;
    --gold-500:  #d97706;
    --gold-600:  #92400e;

    --star:      #fbbf24;

    --ink-100:   #ffffff;
    --ink-200:   #dde4f2;
    --ink-300:   #a4b3cc;
    --ink-400:   #6e7c97;
    --ink-500:   #3a4660;

    --grad-gold: linear-gradient(135deg, #fef3c7 0%, #fde68a 20%, #fbbf24 50%, #f59e0b 78%, #fcd34d 100%);
    --grad-dark: linear-gradient(180deg, #040814 0%, #08111f 50%, #0d1a30 100%);
    --grad-line: linear-gradient(90deg, transparent, var(--gold-300), transparent);

    --shadow-1:    0 10px 30px rgba(0, 4, 20, 0.55);
    --shadow-2:    0 24px 70px rgba(0, 4, 20, 0.75);
    --shadow-gold: 0 14px 42px -10px rgba(251, 191, 36, 0.45);

    --radius-sm: 6px;
    --radius:    14px;
    --radius-lg: 22px;
    --radius-xl: 32px;

    --easing: cubic-bezier(0.22, 1, 0.36, 1);
    --easing-soft: cubic-bezier(0.4, 0, 0.2, 1);

    --container: 1280px;
    --gutter: clamp(20px, 4vw, 48px);

    --font-display: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
    --font-serif:   'Cormorant Garamond', Georgia, serif;
    --font-sans:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --header-h: 84px;
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.7;
    color: var(--ink-200);
    background: var(--bg-0);
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
}
body::before {
    content: '';
    position: fixed;
    inset: -10%;
    background:
        radial-gradient(45vw 45vw at 85% 5%, rgba(40, 90, 180, 0.30), transparent 55%),
        radial-gradient(38vw 38vw at 5% 35%, rgba(20, 60, 140, 0.22), transparent 55%),
        radial-gradient(40vw 40vw at 60% 100%, rgba(80, 130, 200, 0.14), transparent 55%),
        radial-gradient(60vw 60vw at 50% 50%, rgba(184, 200, 230, 0.04), transparent 70%),
        var(--grad-dark);
    z-index: -2;
    pointer-events: none;
    filter: saturate(1.1);
}
body::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
    opacity: .4;
    pointer-events: none;
    z-index: -1;
    mix-blend-mode: overlay;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .3s var(--easing); }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
ul { list-style: none; }
input, textarea, select { font: inherit; color: inherit; }

::selection { background: var(--gold-300); color: var(--bg-0); }

/* Custom scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-0); }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--gold-300), var(--gold-500)); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-300); }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; background: var(--gold-300); color: var(--bg-0); padding: 8px 14px; border-radius: var(--radius-sm); z-index: 9999; }

/* ---------- LAYOUT ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); position: relative; }
section { position: relative; }

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4, h5 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; color: var(--ink-100); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.85rem); }
h4 { font-size: 1.1rem; }
p  { color: var(--ink-300); font-weight: 300; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-200); font-weight: 300; max-width: 56ch; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--font-sans); font-size: 12px; font-weight: 500;
    letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--gold-300);
    margin-bottom: 18px;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold-300); display: inline-block; }

.gold-text { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: italic; font-weight: 600; }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.section-head h2 { margin-bottom: 18px; }
.section-head p { margin: 0 auto; }

/* ---------- BUTTONS ---------- */
.btn {
    --bh: 52px;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    height: var(--bh); padding: 0 28px;
    font-family: var(--font-sans); font-size: 14px; font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase;
    border-radius: 100px; cursor: pointer; position: relative; overflow: hidden;
    transition: transform .4s var(--easing), box-shadow .4s var(--easing), color .3s var(--easing), background .4s var(--easing);
    white-space: nowrap;
}
.btn-sm { --bh: 42px; padding: 0 22px; font-size: 12px; }
.btn-lg { --bh: 62px; padding: 0 36px; font-size: 14px; }
.btn-primary {
    background: var(--grad-gold); color: var(--bg-0);
    box-shadow: var(--shadow-gold);
}
.btn-primary::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
    transform: translateX(-100%); transition: transform .8s var(--easing);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 50px -10px rgba(251,191,36,0.6); }
.btn-primary:hover::after { transform: translateX(100%); }
.btn-ghost {
    background: transparent; color: var(--ink-100);
    border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--gold-300); color: var(--gold-300); transform: translateY(-2px); }
.btn-outline-gold {
    background: transparent; color: var(--gold-300);
    border: 1px solid var(--gold-300);
}
.btn-outline-gold:hover { background: var(--gold-300); color: var(--bg-0); }

/* ---------- CURSOR GLOW ---------- */
.cursor-glow {
    position: fixed; pointer-events: none; z-index: 1;
    width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(251,191,36,0.12), transparent 60%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease;
    will-change: transform;
    mix-blend-mode: screen;
    opacity: 0;
}
@media (hover: hover) and (min-width: 992px) {
    .cursor-glow { opacity: 1; }
}

/* ---------- LOADER ---------- */
.page-loader {
    position: fixed; inset: 0; z-index: 9999;
    background: var(--bg-0);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    transition: opacity .8s var(--easing), visibility .8s;
}
.page-loader.hide { opacity: 0; visibility: hidden; }
.loader-mark { display: flex; align-items: center; justify-content: center; margin-bottom: 28px; animation: pulse 1.4s ease-in-out infinite; }
.loader-mark img { width: 80px; height: 80px; object-fit: contain; display: block; filter: drop-shadow(0 0 20px rgba(251,191,36,0.35)); }
.loader-bar { width: 200px; height: 2px; background: rgba(255,255,255,0.08); border-radius: 4px; overflow: hidden; }
.loader-bar-fill { height: 100%; width: 30%; background: var(--grad-gold); animation: loaderSlide 1.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.96); } }
@keyframes loaderSlide { 0% { transform: translateX(-100%); } 100% { transform: translateX(400%); } }

/* ---------- HEADER ---------- */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 18px 0;
    transition: all .4s var(--easing);
    background: rgba(4,8,20,0.0);
}
.site-header.scrolled {
    padding: 12px 0;
    background: rgba(4,8,20,0.85);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border-bottom: 1px solid var(--line-soft);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark {
    display: block;
    width: 46px; height: 46px;
    object-fit: contain;
    flex: 0 0 auto;
    transition: transform .4s var(--easing), filter .4s var(--easing);
}
.brand:hover .brand-mark { transform: scale(1.04); filter: drop-shadow(0 4px 14px rgba(251,191,36,0.35)); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); font-size: 1.25rem; color: var(--ink-100); font-weight: 600; letter-spacing: 0.02em; }
.brand-tagline { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-300); margin-top: 6px; }

.primary-nav .nav-list { display: flex; align-items: center; gap: 8px; }
.primary-nav .nav-item { display: flex; align-items: center; }
.nav-link {
    position: relative;
    display: inline-flex; align-items: center; gap: 6px;
    height: 38px;
    padding: 0 18px;
    font-size: 13px; font-weight: 500; line-height: 1;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--ink-300);
    border-radius: 100px;
    transition: color .3s var(--easing);
}
.nav-link::before {
    content: ''; position: absolute; left: 50%; bottom: 6px; transform: translateX(-50%);
    width: 0; height: 1px; background: var(--gold-300);
    transition: width .4s var(--easing);
}
.nav-link:hover, .nav-link.active { color: var(--gold-300); }
.nav-link.active::before, .nav-link:hover::before { width: 24px; }
.nav-link .nav-ext { opacity: .55; transition: opacity .3s var(--easing), transform .3s var(--easing); }
.nav-link.is-external:hover .nav-ext { opacity: 1; transform: translate(2px, -2px); }

/* Dropdown trigger (button styled to match nav-link) */
.nav-trigger {
    background: transparent;
    cursor: pointer;
    color: inherit;
}
.nav-trigger .nav-chevron { opacity: .55; transition: transform .35s var(--easing), opacity .3s var(--easing); }
.has-dropdown:hover .nav-trigger .nav-chevron,
.has-dropdown.open .nav-trigger .nav-chevron { transform: rotate(180deg); opacity: 1; }
.has-dropdown:hover .nav-trigger,
.has-dropdown.open .nav-trigger { color: var(--gold-300); }

/* Dropdown panel — premium glass card */
.has-dropdown { position: relative; }
.nav-dropdown {
    position: absolute; top: calc(100% + 14px); left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 250px;
    padding: 10px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)), rgba(8, 17, 31, 0.92);
    backdrop-filter: blur(22px) saturate(140%);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-2);
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .35s var(--easing), transform .35s var(--easing), visibility .35s;
    z-index: 110;
}
.nav-dropdown::before {
    content: ''; position: absolute; top: -6px; left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px; height: 12px;
    background: rgba(8, 17, 31, 0.92);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
/* Invisible hover bridge so cursor can move into the dropdown without closing it */
.has-dropdown::after {
    content: ''; position: absolute; top: 100%; left: -10px; right: -10px; height: 18px;
}
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown,
.has-dropdown.open .nav-dropdown {
    opacity: 1; visibility: visible; pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.nav-dd-item {
    display: flex; flex-direction: column; gap: 3px;
    padding: 12px 16px;
    border-radius: 12px;
    color: var(--ink-200);
    transition: background .3s var(--easing), color .3s var(--easing);
    text-decoration: none;
}
.nav-dd-item + .nav-dd-item { margin-top: 2px; }
.nav-dd-item:hover, .nav-dd-item.active {
    background: rgba(251,191,36,0.08);
    color: var(--gold-300);
}
.nav-dd-label {
    font-family: var(--font-sans); font-size: 13px; font-weight: 600;
    letter-spacing: 0.10em; text-transform: uppercase;
}
.nav-dd-desc {
    font-family: var(--font-sans); font-size: 11px; font-weight: 400;
    color: var(--ink-400); letter-spacing: 0;
    text-transform: none;
}
.nav-dd-item:hover .nav-dd-desc { color: var(--ink-300); }

/* Brand layout fix — keep name & tagline on single lines */
.brand-text { white-space: nowrap; }
.brand-name, .brand-tagline { white-space: nowrap; }

.header-cta { display: flex; align-items: center; gap: 10px; }

.menu-toggle {
    display: none;
    width: 44px; height: 44px;
    flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    border: 1px solid var(--line); border-radius: 12px;
}
.menu-toggle span { width: 18px; height: 1.5px; background: var(--ink-100); transition: all .3s var(--easing); }
.menu-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); }

/* ---------- MOBILE NAV ---------- */
.mobile-nav {
    position: fixed; inset: 0; z-index: 99;
    background: rgba(4,8,20,0.96);
    backdrop-filter: blur(20px);
    transform: translateY(-100%);
    transition: transform .5s var(--easing);
    display: flex; align-items: center; justify-content: center;
}
.mobile-nav.open { transform: translateY(0); }
.mobile-nav-inner { text-align: center; }
.mobile-nav ul { display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; }
.mobile-nav a { font-family: var(--font-display); font-size: 2rem; color: var(--ink-200); transition: color .3s var(--easing); }
.mobile-nav a.active, .mobile-nav a:hover { color: var(--gold-300); }
.mobile-nav-foot { display: flex; flex-direction: column; gap: 8px; padding-top: 24px; border-top: 1px solid var(--line); }
.mn-contact { font-size: 14px; color: var(--ink-300); letter-spacing: 0.06em; }

/* ---------- HERO ---------- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex; align-items: center;
    padding: calc(var(--header-h) + 60px) 0 80px;
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0; z-index: -1;
    background:
        radial-gradient(70vw 60vh at 75% 25%, rgba(35, 80, 170, 0.28), transparent 55%),
        radial-gradient(55vw 50vh at 8% 85%, rgba(15, 50, 120, 0.22), transparent 55%);
}
.hero-bg::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(251,191,36,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(251,191,36,0.035) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 75%);
    opacity: .7;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    will-change: transform;
    mix-blend-mode: screen;
}
.hero-orb-1 { width: 480px; height: 480px; background: radial-gradient(circle, rgba(60,120,220,0.55), rgba(30,60,140,0.0) 65%); top: 12%; right: 6%; animation: float1 14s ease-in-out infinite; }
.hero-orb-2 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(20,50,120,0.55), rgba(10,20,60,0.0) 65%); bottom: 6%; left: 2%; animation: float2 18s ease-in-out infinite; }

@keyframes float1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-40px, 30px); } }
@keyframes float2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(60px, -40px); } }

.hero-content { display: grid; grid-template-columns: 1.2fr .9fr; gap: 64px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-title { margin-bottom: 24px; }
.hero-title .line { display: block; opacity: 0; transform: translateY(40px); animation: rise .9s var(--easing) forwards; }
.hero-title .line:nth-child(1) { animation-delay: .1s; }
.hero-title .line:nth-child(2) { animation-delay: .25s; }
.hero-title .line:nth-child(3) { animation-delay: .4s; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }

.hero-lead { margin-bottom: 36px; opacity: 0; animation: rise .9s var(--easing) .55s forwards; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; animation: rise .9s var(--easing) .7s forwards; }

.hero-meta { display: flex; gap: 28px; margin-top: 56px; padding-top: 36px; border-top: 1px solid var(--line-soft); opacity: 0; animation: rise .9s var(--easing) .9s forwards; }
.hero-meta-item { font-size: 13px; color: var(--ink-400); }
.hero-meta-item strong { display: block; font-family: var(--font-display); font-size: 1.6rem; color: var(--gold-300); font-weight: 600; margin-bottom: 4px; }

.hero-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    min-height: 420px;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(251,191,36,0.12), rgba(255,255,255,0.02));
    border: 1px solid var(--line);
    overflow: hidden;
    transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
    box-shadow: var(--shadow-2);
}
/* Fallback for browsers that don't support aspect-ratio (older iOS Safari) */
@supports not (aspect-ratio: 4/5) {
    .hero-visual::before { content: ''; display: block; padding-top: 125%; }
}
.hero-visual .hv-img {
    position: absolute; inset: 1px; z-index: 0;
    width: calc(100% - 2px); height: calc(100% - 2px);
    border-radius: calc(var(--radius-xl) - 1px);
    object-fit: cover; object-position: center;
    display: block;
}
.hero-visual::after {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(251,191,36,0.22), transparent 55%),
        linear-gradient(180deg, transparent 45%, rgba(4,8,20,0.85));
    pointer-events: none;
    border-radius: var(--radius-xl);
}
.hero-card {
    position: absolute; z-index: 2;
    background: rgba(13,26,48,0.85);
    border: 1px solid var(--line);
    backdrop-filter: blur(20px);
    border-radius: var(--radius);
    padding: 16px 18px;
    box-shadow: var(--shadow-2);
}
.hero-card.card-1 {
    top: 10%; left: -8%;
    display: flex; align-items: center; gap: 12px;
    animation: floatCard 6s ease-in-out infinite;
}
.hero-card.card-2 {
    bottom: 14%; right: -6%;
    animation: floatCard 7s ease-in-out infinite reverse;
}
@keyframes floatCard { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hc-icon {
    width: 40px; height: 40px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--grad-gold); color: var(--bg-0); font-weight: 700;
}
.hc-text strong { display: block; font-size: 13px; color: var(--ink-100); }
.hc-text small { font-size: 11px; color: var(--ink-400); letter-spacing: 0.08em; text-transform: uppercase; }
.hero-rating { display: flex; align-items: center; gap: 8px; }
.hero-rating .stars { color: var(--gold-300); letter-spacing: 1px; font-size: 14px; }

.scroll-cue {
    position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--ink-400);
}
.scroll-cue::after {
    content: ''; width: 1px; height: 50px;
    background: linear-gradient(var(--gold-300), transparent);
    animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- MARQUEE ---------- */
.marquee-strip {
    padding: 22px 0;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    overflow: hidden;
    background: rgba(255,255,255,0.015);
}
.marquee-track {
    display: flex; gap: 60px; align-items: center;
    animation: marquee 30s linear infinite;
    width: max-content;
}
.marquee-item { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-display); font-size: 1.4rem; font-style: italic; color: var(--ink-300); }
.marquee-item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-300); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- SECTIONS ---------- */
section[data-section] { padding: clamp(80px, 10vw, 140px) 0; }

/* ---------- ABOUT ---------- */
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }

/* About Visual — layered premium composition */
.about-visual { position: relative; aspect-ratio: 5/6; min-height: 460px; width: 100%; }
/* Fallback for browsers without aspect-ratio (older mobile Safari) */
@supports not (aspect-ratio: 5/6) {
    .about-visual::before { content: ''; display: block; padding-top: 120%; }
}
.about-visual .av-mask {
    position: absolute; inset: 0;
    border-radius: var(--radius-xl);
    overflow: hidden;
    isolation: isolate;
    box-shadow: var(--shadow-2);
    background: var(--bg-1);
}
.about-visual .av-mask::before {
    content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
    background:
        linear-gradient(180deg, transparent 35%, rgba(4,8,20,0.85)),
        linear-gradient(135deg, rgba(4,8,20,0.45), transparent 55%),
        radial-gradient(60% 50% at 50% 100%, rgba(251,191,36,0.10), transparent 70%);
}
.about-visual .av-mask::after {
    content: ''; position: absolute; inset: 0; z-index: 3; pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 36px 36px;
    mix-blend-mode: overlay;
    opacity: .6;
}
.about-visual img {
    width: 100%; height: 100%; object-fit: cover;
    transform: scale(1.06);
    animation: aboutKenBurns 24s ease-in-out infinite alternate;
    filter: saturate(0.95) contrast(1.05);
}
@keyframes aboutKenBurns {
    from { transform: scale(1.06) translate(0, 0); }
    to   { transform: scale(1.16) translate(-2%, -2%); }
}

/* Laser scan line — gold beam traveling vertically */
.about-visual .av-scan {
    position: absolute; left: 0; right: 0; top: -12%;
    height: 90px; z-index: 4; pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(251,191,36,0.08) 30%, rgba(251,191,36,0.7) 50%, rgba(251,191,36,0.08) 70%, transparent 100%);
    box-shadow: 0 0 30px rgba(251,191,36,0.45), 0 0 80px rgba(251,191,36,0.20);
    mix-blend-mode: screen;
    animation: laserScan 5.5s var(--easing-soft) infinite;
    opacity: .9;
}
@keyframes laserScan {
    0%   { top: -12%; opacity: 0; }
    8%   { opacity: 1; }
    92%  { opacity: 1; }
    100% { top: 112%; opacity: 0; }
}

/* Hairline gold corner brackets */
.about-visual .av-corner {
    position: absolute; width: 30px; height: 30px; z-index: 5;
    border-color: var(--gold-300); border-style: solid; border-width: 0;
    opacity: 0;
    transition: opacity .8s var(--easing) .5s, transform .8s var(--easing) .5s;
    transform: scale(.7);
}
[data-reveal].in .av-corner { opacity: 1; transform: scale(1); }
.about-visual .av-corner-tl { top: 18px; left: 18px; border-top-width: 1.5px; border-left-width: 1.5px; }
.about-visual .av-corner-tr { top: 18px; right: 18px; border-top-width: 1.5px; border-right-width: 1.5px; }
.about-visual .av-corner-bl { bottom: 18px; left: 18px; border-bottom-width: 1.5px; border-left-width: 1.5px; }
.about-visual .av-corner-br { bottom: 18px; right: 18px; border-bottom-width: 1.5px; border-right-width: 1.5px; }

/* Top meta tag inside frame */
.about-visual .av-meta-line {
    position: absolute; top: 26px; left: 50%; transform: translateX(-50%);
    z-index: 5;
    font-family: var(--font-sans); font-size: 9px; font-weight: 500;
    letter-spacing: 0.42em; text-transform: uppercase;
    color: var(--gold-300);
    padding: 6px 14px;
    background: rgba(4,8,20,0.5);
    backdrop-filter: blur(8px);
    border: 1px solid var(--line);
    border-radius: 100px;
    white-space: nowrap;
    opacity: 0; transition: opacity .8s var(--easing) .7s, transform .8s var(--easing) .7s;
}
[data-reveal].in .av-meta-line { opacity: 1; transform: translateX(-50%) translateY(0); }

/* About Badge — gold chip with shimmer */
.about-badge {
    position: absolute; bottom: 24px; left: 24px; z-index: 6;
    background: var(--grad-gold); color: var(--bg-0);
    padding: 18px 24px; border-radius: var(--radius);
    font-family: var(--font-display); font-weight: 700;
    box-shadow: 0 12px 32px -8px rgba(251,191,36,0.55), inset 0 1px 0 rgba(255,255,255,0.5);
    overflow: hidden;
}
.about-badge::after {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.55) 50%, transparent 100%);
    transform: translateX(-120%);
    animation: badgeShimmer 5s ease-in-out 1.5s infinite;
}
@keyframes badgeShimmer { 0%, 30% { transform: translateX(-120%); } 55%, 100% { transform: translateX(140%); } }
.about-badge strong { display: block; font-size: 2.2rem; line-height: 1; position: relative; }
.about-badge strong sup { font-size: 1.1rem; vertical-align: super; }
.about-badge span { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; position: relative; }

/* Floating glass chips — drift over the frame edges */
.about-visual .av-chip {
    position: absolute; z-index: 7;
    display: inline-flex; align-items: center; gap: 10px;
    padding: 11px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)), rgba(13,26,48,0.85);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    border: 1px solid rgba(251,191,36,0.25);
    border-radius: 100px;
    font-family: var(--font-sans); font-size: 11px; font-weight: 500;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--ink-100);
    box-shadow: 0 18px 40px -16px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.06);
    opacity: 0;
    transition: opacity .8s var(--easing), transform .8s var(--easing);
    white-space: nowrap;
}
[data-reveal].in .av-chip { opacity: 1; }
.about-visual .av-chip-1 { top: 16%; right: 6%; transition-delay: .7s; animation: chipFloat1 6.4s ease-in-out infinite 1.5s; }
.about-visual .av-chip-2 { bottom: 24%; left: 6%; transition-delay: .9s; animation: chipFloat2 7.2s ease-in-out infinite 1.5s; }
@keyframes chipFloat1 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes chipFloat2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(12px); } }
.av-chip-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--gold-300);
    box-shadow: 0 0 10px var(--gold-300), 0 0 20px rgba(251,191,36,0.5);
    animation: chipPulse 1.4s ease-in-out infinite;
}
@keyframes chipPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.5); opacity: 0.55; }
}

/* About copy column */
.about-copy h2 .gold-text { display: inline; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
.about-feature {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 14px 16px;
    border-radius: var(--radius);
    border: 1px solid transparent;
    transition: all .4s var(--easing);
}
.about-feature:hover { background: var(--surface); border-color: var(--line-soft); transform: translateX(4px); }
.af-num { font-family: var(--font-display); font-size: 1.7rem; color: var(--gold-300); font-weight: 600; line-height: 1; }
.af-text strong { display: block; color: var(--ink-100); font-size: 13px; margin-bottom: 4px; letter-spacing: 0.12em; text-transform: uppercase; }
.af-text span { font-size: 13px; color: var(--ink-400); }

@media (max-width: 1100px) {
    .about-visual { max-width: 460px; margin: 0 auto; min-height: 440px; }
    .about-visual .av-chip-1 { right: 4%; }
    .about-visual .av-chip-2 { left: 4%; }
}
@media (max-width: 720px) {
    .about-visual { max-width: 100%; min-height: 420px; }
    .about-visual .av-chip-1 { right: 6%; top: 16%; padding: 8px 14px; font-size: 10px; letter-spacing: 0.16em; }
    .about-visual .av-chip-2 { left: 6%; bottom: 22%; padding: 8px 14px; font-size: 10px; letter-spacing: 0.16em; }
    .about-visual .av-corner { width: 22px; height: 22px; top: 14px !important; left: 14px; }
    .about-visual .av-corner-tr { left: auto !important; right: 14px; }
    .about-visual .av-corner-bl { top: auto !important; bottom: 14px; left: 14px; }
    .about-visual .av-corner-br { top: auto !important; left: auto !important; bottom: 14px; right: 14px; }
    .about-visual .av-meta-line { font-size: 8px; padding: 5px 10px; letter-spacing: 0.32em; top: 18px; }
    .about-badge { padding: 14px 18px; bottom: 18px; left: 18px; }
    .about-badge strong { font-size: 1.8rem; }
    .about-badge span { font-size: 9px; }
}
@media (max-width: 480px) {
    .about-visual { min-height: 380px; }
}

/* ---------- SERVICES ---------- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}
.service-card {
    position: relative;
    padding: 36px 30px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
        rgba(13, 26, 48, 0.55);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    border: 1px solid var(--line-soft);
    overflow: hidden;
    transition: transform .5s var(--easing), border-color .4s var(--easing), box-shadow .5s var(--easing);
    isolation: isolate;
    box-shadow: var(--shadow-1);
}
.service-card::before {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background:
        radial-gradient(circle at 20% 0%, rgba(60,120,220,0.18), transparent 55%),
        linear-gradient(135deg, rgba(251,191,36,0.06), transparent 60%);
    opacity: 0; transition: opacity .6s var(--easing);
}
.service-card::after {
    content: ''; position: absolute; left: 0; top: 0; height: 1px; width: 100%;
    background: var(--grad-gold);
    transform: scaleX(0); transform-origin: left;
    transition: transform .6s var(--easing);
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(251,191,36,0.25); box-shadow: var(--shadow-2); }
.service-card:hover::before { opacity: 1; }
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
    width: 60px; height: 60px; border-radius: 16px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(251,191,36,0.1);
    border: 1px solid var(--line);
    color: var(--gold-300);
    margin-bottom: 22px;
    transition: all .5s var(--easing);
}
.service-card:hover .service-icon { background: var(--grad-gold); color: var(--bg-0); border-color: var(--gold-300); transform: rotate(-5deg) scale(1.05); }
.service-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.service-card p { font-size: 14px; color: var(--ink-300); margin-bottom: 18px; }
.service-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.service-tag { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; padding: 5px 10px; border-radius: 100px; background: rgba(251,191,36,0.08); color: var(--gold-300); border: 1px solid var(--line); }
.service-num { position: absolute; top: 24px; right: 28px; font-family: var(--font-display); font-size: 1rem; color: var(--ink-500); font-weight: 600; opacity: .5; }

/* ---------- PARALLAX BAND — LUXURY ---------- */
.parallax-band.luxury-band {
    position: relative; padding: 140px 0;
    min-height: 78vh;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(120% 80% at 20% 0%, rgba(35,75,160,0.28) 0%, transparent 55%),
        radial-gradient(100% 70% at 80% 100%, rgba(180,130,40,0.18) 0%, transparent 55%),
        linear-gradient(180deg, #050913 0%, #070d1c 45%, #04070f 100%);
    isolation: isolate;
}

/* Stage holds all background layers (each animates / parallaxes independently) */
.luxury-stage { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

/* Star/dust field — pure CSS multi-radial background, slowly drifting */
.luxury-stars {
    position: absolute; inset: -10%;
    background-image:
        radial-gradient(1.5px 1.5px at 12% 18%, rgba(255,235,200,0.85), transparent 60%),
        radial-gradient(1px 1px at 27% 64%, rgba(255,255,255,0.55), transparent 60%),
        radial-gradient(1.5px 1.5px at 41% 32%, rgba(251,191,36,0.7), transparent 60%),
        radial-gradient(1px 1px at 53% 78%, rgba(255,255,255,0.4), transparent 60%),
        radial-gradient(1.2px 1.2px at 67% 22%, rgba(255,235,200,0.7), transparent 60%),
        radial-gradient(1px 1px at 78% 58%, rgba(255,255,255,0.45), transparent 60%),
        radial-gradient(1.4px 1.4px at 88% 38%, rgba(251,191,36,0.55), transparent 60%),
        radial-gradient(1px 1px at 18% 82%, rgba(255,255,255,0.3), transparent 60%),
        radial-gradient(1.2px 1.2px at 35% 8%, rgba(255,255,255,0.5), transparent 60%),
        radial-gradient(1px 1px at 60% 50%, rgba(255,235,200,0.4), transparent 60%);
    background-size: 100% 100%;
    animation: luxStarsDrift 32s ease-in-out infinite alternate;
    opacity: 0.85;
}
@keyframes luxStarsDrift {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    100% { transform: translate3d(-3%, -2%, 0) scale(1.04); }
}

/* Soft drifting orbs — depth + light source feel */
.luxury-orb {
    position: absolute; border-radius: 50%;
    filter: blur(80px);
    will-change: transform;
}
.luxury-orb--gold {
    width: 540px; height: 540px;
    left: -8%; top: 40%;
    background: radial-gradient(circle at 30% 30%, rgba(251,191,36,0.55), rgba(180,130,30,0.18) 55%, transparent 75%);
    animation: luxOrbA 18s ease-in-out infinite alternate;
}
.luxury-orb--navy {
    width: 620px; height: 620px;
    right: -10%; top: -10%;
    background: radial-gradient(circle at 60% 40%, rgba(70,120,220,0.45), rgba(35,75,160,0.18) 55%, transparent 75%);
    animation: luxOrbB 22s ease-in-out infinite alternate;
}
@keyframes luxOrbA {
    0%   { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(8%, -6%, 0); }
}
@keyframes luxOrbB {
    0%   { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-6%, 8%, 0); }
}

/* Faint grid — engineering / precision cue */
.luxury-grid {
    position: absolute; inset: -20%;
    background-image:
        linear-gradient(rgba(251,191,36,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(251,191,36,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 0%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, #000 0%, transparent 75%);
    will-change: transform;
}

/* Film grain — luxury depth without screaming */
.luxury-grain {
    position: absolute; inset: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1   0 0 0 0 1   0 0 0 0 1   0 0 0 0.55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.6'/></svg>");
    opacity: 0.05;
    mix-blend-mode: overlay;
}

/* Vignette */
.luxury-vignette {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 80% 65% at 50% 50%, transparent 40%, rgba(0,0,0,0.55) 100%),
        linear-gradient(180deg, rgba(4,7,15,0.4) 0%, transparent 18%, transparent 82%, rgba(4,7,15,0.7) 100%);
}

/* Luxury whisper-marquee in deep BG */
.luxury-marquee {
    position: absolute; left: 0; right: 0; top: 50%;
    transform: translateY(-50%);
    display: flex; gap: 0;
    font-family: var(--font-display);
    font-size: clamp(80px, 14vw, 200px);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(251,191,36,0.06);
    pointer-events: none;
    user-select: none;
    line-height: 1;
}
.luxury-marquee span { display: inline-block; padding-right: 0; animation: luxMarquee 60s linear infinite; }
@keyframes luxMarquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* ---------- Content ---------- */
.luxury-content {
    position: relative; z-index: 2;
    text-align: center;
    max-width: 880px;
    padding: 56px clamp(24px, 5vw, 64px);
    transform-style: preserve-3d;
    perspective: 1200px;
    will-change: transform;
}

/* Gold corner brackets */
.luxury-corner {
    position: absolute; width: 28px; height: 28px;
    border-color: var(--gold-300);
    opacity: 0; transform: scale(0.6);
    transition: opacity .9s var(--easing) .2s, transform .9s var(--easing) .2s;
}
.luxury-corner--tl { top: 0; left: 0; border-top: 1px solid; border-left: 1px solid; }
.luxury-corner--tr { top: 0; right: 0; border-top: 1px solid; border-right: 1px solid; }
.luxury-corner--bl { bottom: 0; left: 0; border-bottom: 1px solid; border-left: 1px solid; }
.luxury-corner--br { bottom: 0; right: 0; border-bottom: 1px solid; border-right: 1px solid; }
.luxury-content.in .luxury-corner { opacity: 0.65; transform: scale(1); }

/* Eyebrow w/ flanking rules */
.luxury-eyebrow {
    display: inline-flex; align-items: center; gap: 16px;
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.42em; text-transform: uppercase;
    color: var(--gold-300);
    margin-bottom: 28px;
    opacity: 0; transform: translateY(12px);
    transition: opacity .8s var(--easing) .1s, transform .8s var(--easing) .1s;
}
.luxury-content.in .luxury-eyebrow { opacity: 1; transform: translateY(0); }
.luxury-rule {
    display: inline-block; width: 56px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-300), transparent);
}

/* Headline — word-by-word rise + blur clear */
.luxury-headline {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5.6vw, 4.4rem);
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--ink-100);
    margin: 0 0 30px;
}
.luxury-line { display: block; }
.lux-word {
    display: inline-block;
    margin-right: 0.22em;
    opacity: 0;
    transform: translateY(40px);
    filter: blur(10px);
    transition:
        opacity .9s var(--easing),
        transform 1s var(--easing),
        filter .9s var(--easing);
    transition-delay: calc(var(--i, 0) * 70ms + 200ms);
}
.lux-word.lux-punct { margin-right: 0.05em; color: var(--gold-300); }
.luxury-content.in .lux-word { opacity: 1; transform: translateY(0); filter: blur(0); }

/* "feel" — italic gold script with shimmer sweep */
.lux-feel {
    position: relative;
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(100deg, #f5cf6e 0%, #fbd789 30%, #fff5d4 50%, #fbd789 70%, #c79129 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: luxFeelShimmer 6s ease-in-out infinite;
    margin-right: 0;
}
@keyframes luxFeelShimmer {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}
.lux-feel-shine {
    position: absolute; inset: 0;
    background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.55) 50%, transparent 70%);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    mix-blend-mode: screen;
    transform: translateX(-120%);
    animation: luxFeelSweep 5s ease-in-out 1.4s infinite;
    pointer-events: none;
}
@keyframes luxFeelSweep {
    0%   { transform: translateX(-120%); }
    55%  { transform: translateX(120%); }
    100% { transform: translateX(120%); }
}

/* Blurb */
.luxury-blurb {
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    color: var(--ink-200);
    max-width: 620px;
    margin: 0 auto 38px;
    line-height: 1.7;
    opacity: 0; transform: translateY(16px);
    transition: opacity .9s var(--easing) .9s, transform .9s var(--easing) .9s;
}
.luxury-content.in .luxury-blurb { opacity: 1; transform: translateY(0); }

/* CTA */
.luxury-cta {
    position: relative; overflow: hidden;
    padding: 18px 40px;
    box-shadow:
        0 12px 32px -10px rgba(251,191,36,0.55),
        0 0 0 1px rgba(255,255,255,0.08) inset;
    opacity: 0; transform: translateY(16px);
    transition: opacity .9s var(--easing) 1.05s, transform .9s var(--easing) 1.05s, box-shadow .4s var(--easing);
    will-change: transform;
}
.luxury-content.in .luxury-cta { opacity: 1; transform: translateY(0); }
.luxury-cta:hover { box-shadow: 0 18px 44px -10px rgba(251,191,36,0.7), 0 0 0 1px rgba(255,255,255,0.14) inset; }
.luxury-cta-label, .luxury-cta svg { position: relative; z-index: 2; }
.luxury-cta-shine {
    position: absolute; top: 0; left: -150%;
    width: 60%; height: 100%;
    background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.45) 50%, transparent 100%);
    transform: skewX(-20deg);
    transition: left .9s var(--easing);
    z-index: 1;
}
.luxury-cta:hover .luxury-cta-shine { left: 150%; }

/* Bottom meta line */
.luxury-meta {
    margin-top: 36px;
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 10px; letter-spacing: 0.42em; text-transform: uppercase;
    color: var(--ink-400);
    opacity: 0; transform: translateY(8px);
    transition: opacity .9s var(--easing) 1.25s, transform .9s var(--easing) 1.25s;
}
.luxury-content.in .luxury-meta { opacity: 0.7; transform: translateY(0); }
.luxury-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold-300); opacity: .8; }

@media (max-width: 768px) {
    .parallax-band.luxury-band { padding: 100px 0; min-height: 64vh; }
    .luxury-orb--gold { width: 380px; height: 380px; }
    .luxury-orb--navy { width: 420px; height: 420px; }
    .luxury-corner { width: 20px; height: 20px; }
    .luxury-content { padding: 40px 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .luxury-stars, .luxury-orb, .luxury-marquee span, .lux-feel, .lux-feel-shine { animation: none !important; }
    .lux-word { transition-duration: 0s; opacity: 1; transform: none; filter: none; }
    .luxury-eyebrow, .luxury-blurb, .luxury-cta, .luxury-meta, .luxury-corner { transition-duration: 0s; opacity: 1; transform: none; }
}

/* ---------- STATS ---------- */
.stats {
    background: rgba(255,255,255,0.02);
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
}
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.stat {
    text-align: center;
    padding: 24px 16px;
    position: relative;
}
.stat:not(:last-child)::after {
    content: ''; position: absolute; right: 0; top: 20%; bottom: 20%; width: 1px;
    background: var(--line-soft);
}
.stat-num { font-family: var(--font-display); font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 700; line-height: 1; background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 10px; }
.stat-label { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-400); }

/* ---------- GALLERY ---------- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 220px;
    gap: 18px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line-soft);
    cursor: pointer;
    background: var(--bg-1);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--easing), filter .6s var(--easing); filter: saturate(.9); }
.gallery-item:hover img { transform: scale(1.08); filter: saturate(1.1); }
.gallery-item::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, transparent 40%, rgba(4,8,20,0.95));
}
.gallery-meta { position: absolute; bottom: 22px; left: 22px; right: 22px; z-index: 2; transform: translateY(10px); opacity: .9; transition: all .5s var(--easing); }
.gallery-item:hover .gallery-meta { transform: translateY(0); opacity: 1; }
.gallery-cat { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-300); display: block; margin-bottom: 6px; }
.gallery-title { font-family: var(--font-display); font-size: 1.2rem; color: var(--ink-100); }

.gallery-item.size-lg { grid-column: span 6; grid-row: span 2; }
.gallery-item.size-md { grid-column: span 4; }
.gallery-item.size-sm { grid-column: span 4; }
.gallery-item.size-tall { grid-column: span 4; grid-row: span 2; }
.gallery-item.size-wide { grid-column: span 8; }
@media (max-width: 1024px) {
    .gallery-grid { grid-auto-rows: 200px; }
    .gallery-item.size-lg { grid-column: span 12; }
    .gallery-item.size-md, .gallery-item.size-sm { grid-column: span 6; }
    .gallery-item.size-tall { grid-column: span 6; grid-row: span 2; }
    .gallery-item.size-wide { grid-column: span 12; }
}
@media (max-width: 640px) {
    .gallery-grid { grid-auto-rows: 200px; }
    .gallery-grid > * { grid-column: span 12 !important; grid-row: span 1 !important; }
}

/* ---------- TRUSTED CLIENTS ---------- */
.clients-section {
    position: relative;
    padding: clamp(80px, 9vw, 130px) 0;
    overflow: hidden;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    background:
        linear-gradient(180deg, transparent 0%, rgba(13, 26, 48, 0.45) 50%, transparent 100%);
}
.clients-aurora {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background:
        radial-gradient(40vw 30vh at 30% 30%, rgba(35,80,170,0.18), transparent 65%),
        radial-gradient(40vw 30vh at 75% 70%, rgba(251,191,36,0.08), transparent 65%);
    filter: blur(20px);
}
.clients-section .container { position: relative; z-index: 1; }

.clients-stage {
    --row-h: 110px;
    display: flex; flex-direction: column;
    gap: 22px;
    margin: 18px 0 50px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.clients-row { position: relative; height: var(--row-h); overflow: hidden; }
.clients-track {
    display: flex; gap: 22px; align-items: center; height: 100%;
    width: max-content;
    will-change: transform;
}
.clients-track-left  { animation: clientsScrollL 48s linear infinite; }
.clients-track-right { animation: clientsScrollR 56s linear infinite; }
.clients-row:hover .clients-track,
.clients-row:focus-within .clients-track { animation-play-state: paused; }

@keyframes clientsScrollL {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-50%, 0, 0); }
}
@keyframes clientsScrollR {
    from { transform: translate3d(-50%, 0, 0); }
    to   { transform: translate3d(0, 0, 0); }
}

.client-logo {
    flex-shrink: 0;
    height: 100%;
    min-width: 230px;
    max-width: 380px;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 14px 30px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
        rgba(13, 26, 48, 0.55);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    border: 1px solid var(--line-soft);
    color: var(--ink-200);
    opacity: .65;
    transition: opacity .5s var(--easing), transform .5s var(--easing), border-color .4s var(--easing), box-shadow .5s var(--easing), color .4s var(--easing);
    cursor: default;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
}
.client-logo::before {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background: radial-gradient(ellipse at 30% 0%, rgba(251,191,36,0.20), transparent 60%);
    opacity: 0; transition: opacity .5s var(--easing);
}
.client-logo:hover,
.client-logo:focus-visible {
    opacity: 1;
    transform: translateY(-4px);
    border-color: rgba(251,191,36,0.40);
    color: var(--gold-300);
    box-shadow: 0 18px 40px -16px rgba(251,191,36,0.40), var(--shadow-1);
    outline: none;
}
.client-logo:hover::before,
.client-logo:focus-visible::before { opacity: 1; }

/* Text wordmark structure */
.cl-content {
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 4px; width: 100%;
}
.cl-name {
    font-family: var(--font-display);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.12;
    color: currentColor;
    text-align: center;
    text-wrap: balance;
}
.cl-name-xl { font-size: 22px; letter-spacing: 0.10em; }
.cl-name-lg { font-size: 18px; letter-spacing: 0.08em; }
.cl-name-md { font-size: 14px; letter-spacing: 0.08em; }
.cl-name-sm { font-size: 12px; letter-spacing: 0.06em; }
.cl-name-xs { font-size: 11px; letter-spacing: 0.05em; }

.cl-suffix {
    font-family: var(--font-sans);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.34em;
    color: var(--gold-300);
    text-transform: uppercase;
    margin-top: 4px;
    opacity: .9;
}

.cl-shine {
    position: absolute; top: 0; left: -120%; bottom: 0; width: 80%;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
    transform: skewX(-20deg);
    transition: left .9s var(--easing);
    pointer-events: none;
}
.client-logo:hover .cl-shine { left: 130%; }

.clients-foot {
    display: flex; align-items: center; justify-content: center; gap: 18px;
    text-align: center;
}
.clients-foot .cf-line { flex: 1; max-width: 120px; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.clients-foot .cf-text { font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-400); }
.clients-foot .cf-text strong { color: var(--gold-300); font-weight: 600; }

/* SEO-only client list — visible to crawlers but hidden visually */
.clients-seo-list {
    position: absolute; left: -10000px; width: 1px; height: 1px;
    overflow: hidden;
}

@media (max-width: 720px) {
    .clients-stage { --row-h: 96px; }
    .client-logo { min-width: 200px; max-width: 320px; padding: 10px 22px; }
    .cl-name-xl { font-size: 18px; }
    .cl-name-lg { font-size: 15px; }
    .cl-name-md { font-size: 12px; }
    .cl-name-sm { font-size: 11px; }
    .cl-name-xs { font-size: 10px; letter-spacing: 0.06em; }
    .cl-suffix { font-size: 8px; letter-spacing: 0.28em; }
    .clients-foot { flex-direction: column; gap: 10px; }
    .clients-foot .cf-line { width: 80px; max-width: 80px; }
}

/* ---------- TESTIMONIALS / REVIEWS ---------- */
.reviews-summary {
    display: flex; gap: 28px; align-items: center; justify-content: center;
    margin-bottom: 60px;
    padding: 32px 40px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
        rgba(13, 26, 48, 0.6);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    box-shadow: var(--shadow-1);
    max-width: 720px; margin-left: auto; margin-right: auto;
    flex-wrap: wrap;
}
.rs-score { font-family: var(--font-display); font-size: 3.6rem; color: var(--gold-300); font-weight: 700; line-height: 1; }
.rs-info .stars { font-size: 18px; letter-spacing: 2px; color: var(--gold-300); margin-bottom: 4px; }
.rs-info p { font-size: 13px; color: var(--ink-300); }
.rs-info p strong { color: var(--ink-100); }
.rs-google { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ink-400); margin-top: 6px; }

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
}
.review-card {
    padding: 34px 30px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
        rgba(13, 26, 48, 0.55);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow-1);
    transition: transform .5s var(--easing), border-color .4s var(--easing), box-shadow .5s var(--easing);
    position: relative;
    overflow: hidden;
}
.review-card::before {
    content: '"'; position: absolute; top: -20px; right: 18px;
    font-family: var(--font-display); font-size: 7rem; color: rgba(251,191,36,0.1); line-height: 1;
}
.review-card:hover { border-color: var(--line); transform: translateY(-4px); }
.review-stars { color: var(--star); margin-bottom: 16px; letter-spacing: 2px; }
.review-stars .star { font-size: 16px; }
.review-stars .star.empty { color: var(--ink-500); }
.hero-rating .stars,
.rs-info .stars { color: var(--star) !important; }
.review-text { font-size: 14px; color: var(--ink-200); margin-bottom: 24px; font-weight: 300; line-height: 1.75; min-height: 110px; }
.review-author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.review-avatar {
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--grad-gold); color: var(--bg-0);
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-weight: 700; font-size: 1.1rem;
}
.review-meta strong { display: block; color: var(--ink-100); font-size: 14px; }
.review-meta small { color: var(--ink-400); font-size: 12px; }
.review-date { margin-left: auto; font-size: 11px; color: var(--ink-500); letter-spacing: 0.08em; }

/* ---------- CTA ---------- */
.cta-section { text-align: center; }
.cta-card {
    padding: clamp(48px, 7vw, 96px);
    border-radius: var(--radius-xl);
    background:
        radial-gradient(ellipse at top right, rgba(60, 120, 220, 0.30), transparent 55%),
        radial-gradient(ellipse at bottom left, rgba(20, 60, 140, 0.30), transparent 55%),
        radial-gradient(ellipse at 50% 50%, rgba(251,191,36,0.05), transparent 70%),
        linear-gradient(160deg, var(--bg-2) 0%, var(--bg-1) 100%);
    border: 1px solid var(--line);
    position: relative; overflow: hidden;
    box-shadow: var(--shadow-2);
}
.cta-card::before {
    content: ''; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(251,191,36,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(251,191,36,0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(ellipse at center, black, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black, transparent 70%);
}
.cta-card * { position: relative; z-index: 1; }
.cta-card h2 { margin-bottom: 18px; }
.cta-card .lead { margin: 0 auto 32px; }
.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.contact-info { padding: 40px; border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)), rgba(13, 26, 48, 0.55); backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%); border: 1px solid var(--line-soft); box-shadow: var(--shadow-1); }
.contact-info h3 { margin-bottom: 24px; }
.contact-list { display: flex; flex-direction: column; gap: 22px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-icon {
    flex-shrink: 0;
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(251,191,36,0.1); border: 1px solid var(--line);
    color: var(--gold-300);
    display: inline-flex; align-items: center; justify-content: center;
}
.contact-item strong { display: block; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-400); margin-bottom: 4px; }
.contact-item a, .contact-item span { color: var(--ink-100); font-size: 15px; }
.contact-item a:hover { color: var(--gold-300); }

.contact-form { padding: 40px; border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)), rgba(13, 26, 48, 0.55); backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%); border: 1px solid var(--line-soft); box-shadow: var(--shadow-1); }
.contact-form h3 { margin-bottom: 8px; }
.contact-form .form-sub { font-size: 13px; color: var(--ink-400); margin-bottom: 26px; }
.form-row { display: grid; gap: 16px; margin-bottom: 16px; }
.form-row.cols-2 { grid-template-columns: 1fr 1fr; }
.form-field { position: relative; }
.form-field label { display: block; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-400); margin-bottom: 8px; }
.form-field input, .form-field textarea, .form-field select {
    width: 100%; padding: 14px 16px;
    background: rgba(0,0,0,0.3); border: 1px solid var(--line-soft);
    border-radius: var(--radius); color: var(--ink-100); font-size: 14px;
    transition: all .3s var(--easing);
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--gold-300); background: rgba(0,0,0,0.45); }
.contact-form .btn { width: 100%; margin-top: 8px; }

.map-wrap { margin-top: 24px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/10; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: invert(.9) hue-rotate(180deg) saturate(.7); }

/* ---------- FOOTER ---------- */
.site-footer { position: relative; padding: 80px 0 30px; border-top: 1px solid var(--line-soft); margin-top: 60px; overflow: hidden; }
.footer-glow {
    position: absolute; bottom: -200px; left: 50%; transform: translateX(-50%);
    width: 700px; height: 400px;
    background: radial-gradient(ellipse, rgba(251,191,36,0.16), transparent 70%);
    pointer-events: none;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 50px; border-bottom: 1px solid var(--line-soft); }
.brand-footer { margin-bottom: 18px; }
.footer-about { font-size: 14px; color: var(--ink-300); margin-bottom: 22px; max-width: 38ch; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid var(--line-soft);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--ink-300);
    transition: all .3s var(--easing);
}
.footer-social a:hover { background: var(--gold-300); color: var(--bg-0); border-color: var(--gold-300); transform: translateY(-2px); }
.footer-col h4 { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-300); margin-bottom: 22px; font-weight: 500; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col ul a { font-size: 14px; color: var(--ink-300); transition: color .3s var(--easing); }
.footer-col ul a:hover { color: var(--gold-300); }
.footer-contact li { display: flex; flex-direction: column; gap: 4px; }
.fc-label { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-500); }
.footer-contact a { color: var(--ink-200) !important; font-size: 14px; }
.footer-contact a:hover { color: var(--gold-300) !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 28px; }
.footer-bottom p { font-size: 12px; color: var(--ink-500); letter-spacing: 0.04em; }
.ft-fine { font-style: italic; }

/* ---------- FLOATING WHATSAPP ---------- */
.float-whatsapp {
    position: fixed; bottom: 24px; right: 24px; z-index: 50;
    width: 60px; height: 60px; border-radius: 50%;
    background: #25D366; color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 12px 36px -8px rgba(37,211,102,0.6);
    transition: all .3s var(--easing);
}
.float-whatsapp::before {
    content: ''; position: absolute; inset: -6px; border-radius: 50%;
    border: 2px solid #25D366; opacity: .5;
    animation: ringPulse 2s ease-out infinite;
}
@keyframes ringPulse { 0% { transform: scale(.9); opacity: .8; } 100% { transform: scale(1.5); opacity: 0; } }
.float-whatsapp:hover { transform: scale(1.05); }

/* ---------- PAGE BANNER ---------- */
.page-banner {
    padding: calc(var(--header-h) + 80px) 0 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-banner::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(60vw 50vh at 50% 30%, rgba(251,191,36,0.1), transparent 60%);
}
.page-banner h1 { margin-bottom: 14px; }
.page-banner .breadcrumb { display: inline-flex; gap: 10px; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-400); margin-bottom: 18px; }
.page-banner .breadcrumb a:hover { color: var(--gold-300); }
.page-banner .breadcrumb span { color: var(--gold-300); }

/* ---------- REVEAL ANIMATIONS ---------- */
[data-reveal] { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--easing), transform .9s var(--easing); }
[data-reveal].in { opacity: 1; transform: translateY(0); }
[data-reveal][data-delay="1"] { transition-delay: .1s; }
[data-reveal][data-delay="2"] { transition-delay: .2s; }
[data-reveal][data-delay="3"] { transition-delay: .3s; }
[data-reveal][data-delay="4"] { transition-delay: .4s; }
[data-reveal][data-delay="5"] { transition-delay: .5s; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1100px) {
    .primary-nav { display: none; }
    .menu-toggle { display: inline-flex; }
    .hero-content { grid-template-columns: 1fr; gap: 48px; }
    .hero-visual { max-width: 460px; margin: 32px auto 0; transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
    .about-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    :root { --header-h: 70px; }
    .hero { padding-top: calc(var(--header-h) + 40px); padding-bottom: 60px; }
    .hero-meta { gap: 16px; flex-wrap: wrap; }
    .hero-meta-item { flex: 1 1 40%; }
    .hero-visual {
        max-width: 100%;
        margin: 28px auto 0;
        transform: none;
        aspect-ratio: 4/5;
        min-height: 380px;
    }
    .hero-card.card-1 { left: 4%; top: 8%; padding: 12px 14px; }
    .hero-card.card-2 { right: 4%; bottom: 10%; padding: 12px 14px; }
    .hc-icon { width: 36px; height: 36px; font-size: 12px; }
    .hc-text strong { font-size: 12px; }
    .hc-text small { font-size: 10px; }
    .about-features { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .stat:not(:last-child)::after { display: none; }
    .stats-grid { gap: 12px; }
    .reviews-summary { flex-direction: column; text-align: center; padding: 24px; }
    .form-row.cols-2 { grid-template-columns: 1fr; }
    .brand-tagline { display: none; }
    .float-whatsapp { width: 52px; height: 52px; bottom: 16px; right: 16px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .hero-visual { min-height: 340px; }
    .hero-card.card-1, .hero-card.card-2 { padding: 10px 12px; }
}
@media (max-width: 1100px) {
    .header-store-btn span { display: none; }
    .header-store-btn { padding: 0; width: 42px; }
}
@media (max-width: 720px) {
    .header-cta { gap: 8px; }
    .header-quote-btn span { display: none; }
    .header-quote-btn { padding: 0; width: 42px; }
}
@media (max-width: 480px) {
    .hero-card.card-1 { left: 0; }
    .hero-card.card-2 { right: 0; }
}

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

/* =============================================================
   BLOG / JOURNAL — listing & post pages
   ============================================================= */

/* ---------- Reading progress bar ---------- */
.reading-progress {
    position: fixed; top: 0; left: 0; right: 0; height: 3px;
    z-index: 200; background: transparent; pointer-events: none;
}
.reading-progress span {
    display: block; height: 100%; width: 0;
    background: var(--grad-gold);
    box-shadow: 0 0 14px rgba(251,191,36,0.55);
    transition: width .15s linear;
}

/* ---------- Featured hero card (top of /blog.php) ---------- */
.blog-featured {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 0;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--line);
    background:
        radial-gradient(ellipse at top right, rgba(60,120,220,0.18), transparent 55%),
        linear-gradient(160deg, var(--bg-2) 0%, var(--bg-1) 100%);
    box-shadow: var(--shadow-2);
    transition: transform .5s var(--easing), border-color .4s var(--easing), box-shadow .5s var(--easing);
    color: inherit;
    text-decoration: none;
    isolation: isolate;
}
.blog-featured:hover { transform: translateY(-4px); border-color: rgba(251,191,36,0.35); box-shadow: 0 30px 80px -20px rgba(0,4,20,0.85), var(--shadow-gold); }

.bf-media { position: relative; min-height: 460px; overflow: hidden; isolation: isolate; }
.bf-media img {
    width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;
    transition: transform 1.4s var(--easing), filter .6s var(--easing);
    filter: saturate(.95) contrast(1.04);
}
.blog-featured:hover .bf-media img { transform: scale(1.05); filter: saturate(1.1) contrast(1.05); }
.bf-media::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background:
        linear-gradient(180deg, transparent 50%, rgba(4,8,20,0.6)),
        linear-gradient(90deg, transparent 60%, rgba(4,8,20,0.45));
    pointer-events: none;
}
.bf-corner { position: absolute; width: 26px; height: 26px; z-index: 2; border-color: var(--gold-300); border-style: solid; border-width: 0; opacity: .85; }
.bf-corner-tl { top: 18px; left: 18px; border-top-width: 1.5px; border-left-width: 1.5px; }
.bf-corner-tr { top: 18px; right: 18px; border-top-width: 1.5px; border-right-width: 1.5px; }
.bf-corner-bl { bottom: 18px; left: 18px; border-bottom-width: 1.5px; border-left-width: 1.5px; }
.bf-corner-br { bottom: 18px; right: 18px; border-bottom-width: 1.5px; border-right-width: 1.5px; }
.bf-meta-line {
    position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
    z-index: 3;
    font-size: 9px; font-weight: 600; letter-spacing: 0.42em; text-transform: uppercase;
    color: var(--gold-300);
    padding: 6px 14px; background: rgba(4,8,20,0.55); backdrop-filter: blur(8px);
    border: 1px solid var(--line); border-radius: 100px; white-space: nowrap;
}

.bf-body {
    padding: clamp(28px, 4vw, 48px);
    display: flex; flex-direction: column; justify-content: center; gap: 18px;
    position: relative;
}
.blog-cat {
    display: inline-flex; align-self: flex-start;
    font-size: 10px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase;
    color: var(--gold-300);
    padding: 6px 12px; border-radius: 100px;
    background: rgba(251,191,36,0.08); border: 1px solid var(--line);
}
.bf-title { font-size: clamp(1.6rem, 3vw, 2.6rem); margin: 0; line-height: 1.15; }
.bf-excerpt { font-size: 15px; color: var(--ink-300); margin: 0; }
.bf-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 8px; flex-wrap: wrap; }
.bf-cta {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--gold-300);
    transition: gap .35s var(--easing);
}
.blog-featured:hover .bf-cta { gap: 14px; }

/* ---------- Toolbar (filter chips) ---------- */
.blog-toolbar {
    display: flex; align-items: center; justify-content: space-between;
    gap: 18px; flex-wrap: wrap;
    padding: 16px 0 28px;
    border-bottom: 1px solid var(--line-soft);
    margin-bottom: 36px;
}
.blog-cats { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-cat-chip {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 14px;
    border-radius: 100px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--ink-300);
    background: rgba(255,255,255,0.025);
    border: 1px solid var(--line-soft);
    transition: all .3s var(--easing);
    text-decoration: none;
}
.blog-cat-chip:hover { color: var(--gold-300); border-color: rgba(251,191,36,0.35); transform: translateY(-1px); }
.blog-cat-chip.is-active {
    color: var(--bg-0);
    background: var(--grad-gold);
    border-color: var(--gold-300);
    box-shadow: var(--shadow-gold);
}
.bcc-count {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 22px; padding: 0 7px; height: 18px;
    border-radius: 100px;
    font-size: 10px; font-weight: 700; letter-spacing: 0.04em;
    color: var(--ink-300); background: rgba(255,255,255,0.06);
}
.blog-cat-chip.is-active .bcc-count { color: var(--bg-0); background: rgba(0,0,0,0.18); }

.blog-toolbar-meta { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-500); }

/* ---------- Blog grid + cards ---------- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 24px;
}
.blog-card {
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)),
        rgba(13, 26, 48, 0.55);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    border: 1px solid var(--line-soft);
    overflow: hidden;
    transition: transform .5s var(--easing), border-color .4s var(--easing), box-shadow .5s var(--easing);
    box-shadow: var(--shadow-1);
    isolation: isolate;
}
.blog-card:hover { transform: translateY(-6px); border-color: rgba(251,191,36,0.30); box-shadow: var(--shadow-2); }
.bc-link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.bc-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--bg-1); }
@supports not (aspect-ratio: 16/10) { .bc-media::before { content: ''; display: block; padding-top: 62.5%; } }
.bc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--easing), filter .6s var(--easing); filter: saturate(.92); }
.blog-card:hover .bc-media img { transform: scale(1.07); filter: saturate(1.1); }
.bc-media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(4,8,20,0.55));
    pointer-events: none;
}
.bc-cat {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    font-size: 9px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase;
    color: var(--gold-300);
    padding: 6px 10px;
    background: rgba(4,8,20,0.7);
    backdrop-filter: blur(8px);
    border: 1px solid var(--line);
    border-radius: 100px;
}
.bc-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.bc-title {
    font-size: 1.2rem; line-height: 1.3; margin: 0;
    color: var(--ink-100);
    transition: color .3s var(--easing);
    /* clamp to 3 lines */
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.blog-card:hover .bc-title { color: var(--gold-300); }
.bc-excerpt {
    font-size: 13px; color: var(--ink-300); margin: 0;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.bc-foot {
    display: flex; align-items: center; gap: 10px;
    margin-top: auto; padding-top: 10px;
    font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-500);
    border-top: 1px solid var(--line-soft);
}
.bc-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-500); display: inline-block; }
.bc-read { color: var(--gold-300); }

.blog-empty {
    text-align: center;
    padding: 72px 20px;
    border: 1px dashed var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,0.02);
}
.blog-empty p { font-family: var(--font-display); font-size: 1.3rem; color: var(--ink-200); margin-bottom: 22px; }

/* =============================================================
   BLOG POST — single article page
   ============================================================= */

.blog-post { display: block; }

/* ---------- Hero (full-bleed image header) ---------- */
.bp-hero {
    position: relative;
    padding: calc(var(--header-h) + 90px) 0 70px;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}
.bp-hero-bg { position: absolute; inset: 0; z-index: -1; }
.bp-hero-bg img {
    width: 100%; height: 100%; object-fit: cover;
    filter: saturate(.85) brightness(.6);
    transform: scale(1.04);
    animation: aboutKenBurns 26s ease-in-out infinite alternate;
}
.bp-hero-veil {
    position: absolute; inset: 0;
    background:
        radial-gradient(60vw 60vh at 50% 30%, rgba(251,191,36,0.10), transparent 60%),
        linear-gradient(180deg, rgba(4,8,20,0.4) 0%, rgba(4,8,20,0.85) 100%);
}
.bp-hero-inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; }
.bp-hero .breadcrumb { justify-content: center; display: inline-flex; gap: 10px; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-300); margin-bottom: 18px; }
.bp-hero .breadcrumb a:hover { color: var(--gold-300); }
.bp-hero .breadcrumb span { color: var(--gold-300); }

.bp-title {
    margin: 6px 0 18px;
    font-size: clamp(2rem, 4.6vw, 3.6rem);
    line-height: 1.12;
    text-wrap: balance;
}
.bp-deck { margin: 0 auto 30px; max-width: 60ch; color: var(--ink-200); }

.bp-meta {
    display: inline-flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: center;
    padding: 18px 28px;
    border: 1px solid var(--line-soft);
    border-radius: 100px;
    background: rgba(13,26,48,0.55);
    backdrop-filter: blur(14px) saturate(120%);
    box-shadow: var(--shadow-1);
}
.bp-author { display: inline-flex; align-items: center; gap: 12px; }
.bp-avatar {
    width: 38px; height: 38px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--grad-gold); color: var(--bg-0);
    font-family: var(--font-display); font-weight: 700; font-size: 1.1rem;
    box-shadow: 0 6px 18px -4px rgba(251,191,36,0.45);
    flex-shrink: 0;
}
.bp-avatar.bp-avatar-lg { width: 56px; height: 56px; font-size: 1.5rem; }
.bp-author-text { display: flex; flex-direction: column; gap: 2px; line-height: 1.2; text-align: left; }
.bp-author-text strong { font-size: 13px; color: var(--ink-100); letter-spacing: 0.04em; }
.bp-author-text span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-400); }
.bp-updated { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-400); }

/* ---------- Layout: side rail + content ---------- */
.bp-layout {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 48px;
    margin-top: clamp(40px, 6vw, 80px);
    margin-bottom: 40px;
    align-items: start;
}
.bp-side { position: relative; }
.bp-side-sticky {
    position: sticky; top: calc(var(--header-h) + 24px);
    display: flex; flex-direction: column; gap: 14px; align-items: center;
}
.bp-side-label {
    font-size: 9px; font-weight: 600; letter-spacing: 0.42em; text-transform: uppercase;
    color: var(--ink-500);
    writing-mode: vertical-rl; transform: rotate(180deg);
    margin-bottom: 4px;
}
.bp-share { display: flex; flex-direction: column; gap: 8px; }
.bp-share-btn {
    width: 42px; height: 42px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.025);
    border: 1px solid var(--line-soft);
    color: var(--ink-300);
    transition: all .3s var(--easing);
    cursor: pointer;
}
.bp-share-btn:hover { color: var(--gold-300); border-color: var(--gold-300); transform: translateY(-2px); background: rgba(251,191,36,0.06); }
.bp-share-btn.copied { color: var(--gold-300); border-color: var(--gold-300); }
.bp-tags { display: flex; flex-direction: column; gap: 6px; align-items: center; margin-top: 18px; }
.bp-tags .service-tag { padding: 4px 9px; font-size: 9px; letter-spacing: 0.14em; }

/* ---------- Article prose ---------- */
.bp-content { max-width: 760px; }
.article-prose { color: var(--ink-200); font-size: 17px; line-height: 1.78; font-weight: 300; }
.article-prose p { margin: 0 0 1.3em; color: var(--ink-200); font-weight: 300; }
.article-prose p.lede {
    font-family: var(--font-display);
    font-size: 1.4rem; line-height: 1.5;
    font-weight: 400; font-style: italic;
    color: var(--ink-100);
    margin: 0 0 1.6em;
    padding-left: 18px; border-left: 2px solid var(--gold-300);
}
.article-prose strong { color: var(--ink-100); font-weight: 600; }
.article-prose em { font-style: italic; color: var(--ink-200); }
.article-prose a {
    color: var(--gold-300);
    border-bottom: 1px solid rgba(251,191,36,0.35);
    transition: color .3s var(--easing), border-color .3s var(--easing);
}
.article-prose a:hover { color: var(--gold-100); border-bottom-color: var(--gold-300); }

.article-prose h2 {
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    margin: 2.2em 0 0.8em;
    line-height: 1.2;
    color: var(--ink-100);
    position: relative;
    padding-top: 16px;
}
.article-prose h2::before {
    content: ''; position: absolute; top: 0; left: 0;
    width: 36px; height: 2px;
    background: var(--grad-gold);
    border-radius: 2px;
}
.article-prose h3 {
    font-size: 1.35rem;
    margin: 1.6em 0 .6em;
    color: var(--ink-100);
}
.article-prose ul, .article-prose ol {
    margin: 0 0 1.4em;
    padding-left: 1.4em;
    color: var(--ink-200);
}
.article-prose ul li, .article-prose ol li { margin-bottom: 0.55em; }
.article-prose ul li { list-style: none; position: relative; padding-left: 4px; }
.article-prose ul li::before {
    content: ''; position: absolute; left: -1.1em; top: 0.65em;
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--gold-300);
    box-shadow: 0 0 8px rgba(251,191,36,0.55);
}
.article-prose ol { list-style: none; counter-reset: dp-list; padding-left: 0; }
.article-prose ol li {
    counter-increment: dp-list;
    position: relative; padding-left: 2.4em;
}
.article-prose ol li::before {
    content: counter(dp-list, decimal-leading-zero);
    position: absolute; left: 0; top: 0;
    font-family: var(--font-display); font-weight: 700; font-size: 0.95em;
    color: var(--gold-300);
    width: 1.8em; line-height: 1.6;
}

.article-prose blockquote {
    margin: 2em 0;
    padding: 28px 32px 28px 36px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background:
        radial-gradient(ellipse at top right, rgba(60,120,220,0.10), transparent 55%),
        linear-gradient(160deg, rgba(13,26,48,0.55), rgba(8,17,31,0.55));
    color: var(--ink-100);
    font-family: var(--font-display); font-style: italic;
    font-size: 1.25rem; line-height: 1.55;
    position: relative;
    box-shadow: var(--shadow-1);
}
.article-prose blockquote::before {
    content: '“';
    position: absolute; top: -8px; left: 16px;
    font-size: 5rem; line-height: 1; color: var(--gold-300);
    font-family: var(--font-display); font-style: normal; font-weight: 700;
    opacity: .35;
}

.article-prose .dp-table {
    width: 100%;
    border-collapse: separate; border-spacing: 0;
    margin: 1.6em 0;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius);
    overflow: hidden;
    font-size: 14px;
}
.article-prose .dp-table thead { background: rgba(251,191,36,0.06); }
.article-prose .dp-table th {
    text-align: left; padding: 12px 14px;
    font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--gold-300); font-weight: 600;
    border-bottom: 1px solid var(--line);
}
.article-prose .dp-table td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--line-soft);
    color: var(--ink-200);
    vertical-align: top;
}
.article-prose .dp-table tbody tr:last-child td { border-bottom: 0; }
.article-prose .dp-table tbody tr:hover td { background: rgba(255,255,255,0.02); }

.bp-end-rule {
    margin: 56px auto 36px;
    width: 60px; height: 1px;
    background: var(--grad-line);
    position: relative;
}
.bp-end-rule::before, .bp-end-rule::after {
    content: ''; width: 4px; height: 4px; border-radius: 50%;
    background: var(--gold-300);
    position: absolute; top: -1.5px;
}
.bp-end-rule::before { left: -10px; } .bp-end-rule::after { right: -10px; }

.bp-bio {
    display: flex; gap: 18px; align-items: flex-start;
    padding: 24px;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-lg);
    background: rgba(13,26,48,0.45);
    backdrop-filter: blur(14px) saturate(120%);
}
.bp-bio strong {
    display: block; color: var(--ink-100); font-family: var(--font-display);
    font-size: 1.1rem; margin-bottom: 6px;
}
.bp-bio p { font-size: 14px; color: var(--ink-300); margin: 0; }
.bp-bio a { color: var(--gold-300); border-bottom: 1px solid rgba(251,191,36,0.35); }
.bp-bio a:hover { color: var(--gold-100); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .blog-featured { grid-template-columns: 1fr; }
    .bf-media { min-height: 320px; aspect-ratio: 16/10; }
    .bp-layout { grid-template-columns: 1fr; gap: 24px; }
    .bp-side { order: 2; }
    .bp-side-sticky { position: relative; top: 0; flex-direction: row; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; padding: 16px; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); }
    .bp-side-label { writing-mode: horizontal-tb; transform: none; margin: 0; }
    .bp-share { flex-direction: row; }
    .bp-tags { flex-direction: row; flex-wrap: wrap; margin-top: 0; }
    .bp-content { max-width: 100%; }
}
@media (max-width: 720px) {
    .bp-meta { flex-direction: column; gap: 12px; padding: 16px 22px; }
    .bp-author-text { text-align: center; align-items: center; }
    .bf-meta-line { font-size: 8px; padding: 5px 10px; letter-spacing: 0.32em; }
    .bf-corner { width: 20px; height: 20px; }
    .article-prose { font-size: 16px; }
    .article-prose p.lede { font-size: 1.2rem; }
    .article-prose blockquote { padding: 22px 22px 22px 26px; font-size: 1.1rem; }
}
@media (max-width: 480px) {
    .bp-bio { flex-direction: column; align-items: flex-start; }
}
