/*
================================================================
    Tattoo Premium Theme Stylesheet - Mesut Ayvaz Tattoo
    Typography: Poppins
    Colors: Dark (#050505, #0a0a0a), Gold (#c5a880, #b49368), White (#ffffff)
================================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Alex+Brush&display=swap');

/* Basic Variables & Root */
:root {
    --bg-dark: #060606;
    --bg-dark-gray: #10100f;
    --bg-card: #171513;
    --color-gold: #c5a46f;
    --color-gold-hover: #a9834d;
    --color-ink-red: #8f1d24;
    --color-white: #ffffff;
    --color-muted: #8e8e93;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;
    --font-signature: 'Alex Brush', cursive;
}

/* Global Dark Theme Settings */
body {
    background-color: var(--bg-dark) !important;
    color: var(--color-white) !important;
    font-family: var(--font-body) !important;
    font-size: 16px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.serif-font {
    font-family: var(--font-heading) !important;
    color: var(--color-white);
    font-weight: 500;
}

.text-gold {
    color: var(--color-gold) !important;
}

.bg-dark-custom {
    background-color: var(--bg-dark) !important;
}

.bg-dark-gray-custom {
    background-color: var(--bg-dark-gray) !important;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: var(--color-gold);
    border-radius: 4px;
}

/* Preloader Dark Theme Override */
.preloader {
    background-color: var(--bg-dark) !important;
}

.preloader .letters-loading {
    color: var(--color-white) !important;
    font-family: var(--font-heading) !important;
}

.preloader .letters-loading:before {
    color: var(--color-gold) !important;
}

.preloader .spinner {
    border-top-color: var(--color-gold) !important;
}

/* Custom Buttons */
.btn-gold-filled {
    background-color: var(--color-gold) !important;
    color: #000000 !important;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 15px 35px;
    border: 1px solid var(--color-gold) !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-gold-filled:hover {
    background-color: transparent !important;
    color: var(--color-gold) !important;
    box-shadow: 0 0 15px rgba(197, 168, 128, 0.4);
}

.btn-gold-outline {
    background-color: transparent !important;
    color: var(--color-white) !important;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 15px 35px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-gold-outline:hover {
    border-color: var(--color-gold) !important;
    color: var(--color-gold) !important;
}

/* Header styles override */
header.header-1 {
    background-color: rgba(7, 7, 7, 0.9) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0 !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

header.header-1 .logo a {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-white) !important;
    text-decoration: none;
    text-transform: uppercase;
}

header.header-1 .logo a span {
    color: var(--color-gold);
}

.site-logo-img {
    width: auto;
    max-width: 150px;
    max-height: 72px;
    object-fit: contain;
    display: block;
}

header.header-1 .main-menu ul li a {
    color: var(--color-white) !important;
    font-family: var(--font-body) !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

header.header-1 .main-menu ul li a:hover {
    color: var(--color-gold) !important;
}

.top-bar-wrapper {
    background-color: #000000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding: 8px 0;
}

.top-bar-wrapper a {
    color: var(--color-muted) !important;
    font-size: 13px;
    transition: all 0.3s ease;
}

.top-bar-wrapper a:hover {
    color: var(--color-gold) !important;
}

/* Hero & Slider Section styles */
.tattoo-hero {
    height: 86vh;
    min-height: 620px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.tattoo-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 76% 44%, rgba(143, 29, 36, 0.22), transparent 34%),
        linear-gradient(to right, rgba(6, 6, 6, 0.97) 24%, rgba(6, 6, 6, 0.76) 62%, rgba(6, 6, 6, 0.48) 100%);
    z-index: 1;
}

.hero-brand-logo {
    width: auto;
    max-width: 230px;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #000;
    padding: 10px;
}

.tattoo-hero .container {
    position: relative;
    z-index: 2;
}

.hero-tag {
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--color-gold);
    letter-spacing: 4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 55px;
    }
}

/*
================================================================
    Clean editorial header
================================================================
*/
.tattoo-header-modern {
    background: rgba(4, 4, 4, 0.94) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
}

.tattoo-header-modern .tattoo-nav-shell {
    min-height: 88px !important;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 34px;
    align-items: center;
}

.modern-brand-link {
    gap: 13px;
}

.tattoo-header-modern .site-logo-img {
    max-width: 58px !important;
    max-height: 58px !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.modern-brand-text strong {
    font-size: 14px;
    letter-spacing: 1.1px;
}

.modern-brand-text small {
    font-size: 9.5px;
    letter-spacing: 2.1px;
}

.tattoo-header-modern .tattoo-desktop-nav {
    display: contents !important;
}

.tattoo-header-modern .menu-wrap {
    justify-content: center;
}

.tattoo-header-modern .main-menu {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tattoo-header-modern .main-menu ul {
    gap: 28px !important;
}

.tattoo-header-modern .main-menu ul li a {
    padding: 0 !important;
    background: transparent !important;
    color: #efe7dc !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 1.65px !important;
    position: relative;
}

.tattoo-header-modern .main-menu ul li a::after {
    display: block !important;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 1px;
    background: var(--color-gold);
    transform: translateX(-50%);
    transition: width .25s ease;
}

.tattoo-header-modern .main-menu ul li a:hover {
    color: var(--color-gold) !important;
}

.tattoo-header-modern .main-menu ul li a:hover::after {
    width: 100%;
}

.tattoo-header-modern .header-right-element {
    justify-content: flex-end;
    gap: 18px;
}

.modern-social-mini {
    gap: 15px;
}

.modern-social-mini a {
    width: auto;
    height: auto;
    color: #efe7dc;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 17px;
}

.modern-social-mini a:hover {
    color: var(--color-gold);
    background: transparent;
    border: 0;
    transform: translateY(-2px);
}

.tattoo-header-modern .header-right-element .btn-gold-filled {
    min-width: 138px !important;
    padding: 14px 24px !important;
    border-radius: 0 !important;
    background: var(--color-gold) !important;
    color: #050505 !important;
    border: 1px solid var(--color-gold) !important;
    box-shadow: 0 14px 30px rgba(197, 164, 111, 0.18);
}

.tattoo-header-modern .header-right-element .btn-gold-filled:hover {
    background: transparent !important;
    color: var(--color-gold) !important;
}

@media (max-width: 1199px) {
    .tattoo-header-modern .tattoo-nav-shell {
        gap: 20px;
    }

    .tattoo-header-modern .main-menu ul {
        gap: 18px !important;
    }

    .modern-brand-text {
        display: none;
    }
}

@media (max-width: 991px) {
    .tattoo-header-modern .tattoo-nav-shell {
        display: flex;
        min-height: 76px !important;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 40px;
    }
}

/* Final homepage/header overrides */
header.header-1.tattoo-site-header {
    background: rgba(5, 5, 5, 0.94) !important;
}

.tattoo-nav-shell {
    min-height: 86px !important;
}

.site-logo-img {
    max-width: 74px !important;
    max-height: 74px !important;
}

.tattoo-desktop-nav {
    gap: 22px !important;
}

header.header-1 .main-menu ul {
    gap: 20px !important;
}

header.header-1 .main-menu ul li a {
    font-size: 11px !important;
    letter-spacing: 1.2px !important;
}

.header-right-element .btn-gold-filled {
    min-width: 116px !important;
    padding: 12px 18px !important;
}

.single-hero {
    height: 445px !important;
    min-height: 445px !important;
}

.single-hero .hero-contents {
    padding: 42px 0 42px !important;
}

.single-hero .hero-title {
    font-size: clamp(38px, 4.7vw, 66px) !important;
    line-height: 1.04 !important;
}

.single-hero .hero-desc {
    max-width: 620px !important;
    margin-bottom: 18px !important;
}

.single-hero .hero-ornament-svg {
    margin-top: 22px;
}

.single-hero .hero-mark-panel {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .tattoo-nav-shell {
        min-height: 76px !important;
    }

    .single-hero {
        min-height: 560px !important;
    }

    .site-logo-img {
        max-width: 58px !important;
        max-height: 58px !important;
    }
}

@media (max-width: 575px) {
    .single-hero .hero-title {
        font-size: 36px !important;
    }
}

/*
================================================================
    Homepage polish
================================================================
*/
.tattoo-site-header {
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

.tattoo-nav-shell {
    min-height: 88px;
}

.site-logo-img {
    max-width: 78px;
    max-height: 78px;
}

header.header-1 .main-menu ul {
    gap: 22px;
}

header.header-1 .main-menu ul li a {
    font-size: 11px !important;
    letter-spacing: 1.4px !important;
}

.header-right-element .btn-gold-filled {
    min-width: 118px;
    padding: 12px 18px;
    font-size: 12px;
}

.single-hero {
    min-height: 610px;
    height: auto;
}

.single-hero .hero-contents {
    padding: 92px 0 86px;
}

.single-hero .hero-title {
    max-width: 720px;
    font-size: clamp(42px, 5.2vw, 76px);
    line-height: 1.02;
    letter-spacing: 0;
}

.single-hero .hero-desc {
    max-width: 610px;
    color: #d8d0c5;
    font-size: 17px;
    margin-bottom: 26px;
}

.single-hero .hero-mark-panel {
    margin-bottom: 78px;
    max-width: 300px;
}

.reference-marquee-section {
    overflow: hidden;
    background: #080807;
    border-top: 1px solid rgba(197, 164, 111, 0.18);
    border-bottom: 1px solid rgba(197, 164, 111, 0.18);
    padding: 18px 0;
}

.reference-marquee-track {
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    animation: tattooRefMarquee 34s linear infinite;
}

.reference-marquee-section:hover .reference-marquee-track {
    animation-play-state: paused;
}

.reference-marquee-item {
    width: 230px;
    min-height: 86px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #f4eee5;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(197, 164, 111, 0.08), rgba(255, 255, 255, 0.02));
    padding: 14px 16px;
}

.reference-marquee-item span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.reference-marquee-item img {
    width: 72px;
    height: 54px;
    object-fit: contain;
    filter: grayscale(20%);
}

@keyframes tattooRefMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-33.333%);
    }
}

.home-featured-section {
    padding: 110px 0;
    background: var(--bg-dark-gray);
}

.home-featured-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    gap: 22px;
}

.home-featured-work {
    min-height: 430px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(197, 164, 111, 0.12);
    background: #000;
}

.home-featured-work:nth-child(n+2) {
    min-height: 360px;
}

.home-featured-work img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(34%);
    transition: transform 0.5s ease, filter 0.5s ease;
}

.home-featured-work::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.9));
}

.home-featured-work:hover img {
    transform: scale(1.06);
    filter: grayscale(0);
}

.home-featured-work div {
    position: relative;
    z-index: 2;
    padding: 28px;
}

.home-featured-work span {
    color: var(--color-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-featured-work h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 9px 0 0;
}

.home-process-strip {
    padding: 120px 0;
    background: radial-gradient(circle at 50% 0%, rgba(143, 29, 36, 0.05), transparent 60%), var(--bg-dark);
}

.process-mini-card,
.home-testimonial-card {
    height: 100%;
    padding: 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-top: 3px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(160deg, rgba(20, 20, 20, 0.8) 0%, rgba(10, 10, 10, 0.95) 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.process-mini-card:hover {
    transform: translateY(-10px);
    border-top-color: var(--color-gold);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: linear-gradient(160deg, rgba(30, 30, 30, 0.9) 0%, rgba(15, 15, 15, 1) 100%);
}

.process-mini-card i,
.home-testimonial-card i {
    color: var(--color-gold);
    font-size: 32px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.process-mini-card:hover i {
    transform: scale(1.1);
}

.process-mini-card span {
    position: absolute;
    right: 15px;
    bottom: -20px;
    font-size: 120px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.process-mini-card:hover span {
    color: rgba(197, 164, 111, 0.05);
    transform: scale(1.05) translateY(-10px);
}

.process-mini-card h3 {
    color: #f4eee5;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}

.process-mini-card p,
.home-testimonial-card p {
    color: #a8a09a;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: 15px;
}

.home-testimonial-section {
    padding: 110px 0;
    background: var(--bg-dark-gray);
}

.home-testimonial-card p {
    color: #d5cdc2;
    font-size: 17px;
    margin-bottom: 24px;
}

.home-testimonial-card strong {
    display: block;
    color: #fff;
    font-weight: 900;
}

.home-testimonial-card span {
    color: var(--color-gold);
    font-size: 13px;
}

@media (max-width: 1199px) {
    .home-featured-grid {
        grid-template-columns: 1fr;
    }

    .home-featured-work,
    .home-featured-work:nth-child(n+2) {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    .tattoo-nav-shell {
        min-height: 78px;
    }

    .site-logo-img {
        max-width: 62px;
        max-height: 62px;
    }

    .single-hero .hero-contents {
        padding: 78px 0 68px;
    }

    .single-hero .hero-title {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .reference-marquee-item {
        width: 190px;
    }

    .home-featured-section,
    .home-testimonial-section,
    .home-process-strip {
        padding: 76px 0;
    }
}

/*
================================================================
    Premium refresh
================================================================
*/
.body-wrapper {
    background:
        radial-gradient(circle at 18% 18%, rgba(143, 29, 36, 0.12), transparent 28%),
        radial-gradient(circle at 86% 4%, rgba(197, 164, 111, 0.08), transparent 24%),
        #050505 !important;
}

.top-bar-wrapper,
.top-bar-wrapper .container {
    background: #050505 !important;
    position: relative;
    overflow: hidden;
}

.top-bar-wrapper::before,
.top-bar-wrapper::after,
.top-bar-wrapper .container::before,
.top-bar-wrapper .container::after {
    display: none !important;
}

.top-bar-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 9px 0;
}

.top-bar-wrapper .top-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.top-bar-wrapper a {
    color: #aaa39a !important;
    letter-spacing: 0.2px;
}

.top-bar-wrapper i {
    color: var(--color-gold);
    margin-right: 8px;
}

header.header-1.tattoo-site-header {
    padding: 0 !important;
    background: rgba(5, 5, 5, 0.88) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tattoo-nav-shell {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.tattoo-desktop-nav {
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex: 1;
}

.tattoo-desktop-nav .menu-wrap {
    flex: 1;
}

header.header-1 .main-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
    margin: 0;
}

header.header-1 .main-menu ul li {
    margin: 0 !important;
}

header.header-1 .main-menu ul li a {
    padding: 0 !important;
    white-space: nowrap;
    font-size: 12px !important;
    color: #eee8de !important;
}

header.header-1 .main-menu ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    margin-top: 7px;
    background: var(--color-gold);
    transition: width 0.25s ease;
}

header.header-1 .main-menu ul li a:hover::after {
    width: 100%;
}

.site-logo-img {
    max-width: 62px;
    max-height: 62px;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
    object-fit: contain;
}

.header-right-element .btn-gold-filled {
    padding: 14px 22px;
    min-width: 126px;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}

.tattoo-hero-wrapper {
    background: #050505;
}

.single-hero {
    background-size: cover;
    background-position: center;
}

.tattoo-hero {
    height: calc(100vh - 144px);
    min-height: 680px;
    isolation: isolate;
}

.tattoo-hero::before {
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.86) 36%, rgba(5, 5, 5, 0.42) 70%, rgba(5, 5, 5, 0.74) 100%),
        radial-gradient(circle at 72% 42%, rgba(143, 29, 36, 0.24), transparent 34%) !important;
}

.tattoo-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 88px 88px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.hero-contents {
    padding: 74px 0 84px;
}

.hero-tag {
    color: #d8b87c;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
}

.hero-title {
    max-width: 860px;
    color: #f4eee5;
    font-size: clamp(58px, 7vw, 112px);
    line-height: 0.92;
    text-shadow: 0 16px 44px rgba(0, 0, 0, 0.72);
}

.hero-desc {
    max-width: 650px;
    color: #d4cbc0;
    font-size: 18px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-buttons .btn-gold-filled,
.hero-buttons .btn-gold-outline {
    margin-top: 18px !important;
}

.hero-ornament-svg {
    width: min(420px, 100%);
    height: auto;
    color: rgba(197, 164, 111, 0.72);
    margin-top: 34px;
    display: block;
}

.hero-mark-panel {
    margin: 0 0 86px auto;
    max-width: 320px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.54);
    backdrop-filter: blur(12px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.hero-mark-panel img {
    width: 148px;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.hero-mark-panel span {
    display: block;
    color: var(--color-gold);
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-mark-panel strong {
    color: #f6efe5;
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
}

.about-section,
.portfolio-section,
.styles-section,
.awards-section,
.process-section,
.studio-contact-section {
    position: relative;
}

.about-tag {
    font-size: 12px;
    letter-spacing: 4px;
}

.about-title {
    color: #f2eadf;
    font-size: clamp(36px, 4.4vw, 62px);
}

.story-stats div,
.style-card,
.award-card,
.appointment-form-box,
.tattoo-faq-item {
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.story-stats div {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.portfolio-item {
    border-color: rgba(197, 164, 111, 0.12);
}

.portfolio-item::after {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.portfolio-item:hover::after {
    opacity: 1;
}

.portfolio-item-overlay {
    padding: 26px;
}

.portfolio-item-title {
    font-family: var(--font-heading);
    font-size: 30px;
}

.style-card {
    border-color: rgba(197, 164, 111, 0.12);
    background:
        linear-gradient(135deg, rgba(143, 29, 36, 0.12), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
        #151311;
}

.style-card h3 {
    color: #f0e6d8;
}

.process-icon-box,
.award-icon-box,
.contact-info-icon {
    border-radius: 0;
    transform: rotate(45deg);
}

.process-icon-box i,
.award-icon-box i,
.contact-info-icon i {
    transform: rotate(-45deg);
}

.appointment-form-box {
    background:
        linear-gradient(135deg, rgba(197, 164, 111, 0.08), transparent 42%),
        #111;
    border-color: rgba(197, 164, 111, 0.16);
}

.inner-hero {
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 150px 0 80px;
}

.inner-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.58), rgba(5, 5, 5, 0.86)),
        radial-gradient(circle at 80% 30%, rgba(143, 29, 36, 0.24), transparent 30%);
}

.inner-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 164, 111, 0.65), transparent);
}

.inner-hero .container {
    position: relative;
    z-index: 2;
}

.inner-hero span {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--color-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.inner-hero span::before {
    content: '';
    width: 44px;
    height: 1px;
    background: var(--color-gold);
}

.inner-hero h1 {
    color: #f4eee5;
    font-size: clamp(48px, 7vw, 96px);
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.home-entry-section {
    padding: 130px 0;
    background:
        linear-gradient(135deg, rgba(143, 29, 36, 0.05), transparent 40%),
        var(--bg-dark);
}

.home-entry-card {
    display: block;
    min-height: 265px;
    height: 100%;
    padding: 34px;
    color: #f4eee5;
    text-decoration: none;
    border: 1px solid rgba(197, 164, 111, 0.12);
    background:
        linear-gradient(145deg, rgba(197, 164, 111, 0.08), transparent 42%),
        #151311;
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.home-entry-card:hover {
    color: #fff;
    transform: translateY(-6px);
    border-color: rgba(197, 164, 111, 0.36);
}

.home-entry-card i {
    color: var(--color-gold);
    font-size: 24px;
    margin-bottom: 28px;
}

.home-entry-card span {
    display: block;
    color: var(--color-ink-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.home-entry-card h3,
.mini-principle h3 {
    color: #f4eee5;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.home-entry-card p,
.mini-principle p {
    color: var(--color-muted);
    margin: 0;
    line-height: 1.75;
}

.home-entry-heading {
    position: relative;
    z-index: 2;
}

.home-entry-lead {
    max-width: 520px;
    margin-left: auto;
    color: #a8a09a;
    font-size: 17px;
    line-height: 1.8;
}

.home-entry-showcase {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.home-entry-feature {
    position: relative;
    min-height: 560px;
    padding: 50px 45px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(197, 164, 111, 0.15);
    border-radius: 12px;
    background: linear-gradient(145deg, #161616 0%, #0a0a0a 100%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.home-entry-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 0% 0%, rgba(197, 164, 111, 0.12), transparent 60%);
    pointer-events: none;
}

.home-entry-feature::after {
    content: 'STUDIO';
    position: absolute;
    right: -20px;
    bottom: -10px;
    color: rgba(255, 255, 255, 0.02);
    font-size: 120px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1;
    pointer-events: none;
    transform: rotate(-3deg);
}

.entry-feature-mark {
    position: relative;
    z-index: 2;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(197, 164, 111, 0.25);
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}

.entry-feature-mark img {
    width: 80px;
    height: auto;
    display: block;
}

.entry-feature-copy,
.entry-feature-actions {
    position: relative;
    z-index: 2;
}

.entry-feature-copy span {
    display: block;
    color: var(--color-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.entry-feature-copy h3 {
    color: #fff;
    font-size: clamp(34px, 3.5vw, 50px);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 520px;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.entry-feature-copy p {
    color: #a8a09a;
    font-size: 16px;
    line-height: 1.8;
    max-width: 450px;
    margin: 0;
}

.entry-feature-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.entry-feature-actions a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 24px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all .3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.entry-feature-actions a:hover {
    color: #000;
    background: var(--color-gold);
    border-color: var(--color-gold);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(197, 164, 111, 0.2);
}

.home-entry-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: none;
}

.home-entry-row {
    min-height: 90px;
    display: grid;
    grid-template-columns: 40px 34px minmax(130px, 0.6fr) minmax(220px, 1fr) 40px;
    align-items: center;
    gap: 18px;
    color: #f4eee5;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    padding: 16px 24px;
    transition: all .3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-entry-row:hover {
    color: #fff;
    background: rgba(197, 164, 111, 0.06);
    border-color: rgba(197, 164, 111, 0.25);
    transform: translateX(12px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.home-entry-row .entry-row-no {
    color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.home-entry-row:hover .entry-row-no {
    color: var(--color-gold);
}

.home-entry-row>i {
    color: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.home-entry-row:hover>i {
    color: var(--color-gold);
    transform: scale(1.1);
}

.home-entry-row strong {
    color: #f4eee5;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-entry-row em {
    color: #8c837b;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
}

.home-entry-row b {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    color: var(--color-gold);
    font-size: 14px;
    border: 1px solid rgba(197, 164, 111, 0.2);
    border-radius: 50%;
    transition: all .3s ease;
}

.home-entry-row:hover b {
    color: #000;
    background: var(--color-gold);
    border-color: var(--color-gold);
    transform: translateX(5px);
}

.mini-principle {
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.025);
}

.mini-principle i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: var(--color-gold);
    margin-bottom: 22px;
}

@media (max-width: 1199px) {
    header.header-1 .main-menu ul {
        gap: 18px;
    }

    .header-right-element .btn-gold-filled {
        min-width: 116px;
        padding: 13px 18px;
    }
}

@media (max-width: 991px) {
    .tattoo-nav-shell {
        min-height: 86px;
    }

    .site-logo-img {
        max-width: 68px;
        max-height: 68px;
    }

    .tattoo-hero {
        height: auto;
        min-height: 650px;
    }

    .hero-contents {
        padding: 84px 0 72px;
    }

    .hero-tag {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .tattoo-hero {
        min-height: 620px;
        background-position: center right;
    }

    .hero-title {
        font-size: 46px;
    }

    .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.hero-desc {
    color: var(--color-muted);
    font-size: 18px;
    max-width: 550px;
    margin-bottom: 40px;
}

/* About Section */
.about-section {
    padding: 120px 0;
    background-color: var(--bg-dark);
}

.story-section {
    background:
        linear-gradient(135deg, rgba(143, 29, 36, 0.08), transparent 36%),
        var(--bg-dark);
}

.story-portrait {
    min-height: 720px;
}

.story-portrait img {
    height: 720px !important;
    object-fit: cover;
}

.portrait-stamp {
    position: absolute;
    right: 28px;
    bottom: 28px;
    background: #000;
    color: var(--color-gold);
    border: 1px solid rgba(197, 164, 111, 0.34);
    padding: 14px 18px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
}

.about-tag {
    font-size: 14px;
    color: var(--color-gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-title {
    font-size: 46px;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.about-desc {
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.about-signature {
    font-family: var(--font-signature);
    font-size: 45px;
    color: var(--color-gold);
    margin-top: 20px;
}

.about-img-box {
    position: relative;
    border: 1px solid rgba(197, 168, 128, 0.2);
    padding: 15px;
}

.about-img-box img {
    width: 100%;
    height: auto;
    filter: grayscale(30%);
    transition: all 0.5s ease;
}

.about-img-box:hover img {
    filter: grayscale(0);
}

.story-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 36px 0 22px;
}

.story-stats div {
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.025);
    padding: 18px;
    min-height: 118px;
}

.story-stats strong {
    display: block;
    color: var(--color-gold);
    font-family: var(--font-heading);
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.story-stats span {
    color: var(--color-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Portfolio Section */
.portfolio-section {
    padding: 120px 0;
    background:
        linear-gradient(180deg, rgba(143, 29, 36, 0.08), transparent 34%),
        var(--bg-dark-gray);
}

.portfolio-section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-dovmeler-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--color-white);
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
}

.portfolio-dovmeler-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: var(--color-gold);
}


.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    background-color: #000;
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(50%);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-item:hover img {
    transform: scale(1.08);
    filter: grayscale(0);
}

.portfolio-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-item-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 5px;
}

.portfolio-item-cat {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color-gold);
    letter-spacing: 1.5px;
}

.styles-section {
    padding: 120px 0;
    background-color: var(--bg-dark);
}

.style-card {
    min-height: 260px;
    height: 100%;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.055);
    background:
        linear-gradient(145deg, rgba(197, 164, 111, 0.08), transparent 46%),
        var(--bg-card);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.style-card:hover {
    transform: translateY(-5px);
    border-color: rgba(197, 164, 111, 0.28);
}

.style-card span {
    color: var(--color-ink-red);
    font-family: var(--font-heading);
    font-size: 44px;
    line-height: 1;
}

.style-card h3 {
    font-size: 28px;
    margin: 22px 0 14px;
    text-transform: uppercase;
}

.style-card p {
    color: var(--color-muted);
    margin: 0;
    line-height: 1.75;
}

/* Awards Section */
.awards-section {
    padding: 100px 0;
    background-color: var(--bg-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.award-card {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    background-color: var(--bg-card);
    transition: all 0.3s ease;
    height: 100%;
}

.award-card:hover {
    border-color: rgba(197, 168, 128, 0.3);
    transform: translateY(-5px);
}

.award-icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid rgba(197, 168, 128, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
    font-size: 24px;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.award-card:hover .award-icon-box {
    background-color: var(--color-gold);
    color: #000;
    box-shadow: 0 0 20px rgba(197, 168, 128, 0.4);
}

.award-number {
    font-family: var(--font-heading);
    font-size: 20px;
    color: var(--color-gold);
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.award-title {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.award-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 20px;
}

.award-proof {
    min-height: 160px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: var(--bg-card);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award-proof img {
    width: 100%;
    max-height: 170px;
    object-fit: contain;
    filter: grayscale(20%);
}

/* Process Section */
.process-section {
    padding: 120px 0;
    background-color: var(--bg-dark);
}

.process-row {
    position: relative;
}

.process-step {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px;
    position: relative;
}

.process-step-num {
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.process-step:hover .process-step-num {
    color: var(--color-gold);
}

.process-icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
    font-size: 20px;
    border: 1px solid rgba(197, 168, 128, 0.2);
    background-color: var(--bg-dark);
    z-index: 2;
    position: relative;
    border-radius: 50%;
}

.process-step:hover .process-icon-box {
    border-color: var(--color-gold);
    box-shadow: 0 0 15px rgba(197, 168, 128, 0.3);
}

.process-step-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.process-step-desc {
    color: var(--color-muted);
    font-size: 14px;
}

/* Studio & Contact Section */
.studio-contact-section {
    padding: 120px 0;
    background-color: var(--bg-dark-gray);
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.faq-dark-section {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    background-color: var(--bg-dark);
}

.tattoo-faq-item {
    background-color: var(--bg-card) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    margin-bottom: 15px;
    border-radius: 0 !important;
}

.tattoo-faq-item .accordion-header {
    margin: 0;
}

.tattoo-faq-item .accordion-button {
    background-color: transparent !important;
    color: var(--color-white) !important;
    font-family: var(--font-body);
    font-weight: 600;
    padding: 20px 25px;
    border: 0;
    box-shadow: none !important;
}

.tattoo-faq-item .accordion-body {
    color: var(--color-muted);
    font-size: 15px;
    padding: 0 25px 25px;
    line-height: 1.7;
}

.contact-info-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(197, 168, 128, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
    font-size: 18px;
    border-radius: 50%;
}

.contact-info-text {
    font-size: 16px;
    font-weight: 500;
}

.contact-info-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info-text a:hover {
    color: var(--color-gold);
}

/* Appointment Form */
.appointment-form-box {
    background-color: var(--bg-card);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

@media (max-width: 575px) {
    .appointment-form-box {
        padding: 30px 20px;
    }
}

.form-title-alt {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.tattoo-form .form-group {
    margin-bottom: 20px;
}

.tattoo-form .form-control {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0 !important;
    color: var(--color-white) !important;
    padding: 15px 20px !important;
    font-family: var(--font-body);
    font-size: 14px;
    transition: all 0.3s ease;
}

.tattoo-form .form-control:focus {
    border-color: var(--color-gold) !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.tattoo-form textarea.form-control {
    min-height: 120px;
    resize: none;
}

/* Footer Section */
footer.footer-elite {
    background-color: #000000 !important;
    color: var(--color-muted) !important;
    font-family: var(--font-body);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer.footer-elite .footer-main {
    padding: 90px 0 60px !important;
}

footer.footer-elite h4 {
    font-family: var(--font-heading) !important;
    color: var(--color-white) !important;
    font-size: 22px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
}

footer.footer-elite .f-link {
    color: var(--color-muted) !important;
    transition: all 0.3s ease !important;
    font-size: 14px;
}

footer.footer-elite .f-link:hover {
    color: var(--color-gold) !important;
    padding-left: 5px;
}

footer.footer-elite .social-links-elite a {
    border-color: rgba(197, 168, 128, 0.2) !important;
}

footer.footer-elite .social-links-elite a:hover {
    background-color: var(--color-gold) !important;
    border-color: var(--color-gold) !important;
    color: #000 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(197, 168, 128, 0.3);
}

.footer-bottom {
    background-color: #050505 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.02) !important;
}

.footer-bottom-link {
    color: var(--color-muted) !important;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom-link:hover {
    color: var(--color-gold) !important;
}

/* Mobile navigation override */
.mobile-nav {
    background: var(--bg-dark-gray) !important;
}

.mobile-nav .sidebar-nav .metismenu a {
    font-family: var(--font-body) !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus {
    color: var(--color-gold) !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

.mobile-nav .sidebar-nav .metismenu li.active>a {
    background: var(--color-gold) !important;
    color: #000 !important;
}

.mobile-nav .action-bar .single-info-element .icon,
.mobile-nav .action-bar .call-us .icon {
    color: var(--color-gold) !important;
    background: rgba(197, 168, 128, 0.1) !important;
}

.mobile-nav .action-bar .theme-btn {
    background: var(--color-gold) !important;
    color: #000 !important;
    box-shadow: 0 4px 12px rgba(197, 168, 128, 0.2) !important;
}

.mobile-nav .action-bar .theme-btn:hover {
    background: var(--color-gold-hover) !important;
}

.mobile-nav .close-nav:hover {
    background: var(--color-gold) !important;
    border-color: var(--color-gold) !important;
    color: #000 !important;
}

/* Live Edit Highlight Adjustments for Gold Theme */
.live-edit-text {
    position: relative;
}

.live-edit-text[contenteditable="true"] {
    outline: 2px dashed var(--color-gold) !important;
}

.image-edit-layer,
.icon-edit-layer {
    background: rgba(197, 168, 128, 0.25) !important;
}

.edit-btn-circle {
    color: var(--color-gold) !important;
}

.link-edit-settings:hover {
    background: var(--color-gold) !important;
}

.bg-edit-layer:hover {
    background: var(--color-gold) !important;
    color: #000 !important;
}

/* Visual adjustments for portfolio sliders */
.portfolio-tab-content {
    display: none;
    animation: fadeIn 0.5s ease forwards;
}

.portfolio-tab-content.show {
    display: grid;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .site-logo-img {
        max-width: 120px;
        max-height: 58px;
    }

    .hero-brand-logo {
        max-width: 170px;
        max-height: 112px;
    }

    .tattoo-hero {
        min-height: 640px;
        height: auto;
        padding: 90px 0;
    }

    .hero-tag {
        justify-content: center;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .story-portrait,
    .story-portrait img {
        min-height: auto !important;
        height: auto !important;
    }

    .story-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .top-bar-wrapper {
        display: none !important;
    }

    .hero-title {
        font-size: 38px;
        line-height: 1.08;
    }

    .hero-desc {
        font-size: 16px;
        color: #c7c0b6;
    }

    .hero-buttons .btn-gold-filled,
    .hero-buttons .btn-gold-outline {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
    }

    .about-section,
    .portfolio-section,
    .styles-section,
    .awards-section,
    .process-section,
    .studio-contact-section {
        padding: 76px 0;
    }

    .about-title {
        font-size: 34px;
    }

    .portfolio-grid,
    .award-gallery {
        grid-template-columns: 1fr;
    }

    .style-card {
        min-height: auto;
        padding: 28px;
    }

    .portrait-stamp {
        right: 22px;
        bottom: 22px;
    }
}

/* Final compact first viewport */
.single-hero .hero-title {
    font-size: clamp(34px, 4.2vw, 54px) !important;
    line-height: 1.08 !important;
    max-width: 620px !important;
}

.single-hero .hero-desc {
    font-size: 16px !important;
    max-width: 590px !important;
}

.single-hero .hero-ornament-svg {
    width: min(300px, 100%) !important;
    margin-top: 16px !important;
}

.single-hero .hero-mark-panel {
    max-width: 280px !important;
    padding: 24px !important;
    margin-bottom: 28px !important;
}

.single-hero .hero-mark-panel img {
    width: 118px !important;
    margin-bottom: 22px !important;
}

.single-hero .hero-mark-panel strong {
    font-size: 22px !important;
}

.hero-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

/*
================================================================
    Modern header refresh — clean minimal
================================================================
*/
.top-bar-wrapper {
    background: #050505 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055) !important;
}

.top-bar-wrapper .container {
    max-width: 1240px !important;
}

.tattoo-header-modern {
    background: rgba(5, 5, 5, 0.95) !important;
    border-bottom: 1px solid rgba(197, 164, 111, 0.10) !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.tattoo-header-modern .container {
    max-width: 1240px !important;
}

.tattoo-header-modern .tattoo-nav-shell {
    min-height: 82px !important;
    padding: 0 !important;
    border: 0 !important;
    gap: 28px;
}

.modern-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.modern-brand-link:hover {
    opacity: 0.88;
}

/* Logo: display as-is, no circle crop */
.tattoo-header-modern .site-logo-img {
    max-width: 62px !important;
    max-height: 62px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
    transition: opacity 0.3s ease !important;
}

.modern-brand-link:hover .site-logo-img {
    opacity: 0.85;
}

.modern-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.modern-brand-text strong {
    color: #f5eee5;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.modern-brand-text small {
    color: var(--color-gold);
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 4px;
    opacity: 0.85;
}

.tattoo-header-modern .tattoo-desktop-nav {
    gap: 22px !important;
}

.tattoo-header-modern .menu-wrap {
    display: flex;
    justify-content: flex-end;
}

/* Nav: clean inline links, no pill container */
.tattoo-header-modern .main-menu {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

.tattoo-header-modern .main-menu:hover {
    border-color: transparent !important;
    box-shadow: none !important;
}

.tattoo-header-modern .main-menu ul {
    gap: 6px !important;
}

.tattoo-header-modern .main-menu ul li a {
    padding: 8px 12px !important;
    border-radius: 0 !important;
    color: #d8cfc4 !important;
    font-size: 11px !important;
    letter-spacing: 1.6px !important;
    position: relative;
    transition: color 0.3s ease !important;
}

.tattoo-header-modern .main-menu ul li a::after {
    content: '' !important;
    display: block !important;
    position: absolute;
    bottom: 2px;
    left: 12px;
    right: 12px;
    height: 1px;
    background: var(--color-gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tattoo-header-modern .main-menu ul li a:hover {
    background: transparent !important;
    color: var(--color-gold) !important;
    transform: none !important;
}

.tattoo-header-modern .main-menu ul li a:hover::after {
    transform: scaleX(1);
}

.tattoo-header-modern .header-right-element {
    display: flex;
    align-items: center;
    gap: 14px;
}

.modern-social-mini {
    display: flex;
    align-items: center;
    gap: 6px;
}

.modern-social-mini a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b8afa3;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background: transparent;
    text-decoration: none;
    transition: all .25s ease;
}

.modern-social-mini a:hover {
    color: var(--color-gold);
    border-color: rgba(197, 164, 111, 0.35);
    background: rgba(197, 164, 111, 0.08);
}

.tattoo-header-modern .header-right-element .btn-gold-filled {
    min-width: 120px !important;
    padding: 12px 22px !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    letter-spacing: 2px;
}

@media (max-width: 1199px) {
    .modern-brand-text {
        display: none;
    }

    .tattoo-header-modern .main-menu ul li a {
        padding: 8px 8px !important;
        font-size: 10px !important;
    }

    .modern-social-mini {
        display: none;
    }
}

@media (max-width: 991px) {
    .tattoo-header-modern .tattoo-nav-shell {
        min-height: 68px !important;
    }

    .tattoo-header-modern .site-logo-img {
        max-width: 50px !important;
        max-height: 50px !important;
    }
}

/*
================================================================
    Homepage final direction
================================================================
*/
.top-bar-wrapper {
    background: #030303 !important;
    padding: 7px 0 !important;
}

.top-bar-wrapper .container {
    max-width: 1180px;
}

.top-bar-wrapper a {
    font-size: 12px !important;
    color: #b7aea3 !important;
}

.top-bar-wrapper .social-pages {
    display: flex;
    gap: 12px;
}

header.header-1.tattoo-site-header {
    background: rgba(4, 4, 4, 0.96) !important;
    backdrop-filter: blur(18px);
}

header.header-1.tattoo-site-header .container {
    max-width: 1180px;
}

.tattoo-nav-shell {
    min-height: 94px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0 18px;
}

.site-logo-img {
    max-width: 62px !important;
    max-height: 62px !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    object-fit: contain;
    transition: opacity 0.3s ease !important;
}

header.header-1 .main-menu ul {
    gap: 24px !important;
}

header.header-1 .main-menu ul li a {
    color: #f3ede5 !important;
    font-size: 11px !important;
    letter-spacing: 1.7px !important;
}

.header-right-element .btn-gold-filled {
    min-width: 132px !important;
    padding: 14px 22px !important;
    background: linear-gradient(135deg, #d4b77e, #b99258) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.header-right-element .btn-gold-filled:hover {
    transform: translateY(-2px) scale(1.03) !important;
    box-shadow: 0 8px 25px rgba(197, 164, 111, 0.35) !important;
    background: linear-gradient(135deg, #e5c78d, #ca9f61) !important;
}

.single-hero {
    height: 620px !important;
    min-height: 620px !important;
}

.single-hero .hero-contents {
    padding: 82px 0 82px !important;
}

.single-hero .hero-title {
    font-size: clamp(46px, 5vw, 72px) !important;
    max-width: 760px !important;
}

.single-hero .hero-desc {
    font-size: 17px !important;
    max-width: 640px !important;
    margin-bottom: 25px !important;
}

.single-hero .hero-ornament-svg {
    width: min(370px, 100%) !important;
    margin-top: 24px !important;
}

.single-hero .hero-mark-panel {
    max-width: 310px !important;
    padding: 28px !important;
    margin-bottom: 68px !important;
    border-color: rgba(197, 164, 111, 0.24);
    background: rgba(0, 0, 0, 0.62);
}

.single-hero .hero-mark-panel img {
    width: 136px !important;
}

.single-hero .hero-mark-panel strong {
    font-size: 25px !important;
}

.reference-marquee-section {
    padding: 28px 0 !important;
    background:
        linear-gradient(90deg, rgba(197, 164, 111, 0.09), transparent 18%, transparent 82%, rgba(197, 164, 111, 0.09)),
        #070706 !important;
    border-top: 1px solid rgba(197, 164, 111, 0.18) !important;
    border-bottom: 1px solid rgba(197, 164, 111, 0.18) !important;
}

.reference-marquee-track {
    animation: tattooRefMarqueeRight 30s linear infinite !important;
    transform: translateX(-33.333%);
    gap: 64px !important;
}

.reference-marquee-item {
    width: 190px !important;
    min-height: 72px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.reference-marquee-item img {
    width: auto !important;
    max-width: 170px !important;
    height: 54px !important;
    object-fit: contain;
    background: transparent !important;
    padding: 0 !important;
    filter: none !important;
    opacity: 1;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.reference-marquee-item:hover img {
    opacity: 1;
    transform: translateY(-2px);
}

@keyframes tattooRefMarqueeRight {
    from {
        transform: translateX(-33.333%);
    }

    to {
        transform: translateX(0);
    }
}

.home-tattoo-works-section {
    padding: 115px 0;
    background:
        radial-gradient(circle at 15% 10%, rgba(143, 29, 36, 0.12), transparent 28%),
        var(--bg-dark);
}

.tattoo-works-board {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    grid-auto-rows: 260px;
    gap: 22px;
}

.tattoo-work-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 260px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(197, 164, 111, 0.13);
    background: #000;
}

.tattoo-work-card.is-large {
    grid-row: span 2;
}

.tattoo-work-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(45%) contrast(1.08);
    transition: transform 0.55s ease, filter 0.55s ease;
}

.tattoo-work-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.92));
}

.tattoo-work-card:hover img {
    transform: scale(1.07);
    filter: grayscale(0) contrast(1.05);
}

.tattoo-work-meta {
    position: relative;
    z-index: 2;
    padding: 28px;
}

.tattoo-work-meta span {
    color: var(--color-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tattoo-work-meta h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 8px 0 0;
}

.tattoo-work-card.is-large .tattoo-work-meta h3 {
    font-size: 38px;
}

@media (max-width: 1199px) {
    .single-hero {
        height: auto !important;
        min-height: 640px !important;
    }

    .tattoo-works-board {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .single-hero {
        min-height: 620px !important;
    }

    .tattoo-nav-shell {
        min-height: 82px !important;
        padding: 0;
        border: 0;
    }

    .site-logo-img {
        max-width: 50px !important;
        max-height: 50px !important;
    }
}

@media (max-width: 767px) {
    .tattoo-works-board {
        grid-template-columns: 1fr;
        grid-auto-rows: 310px;
    }

    .tattoo-work-card.is-large {
        grid-row: span 1;
    }

    .home-entry-section {
        padding: 80px 0;
    }

    .home-entry-feature {
        min-height: 430px;
        padding: 28px;
    }

    .home-entry-feature::before {
        inset: 12px;
    }

    .home-entry-feature::after {
        font-size: 46px;
        bottom: 58px;
    }

    .entry-feature-mark {
        width: 104px;
        height: 104px;
    }

    .entry-feature-mark img {
        width: 76px;
    }

    .entry-feature-copy h3 {
        font-size: 31px;
    }

    .home-entry-row {
        grid-template-columns: 34px 28px 1fr 30px;
        min-height: 104px;
    }

    .home-entry-row strong {
        font-size: 19px;
    }

    .home-entry-row:hover {
        transform: none;
    }
}

/*
================================================================
    Final header direction - clean logo, plain icons, strong CTA
================================================================
*/
.tattoo-header-modern {
    background: rgba(5, 5, 5, 0.92) !important;
    border-bottom: 1px solid rgba(197, 164, 111, 0.16) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34) !important;
}

.tattoo-header-modern .tattoo-nav-shell {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    min-height: 88px !important;
    gap: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.tattoo-header-modern .modern-logo-wrap,
.tattoo-header-modern .modern-brand-link {
    display: inline-flex !important;
    align-items: center !important;
}

.tattoo-header-modern .site-logo-img {
    width: auto !important;
    max-width: 78px !important;
    max-height: 62px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain !important;
}

.tattoo-header-modern .tattoo-desktop-nav {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 30px !important;
}

.tattoo-header-modern .menu-wrap {
    display: flex !important;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
}

.tattoo-header-modern .main-menu {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.tattoo-header-modern .main-menu ul {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    flex-wrap: nowrap !important;
}

.tattoo-header-modern .main-menu ul li a {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    padding: 10px 9px !important;
    padding-bottom: 15px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #dfd6ca !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    letter-spacing: 1.4px !important;
    text-decoration-line: underline !important;
    text-decoration-color: transparent !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 8px !important;
}

.tattoo-header-modern .main-menu ul li a::after {
    display: none !important;
}

.tattoo-header-modern .main-menu ul li a:hover {
    color: var(--color-gold) !important;
    text-decoration-color: var(--color-gold) !important;
}

.tattoo-header-modern .header-right-element {
    display: flex !important;
    align-items: center !important;
    gap: 22px !important;
    flex: 0 0 auto !important;
}

.modern-social-mini {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
}

.modern-social-mini a {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #d9d0c4 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.modern-social-mini a:hover {
    color: var(--color-gold) !important;
    background: transparent !important;
    transform: translateY(-2px);
}

.tattoo-header-modern .header-right-element .btn-gold-filled {
    min-width: 132px !important;
    padding: 14px 22px !important;
    border-radius: 2px !important;
    background: var(--color-gold) !important;
    color: #090807 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 1.9px !important;
    box-shadow: 0 15px 34px rgba(197, 164, 111, 0.22) !important;
}

.tattoo-header-modern .header-right-element .btn-gold-filled:hover {
    background: #f2d39a !important;
    color: #090807 !important;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .tattoo-header-modern .tattoo-desktop-nav {
        gap: 18px !important;
    }

    .tattoo-header-modern .main-menu ul li a {
        padding-inline: 6px !important;
        font-size: 9.5px !important;
        letter-spacing: 1px !important;
    }

    .modern-social-mini {
        gap: 10px !important;
    }

    .home-entry-showcase {
        grid-template-columns: 1fr;
    }

    .home-entry-feature {
        min-height: 460px;
    }

    .home-entry-lead {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .tattoo-header-modern .tattoo-nav-shell {
        display: flex !important;
        min-height: 72px !important;
        justify-content: space-between !important;
    }

    .tattoo-header-modern .tattoo-desktop-nav {
        display: none !important;
    }

    .tattoo-header-modern .site-logo-img {
        max-width: 64px !important;
        max-height: 52px !important;
    }

    .home-entry-row {
        grid-template-columns: 40px 30px 1fr 34px;
        gap: 14px;
        padding: 18px 0;
    }

    .home-entry-row em {
        grid-column: 3 / 5;
    }
}

/*
================================================================
    Awards page redesign
================================================================
*/
.awards-page-redesign {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 12%, rgba(197, 164, 111, 0.12), transparent 28%),
        radial-gradient(circle at 18% 72%, rgba(143, 29, 36, 0.12), transparent 30%),
        #060606 !important;
}

.awards-page-redesign::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: .32;
}

.awards-page-redesign .container {
    position: relative;
    z-index: 2;
}

.awards-page-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 34px;
    align-items: end;
    margin-bottom: 54px;
}

.awards-page-heading p {
    color: #b5aca4;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

.awards-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 24px;
    align-items: stretch;
}

.award-feature {
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
    border: 1px solid rgba(197, 164, 111, 0.2);
    background:
        linear-gradient(135deg, rgba(197, 164, 111, 0.1), transparent 38%),
        #11100f;
    overflow: hidden;
}

.award-feature-media {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.82)),
        #070706;
}

.award-feature-media img {
    width: 100%;
    height: 100%;
    max-height: 440px;
    object-fit: contain;
    filter: grayscale(12%) contrast(1.04);
}

.award-feature-media i {
    color: var(--color-gold);
    font-size: 84px;
}

.award-feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 54px;
}

.award-feature-copy span,
.award-timeline-copy span,
.award-empty-copy span {
    display: block;
    color: var(--color-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.award-feature-copy h3 {
    color: #f4eee5;
    font-size: clamp(36px, 4vw, 64px);
    font-weight: 900;
    line-height: .96;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.award-feature-copy p {
    color: #bdb5ad;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

.awards-side-note {
    min-height: 250px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
}

.awards-side-note i {
    color: var(--color-gold);
    font-size: 34px;
    margin-bottom: auto;
}

.awards-side-note strong {
    color: #f4eee5;
    font-size: 76px;
    font-weight: 900;
    line-height: .9;
}

.awards-side-note span {
    color: #a8a09a;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.45;
    margin-top: 16px;
}

.award-timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 24px;
}

.award-timeline-card {
    display: grid;
    grid-template-rows: 230px 1fr;
    border: 1px solid rgba(197, 164, 111, 0.16);
    background: #12100f;
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease;
}

.award-timeline-card:hover {
    transform: translateY(-6px);
    border-color: rgba(197, 164, 111, 0.38);
}

.award-timeline-media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: #050505;
}

.award-timeline-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(18%);
}

.award-timeline-media i {
    color: var(--color-gold);
    font-size: 44px;
}

.award-timeline-copy {
    padding: 26px;
}

.award-timeline-copy h3 {
    color: #f4eee5;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.award-timeline-copy p {
    color: #a9a09a;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.award-empty-showcase {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 26px;
    align-items: stretch;
}

.award-empty-copy {
    padding: 54px;
    border: 1px solid rgba(197, 164, 111, 0.2);
    background:
        linear-gradient(135deg, rgba(197, 164, 111, 0.1), transparent 42%),
        #11100f;
}

.award-empty-copy h3 {
    color: #f4eee5;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.award-empty-copy p {
    color: #bdb5ad;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

.award-empty-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.award-empty-grid .award-card {
    min-height: 150px;
    display: grid;
    grid-template-columns: 86px 100px 1fr;
    gap: 18px;
    align-items: center;
    text-align: left;
    padding: 26px;
}

.award-empty-grid .award-icon-box {
    margin: 0;
}

@media (max-width: 1199px) {

    .awards-page-heading,
    .awards-showcase,
    .award-empty-showcase {
        grid-template-columns: 1fr;
    }

    .award-feature {
        grid-template-columns: 1fr;
    }

    .awards-side-note {
        min-height: 180px;
    }
}

@media (max-width: 991px) {
    .award-timeline {
        grid-template-columns: 1fr 1fr;
    }

    .award-feature-copy {
        padding: 36px;
    }
}

@media (max-width: 767px) {
    .awards-page-heading {
        margin-bottom: 34px;
    }

    .award-feature {
        min-height: auto;
    }

    .award-feature-media {
        min-height: 300px;
        padding: 24px;
    }

    .award-feature-copy {
        padding: 28px;
    }

    .award-timeline {
        grid-template-columns: 1fr;
    }

    .award-empty-copy {
        padding: 30px;
    }

    .award-empty-grid .award-card {
        grid-template-columns: 70px 1fr;
    }

    .award-empty-grid .award-title {
        grid-column: 2;
    }
}

/* Premium Preloader */

/* ══════════════════════════════════════════════
   ✦  CINEMATIC PRELOADER — MESUT AYVAZ TATTOO
   ══════════════════════════════════════════════ */

#preloader.tattoo-preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: #030303;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: opacity 0.9s cubic-bezier(0.77, 0, 0.18, 1), transform 0.9s cubic-bezier(0.77, 0, 0.18, 1);
}

#preloader.tattoo-preloader.loaded {
    opacity: 0;
    pointer-events: none;
    transform: scale(1.06);
}

/* ── Background animated lines (ink drip feel) ── */
.pl-bg-lines {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-around;
    pointer-events: none;
}

.pl-bg-lines span {
    display: block;
    width: 1px;
    height: 0;
    background: linear-gradient(to bottom, transparent, rgba(197, 164, 111, 0.08), transparent);
    animation: inkDrop 2.4s ease-in-out infinite;
    transform-origin: top;
}

.pl-bg-lines span:nth-child(1) {
    animation-delay: 0s;
    height: 100%;
}

.pl-bg-lines span:nth-child(2) {
    animation-delay: 0.22s;
    height: 100%;
}

.pl-bg-lines span:nth-child(3) {
    animation-delay: 0.45s;
    height: 100%;
}

.pl-bg-lines span:nth-child(4) {
    animation-delay: 0.68s;
    height: 100%;
}

.pl-bg-lines span:nth-child(5) {
    animation-delay: 0.9s;
    height: 100%;
}

.pl-bg-lines span:nth-child(6) {
    animation-delay: 1.1s;
    height: 100%;
}

.pl-bg-lines span:nth-child(7) {
    animation-delay: 1.3s;
    height: 100%;
}

.pl-bg-lines span:nth-child(8) {
    animation-delay: 1.5s;
    height: 100%;
}

.pl-bg-lines span:nth-child(9) {
    animation-delay: 1.7s;
    height: 100%;
}

.pl-bg-lines span:nth-child(10) {
    animation-delay: 1.9s;
    height: 100%;
}

@keyframes inkDrop {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }

    40% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: top;
    }

    70% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: bottom;
    }

    100% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

/* ── Corner decorations (tattoo frame) ── */
.pl-corner {
    position: absolute;
    width: 32px;
    height: 32px;
    border-color: rgba(197, 164, 111, 0.45);
    border-style: solid;
    animation: cornerFade 1.5s ease forwards;
}

.pl-corner-tl {
    top: 28px;
    left: 28px;
    border-width: 1px 0 0 1px;
}

.pl-corner-tr {
    top: 28px;
    right: 28px;
    border-width: 1px 1px 0 0;
}

.pl-corner-bl {
    bottom: 28px;
    left: 28px;
    border-width: 0 0 1px 1px;
}

.pl-corner-br {
    bottom: 28px;
    right: 28px;
    border-width: 0 1px 1px 0;
}

@keyframes cornerFade {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ── Center block ── */
.pl-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    animation: plFadeUp 0.8s ease forwards;
}

@keyframes plFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── SVG ring + logo ── */
.pl-logo-ring {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 28px;
}

.pl-ring-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.pl-ring-track {
    fill: none;
    stroke: rgba(197, 164, 111, 0.1);
    stroke-width: 1.5;
}

.pl-ring-fill {
    fill: none;
    stroke: #c5a46f;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-dasharray: 339.3;
    /* 2π × 54 */
    stroke-dashoffset: 339.3;
    filter: drop-shadow(0 0 6px rgba(197, 164, 111, 0.5));
    transition: stroke-dashoffset 0.05s linear;
}

.pl-logo-img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    object-fit: contain;
    filter: drop-shadow(0 0 14px rgba(197, 164, 111, 0.3));
    animation: logoBreath 2s ease-in-out infinite;
}

@keyframes logoBreath {

    0%,
    100% {
        filter: drop-shadow(0 0 8px rgba(197, 164, 111, 0.2));
        transform: scale(0.97);
    }

    50% {
        filter: drop-shadow(0 0 20px rgba(197, 164, 111, 0.55));
        transform: scale(1.03);
    }
}

/* ── Name label ── */
.pl-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.pl-label-line {
    display: block;
    width: 40px;
    height: 1px;
    background: rgba(197, 164, 111, 0.5);
    animation: lineShrink 0.8s 0.4s ease forwards;
    transform-origin: center;
}

@keyframes lineShrink {
    from {
        transform: scaleX(0);
        opacity: 0;
    }

    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

.pl-name {
    font-family: var(--font-heading, 'Cinzel', serif);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 6px;
    color: #fff;
    white-space: nowrap;
}

.pl-sub {
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(197, 164, 111, 0.65);
    margin-bottom: 30px;
}

/* ── Percentage counter ── */
.pl-percent {
    font-family: var(--font-heading, 'Cinzel', serif);
    font-size: 13px;
    color: rgba(197, 164, 111, 0.5);
    letter-spacing: 3px;
}

.pl-percent::after {
    content: '%';
}

/* ── Magnific Popup Z-Index & Mobile Close Button Fix ── */
.mfp-bg {
    z-index: 100000 !important;
}

.mfp-wrap {
    z-index: 100001 !important;
}

/* Make lightbox close button easy to click and premium looking */
.mfp-close {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: 1px solid rgba(197, 164, 111, 0.4) !important;
    color: var(--color-gold) !important;
    border-radius: 50% !important;
    opacity: 0.85 !important;
    transition: all 0.3s ease !important;
    font-size: 28px !important;
    top: 24px !important;
    right: 24px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1 !important;
    background: var(--color-gold) !important;
    color: #000 !important;
    border-color: var(--color-gold) !important;
}

/* Stylize Magnific Popup Arrows */
.mfp-arrow {
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(197, 164, 111, 0.2) !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease !important;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1 !important;
    border-color: var(--color-gold) !important;
    background: rgba(197, 164, 111, 0.15) !important;
}

/* ══════════════════════════════════════════
   ✦  SWEETALERT2 TOAST — PREMIUM DARK THEME
   ══════════════════════════════════════════ */

/* Container: her zaman header'ın üstünde, sağ altta */
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-top-end {
    z-index: 99999 !important;
    padding: 0 16px 24px !important;
}

/* Toast popup kutusu */
.swal2-popup.tattoo-toast {
    background: rgba(12, 11, 10, 0.97) !important;
    border: 1px solid rgba(197, 164, 111, 0.3) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(197, 164, 111, 0.08) !important;
    border-radius: 0 !important;
    padding: 14px 20px !important;
    font-family: var(--font-body) !important;
    backdrop-filter: blur(12px) !important;
    min-width: 280px !important;
    max-width: 380px !important;
}

/* Toast başlık metni */
.swal2-popup.tattoo-toast .swal2-title {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* İkon renkleri */
.swal2-popup.tattoo-toast .swal2-icon.swal2-success { border-color: #4ade80 !important; }
.swal2-popup.tattoo-toast .swal2-icon.swal2-success [class^='swal2-success-line'] { background: #4ade80 !important; }
.swal2-popup.tattoo-toast .swal2-icon.swal2-error   { border-color: #f87171 !important; }
.swal2-popup.tattoo-toast .swal2-icon.swal2-warning { border-color: var(--color-gold) !important; color: var(--color-gold) !important; }

/* Progress bar — altın renk */
.swal2-popup.tattoo-toast .swal2-timer-progress-bar {
    background: var(--color-gold) !important;
    opacity: 0.7 !important;
    height: 2px !important;
}