/* ============================================
   ACDesign Premium Dark Theme
   Art Creation Interior Design - 2026
   ============================================ */

/* --- Google Fonts loaded via header.php --- */

/* === CSS Variables === */
:root {
    --gold: #C6A962;
    --gold-light: #D4BE82;
    --gold-dark: #A68B3E;
    --dark: #0C0C0C;
    --dark-card: #151515;
    --dark-subtle: #1a1a1a;
    --dark-border: #2a2a2a;
    --text-primary: #e8e4de;
    --text-secondary: rgba(232,228,222,0.55);
    --text-dim: rgba(232,228,222,0.35);
    --font-serif: 'Cormorant Garamond', 'Noto Serif HK', Georgia, serif;
    --font-sans: 'Montserrat', 'Noto Sans HK', Helvetica, sans-serif;
    --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
}

/* === Global Dark Theme Override === */
html, body { background-color: #0C0C0C !important; }
#Wrapper, #Content { background-color: #0C0C0C !important; }
.mcb-section, .section, .wrap, .mcb-wrap-inner,
.section_wrapper, .entry-content,
.sections_group, .content_wrapper { background-color: #0C0C0C !important; }
#Subheader { background-color: #1a1a1a !important; }

/* Service Cards - dark override */
.service-card {
    background: var(--dark-card) !important;
    border: 1px solid var(--dark-border) !important;
    box-shadow: none !important;
    color: var(--text-primary) !important;
}
.service-card:hover {
    background: #1c1c1c !important;
    transform: translateY(-5px);
    border-color: var(--gold) !important;
}
.service-card h3 { color: var(--text-primary) !important; }
.service-card p { color: var(--text-secondary) !important; }
.service-card .service-icon,
.service-card > div:first-child { font-size: 42px; }

/* Column attributes - force dark */
.column_attr { color: var(--text-secondary) !important; }
.column_attr h1, .column_attr h2, .column_attr h3,
.column_attr h4, .column_attr h5, .column_attr h6 {
    color: var(--text-primary) !important;
}
.column_attr a:not(.btn-primary):not(.btn-ghost):not(.wa-float):not(.borderLink) {
    color: var(--text-secondary) !important;
}
.column_attr a:hover { color: var(--gold) !important; }
body {
    font-family: var(--font-sans) !important;
    color: var(--text-primary) !important;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}
::selection { background: var(--gold); color: var(--dark); }
a:hover { text-decoration: none; }
p { letter-spacing: 0.01em; font-size: 15px; color: var(--text-secondary) !important; line-height: 1.8; }

/* === Typography === */
h1, h2, h3, h4, h5, h6, .text-logo #logo {
    font-family: var(--font-serif) !important;
    color: var(--text-primary) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}
h1 { font-size: 48px !important; }
h2 { font-size: 40px !important; }
h3 { font-size: 32px !important; }
h4 { font-size: 24px !important; }
h5 { font-size: 20px !important; }
h6 { font-size: 18px !important; }
.title { font-size: 34px; margin-left: -8px; letter-spacing: 0; font-family: var(--font-serif) !important; }
.contentTitle { font-size: 36px; letter-spacing: 0; }
.postSubTitle { font-size: 24px; letter-spacing: 0; }
.content { font-size: 16px; letter-spacing: 0.01em; }
.subTitle { font-size: 30px; letter-spacing: 0; color: var(--text-primary) !important; }

/* === Navigation Bar === */
#Top_bar {
    position: fixed !important;
    top: 0;
    background: rgba(12,12,12,0.85) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: none !important;
    transition: background 0.4s !important;
}
#Top_bar .logo { float: none; text-align: center; }
#Top_bar #logo { padding: 12px 0; }
#Top_bar #logo img { filter: brightness(10); height: 40px !important; }
#Top_bar .menu_wrapper { float: left !important; }
#menu > ul > li > a, a.action_button, #overlay-menu ul li a {
    font-family: var(--font-sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: var(--text-secondary) !important;
    transition: color 0.3s !important;
}
#menu > ul > li > a:hover, #menu > ul > li.current-menu-item > a { color: #fff !important; }
.header-simple #Header a.responsive-menu-toggle { right: auto !important; }
#Top_bar .responsive-menu-toggle, #Header_creative .creative-menu-toggle, #Header_creative .responsive-menu-toggle { color: #fff !important; }
.header-overlay .overlay-menu-toggle { position: fixed; left: 10px; top: 20px; height: 45px; width: 40px; font-size: 26px; }
.overlay-menu-toggle { color: #fff !important; }
.menu-item a span { font-size: 16px !important; }

/* === Side Menu (Mobile) === */
#Side_slide { background: var(--dark) !important; }
#Side_slide, #Side_slide .search-wrapper input.field:hover, #Side_slide a:not(.action_button):hover, #Side_slide #menu ul li.submenu .menu-toggle:hover { color: var(--gold) !important; }
#Side_slide #menu ul li.current-menu-item > a, #Side_slide #menu ul li.current_page_item > a { color: var(--gold) !important; }
#Side_slide #menu ul li ul { background: var(--dark-card) !important; }
#Side_slide #menu ul li { border-top: 1px solid var(--dark-border) !important; }
#Side_slide.light #menu ul li { border-top-color: var(--dark-border) !important; }
#Side_slide.light #menu > ul:last-child > li:last-child { border-bottom-color: transparent; }
#Side_slide #menu > ul:last-child > li:last-child { border-bottom: 0; }
#Side_slide .close-wrapper a.close { float: left; margin: 13px; }
#Side_slide #menu ul li.submenu .menu-toggle { width: 100%; }
#Side_slide #menu ul li.submenu .menu-toggle:after { content: "+"; float: right; margin-right: 10px; }
.icon-cancel-fine { color: var(--text-dim) !important; }

/* === Overlay Menu === */
#Overlay { background: rgba(12,12,12,0.95) !important; }
#overlay-menu ul li a, .header-overlay .overlay-menu-toggle.focus { color: var(--text-primary) !important; }
#overlay-menu ul li.current-menu-item > a, #overlay-menu ul li.current_page_item > a,
#overlay-menu ul li.current-menu-parent > a, #overlay-menu ul li.current-page-parent > a { color: var(--gold) !important; }

/* === Header / Slider === */
#Content { padding-top: 0px; }
#Header { min-height: 0 !important; }
.custom .tp-bullet { width: 50px; height: 2px; background: rgba(255,255,255,0.2); }
.custom .tp-bullet:hover, .custom .tp-bullet.selected { background: var(--gold); }

/* === Hero Slider (Custom) === */
.hero-slider { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease-in-out; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,12,12,0.4) 0%, rgba(12,12,12,0.15) 40%, rgba(12,12,12,0.65) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 0 12vh 7vw; max-width: 700px; height: 100%; }
.hero-eyebrow { font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.hero-title { font-family: var(--font-serif) !important; font-size: clamp(40px, 6vw, 72px) !important; font-weight: 300 !important; line-height: 1.1 !important; color: #fff !important; margin-bottom: 24px; }
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-desc { font-size: 16px !important; line-height: 1.8; color: rgba(255,255,255,0.65) !important; max-width: 480px; margin-bottom: 40px; }
.hero-cta { display: flex; gap: 20px; align-items: center; }
.hero-indicators { position: absolute; bottom: 40px; left: 7vw; z-index: 3; display: flex; gap: 8px; }
.hero-dot { width: 32px; height: 3px; background: rgba(255,255,255,0.25); cursor: pointer; transition: all 0.4s; position: relative; overflow: hidden; }
.hero-dot.active::after { content: ''; position: absolute; top: 0; left: 0; height: 100%; background: var(--gold); animation: dotProgress 5s linear forwards; }
@keyframes dotProgress { from { width: 0; } to { width: 100%; } }

/* === Buttons === */
.btn-primary {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--font-sans) !important; font-size: 12px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--dark) !important; background: var(--gold) !important; padding: 16px 36px; border: none !important;
    transition: all 0.5s var(--ease-out-expo);
}
.btn-primary:hover { background: var(--gold-light) !important; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(198,169,98,0.25); color: var(--dark) !important; }
.btn-primary .arrow { transition: transform 0.3s; }
.btn-primary:hover .arrow { transform: translateX(4px); }
.btn-ghost {
    font-size: 12px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase;
    color: rgba(255,255,255,0.7) !important; position: relative; padding: 16px 0;
}
.btn-ghost::after { content: ''; position: absolute; bottom: 12px; left: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.3); transition: background 0.3s; }
.btn-ghost:hover { color: #fff !important; }
.btn-ghost:hover::after { background: var(--gold); }

/* Old button overrides */
.borderLink { border: 1px solid var(--gold) !important; padding: 0.5em 1em; transition: 0.3s; font-size: 14px; font-weight: 400; font-family: var(--font-sans); color: var(--gold) !important; }
.borderLink:hover { border-color: var(--gold-light) !important; color: var(--dark) !important; background: var(--gold) !important; }
.button { font-weight: 400 !important; font-family: var(--font-sans) !important; transition: 0.5s; }
.button:hover { background-color: var(--gold) !important; color: var(--dark) !important; }
.mapButton { border: 1px solid var(--gold); padding: 0.5em 1em; font-size: 14px; color: var(--gold); background: transparent; transition: all 0.3s; font-family: var(--font-sans); }
.mapButton:hover { background: var(--gold); color: var(--dark); border-color: var(--gold); }

/* === Content Sections === */
.section_wrapper, .container { background: transparent !important; }
.mcb-section { background-color: var(--dark) !important; }
.mcb-section .mcb-wrap-inner .column_attr { background: transparent !important; }
.column_attr, .column_attr p, .desc { color: var(--text-secondary) !important; }
.colSpace, .colSpace1 { padding: 5rem 0; }
.colSpace1Break { padding-top: 1rem; }
.colSpace1 .section_wrapper { max-width: 1280px; }
.colSpace2 { padding: 5rem 8em; }
.colSpace3 { padding: 0 8em; }
.colSpace31 { padding: 1em 8em 4em; }
.colSpaceMap { padding: 15em 0; }
.colShowCase { padding: 40px 0 80px; }
.colShowCasePost { padding: 2px 0 80px; }
.maxWidth .section_wrapper { max-width: 1280px !important; }

/* Background gradient - dark version */
.backGrad { background: linear-gradient(180deg, var(--dark-subtle) 0%, var(--dark) 100%) !important; }

/* Tour/About boxes */
.tourBox { padding: 8em 2em; transition: 0.5s; background: rgba(0,0,0,0.6); }
.tourBox:hover { opacity: 0; background: transparent; }
.blackBox { background: rgba(198,169,98,0.1); padding: 20px; border: 1px solid var(--dark-border); }
.fiDesignBox { padding: 4em 8em; }
.fiDesignBox .one-second.column { width: 49.8%; margin: 0 0.1% 0px; padding-bottom: 2px; }
.fiDesignBox .one.column { width: 99.8%; margin: 0 0.1% 2px 1px; }

/* === The Grid Plugin (Portfolio) === */
.tg-nav-bg .tg-nav-font, .tg-nav-bg input[type=text].tg-search { font-size: 14px !important; color: var(--text-secondary) !important; }
.tg-dropdown-item { font-size: 14px !important; color: var(--text-secondary) !important; }
.no-touch .tg-dropdown-item, .tg-dropdown-item, .tg-dropdown-item.tg-filter.tg-show-filter { padding: 10px; }
.tg-dropdown-holder { padding: 0 20px 0 10px; background: var(--dark-card) !important; border: 1px solid var(--dark-border) !important; }
.tg-nav-bg input[type=text].tg-search::placeholder { font-size: 14px !important; color: var(--text-dim) !important; }
.tg-icon-dropdown-open:before { font-family: 'Font Awesome 5 Free'; content: "\f078"; font-weight: 900; color: var(--text-dim); }
.tg-search-clear:before { color: var(--text-dim); }
.tg-item-title { font-size: 14px !important; letter-spacing: 0.03em; color: var(--text-primary) !important; }
.tg-item-overlay { background: linear-gradient(transparent 50%, rgba(12,12,12,0.8)) !important; }
.tg-dropdown-list { background: var(--dark-card) !important; border: 1px solid var(--dark-border) !important; }
.tg-dropdown-item:hover, .tg-dropdown-item.tg-filter.tg-show-filter:hover { background: var(--dark-subtle) !important; color: var(--gold) !important; }
.tg-grid-wrapper { background: transparent !important; }
.tg-item { background: var(--dark-card) !important; }

/* === Subheader (inner pages) === */
#Subheader { background-color: var(--dark-subtle) !important; }
#Subheader .title { color: var(--text-primary) !important; font-family: var(--font-serif) !important; }
.header-empty #Subheader { display: block; height: 400px; }
.catch-breadcrumb { float: left; font-size: 14px; color: var(--text-dim) !important; }
.entry-breadcrumbs { text-align: left; }
.entry-breadcrumbs a { color: var(--text-dim) !important; }
.entry-breadcrumbs a:hover { color: var(--gold) !important; }
.breadcrumbOrg { display: none; }

/* === Awards === */
.awardBox { border: 1px solid var(--dark-border); width: 100%; float: left; margin-bottom: 1px; transition: 0.5s; overflow: hidden; background: var(--dark-card); }
.awardBox .awardTable { transition: 0.5s; }
.awardBox .awardTable:hover { transform: scale(1.05); }
.awardTable { border-width: 0 !important; margin-bottom: 0; }
.awardLeft { width: 35%; border-width: 0 !important; padding: 0; box-shadow: none !important; }
.awardRight { width: 65%; border-width: 0 !important; padding: 0; box-shadow: none !important; text-align: left; color: var(--text-secondary) !important; }
.awardcolumn { width: 25% !important; margin: 0 0 40px; }
.awardDisplay { width: 50%; float: left; }
#award a img { transition: 0.3s; }
#award a:hover img { opacity: 0.7; }

/* === Forms === */
input[type="date"], input[type="email"], input[type="number"], input[type="password"],
input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
select, textarea {
    border: 0 !important; border-bottom: 1px solid var(--dark-border) !important;
    box-shadow: none !important; font-size: 15px;
    background: transparent !important; color: var(--text-primary) !important;
}
input[type="submit"] {
    border: 1px solid var(--gold) !important; color: var(--gold) !important;
    background: transparent !important; padding: 0.5em 1em; transition: 0.3s;
    font-size: 14px !important; font-weight: 400 !important; font-family: var(--font-sans) !important;
}
input[type="submit"]:hover { color: var(--dark) !important; background: var(--gold) !important; border-color: var(--gold) !important; }
.button-custom input[type="submit"] { color: var(--dark) !important; background-color: var(--gold) !important; }
.button-custom input[type="submit"]:hover { color: var(--dark) !important; background-color: var(--gold-light) !important; }
.wpcf7-form-control { margin: 0 0 15px 0 !important; }
.wpcf7-form .one.column { width: 96% !important; }
.wpcf7-form .one-third { width: 32% !important; }
.wpcf7 form .wpcf7-response-output { width: 96% !important; padding: 0; margin: 0; color: var(--text-primary) !important; }
.ajax-loader { float: none; width: 100% !important; text-align: center; }

/* === Footer === */
#Footer { background: var(--dark) !important; border-top: 1px solid var(--dark-border) !important; }
#Footer .footer_copy { border-top-color: transparent !important; }
#Footer, #Footer .widget_recent_entries ul li a { color: var(--text-dim) !important; }
.footer-copy-center #Footer .footer_copy .social { float: none; margin: 0; width: 30px; }
.footCon { display: block; }
.footCon .txt { width: 100%; padding: 20px 0; font-size: 13px; color: var(--text-dim) !important; }

/* === Back to Top === */
#back_to_top.sticky.scroll { background: var(--dark-card) !important; border-radius: 50%; width: 48px; height: 48px; border: 1px solid var(--dark-border) !important; }
#back_to_top.sticky { right: 90px; bottom: 21px; }
.icon-up-open-big:before { color: var(--gold) !important; font-weight: 800; font-size: 1em; margin-top: 8px; }

/* === Lightbox === */
#html5lightbox-watermark { display: none !important; }
.html5-image { padding: 5px !important; }
.modula-fancybox-container .modula-fancybox-button { background: none !important; }
.modula-fancybox-container .modula-fancybox-button:hover { background: none !important; }
.modula-fancybox-button--arrow_right div svg, .modula-fancybox-button--arrow_left div svg { display: none !important; }
.modula-fancybox-button--arrow_right div:before { content: '\e825'; font-family: "revicons"; font-size: 1.8em; }
.modula-fancybox-button--arrow_left div:before { content: '\e824'; font-family: "revicons"; font-size: 1.8em; }
.button-flat button:after { background: none !important; }
html body .modula-fancybox-navigation .modula-fancybox-button div { font-size: 1.5em; }
html body .modula-fancybox-button--close { width: 60px !important; height: 60px !important; }

/* === Related Posts === */
.one.column { width: 100%; }
.related { margin-top: -35px; margin-left: 5%; }
.relatedTitle { font-size: 14px; font-family: var(--font-sans); color: var(--text-primary) !important; }
.relatedDate { font-size: 13px; font-style: italic; margin-top: -5px; color: var(--text-dim) !important; }

/* === FAQ === */
.faq .question .title, .faq .question .answer { text-align: center !important; color: var(--text-primary) !important; }
.faq .icon-plus, .faq .icon-minus { display: none !important; }
.style-simple .faq .question { border-width: 0 !important; }
.style-simple .faq .question:after { background-color: var(--dark) !important; }
.faq .question .title .num { display: none !important; }
.faq .question.active .title { color: var(--gold) !important; }
.style-simple .faq .question .title, .style-simple .faq .question .answer { padding-left: 3% !important; padding-right: 3% !important; }
.faq .answer { color: var(--text-secondary) !important; }

/* === Columns / Grid === */
#Top_bar .column { margin: 0 1% 40px; }
.column, .columns { margin: 0 0 40px; }

/* === Animation: Background Zoom === */
.shrink1 { animation: shrink1 100s linear infinite alternate; }
@keyframes shrink1 { from { background-size: 100%; } to { background-size: 130%; } }

/* === Scroll Reveal Animation === */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }

/* === WhatsApp Floating Button === */
.wa-float {
    position: fixed; bottom: 32px; right: 32px; z-index: 9999;
    display: flex; align-items: center; gap: 12px;
    background: #25D366; color: #fff; padding: 14px 28px 14px 20px;
    border-radius: 60px; box-shadow: 0 6px 28px rgba(37,211,102,0.4);
    cursor: pointer; transition: all 0.4s var(--ease-out-expo); text-decoration: none !important;
}
.wa-float:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(37,211,102,0.5); color: #fff !important; }
.wa-float .wa-icon { width: 32px; height: 32px; flex-shrink: 0; }
.wa-float .wa-icon svg { width: 100%; height: 100%; fill: #fff; }
.wa-float .wa-text { display: flex; flex-direction: column; line-height: 1.3; }
.wa-float .wa-label { font-family: var(--font-sans); font-size: 13px; font-weight: 600; }
.wa-float .wa-number { font-family: var(--font-sans); font-size: 11px; font-weight: 400; opacity: 0.85; }
.wa-float::before {
    content: ''; position: absolute; inset: -4px; border-radius: 60px;
    background: #25D366; opacity: 0; z-index: -1; animation: waPulse 3s ease-in-out infinite;
}
@keyframes waPulse { 0%, 100% { opacity: 0; transform: scale(1); } 50% { opacity: 0.2; transform: scale(1.08); } }

/* === Custom Cursor === */
.cursor-dot {
    position: fixed; width: 8px; height: 8px; background: var(--gold);
    border-radius: 50%; pointer-events: none; z-index: 99999;
    transition: transform 0.15s; mix-blend-mode: difference;
}
.cursor-ring {
    position: fixed; width: 40px; height: 40px; border: 1px solid var(--gold);
    border-radius: 50%; pointer-events: none; z-index: 99998;
    transition: transform 0.4s var(--ease-out-expo), width 0.3s, height 0.3s; opacity: 0.5;
}
.cursor-ring.hover { width: 64px; height: 64px; opacity: 0.8; }

/* === Social Icons (hidden from header, shown in footer) === */
#igfb { display: none !important; }

/* === Language Nav === */
.langnav { position: fixed; top: 22px; left: 70px; z-index: 1001; float: left; }
.language { list-style: none; margin-top: -2px; margin-left: 2px; }
.language li { display: inline-block; margin-right: 6px; }
.language li a { padding: 0 8px 0 0; color: var(--text-dim) !important; font-size: 14px; }
.language li a:hover { color: var(--gold) !important; }
.langButton { cursor: pointer; margin-right: 15px; font-size: 1.3em; }
.dNone { display: none; }
.fLeft { float: left; }
.white { color: #fff; }
.mobileOnly { display: none; }
.addSpace { padding-left: 120px; }
.antFont, .itcFont { font-family: var(--font-serif) !important; }
.contact { line-height: 20px; font-size: 16px; color: var(--text-secondary) !important; }
.iconSet { width: 80px; }

/* === Responsive: Large === */
@media only screen and (min-width: 1240px) {
    .maxWidth .section_wrapper { max-width: 1280px !important; }
}

/* === Responsive: Tablet+ === */
@media only screen and (min-width: 767px) {
    .tg-dropdown-holder { min-width: 110px !important; }
    .langnavMobile { display: none; }
    .mobileOnly { display: none; }
}

/* === Responsive: Mobile === */
@media only screen and (max-width: 767px) {
    body { font-size: 16px; }
    .mobileNone, .desktopOnly { display: none; }
    .mobileOnly { display: block; }
    .awardMobile { padding: 2em 4em; }
    .language { list-style: none; margin-top: 0; }
    .mobile-tr-header #Top_bar {
        top: 0; position: fixed !important;
        background: rgba(12,12,12,0.92) !important;
    }
    .langnav { display: none; }
    .langnavMobile { position: fixed; top: 15px; right: 0; z-index: 1001; float: right; }
    .colFix2 .one-fifth { width: 50% !important; clear: none; padding: 0 0.5em; }
    .header-overlay .overlay-menu-toggle { top: 6px; }
    .addSpace { padding-left: 0; }
    .fiDesignBox { padding: 0; }
    .colSpace, .colSpace1, .colSpace2 { padding: 3rem 0 !important; }
    .section_wrapper, .container, .four.columns .widget-area { max-width: 700px !important; padding-left: 16px !important; padding-right: 16px !important; }
    .subTitle { font-size: 26px; padding: 0 20px; }
    p { letter-spacing: 0.01em; font-size: 15px; }
    .tg-grid-wrapper.tg-grid-loaded .tg-filters-holder, .tg-grid-wrapper.tg-grid-loaded .tg-search-holder, .tg-grid-wrapper.tg-grid-loaded .tg-sorters-holder { width: 33%; margin: 0; }
    #grid-2932 .tg-filters-holder, #grid-4040 .tg-filters-holder { width: 50% !important; }
    .tg-dropdown-holder { padding: 0; width: 100%; background: none !important; }
    .tg-dropdown-holder, .tg-dropdown-title, .tg-dropdown-value { width: 80%; }
    .tg-icon-dropdown-open { width: 20%; margin-left: 0; }
    .tg-icon-dropdown-open:before { padding: 0 1px 0 0; float: right; }
    .tg-dropdown-title { text-align: right; }
    .related { margin-top: -15px; }
    .wpcf7-form .one.column { width: 100% !important; }
    .wpcf7-form .one-third { width: 96% !important; }
    #back_to_top.sticky.scroll { width: 48px !important; height: 48px !important; border: 1px solid var(--dark-border) !important; }
    #back_to_top.sticky { right: 90px !important; bottom: 21px !important; }
    .wa-float { padding: 12px 20px 12px 16px; bottom: 20px; right: 16px; }
    .wa-float .wa-icon { width: 26px; height: 26px; }
    .wa-float .wa-label { font-size: 12px; }
    .cursor-dot, .cursor-ring { display: none !important; }
    .hero-content { padding: 0 0 10vh 24px !important; }
    .hero-title { font-size: 36px !important; }
    .hero-indicators { left: 24px; }

    @keyframes shrink1 { from { background-size: 300%; } to { background-size: 500%; } }
}

/* === Page Loader === */
.page-loader {
    position: fixed; inset: 0; z-index: 99999; background: var(--dark);
    display: flex; align-items: center; justify-content: center;
    transition: opacity 0.6s 0.3s, visibility 0s 0.9s;
}
.page-loader.done { opacity: 0; visibility: hidden; }
.loader-text { font-family: var(--font-serif); font-size: 28px; font-weight: 300; color: var(--gold); letter-spacing: 0.2em; animation: loaderPulse 1.5s ease infinite; }
@keyframes loaderPulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }

/* === Scroll Hint === */
.scroll-hint { position: absolute; bottom: 40px; right: 48px; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-hint span { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 60px; background: var(--dark-border); position: relative; overflow: hidden; }
.scroll-line::after { content: ''; position: absolute; top: -100%; width: 100%; height: 100%; background: var(--gold); animation: scrollDown 2s ease infinite; }
@keyframes scrollDown { 0% { top: -100%; } 100% { top: 100%; } }

/* === Footer Premium Layout === */
.footer-premium { padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 40px; max-width: 1200px; margin: 0 auto; padding: 0 24px 40px; }
.footer-grid h5 { font-family: var(--font-sans) !important; font-size: 11px !important; font-weight: 500 !important; letter-spacing: 0.2em !important; text-transform: uppercase; color: var(--text-secondary) !important; margin-bottom: 20px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid ul li { margin-bottom: 12px; }
.footer-grid ul li a { font-size: 14px; color: var(--text-dim) !important; transition: color 0.3s; }
.footer-grid ul li a:hover { color: var(--gold) !important; }
.footer-brand-text { font-size: 14px; line-height: 1.8; color: var(--text-dim) !important; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { width: 40px; height: 40px; border: 1px solid var(--dark-border); display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--text-dim) !important; transition: all 0.3s; text-decoration: none !important; }
.footer-socials a:hover { border-color: var(--gold); color: var(--gold) !important; background: rgba(198,169,98,0.08); }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--text-dim) !important; margin-bottom: 12px; line-height: 1.6; }
.footer-contact-item .icon { color: var(--gold); flex-shrink: 0; }
.footer-bottom-bar { border-top: 1px solid var(--dark-border); max-width: 1200px; margin: 0 auto; padding: 24px; display: flex; justify-content: space-between; font-size: 12px; color: var(--text-dim) !important; }

@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .footer-bottom-bar { flex-direction: column; text-align: center; gap: 8px; }
}
@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; }
}
