/* ==========================================================================
   PAGE: HOME Ã¢â‚¬â€ Editorial Premium (Modarenta Suite design system)
   ========================================================================== */

/* ---- Animations ---- */
@keyframes fadeInUp  { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn    { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse     { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes slowSpin  { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes scaleIn   { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes slideUp   { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroGlowDrift {
    0%   { transform: translate3d(0, -50%, 0) scale(1); }
    50%  { transform: translate3d(-2.5%, -53%, 0) scale(1.06); }
    100% { transform: translate3d(0, -50%, 0) scale(1); }
}
@keyframes heroSurfaceBreathe {
    0% {
        background:
            radial-gradient(circle at 78% 44%, rgba(214, 184, 133, 0.2), transparent 18%),
            radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.88), transparent 28%),
            linear-gradient(180deg, #fbfaf8 0%, #f4efe8 100%);
    }
    50% {
        background:
            radial-gradient(circle at 74% 46%, rgba(214, 184, 133, 0.24), transparent 20%),
            radial-gradient(circle at 30% 16%, rgba(255, 255, 255, 0.94), transparent 30%),
            linear-gradient(180deg, #fcfbf9 0%, #f2ede6 100%);
    }
    100% {
        background:
            radial-gradient(circle at 78% 44%, rgba(214, 184, 133, 0.2), transparent 18%),
            radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.88), transparent 28%),
            linear-gradient(180deg, #fbfaf8 0%, #f4efe8 100%);
    }
}
@keyframes heroTextureFloat {
    0%   { transform: translate3d(0, 0, 0); opacity: 0.24; }
    50%  { transform: translate3d(0.6%, -0.8%, 0); opacity: 0.3; }
    100% { transform: translate3d(0, 0, 0); opacity: 0.24; }
}

/* ================================================================
   HERO
   ================================================================ */
/* ================================================================
   HERO SLIDER (WIDESCREEN CINEMATIC EDITION - APPLE SOFT WHITE)
   ================================================================ */
.hp-hero {
    position: relative;
    isolation: isolate;
    padding: clamp(14px, 1.9vw, 26px) clamp(12px, 1.7vw, 28px) clamp(18px, 2.4vw, 34px);
    overflow: hidden;
    user-select: none;
    background: #ffffff;
}

.hp-hero::before,
.hp-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.hp-hero::before {
    content: none;
}

.hp-hero::after {
    content: none;
}

.hp-hero__widescreen-inner::before {
    content: none;
}

.hp-hero__widescreen-inner {
    position: relative;
    width: min(1826px, 100%);
    margin: 0 auto;
    display: block;
}

.hp-hero__widescreen-canvas {
    position: relative;
    aspect-ratio: 16 / 7;
    min-height: 420px;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: clamp(20px, 2.8vw, 34px);
    background: rgba(255, 255, 255, .42);
    box-shadow:
        0 30px 86px rgba(30, 41, 59, .13),
        0 1px 0 rgba(255, 255, 255, .78) inset;
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.hp-hero__widescreen-canvas.is-dragging {
    cursor: grabbing;
}

.hp-hero__widescreen-canvas::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 4;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .40);
    border-radius: clamp(16px, 2vw, 26px);
}

.hp-hero__widescreen-canvas::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(9, 9, 11, .24) 0%, transparent 38%, transparent 76%, rgba(255, 255, 255, .20) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, transparent 56%, rgba(11, 15, 25, .14) 100%);
}

.hp-hero__widescreen-canvas:hover .hp-hero__img-slide.is-active img {
    transform: scale(1.055);
}

.hp-hero__widescreen-slides {
    position: absolute;
    inset: 0;
}

.hp-hero__img-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.018);
    transition:
        opacity 900ms cubic-bezier(.2, .72, .2, 1),
        transform 1200ms cubic-bezier(.2, .72, .2, 1);
    z-index: 1;
}

.hp-hero__img-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    z-index: 2;
}

.hp-hero__img-slide img {
    -webkit-user-drag: none;
    user-select: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    transform: scale(1);
    transition: transform 6800ms cubic-bezier(.19, 1, .22, 1);
}

.hp-hero__img-slide.is-active img {
    transform: scale(1.035);
}

.hp-hero__img-placeholder {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 35%, rgba(201, 162, 77, .18), transparent 34%),
        rgba(255, 255, 255, .44);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(43, 36, 29, 0.2);
}

.hp-hero__widescreen-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .74);
    background: rgba(255, 255, 255, .62);
    backdrop-filter: blur(16px) saturate(130%);
    -webkit-backdrop-filter: blur(16px) saturate(130%);
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 220ms cubic-bezier(.2, .72, .2, 1);
    z-index: 12;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .13);
}

.hp-hero__widescreen-arrow:hover {
    background: rgba(255, 255, 255, .88);
    border-color: rgba(255, 255, 255, .95);
    color: var(--color-brand);
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 20px 48px rgba(15, 23, 42, .17);
}

.hp-hero__widescreen-arrow--prev {
    left: 36px;
}

.hp-hero__widescreen-arrow--next {
    right: 36px;
}

.hp-hero__widescreen-dots {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 12;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    background: rgba(255, 255, 255, .44);
    backdrop-filter: blur(14px) saturate(125%);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .10);
}

.hp-hero__widescreen-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(17, 24, 39, .22);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 260ms ease;
}

.hp-hero__widescreen-dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, var(--color-brand), #d7b46c);
    box-shadow: 0 0 18px rgba(201, 162, 77, .42);
}

.hp-hero__widescreen-text {
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    bottom: clamp(58px, 8vw, 118px);
    --hero-card-x: 0;
    width: min(500px, calc(100% - 96px));
    display: flex;
    align-items: center;
    padding: clamp(24px, 3vw, 38px);
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: clamp(22px, 2.4vw, 30px);
    background:
        linear-gradient(142deg, rgba(255, 255, 255, .66), rgba(255, 255, 255, .38) 58%, rgba(249, 242, 230, .34)),
        radial-gradient(circle at 86% 16%, rgba(201, 162, 77, .14), transparent 34%);
    box-shadow:
        0 22px 52px rgba(15, 23, 42, .12),
        0 1px 0 rgba(255, 255, 255, .72) inset,
        0 -1px 0 rgba(154, 103, 34, .08) inset;
    backdrop-filter: blur(22px) saturate(132%);
    -webkit-backdrop-filter: blur(22px) saturate(132%);
    overflow: hidden;
    opacity: 1;
    transform: translateX(var(--hero-card-x)) translateY(0) scale(1);
    transition:
        opacity 360ms cubic-bezier(.22, .61, .36, 1),
        transform 560ms cubic-bezier(.22, .61, .36, 1),
        left 560ms cubic-bezier(.22, .61, .36, 1),
        right 560ms cubic-bezier(.22, .61, .36, 1);
}

.hp-hero__widescreen-text.is-switching {
    opacity: 0;
    transform: translateX(var(--hero-card-x)) translateY(0) scale(1);
}

.hp-hero__widescreen-text.is-revealing {
    animation: heroTextReveal 1100ms cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes heroTextReveal {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translateX(var(--hero-card-x)) translateY(0) scale(1);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateX(var(--hero-card-x)) translateY(0) scale(1);
    }
}

.hp-hero__widescreen-text--left {
    left: clamp(44px, 6vw, 112px);
    right: auto;
    --hero-card-x: 0;
}

.hp-hero__widescreen-text--right {
    right: clamp(44px, 6vw, 112px);
    left: auto;
    --hero-card-x: 0;
}

.hp-hero__widescreen-text--center {
    left: 50%;
    right: auto;
    --hero-card-x: -50%;
}

.hp-hero__widescreen-text::before {
    content: "MENESA";
    position: absolute;
    top: 18px;
    right: -14px;
    color: rgba(17, 24, 39, .030);
    font-family: var(--font-serif);
    font-size: clamp(66px, 7vw, 112px);
    line-height: .8;
    letter-spacing: -.06em;
    pointer-events: none;
}

.hp-hero__widescreen-text::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: inherit;
    pointer-events: none;
}

.hp-hero__widescreen-slide::before {
    content: none;
}

.hp-hero__widescreen-slide {
    display: none;
    opacity: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    transform: translateY(18px);
    transition: all 520ms cubic-bezier(.2, .72, .2, 1);
}

.hp-hero__widescreen-slide.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.hp-hero__widescreen-tag {
    position: relative;
    display: block;
    max-width: 34rem;
    margin: 0 0 18px;
    padding-left: 48px;
    color: #9b6c1e;
    font-size: clamp(10px, .78vw, 12px);
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.45;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hp-hero__widescreen-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: .18em;
    width: 34px;
    height: 19px;
    background:
        linear-gradient(90deg, #c69a48, rgba(198, 154, 72, .18)) left 2px / 34px 1px no-repeat,
        linear-gradient(90deg, #c69a48, rgba(198, 154, 72, .18)) left 16px / 24px 1px no-repeat;
    opacity: 1;
}

.hp-hero__widescreen-title {
    font-family: var(--font-serif);
    max-width: 38rem;
    margin: 0 0 24px;
    color: #15110d;
    font-size: clamp(38px, 3.6vw, 58px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .96;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hp-hero__widescreen-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 0;
    width: auto;
    max-width: 390px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hp-hero__widescreen-actions .btn-white {
    box-sizing: border-box;
    flex: 0 1 auto;
    min-width: 0;
    min-height: 46px;
    padding: 0 28px !important;
    border: 1px solid rgba(179, 128, 43, .58) !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, #c79a49 0%, #b9822e 100%) !important;
    color: #fffaf1 !important;
    box-shadow: 0 16px 30px rgba(179, 128, 43, .24) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.hp-hero__widescreen-actions .btn-white:hover {
    background: linear-gradient(135deg, #d4aa5b 0%, #ad7826 100%) !important;
    transform: translateY(-2px) !important;
}

.hp-hero__widescreen-actions .btn-outline-light {
    box-sizing: border-box;
    flex: 0 1 auto;
    min-width: 0;
    min-height: 46px;
    padding: 0 28px !important;
    border: 1px solid rgba(179, 128, 43, .30) !important;
    border-radius: 13px !important;
    background: rgba(255, 255, 255, .58) !important;
    color: #7b5520 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.hp-hero__widescreen-actions .btn-outline-light:hover {
    background: rgba(255, 248, 236, .86) !important;
    border-color: rgba(179, 128, 43, .52) !important;
    transform: translateY(-2px) !important;
}

/* ================================================================
   RESPONSIVE CINEMATIC SLIDER
   ================================================================ */
@media (max-width: 992px) {
    .hp-hero {
        min-height: auto;
        padding: 12px 12px 36px;
    }
    .hp-hero__widescreen-inner {
        width: min(100%, 760px);
    }
    .hp-hero__widescreen-canvas {
        min-height: clamp(560px, 76vh, 720px);
        aspect-ratio: auto;
        border-radius: 30px;
    }
    .hp-hero__widescreen-text {
        bottom: 24px;
        width: min(460px, calc(100% - 48px));
        padding: 26px 24px 28px;
        border-radius: 28px;
    }
    .hp-hero__widescreen-text--left {
        left: 24px;
        right: auto;
    }
    .hp-hero__widescreen-text--right {
        right: 24px;
        left: auto;
    }
    .hp-hero__widescreen-text--center {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .hp-hero__widescreen-arrow {
        width: 44px;
        height: 44px;
    }
    .hp-hero__widescreen-arrow--prev {
        left: 12px;
    }
    .hp-hero__widescreen-arrow--next {
        right: 12px;
    }
}

@media (max-width: 576px) {
    .hp-hero {
        min-height: auto;
        padding: 8px 8px 26px;
    }
    .hp-hero__widescreen-inner {
        width: 100%;
    }
    .hp-hero__widescreen-canvas {
        min-height: 572px;
        aspect-ratio: auto;
        border-radius: 24px;
        background: #f8f4ec;
        box-shadow: 0 22px 58px rgba(15, 23, 42, .14);
    }
    .hp-hero__widescreen-canvas::before {
        inset: 10px;
        border-radius: 18px;
    }
    .hp-hero__widescreen-canvas::after {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, transparent 32%, rgba(11, 15, 25, .12) 100%);
    }
    .hp-hero__img-slide img {
        object-fit: contain;
        object-position: center top;
        transform: scale(1);
    }
    .hp-hero__img-slide.is-active img {
        transform: scale(1.01);
    }
    .hp-hero__widescreen-arrow {
        display: none !important;
    }
    .hp-hero__widescreen-text {
        left: 10px;
        right: 10px;
        transform: none;
        bottom: 12px;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        padding: 20px 18px 18px;
        border-radius: 20px;
        background:
            linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .50)),
            radial-gradient(circle at 90% 14%, rgba(201, 162, 77, .13), transparent 36%);
        box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
    }
    .hp-hero__widescreen-text::before {
        top: 8px;
        right: -10px;
        font-size: 70px;
        opacity: .72;
    }
    .hp-hero__widescreen-slide::before {
        content: none;
    }
    .hp-hero__widescreen-tag {
        padding-left: 34px;
        margin-bottom: 12px;
        font-size: 9px;
        line-height: 1.42;
        letter-spacing: .14em;
    }
    .hp-hero__widescreen-tag::before {
        content: "";
        left: 0;
        top: .2em;
        width: 24px;
        height: 16px;
        background:
            linear-gradient(90deg, #c69a48, rgba(198, 154, 72, .18)) left 2px / 24px 1px no-repeat,
            linear-gradient(90deg, #c69a48, rgba(198, 154, 72, .18)) left 13px / 18px 1px no-repeat;
    }
    .hp-hero__widescreen-title {
        margin-bottom: 16px;
        font-size: clamp(28px, 8.2vw, 34px);
        line-height: 1.02;
    }
    .hp-hero__widescreen-actions {
        width: 100%;
        max-width: 100%;
        gap: 10px;
        padding: 0;
    }
    .hp-hero__widescreen-actions .btn,
    .hp-hero__widescreen-actions .btn-white,
    .hp-hero__widescreen-actions .btn-outline-light {
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 44px;
        padding: 0 18px !important;
        justify-content: center;
    }
    .hp-hero__widescreen-dots {
        top: 18px;
        bottom: auto;
        padding: 6px;
        background: rgba(255, 255, 255, .56);
    }
    .hp-hero__widescreen-dot {
        width: 7px;
        height: 7px;
    }
    .hp-hero__widescreen-dot.is-active {
        width: 24px;
    }
}

/* ================================================================
   SECTION COMMON
   ================================================================ */
.hp-section { padding: 56px 24px; }
.hp-section__inner { max-width: 1280px; margin: 0 auto; }

.hp-section-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-brand);
    display: block;
    margin-bottom: 8px;
}
.hp-section-title {
    font-family: var(--font-serif);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 400;
    margin: 0;
    color: var(--color-text);
}
.hp-section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;
}

.hp-section-label,
.hs__label,
.h-hiw__step-tag,
.h-why .hs__label,
.h-rev .hs__label,
.h-hours__eyebrow,
.h-cta__label {
    color: #a97825;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.hp-section-title,
.hs__title,
.h-hiw__card-title,
.h-why .hs__title,
.h-rev .hs__title,
.h-hours__title,
.h-cta__title {
    font-family: var(--font-serif);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.hp-reveal,
.hp-soft-reveal {
    opacity: 0;
    transform: translateY(10px) scale(.992);
    filter: blur(10px);
    clip-path: inset(10% 0 0 0 round 18px);
    transition:
        opacity 1600ms cubic-bezier(.22, .61, .36, 1),
        transform 1800ms cubic-bezier(.22, .61, .36, 1),
        filter 1800ms cubic-bezier(.22, .61, .36, 1),
        clip-path 1800ms cubic-bezier(.22, .61, .36, 1);
    will-change: opacity, transform;
}

.hp-reveal.is-visible,
.hp-soft-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    clip-path: inset(0 0 0 0 round 0);
}

.hp-no-motion,
.hp-no-motion > * {
    transition: none !important;
}

.hp-divider {
    width: min(520px, calc(100% - 72px));
    height: 1px;
    margin: clamp(8px, 1.4vw, 18px) auto;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition:
        opacity 1700ms cubic-bezier(.22, .61, .36, 1),
        transform 1900ms cubic-bezier(.22, .61, .36, 1);
    background: linear-gradient(90deg, transparent 0%, rgba(201, 162, 77, .12) 24%, rgba(201, 162, 77, .58) 50%, rgba(201, 162, 77, .12) 76%, transparent 100%);
    position: relative;
}

.hp-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(201, 162, 77, .54);
    background: #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.hp-divider.is-visible {
    opacity: 1;
    transform: scaleX(1);
}

.hp-reveal-stagger > * {
    opacity: 0;
    transform: translateY(10px) scale(.985);
    filter: blur(8px);
    clip-path: inset(8% 0 0 0 round 16px);
    transition:
        opacity 1350ms cubic-bezier(.22, .61, .36, 1),
        transform 1550ms cubic-bezier(.22, .61, .36, 1),
        filter 1550ms cubic-bezier(.22, .61, .36, 1),
        clip-path 1550ms cubic-bezier(.22, .61, .36, 1);
}

.hp-reveal-stagger.is-visible > * {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    clip-path: inset(0 0 0 0 round 0);
}

.hp-reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 160ms; }
.hp-reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 320ms; }
.hp-reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 480ms; }
.hp-reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 640ms; }

@media (prefers-reduced-motion: reduce) {
    .hp-reveal,
    .hp-soft-reveal,
    .hp-reveal-stagger > * {
        opacity: 1;
        transform: none;
        filter: none;
        clip-path: none;
        transition: none;
    }
}

/* ================================================================
   CATEGORIES - Asymmetric Grid
   ================================================================ */
.hp-cat-header {
    margin-bottom: 22px;
    align-items: center;
}
.hp-cat-header .hp-section-label {
    color: #b68d53;
}
.hp-cat-header .hp-section-title {
    color: #1f1a15;
}
.hp-cat-header__cta {
    padding: 11px 20px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: var(--color-bg);
}
.hp-cat-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 16px;
    height: 560px;
    align-items: stretch;
}
.hp-cat-grid__main {
    height: 100%;
}
.hp-cat-grid__side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
.hp-cat-grid__sub-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hp-cat-grid__sub-row--tight { flex: 1; min-height: 0; }

.hp-cat-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 100%;
    cursor: pointer;
    display: block;
    text-decoration: none;
    min-height: 160px;
}
.hp-cat-card--mid { flex: 1; min-height: 200px; }
.hp-cat-card--small { min-height: 160px; }
.hp-cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}
.hp-cat-card:hover img { transform: scale(1.06); }
.hp-cat-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(120% 120% at 20% 10%, rgba(232, 204, 165, 0.30), transparent 45%),
        radial-gradient(95% 110% at 80% 100%, rgba(121, 95, 67, 0.35), transparent 45%),
        linear-gradient(145deg, #baa07b 0%, #8f7350 48%, #65523d 100%);
}
.hp-cat-card__mono {
    font-family: var(--font-serif);
    font-size: clamp(52px, 8vw, 92px);
    color: rgba(255, 255, 255, 0.34);
    line-height: 1;
    letter-spacing: 0.03em;
}
.hp-cat-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.18) 56%, rgba(0,0,0,0.08) 100%);
    transition: background 0.3s;
}
.hp-cat-card:hover .hp-cat-card__overlay { background: linear-gradient(to top, rgba(0,0,0,0.68) 0%, rgba(0,0,0,0.24) 56%, rgba(0,0,0,0.12) 100%); }
.hp-cat-card__body {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 24px;
    z-index: 2;
}
.hp-cat-card--tall .hp-cat-card__body { padding: 28px; }
.hp-cat-card__name {
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 6px;
}
.hp-cat-card--tall .hp-cat-card__name { font-size: 26px; }
.hp-cat-card__sub {
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.3s;
}
.hp-cat-card:hover .hp-cat-card__sub { transform: translateX(6px); }
.hp-cat-card__sub svg { transition: transform 0.3s; }

/* ================================================================
   FEATURED Ã¢â‚¬â€ Drag Scroll
   ================================================================ */
.hp-featured { background: var(--color-bg); padding: 56px 0; overflow-x: clip; }
.hp-featured__header {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.hp-featured__header .hp-section-label { width: 100%; margin-bottom: 4px; }
.hp-featured__header .hp-section-title { flex: 1; margin: 0; }
.hp-featured__all-link { flex-shrink: 0; }

.hp-drag-scroll {
    overflow-x: auto;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 0 24px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 20px;
    scroll-snap-type: x mandatory;
    box-sizing: border-box;
}
.hp-drag-scroll::-webkit-scrollbar { display: none; }
.hp-drag-scroll:active { cursor: grabbing; }
.hp-drag-scroll__spacer { flex: none; width: max(0px, calc((100vw - 1280px) / 2)); }

.hp-prod-card {
    flex: none;
    width: 280px;
    scroll-snap-align: start;
    border-radius: 12px;
    overflow: hidden;
    background: var(--color-surface, #fff);
    border: 1px solid var(--color-border);
    transition: box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
    display: block;
    color: var(--color-text);
}
.hp-prod-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-2px); }
.hp-prod-card__img-wrap {
    aspect-ratio: 3/4;
    overflow: hidden;
    position: relative;
    background: var(--color-bg, #ffffff);
}
.hp-prod-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.hp-prod-card:hover .hp-prod-card__img-wrap img { transform: scale(1.04); }
.hp-prod-card__badge {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--color-brand);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
}
.hp-prod-card__unavail {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-muted);
    letter-spacing: 0.05em;
}
.hp-prod-card__body { padding: 16px; }
.hp-prod-card__cat { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-brand); font-weight: 600; margin: 0 0 4px; }
.hp-prod-card__name { font-family: var(--font-serif); font-size: 16px; font-weight: 400; margin: 0 0 8px; color: var(--color-text); line-height: 1.3; }
.hp-prod-card__price { display: flex; align-items: baseline; gap: 4px; }
.hp-prod-card__amount { font-size: 16px; font-weight: 700; color: var(--color-text); }
.hp-prod-card__unit   { font-size: 11px; color: var(--color-muted); }

/* ================================================================
   HOW IT WORKS Ã¢â‚¬â€ Interactive
   ================================================================ */
.hp-hiw { padding: 56px 24px; background: var(--color-bg); }
.hp-hiw__inner { max-width: 1120px; margin: 0 auto; }
.hp-hiw__header { text-align: center; margin-bottom: 56px; }
.hp-hiw__desc { font-size: 15px; color: var(--color-muted); max-width: 460px; margin: 8px auto 0; line-height: 1.6; }

/* Step selector */
.hp-hiw__steps {
    display: flex;
    margin-bottom: 48px;
    position: relative;
}
.hp-hiw__step-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 12px;
    cursor: pointer;
    background: none;
    border: none;
    position: relative;
    transition: all 0.3s;
}
.hp-hiw__step-circle {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: var(--color-bg);
    border: 2px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.hp-hiw__step-circle svg { color: var(--color-muted); transition: color 0.3s; }
.hp-hiw__step-btn.is-active .hp-hiw__step-circle {
    background: var(--color-brand);
    border-color: var(--color-brand);
    box-shadow: 0 6px 24px rgba(184,147,90,0.3);
    transform: scale(1.1);
}
.hp-hiw__step-btn.is-active .hp-hiw__step-circle svg { color: #fff; }
.hp-hiw__step-btn.is-past .hp-hiw__step-circle { background: var(--color-brand); border-color: var(--color-brand); }
.hp-hiw__step-btn.is-past .hp-hiw__step-circle svg { color: #fff; }
.hp-hiw__step-num {
    font-size: 10px;
    font-weight: 700;
    color: var(--color-muted);
    letter-spacing: 0.1em;
    margin-bottom: 2px;
    transition: color 0.3s;
}
.hp-hiw__step-btn.is-active .hp-hiw__step-num { color: var(--color-brand); }
.hp-hiw__step-label {
    font-size: 14px;
    color: var(--color-muted);
    font-weight: 400;
    transition: all 0.3s;
}
.hp-hiw__step-btn.is-active .hp-hiw__step-label { font-weight: 600; color: var(--color-text); }

/* Progress bar under step */
.hp-hiw__step-bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: var(--color-border);
    border-radius: 2px;
    overflow: hidden;
}
.hp-hiw__step-bar-fill {
    height: 100%;
    background: var(--color-brand);
    border-radius: 2px;
    transition: width 0.1s linear;
}

/* Content card */
.hp-hiw__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    background: var(--color-bg);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid var(--color-border);
    box-shadow: 0 8px 32px rgba(0,0,0,0.03);
    animation: fadeIn 0.5s ease;
}
.hp-hiw__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 300px;
}
.hp-hiw__ring {
    position: absolute;
    border-radius: 50%;
}
.hp-hiw__ring--outer { width: 70%; aspect-ratio: 1; border: 1px solid var(--color-border); opacity: 0.5; }
.hp-hiw__ring--inner { width: 50%; aspect-ratio: 1; border: 1px dashed var(--color-border); opacity: 0.3; animation: slowSpin 20s linear infinite; }
.hp-hiw__icon-circle {
    width: 140px; height: 140px;
    border-radius: 50%;
    background: var(--color-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 40px rgba(184,147,90,0.25);
    animation: scaleIn 0.4s ease;
    position: relative;
    z-index: 1;
    color: #fff;
}
.hp-hiw__step-big-num {
    position: absolute;
    top: 16px; right: 16px;
    font-family: var(--font-serif);
    font-size: 100px;
    font-weight: 300;
    color: var(--color-border);
    opacity: 0.4;
    line-height: 1;
    pointer-events: none;
}

/* Right side */
.hp-hiw__content { display: flex; flex-direction: column; justify-content: center; }
.hp-hiw__step-tag { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; color: var(--color-brand); margin-bottom: 8px; }
.hp-hiw__card-title { font-family: var(--font-serif); font-size: 32px; font-weight: 400; margin: 0 0 12px; line-height: 1.2; }
.hp-hiw__card-desc { font-size: 15px; line-height: 1.8; color: var(--color-muted); margin: 0 0 24px; }

.hp-hiw__tips { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.hp-hiw__tip {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hp-hiw__tip-icon {
    width: 24px; height: 24px;
    border-radius: 6px;
    background: color-mix(in srgb, var(--color-brand) 12%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--color-brand);
}
.hp-hiw__tip-text { font-size: 13.5px; color: var(--color-text); }

.hp-hiw__nav { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hp-hiw__nav-btn {
    width: 40px; height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--color-border);
    background: var(--color-bg);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s;
    color: var(--color-text);
}
.hp-hiw__nav-btn:hover { border-color: var(--color-brand); }

/* ================================================================
   WHY RENTAL
   ================================================================ */
.hp-why { padding: 56px 24px; }
.hp-why__inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hp-why__feature { display: flex; gap: 16px; }
.hp-why__feat-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--color-brand) 12%, transparent);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--color-brand);
}
.hp-why__features { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.hp-why__feat-title { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.hp-why__feat-desc { font-size: 13.5px; line-height: 1.6; color: var(--color-muted); }
.hp-why__imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp-why__img { border-radius: 16px; overflow: hidden; }
.hp-why__img--offset { margin-top: 40px; }
.hp-why__img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; display: block; }

/* ================================================================
   REVIEWS Ã¢â‚¬â€ Tabbed
   ================================================================ */
.hp-reviews { background: var(--color-bg); padding: 56px 0; }
.hp-reviews__header-wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px 32px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 16px; }
.hp-reviews__rating-box {
    display: flex; align-items: center; gap: 16px;
    padding: 16px 24px;
    background: var(--color-bg, #ffffff);
    border-radius: 14px;
}
.hp-reviews__score { font-family: var(--font-serif); font-size: 36px; font-weight: 500; color: var(--color-text); line-height: 1; }
.hp-reviews__divider { width: 1px; height: 40px; background: var(--color-border); }
.hp-reviews__total-num { font-size: 20px; font-weight: 700; color: var(--color-text); }
.hp-reviews__total-lbl { font-size: 11px; color: var(--color-muted); }

.hp-reviews__stars { display: flex; gap: 2px; margin-top: 4px; }
.hp-reviews__star { color: #e6a817; }
.hp-reviews__star--empty { color: #ddd; }

/* Tabs */
.hp-reviews__tabs { max-width: 1280px; margin: 0 auto; padding: 0 24px 32px; display: flex; gap: 8px; }
.hp-reviews__tab {
    display: flex; align-items: center; gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    border: 1.5px solid var(--color-border);
    background: var(--color-bg);
    color: var(--color-muted);
}
.hp-reviews__tab.is-active {
    border-color: var(--color-brand);
    border-width: 2px;
    background: color-mix(in srgb, var(--color-brand) 10%, transparent);
    color: var(--color-text);
}

/* Review cards drag scroll */
.hp-reviews__scroll {
    overflow-x: auto;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 24px 16px;
    display: flex;
    gap: 16px;
}
.hp-reviews__scroll::-webkit-scrollbar { display: none; }
.hp-reviews__scroll:active { cursor: grabbing; }

.hp-review-card {
    flex: none;
    width: 360px;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid var(--color-border);
    background: var(--color-bg);
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: fadeIn 0.4s ease;
}
.hp-review-card__meta { display: flex; justify-content: space-between; align-items: center; }
.hp-review-card__google { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--color-muted); }
.hp-review-card__text { font-size: 14px; line-height: 1.8; color: var(--color-muted); margin: 0; flex: 1; }
.hp-review-card__author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--color-border); padding-top: 16px; }
.hp-review-card__avatar {
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 600; flex-shrink: 0;
}
.hp-review-card__avatar--google { background: #4285F4; color: #fff; }
.hp-review-card__avatar--site { background: color-mix(in srgb, var(--color-brand) 12%, transparent); color: var(--color-brand); }
.hp-review-card__name { font-size: 14px; font-weight: 600; color: var(--color-text); }
.hp-review-card__date { font-size: 12px; color: var(--color-muted); }

/* Google CTA */
.hp-reviews__cta { max-width: 1280px; margin: 0 auto; padding: 24px 24px 0; }
.hp-reviews__google-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 12px;
    border: 1.5px solid var(--color-border);
    background: var(--color-bg);
    text-decoration: none;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}
.hp-reviews__google-btn:hover { border-color: #4285F4; box-shadow: 0 4px 16px rgba(66,133,244,0.12); }

/* ================================================================
   STATS BAR
   ================================================================ */
.hp-stats {
    background: var(--color-brand);
    padding: 56px 24px;
}
.hp-stats__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px;
    text-align: center;
}
.hp-stats__num { font-family: var(--font-serif); font-size: 40px; font-weight: 500; color: #fff; }
.hp-stats__lbl { font-size: 13px; color: rgba(255,255,255,0.7); margin-top: 4px; }

/* ================================================================
   REFERRAL BANNER
   ================================================================ */
.hp-referral { padding: 0 24px 88px; }
.hp-referral__inner {
    max-width: 1280px;
    margin: 0 auto;
}
.hp-referral__card {
    background: linear-gradient(135deg, var(--color-brand) 0%, color-mix(in srgb, var(--color-brand) 70%, #000) 100%);
    border-radius: 24px;
    padding: 48px 56px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    overflow: hidden;
}
.hp-referral__ring {
    position: absolute;
    right: -40px; top: -40px;
    width: 200px; height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
    pointer-events: none;
}
.hp-referral__text { flex: 1; position: relative; z-index: 1; }
.hp-referral__title { font-family: var(--font-serif); font-size: 32px; font-weight: 400; color: #fff; margin: 0 0 8px; line-height: 1.2; }
.hp-referral__sub { font-size: 15px; color: rgba(255,255,255,0.7); margin: 0; line-height: 1.6; }

/* ================================================================
   FINAL CTA BANNER
   ================================================================ */
.hp-cta {
    background: var(--color-text);
    padding: 100px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hp-cta__ring {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.04);
    pointer-events: none;
}
.hp-cta__inner { max-width: 560px; margin: 0 auto; position: relative; z-index: 1; }
.hp-cta__label { display: inline-block; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--color-brand); margin-bottom: 20px; }
.hp-cta__title { font-family: var(--font-serif); font-size: clamp(30px, 4.5vw, 48px); font-weight: 400; color: #fff; margin: 0 0 16px; line-height: 1.15; }
.hp-cta__sub { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.7; margin: 0 0 36px; }
.hp-cta__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ================================================================
   BUTTONS (home-specific variants)
   ================================================================ */
.btn-white {
    background: var(--color-bg);
    color: var(--color-text);
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s, transform 0.15s;
}
.btn-white:hover { opacity: 0.92; transform: translateY(-1px); }

.btn-outline-light {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.2s, background 0.2s;
}
.btn-outline-light:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.08); }

.btn-ghost-sm {
    background: none;
    border: none;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    transition: color 0.2s;
}
.btn-ghost-sm:hover { color: var(--color-brand); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
    .hp-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 24px 40px;
    }
    #hpHeroText { width: min(100%, 100%); }
    .hp-hero__visual { display: flex; }
    .hp-hero__media-shell { width: min(100%, 620px); }
    .hp-section { padding: 64px 24px; }
    .hp-cat-header {
        margin-bottom: 16px;
    }
    .hp-cat-header__cta {
        width: 100%;
        justify-content: center;
    }
    .hp-cat-grid { display: flex; flex-direction: column; gap: 12px; height: auto; }
    .hp-cat-grid__side { gap: 12px; }
    .hp-cat-grid__sub-row { gap: 12px; }
    .hp-cat-grid__main { min-height: 260px; }
    .hp-drag-scroll { gap: 14px; }
    .hp-prod-card { width: 200px; }
    .hp-hiw { padding: 64px 24px; }
    .hp-hiw__steps { gap: 4px; }
    .hp-hiw__step-circle { width: 48px; height: 48px; }
    .hp-hiw__step-label { display: none; }
    .hp-hiw__card { padding: 24px; }
    .hp-hiw__card-title { font-size: 26px; }
    .hp-review-card { width: 300px; }
    .hp-stats { padding: 40px 24px; }
    .hp-referral__title { font-size: 26px; }
    .hp-cta { padding: 72px 24px; }
}

/* ==========================================================================
   HOME PAGE — h- prefix (view'dan taşınan)
   ========================================================================== */

.hs { width: 100%; isolation: isolate; position: relative; }
.hs__inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.hs__head { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; text-align: center; }
.hs__label { display: block; margin-bottom: 8px; }
.hs__title { font-size: clamp(34px, 3.4vw, 48px); margin: 0; color: var(--color-text); }
.hs__link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--color-text); text-decoration: none; border: 1px solid var(--color-border); border-radius: 10px; padding: 9px 18px; transition: border-color .2s, background .2s; flex-shrink: 0; }
.hs__link:hover { border-color: var(--color-brand); background: var(--color-brand-subtle); }
.hs__link svg { transition: transform .2s; }
.hs__link:hover svg { transform: translateX(3px); }

.h-hero { position: relative; min-height: 90vh; display: flex; align-items: center; background: var(--color-bg); overflow: hidden; user-select: none; }
.h-hero__bg { position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(200,160,90,.14) 0%, transparent 55%); pointer-events: none; }
.h-hero__inner { max-width: 1280px; margin: 0 auto; padding: 80px 24px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.h-hero__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--color-brand); margin-bottom: 20px; }
.h-hero__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-brand); display: inline-block; }
.h-hero__title { font-family: var(--font-serif); font-size: clamp(38px, 5vw, 64px); font-weight: 400; line-height: 1.1; color: var(--color-text); margin: 0 0 20px; }
.h-hero__sub { font-size: 16px; color: var(--color-muted); line-height: 1.65; margin: 0 0 32px; max-width: 440px; }
.h-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.h-hero__btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .2s; }
.h-hero__btn--primary { background: var(--color-brand-bg); color: #fff; }
.h-hero__btn--primary:hover { background: var(--color-brand-hover); }
.h-hero__btn--ghost { background: transparent; color: var(--color-text); border: 1px solid var(--color-border); }
.h-hero__btn--ghost:hover { border-color: var(--color-brand); color: var(--color-brand); }
.hp-hero__slide {
    display: none;
}

.h-hero__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--color-muted); }
.h-hero__progress { display: flex; align-items: center; gap: 8px; margin-top: 20px; }
.h-hero__prog-btn { flex: 1; height: 3px; background: var(--color-border); border: none; border-radius: 2px; cursor: pointer; padding: 0; overflow: hidden; }
.h-hero__prog-fill { height: 100%; background: var(--color-brand-bg); width: 0%; border-radius: 2px; }
.h-hero__prog-count { font-size: 11px; color: var(--color-muted); white-space: nowrap; }

.h-cats { padding: 56px 0; background: var(--color-bg); }
.h-cats__head { margin-bottom: 12px; }
.h-cats__actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 28px;
}
.h-cats__grid { display: grid; gap: 16px; }
.h-cats__card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    background: #fff;
}
.h-cat-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.h-cat-card img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: contain;
    object-position: center center;
    display: block;
    transition: transform .6s ease;
    flex-shrink: 0;
}
.h-cat-card:hover img { transform: scale(1.04); }
.h-cat-card__ph {
    aspect-ratio: 3/4;
    background: linear-gradient(145deg, #c8a96e, #7d5c2e);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.h-cat-card__mono { font-family: var(--font-serif); font-size: 64px; color: rgba(255,255,255,.3); line-height: 1; }
.h-cat-card__overlay { display: none; }
.h-cat-card__body {
    position: static;
    padding: 14px 16px 16px;
    background: #fff;
    border-top: 1px solid var(--color-border);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px;
}
.h-cat-card__name {
    display: block;
    font-family: var(--font-serif);
    font-size: 17px;
    font-weight: 600;
    color: #111;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 1.25;
}
.h-cats__main .h-cat-card__name { font-size: 19px; }
.h-cat-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: var(--color-brand);
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    letter-spacing: .03em;
    transition: gap .2s;
}
.h-cat-card:hover .h-cat-card__cta { gap: 8px; }

.h-feat { padding: 56px 0; background: var(--color-bg); }
.h-feat__scroll { overflow-x: auto; display: flex; flex-wrap: nowrap; gap: 20px; padding: 4px 0 20px; scrollbar-width: none; cursor: grab; -webkit-overflow-scrolling: touch; }
.h-feat__scroll::-webkit-scrollbar { display: none; }
.h-feat__scroll:active { cursor: grabbing; }
.h-feat__spacer { flex: none; width: max(24px, calc((100vw - 1280px) / 2 + 24px)); }
.h-feat__end { flex: none; width: 24px; }
.h-prod { flex: none; width: 260px; border-radius: 16px; overflow: hidden; background: var(--color-bg); text-decoration: none; color: inherit; display: block; transition: box-shadow .25s, transform .25s; }
.h-prod:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-3px); }
.h-prod__img { aspect-ratio: 3/4; overflow: hidden; background: var(--color-surface-2); position: relative; }
.h-prod__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.h-prod:hover .h-prod__img img { transform: scale(1.04); }
.h-prod__badge { position: absolute; top: 10px; left: 10px; background: var(--color-brand-bg); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 6px; }
.h-prod__body { padding: 14px 16px 16px; }
}
.btn-outline-light:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.08); }

.btn-ghost-sm {
    background: none;
    border: none;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    transition: color 0.2s;
}
.btn-ghost-sm:hover { color: var(--color-brand); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
    .hp-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 24px 40px;
    }
    #hpHeroText { width: min(100%, 100%); }
    .hp-hero__visual { display: flex; }
    .hp-hero__media-shell { width: min(100%, 620px); }
    .hp-section { padding: 64px 24px; }
    .hp-cat-header {
        margin-bottom: 16px;
    }
    .hp-cat-header__cta {
        width: 100%;
        justify-content: center;
    }
    .hp-cat-grid { display: flex; flex-direction: column; gap: 12px; height: auto; }
    .hp-cat-grid__side { gap: 12px; }
    .hp-cat-grid__sub-row { gap: 12px; }
    .hp-cat-grid__main { min-height: 260px; }
    .hp-drag-scroll { gap: 14px; }
    .hp-prod-card { width: 200px; }
    .hp-hiw { padding: 64px 24px; }
    .hp-hiw__steps { gap: 4px; }
    .hp-hiw__step-circle { width: 48px; height: 48px; }
    .hp-hiw__step-label { display: none; }
    .hp-hiw__card { padding: 24px; }
    .hp-hiw__card-title { font-size: 26px; }
    .hp-review-card { width: 300px; }
    .hp-stats { padding: 40px 24px; }
    .hp-referral__title { font-size: 26px; }
    .hp-cta { padding: 72px 24px; }
}

/* ==========================================================================
   HOME PAGE — h- prefix (view'dan taşınan)
   ========================================================================== */

.hs { width: 100%; isolation: isolate; position: relative; }
.hs__inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.hs__head { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; text-align: center; }
.hs__label { display: block; margin-bottom: 8px; }
.hs__title { font-size: clamp(34px, 3.4vw, 48px); margin: 0; color: var(--color-text); }
.hs__link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--color-text); text-decoration: none; border: 1px solid var(--color-border); border-radius: 10px; padding: 9px 18px; transition: border-color .2s, background .2s; flex-shrink: 0; }
.hs__link:hover { border-color: var(--color-brand); background: var(--color-brand-subtle); }
.hs__link svg { transition: transform .2s; }
.hs__link:hover svg { transform: translateX(3px); }

.h-hero { position: relative; min-height: 90vh; display: flex; align-items: center; background: var(--color-bg); overflow: hidden; user-select: none; }
.h-hero__bg { position: absolute; inset: 0; background: radial-gradient(circle at 75% 50%, rgba(200,160,90,.14) 0%, transparent 55%); pointer-events: none; }
.h-hero__inner { max-width: 1280px; margin: 0 auto; padding: 80px 24px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.h-hero__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--color-brand); margin-bottom: 20px; }
.h-hero__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-brand); display: inline-block; }
.h-hero__title { font-family: var(--font-serif); font-size: clamp(38px, 5vw, 64px); font-weight: 400; line-height: 1.1; color: var(--color-text); margin: 0 0 20px; }
.h-hero__sub { font-size: 16px; color: var(--color-muted); line-height: 1.65; margin: 0 0 32px; max-width: 440px; }
.h-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.h-hero__btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .2s; }
.h-hero__btn--primary { background: var(--color-brand-bg); color: #fff; }
.h-hero__btn--primary:hover { background: var(--color-brand-hover); }
.h-hero__btn--ghost { background: transparent; color: var(--color-text); border: 1px solid var(--color-border); }
.h-hero__btn--ghost:hover { border-color: var(--color-brand); color: var(--color-brand); }
.hp-hero__slide {
    display: none;
}

.h-hero__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--color-muted); }
.h-hero__progress { display: flex; align-items: center; gap: 8px; margin-top: 20px; }
.h-hero__prog-btn { flex: 1; height: 3px; background: var(--color-border); border: none; border-radius: 2px; cursor: pointer; padding: 0; overflow: hidden; }
.h-hero__prog-fill { height: 100%; background: var(--color-brand-bg); width: 0%; border-radius: 2px; }
.h-hero__prog-count { font-size: 11px; color: var(--color-muted); white-space: nowrap; }

.h-cats { padding: 56px 0; background: var(--color-bg); }
.h-cats__head { margin-bottom: 12px; }
.h-cats__actions {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 28px;
}
.h-cats__grid { display: grid; gap: 16px; }
.h-cats__card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    background: #fff;
}
.h-cat-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.h-cat-card img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: contain;
    object-position: center center;
    display: block;
    transition: transform .6s ease;
    flex-shrink: 0;
}
.h-cat-card:hover img { transform: scale(1.04); }
.h-cat-card__ph {
    aspect-ratio: 3/4;
    background: linear-gradient(145deg, #c8a96e, #7d5c2e);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.h-cat-card__mono { font-family: var(--font-serif); font-size: 64px; color: rgba(255,255,255,.3); line-height: 1; }
.h-cat-card__overlay { display: none; }
.h-cat-card__body {
    position: static;
    padding: 14px 16px 16px;
    background: #fff;
    border-top: 1px solid var(--color-border);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px;
}
.h-cat-card__name {
    display: block;
    font-family: var(--font-serif);
    font-size: 17px;
    font-weight: 600;
    color: #111;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 1.25;
}
.h-cats__main .h-cat-card__name { font-size: 19px; }
.h-cat-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: var(--color-brand);
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    padding: 0;
    letter-spacing: .03em;
    transition: gap .2s;
}
.h-cat-card:hover .h-cat-card__cta { gap: 8px; }

.h-feat { padding: 56px 0; background: var(--color-bg); }
.h-feat__scroll { overflow-x: auto; display: flex; flex-wrap: nowrap; gap: 20px; padding: 4px 0 20px; scrollbar-width: none; cursor: grab; -webkit-overflow-scrolling: touch; }
.h-feat__scroll::-webkit-scrollbar { display: none; }
.h-feat__scroll:active { cursor: grabbing; }
.h-feat__spacer { flex: none; width: max(24px, calc((100vw - 1280px) / 2 + 24px)); }
.h-feat__end { flex: none; width: 24px; }
.h-prod { flex: none; width: 260px; border-radius: 16px; overflow: hidden; background: var(--color-bg); text-decoration: none; color: inherit; display: block; transition: box-shadow .25s, transform .25s; }
.h-prod:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-3px); }
.h-prod__img { aspect-ratio: 3/4; overflow: hidden; background: var(--color-surface-2); position: relative; }
.h-prod__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.h-prod:hover .h-prod__img img { transform: scale(1.04); }
.h-prod__badge { position: absolute; top: 10px; left: 10px; background: var(--color-brand-bg); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 6px; }
.h-prod__body { padding: 14px 16px 16px; }
.h-prod__cat { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--color-brand); font-weight: 600; margin: 0 0 3px; }
.h-prod__name { font-family: var(--font-serif); font-size: 15px; font-weight: 400; margin: 0 0 8px; color: var(--color-text); line-height: 1.3; }
.h-prod__price { display: flex; align-items: baseline; gap: 4px; }
.h-prod__amount { font-size: 15px; font-weight: 700; color: var(--color-text); }
.h-prod__unit { font-size: 11px; color: var(--color-muted); }
.h-prod--ghost { opacity: .35; pointer-events: none; }

.h-hiw { padding: 90px 0; background: var(--color-bg); overflow: hidden; position: relative; }
.h-hiw::before { content: ''; position: absolute; top: -20%; left: -10%; width: 50%; height: 50%; background: radial-gradient(circle, rgba(201, 162, 77, 0.05) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.h-hiw__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
.h-hiw__head { text-align: center; margin-bottom: 72px; }
.h-hiw__desc { font-size: 16px; color: var(--color-muted); margin: 16px auto 0; max-width: 540px; line-height: 1.7; }
.h-hiw__timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.h-hiw__timeline::before { content: ''; position: absolute; top: 60px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(201, 162, 77, 0.4), transparent); box-shadow: 0 0 10px rgba(201, 162, 77, 0.3); z-index: 0; border: none; }
.h-hiw__card { background: linear-gradient(160deg, #ffffff 0%, #faf8f5 100%); border: 1px solid rgba(201, 162, 77, 0.12); border-radius: 24px; padding: 48px 32px 40px; text-align: center; position: relative; z-index: 2; overflow: hidden; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease; }
.h-hiw__card:hover { transform: translateY(-12px); box-shadow: 0 24px 48px rgba(201, 162, 77, 0.08); border-color: rgba(201, 162, 77, 0.35); }
.h-hiw__bg-num { position: absolute; top: -16px; right: -12px; font-size: 140px; font-family: var(--font-serif); color: rgba(201, 162, 77, 0.04); line-height: 1; z-index: 0; pointer-events: none; transition: all 0.5s ease; }
.h-hiw__card:hover .h-hiw__bg-num { color: rgba(201, 162, 77, 0.08); transform: scale(1.08) translateX(-10px); }
.h-hiw__icon-wrap { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, rgba(201, 162, 77, 0.1), rgba(201, 162, 77, 0.02)); margin: 0 auto 32px; display: flex; align-items: center; justify-content: center; color: var(--color-brand); position: relative; z-index: 1; border: 1px solid rgba(201, 162, 77, 0.2); box-shadow: inset 0 0 20px rgba(255,255,255,0.5); transition: all 0.4s ease; }
.h-hiw__card:hover .h-hiw__icon-wrap { background: var(--color-brand); color: #fff; border-color: var(--color-brand); box-shadow: 0 10px 20px rgba(201, 162, 77, 0.2); transform: scale(1.1); }
.h-hiw__card-title { font-size: 22px; font-weight: 500; color: var(--color-text); margin: 0 0 16px; font-family: var(--font-serif); position: relative; z-index: 1; }
.h-hiw__card-desc { font-size: 14.5px; color: var(--color-muted); line-height: 1.65; margin: 0; position: relative; z-index: 1; }

/* --- Neden Kiralama --- */
.h-why { padding: 90px 0; background: var(--color-bg); overflow: hidden; position: relative; }
.h-why__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.h-why__head { text-align: center; margin-bottom: 64px; }
.h-why__head .hs__label { margin-bottom: 12px; display: block; }
.h-why__head .hs__title { margin: 0; font-family: var(--font-serif); font-size: clamp(32px, 4vw, 42px); }

.h-why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

.h-why-list { display: flex; flex-direction: column; gap: 0; }

.h-why-item {
    padding: 28px 0;
    border-bottom: 1px solid var(--color-border, #e8e3d9);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.45;
}
.h-why-item:first-child { border-top: 1px solid var(--color-border, #e8e3d9); }
.h-why-item.is-active { opacity: 1; }

.h-why-item-num {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-brand, #c9973a);
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    font-family: var(--font-mono, monospace);
}
.h-why-item-title {
    font-size: 20px;
    font-family: var(--font-serif);
    color: var(--color-heading);
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.3;
}
.h-why-item-desc {
    font-size: 14.5px;
    color: var(--color-muted);
    line-height: 1.65;
    margin: 0;
}

.h-why-showcase {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 20px;
    overflow: hidden;
    background: var(--color-border, #e8e3d9);
}
.h-why-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 20px;
}
.h-why-img.is-active { opacity: 1; }

.h-why__foot { text-align: center; margin-top: 56px; }
.h-why__cta { display: inline-flex; align-items: center; gap: 8px; padding: 16px 32px; border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none; background: transparent; color: var(--color-text); border: 1px solid var(--color-border); transition: all .3s ease; }
.h-why__cta:hover { background: var(--color-brand); color: #fff; border-color: var(--color-brand); }

.h-rev { padding: 56px 0; background: var(--color-bg); }
.h-rev__top { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 28px; }
.h-rev__score-box { display: flex; align-items: center; gap: 20px; padding: 16px 24px; border: 1px solid var(--color-border); border-radius: 14px; background: var(--color-bg); }
.h-rev__score-box > div:first-child { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.h-rev__score { font-family: var(--font-serif); font-size: 40px; font-weight: 400; color: var(--color-text); line-height: 1; }
.h-rev__score-stars { display: flex; gap: 2px; margin-top: 4px; }
.h-rev__score-lbl { font-size: 12px; color: var(--color-muted); margin-top: 2px; }
.h-rev__divider { width: 1px; height: 40px; background: var(--color-border); }
.h-rev__count { font-size: 22px; font-weight: 700; color: var(--color-text); }
.h-rev__count-lbl { font-size: 12px; color: var(--color-muted); margin-top: 2px; }
.h-rev__tabs { max-width: 1280px; margin: 0 auto; padding: 0 24px 24px; display: flex; gap: 10px; }
.h-rev__tab { display: inline-flex; align-items: center; gap: 7px; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--color-border); background: var(--color-bg); font-size: 13px; font-weight: 500; color: var(--color-muted); cursor: pointer; transition: all .2s; }
.h-rev__tab.is-active { background: var(--color-text); border-color: var(--color-text); color: #fff; }
.h-rev__tab svg { flex-shrink: 0; }
.h-rev__scroll-wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; overflow: hidden; }
.h-rev__scroll { overflow-x: auto; display: flex; flex-wrap: nowrap; gap: 20px; padding: 4px 0 24px; scrollbar-width: none; cursor: grab; }
.h-rev__scroll::-webkit-scrollbar { display: none; }
.h-rev__scroll:active { cursor: grabbing; }
.h-rev__panel { display: none; width: 100%; }
.h-rev__panel.is-active { display: block; width: 100%; }
.h-rev-card { flex: none; width: calc(25% - 15px); min-width: 240px; background: var(--color-bg); border: 1px solid var(--color-border); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.h-rev-card__top { display: flex; align-items: center; justify-content: space-between; }
.h-rev-card__stars { display: flex; gap: 2px; }
.h-rev-card__text { font-size: 14px; color: var(--color-text); line-height: 1.65; flex: 1; font-style: italic; }
.h-rev-card__author { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--color-border); }
.h-rev-card__av { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; flex-shrink: 0; }
.h-rev-card__av--g { background: #4285f4; }
.h-rev-card__av--s { background: var(--color-brand-bg); }
.h-rev-card__name { font-size: 13px; font-weight: 600; color: var(--color-text); }
.h-rev-card__date { font-size: 11px; color: var(--color-muted); }
.h-rev__footer { max-width: 1280px; margin: 0 auto; padding: 20px 24px 0; }
.h-rev__g-btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; border: 1px solid var(--color-border); border-radius: 12px; background: var(--color-bg); font-size: 13px; font-weight: 500; color: var(--color-text); text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.h-rev__g-btn:hover { border-color: var(--color-brand-bg); box-shadow: 0 2px 12px rgba(0,0,0,.06); }

.h-stats { background: var(--color-brand-bg); padding: 60px 24px; }
.h-stats__inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; text-align: center; }
.h-stats__item { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 12px 24px; border-right: 1px solid rgba(255,255,255,.15); }
.h-stats__item:last-child { border-right: 0; }
.h-stats__icon { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.9); flex-shrink: 0; }
.h-stats__num { font-family: var(--font-serif); font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; color: #fff; margin: 0; line-height: 1; }
.h-stats__lbl { font-size: 12px; color: rgba(255,255,255,.7); letter-spacing: .06em; text-transform: uppercase; }

.h-ref { padding: 64px 24px; background: var(--color-bg); }
.h-ref__inner { max-width: 1120px; margin: 0 auto; }
.h-ref__card { background: linear-gradient(135deg, var(--color-brand-bg) 0%, var(--color-brand-hover) 100%); border-radius: 24px; padding: 48px 56px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; overflow: hidden; }
.h-ref__card::before { content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); top: -80px; right: -80px; pointer-events: none; }
.h-ref__card::after { content: ''; position: absolute; width: 200px; height: 200px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); top: -20px; right: -20px; pointer-events: none; }
.h-ref__content { flex: 1; min-width: 0; position: relative; z-index: 1; }
.h-ref__badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.18); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.28); margin-bottom: 16px; }
.h-ref__title { font-family: var(--font-serif); font-size: 34px; font-weight: 500; letter-spacing: -.04em; line-height: 1.08; color: #fff; margin: 0 0 10px; }
.h-ref__sub { font-size: 14px; color: rgba(255,255,255,.78); line-height: 1.65; max-width: 500px; margin: 0; }
.h-ref__soon-wrap { flex-shrink: 0; position: relative; z-index: 1; }
.h-ref__soon-card { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22); border-radius: 18px; padding: 28px 32px; text-align: center; min-width: 200px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.h-ref__soon-icon { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; color: #fff; margin: 0 auto 12px; }
.h-ref__soon-title { font-weight: 700; color: #fff; font-size: 15px; margin: 0 0 6px; }
.h-ref__soon-desc { font-size: 12.5px; color: rgba(255,255,255,.7); line-height: 1.5; margin: 0; }

/* ── Partners ──────────────────────────────────────────────────── */
.h-partners {
  padding: 72px 24px;
  background: var(--color-bg);
}

.h-partners__head {
  text-align: center;
  margin-bottom: 40px;
}

.h-partners__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-brand);
  margin-bottom: 10px;
}

.h-partners__title {
  font-family: var(--font-serif);
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
  line-height: 1.2;
}

.h-partners__track-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.h-partners__track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: hPartnersScroll 28s linear infinite;
}

.h-partners__track:hover {
  animation-play-state: paused;
}

@keyframes hPartnersScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.h-partner-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card, 12px);
  padding: 14px 20px;
  min-width: 200px;
  flex-shrink: 0;
  transition: border-color .2s, box-shadow .2s;
}

.h-partner-card:hover {
  border-color: color-mix(in srgb, var(--color-brand) 35%, transparent);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--color-brand) 8%, transparent);
}

.h-partner-card__logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--color-brand-subtle, color-mix(in srgb, var(--color-brand) 10%, transparent));
  border: 1px solid color-mix(in srgb, var(--color-brand) 18%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.h-partner-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.h-partner-card__initials {
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-brand);
  letter-spacing: .03em;
}

.h-partner-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.h-partner-card__name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-text);
  white-space: nowrap;
}

.h-partner-card__tagline {
  font-size: 11.5px;
  color: var(--color-muted);
  white-space: nowrap;
}

/* ── CTA Keyframes ─────────────────────────────────────────────── */
@keyframes ctaGlowDrift {
  0%   { transform: translate(0, 0) scale(1); }
  33%  { transform: translate(6%, -8%) scale(1.08); }
  66%  { transform: translate(-5%, 6%) scale(.94); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes ctaGlowDrift2 {
  0%   { transform: translate(0, 0) scale(1); }
  40%  { transform: translate(-8%, 10%) scale(1.1); }
  75%  { transform: translate(7%, -5%) scale(.92); }
  100% { transform: translate(0, 0) scale(1); }
}
@keyframes ctaTitleShimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes ctaSparkleRise {
  0%   { opacity: 0; transform: translateY(0) scale(.4); }
  15%  { opacity: 1; }
  80%  { opacity: .6; }
  100% { opacity: 0; transform: translateY(-80px) scale(1); }
}
@keyframes ctaSparkleFloat {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(8px); }
  100% { transform: translateX(0); }
}

/* ── CTA Section ───────────────────────────────────────────────── */
.h-cta {
  padding: 100px 24px;
  text-align: center;
  background: linear-gradient(135deg, #1a1510 0%, #2c2218 100%);
  position: relative;
  overflow: hidden;
}

/* Birinci glow — sıcak altın, yavaş sürüklenme */
.h-cta::before {
  content: '';
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse 70% 55% at 50% 60%, rgba(184,139,57,.28) 0%, transparent 70%);
  pointer-events: none;
  animation: ctaGlowDrift 14s ease-in-out infinite;
}

/* İkinci glow — daha serin, zıt yönde */
.h-cta::after {
  content: '';
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse 50% 40% at 30% 35%, rgba(220,170,80,.12) 0%, transparent 65%);
  pointer-events: none;
  animation: ctaGlowDrift2 18s ease-in-out infinite;
}

.h-cta__inner {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.h-cta__label {
  display: block;
  color: var(--color-brand-bg);
  margin-bottom: 16px;
}

/* Shimmer başlık */
.h-cta__title {
  font-size: clamp(34px, 4.5vw, 52px);
  margin: 0 0 16px;
  background: linear-gradient(
    105deg,
    #fff 0%,
    #fff 35%,
    rgba(220,170,80,.95) 48%,
    rgba(255,215,100,1) 52%,
    #fff 65%,
    #fff 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ctaTitleShimmer 4.5s linear infinite;
}

.h-cta__sub {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
  margin: 0 0 36px;
}

.h-cta__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.h-cta__btn-w {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  color: var(--color-text);
  transition: background .2s, box-shadow .2s;
}
.h-cta__btn-w:hover {
  background: var(--color-surface-2);
  box-shadow: 0 0 24px rgba(220,170,80,.25);
}

.h-cta__btn-o {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.85);
  transition: border-color .2s, box-shadow .2s;
}
.h-cta__btn-o:hover {
  border-color: rgba(220,170,80,.7);
  box-shadow: 0 0 20px rgba(220,170,80,.15);
}

/* Canvas — tam section'ı kaplar */
.h-cta__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* ── Çalışma Saatleri ──────────────────────────────────────────── */
.h-hours { background: var(--color-surface-2, #faf8f5); }
.h-hours .hs__head { text-align: center; margin-bottom: 32px; }

.h-hours__card {
    max-width: 560px;
    margin: 0 auto;
    background: var(--color-surface-1, #fff);
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    overflow: hidden;
}

.h-hours__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    border-bottom: 1px solid var(--color-border, rgba(0,0,0,.07));
    gap: 16px;
    transition: background .15s;
}
.h-hours__row:last-child { border-bottom: none; }
.h-hours__row:hover { background: var(--color-surface-2, #faf8f5); }

.h-hours__day {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-text, #1c1917);
    min-width: 110px;
}

.h-hours__time {
    font-size: 15px;
    color: var(--color-text-muted, #78716c);
    font-variant-numeric: tabular-nums;
    letter-spacing: .01em;
}

.h-hours__closed {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-faint, #a8a29e);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.h-hours__row--closed .h-hours__day {
    color: var(--color-text-muted, #78716c);
}

/* Çalışma Saatleri - premium kart */
.h-hours {
    padding: 84px 24px;
    background: #ffffff;
}

.h-hours__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
}

.h-hours__intro {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

.h-hours__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #a97825;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.h-hours__card {
    width: min(760px, 100%);
    margin: 0 auto;
}

.h-hours__eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, #c69a48, transparent);
}

.h-hours__title {
    margin: 0 0 16px;
    color: #17120d;
    font-size: clamp(34px, 3.4vw, 48px);
}

.h-hours__desc {
    margin: 0;
    color: #7d7266;
    font-size: 15px;
    line-height: 1.8;
}

.h-hours__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(180px, .72fr) minmax(280px, 1fr);
    gap: 0;
    max-width: none;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(201, 162, 77, .22);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,250,242,.70)),
        radial-gradient(circle at 0% 0%, rgba(201, 162, 77, .12), transparent 36%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.h-hours__card::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, .76);
    border-radius: 22px;
    pointer-events: none;
}

.h-hours__today {
    position: relative;
    z-index: 1;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(201, 162, 77, .18);
    background: rgba(255, 248, 237, .56);
}

.h-hours__today-label {
    color: #a97825;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.h-hours__today strong {
    margin-top: 14px;
    color: #17120d;
    font-family: var(--font-serif);
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
}

.h-hours__today-time {
    margin-top: 18px;
    color: #2b241d;
    font-size: 18px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.h-hours__today em {
    width: fit-content;
    margin-top: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(22, 163, 74, .10);
    color: #15803d;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.h-hours__today em.is-closed {
    background: rgba(120, 113, 108, .12);
    color: #78716c;
}

.h-hours__week {
    position: relative;
    z-index: 1;
    padding: 24px 26px;
}

.h-hours__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 14px;
    color: #2b241d;
}

.h-hours__row + .h-hours__row {
    margin-top: 4px;
}

.h-hours__row:hover {
    background: rgba(201, 162, 77, .06);
}

.h-hours__row--today {
    background: rgba(201, 162, 77, .11);
    box-shadow: inset 0 0 0 1px rgba(201, 162, 77, .22);
}

.h-hours__day {
    min-width: 0;
    font-size: 14px;
    font-weight: 800;
}

.h-hours__time {
    color: #6f655b;
    font-size: 14px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.h-hours__closed {
    color: #a8a29e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.h-hours__row--closed .h-hours__day {
    color: #9b948c;
}

@media (max-width: 1024px) {
    .h-hero__inner { grid-template-columns: 1fr; }
    .h-hero__visual { display: none; }
    .h-why-features { grid-template-columns: 1fr; gap: 40px; }
    .h-why-showcase { aspect-ratio: 16/9; order: -1; }
    .h-hiw__timeline { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .h-hiw__timeline::before { display: none; }
    .h-hours__inner { grid-template-columns: 1fr; }
    .h-hours__intro { max-width: 620px; text-align: center; margin: 0 auto; }
    .h-hours__eyebrow { justify-content: center; }
}
@media (max-width: 768px) {
    .h-cats__actions { justify-content: center; }
    .h-cats__grid { grid-template-columns: 1fr 1fr !important; }
    .h-cats__card { aspect-ratio: auto; }
    .h-stats__inner { grid-template-columns: repeat(2, 1fr); }
    .h-stats__item:nth-child(2n) { border-right: 0; }
    .h-stats__item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 24px; }
    .h-hiw__timeline { grid-template-columns: 1fr; }
    .h-feat__spacer { width: 16px; }
    .h-hours { padding: 64px 18px; }
    .h-hours__card { grid-template-columns: 1fr; }
    .h-hours__today { border-right: 0; border-bottom: 1px solid rgba(201, 162, 77, .18); }
}
@media (max-width: 480px) {
    .hs__inner { padding: 0 16px; }
    .h-hero__inner { padding: 60px 16px; }
    .h-hiw__inner { padding: 0 16px; }
    .h-stats { padding: 48px 16px; }
    .h-ref { padding: 48px 16px; }
    .h-cta { padding: 72px 16px; }
    .h-hours { padding: 54px 14px; }
    .h-hours__title { font-size: 36px; }
    .h-hours__card { border-radius: 22px; }
    .h-hours__today { padding: 28px 22px; }
    .h-hours__today strong { font-size: 30px; }
    .h-hours__week { padding: 18px 16px; }
    .h-hours__row { padding: 0 10px; }
}

.h-feat__scroll .product-card {
    flex: none;
    width: 260px;
}

@media (max-width: 1024px) {
    .h-feat__scroll .product-card {
        width: 200px;
    }
}

/* ---- Yeni Gelenler ---- */
.h-new { padding: 56px 0; background: var(--color-surface, #fafaf8); }
.h-new__scroll { overflow-x: auto; display: flex; flex-wrap: nowrap; gap: 20px; padding: 4px 0 20px; scrollbar-width: none; cursor: grab; -webkit-overflow-scrolling: touch; }
.h-new__scroll::-webkit-scrollbar { display: none; }
.h-new__scroll:active { cursor: grabbing; }
.h-new__scroll .product-card { flex: none; width: 260px; }
@media (max-width: 1024px) {
    .h-new__scroll .product-card { width: 200px; }
}

/* ============================================================
   PARTNERS — ORBIT SECTION
   ============================================================ */
.h-orbit-section {
    position: relative;
    padding: 80px 0 100px;
    background: #0a0a0a;
    overflow: hidden;
    color: #fff;
}

.h-orbit-head {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 56px;
}
.h-orbit-head .hs__label { color: rgba(212,175,55,0.85); }
.h-orbit-head .hs__title { color: #fff; }

/* System Container */
.h-orbit-system {
    position: relative;
    width: 540px;
    height: 540px;
    margin: 0 auto;
}

/* Orbit Paths */
.h-orbit-path {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.12);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.h-orbit-path.path-1 { width: 200px; height: 200px; }
.h-orbit-path.path-2 { width: 340px; height: 340px; }
.h-orbit-path.path-3 { width: 480px; height: 480px; }

/* Center Circle */
.h-orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 5;
}
.h-orbit-center::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        rgba(212,175,55,1)    0deg,
        rgba(212,175,55,0.25) 90deg,
        rgba(212,175,55,0.05) 180deg,
        rgba(212,175,55,0.25) 270deg,
        rgba(212,175,55,1)    360deg
    );
    animation: goldSpin 5s linear infinite;
    z-index: 0;
}
.h-orbit-center-glow {
    position: absolute;
    inset: -28px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,175,55,0.15) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}
.h-orbit-center-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}
.h-orbit-center-logo {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

/* Items (partners) */
.ring-1 { --radius: 100px; }
.ring-2 { --radius: 170px; }
.ring-3 { --radius: 240px; }

.h-orbit-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    z-index: 10;
}
.h-orbit-item.ring-1 {
    animation: orbitCW 25s linear infinite;
    animation-delay: var(--orbit-delay, 0s);
}
.h-orbit-item.ring-2 {
    animation: orbitCW 35s linear infinite;
    animation-delay: var(--orbit-delay, 0s);
}
.h-orbit-item.ring-3 {
    animation: orbitCW 45s linear infinite;
    animation-delay: var(--orbit-delay, 0s);
}
.h-orbit-item-inner {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.h-orbit-item-inner::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        rgba(212,175,55,1)    0deg,
        rgba(212,175,55,0.7)  90deg,
        rgba(212,175,55,0.3)  180deg,
        rgba(212,175,55,0.7)  270deg,
        rgba(212,175,55,1)    360deg
    );
    animation: goldSpin 3.5s linear infinite;
    z-index: 0;
}
.h-orbit-item:hover .h-orbit-item-inner::before {
    background: conic-gradient(
        from 0deg,
        rgba(212,175,55,1)    0deg,
        rgba(212,175,55,0.65) 60deg,
        rgba(212,175,55,0.08) 120deg,
        rgba(212,175,55,0.08) 240deg,
        rgba(212,175,55,0.65) 300deg,
        rgba(212,175,55,1)    360deg
    );
    animation-duration: 1.5s;
}
.h-orbit-item:hover .h-orbit-item-inner { transform: scale(1.15); }

/* Front face */
.h-orbit-front {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    z-index: 10;
}
.h-orbit-item:hover .h-orbit-item-inner { transform: scale(1.08); }

.h-orbit-logo     { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.h-orbit-initials { font-size: 18px; font-weight: 700; color: #1a1a1a; line-height: 1; }

/* Hover Tooltip */
.h-orbit-tooltip {
    position: absolute;
    bottom: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10,10,10,0.96);
    border: 1px solid rgba(212,175,55,0.4);
    border-radius: 10px;
    padding: 10px 14px;
    min-width: 150px;
    max-width: 200px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    transform: translateX(-50%) translateY(6px);
    z-index: 20;
    white-space: nowrap;
}
.h-orbit-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(212,175,55,0.4);
}
.h-orbit-item:hover .h-orbit-tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.h-orbit-tip-name    { display: block; font-size: 12px; font-weight: 700; color: #fff; line-height: 1.3; }
.h-orbit-tip-tag     { display: block; font-size: 10px; color: rgba(255,255,255,0.55); margin-top: 3px; line-height: 1.3; }
.h-orbit-tip-link    { display: inline-flex; align-items: center; gap: 4px; margin-top: 7px; font-size: 10px; color: rgba(212,175,55,0.9); text-decoration: none; }
.h-orbit-tip-link:hover { color: rgba(212,175,55,1); }

/* Animations */
@keyframes goldSpin        { to { transform: rotate(360deg);  } }
@keyframes goldSpinReverse { to { transform: rotate(-360deg); } }
@keyframes orbitCW {
    from { transform: rotate(0deg)   translateX(var(--radius)) rotate(0deg);    }
    to   { transform: rotate(360deg) translateX(var(--radius)) rotate(-360deg); }
}

/* Responsive */
@media (max-width: 640px) {
    .h-orbit-system { width: 360px; height: 360px; }
    .ring-1 { --radius: 66px; }
    .ring-2 { --radius: 110px; }
    .ring-3 { --radius: 155px; }
    .h-orbit-path.path-1 { width: 132px; height: 132px; }
    .h-orbit-path.path-2 { width: 220px; height: 220px; }
    .h-orbit-path.path-3 { width: 310px; height: 310px; }
    .h-orbit-center { width: 72px; height: 72px; }
    .h-orbit-item { width: 46px; height: 46px; margin: -23px 0 0 -23px; }
    .h-orbit-item-inner { width: 46px; height: 46px; }
    .h-orbit-initials { font-size: 13px; }
}
