/* ════════════════════════════════════════════════════
   ABAYA KLOSETTE — CONSOLIDATED CUSTOM CSS
   Synthesized: removes duplicates, merges fix blocks,
   keeps only required sections.
   Paste into: Appearance → Customize → Additional CSS
════════════════════════════════════════════════════ */

/* ── 1. GLOBAL RESETS & UTILITIES ── */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth !important;
}

@media (pointer: coarse) {
    * { cursor: auto !important; }
}

/* Full-bleed helper for all custom sections */
.ak-hero-slider,
.ak-marquee-section,
.ak-about-section,
.ak-collections-section,
.ak-why-section,
.ak-quote-section,
.ak-lookbook-section,
.ak-footer,
.ak-about-hero,
.ak-about-story,
.ak-about-mv,
.ak-about-values,
.ak-about-founder,
.ak-about-timeline,
.ak-about-cta-banner,
.ak-contact-page,
#ak-lookbook-page,
.ak-lb-page-hero,
.ak-lb-page-section,
.ak-lb-filter-bar {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
}

/* Inner content constraint */
.ak-header-inner,
.ak-hero-content,
.ak-about-text-panel,
.ak-story-text-panel,
.ak-mv-card,
.ak-value-card,
.ak-founder-text,
.ak-timeline-track,
.ak-cta-banner-content,
.ak-contact-hero,
.ak-contact-info-row,
.ak-contact-grid,
.ak-lb-page-hero-content,
.ak-lb-page-section {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(16px, 4vw, 60px) !important;
    padding-right: clamp(16px, 4vw, 60px) !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Specific inner overrides */
.ak-hero-inner { padding: 0 40px !important; }
.ak-contact-hero { padding-left: 20px !important; padding-right: 20px !important; }
.ak-contact-info-row { max-width: 1200px !important; }

/* Kill parent theme padding */
.site-content,
#main,
#primary,
#content,
.entry-content,
.page-content,
.container,
.wrap,
.row,
.col,
[class*="container"],
[class*="wrapper"],
[class*="content-area"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Diamond utilities */
.ak-diamond {
    width: 5px; height: 5px;
    background: #C9972A;
    transform: rotate(45deg);
    flex-shrink: 0;
    display: inline-block;
}
.ak-diamond-sm {
    width: 3px; height: 3px;
    background: #C9972A;
    transform: rotate(45deg);
    flex-shrink: 0;
    display: inline-block;
    opacity: 0.4;
}

/* Scroll reveal base */
.ak-will-reveal {
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.ak-will-reveal.ak-from-bottom { opacity: 0; transform: translateY(28px); }
.ak-will-reveal.ak-from-left    { opacity: 0; transform: translateX(-36px); }
.ak-will-reveal.ak-from-right   { opacity: 0; transform: translateX(28px); }
.ak-will-reveal.ak-revealed     { opacity: 1 !important; transform: none !important; }

/* ── 2. PRELOADER ── */
body.ak-loading { overflow: hidden; }
/* Safety: ensure scroll is restored even if JS fails */
body:not(.ak-loading) { overflow-x: hidden; overflow-y: auto; }

#ak-preloader {
    position: fixed; inset: 0;
    background: #0d0d0d;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    z-index: 9999;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}
#ak-preloader.ak-preloader-hidden {
    opacity: 0; visibility: hidden; pointer-events: none;
}

.ak-pre-corner {
    position: absolute; width: 24px; height: 24px;
    border-color: rgba(201,151,42,0.15); border-style: solid;
    opacity: 0;
    animation: ak-pre-fadeup 0.6s 0.3s ease forwards;
}
.ak-pre-corner-tl { top: 20px; left: 20px; border-width: 0.5px 0 0 0.5px; }
.ak-pre-corner-tr { top: 20px; right: 20px; border-width: 0.5px 0.5px 0 0; }
.ak-pre-corner-bl { bottom: 20px; left: 20px; border-width: 0 0 0.5px 0.5px; }
.ak-pre-corner-br { bottom: 20px; right: 20px; border-width: 0 0.5px 0.5px 0; }

.ak-pre-logo { position: relative; width: 100px; height: 100px; margin-bottom: 36px; }
.ak-pre-ring {
    position: absolute; inset: 0; border-radius: 50%;
    border: 0.5px solid rgba(201,151,42,0.2);
    animation: ak-ring-spin 3s linear infinite;
}
.ak-pre-ring::before {
    content: ''; position: absolute; top: -2px; left: 50%; transform: translateX(-50%);
    width: 4px; height: 4px; background: #C9972A; border-radius: 50%;
}
.ak-pre-circle {
    position: absolute; inset: 8px; border-radius: 50%;
    border: 0.5px solid rgba(201,151,42,0.35);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.ak-pre-circle::after {
    content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(201,151,42,0.35) 50%, transparent 100%);
    animation: ak-shimmer 2.2s 0.5s ease-in-out infinite;
}
.ak-pre-monogram {
    font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300;
    color: #C9972A; letter-spacing: 0.05em; position: relative; z-index: 1;
    opacity: 0; animation: ak-mono-scale 0.8s 0.3s ease forwards;
}

.ak-pre-brand {
    font-family: 'Cormorant Garamond', serif; font-size: 13px; font-weight: 300; font-style: italic;
    letter-spacing: 0.35em; color: rgba(255,255,255,0.7); text-transform: uppercase;
    margin-bottom: 32px; opacity: 0; animation: ak-pre-fadeup 0.7s 0.6s ease forwards;
}

.ak-pre-bar-wrap {
    width: 180px; height: 1px; background: rgba(255,255,255,0.08);
    position: relative; overflow: hidden; margin-bottom: 16px;
    opacity: 0; animation: ak-pre-fadeup 0.5s 0.8s ease forwards;
}
.ak-pre-bar {
    height: 100%; background: #C9972A; width: 0%; transition: width 0.25s ease;
    position: relative;
}
.ak-pre-bar::after {
    content: ''; position: absolute; right: -3px; top: 50%; transform: translateY(-50%);
    width: 6px; height: 6px; background: #E2B84A; border-radius: 50%;
}

.ak-pre-percent {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 400;
    letter-spacing: 0.2em; color: rgba(201,151,42,0.55);
    opacity: 0; animation: ak-pre-fadeup 0.5s 0.9s ease forwards;
}

.ak-pre-status {
    position: absolute; bottom: 40px;
    font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 300;
    letter-spacing: 0.28em; color: rgba(255,255,255,0.2); text-transform: uppercase;
    opacity: 0; animation: ak-pre-fadeup 0.5s 1s ease forwards;
}

/* ── 3. HEADER ── */
.site-header,
.wdt-header-wrapper,
.wdt-header,
header.site-header {
    display: none !important;
}

#ak-site-header {
    position: sticky; top: 0; z-index: 8000; width: 100%;
}
.admin-bar #ak-site-header { top: 32px; }

/* Announcement bar */
.ak-announce-bar {
    width: 100%; background: #C9972A; padding: 8px 40px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.ak-announce-left { display: flex; align-items: center; gap: 8px; flex-shrink: 0; min-width: 160px; }
.ak-announce-dot { width: 5px; height: 5px; background: rgba(13,13,13,0.35); border-radius: 50%; flex-shrink: 0; }
.ak-announce-shipping {
    font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 300;
    letter-spacing: 0.14em; color: rgba(13,13,13,0.65); white-space: nowrap;
}
.ak-announce-centre { flex: 1; text-align: center; }
.ak-announce-text {
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 400;
    letter-spacing: 0.18em; color: #0d0d0d; text-transform: uppercase;
}
.ak-announce-text strong { font-weight: 500; }
.ak-announce-right { display: flex; align-items: center; justify-content: flex-end; flex-shrink: 0; min-width: 160px; }
.ak-announce-socials { display: flex; align-items: center; gap: 14px; }
.ak-announce-socials a {
    color: rgba(13,13,13,0.6) !important; text-decoration: none !important;
    display: flex; align-items: center; transition: color 0.2s ease;
}
.ak-announce-socials a:hover { color: #0d0d0d !important; }

/* Main desktop header */
.ak-main-header {
    width: 100%; background: #0d0d0d; position: relative;
    transition: height 0.35s ease, background 0.3s ease;
}
.ak-main-header.ak-scrolled {
    background: rgba(13,13,13,0.97);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}

.ak-header-inner {
    max-width: 1400px; margin: 0 auto; padding: 0 40px;
    display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; height: 80px; gap: 24px;
    transition: height 0.35s ease;
}
.ak-main-header.ak-scrolled .ak-header-inner { height: 64px; }

/* Navigation */
.ak-header-nav { display: flex; align-items: center; }
.ak-nav-list { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; gap: 0; }
.ak-nav-li { position: relative; }

.ak-nav-item {
    font-family: 'Montserrat', sans-serif !important; font-size: 10px !important; font-weight: 400 !important;
    letter-spacing: 0.18em !important; text-transform: uppercase !important;
    color: rgba(255,255,255,0.62) !important; text-decoration: none !important;
    padding: 0 16px; height: 80px; display: flex; align-items: center; gap: 5px;
    position: relative; transition: color 0.25s ease !important; white-space: nowrap;
}
.ak-main-header.ak-scrolled .ak-nav-item { height: 64px; }
.ak-nav-item:hover, .ak-nav-item.active { color: #C9972A !important; }

.ak-nav-item::after {
    content: ''; position: absolute; bottom: 0; left: 16px; right: 16px;
    height: 1.5px; background: #C9972A;
    transform: scaleX(0); transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
}
.ak-nav-item:hover::after, .ak-nav-item.active::after { transform: scaleX(1); }

.ak-nav-caret {
    display: inline-block; width: 4px; height: 4px;
    border-right: 0.5px solid currentColor; border-bottom: 0.5px solid currentColor;
    transform: rotate(45deg); margin-bottom: 2px; transition: transform 0.2s ease; flex-shrink: 0;
}
.ak-nav-item:hover .ak-nav-caret { transform: rotate(225deg) translateY(-2px); }

.ak-dropdown {
    position: absolute; top: 100%; left: 0; background: #0d0d0d;
    border: 0.5px solid rgba(201,151,42,0.2); border-top: 1.5px solid #C9972A;
    list-style: none; margin: 0; padding: 8px 0; min-width: 200px;
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 100;
}
.ak-nav-li:hover .ak-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }

.ak-dropdown-link {
    display: block; padding: 10px 20px;
    font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(255,255,255,0.55) !important; text-decoration: none !important;
    transition: color 0.2s, padding-left 0.2s; white-space: nowrap;
}
.ak-dropdown-link:hover { color: #C9972A !important; padding-left: 26px; }

/* Logo */
.ak-header-logo-wrap { display: flex; align-items: center; justify-content: center; }
.ak-header-logo { text-decoration: none !important; display: flex; align-items: center; justify-content: center; }
.ak-logo-img { height: 48px; width: auto; display: block; transition: opacity 0.2s ease; }
.ak-logo-img:hover { opacity: 0.8; }

.ak-logo-text-fallback { display: flex; align-items: center; gap: 10px; }
.ak-logo-monogram {
    width: 38px; height: 38px; border-radius: 50%;
    border: 0.5px solid rgba(201,151,42,0.55);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 300;
    color: #C9972A; flex-shrink: 0;
}
.ak-logo-wordmark {
    font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 300; font-style: italic;
    color: rgba(255,255,255,0.9); letter-spacing: 0.1em; white-space: nowrap;
}

/* Right actions */
.ak-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }

.ak-search-wrap {
    display: flex; align-items: center;
    border: 0.5px solid rgba(255,255,255,0.1); overflow: hidden;
    transition: border-color 0.25s ease; margin-right: 8px;
}
.ak-search-wrap:focus-within { border-color: rgba(201,151,42,0.5); }

.ak-search-form { display: flex; align-items: center; }
.ak-search-input {
    background: transparent; border: none; outline: none;
    font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 300; letter-spacing: 0.1em;
    color: rgba(255,255,255,0.7); padding: 8px 12px; width: 155px;
    transition: width 0.35s ease;
}
.ak-search-input::placeholder { color: rgba(255,255,255,0.22); }
.ak-search-input:focus { width: 195px; }

.ak-search-btn {
    background: transparent; border: none; cursor: pointer;
    padding: 8px 10px; color: rgba(255,255,255,0.35);
    display: flex; align-items: center; transition: color 0.2s;
}
.ak-search-btn:hover { color: #C9972A; }

.ak-action-btn {
    display: flex; flex-direction: column; align-items: center;
    gap: 3px; padding: 8px 10px;
    text-decoration: none !important; cursor: pointer;
    border: none; background: transparent;
    color: rgba(255,255,255,0.45) !important;
    transition: color 0.25s ease !important; position: relative;
}
.ak-action-btn:hover { color: #C9972A !important; }
.ak-action-btn svg { stroke: currentColor; fill: none; flex-shrink: 0; display: block; }

.ak-action-label {
    font-family: 'Montserrat', sans-serif; font-size: 7px; font-weight: 400;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: currentColor; white-space: nowrap;
}

.ak-cart-badge {
    position: absolute; top: 4px; right: 5px;
    width: 14px; height: 14px; border-radius: 50%; background: #C9972A;
    font-family: 'Montserrat', sans-serif; font-size: 7px; font-weight: 600; color: #0d0d0d;
    display: flex; align-items: center; justify-content: center; line-height: 1;
}

.ak-action-divider { width: 0.5px; height: 22px; background: rgba(255,255,255,0.08); margin: 0 4px; flex-shrink: 0; }

.ak-locale-btn {
    font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.14em;
    color: rgba(255,255,255,0.3); background: transparent; border: none; cursor: pointer;
    padding: 6px 8px; transition: color 0.2s;
}
.ak-locale-btn:hover { color: rgba(255,255,255,0.7); }

.ak-header-goldline {
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #C9972A 20%, #C9972A 80%, transparent 100%);
    opacity: 0.35;
}

/* Mobile header */
.ak-mobile-header { display: none; }

.ak-mobile-announce {
    background: #C9972A; padding: 7px 12px; text-align: center;
    font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400;
    letter-spacing: 0.14em; text-transform: uppercase; color: #0d0d0d;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ak-mobile-announce strong { font-weight: 500; }

.ak-mobile-topbar {
    background: #0d0d0d; display: flex; align-items: center;
    justify-content: space-between; padding: 0 10px; height: 56px;
    gap: 4px; overflow: hidden;
}

.ak-hamburger {
    display: flex; flex-direction: column; gap: 4px;
    cursor: pointer; padding: 6px; background: none; border: none;
    flex-shrink: 0; width: 36px;
}
.ak-hamburger-line { display: block; height: 1px; background: rgba(255,255,255,0.55); border-radius: 0; transition: all 0.28s cubic-bezier(0.25,0.46,0.45,0.94); }
.ak-line-1 { width: 20px; }
.ak-line-2 { width: 14px; }
.ak-line-3 { width: 20px; }
.ak-hamburger:hover .ak-hamburger-line { background: #C9972A; }
.ak-hamburger:hover .ak-line-2 { width: 20px; }

.ak-hamburger.open .ak-line-1 { transform: translateY(5px) rotate(45deg); background: #C9972A; width: 20px; }
.ak-hamburger.open .ak-line-2 { opacity: 0; transform: scaleX(0); }
.ak-hamburger.open .ak-line-3 { transform: translateY(-5px) rotate(-45deg); background: #C9972A; width: 20px; }

.ak-mobile-logo { text-decoration: none !important; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ak-mobile-logo-inner { display: flex; align-items: center; gap: 6px; }
.ak-mobile-monogram {
    width: 26px; height: 26px; border-radius: 50%;
    border: 0.5px solid rgba(201,151,42,0.5);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif; font-size: 12px; color: #C9972A; flex-shrink: 0;
}
.ak-mobile-wordmark {
    font-family: 'Cormorant Garamond', serif; font-size: 12px; font-style: italic;
    color: rgba(255,255,255,0.85); letter-spacing: 0.08em; white-space: nowrap;
}
.ak-mobile-logo-img { height: 28px; width: auto; }

.ak-mobile-icons { display: flex; align-items: center; gap: 0; flex-shrink: 0; }
.ak-mobile-icon-btn {
    padding: 6px; background: none; border: none;
    color: rgba(255,255,255,0.48) !important; cursor: pointer;
    display: flex; align-items: center; text-decoration: none !important;
    transition: color 0.2s; flex-shrink: 0;
}
.ak-mobile-icon-btn:hover { color: #C9972A !important; }
.ak-mobile-icon-btn svg { stroke: currentColor; fill: none; display: block; width: 18px; height: 18px; }

.ak-mobile-badge {
    position: absolute; top: 2px; right: 2px;
    width: 12px; height: 12px; background: #C9972A; border-radius: 50%;
    font-size: 7px; font-weight: 600; color: #0d0d0d;
    display: flex; align-items: center; justify-content: center;
}

/* Mobile search */
.ak-mobile-search-wrap {
    background: #0d0d0d;
    border-top: 0.5px solid rgba(255,255,255,0.05);
    border-bottom: 0.5px solid rgba(255,255,255,0.05);
    width: 100%; max-width: 100%; overflow: hidden;
}

.ak-mobile-search-form {
    display: flex; align-items: center; padding: 0 12px; gap: 6px;
    max-width: 100%; box-sizing: border-box;
}

.ak-mobile-search-icon { color: rgba(255,255,255,0.2); flex-shrink: 0; width: 14px; height: 14px; }

.ak-mobile-search-form input {
    flex: 0 1 auto !important; min-width: 0 !important; width: auto !important; max-width: 140px !important;
    background: transparent; border: none; outline: none;
    font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 0.05em;
    color: rgba(255,255,255,0.6); padding: 10px 0; box-sizing: border-box;
}
.ak-mobile-search-form input::placeholder { color: rgba(255,255,255,0.18); font-size: 10px; }

.ak-mobile-search-form button {
    background: none; border: none; cursor: pointer;
    padding: 8px 0 8px 6px; color: rgba(255,255,255,0.25);
    transition: color 0.2s; flex-shrink: 0;
}
.ak-mobile-search-form button:hover { color: #C9972A; }
.ak-mobile-search-form button svg { width: 14px; height: 14px; display: block; }

/* Mobile drawer */
.ak-mobile-drawer {
    background: #0d0d0d;
    border-top: 0.5px solid rgba(201,151,42,0.12);
    overflow: hidden; max-height: 0;
    transition: max-height 0.45s cubic-bezier(0.25,0.46,0.45,0.94);
}
.ak-mobile-drawer.open { max-height: 600px; }

.ak-drawer-list { list-style: none; margin: 0; padding: 6px 0; }
.ak-drawer-item { border-bottom: 0.5px solid rgba(255,255,255,0.04); }
.ak-drawer-link {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 24px;
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 400;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: rgba(255,255,255,0.58) !important; text-decoration: none !important;
    transition: color 0.2s, padding-left 0.22s;
}
.ak-drawer-link:hover, .ak-drawer-link.active { color: #C9972A !important; padding-left: 30px; }

.ak-drawer-arrow {
    font-size: 15px; color: rgba(201,151,42,0.35);
    transition: color 0.2s, transform 0.2s; flex-shrink: 0;
}
.ak-drawer-link:hover .ak-drawer-arrow { color: #C9972A; transform: translateX(3px); }

.ak-drawer-sub { list-style: none; margin: 0; padding: 0; background: rgba(201,151,42,0.03); border-top: 0.5px solid rgba(255,255,255,0.03); }
.ak-drawer-sub-item { border-bottom: 0.5px solid rgba(255,255,255,0.025); }
.ak-drawer-sub-link {
    display: block; padding: 10px 36px;
    font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
    color: rgba(255,255,255,0.38) !important; text-decoration: none !important;
    transition: color 0.2s, padding-left 0.2s;
}
.ak-drawer-sub-link:hover { color: #C9972A !important; padding-left: 44px; }

.ak-drawer-footer {
    padding: 16px 24px 20px;
    border-top: 0.5px solid rgba(255,255,255,0.05);
    display: flex; align-items: center; justify-content: space-between;
}
.ak-drawer-tagline {
    font-family: 'Cormorant Garamond', serif; font-size: 12px; font-style: italic;
    color: rgba(255,255,255,0.2); letter-spacing: 0.06em;
}
.ak-drawer-socials { display: flex; gap: 14px; }
.ak-drawer-socials a {
    font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 0.18em;
    color: rgba(255,255,255,0.25) !important; text-decoration: none !important;
    transition: color 0.2s;
}
.ak-drawer-socials a:hover { color: #C9972A !important; }

/* Logo colour fix */
.ak-logo-img, .ak-mobile-logo-img, .ak-footer-logo-img { filter: none !important; }

/* ════════════════════════════════════════════════════
   ABAYA KLOSETTE — HERO SLIDER (FIXED)
   Fixes:
   1. Dark overlay on every slide so text is readable
   2. Full mobile responsiveness
   3. Visible navigation arrows
   4. Smoother animation timing
   
   Add this to: Appearance → Customize → Additional CSS
   (replace the old hero slider CSS block entirely)
════════════════════════════════════════════════════ */

/* ── Slider wrapper ── */
.ak-hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #0d0d0d;
}

/* ── Individual slide ── */
.ak-hero-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ak-hero-slide.active {
  opacity: 1; visibility: visible; z-index: 1;
}

/* ════════════════════════════════════
   FIX 1 — DARK OVERLAY ON EVERY SLIDE
   Two-layer system:
   Layer A: consistent dark base (60% opacity)
   Layer B: directional gradient (stronger at bottom
            and top so corners stay dark)
════════════════════════════════════ */
.ak-hero-slide::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  /* Base dark overlay — always present, ensures minimum contrast */
  background: rgba(13, 13, 13, 0.52);
}

.ak-hero-slide::after {
  content: '';
  position: absolute; inset: 0; z-index: 2;
  /* Directional gradient — stronger at top and bottom
     so header nav and scroll indicator stay readable */
  background:
    linear-gradient(
      to bottom,
      rgba(13,13,13,0.35) 0%,
      rgba(13,13,13,0.10) 40%,
      rgba(13,13,13,0.10) 60%,
      rgba(13,13,13,0.55) 100%
    );
  pointer-events: none;
}

/* ── Inner content wrapper ── */
.ak-hero-inner {
  position: relative;
  width: 100%; min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  overflow: hidden;
  /* z-index 3 puts content above both overlay layers */
  z-index: 3;
}

/* Edge vignette on top of everything */
.ak-hero-inner::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.38) 100%);
  pointer-events: none; z-index: 1;
}

/* ── Corner brackets ── */
.ak-corner {
  position: absolute;
  width: 32px; height: 32px;
  border-color: rgba(201,151,42,0.35);
  border-style: solid; z-index: 3;
}
.ak-corner-tl { top: 28px; left: 28px; border-width: 0.5px 0 0 0.5px; }
.ak-corner-tr { top: 28px; right: 28px; border-width: 0.5px 0.5px 0 0; }
.ak-corner-bl { bottom: 70px; left: 28px; border-width: 0 0 0.5px 0.5px; }
.ak-corner-br { bottom: 70px; right: 28px; border-width: 0 0.5px 0.5px 0; }

/* ── Vertical centre line ── */
.ak-vline {
  position: absolute; left: 50%; top: 0;
  width: 0.5px; height: 100%;
  background: rgba(201,151,42,0.08);
  transform: translateX(-50%);
  pointer-events: none; z-index: 1;
}

/* ── Content block ── */
.ak-hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 6rem 2rem 5rem;
  max-width: 820px; width: 100%;
}

/* ── Eyebrow ── */
.ak-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 400;
  letter-spacing: 0.32em; color: #C9972A;
  text-transform: uppercase;
  margin: 0 0 1.8rem;
  opacity: 0;
  animation: ak-fadeUp 0.8s 0.3s ease forwards;
}

/* ── Gold rule ── */
.ak-rule-wrap {
  display: flex; align-items: center; gap: 12px; justify-content: center;
  margin-bottom: 2rem;
  opacity: 0;
  animation: ak-fadeUp 0.6s 0.5s ease forwards;
}
.ak-rule {
  height: 0.5px; background: #C9972A; width: 0;
  animation: ak-expandRule 1.4s 0.65s ease forwards;
}
.ak-rule-diamond {
  width: 4px; height: 4px; background: #C9972A;
  transform: rotate(45deg); flex-shrink: 0;
}

/* ── Headline ── */
.ak-headline {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(38px, 5.5vw, 70px) !important;
  font-weight: 300 !important; line-height: 1.1 !important;
  color: #ffffff !important;
  margin: 0 0 1rem !important; letter-spacing: 0.01em !important;
}
.ak-headline .ak-word {
  display: inline-block;
  opacity: 0; transform: translateY(32px);
  animation: ak-wordUp 0.7s ease forwards;
}
.ak-headline .ak-gold    { color: #C9972A; font-style: italic; }
.ak-headline .ak-emphasis { font-size: 1.12em; }

/* ── Subheadline ── */
.ak-subheadline {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(15px, 2vw, 22px) !important;
  font-weight: 300 !important; font-style: italic !important;
  color: rgba(255,255,255,0.75) !important;
  margin: 0 0 0.9rem !important; line-height: 1.55 !important;
  opacity: 0;
  animation: ak-fadeUp 0.8s 2.1s ease forwards;
}

/* ── Intro paragraph ── */
.ak-intro {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(10px, 1vw, 12px) !important;
  font-weight: 300 !important; letter-spacing: 0.08em !important;
  color: rgba(255,255,255,0.65) !important;
  max-width: 540px; margin: 0 auto 2.8rem !important;
  line-height: 1.95 !important;
  opacity: 0;
  animation: ak-fadeUp 0.8s 2.4s ease forwards;
}

/* ── CTA buttons ── */
.ak-cta-row {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  opacity: 0;
  animation: ak-fadeUp 0.8s 2.7s ease forwards;
}
.ak-btn-primary {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important; font-weight: 500 !important;
  letter-spacing: 0.24em !important; text-transform: uppercase !important;
  color: #0d0d0d !important; background: #C9972A !important;
  border: none !important; padding: 16px 42px !important;
  text-decoration: none !important; display: inline-block;
  transition: background 0.25s, letter-spacing 0.25s !important;
}
.ak-btn-primary:hover { background: #E2B84A !important; letter-spacing: 0.28em !important; }
.ak-btn-secondary {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important; font-weight: 400 !important;
  letter-spacing: 0.24em !important; text-transform: uppercase !important;
  color: rgba(255,255,255,0.75) !important; background: transparent !important;
  border: 0.5px solid rgba(201,151,42,0.5) !important; padding: 16px 42px !important;
  text-decoration: none !important; display: inline-block;
  transition: border-color 0.25s, color 0.25s, letter-spacing 0.25s !important;
}
.ak-btn-secondary:hover {
  border-color: #C9972A !important;
  color: #C9972A !important;
  letter-spacing: 0.28em !important;
}

/* ── Scroll indicator ── */
.ak-scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0; animation: ak-fadeUp 0.8s 3.1s ease forwards; z-index: 10;
}
.ak-scroll-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px; letter-spacing: 0.28em;
  color: rgba(201,151,42,0.5); text-transform: uppercase;
}
.ak-scroll-track {
  width: 1px; height: 44px;
  background: rgba(201,151,42,0.18);
  position: relative; overflow: hidden;
}
.ak-scroll-dot {
  position: absolute; top: -8px; left: 50%; transform: translateX(-50%);
  width: 3px; height: 8px; background: #C9972A; border-radius: 2px; margin-left: -1px;
  animation: ak-scrollDrop 2.2s 3.3s ease-in-out infinite;
}

/* ════════════════════════════════════
   FIX 3 — VISIBLE NAVIGATION ARROWS
   Semi-transparent dark pill background,
   larger hit area, clear gold hover state
════════════════════════════════════ */
.ak-slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  /* Visible dark background so they show on any photo */
  background: rgba(13,13,13,0.55);
  border: 1px solid rgba(201,151,42,0.45);
  color: rgba(255,255,255,0.85);
  cursor: pointer; z-index: 10;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  /* Subtle backdrop blur for a frosted look */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.ak-slider-arrow:hover {
  background: rgba(201,151,42,0.25);
  border-color: #C9972A;
  color: #C9972A;
}
.ak-slider-arrow svg { stroke-width: 1.8; }

/* Position — pushed slightly in from edge */
.ak-slider-prev { left: 24px; }
.ak-slider-next { right: 24px; }

/* ── Dots ── */
.ak-slider-dots {
  position: absolute; bottom: 84px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 10; align-items: center;
}
.ak-slider-dot {
  width: 6px; height: 6px; border-radius: 50%;
  border: 1px solid rgba(201,151,42,0.6);
  background: transparent; cursor: pointer; padding: 0;
  transition: all 0.3s ease;
}
.ak-slider-dot.active {
  background: #C9972A; border-color: #C9972A;
  transform: scale(1.4); width: 18px; border-radius: 3px;
}
.ak-slider-dot:hover:not(.active) {
  border-color: #C9972A;
  background: rgba(201,151,42,0.35);
}

/* ════════════════════════════════════
   FIX 2 — MOBILE RESPONSIVE
════════════════════════════════════ */

/* Tablet — 900px */
@media (max-width: 900px) {
  .ak-hero-content { padding: 5rem 2rem 4rem; }
  .ak-slider-arrow { width: 44px; height: 44px; }
  .ak-slider-prev  { left: 14px; }
  .ak-slider-next  { right: 14px; }
}

/* Mobile — 768px */
@media (max-width: 768px) {
  /* Taller minimum on short phones */
  .ak-hero-slider,
  .ak-hero-inner { min-height: 100svh; }

  .ak-hero-content { padding: 4.5rem 1.5rem 4rem; max-width: 100%; }

  /* Eyebrow */
  .ak-eyebrow { font-size: 9px !important; letter-spacing: 0.22em !important; margin-bottom: 1.4rem !important; }

  /* Headline */
  .ak-headline { font-size: clamp(32px, 9vw, 44px) !important; line-height: 1.08 !important; }

  /* Subheadline */
  .ak-subheadline { font-size: 16px !important; margin-bottom: 0.75rem !important; }

  /* Intro — shorter on mobile */
  .ak-intro {
    font-size: 10px !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 2.2rem !important;
    padding: 0 0.5rem !important;
  }

  /* Buttons — stack to full width */
  .ak-cta-row { flex-direction: column !important; align-items: center !important; gap: 10px !important; }
  .ak-btn-primary,
  .ak-btn-secondary {
    width: 100% !important; max-width: 280px !important;
    text-align: center !important; padding: 15px 20px !important;
  }

  /* Hide corner brackets on small screens */
  .ak-corner { display: none !important; }

  /* Arrows — smaller, positioned flush to edge */
  .ak-slider-arrow { width: 38px; height: 38px; }
  .ak-slider-arrow svg { width: 16px; height: 16px; }
  .ak-slider-prev { left: 8px; }
  .ak-slider-next { right: 8px; }

  /* Dots — above scroll indicator */
  .ak-slider-dots { bottom: 72px; gap: 8px; }
  .ak-slider-dot  { width: 5px; height: 5px; }
  .ak-slider-dot.active { width: 14px; }

  /* Scroll hint */
  .ak-scroll-hint { bottom: 18px; }
}

/* Very small phones — 380px */
@media (max-width: 380px) {
  .ak-headline { font-size: 30px !important; }
  .ak-subheadline { font-size: 14px !important; }
  .ak-intro { display: none !important; }
  .ak-hero-content { padding: 4rem 1.2rem 3.5rem !important; }
}

/* ════════════════════════════════════
   KEYFRAMES
════════════════════════════════════ */
@keyframes ak-fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes ak-wordUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes ak-expandRule {
  from { width: 0; }
  to   { width: 100px; }
}
@keyframes ak-scrollDrop {
  0%   { top: -8px; opacity: 1; }
  75%  { top: 44px; opacity: 0.2; }
  76%  { top: -8px; opacity: 0; }
  100% { top: -8px; opacity: 1; }
}

/* ── 5. MARQUEE ── */
.ak-marquee-section {
    width: 100%; background: #0d0d0d;
    border-top: 0.5px solid rgba(201,151,42,0.2);
    border-bottom: 0.5px solid rgba(201,151,42,0.2);
    overflow: hidden; position: relative;
}
.ak-marquee-section::before,
.ak-marquee-section::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 140px; z-index: 2; pointer-events: none;
}
.ak-marquee-section::before { left: 0; background: linear-gradient(to right, #0d0d0d 0%, transparent 100%); }
.ak-marquee-section::after { right: 0; background: linear-gradient(to left, #0d0d0d 0%, transparent 100%); }

.ak-marquee-track {
    display: flex; width: max-content;
    animation: ak-scroll-left 30s linear infinite;
    will-change: transform; transform: translateZ(0);
    padding: 22px 0;
}
.ak-marquee-track:hover { animation-play-state: paused; }

.ak-marquee-track-2 {
    display: flex; width: max-content;
    animation: ak-scroll-right 38s linear infinite;
    will-change: transform; transform: translateZ(0);
    padding: 18px 0;
    border-top: 0.5px solid rgba(201,151,42,0.07);
}
.ak-marquee-track-2:hover { animation-play-state: paused; }

.ak-marquee-set { display: flex; align-items: center; flex-shrink: 0; }

.ak-marquee-phrase {
    font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 2vw, 26px);
    font-weight: 300; font-style: italic; color: rgba(255,255,255,0.85);
    white-space: nowrap; padding: 0 14px; letter-spacing: 0.02em; line-height: 1;
}
.ak-mg { color: #C9972A; font-style: italic; }

.ak-marquee-sep { display: flex; align-items: center; gap: 10px; padding: 0 16px; flex-shrink: 0; }
.ak-marquee-sep::before,
.ak-marquee-sep::after { content: ''; display: block; width: 20px; height: 0.5px; background: rgba(201,151,42,0.45); }
.ak-marquee-diamond { width: 5px; height: 5px; background: #C9972A; transform: rotate(45deg); flex-shrink: 0; }

.ak-marquee-kw {
    font-family: 'Montserrat', sans-serif; font-size: clamp(8px, 0.8vw, 10px);
    font-weight: 400; letter-spacing: 0.32em; color: rgba(201,151,42,0.5);
    text-transform: uppercase; white-space: nowrap; padding: 0 24px;
}

/* ── 6. ABOUT SPLIT (HOME) ── */
.ak-about-section {
    width: 100%; background: #f5f2eb;
    display: grid; grid-template-columns: 1fr 1fr;
    min-height: 580px; overflow: hidden; position: relative;
}

.ak-about-image-panel {
    position: relative; overflow: hidden; min-height: 420px; background: #1a1a1a;
    opacity: 0; transform: translateX(-40px);
    transition: opacity 0.9s 0.05s ease, transform 0.9s 0.05s ease;
}
.ak-about-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform 0.8s ease; }
.ak-about-image-panel:hover .ak-about-img { transform: scale(1.04); }

.ak-about-img-accent {
    position: absolute; top: 0; right: 0; width: 3px; height: 100%;
    background: linear-gradient(to bottom, transparent 0%, #C9972A 25%, #C9972A 75%, transparent 100%);
}

.ak-about-year-badge {
    position: absolute; bottom: 28px; left: 28px; background: #0d0d0d;
    border: 0.5px solid rgba(201,151,42,0.35); padding: 12px 18px;
    opacity: 0; transform: translateY(16px);
    transition: opacity 0.6s 0.9s ease, transform 0.6s 0.9s ease;
}
.ak-about-year-badge .year-num { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: #C9972A; display: block; line-height: 1; }
.ak-about-year-badge .year-label { font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: 0.22em; color: rgba(255,255,255,0.45); text-transform: uppercase; display: block; margin-top: 4px; }

.ak-about-text-panel {
    display: flex; flex-direction: column; justify-content: center;
    padding: 5rem 4rem 5rem 4.5rem; position: relative;
}

.ak-about-label,
.ak-about-rule,
.ak-about-heading,
.ak-about-subtitle,
.ak-about-body,
.ak-about-values,
.ak-about-cta {
    opacity: 0; transform: translateX(30px);
}

.ak-about-label {
    font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400;
    letter-spacing: 0.32em; color: #C9972A; text-transform: uppercase;
    margin-bottom: 1.4rem;
    transition: opacity 0.7s 0.1s ease, transform 0.7s 0.1s ease;
}

.ak-about-rule { display: flex; align-items: center; gap: 10px; margin-bottom: 1.6rem; transition: opacity 0.6s 0.2s ease, transform 0.6s 0.2s ease; }
.ak-about-rule-line { height: 0.5px; background: #C9972A; width: 0; transition: width 1s 0.4s ease; }
.ak-about-rule-diamond { width: 4px; height: 4px; background: #C9972A; transform: rotate(45deg); flex-shrink: 0; }

.ak-about-heading {
    font-family: 'Cormorant Garamond', serif !important; font-size: clamp(28px, 3.2vw, 46px) !important;
    font-weight: 300 !important; line-height: 1.15 !important; color: #0d0d0d !important;
    margin-bottom: 0.5rem !important;
    transition: opacity 0.7s 0.3s ease, transform 0.7s 0.3s ease;
}
.ak-about-heading em { color: #C9972A; font-style: italic; }

.ak-about-subtitle {
    font-family: 'Cormorant Garamond', serif !important; font-size: clamp(13px, 1.4vw, 18px) !important;
    font-weight: 500 !important; font-style: italic !important; color: rgba(13,13,13,0.9) !important;
    margin-bottom: 1.8rem !important;
    transition: opacity 0.7s 0.42s ease, transform 0.7s 0.42s ease;
}

.ak-about-body {
    font-family: 'Montserrat', sans-serif !important; font-size: clamp(11px, 0.95vw, 13px) !important;
    font-weight: 500 !important; line-height: 2 !important; color: rgba(13,13,13,0.65) !important;
    margin-bottom: 1.4rem !important; max-width: 420px;
    transition: opacity 0.7s 0.54s ease, transform 0.7s 0.54s ease;
}

.ak-about-values {
    list-style: none; margin-bottom: 2.2rem;
    transition: opacity 0.7s 0.64s ease, transform 0.7s 0.64s ease;
}
.ak-about-values li {
    display: flex; align-items: center; gap: 10px;
    font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 0.06em;
    color: rgba(13,13,13,0.9); padding: 6px 0;
    border-bottom: 0.5px solid rgba(13,13,13,0.07);
}
.ak-about-values li:last-child { border-bottom: none; }
.ak-about-values li::before { content: ''; width: 4px; height: 4px; background: #C9972A; transform: rotate(45deg); flex-shrink: 0; }

.ak-about-cta {
    display: inline-flex !important; align-items: center !important; gap: 10px !important;
    font-family: 'Montserrat', sans-serif !important; font-size: 10px !important; font-weight: 500 !important;
    letter-spacing: 0.22em !important; text-transform: uppercase !important;
    color: #0d0d0d !important; text-decoration: none !important; position: relative;
    transition: opacity 0.7s 0.76s ease, transform 0.7s 0.76s ease, color 0.25s ease !important;
}
.ak-about-cta::after { content: ''; position: absolute; bottom: -3px; left: 0; height: 0.5px; width: 0; background: #C9972A; transition: width 0.35s ease; }
.ak-about-cta:hover::after { width: 100%; }
.ak-about-cta:hover { color: #C9972A !important; }

.ak-about-cta-arrow { width: 22px; height: 0.5px; background: currentColor; position: relative; flex-shrink: 0; transition: width 0.3s ease; }
.ak-about-cta-arrow::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(45deg); width: 5px; height: 5px; border-right: 0.5px solid currentColor; border-top: 0.5px solid currentColor; }
.ak-about-cta:hover .ak-about-cta-arrow { width: 32px; }

.ak-about-deco-num {
    position: absolute; top: 50%; right: 18px; transform: translateY(-50%) rotate(90deg);
    font-family: 'Cormorant Garamond', serif; font-size: 10px; font-weight: 300; letter-spacing: 0.25em;
    color: rgba(13,13,13,0.1); text-transform: uppercase; white-space: nowrap; pointer-events: none;
}

/* Revealed state */
.ak-about-section.ak-revealed .ak-about-image-panel { opacity: 1; transform: translateX(0); }
.ak-about-section.ak-revealed .ak-about-label,
.ak-about-section.ak-revealed .ak-about-rule,
.ak-about-section.ak-revealed .ak-about-heading,
.ak-about-section.ak-revealed .ak-about-subtitle,
.ak-about-section.ak-revealed .ak-about-body,
.ak-about-section.ak-revealed .ak-about-values,
.ak-about-section.ak-revealed .ak-about-cta { opacity: 1; transform: translateX(0); }
.ak-about-section.ak-revealed .ak-about-rule-line { width: 60px; }
.ak-about-section.ak-revealed .ak-about-year-badge { opacity: 1; transform: translateY(0); }

/* ── 7. COLLECTIONS ── */
.ak-collections-section { width: 100%; background: #0d0d0d; padding: 80px 48px; position: relative; overflow: hidden; }

.ak-coll-header { text-align: center; margin-bottom: 56px; opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.ak-coll-header.ak-visible { opacity: 1; transform: translateY(0); }

.ak-coll-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.32em; color: #C9972A; text-transform: uppercase; margin-bottom: 1rem; display: block; }
.ak-coll-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(32px, 3.5vw, 52px) !important; font-weight: 300 !important; line-height: 1.1 !important; color: #fff !important; margin-bottom: 0.6rem !important; }
.ak-coll-title em { color: #C9972A; font-style: italic; }
.ak-coll-subtitle { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; letter-spacing: 0.12em !important; color: rgba(255,255,255,0.35) !important; max-width: 480px; margin: 0 auto !important; line-height: 1.9 !important; }

.ak-coll-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.ak-coll-card {
    position: relative; overflow: hidden; height: 520px; cursor: pointer;
    opacity: 0; transform: translateY(40px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}
.ak-coll-card.ak-visible { opacity: 1; transform: translateY(0); }
.ak-coll-card:nth-child(1) { transition-delay: 0.1s; }
.ak-coll-card:nth-child(2) { transition-delay: 0.25s; }
.ak-coll-card:nth-child(3) { transition-delay: 0.4s; }

.ak-coll-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94); will-change: transform; }
.ak-coll-card:hover .ak-coll-bg { transform: scale(1.08); }

.ak-coll-overlay-base {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(13,13,13,0.92) 0%, rgba(13,13,13,0.45) 45%, rgba(13,13,13,0.15) 100%);
}
.ak-coll-overlay-hover {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(201,151,42,0.35) 0%, rgba(201,151,42,0.08) 50%, transparent 100%);
    opacity: 0; transition: opacity 0.5s ease;
}
.ak-coll-card:hover .ak-coll-overlay-hover { opacity: 1; }

.ak-coll-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px 28px; z-index: 2; }

.ak-coll-num { font-family: 'Cormorant Garamond', serif; font-size: 11px; font-weight: 300; letter-spacing: 0.28em; color: rgba(201,151,42,0.6); display: block; margin-bottom: 8px; transition: color 0.3s ease; }
.ak-coll-card:hover .ak-coll-num { color: #C9972A; }

.ak-coll-name { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(24px, 2.2vw, 34px) !important; font-weight: 300 !important; line-height: 1.1 !important; color: #fff !important; margin-bottom: 6px !important; display: block; }

.ak-coll-tag { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.2em; color: rgba(255,255,255,0.45); text-transform: uppercase; display: block; margin-bottom: 0; transition: color 0.3s ease; }
.ak-coll-card:hover .ak-coll-tag { color: rgba(201,151,42,0.7); }

.ak-coll-desc {
    font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important;
    line-height: 1.85 !important; color: rgba(255,255,255,0.7) !important; margin-top: 14px !important;
    max-height: 0; overflow: hidden; opacity: 0; transform: translateY(12px);
    transition: max-height 0.55s ease, opacity 0.45s 0.08s ease, transform 0.45s 0.08s ease;
}
.ak-coll-card:hover .ak-coll-desc { max-height: 120px; opacity: 1; transform: translateY(0); }

.ak-coll-link {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    font-family: 'Montserrat', sans-serif !important; font-size: 9px !important; font-weight: 500 !important;
    letter-spacing: 0.22em !important; text-transform: uppercase !important; color: #C9972A !important;
    text-decoration: none !important; margin-top: 16px !important;
    max-height: 0; overflow: hidden; opacity: 0; transform: translateY(8px);
    transition: max-height 0.5s 0.1s ease, opacity 0.4s 0.18s ease, transform 0.4s 0.18s ease;
}
.ak-coll-card:hover .ak-coll-link { max-height: 40px; opacity: 1; transform: translateY(0); }

.ak-coll-link-arrow { width: 18px; height: 0.5px; background: currentColor; position: relative; flex-shrink: 0; transition: width 0.25s ease; }
.ak-coll-link-arrow::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(45deg); width: 4px; height: 4px; border-right: 0.5px solid currentColor; border-top: 0.5px solid currentColor; }
.ak-coll-link:hover .ak-coll-link-arrow { width: 26px; }

.ak-coll-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 2px; background: #C9972A;
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ak-coll-card:hover::after { transform: scaleX(1); }

.ak-coll-footer { text-align: center; margin-top: 48px; opacity: 0; transform: translateY(16px); transition: opacity 0.6s 0.5s ease, transform 0.6s 0.5s ease; }
.ak-coll-footer.ak-visible { opacity: 1; transform: translateY(0); }

.ak-coll-view-all {
    font-family: 'Montserrat', sans-serif !important; font-size: 10px !important; font-weight: 500 !important;
    letter-spacing: 0.26em !important; text-transform: uppercase !important; color: rgba(255,255,255,0.5) !important;
    text-decoration: none !important; display: inline-flex !important; align-items: center !important; gap: 12px !important;
    position: relative; transition: color 0.25s ease !important;
}
.ak-coll-view-all::after { content: ''; position: absolute; bottom: -4px; left: 0; height: 0.5px; width: 0; background: #C9972A; transition: width 0.35s ease; }
.ak-coll-view-all:hover { color: #C9972A !important; }
.ak-coll-view-all:hover::after { width: 100%; }

/* ── 8. WHY CHOOSE US ── */
.ak-why-section { width: 100%; background: #f5f2eb; padding: 96px 48px; position: relative; overflow: hidden; }

.ak-why-watermark {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    font-family: 'Cormorant Garamond', serif; font-size: clamp(80px, 12vw, 160px);
    font-weight: 300; font-style: italic; color: rgba(13,13,13,0.04);
    white-space: nowrap; pointer-events: none; user-select: none; letter-spacing: -0.02em;
}

.ak-why-header { text-align: center; margin-bottom: 72px; position: relative; z-index: 2; opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.ak-why-header.ak-vis { opacity: 1; transform: translateY(0); }

.ak-why-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.32em; color: #C9972A; text-transform: uppercase; margin-bottom: 1.1rem; display: block; }
.ak-why-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(32px, 3.8vw, 54px) !important; font-weight: 300 !important; line-height: 1.1 !important; color: #0d0d0d !important; margin-bottom: 0 !important; }
.ak-why-title em { color: #C9972A; font-style: italic; }

.ak-why-rule { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 1.4rem; }
.ak-why-rule-line { height: 0.5px; background: rgba(13,13,13,0.18); width: 60px; }
.ak-why-rule-diamond { width: 4px; height: 4px; background: #C9972A; transform: rotate(45deg); flex-shrink: 0; }

.ak-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; position: relative; z-index: 2; }

.ak-why-card {
    background: #fff; padding: 40px 32px 36px; position: relative; overflow: hidden;
    opacity: 0; transform: translateY(36px);
    transition: opacity 0.65s ease, transform 0.65s ease, background 0.35s ease;
}
.ak-why-card.ak-vis { opacity: 1; transform: translateY(0); }
.ak-why-card:hover { background: #0d0d0d; }
.ak-why-card:nth-child(1) { transition-delay: 0.05s; }
.ak-why-card:nth-child(2) { transition-delay: 0.18s; }
.ak-why-card:nth-child(3) { transition-delay: 0.31s; }
.ak-why-card:nth-child(4) { transition-delay: 0.44s; }

.ak-why-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 2px; background: #C9972A;
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.ak-why-card:hover::before { transform: scaleX(1); }

.ak-why-num { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 300; line-height: 0.85; color: rgba(201,151,42,0.18); display: block; margin-bottom: 20px; transition: color 0.35s ease; letter-spacing: -0.02em; user-select: none; }
.ak-why-card:hover .ak-why-num { color: rgba(201,151,42,0.55); }

.ak-why-card-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(18px, 1.6vw, 22px) !important; font-weight: 400 !important; line-height: 1.25 !important; color: #0d0d0d !important; margin-bottom: 14px !important; display: block; transition: color 0.35s ease; }
.ak-why-card:hover .ak-why-card-title { color: #fff !important; }

.ak-why-card-body { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; line-height: 1.9 !important; letter-spacing: 0.04em !important; color: rgba(13,13,13,0.6) !important; transition: color 0.35s ease; }
.ak-why-card:hover .ak-why-card-body { color: rgba(255,255,255,0.55) !important; }

.ak-why-card-dash { display: block; width: 0; height: 0.5px; background: #C9972A; margin-top: 20px; transition: width 0.5s 0.1s ease; }
.ak-why-card:hover .ak-why-card-dash { width: 40px; }

.ak-why-philosophy {
    margin-top: 72px; padding: 40px 48px; background: #0d0d0d; position: relative; z-index: 2;
    display: flex; align-items: center; gap: 48px;
    opacity: 0; transform: translateY(24px);
    transition: opacity 0.7s 0.2s ease, transform 0.7s 0.2s ease;
}
.ak-why-philosophy.ak-vis { opacity: 1; transform: translateY(0); }

.ak-why-phil-rule { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.ak-why-phil-line { width: 0.5px; height: 48px; background: rgba(201,151,42,0.3); }
.ak-why-phil-diamond { width: 5px; height: 5px; background: #C9972A; transform: rotate(45deg); }

.ak-why-phil-quote {
    font-family: 'Cormorant Garamond', serif !important; font-size: clamp(16px, 1.8vw, 24px) !important;
    font-weight: 300 !important; font-style: italic !important; color: rgba(255,255,255,0.85) !important;
    line-height: 1.5 !important; flex: 1;
}
.ak-why-phil-quote em { color: #C9972A; font-style: italic; }

.ak-why-phil-source { flex-shrink: 0; text-align: right; }
.ak-why-phil-source span:first-child { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.25em; color: rgba(255,255,255,0.3); text-transform: uppercase; display: block; margin-bottom: 4px; }
.ak-why-phil-source span:last-child { font-family: 'Cormorant Garamond', serif; font-size: 13px; font-weight: 300; font-style: italic; color: #C9972A; display: block; }

/* ── 9. QUOTE SECTION ── */
.ak-quote-section { width: 100%; position: relative; overflow: hidden; min-height: 520px; display: flex; align-items: center; justify-content: center; }

.ak-quote-bg {
    position: absolute; top: -20%; left: 0; right: 0; bottom: -20%;
    background-color: #0d0d0d; background-size: cover; background-position: center center; background-repeat: no-repeat;
    will-change: transform;
}
.ak-quote-bg::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(13,13,13,0.55) 0%, rgba(13,13,13,0.72) 50%, rgba(13,13,13,0.55) 100%);
}

.ak-quote-content { position: relative; z-index: 2; text-align: center; padding: 100px 48px; max-width: 900px; width: 100%; }

.ak-quote-rule-top, .ak-quote-rule-bot { display: flex; align-items: center; gap: 14px; justify-content: center; opacity: 0; transform: scaleX(0.2); transition: opacity 0.9s ease, transform 0.9s ease; }
.ak-quote-rule-top { margin-bottom: 44px; }
.ak-quote-rule-bot { margin-top: 44px; }
.ak-quote-rule-top.ak-vis, .ak-quote-rule-bot.ak-vis { opacity: 1; transform: scaleX(1); }

.ak-quote-rule-line { height: 0.5px; background: rgba(201,151,42,0.4); flex: 1; max-width: 120px; }
.ak-quote-diamond { width: 6px; height: 6px; background: #C9972A; transform: rotate(45deg); flex-shrink: 0; }
.ak-diamond-sm { width: 3px; height: 3px; opacity: 0.4; margin: 0 -8px; }

.ak-quote-eyebrow {
    font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.34em;
    color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 28px;
    opacity: 0; transform: translateY(16px); transition: opacity 0.7s 0.15s ease, transform 0.7s 0.15s ease;
}
.ak-quote-eyebrow.ak-vis { opacity: 1; transform: translateY(0); }

.ak-quote-text {
    font-family: 'Cormorant Garamond', serif !important; font-size: clamp(28px, 4vw, 54px) !important;
    font-weight: 300 !important; font-style: italic !important; line-height: 1.35 !important; letter-spacing: 0.01em !important;
    color: #ffffff !important; margin-bottom: 32px !important;
    opacity: 0; transform: translateY(24px); transition: opacity 0.9s 0.25s ease, transform 0.9s 0.25s ease;
}
.ak-quote-text.ak-vis { opacity: 1; transform: translateY(0); }
.ak-quote-text .ak-gold { color: #C9972A; }

.ak-quote-attr { display: flex; align-items: center; gap: 14px; justify-content: center; opacity: 0; transform: translateY(12px); transition: opacity 0.7s 0.5s ease, transform 0.7s 0.5s ease; }
.ak-quote-attr.ak-vis { opacity: 1; transform: translateY(0); }
.ak-quote-attr-line { width: 32px; height: 0.5px; background: rgba(201,151,42,0.4); }
.ak-quote-attr-text { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.26em; color: rgba(255,255,255,0.4); text-transform: uppercase; }

.ak-quote-pillars { display: flex; align-items: flex-start; justify-content: center; gap: 0; margin-top: 52px; opacity: 0; transform: translateY(20px); transition: opacity 0.7s 0.6s ease, transform 0.7s 0.6s ease; }
.ak-quote-pillars.ak-vis { opacity: 1; transform: translateY(0); }

.ak-pillar { flex: 1; max-width: 220px; text-align: center; padding: 0 28px; position: relative; }
.ak-pillar + .ak-pillar::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 0.5px; height: 48px; background: rgba(201,151,42,0.15); }

.ak-pillar-num { font-family: 'Cormorant Garamond', serif; font-size: 11px; font-weight: 300; letter-spacing: 0.22em; color: rgba(201,151,42,0.5); display: block; margin-bottom: 10px; }
.ak-pillar-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(14px, 1.4vw, 18px) !important; font-weight: 400 !important; font-style: italic !important; color: rgba(255,255,255,0.9) !important; display: block; margin-bottom: 8px; line-height: 1.25 !important; }
.ak-pillar-body { font-family: 'Montserrat', sans-serif !important; font-size: 12px !important; font-weight: 500 !important; letter-spacing: 0.05em !important; line-height: 1.8 !important; color: rgba(255,255,255,0.9) !important; }

/* ── 10. LOOKBOOK (HOME SECTION) ── */
.ak-lookbook-section { width: 100%; background: #0d0d0d; padding: 80px 0 0; }

.ak-lb-header { text-align: center; padding: 0 48px; margin-bottom: 48px; opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.ak-lb-header.ak-vis { opacity: 1; transform: translateY(0); }

.ak-lb-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.32em; color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 12px; }
.ak-lb-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(28px, 3.2vw, 44px) !important; font-weight: 300 !important; line-height: 1.1 !important; color: #fff !important; margin-bottom: 12px !important; }
.ak-lb-title em { color: #C9972A; font-style: italic; }
.ak-lb-subtitle { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; letter-spacing: 0.1em !important; color: rgba(255,255,255,0.3) !important; max-width: 420px; margin: 0 auto !important; line-height: 1.8 !important; }

.ak-lb-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 3px; }

.ak-lb-item { position: relative; overflow: hidden; cursor: pointer; opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.ak-lb-item.ak-vis { opacity: 1; transform: translateY(0); }
.ak-lb-item:nth-child(1) { transition-delay: 0.05s; }
.ak-lb-item:nth-child(2) { transition-delay: 0.12s; }
.ak-lb-item:nth-child(3) { transition-delay: 0.19s; }
.ak-lb-item:nth-child(4) { transition-delay: 0.26s; }
.ak-lb-item:nth-child(5) { transition-delay: 0.33s; }
.ak-lb-item:nth-child(6) { transition-delay: 0.40s; }
.ak-lb-item:nth-child(7) { transition-delay: 0.47s; }
.ak-lb-item:nth-child(8) { transition-delay: 0.54s; }

.ak-lb-featured { grid-column: span 2; grid-row: span 2; min-height: 400px; }
.ak-lb-featured .ak-lb-img-wrap { position: absolute !important; inset: 0 !important; padding-bottom: 0 !important; height: 100% !important; }

.ak-lb-img-wrap { width: 100%; padding-bottom: 120%; position: relative; overflow: hidden; }

.ak-lb-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94); will-change: transform; }
.ak-lb-item:hover .ak-lb-bg { transform: scale(1.07); }

.ak-lb-overlay { position: absolute; inset: 0; background: rgba(13,13,13,0); transition: background 0.4s ease; z-index: 1; display: flex; align-items: center; justify-content: center; }
.ak-lb-item:hover .ak-lb-overlay { background: rgba(13,13,13,0.55); }

.ak-lb-plus { width: 36px; height: 36px; border: 0.5px solid rgba(201,151,42,0); border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.7); transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease; position: relative; }
.ak-lb-plus::before, .ak-lb-plus::after { content: ''; position: absolute; background: #C9972A; border-radius: 1px; }
.ak-lb-plus::before { width: 14px; height: 0.5px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ak-lb-plus::after { width: 0.5px; height: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ak-lb-item:hover .ak-lb-plus { opacity: 1; transform: scale(1); border-color: rgba(201,151,42,0.6); }

.ak-lb-tag { position: absolute; bottom: 18px; left: 18px; z-index: 2; opacity: 0; transform: translateY(8px); transition: opacity 0.35s ease, transform 0.35s ease; }
.ak-lb-item:hover .ak-lb-tag { opacity: 1; transform: translateY(0); }
.ak-lb-tag span { font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: #C9972A; display: block; }
.ak-lb-tag strong { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; color: #fff; display: block; margin-top: 2px; }

.ak-lb-footer { padding: 36px 48px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; opacity: 0; transform: translateY(16px); transition: opacity 0.6s 0.5s ease, transform 0.6s 0.5s ease; }
.ak-lb-footer.ak-vis { opacity: 1; transform: translateY(0); }

.ak-lb-footer-text { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(16px, 1.6vw, 22px) !important; font-weight: 300 !important; font-style: italic !important; color: rgba(255,255,255,0.5) !important; letter-spacing: 0.02em !important; }
.ak-lb-footer-text em { color: #C9972A; }

.ak-lb-cta {
    display: inline-flex !important; align-items: center !important; gap: 10px !important;
    font-family: 'Montserrat', sans-serif !important; font-size: 10px !important; font-weight: 500 !important;
    letter-spacing: 0.24em !important; text-transform: uppercase !important; color: rgba(255,255,255,0.6) !important;
    text-decoration: none !important; border: 0.5px solid rgba(201,151,42,0.3) !important;
    padding: 13px 28px !important; transition: color 0.25s, border-color 0.25s !important; white-space: nowrap;
}
.ak-lb-cta:hover { color: #C9972A !important; border-color: #C9972A !important; }

.ak-lb-cta-arrow { width: 18px; height: 0.5px; background: currentColor; position: relative; flex-shrink: 0; transition: width 0.25s; }
.ak-lb-cta-arrow::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(45deg); width: 5px; height: 5px; border-right: 0.5px solid currentColor; border-top: 0.5px solid currentColor; }
.ak-lb-cta:hover .ak-lb-cta-arrow { width: 26px; }

.ak-lb-goldline { height: 1px; margin-top: 48px; background: linear-gradient(to right, transparent 0%, #C9972A 20%, #C9972A 80%, transparent 100%); opacity: 0.25; }

/* Lightbox */
.ak-lb-lightbox { position: fixed; inset: 0; z-index: 9000; background: rgba(13,13,13,0.95); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s; }
.ak-lb-lightbox.open { opacity: 1; visibility: visible; }

.ak-lb-lightbox-inner { position: relative; max-width: 720px; max-height: 88vh; width: 90%; }
.ak-lb-lightbox-img { width: 100%; height: auto; max-height: 78vh; object-fit: contain; display: block; }
.ak-lb-lightbox-placeholder { width: 100%; min-height: 420px; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 14px; font-style: italic; color: rgba(255,255,255,0.2); letter-spacing: 0.1em; border: 0.5px solid rgba(201,151,42,0.12); }

.ak-lb-lightbox-caption { padding: 14px 0 0; display: flex; align-items: center; justify-content: space-between; }
.ak-lb-lightbox-caption span { font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.ak-lb-lightbox-caption a { font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #C9972A !important; text-decoration: none !important; transition: opacity 0.2s; }
.ak-lb-lightbox-caption a:hover { opacity: 0.7; }

.ak-lb-close { position: absolute; top: -36px; right: 0; background: none; border: none; cursor: pointer; color: rgba(255,255,255,0.4); padding: 4px; font-size: 20px; line-height: 1; transition: color 0.2s; display: flex; align-items: center; gap: 6px; }
.ak-lb-close:hover { color: #C9972A; }
.ak-lb-close-label { font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: currentColor; }

.ak-lb-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(13,13,13,0.7); border: 0.5px solid rgba(201,151,42,0.2); color: rgba(255,255,255,0.5); cursor: pointer; padding: 12px 14px; font-size: 18px; line-height: 1; transition: color 0.2s, border-color 0.2s; }
.ak-lb-nav-btn:hover { color: #C9972A; border-color: #C9972A; }
.ak-lb-prev { left: -52px; }
.ak-lb-next { right: -52px; }

/* ── 11. FOOTER ── */
.site-footer:not(.ak-footer),
.wdt-footer-wrapper,
footer.site-footer:not(.ak-footer) { display: none !important; }

.ak-footer { width: 100%; background: #0d0d0d; border-top: 0.5px solid rgba(201,151,42,0.15); position: relative; }

.ak-footer-brand { padding: 64px 60px 52px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: start; border-bottom: 0.5px solid rgba(255,255,255,0.05); }

.ak-footer-logo-wrap { display: flex; flex-direction: column; gap: 20px; }
.ak-footer-logo { display: flex; align-items: center; gap: 12px; text-decoration: none !important; }
.ak-footer-logo-img { height: 40px; width: auto; display: block; }
.ak-footer-monogram { width: 44px; height: 44px; border-radius: 50%; border: 0.5px solid rgba(201,151,42,0.5); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: #C9972A; flex-shrink: 0; }
.ak-footer-wordmark { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.9); letter-spacing: 0.08em; }
.ak-footer-tagline { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(14px, 1.4vw, 18px) !important; font-weight: 300 !important; font-style: italic !important; color: rgba(255,255,255,0.9) !important; line-height: 1.7 !important; letter-spacing: 0.01em !important; max-width: 360px; }
.ak-footer-tagline em { color: #C9972A; font-style: italic; }

.ak-footer-socials { display: flex; align-items: center; gap: 8px; }
.ak-footer-social-link { width: 34px; height: 34px; border-radius: 50%; border: 0.5px solid rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.35) !important; text-decoration: none !important; transition: border-color 0.25s, color 0.25s, background 0.25s; flex-shrink: 0; }
.ak-footer-social-link:hover { border-color: #C9972A !important; color: #C9972A !important; background: rgba(255,255,255,0.9); }
.ak-footer-social-link svg { display: block; }

.ak-footer-newsletter { display: flex; flex-direction: column; gap: 14px; }
.ak-footer-nl-label { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.28em; color: #C9972A; text-transform: uppercase; }
.ak-footer-nl-heading { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(17px, 1.6vw, 22px) !important; font-weight: 300 !important; color: rgba(255,255,255,0.8) !important; line-height: 1.3 !important; }
.ak-footer-nl-sub { font-family: 'Montserrat', sans-serif !important; font-size: 10px !important; font-weight: 300 !important; letter-spacing: 0.06em !important; line-height: 1.75 !important; color: rgba(255,255,255,0.3) !important; }

.ak-footer-nl-form { display: flex; align-items: stretch; gap: 0; border: 0.5px solid rgba(201,151,42,0.2); overflow: hidden; transition: border-color 0.25s; }
.ak-footer-nl-form:focus-within { border-color: rgba(201,151,42,0.5); }
.ak-footer-nl-input { flex: 1; background: transparent; border: none; outline: none; font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); padding: 12px 16px; }
.ak-footer-nl-input::placeholder { color: rgba(255,255,255,0.2); }
.ak-footer-nl-btn { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: #0d0d0d; background: #C9972A; border: none; cursor: pointer; padding: 12px 18px; flex-shrink: 0; transition: background 0.25s; }
.ak-footer-nl-btn:hover { background: #E2B84A; }
.ak-footer-nl-note { font-family: 'Montserrat', sans-serif; font-size: 8px; letter-spacing: 0.08em; color: rgba(255,255,255,0.18); line-height: 1.6; }
.ak-footer-nl-note a { color: rgba(201,151,42,0.4) !important; text-decoration: none !important; transition: color 0.2s; }
.ak-footer-nl-note a:hover { color: #C9972A !important; }

.ak-footer-links { padding: 52px 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; border-bottom: 0.5px solid rgba(255,255,255,0.05); }

.ak-footer-col-title { font-family: 'Montserrat', sans-serif !important; font-size: 9px !important; font-weight: 500 !important; letter-spacing: 0.28em !important; color: #C9972A !important; text-transform: uppercase !important; margin-bottom: 22px !important; display: flex; align-items: center; gap: 10px; }
.ak-footer-col-title::after { content: ''; flex: 1; height: 0.5px; background: rgba(201,151,42,0.18); display: block; }

.ak-footer-link-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ak-footer-link-list li { display: flex; align-items: center; gap: 8px; }
.ak-footer-link-list li::before { content: ''; width: 3px; height: 3px; background: rgba(201,151,42,0.3); transform: rotate(45deg); flex-shrink: 0; }
.ak-footer-link-list a { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; letter-spacing: 0.06em !important; color: rgba(255,255,255,0.9) !important; text-decoration: none !important; transition: color 0.2s, padding-left 0.18s !important; line-height: 1.5; }
.ak-footer-link-list a:hover { color: #C9972A !important; padding-left: 4px !important; }

.ak-footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.ak-footer-contact-item:last-child { margin-bottom: 0; }
.ak-footer-contact-icon { width: 28px; height: 28px; flex-shrink: 0; border: 0.5px solid rgba(201,151,42,0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.ak-footer-contact-text { display: flex; flex-direction: column; gap: 3px; }
.ak-footer-contact-label { font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: 0.2em; color: rgba(255,255,255,0.9); text-transform: uppercase; }
.ak-footer-contact-value { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; letter-spacing: 0.04em !important; color: rgba(255,255,255,0.52) !important; text-decoration: none !important; transition: color 0.2s !important; line-height: 1.55; }
a.ak-footer-contact-value:hover { color: #C9972A !important; }

.ak-footer-closing { padding: 24px 60px; background: rgba(201,151,42,0.04); border-top: 0.5px solid rgba(201,151,42,0.1); border-bottom: 0.5px solid rgba(201,151,42,0.1); text-align: center; }
.ak-footer-closing-quote { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(14px, 1.3vw, 17px) !important; font-weight: 300 !important; font-style: italic !important; color: rgba(201,151,42,0.65) !important; letter-spacing: 0.04em !important; line-height: 1.6 !important; }
.ak-footer-closing-quote em { color: #C9972A; font-style: italic; }

.ak-footer-bottom { padding: 18px 60px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.ak-footer-copyright { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: 0.1em; color: rgba(255,255,255,0.12); line-height: 1.5; }
.ak-footer-copyright a { color: rgba(201,151,42,0.50) !important; text-decoration: none !important; transition: color 0.2s; }
.ak-footer-copyright a:hover { color: #C9972A !important; }

.ak-footer-bottom-links { display: flex; align-items: center; gap: 14px; }
.ak-footer-bottom-links a { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.2) !important; text-decoration: none !important; transition: color 0.2s; }
.ak-footer-bottom-links a:hover { color: rgba(255,255,255,0.5) !important; }
.ak-footer-bottom-links span { color: rgba(255,255,255,0.08); }

/* ── 12. ABOUT US PAGE ── */
.ak-about-hero { width: 100%; min-height: 72vh; background: #0d0d0d; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ak-about-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 30%; background-repeat: no-repeat; }
.ak-about-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(13,13,13,0.35) 0%, rgba(13,13,13,0.75) 100%); }
.ak-about-hero-content { position: relative; z-index: 2; text-align: center; padding: 80px 48px; max-width: 720px; width: 100%; }

.ak-about-hero-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.36em; color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 1.6rem; animation: ak-about-fadeUp 0.7s 0.2s ease both; }
.ak-about-hero-rule { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 2rem; animation: ak-about-fadeUp 0.6s 0.35s ease both; }
.ak-about-hero-rule-line { height: 0.5px; background: #C9972A; animation: ak-about-growLine 1.2s 0.5s ease both; }
.ak-about-hero-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(38px, 5.5vw, 68px) !important; font-weight: 300 !important; line-height: 1.1 !important; color: #fff !important; margin-bottom: 1rem !important; animation: ak-about-fadeUp 0.8s 0.55s ease both; }
.ak-about-hero-title em { color: #C9972A; font-style: italic; }
.ak-about-hero-sub { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(16px, 2vw, 22px) !important; font-weight: 300 !important; font-style: italic !important; color: rgba(255,255,255,0.90) !important; line-height: 1.6 !important; animation: ak-about-fadeUp 0.7s 0.8s ease both; }

.ak-about-hero-corner { position: absolute; width: 28px; height: 28px; border-color: rgba(201,151,42,0.25); border-style: solid; }
.ak-about-corner-tl { top: 24px; left: 24px; border-width: 0.5px 0 0 0.5px; }
.ak-about-corner-tr { top: 24px; right: 24px; border-width: 0.5px 0.5px 0 0; }
.ak-about-corner-bl { bottom: 60px; left: 24px; border-width: 0 0 0.5px 0.5px; }
.ak-about-corner-br { bottom: 60px; right: 24px; border-width: 0 0.5px 0.5px 0; }

.ak-about-hero-scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2; animation: ak-about-fadeUp 0.7s 1.1s ease both; }

/* Brand Story */
.ak-about-story { display: grid; grid-template-columns: 1fr 1fr; overflow: visible; }
.ak-story-image-panel { position: relative; min-height: 560px; background: #1a1a1a; overflow: hidden; }
.ak-story-img-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; background-color: #1a1a1a; transition: transform 0.8s ease; will-change: transform; }
.ak-story-image-panel:hover .ak-story-img-bg { transform: scale(1.04); }
.ak-story-img-accent { position: absolute; top: 0; right: 0; width: 3px; height: 100%; background: linear-gradient(to bottom, transparent 0%, #C9972A 25%, #C9972A 75%, transparent 100%); }

.ak-story-est-badge { position: absolute; bottom: 28px; left: 28px; background: #0d0d0d; border: 0.5px solid rgba(201,151,42,0.35); padding: 14px 20px; }
.ak-story-est-badge .num { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; color: #C9972A; display: block; line-height: 1; }
.ak-story-est-badge .lbl { font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: 0.22em; color: rgba(255,255,255,0.45); text-transform: uppercase; display: block; margin-top: 4px; }

.ak-story-text-panel { padding: 72px 60px; display: flex; flex-direction: column; justify-content: center; background: #f5f2eb; position: relative; }
.ak-story-label { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.32em; color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 1.4rem; }
.ak-story-rule { display: flex; align-items: center; gap: 10px; margin-bottom: 1.6rem; }
.ak-story-rule-line { height: 0.5px; background: #C9972A; width: 56px; }
.ak-story-heading { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(26px, 3vw, 42px) !important; font-weight: 300 !important; line-height: 1.15 !important; color: #0d0d0d !important; margin-bottom: 0.5rem !important; }
.ak-story-heading em { color: #C9972A; font-style: italic; }
.ak-story-founder-name { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(13px, 1.2vw, 16px) !important; font-weight: 300 !important; font-style: italic !important; color: rgba(13,13,13,0.42) !important; margin-bottom: 1.8rem !important; display: block; }
.ak-story-body, .ak-story-body-2 { font-family: 'Montserrat', sans-serif !important; font-size: clamp(11px, 0.95vw, 13px) !important; font-weight: 300 !important; line-height: 2 !important; color: rgba(13,13,13,0.62) !important; margin-bottom: 1.2rem !important; }
.ak-story-body-2 { margin-bottom: 2rem !important; }

.ak-story-cta { display: inline-flex !important; align-items: center !important; gap: 10px !important; font-family: 'Montserrat', sans-serif !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0.22em !important; text-transform: uppercase !important; color: #0d0d0d !important; text-decoration: none !important; position: relative; transition: color 0.25s !important; }
.ak-story-cta::after { content: ''; position: absolute; bottom: -3px; left: 0; height: 0.5px; width: 0; background: #C9972A; transition: width 0.35s ease; }
.ak-story-cta:hover::after { width: 100%; }
.ak-story-cta:hover { color: #C9972A !important; }

.ak-cta-arrow { width: 22px; height: 0.5px; background: currentColor; position: relative; flex-shrink: 0; transition: width 0.3s; }
.ak-cta-arrow::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(45deg); width: 5px; height: 5px; border-right: 0.5px solid currentColor; border-top: 0.5px solid currentColor; }
.ak-story-cta:hover .ak-cta-arrow { width: 32px; }

.ak-story-deco-num { position: absolute; top: 50%; right: 18px; transform: translateY(-50%) rotate(90deg); font-family: 'Cormorant Garamond', serif; font-size: 10px; font-weight: 300; letter-spacing: 0.25em; color: rgba(13,13,13,0.07); text-transform: uppercase; white-space: nowrap; pointer-events: none; }

/* Mission & Vision */
.ak-about-mv { background: #0d0d0d; padding: 88px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.ak-mv-card { padding: 56px 52px; position: relative; overflow: hidden; border: 0.5px solid rgba(201,151,42,0.08); transition: border-color 0.3s ease; }
.ak-mv-card:hover { border-color: rgba(201,151,42,0.25); }
.ak-mv-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: #C9972A; transform: scaleX(0); transform-origin: left; transition: transform 0.5s ease; }
.ak-mv-card:hover::before { transform: scaleX(1); }
.ak-mv-icon { width: 44px; height: 44px; margin-bottom: 24px; }
.ak-mv-icon svg { width: 100%; height: 100%; stroke: #C9972A; fill: none; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.ak-mv-label { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.3em; color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 14px; }
.ak-mv-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(22px, 2.4vw, 34px) !important; font-weight: 300 !important; line-height: 1.15 !important; color: #fff !important; margin-bottom: 18px !important; }
.ak-mv-body { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; line-height: 1.95 !important; letter-spacing: 0.04em !important; color: rgba(255,255,255,0.42) !important; }
.ak-mv-deco { position: absolute; bottom: 20px; right: 24px; font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 300; font-style: italic; color: rgba(201,151,42,0.04); line-height: 1; pointer-events: none; user-select: none; }

/* Values */
.ak-about-values { background: #f5f2eb; padding: 88px 60px; position: relative; }
.ak-values-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Cormorant Garamond', serif; font-size: clamp(80px, 12vw, 160px); font-weight: 300; font-style: italic; color: rgba(13,13,13,0.03); white-space: nowrap; pointer-events: none; user-select: none; z-index: 0; }
.ak-values-header { text-align: center; margin-bottom: 64px; position: relative; z-index: 1; }
.ak-values-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.32em; color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 12px; }
.ak-values-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(30px, 3.5vw, 48px) !important; font-weight: 300 !important; line-height: 1.1 !important; color: #0d0d0d !important; }
.ak-values-title em { color: #C9972A; font-style: italic; }
.ak-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; position: relative; z-index: 1; }

.ak-value-card { background: #fff; padding: 44px 36px; position: relative; transition: background 0.35s ease; cursor: default; }
.ak-value-card:hover { background: #0d0d0d; }
.ak-value-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: #C9972A; transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.ak-value-card:hover::before { transform: scaleX(1); }
.ak-value-num { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 300; line-height: 0.85; color: rgba(201,151,42,0.15); display: block; margin-bottom: 18px; transition: color 0.35s; user-select: none; letter-spacing: -0.02em; }
.ak-value-card:hover .ak-value-num { color: rgba(201,151,42,0.45); }
.ak-value-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(17px, 1.7vw, 22px) !important; font-weight: 400 !important; line-height: 1.2 !important; color: #0d0d0d !important; margin-bottom: 12px !important; display: block; transition: color 0.35s; }
.ak-value-card:hover .ak-value-title { color: #fff !important; }
.ak-value-body { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; line-height: 1.9 !important; color: rgba(13,13,13,0.6) !important; transition: color 0.35s; }
.ak-value-card:hover .ak-value-body { color: rgba(255,255,255,0.5) !important; }
.ak-value-dash { display: block; width: 0; height: 0.5px; background: #C9972A; margin-top: 18px; transition: width 0.5s 0.1s ease; }
.ak-value-card:hover .ak-value-dash { width: 36px; }

/* Founder */
.ak-about-founder { background: #0d0d0d; padding: 88px 60px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; align-items: center; }
.ak-founder-image { position: relative; margin-bottom: 20px; }
.ak-founder-img-frame { position: relative; overflow: hidden; padding-bottom: 125%; background: #1a1a1a; }
.ak-founder-img-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; background-color: #1a1a1a; transition: transform 0.7s ease; will-change: transform; }
.ak-founder-image:hover .ak-founder-img-bg { transform: scale(1.04); }
.ak-founder-gold-frame { position: absolute; inset: -8px; border: 0.5px solid rgba(201,151,42,0.15); pointer-events: none; }
.ak-founder-name-badge { position: absolute; bottom: -16px; right: -16px; background: #C9972A; padding: 14px 20px; }
.ak-founder-name-badge .title { font-family: 'Montserrat', sans-serif; font-size: 7px; font-weight: 400; letter-spacing: 0.24em; color: rgba(13,13,13,0.7); text-transform: uppercase; display: block; }
.ak-founder-name-badge .name { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 400; font-style: italic; color: #0d0d0d; display: block; margin-top: 2px; }

.ak-founder-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.32em; color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 1.4rem; }
.ak-founder-rule { display: flex; align-items: center; gap: 10px; margin-bottom: 1.6rem; }
.ak-founder-rule-line { height: 0.5px; background: rgba(201,151,42,0.4); width: 56px; }
.ak-founder-heading { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(26px, 3vw, 42px) !important; font-weight: 300 !important; line-height: 1.15 !important; color: #fff !important; margin-bottom: 24px !important; }
.ak-founder-heading em { color: #C9972A; font-style: italic; }
.ak-founder-quote { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(17px, 1.8vw, 22px) !important; font-weight: 300 !important; font-style: italic !important; color: rgba(255,255,255,0.7) !important; line-height: 1.6 !important; margin-bottom: 24px !important; border-left: 2px solid #C9972A !important; padding-left: 20px !important; }
.ak-founder-body { font-family: 'Montserrat', sans-serif !important; font-size: clamp(11px, 0.95vw, 13px) !important; font-weight: 300 !important; line-height: 2 !important; color: rgba(255,255,255,0.42) !important; margin-bottom: 1.2rem !important; }
.ak-founder-signature { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; font-style: italic; color: #C9972A; margin-top: 24px; display: block; }

/* Timeline */
.ak-about-timeline { background: #f5f2eb; padding: 88px 60px; position: relative; overflow: hidden; }
.ak-timeline-header { text-align: center; margin-bottom: 64px; }
.ak-timeline-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.32em; color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 12px; }
.ak-timeline-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(30px, 3.2vw, 46px) !important; font-weight: 300 !important; line-height: 1.1 !important; color: #0d0d0d !important; }
.ak-timeline-title em { color: #C9972A; font-style: italic; }

.ak-timeline-track { position: relative; max-width: 900px; margin: 0 auto; }
.ak-timeline-track::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 0.5px; background: rgba(201,151,42,0.2); transform: translateX(-50%); }

.ak-timeline-item { display: grid; grid-template-columns: 1fr 60px 1fr; gap: 0; align-items: start; margin-bottom: 56px; }
.ak-timeline-item:last-child { margin-bottom: 0; }
.ak-timeline-left { padding-right: 32px; text-align: right; }
.ak-timeline-right { padding-left: 32px; text-align: left; }
.ak-timeline-node { display: flex; align-items: center; justify-content: center; flex-direction: column; padding-top: 4px; }
.ak-timeline-dot { width: 12px; height: 12px; border-radius: 50%; background: #C9972A; flex-shrink: 0; position: relative; z-index: 1; }
.ak-timeline-dot::before { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 0.5px solid rgba(201,151,42,0.3); }
.ak-timeline-year { font-family: 'Cormorant Garamond', serif; font-size: 11px; font-weight: 300; letter-spacing: 0.2em; color: rgba(201,151,42,0.6); text-transform: uppercase; margin-top: 6px; white-space: nowrap; }
.ak-timeline-card-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(16px, 1.6vw, 21px) !important; font-weight: 400 !important; color: #0d0d0d !important; margin-bottom: 8px !important; line-height: 1.25 !important; }
.ak-timeline-card-body { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; line-height: 1.85 !important; color: rgba(13,13,13,0.52) !important; }

/* CTA Banner */
.ak-about-cta-banner { background: #0d0d0d; padding: 88px 60px; text-align: center; position: relative; overflow: hidden; }
.ak-cta-banner-bg { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(201,151,42,0.025) 0px, rgba(201,151,42,0.025) 1px, transparent 1px, transparent 18px); }
.ak-cta-banner-content { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.ak-cta-banner-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.32em; color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 1.4rem; }
.ak-cta-banner-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(32px, 4vw, 54px) !important; font-weight: 300 !important; line-height: 1.1 !important; color: #fff !important; margin-bottom: 1rem !important; }
.ak-cta-banner-title em { color: #C9972A; font-style: italic; }
.ak-cta-banner-sub { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; letter-spacing: 0.08em !important; color: rgba(255,255,255,0.36) !important; line-height: 1.9 !important; max-width: 480px; margin: 0 auto 2.6rem !important; }
.ak-cta-banner-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.ak-cta-btn-primary { font-family: 'Montserrat', sans-serif !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0.24em !important; text-transform: uppercase !important; color: #0d0d0d !important; background: #C9972A !important; border: none !important; padding: 16px 40px !important; text-decoration: none !important; display: inline-block; transition: background 0.25s !important; }
.ak-cta-btn-primary:hover { background: #E2B84A !important; }
.ak-cta-btn-secondary { font-family: 'Montserrat', sans-serif !important; font-size: 10px !important; font-weight: 400 !important; letter-spacing: 0.24em !important; text-transform: uppercase !important; color: rgba(255,255,255,0.65) !important; background: transparent !important; border: 0.5px solid rgba(201,151,42,0.4) !important; padding: 16px 40px !important; text-decoration: none !important; display: inline-block; transition: border-color 0.25s, color 0.25s !important; }
.ak-cta-btn-secondary:hover { border-color: #C9972A !important; color: #C9972A !important; }

/* ── 13. LOOKBOOK PAGE ── */
#ak-lookbook-page { background: #0d0d0d; min-height: 100vh; }

.ak-lb-page-hero { width: 100%; min-height: 55vh; background: #0d0d0d; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ak-lb-page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 35%; background-color: #0d0d0d; }
.ak-lb-page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(13,13,13,0.4) 0%, rgba(13,13,13,0.78) 100%); }
.ak-lb-page-hero-content { position: relative; z-index: 2; text-align: center; padding: 80px 48px; max-width: 680px; width: 100%; }
.ak-lb-page-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.36em; color: #C9972A; text-transform: uppercase; display: block; margin-bottom: 1.6rem; animation: lbp-fadeUp 0.7s 0.2s ease both; }
.ak-lb-page-rule { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 2rem; animation: lbp-fadeUp 0.6s 0.35s ease both; }
.ak-lb-page-rule-line { height: 0.5px; background: #C9972A; animation: lbp-growLine 1.2s 0.5s ease both; }
.ak-lb-page-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(42px, 6vw, 72px) !important; font-weight: 300 !important; line-height: 1.05 !important; color: #fff !important; margin-bottom: 1rem !important; animation: lbp-fadeUp 0.8s 0.55s ease both; }
.ak-lb-page-title em { color: #C9972A; font-style: italic; }
.ak-lb-page-sub { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(15px, 1.8vw, 20px) !important; font-weight: 300 !important; font-style: italic !important; color: rgba(255,255,255,0.5) !important; line-height: 1.6 !important; animation: lbp-fadeUp 0.7s 0.75s ease both; }

.ak-lb-page-hero-corner { position: absolute; width: 26px; height: 26px; border-color: rgba(201,151,42,0.22); border-style: solid; }
.ak-lb-corner-tl { top: 22px; left: 22px; border-width: 0.5px 0 0 0.5px; }
.ak-lb-corner-tr { top: 22px; right: 22px; border-width: 0.5px 0.5px 0 0; }
.ak-lb-corner-bl { bottom: 22px; left: 22px; border-width: 0 0 0.5px 0.5px; }
.ak-lb-corner-br { bottom: 22px; right: 22px; border-width: 0 0.5px 0.5px 0; }

/* Filter bar */
.ak-lb-filter-bar { background: #0d0d0d; border-top: 0.5px solid rgba(201,151,42,0.12); border-bottom: 0.5px solid rgba(201,151,42,0.12); padding: 0 60px; display: flex; align-items: center; justify-content: center; gap: 0; position: sticky; top: 0; z-index: 80; transition: box-shadow 0.3s ease; overflow-x: auto; }
.ak-lb-filter-bar.ak-lb-filter-scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.6); }
.ak-lb-filter-btn { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(255,255,255,0.35); background: transparent; border: none; cursor: pointer; padding: 18px 28px; white-space: nowrap; position: relative; transition: color 0.25s; flex-shrink: 0; }
.ak-lb-filter-btn::after { content: ''; position: absolute; bottom: 0; left: 28px; right: 28px; height: 1.5px; background: #C9972A; transform: scaleX(0); transform-origin: center; transition: transform 0.3s ease; }
.ak-lb-filter-btn:hover { color: rgba(255,255,255,0.65); }
.ak-lb-filter-btn.active { color: #C9972A; }
.ak-lb-filter-btn.active::after { transform: scaleX(1); }
.ak-lb-filter-count { display: inline-block; font-size: 7px; color: rgba(201,151,42,0.45); margin-left: 4px; letter-spacing: 0.1em; }

/* Grid */
.ak-lb-page-section { padding: 56px 48px 80px; background: #0d0d0d; }
.ak-lb-page-grid { columns: 4; column-gap: 4px; }

.ak-lb-grid-item { break-inside: avoid; margin-bottom: 4px; position: relative; overflow: hidden; cursor: pointer; display: block; }
.ak-lb-grid-item.ak-lb-hidden { display: none !important; }
.ak-lb-grid-img { width: 100%; height: auto; display: block; transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94); will-change: transform; }
.ak-lb-grid-item:hover .ak-lb-grid-img { transform: scale(1.06); }

.ak-lb-grid-overlay { position: absolute; inset: 0; background: rgba(13,13,13,0); transition: background 0.4s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ak-lb-grid-item:hover .ak-lb-grid-overlay { background: rgba(13,13,13,0.58); }

.ak-lb-grid-plus { width: 36px; height: 36px; border-radius: 50%; border: 0.5px solid rgba(201,151,42,0); display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.7); transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease; position: relative; }
.ak-lb-grid-plus::before, .ak-lb-grid-plus::after { content: ''; position: absolute; background: #C9972A; border-radius: 1px; }
.ak-lb-grid-plus::before { width: 14px; height: 0.5px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ak-lb-grid-plus::after { width: 0.5px; height: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ak-lb-grid-item:hover .ak-lb-grid-plus { opacity: 1; transform: scale(1); border-color: rgba(201,151,42,0.6); }

.ak-lb-grid-tag { position: absolute; bottom: 16px; left: 16px; opacity: 0; transform: translateY(8px); transition: opacity 0.3s ease, transform 0.3s ease; }
.ak-lb-grid-item:hover .ak-lb-grid-tag { opacity: 1; transform: translateY(0); }
.ak-lb-grid-tag-collection { font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: 0.22em; color: #C9972A; text-transform: uppercase; display: block; }
.ak-lb-grid-tag-title { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 300; font-style: italic; color: #fff; display: block; margin-top: 2px; }

/* Load more */
.ak-lb-load-more-wrap { text-align: center; padding-top: 52px; }
.ak-lb-load-more { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,0.6); background: transparent; border: 0.5px solid rgba(201,151,42,0.35); padding: 15px 44px; cursor: pointer; transition: color 0.25s, border-color 0.25s; display: inline-flex; align-items: center; gap: 12px; }
.ak-lb-load-more:hover { color: #C9972A; border-color: #C9972A; }
.ak-lb-load-more.loading { opacity: 0.6; cursor: default; }
.ak-lb-load-more-count { font-size: 8px; color: rgba(201,151,42,0.45); letter-spacing: 0.15em; font-weight: 300; }

/* Lightbox */
.ak-lb-lightbox { position: fixed; inset: 0; z-index: 9000; background: rgba(13,13,13,0.96); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.35s ease, visibility 0.35s; }
.ak-lb-lightbox.open { opacity: 1; visibility: visible; }
.ak-lb-lightbox-inner { position: relative; max-width: 720px; width: 92%; }
.ak-lb-lightbox-img-wrap { position: relative; overflow: hidden; min-height: 200px; display: flex; align-items: center; justify-content: center; }
.ak-lb-lightbox-img { width: 100%; height: auto; max-height: 78vh; object-fit: contain; display: block; }
.ak-lb-lightbox-spinner { display: flex; align-items: center; justify-content: center; padding: 60px 0; }
.ak-lb-spinner-ring { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid rgba(201,151,42,0.2); border-top-color: #C9972A; animation: lbp-spin 0.8s linear infinite; }

.ak-lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(13,13,13,0.65); border: 0.5px solid rgba(201,151,42,0.2); color: rgba(255,255,255,0.5); cursor: pointer; padding: 14px 16px; font-size: 20px; line-height: 1; transition: color 0.2s, border-color 0.2s; z-index: 2; }
.ak-lb-nav:hover { color: #C9972A; border-color: #C9972A; }
.ak-lb-nav-prev { left: -58px; }
.ak-lb-nav-next { right: -58px; }

.ak-lb-counter { position: absolute; top: -30px; right: 0; font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: 0.18em; color: rgba(255,255,255,0.22); }

.ak-lb-close { position: absolute; top: -42px; right: 0; background: none; border: none; cursor: pointer; color: rgba(255,255,255,0.4); display: flex; align-items: center; gap: 6px; transition: color 0.2s; padding: 0; }
.ak-lb-close:hover { color: #C9972A; }
.ak-lb-close-label { font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: currentColor; }

.ak-lb-caption { display: flex; align-items: flex-start; justify-content: space-between; padding: 16px 0 0; gap: 20px; }
.ak-lb-caption-left { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.ak-lb-caption-collection { font-family: 'Montserrat', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: 0.24em; color: #C9972A; text-transform: uppercase; }
.ak-lb-caption-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.2; }
.ak-lb-caption-desc { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 300; letter-spacing: 0.05em; line-height: 1.7; color: rgba(255,255,255,0.38); margin-top: 4px; }
.ak-lb-caption-shop { font-family: 'Montserrat', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #C9972A !important; text-decoration: none !important; white-space: nowrap; flex-shrink: 0; transition: opacity 0.2s; padding-top: 4px; }
.ak-lb-caption-shop:hover { opacity: 0.7; }

/* Empty state */
.ak-lb-empty { text-align: center; padding: 80px 40px; max-width: 520px; margin: 0 auto; }
.ak-lb-empty-icon { color: rgba(201,151,42,0.3); margin-bottom: 28px; }
.ak-lb-empty-title { font-family: 'Cormorant Garamond', serif !important; font-size: clamp(24px, 2.5vw, 32px) !important; font-weight: 300 !important; color: rgba(255,255,255,0.7) !important; margin-bottom: 12px !important; }
.ak-lb-empty-body { font-family: 'Montserrat', sans-serif !important; font-size: 11px !important; font-weight: 300 !important; color: rgba(255,255,255,0.3) !important; line-height: 1.8 !important; margin-bottom: 28px !important; }
.ak-lb-empty-cta { font-family: 'Montserrat', sans-serif !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0.24em !important; text-transform: uppercase !important; color: #0d0d0d !important; background: #C9972A !important; border: none !important; padding: 14px 36px !important; text-decoration: none !important; display: inline-block; transition: background 0.25s !important; }
.ak-lb-empty-cta:hover { background: #E2B84A !important; }

/* ── 14. CONTACT PAGE ── */
.ak-contact-page { background: #0a0a0a; color: #f5f5f5; font-family: 'Montserrat', sans-serif; overflow-x: hidden; position: relative !important; height: auto !important; min-height: 100vh !important; }

.ak-contact-hero { text-align: center; padding: 100px 20px 60px; position: relative; }
.ak-contact-hero::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 1px; background: #C9A96E; opacity: 0.6; }

.ak-contact-label { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: #C9A96E; margin-bottom: 20px; display: block; }
.ak-contact-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 64px); font-weight: 300; font-style: italic; color: #f5f5f5; line-height: 1.1; margin: 0 0 20px; }
.ak-contact-subtitle { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 300; color: #888; max-width: 500px; margin: 0 auto; line-height: 1.7; }

.ak-contact-info-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 60px 20px; }

.ak-contact-card { background: rgba(201, 169, 110, 0.03); border: 1px solid rgba(201, 169, 110, 0.1); padding: 40px 30px; text-align: center; transition: all 0.4s ease; position: relative; overflow: hidden; }
.ak-contact-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #C9A96E; transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.ak-contact-card:hover { background: rgba(201, 169, 110, 0.06); border-color: rgba(201, 169, 110, 0.25); transform: translateY(-4px); }
.ak-contact-card:hover::before { transform: scaleX(1); }

.ak-contact-icon { width: 48px; height: 48px; border: 1px solid rgba(201, 169, 110, 0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: #C9A96E; font-size: 18px; transition: all 0.3s ease; }
.ak-contact-card:hover .ak-contact-icon { background: rgba(201, 169, 110, 0.1); border-color: #C9A96E; }

.ak-contact-card-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; font-style: italic; color: #f5f5f5; margin: 0 0 10px; }
.ak-contact-card-text { font-size: 13px; color: #888; line-height: 1.6; margin: 0; }
.ak-contact-card-text a { color: #C9A96E; text-decoration: none; transition: color 0.2s; border-bottom: 1px solid transparent; }
.ak-contact-card-text a:hover { border-bottom-color: rgba(201, 169, 110, 0.4); }

.ak-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; max-width: 1200px; margin: 0 auto; padding: 40px 20px 100px; align-items: start; }

.ak-contact-form-wrap { position: relative; }
.ak-contact-form-title { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; font-style: italic; color: #f5f5f5; margin: 0 0 10px; }
.ak-contact-form-desc { font-size: 13px; color: #666; margin: 0 0 40px; line-height: 1.6; }

.ak-form-group { margin-bottom: 30px; position: relative; }
.ak-form-group label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #C9A96E; margin-bottom: 10px; }
.ak-form-group input, .ak-form-group textarea, .ak-form-group select { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(201, 169, 110, 0.2); color: #f5f5f5; font-family: 'Montserrat', sans-serif; font-size: 14px; padding: 12px 0; outline: none; transition: border-color 0.3s ease; border-radius: 0; }
.ak-form-group input:focus, .ak-form-group textarea:focus, .ak-form-group select:focus { border-bottom-color: #C9A96E; }
.ak-form-group textarea { min-height: 120px; resize: vertical; }
.ak-form-group select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23C9A96E'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0 center; padding-right: 20px; }
.ak-form-group select option { background: #111; color: #f5f5f5; }

.ak-form-submit { display: inline-flex; align-items: center; gap: 12px; background: transparent; border: 1px solid #C9A96E; color: #C9A96E; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 16px 40px; cursor: pointer; transition: all 0.4s ease; margin-top: 10px; }
.ak-form-submit:hover { background: #C9A96E; color: #0a0a0a; }
.ak-form-submit .arrow { transition: transform 0.3s ease; }
.ak-form-submit:hover .arrow { transform: translateX(4px); }

.ak-contact-details { padding-top: 10px; }
.ak-contact-details-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; font-style: italic; color: #f5f5f5; margin: 0 0 30px; }

.ak-contact-detail-item { display: flex; gap: 20px; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(201, 169, 110, 0.08); }
.ak-contact-detail-item:last-child { border-bottom: none; }

.ak-detail-icon { width: 40px; height: 40px; border: 1px solid rgba(201, 169, 110, 0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #C9A96E; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.ak-detail-content h4 { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #C9A96E; margin: 0 0 8px; }
.ak-detail-content p, .ak-detail-content a { font-size: 14px; color: #aaa; line-height: 1.6; margin: 0; text-decoration: none; transition: color 0.2s; }
.ak-detail-content a:hover { color: #C9A96E; }

.ak-contact-socials { display: flex; gap: 16px; margin-top: 40px; }
.ak-contact-socials a { width: 42px; height: 42px; border: 1px solid rgba(201, 169, 110, 0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #C9A96E; font-size: 14px; text-decoration: none; transition: all 0.3s ease; }
.ak-contact-socials a:hover { background: #C9A96E; border-color: #C9A96E; color: #0a0a0a; transform: translateY(-2px); }

.ak-contact-map { width: 100%; height: 400px; border: none; filter: grayscale(100%) invert(92%) contrast(83%); opacity: 0.7; transition: opacity 0.4s ease; }
.ak-contact-map:hover { opacity: 1; }

.ak-form-message { padding: 16px 20px; margin-bottom: 24px; font-size: 13px; border-left: 2px solid; display: none; }
.ak-form-message.success { display: block; background: rgba(201, 169, 110, 0.08); border-left-color: #C9A96E; color: #C9A96E; }
.ak-form-message.error { display: block; background: rgba(220, 53, 69, 0.08); border-left-color: #dc3545; color: #ff6b7a; }

/* ── 15. RESPONSIVE ── */

/* Tablet 1100px */
@media (max-width: 1100px) {
    .ak-header-inner { padding: 0 24px; }
    .ak-nav-item { padding: 0 12px; font-size: 9px !important; }
    .ak-search-input { width: 130px; }
    .ak-announce-left, .ak-announce-right { min-width: 120px; }
    .ak-lb-page-grid { columns: 3; }
    .ak-lb-page-section { padding: 48px 36px 72px; }
    .ak-lb-filter-bar { padding: 0 36px; }
}

/* Tablet 900px */
@media (max-width: 900px) {
    .ak-announce-bar   { display: none; }
    .ak-main-header    { display: none; }
    .ak-mobile-header  { display: block; }

    .site-header, header.site-header, .wdt-header-wrapper, .wdt-header,
    [class*="mobile_menu"], #mobile-header, .mobile-header { display: none !important; }

    .ak-footer-brand { grid-template-columns: 1fr; padding: 48px 36px 40px; gap: 40px; }
    .ak-footer-links { grid-template-columns: 1fr 1fr; padding: 40px 36px; gap: 32px; }
    .ak-footer-closing { padding: 20px 36px; }
    .ak-footer-bottom { padding: 16px 36px; }

    .ak-coll-grid { grid-template-columns: 1fr 1fr; }
    .ak-coll-card:nth-child(3) { grid-column: 1 / -1; height: 320px; }
    .ak-collections-section { padding: 60px 24px; }

    .ak-why-grid { grid-template-columns: 1fr 1fr; }
    .ak-why-section { padding: 72px 24px; }
    .ak-why-philosophy { flex-direction: column; gap: 24px; padding: 32px 28px; }
    .ak-why-phil-source { text-align: left; }
    .ak-why-phil-rule { flex-direction: row; }
    .ak-why-phil-line { width: 40px; height: 0.5px; }

    .ak-lb-grid { grid-template-columns: repeat(3, 1fr); }
    .ak-lb-featured { grid-column: span 1; grid-row: span 1; min-height: unset; }
    .ak-lb-featured .ak-lb-img-wrap { position: relative !important; inset: auto !important; height: auto !important; padding-bottom: 120% !important; }
    .ak-lb-nav-btn { display: none; }

    .ak-quote-content { padding: 80px 32px; }
    .ak-quote-pillars { flex-wrap: wrap; gap: 32px 0; }
    .ak-pillar { max-width: 50%; }
    .ak-pillar:nth-child(3)::before, .ak-pillar:nth-child(even)::before { display: none; }

    .ak-about-story { grid-template-columns: 1fr; }
    .ak-about-founder { grid-template-columns: 1fr; padding: 60px 36px; gap: 56px; }
    .ak-about-mv { grid-template-columns: 1fr; padding: 60px 36px; }
    .ak-about-values { padding: 60px 36px; }
    .ak-values-grid { grid-template-columns: 1fr 1fr; }
    .ak-about-timeline { padding: 60px 36px; }
    .ak-about-cta-banner { padding: 60px 36px; }
    .ak-story-image-panel { min-height: 320px; }
    .ak-story-text-panel { padding: 52px 36px; }
    .ak-mv-card { padding: 44px 36px; }
    .ak-about-corner-bl, .ak-about-corner-br { display: none; }

    /* Contact page tablet fixes */
    .ak-contact-info-row { grid-template-columns: 1fr 1fr; }
    .ak-contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Tablet 768px */
@media (max-width: 768px) {
    .ak-hero-content { padding: 5rem 1.4rem 4.5rem !important; }
    .ak-eyebrow { font-size: 9px !important; letter-spacing: 0.2em !important; margin-bottom: 1.4rem !important; }
    .ak-headline { font-size: 40px !important; line-height: 1.08 !important; margin-bottom: 0.9rem !important; }
    .ak-subheadline { font-size: 16px !important; margin-bottom: 0.75rem !important; padding: 0 0.5rem !important; }
    .ak-intro { font-size: 10px !important; letter-spacing: 0.05em !important; margin-bottom: 2.4rem !important; padding: 0 0.25rem !important; }
    .ak-cta-row { flex-direction: column !important; align-items: center !important; gap: 10px !important; }
    .ak-btn-primary, .ak-btn-secondary { width: 100% !important; max-width: 280px !important; text-align: center !important; padding: 15px 20px !important; }
    .ak-corner { display: none !important; }
    .ak-rule { animation-name: ak-expandRuleMobile !important; }
    .ak-slider-arrow { display: none !important; }
    .ak-slider-dots { bottom: 55px; gap: 10px; }
    .ak-slider-dot { width: 6px; height: 6px; }

    .ak-marquee-section::before, .ak-marquee-section::after { width: 50px; }
    .ak-marquee-track { animation-duration: 20s; }
    .ak-marquee-track-2 { animation-duration: 26s; }
    .ak-marquee-phrase { font-size: 20px; padding: 0 10px; }
    .ak-marquee-kw { font-size: 8px; padding: 0 16px; letter-spacing: 0.22em; }
    .ak-marquee-sep { padding: 0 10px; }
    .ak-marquee-sep::before, .ak-marquee-sep::after { width: 12px; }

    .ak-about-section { grid-template-columns: 1fr !important; }
    .ak-about-image-panel { min-height: 300px; }
    .ak-about-text-panel { padding: 2.8rem 1.6rem 3rem !important; }
    .ak-about-heading { font-size: 30px !important; margin-bottom: 0.5rem !important; }
    .ak-about-body { font-size: 12px !important; max-width: 100% !important; line-height: 1.9 !important; }
    .ak-about-label, .ak-about-rule, .ak-about-heading, .ak-about-subtitle, .ak-about-body, .ak-about-values, .ak-about-cta { transform: translateY(20px); }
    .ak-about-section.ak-revealed .ak-about-label, .ak-about-section.ak-revealed .ak-about-rule, .ak-about-section.ak-revealed .ak-about-heading, .ak-about-section.ak-revealed .ak-about-subtitle, .ak-about-section.ak-revealed .ak-about-body, .ak-about-section.ak-revealed .ak-about-values, .ak-about-section.ak-revealed .ak-about-cta { transform: translateY(0); }
    .ak-about-image-panel { transform: translateY(-20px); }
    .ak-about-section.ak-revealed .ak-about-image-panel { transform: translateY(0); }
    .ak-about-deco-num { display: none; }
    .ak-about-img-accent { display: none; }
    .ak-about-year-badge { bottom: 16px; left: 16px; padding: 10px 14px; }
    .ak-about-year-badge .year-num { font-size: 22px; }

    .ak-lb-page-grid { columns: 2; column-gap: 3px; }
    .ak-lb-page-section { padding: 36px 16px 60px; }
    .ak-lb-filter-bar { padding: 0 8px; justify-content: flex-start; }
    .ak-lb-filter-btn { padding: 14px 16px; font-size: 8px; }
    .ak-lb-filter-btn::after { left: 16px; right: 16px; }
    .ak-lb-nav { display: none; }
    .ak-lb-lightbox-inner { width: 96%; }
    .ak-lb-page-hero-content { padding: 60px 24px; }
    .ak-lb-corner-bl, .ak-lb-corner-br { display: none; }

    .ak-timeline-track::before { left: 20px; transform: none; }
    .ak-timeline-item { display: block !important; padding-left: 52px; position: relative; margin-bottom: 40px; }
    .ak-timeline-node { position: absolute; left: 8px; top: 0; flex-direction: column; padding-top: 0; }
    .ak-tl-empty { display: none !important; }
    .ak-timeline-left, .ak-timeline-right { text-align: left !important; padding: 0 !important; }
    .ak-timeline-year { display: block; margin-bottom: 6px; margin-top: 0; }
    .ak-timeline-card-title { font-size: 17px !important; }
    .ak-timeline-card-body { font-size: 11px !important; }

    .admin-bar #ak-site-header { top: 46px; }
}

/* Mobile 600px */
@media (max-width: 600px) {
    .ak-coll-grid { grid-template-columns: 1fr; gap: 12px; }
    .ak-coll-card, .ak-coll-card:nth-child(3) { height: 380px; grid-column: unset; }
    .ak-collections-section { padding: 48px 16px; }
    .ak-coll-header { margin-bottom: 32px; }
    .ak-coll-content { padding: 24px 20px; }
    .ak-coll-desc { max-height: 100px !important; opacity: 1 !important; transform: translateY(0) !important; font-size: 10px !important; }
    .ak-coll-link { max-height: 40px !important; opacity: 1 !important; transform: translateY(0) !important; }
    .ak-coll-overlay-hover { opacity: 0.35 !important; }

    .ak-why-grid { grid-template-columns: 1fr; }
    .ak-why-card { padding: 32px 24px 28px; }
    .ak-why-num { font-size: 56px !important; }
    .ak-why-section { padding: 52px 16px; }
    .ak-why-header { margin-bottom: 40px; }
    .ak-why-philosophy { margin-top: 32px; padding: 24px 20px; }
    .ak-why-watermark { display: none; }
    .ak-why-title { font-size: 30px !important; }

    .ak-quote-section { min-height: unset; }
    .ak-quote-content { padding: 64px 24px; }
    .ak-quote-text { font-size: 26px !important; line-height: 1.4 !important; margin-bottom: 24px !important; }
    .ak-quote-pillars { flex-direction: column !important; align-items: center !important; gap: 28px !important; margin-top: 36px !important; }
    .ak-pillar { max-width: 100% !important; padding: 0 !important; width: 100%; }
    .ak-pillar + .ak-pillar::before { display: none !important; }
    .ak-quote-rule-top, .ak-quote-rule-bot { gap: 10px; }
    .ak-quote-rule-line { max-width: 60px; }

    .ak-lb-grid { grid-template-columns: repeat(2, 1fr); gap: 2px; }
    .ak-lb-header { padding: 0 20px; margin-bottom: 24px; }
    .ak-lb-footer { padding: 20px 20px 0; flex-direction: column; align-items: flex-start; gap: 14px; }
    .ak-lb-cta { width: 100% !important; justify-content: center !important; }
    .ak-lb-title { font-size: 26px !important; }
    .ak-lb-lightbox-inner { width: 95%; }

    .ak-footer-brand { padding: 40px 24px 36px; }
    .ak-footer-links { grid-template-columns: 1fr; padding: 32px 24px; gap: 28px; }
    .ak-footer-closing { padding: 18px 24px; }
    .ak-footer-bottom { padding: 14px 24px; flex-direction: column; align-items: flex-start; gap: 12px; }
    .ak-footer-back-top { display: none; }
    .ak-footer-wordmark { font-size: 17px; }
    .ak-footer-monogram { width: 36px; height: 36px; font-size: 15px; }

    .ak-about-hero-content { padding: 60px 24px; }
    .ak-about-mv { padding: 48px 20px; }
    .ak-mv-card { padding: 36px 24px; }
    .ak-about-values { padding: 52px 20px; }
    .ak-values-grid { grid-template-columns: 1fr; }
    .ak-value-card { padding: 36px 24px; }
    .ak-value-num { font-size: 52px !important; }
    .ak-story-text-panel { padding: 44px 24px; }
    .ak-about-founder { padding: 52px 24px; }
    .ak-founder-name-badge { bottom: -12px; right: -8px; padding: 10px 14px; }
    .ak-founder-name-badge .name { font-size: 13px; }
    .ak-about-timeline { padding: 52px 20px; }
    .ak-about-cta-banner { padding: 56px 24px; }
    .ak-cta-banner-buttons { flex-direction: column; align-items: center; }
    .ak-cta-btn-primary, .ak-cta-btn-secondary { width: 100% !important; max-width: 280px !important; text-align: center !important; }
    .ak-about-hero-corner { display: none; }

    /* Contact page mobile fixes */
    .ak-contact-info-row { grid-template-columns: 1fr; gap: 20px; padding: 40px 20px; }
    .ak-contact-card { padding: 30px 20px; }
    .ak-contact-grid { grid-template-columns: 1fr; padding: 20px 20px 60px; }
    .ak-form-submit { width: 100%; justify-content: center; }
    .ak-contact-map { height: 280px !important; }
}

/* Mobile 480px */
@media (max-width: 480px) {
    .ak-pre-logo { width: 84px; height: 84px; margin-bottom: 28px; }
    .ak-pre-monogram { font-size: 24px; }
    .ak-pre-brand { font-size: 11px; letter-spacing: 0.25em; margin-bottom: 26px; }
    .ak-pre-bar-wrap { width: 140px; }
    .ak-pre-corner { width: 18px; height: 18px; }

    .ak-lb-page-grid { columns: 1; }
    .ak-lb-page-section { padding: 28px 12px 52px; }
    .ak-lb-page-hero { min-height: 40vh; }
    .ak-lb-page-title { font-size: 38px !important; }
    .ak-lb-grid-tag { bottom: 12px; left: 12px; }
    .ak-lb-caption { flex-direction: column; gap: 12px; }
    .ak-lb-caption-shop { align-self: flex-start; }
    .ak-lb-load-more { padding: 13px 28px; }
}

/* Small phones 400px */
@media (max-width: 400px) {
    .ak-mobile-topbar { padding: 0 6px !important; height: 52px !important; }
    .ak-mobile-wordmark { font-size: 11px !important; }
    .ak-mobile-announce { font-size: 8px !important; padding: 6px 8px !important; }
    .ak-mobile-search-form input { max-width: 100px !important; font-size: 10px !important; }
    .ak-hamburger { padding: 4px !important; width: 32px !important; }
    .ak-mobile-icon-btn { padding: 4px !important; }
    .ak-mobile-icon-btn svg { width: 16px !important; height: 16px !important; }

    .ak-footer-brand { padding: 32px 18px 28px; }
    .ak-footer-links { padding: 28px 18px; }
    .ak-footer-closing { padding: 16px 18px; }
    .ak-footer-bottom { padding: 12px 18px; }
    .ak-footer-nl-form { flex-direction: column; }
    .ak-footer-nl-btn { width: 100%; padding: 12px; text-align: center; }
}

/* Very small 380px */
@media (max-width: 380px) {
    .ak-headline { font-size: 34px !important; }
    .ak-subheadline { font-size: 14px !important; }
    .ak-intro { display: none !important; }
    .ak-hero-content { padding: 4.5rem 1.2rem 4rem !important; }

    .ak-about-heading { font-size: 26px !important; }
    .ak-about-text-panel { padding: 2.2rem 1.2rem 2.5rem !important; }
    .ak-about-values li { font-size: 10px; }

    .ak-about-hero-title { font-size: 32px !important; }
    .ak-story-heading { font-size: 24px !important; }
    .ak-founder-heading { font-size: 24px !important; }
    .ak-timeline-item { padding-left: 44px; }
}

/* ── 16. KEYFRAMES ── */
@keyframes ak-fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ak-wordUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ak-expandRule { from { width: 0; } to { width: 100px; } }
@keyframes ak-expandRuleMobile { from { width: 0; } to { width: 55px; } }
@keyframes ak-scrollDrop { 0% { top: -8px; opacity: 1; } 75% { top: 44px; opacity: 0.2; } 76% { top: -8px; opacity: 0; } 100% { top: -8px; opacity: 1; } }
@keyframes ak-scroll-left { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }
@keyframes ak-scroll-right { from { transform: translateX(-33.333%); } to { transform: translateX(0); } }

@keyframes ak-ring-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes ak-shimmer { 0% { left: -100%; } 100% { left: 160%; } }
@keyframes ak-mono-scale { from { opacity: 0; transform: scale(0.85); } to { opacity: 1; transform: scale(1); } }
@keyframes ak-pre-fadeup { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

@keyframes ak-about-fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ak-about-growLine { from { width: 0; } to { width: 80px; } }
@keyframes ak-about-scrollDrop { 0% { top: -8px; opacity: 1; } 75% { top: 44px; opacity: 0.2; } 76% { top: -8px; opacity: 0; } 100% { top: -8px; opacity: 1; } }

@keyframes lbp-fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes lbp-growLine { from { width: 0; } to { width: 80px; } }
@keyframes lbp-spin { to { transform: rotate(360deg); } }

/* ── 17. ACCESSIBILITY ── */
@media (prefers-reduced-motion: reduce) {
    .ak-hero-slide { transition: none !important; }
    .ak-word, .ak-eyebrow, .ak-rule-wrap, .ak-subheadline, .ak-intro, .ak-cta-row { animation: none !important; opacity: 1 !important; transform: none !important; }
    .ak-rule { width: 100px !important; animation: none !important; }
    .ak-scroll-dot { animation: none !important; top: 18px !important; opacity: 1 !important; }
    .ak-marquee-track, .ak-marquee-track-2 { animation: none !important; }
}

/* Scrollbar styling */
::-webkit-scrollbar { width: 6px !important; height: 0 !important; }
::-webkit-scrollbar-track { background: #0a0a0a !important; }
::-webkit-scrollbar-thumb { background: rgba(201, 169, 110, 0.3) !important; border-radius: 3px !important; }
::-webkit-scrollbar-thumb:hover { background: rgba(201, 169, 110, 0.5) !important; }

/* Mobile scroll fix — prevent touch hang */
@media (max-width: 768px) {
    html, body {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: auto;
        touch-action: pan-y;
    }
    
    /* Ensure mobile header is never hidden by substring match */
    .ak-mobile-header {
        display: block !important;
    }
    
    /* Remove any stuck overflow from preloader */
    body {
        overflow-y: auto !important;
    }
}

/* ════════════════════════════════════════════════════
   ABAYA KLOSETTE — FAQ PAGE CSS  (ak-faq.css)
   Add to: Appearance → Customize → Additional CSS
   Requires: ak-custom.css already present
   Uses existing CSS variables / class patterns from ak-custom.css
════════════════════════════════════════════════════ */

/* ── Full-bleed registration for FAQ sections ── */
.ak-faq-hero,
.ak-faq-body,
.ak-faq-marquee-strip,
.ak-faq-section,
.ak-faq-cta {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
}

/* ════════════════════════════════
   1. HERO
════════════════════════════════ */
.ak-faq-hero {
    background: #0d0d0d;
    min-height: 64vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Subtle centre glow identical to about/lookbook heroes */
.ak-faq-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 110%, rgba(201,151,42,0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.ak-faq-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 96px clamp(24px, 6vw, 80px) 80px;
    max-width: 740px;
    width: 100%;
    /* inherit corner decorators from ak-about-hero-corner */
}

/* Hero sub copy — extends ak-about-hero-sub pattern */
.ak-faq-hero-sub {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(10px, 0.9vw, 12px) !important;
    font-weight: 300 !important;
    letter-spacing: 0.06em !important;
    line-height: 2 !important;
    color: rgba(255,255,255,0.4) !important;
    max-width: 560px;
    margin: 1.4rem auto 0 !important;
    animation: ak-about-fadeUp 0.7s 0.95s ease both;
}

.ak-faq-hero-sub a {
    color: #C9972A !important;
    text-decoration: none !important;
    border-bottom: 0.5px solid rgba(201,151,42,0.35);
    transition: border-color 0.2s, opacity 0.2s !important;
}
.ak-faq-hero-sub a:hover {
    border-color: #C9972A;
    opacity: 0.8;
}

/* Stagger hero text — mirrors ak-about-hero animation chain */
.ak-faq-hero .ak-about-hero-eyebrow  { animation: ak-about-fadeUp 0.7s 0.2s  ease both; }
.ak-faq-hero .ak-about-hero-rule     { animation: ak-about-fadeUp 0.6s 0.4s  ease both; }
.ak-faq-hero .ak-about-hero-title    { animation: ak-about-fadeUp 0.8s 0.6s  ease both; }


/* ════════════════════════════════
   2. MARQUEE STRIP
════════════════════════════════ */
.ak-faq-marquee-strip {
    background: #0d0d0d;
    border-top: 0.5px solid rgba(201,151,42,0.2);
    border-bottom: 0.5px solid rgba(201,151,42,0.2);
    overflow: hidden;
    position: relative;
}

/* fade edges — same as .ak-marquee-section */
.ak-faq-marquee-strip::before,
.ak-faq-marquee-strip::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}
.ak-faq-marquee-strip::before { left: 0;  background: linear-gradient(to right, #0d0d0d 0%, transparent 100%); }
.ak-faq-marquee-strip::after  { right: 0; background: linear-gradient(to left,  #0d0d0d 0%, transparent 100%); }

.ak-faq-marquee-inner {
    display: flex;
    width: max-content;
    animation: ak-scroll-left 38s linear infinite;
    will-change: transform;
    transform: translateZ(0);
    padding: 20px 0;
    align-items: center;
}
.ak-faq-marquee-inner:hover { animation-play-state: paused; }

.ak-faq-sep {
    display: flex;
    align-items: center;
    padding: 0 18px;
    flex-shrink: 0;
}


/* ════════════════════════════════
   3. FAQ BODY WRAPPER
════════════════════════════════ */
.ak-faq-body {
    /* wrapper — no background; sections alternate */
}


/* ════════════════════════════════
   4. FAQ SECTION BLOCKS
════════════════════════════════ */
.ak-faq-section {
    background: #f5f2eb;
    padding: 72px clamp(20px, 6vw, 100px);
}

.ak-faq-section--dark {
    background: #0d0d0d;
}

/* Section header row */
.ak-faq-section-header {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 44px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Large watermark number — matches ak-why-num style */
.ak-faq-section-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(52px, 6vw, 80px);
    font-weight: 300;
    line-height: 0.85;
    color: rgba(201,151,42,0.12);
    flex-shrink: 0;
    letter-spacing: -0.02em;
    user-select: none;
    transition: color 0.4s ease;
}
.ak-faq-section:hover .ak-faq-section-num    { color: rgba(201,151,42,0.22); }
.ak-faq-section--dark .ak-faq-section-num    { color: rgba(201,151,42,0.08); }
.ak-faq-section--dark:hover .ak-faq-section-num { color: rgba(201,151,42,0.16); }

.ak-faq-section-title-wrap {
    flex: 1;
    padding-top: 8px;
}

/* Section label — matches ak-about-label / ak-values-eyebrow */
.ak-faq-section-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    color: #C9972A !important;
    display: block;
    margin-bottom: 14px;
}

/* Rule line under section label */
.ak-faq-section-rule {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ak-faq-section-rule-line {
    height: 0.5px;
    background: #C9972A;
    opacity: 0.35;
    flex: 1;
    max-width: 260px;
}


/* ════════════════════════════════
   5. ACCORDION
════════════════════════════════ */
.ak-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
    border-top: 0.5px solid rgba(201,151,42,0.15);
}

/* Light-section border */
.ak-faq-section:not(.ak-faq-section--dark) .ak-faq-accordion {
    border-top-color: rgba(13,13,13,0.08);
}

.ak-faq-item {
    border-bottom: 0.5px solid rgba(201,151,42,0.15);
}
.ak-faq-section:not(.ak-faq-section--dark) .ak-faq-item {
    border-bottom-color: rgba(13,13,13,0.08);
}

/* Trigger button */
.ak-faq-trigger {
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
    transition: background 0.15s ease;
    position: relative;
}

/* Gold left-border reveal on open */
.ak-faq-item.ak-faq-open .ak-faq-trigger::before {
    content: '';
    position: absolute;
    left: -clamp(20px, 6vw, 100px);
    top: 0; bottom: 0;
    width: 2px;
    background: #C9972A;
    transform: scaleY(0);
    transform-origin: top;
    animation: ak-faq-borderGrow 0.35s ease forwards;
}

@keyframes ak-faq-borderGrow {
    to { transform: scaleY(1); }
}

/* Q wrap */
.ak-faq-q-wrap {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

/* "Q." marker — Cormorant italic, gold */
.ak-faq-q-marker {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #C9972A;
    flex-shrink: 0;
    margin-top: 1px;
    opacity: 0.7;
    transition: opacity 0.25s;
}
.ak-faq-item.ak-faq-open .ak-faq-q-marker,
.ak-faq-trigger:hover .ak-faq-q-marker { opacity: 1; }

/* Question text — matches ak-dropdown-link style */
.ak-faq-q-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(11px, 1vw, 13px) !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.6 !important;
    color: rgba(13,13,13,0.55) !important;
    transition: color 0.25s !important;
}
/* Dark section overrides */
.ak-faq-section--dark .ak-faq-q-text {
    color: rgba(255,255,255,0.45) !important;
}
.ak-faq-trigger:hover .ak-faq-q-text,
.ak-faq-item.ak-faq-open .ak-faq-q-text {
    color: #0d0d0d !important;
}
.ak-faq-section--dark .ak-faq-trigger:hover .ak-faq-q-text,
.ak-faq-section--dark .ak-faq-item.ak-faq-open .ak-faq-q-text {
    color: #C9972A !important;
}

/* Plus / X icon — mirrors ak-slider-arrow style */
.ak-faq-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border: 0.5px solid rgba(201,151,42,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: border-color 0.3s, background 0.3s;
}
.ak-faq-trigger:hover .ak-faq-icon {
    border-color: #C9972A;
    background: rgba(201,151,42,0.06);
}
.ak-faq-item.ak-faq-open .ak-faq-icon {
    border-color: #C9972A;
    background: rgba(201,151,42,0.1);
}

.ak-faq-icon-line {
    position: absolute;
    background: #C9972A;
    border-radius: 1px;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.35s ease;
}
.ak-faq-icon-h { width: 10px; height: 0.5px; }
.ak-faq-icon-v { width: 0.5px; height: 10px; }

/* Rotate vertical line to create X when open */
.ak-faq-item.ak-faq-open .ak-faq-icon-v {
    transform: rotate(90deg);
    opacity: 0;
}
.ak-faq-item.ak-faq-open .ak-faq-icon-h {
    transform: rotate(45deg);
}
.ak-faq-item.ak-faq-open .ak-faq-icon-line:first-child {
    transform: rotate(-45deg);
}

/* Answer panel — collapsed by default */
.ak-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1);
}

.ak-faq-answer-inner {
    padding: 0 0 28px 30px;
    border-left: 0.5px solid rgba(201,151,42,0.2);
    margin-left: 0;
}

/* Answer body copy — matches ak-story-body */
.ak-faq-answer-inner p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(10px, 0.85vw, 12px) !important;
    font-weight: 300 !important;
    letter-spacing: 0.04em !important;
    line-height: 2 !important;
    color: rgba(13,13,13,0.6) !important;
    margin: 0 0 0.8rem !important;
}
.ak-faq-answer-inner p:last-child { margin-bottom: 0 !important; }

/* Dark-section answer text */
.ak-faq-section--dark .ak-faq-answer-inner p {
    color: rgba(255,255,255,0.38) !important;
}

/* Answer links */
.ak-faq-answer-inner a {
    color: #C9972A !important;
    text-decoration: none !important;
    border-bottom: 0.5px solid rgba(201,151,42,0.35);
    transition: border-color 0.2s, opacity 0.2s !important;
}
.ak-faq-answer-inner a:hover {
    border-color: #C9972A;
    opacity: 0.75;
}

/* Note text (smaller, muted) */
.ak-faq-note {
    font-size: clamp(9px, 0.75vw, 11px) !important;
    color: rgba(13,13,13,0.38) !important;
    font-style: italic;
    margin-top: 0.6rem !important;
}
.ak-faq-section--dark .ak-faq-note {
    color: rgba(255,255,255,0.22) !important;
}

/* Bulleted list — matches ak-footer-link-list diamond style */
.ak-faq-list {
    list-style: none;
    margin: 0.8rem 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ak-faq-list li {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(10px, 0.85vw, 12px) !important;
    font-weight: 300 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.75 !important;
    color: rgba(13,13,13,0.6) !important;
}
.ak-faq-section--dark .ak-faq-list li {
    color: rgba(255,255,255,0.38) !important;
}
.ak-faq-list li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #C9972A;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-top: 2px;
}


/* ════════════════════════════════
   6. CTA BANNER
════════════════════════════════ */
.ak-faq-cta {
    background: #0d0d0d;
    padding: 96px clamp(20px, 6vw, 80px);
    text-align: center;
    overflow: hidden;
}

/* Reuse diagonal pattern from ak-about-cta-banner */
.ak-faq-cta .ak-cta-banner-bg {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(201,151,42,0.025) 0px,
        rgba(201,151,42,0.025) 1px,
        transparent 1px,
        transparent 18px
    );
    pointer-events: none;
}

.ak-faq-cta-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
    margin: 0 auto;
}

.ak-faq-cta-closing {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(12px, 1.1vw, 15px) !important;
    font-weight: 300 !important;
    color: rgba(255,255,255,0.2) !important;
    margin-top: 2rem !important;
    letter-spacing: 0.08em !important;
}


/* ════════════════════════════════
   7. RESPONSIVE
════════════════════════════════ */
@media (max-width: 768px) {
    .ak-faq-hero { min-height: 52vh; }
    .ak-faq-hero-content { padding: 80px 24px 64px; }
    .ak-faq-section { padding: 56px 24px; }
    .ak-faq-section-header { gap: 14px; margin-bottom: 32px; }
    .ak-faq-trigger { padding: 20px 0; }
    .ak-faq-cta { padding: 72px 24px; }
}

@media (max-width: 480px) {
    .ak-faq-hero { min-height: 46vh; }
    .ak-faq-hero-content { padding: 64px 20px 52px; }
    .ak-faq-section { padding: 48px 20px; }
    .ak-faq-section-num { font-size: 48px !important; }
    .ak-faq-trigger { padding: 18px 0; gap: 16px; }
    .ak-faq-answer-inner { padding: 0 0 24px 18px; }
    .ak-faq-cta { padding: 56px 20px; }
    .ak-faq-marquee-strip::before,
    .ak-faq-marquee-strip::after { width: 60px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .ak-faq-marquee-inner { animation: none !important; }
    .ak-faq-answer { transition: none !important; }
    .ak-faq-icon-line,
    .ak-faq-trigger { transition: none !important; }
}