/*
Theme Name: Splendor Architect
Theme URI: https://splendorsoft.com
Author: Vikas More — Splendorsoft Solutions
Author URI: https://splendorsoft.com
Description: A premium architectural portfolio theme by Splendorsoft Solutions, built for design-led firms that demand simulation, sustainability, and quiet luxury.
Version: 1.0.2
Text Domain: splendorsoft-architect
Tags: architecture, portfolio, sustainability, dark, full-width-template
*/

/* ===================================
   SPLENDOR ARCHITECT — SPLENDORSOFT 2026
   Premium Architectural Portfolio Theme
   =================================== */

/* --- Global Font: Segoe UI --- */
:root {
  /* Color System */
  --color-bg: #ffffff;
  --color-bg-alt: #fafafa;
  --color-bg-soft: #f5f5f5;
  --color-text: #0a0a0a;
  --color-text-muted: #525252;
  --color-text-light: #a3a3a3;
  --color-accent: #16a34a;
  --color-accent-hover: #15803d;
  --color-accent-light: rgba(22, 163, 74, 0.08);
  --color-white: #ffffff;
  --color-border: #e5e5e5;
  --color-border-dark: #d4d4d4;
  --color-footer-bg: #0a0a0a;
  --color-footer-text: #a3a3a3;
  --color-overlay: rgba(255, 255, 255, 0.85);

  /* Typography */
  --font-sans: "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-serif: "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Typography Scale */
  --text-xs: 12px;
  /* 12px */
  --text-sm: 14px;
  /* 14px */
  --text-base: 16px;
  /* 16px */
  --text-lg: 18px;
  /* 18px */
  --text-xl: 20px;
  /* 20px */
  --text-2xl: 24px;
  /* 24px */
  --text-3xl: 30px;
  /* 30px */
  --text-4xl: 36px;
  /* 36px */
  --text-5xl: 48px;
  /* 48px */
  --text-6xl: 60px;
  /* 60px */

  /* Font Weights */
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  /* Line Heights */
  --leading-tight: 1.1;
  --leading-snug: 1.3;
  --leading-normal: 1.5;
  --leading-relaxed: 1.6;
  --leading-loose: 1.8;

  /* Spacing Scale */
  --space-1: 4px;
  /* 4px */
  --space-2: 8px;
  /* 8px */
  --space-3: 12px;
  /* 12px */
  --space-4: 16px;
  /* 16px */
  --space-5: 20px;
  /* 20px */
  --space-6: 24px;
  /* 24px */
  --space-8: 32px;
  /* 32px */
  --space-10: 40px;
  /* 40px */
  --space-12: 48px;
  /* 48px */
  --space-16: 64px;
  /* 64px */
  --space-20: 80px;
  /* 80px */
  --space-24: 96px;
  /* 96px */

  /* Border Radius */
  --radius-sm: 4px;
  --radius: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.02);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.02);
  --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.06), 0 10px 10px rgba(0, 0, 0, 0.02);
  --shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.08), 0 15px 20px rgba(0, 0, 0, 0.04);

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  --transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  --transition-slow: 0.5s cubic-bezier(0.19, 1, 0.22, 1);

  /* Breakpoints */
  --breakpoint-xs: 480px;
  --breakpoint-sm: 600px;
  --breakpoint-md: 768px;
  --breakpoint-tab: 992px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body:not(.home) {
  overflow-y: auto;
  height: auto;
  position: relative;
  max-height: none;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100vw;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #16a34a transparent;
}

html:has(body.home) {
  overflow: hidden !important;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

/* ===================================
   SKIP TO CONTENT — Accessibility + SEO
   =================================== */
.spl-skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 0 0 10px 10px;
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 99999;
  text-decoration: none;
  transition: top 0.3s ease;
  white-space: nowrap;
}
.spl-skip-link:focus {
  top: 0;
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

.spl_page_hero {
  /* Removing clip to ensure no scroll trap occurs */
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-white);
  overflow: visible;
}

.spl_hero_parallax_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
  /* background-attachment: fixed; */
  overflow: hidden;
}

/* Projects Archive — Desktop split hero: 30% text | 70% image */
.spl_hero_parallax_bg_project {
  left: 33% !important;
  width: 73% !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-top: 5%;
}

.post-type-archive-projects .spl_page_hero {
  justify-content: flex-start !important;
  align-items: center !important;
  background-color: var(--color-bg) !important;
}

.post-type-archive-projects .spl_page_hero .spl_container {
  text-align: left !important;
  width: 30% !important;
  max-width: 30% !important;
  margin-left: 3% !important;
  margin-right: 0 !important;
}

.post-type-archive-projects .spl_page_hero h1 {
  color: var(--color-text) !important;
  font-size: clamp(40px, 3.5vw, 64px) !important;
}

.post-type-archive-projects .spl_page_hero p {
  color: var(--color-text-muted) !important;
  max-width: none !important;
  margin-left: 0 !important;
}

/* Extra top spacing before Ongoing Projects heading */
.spl_section_heading--top-gap {
  margin-top: 64px;
}

.spl_page_hero .spl_container {
  width: 100%;
  max-width: 900px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 120px 0;
  z-index: 2;
}

/* Contact page hero: vertically center title & description */
.page-template-page-contact .spl_page_hero {
  padding-top: 114px;
}

.page-template-page-contact .spl_page_hero .spl_container {
  padding: 0 24px;
}

/* Sleek green scrollbar for all pages */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(109, 181, 128, 0.45);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(109, 181, 128, 0.7);
}

/* Hide scrollbar on homepage */
html:has(body.home)::-webkit-scrollbar {
  width: 0;
  display: none;
}

body.home {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: var(--leading-relaxed);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100vw;
  font-weight: var(--font-normal);
  font-size: var(--text-base);
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition-fast);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-serif);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  color: var(--color-text);
  letter-spacing: -0.02em;
  margin-bottom: var(--space-6);
}

h1 {
  font-size: clamp(var(--text-4xl), 7vw, var(--text-6xl));
  font-weight: 500;
  line-height: var(--leading-tight);
}

h2 {
  font-size: clamp(var(--text-3xl), 5vw, var(--text-5xl));
  font-weight: var(--font-semibold);
  line-height: var(--leading-tight);
}

h3 {
  font-size: clamp(var(--text-2xl), 3vw, var(--text-4xl));
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
}

h4 {
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
}

h5 {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
}

h6 {
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
}

p {
  color: var(--color-text-muted);
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  font-weight: var(--font-normal);
  margin-bottom: var(--space-6);
  /* text-align: left; */
}

/* --- Layout & Spacing System --- */
.spl_container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-8);
  width: 100%;
}

.spl_section {
  padding: 6% 0 6% 0;
}


.spl_section_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 24px;
  margin-bottom: 64px;
  flex-wrap: wrap;
  gap: 24px;
}

.spl_section_heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 64px;
}

.spl_section_heading span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-accent);
  margin-bottom: 16px;
}

.spl_section_heading h2 {
  margin-bottom: 20px;
}

.spl_section_heading p {
  font-size: 18px;
  line-height: 1.7;
}

/* Section Components */

.spl_social {
  display: flex;
  gap: 30px;
  margin-top: 16px;
}

.spl_bg_linen,
.spl_bg_soft {
  background-color: var(--color-bg-soft);
}

.spl_bg_stone,
.spl_bg_warm,
.spl_bg_alt {
  background-color: var(--color-bg-alt);
}

.spl_bg_white {
  background-color: #ffffff;
}

.spl_mt_1 {
  margin-top: 16px;
}

.spl_mt_2 {
  margin-top: 32px;
}

.spl_mt_3 {
  margin-top: 48px;
}

.spl_mt_4 {
  margin-top: 64px;
}

.spl_section_divider {
  border-top: 1px solid var(--color-border);
}

.spl_step_num_alt {
  background: white !important;
  border: 2px solid var(--color-accent) !important;
  color: var(--color-accent) !important;
}

.spl_step_num_dark {
  background: #111 !important;
  color: white !important;
}

.spl_project_para_left {
  text-align: left;
}

/* Studio Section */
.spl_studio_grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.spl_studio_row {
  display: flex;
  gap: 24px;
}

.spl_studio_image_card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.spl_studio_row .spl_studio_image_card img {
  height: 170px;
}

.spl_studio_image_wrapper {
  width: calc(50% - 12px);
}

.spl_studio_image_wrapper.spl_bg_white {
  background-color: #ffffff;
}

.spl_studio_image_wrapper img.spl_rounded {
  border-radius: 12px;
}

/* Expertise Section */
.spl_expertise_header {
  margin-bottom: 48px;
}

.spl_expertise_visual {
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  padding: 32px;
}

/* Case Study Section */
.spl_case_study_card {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-border);
  position: relative;
}

.spl_case_study_badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--color-accent);
  color: #fff;
  padding: 6.4px 12.8px;
  font-size: 11.2px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.spl_vada_text_badge {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

/* --- Mobile Responsiveness Base --- */

/* ===================================
   HERO SECTION — Quiet Luxury
   =================================== */
@keyframes spl_heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes spl_heroBtnFade {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

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

.spl_hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 0;
  background: #ffffff;
  /* Matches the white container in the image */
  background-color: #ffffff !important;
}

/* GIF Background - Contain prevents clipping the sun path */
.spl_hero_bg_media {
  position: absolute !important;
  top: 58%;
  bottom: auto;
  right: 32px;
  /* Slight offset for cleaner containment */
  transform: translateY(-50%);
  /* Re-centered vertically */
  width: 65% !important;
  /* Positioned to the right as per image */
  height: auto !important;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
  max-width: none !important;
  opacity: 1;
}

.spl_hero_overlay {
  position: absolute;
  inset: 0;
  /* Transparent overlay to remove black brightness */
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

.spl_hero_container {
  position: relative;
  z-index: 2;
  /* Left aligned as per image */
  width: 100%;
  max-width: 1457px;
  margin: 0 auto;

  min-height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.spl_hero_text {
  /* Alignment from image */
  width: 100%;
  max-width: 720px;
  text-align: right;
  margin-left: auto;
  padding-right: 0;
}

.spl_hero_text h1 {
  font-size: 78px;
  font-weight: 500;
  line-height: var(--leading-tight);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.spl_hero_desc {
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 48px;
  max-width: 500px;
  animation: spl_heroFadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s both;
}

.spl_hero_btns {
  display: flex;
  gap: 20px;
  animation: spl_heroFadeIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both;
  justify-content: flex-end !important;
}

/* Adjust secondary button to white outline to match image */
.spl_hero_btns .spl_btn_outline {
  color: var(--color-text);
  border-color: rgba(0, 0, 0, 0.2);
}

.spl_hero_btns .spl_btn_outline:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}

/* Hero Tablet */

/* Mobile gif — hidden on desktop */
.spl_hero_bg_mobile {
  display: none;
}

/* Desktop gif — shown on desktop */
.spl_hero_bg_desktop {
  display: block;
}

/* Hero Mobile */

/* ===================================
   HEADER & NAVIGATION - REDESIGNED
   =================================== */
.spl_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.3% 0;
  background: white;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.spl_header.spl_scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.spl_nav_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.spl_logo a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.spl_logo_img {
  height: 70px;
  width: auto;
  transition: transform var(--transition-fast);
}

.spl_logo_img:hover {
  transform: scale(1.05);
}

.spl_menu_btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--color-text);
  z-index: 1001;
}

.spl_header.spl_scrolled .spl_menu_btn {
  color: var(--color-text);
}

.spl_nav {
  display: flex;
  align-items: center;
  gap: 48px;
}

.spl_nav ul {
  display: flex;
  align-items: center;
  gap: 48px;
}

.spl_nav ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text-muted);
  position: relative;
  padding: 8px 0;
  transition: color var(--transition-fast);
}

.spl_header.spl_scrolled .spl_nav ul li a {
  color: var(--color-text-muted);
}

.spl_nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--color-accent);
  transition: width var(--transition-fast);
}

.spl_nav ul li a:hover,
.spl_nav ul li a.spl_active,
.spl_nav ul li.current-menu-item > a,
.spl_nav ul li.current-page-item > a,
.spl_nav ul li.current_page_item > a,
.spl_nav ul li.current-menu-ancestor > a,
.spl_nav ul li.current-page-ancestor > a {
  color: var(--color-text) !important;
}

.spl_header.spl_scrolled .spl_nav ul li a:hover,
.spl_header.spl_scrolled .spl_nav ul li a.spl_active,
.spl_header.spl_scrolled .spl_nav ul li.current-menu-item > a,
.spl_header.spl_scrolled .spl_nav ul li.current_page_item > a {
  color: var(--color-text) !important;
}

.spl_nav ul li a:hover::after,
.spl_nav ul li a.spl_active::after,
.spl_nav ul li.current-menu-item > a::after,
.spl_nav ul li.current-page-item > a::after,
.spl_nav ul li.current_page_item > a::after,
.spl_nav ul li.current-menu-ancestor > a::after,
.spl_nav ul li.current-page-ancestor > a::after {
  width: 100% !important;
}

.spl_nav_cta {
  margin-left: 16px;
}

.spl_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.spl_overlay.spl_active {
  display: block;
  opacity: 1;
}

/* ===================================
   BUTTON SYSTEM - CONSISTENT
   =================================== */
.spl_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 35px;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid var(--color-accent);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
  gap: var(--space-2);
  position: relative;
  overflow: hidden;
}

.spl_btn:hover,
.spl_btn:focus {
  background: transparent;
  color: var(--color-accent);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  outline: none;
}

.spl_btn:active {
  transform: translateY(0);
}

.spl_btn_outline {
  background: transparent;
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.spl_btn_outline:hover,
.spl_btn_outline:focus {
  background: var(--color-accent);
  color: var(--color-white);
  border-color: var(--color-accent);
}

.spl_btn_sm {
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-xs);
}

.spl_btn_lg {
  padding: var(--space-5) var(--space-10);
  font-size: var(--text-base);
}

.spl_btn_full {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.6px;
}

.spl_btn_disabled,
.spl_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.spl_btn_footer {
  border-color: var(--color-white);
  background-color: var(--color-accent) !important;
  display: inline-block !important;
  background: var(--color-accent) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 16px 32px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
}

.spl_btn_footer:hover,
.spl_btn_footer:focus {
  background: #2a3f20;
  color: white !important;
  border-color: #ffffff;
}

/* --- Unified Page Hero: background properties only (layout is set above) --- */
/* .spl_page_hero properties consolidated above */

.spl_page_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.spl_page_hero_project::before {
  background: transparent;
}

/* .spl_page_hero .spl_container is defined near the top of this file */

.spl_page_hero h1 {
  font-size: clamp(var(--text-4xl), 7vw, var(--text-6xl));
  font-weight: 500;
  line-height: var(--leading-tight);
}

.spl_page_hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto 24px;
}

.spl_page_hero .spl_subtitle {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-accent);
  margin-bottom: 16px;
  margin: 80px 0 32px;
}

/* ===================================
   SECTION HEADINGS
   =================================== */

/* ===================================
   SPLIT LAYOUT - REDESIGNED
   =================================== */
.spl_split,
.spl_split_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.spl_split_image {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.spl_split_image > img {
  width: 100%;
  height: 490px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_split_image:hover img {
  transform: scale(1.05);
}

.spl_split_text h2 {
  margin-bottom: 24px;
}

.spl_split_text p {
  color: var(--color-text-muted);
  margin-bottom: var(--space-10);
  line-height: var(--leading-relaxed);
}

/* ===================================
   CARD DESIGN SYSTEM - CONSISTENT
   =================================== */

/* Card Base Styles */
.spl_card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.spl_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-accent);
}

.spl_card_image {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  transition: transform var(--transition-slow);
  position: relative;
  overflow: hidden;
}

.spl_card:hover .spl_card_image {
  transform: scale(1.05);
}

.spl_card_content {
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.spl_card_title {
  margin-bottom: var(--space-3);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  color: var(--color-text);
  line-height: var(--leading-snug);
}

.spl_card_description {
  margin-bottom: var(--space-6);
  font-size: var(--text-base);
  color: var(--color-text-muted);
  line-height: var(--leading-relaxed);
  flex: 1;
}

.spl_card_link {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-accent);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  transition: all var(--transition);
}

.spl_card_link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-accent);
  transition: width var(--transition);
}

.spl_card_link:hover {
  gap: var(--space-3);
}

.spl_card_link:hover::after {
  width: 100%;
}

/* Project Cards */
.spl_project_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-8);
}

.spl_project_card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.spl_project_card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-accent);
}

.spl_project_image {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  transition: transform var(--transition-slow);
  position: relative;
  overflow: hidden;
}

.spl_project_card:hover .spl_project_image {
  transform: scale(1.05);
}

.spl_project_info {
  padding: var(--space-8);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.spl_project_info h3 {
  margin-bottom: var(--space-3);
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  color: var(--color-text);
  line-height: var(--leading-snug);
}

.spl_project_info p {
  margin-bottom: var(--space-6);
  font-size: var(--text-base);
  color: var(--color-text-muted);
  line-height: var(--leading-relaxed);
  flex: 1;
}

.spl_project_link {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-accent);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  transition: all var(--transition);
}

.spl_project_link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-accent);
  transition: width var(--transition);
}

.spl_project_link:hover {
  gap: var(--space-3);
}

.spl_project_link:hover::after {
  width: 100%;
}

/* Shop/Course Cards - Consolidated in dedicated section at line 5989 */

.spl_course_meta_row {
  justify-content: space-between;
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.spl_course_duration {
  display: flex;
  align-items: center;
  gap: 6.4px;
  font-size: 13.6px;
  color: var(--color-text-muted);
  font-weight: 500;
}

.spl_course_level {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-accent);
  background: var(--color-accent-light);
  padding: 4px 12px;
  border-radius: 20px;
}

.spl_course_price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-accent);
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spl_cta_box h2 {
  color: var(--color-white);
  position: relative;
  z-index: 1;
}

.spl_cta_box p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 550px;
  margin: 0 auto var(--space-10);
  position: relative;
  z-index: 1;
}

.spl_cta_box .spl_btn {
  position: relative;
  z-index: 1;
}

.spl_cta_box::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.1);
}

.spl_cta_box::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(22, 163, 74, 0.08);
}

/* Course Badge Variants */
.spl_course_badge_advanced {
  background: #0ea5e9 !important;
}

.spl_course_badge_bestseller {
  background: #f59e0b !important;
}

/* Tour Cards */
.spl_tour_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 48px;
  margin-top: 32px;
}

.spl_tour_card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  padding-bottom: 60px;
}

.spl_tour_card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-2xl);
  border-color: var(--color-accent);
}

.spl_tour_thumb {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.spl_tour_card:hover .spl_tour_thumb {
  transform: scale(1.1);
}

.spl_tour_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.spl_tour_info h3 {
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--color-text);
}

.spl_tour_info p {
  flex: 1;
  margin-bottom: 24px;
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Service Cards */
.spl_service_card {
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 40px;
  border: 1px solid var(--color-border);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.spl_service_card:hover {
  border-color: var(--color-accent);
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.spl_service_num {
  font-size: 48px;
  font-weight: 600;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}

.spl_service_card h3 {
  font-weight: var(--font-semibold);
  color: var(--color-text);
  line-height: var(--leading-snug);
  margin-bottom: 12px;
  font-size: 22px;
}

.spl_service_card p {
  color: var(--color-text-muted);
  line-height: var(--leading-relaxed);
  flex: 1;
  font-size: 16px;
  margin-bottom: 20px;
}

.spl_service_features {
  margin-top: 16px;
}

.spl_service_features li {
  text-align: left;
  padding: 8px 0;
  font-size: 15px;
  color: var(--color-text-muted);
  padding-left: 24px;
  position: relative;
}

.spl_service_features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 600;
}

/* Testimonial Cards */
.spl_tcard {
  composes: spl_card;
  background: var(--color-white);
  padding: 48px 40px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  position: relative;
  width: calc(33.333% - 21.6px);
  min-width: calc(33.333% - 21.6px);
  flex-shrink: 0;
  transition: all var(--transition);
}

.spl_quote_mark {
  font-size: 80px;
  color: transparent;
  position: absolute;
  top: 6.4px;
  left: 24px;
  line-height: 1;
  opacity: 0.15;
  user-select: none;
  font-family: Georgia, serif;
  pointer-events: none;
}

.spl_quote_mark::before {
  content: "\201C";
  color: #1e3a8a;
  position: absolute;
  top: 0;
  left: 0;
}

.spl_tcard::after {
  content: "\201D";
  font-size: 80px;
  color: #1e3a8a;
  position: absolute;
  bottom: 6.4px;
  right: 24px;
  line-height: 1;
  opacity: 0.15;
  user-select: none;
  font-family: Georgia, serif;
  z-index: 0;
}

.spl_testimonial_text {
  position: relative;
  z-index: 1;
  font-size: 17px;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin-bottom: 32px;
  font-style: italic;
}

.spl_testimonial_author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
}

.spl_testimonial_author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.spl_testimonial_author h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
}

.spl_testimonial_author span {
  font-size: 14px;
  color: var(--color-text-light);
}

/* ===================================
   TOUR CARDS
   =================================== */

.spl_btn-tour {
  width: 100%;
  text-align: center;
}

/* ===================================
   TESTIMONIAL CAROUSEL - PREMIUM
   =================================== */
.spl_testimonial_carousel_wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
}

.spl_testimonial_nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.spl_testimonial_nav_btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-white);
  border: 2px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.spl_testimonial_nav_btn:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-white);
  transform: translateY(-2px);
}

.spl_testimonial_nav_btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.spl_testimonial_grid {
  display: flex;
  gap: 32px;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_tcard:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

/* ===================================
   BLOG CARDS
   =================================== */
.spl_blog_card {
  border: 1px solid var(--color-border);
  background: var(--color-white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.4s,
    box-shadow 0.4s;
}

.spl_blog_card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

/* ===================================
   FOOTER - PREMIUM REDESIGN
   =================================== */
.spl_footer {
  background: transparent;
  position: relative;
}

.spl_btn_footer:hover {
  background-color: #2a3f20 !important;
  background: #2a3f20 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff !important;
}

.spl_footer_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 48px; */
  margin-bottom: 64px;
}

.spl_footer_logo {
  margin-bottom: 24px;
}

.spl_footer_logo .spl_logo_img {
  height: 120px;
}

.spl_footer_brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  /* width: 25%; */
}

.spl_footer_brand p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
  font-weight: 600px;
}

.spl_social a {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-footer-text);
  transition: all var(--transition-fast);
}

.spl_social a:hover {
  color: var(--color-accent);
  transform: translateY(-2px);
}

.spl_footer_col h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-white);
  margin-bottom: 24px;
}

.spl_footer_col ul li {
  margin-bottom: 12px;
}

.spl_footer_col ul li a {
  font-size: 16px;
  color: white;
  transition: all var(--transition-fast);
}

.spl_footer_col ul li a:hover {
  color: var(--color-white);
  padding-left: 8px;
}

.spl_footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.spl_footer_bottom p {
  font-size: 15px;
  color: var(--color-footer-text);
}

.spl_legal {
  display: flex;
  gap: 32px;
}

.spl_legal a {
  font-size: 15px;
  color: var(--color-footer-text);
}

.spl_legal a:hover {
  color: var(--color-white);
}

/* ===================================
   SCROLL REVEAL ANIMATIONS
   =================================== */
.spl_animate {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_project_article .spl_animate.spl_revealed{
  align-items: unset;
}

.spl_animate.spl_revealed {
  opacity: 1;
  transform: translateY(0);
  text-align: center;
  align-items: start;
}

/* --- Premium Elevation --- */
.spl_elevation_sm {
  box-shadow: var(--shadow-sm);
}

.spl_elevation_md {
  box-shadow: var(--shadow-md);
}

.spl_elevation_lg {
  box-shadow: var(--shadow-lg);
}

.spl_elevation_xl {
  box-shadow: var(--shadow-xl);
}

.spl_layer_up {
  position: relative;
  z-index: 10;
}

/* --- Storytelling Typography --- */
.spl_lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text);
  margin-bottom: 32px;
}

.spl_accent_text {
  color: var(--color-accent);
  font-weight: 600;
}

.spl_highlight_bar {
  width: 60px;
  height: 3px;
  background-color: var(--color-accent);
  margin-bottom: 32px;
}

/* --- Narrative Split Layouts --- */
.spl_narrative_grid {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.spl_narrative_item {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 96px;
  align-items: center;
}

.spl_narrative_item.spl_reverse {
  grid-template-columns: 1fr 1.2fr;
}

.spl_narrative_item.spl_reverse .spl_narrative_image {
  order: 2;
}

.spl_narrative_image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-xl);
}

.spl_narrative_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_narrative_image:hover img {
  transform: scale(1.05);
}

/* --- Micro-Interactions --- */
.spl_hover_lift {
  transition: var(--transition);
}

.spl_hover_lift:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-2xl);
}

.spl_glass {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

/* ===================================
   HOME PAGE RESTORED SECTIONS (Desktop)
   =================================== */

/* About Studio */
.spl_studio_image_card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
  border: 1px solid var(--color-border);
}

/* Expertise Section */
.spl_expertise_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.spl_expertise_card {
  margin-bottom: 40px;
}

.spl_expertise_card h3 {
  font-size: 26.4px;
  font-weight: 700;
  color: #111;
  margin-bottom: 13.6px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.spl_expertise_card p {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-left: 43.2px;
}

/* Technical Case Study */
.spl_case_study_stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}

.spl_stat_box .stat-val {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
}

.spl_stat_box .spl_stat_label {
  font-size: 14.4px;
  color: var(--color-text-muted);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Comfort Amidst Courtyard (Vada) */
.spl_vada_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* Blog Section */
.spl_blog_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.spl_blog_img_wrap {
  position: relative;
  margin-bottom: 32px;
  height: 320px;
  overflow: hidden;
}

.spl_blog_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spl_blog_badge {
  position: absolute;
  top: 32px;
  right: 24px;
  background: #111;
  color: #fff;
  padding: 9.6px 19.2px;
  border-radius: 4px;
  font-size: 11.2px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
}

.spl_blog_link {
  font-size: 13.6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #111;
  border-bottom: 2px solid #111;
  padding-bottom: 4px;
  transition: all 0.3s ease;
  display: inline-block;
}

.spl_blog_link:hover {
  color: var(--color-accent);
  border-bottom-color: var(--color-accent);
}

.spl_blog_content {
  padding: 24px;
}

.spl_blog_date {
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13.6px;
  color: var(--color-text-muted);
  font-weight: 500;
}

.spl_blog_card h3 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 20px;
}

/* Project Meta Bar */
.spl_project_meta {
  display: flex;
  gap: 48px;
  margin: 32px 0;
  padding: 24px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  justify-content: flex-start;
}

.spl_meta_item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.spl_meta_label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-light);
  font-weight: 600;
}

.spl_meta_value {
  font-weight: 600;
  color: var(--color-text);
  font-size: 16px;
}

/* ===================================
   SOLAR ANALYSIS SECTION
   =================================== */
.spl_solar_analysis {
  background: var(--color-bg-alt);
  padding: 96px 0;
}

.spl_analysis_grid {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.spl_analysis_visual iframe {
  border-radius: 24px;
  box-shadow: var(--shadow-2xl);
  background: white;
  width: 100%;
  height: 650px;
  border: none;
  display: block;
}

.spl_analysis_details {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.spl_analysis_details .lead {
  font-size: 20px;
  line-height: 1.8;
  color: var(--color-text);
  margin-bottom: 40px;
}

.spl_mini_stat {
  flex: 1;
  min-width: 180px;
  text-align: center;
}

.spl_mini_stat > div:first-child {
  font-size: 56px;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
}

.spl_mini_stat > div:last-child {
  font-size: 13.6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-text-muted);
  margin-top: 12px;
  font-weight: 600;
}

/* ===================================
   CONTACT PAGE & FORM STYLES
   =================================== */
.spl_contact_section {
  padding: 96px 0;
}

.spl_contact_grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.spl_contact_info .spl_subtitle {
  margin-bottom: 24px;
  color: var(--color-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 13.6px;
  display: block;
}

.spl_contact_title {
  font-size: clamp(40px, 5vw, 56px);
  margin-bottom: 40px;
  line-height: 1.1;
}

.spl_contact_links {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.spl_contact_card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.spl_card_icon {
  width: 52px;
  height: 52px;
  background: var(--color-bg-alt);
  color: var(--color-accent);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}

.spl_card_content h3 {
  color: var(--color-text);
  font-size: 18.4px;
  margin-bottom: 3.2px;
  font-weight: 600;
}

.spl_card_content p {
  font-size: 14.72px;
  line-height: 1.4;
  color: var(--color-text-muted);
  margin-bottom: 0;
}

.spl_card_meta {
  font-size: 10.88px;
  color: var(--color-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2.4px;
  display: block;
}

/* Refined Form Styles */
.spl_form_row {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
  display: flex;
  gap: 20px;
}

.spl_form_field {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}

.spl_form_label {
  display: block;
  margin-bottom: 12px;
  font-size: 11.2px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a1a1a !important;
  font-weight: 600;
}

.spl_form_input {
  font-family: inherit;
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  font-size: 15.2px;
  transition: all 0.3s ease;
  outline: none;
  color: #111111 !important;
  background: #ffffff !important;
  border-color: #d1d1d1 !important;
}

.spl_form_input:focus {
  transform: translateY(-2px);
  background: var(--color-white);
  box-shadow: 0 0 0 4px var(--color-accent-light);
  border-color: var(--color-accent) !important;
}

.hf-success {
  margin-top: 32px;
  padding: 20px;
  border-radius: 12px;
  font-weight: 500;
}

/* Responsive Overrides */

/* Hero content: immediately visible — must override base .spl_animate transform */
.spl_hero .spl_animate,
.spl_page_hero .spl_animate,
.spl_page_hero.spl_animate ~ .spl_section .spl_animate:first-child {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
}

/* ===================================
   ADDITIONAL COMPONENTS
   =================================== */
.spl_overlap_container {
  position: relative;
  width: 100%;
  min-height: 550px;
}

.spl_overlap_img_main {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 450px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.spl_overlap_img_accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  height: 350px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  border: 8px solid var(--color-bg);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}

.spl_overlap_container:hover .spl_overlap_img_main {
  transform: scale(1.03) translate(-8px, -8px);
}

.spl_overlap_container:hover .spl_overlap_img_accent {
  transform: scale(1.05) translate(8px, -8px);
}

.spl_card_hover_effect {
  transition:
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_card_hover_effect:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-xl);
  z-index: 10;
}

/* Studio Image Cards - Controlled Hover */
.spl_studio_image_card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
  z-index: 10 !important;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

/* ===================================
   CONTACT PAGE STYLES
   =================================== */

.spl_contact_gallery_side {
  max-width: 100%;
}

.spl_gallery_label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11.2px;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.spl_contact_links_gallery {
  /* Compact card spacing */
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.spl_gallery_card {
  /* Better alignment for compact layout */
  /* Reduced padding */
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 28px;
  border-radius: 16px;
  background: var(--color-bg-alt);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border: 1px solid transparent;
}

.spl_gallery_card:hover {
  background: var(--color-white);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-border);
  transform: translateX(10px);
}

.spl_card_icon_box {
  /* Smaller icon box */
  width: 44px;
  height: 44px;
  background: var(--color-white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}

.spl_gallery_card:hover .spl_card_icon_box {
  background: var(--color-accent);
  color: var(--color-white);
}

/* Solar Analysis Section */

.spl_analysis_visual {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-2xl);
  border: 1px solid var(--color-border);
  background: white;
}

.spl_mini_stats {
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.spl_mini_stat .spl_stat_num {
  font-size: 56px;
  font-weight: 800;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: 8px;
}

.spl_mini_stat .spl_stat_label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-text-light);
  font-weight: 700;
}

/* ===================================
   3D SHOWCASE & TOURS
   =================================== */
.spl_featured_tour {
  margin-bottom: 80px;
}

.spl_featured_tour_container {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 550px;
  display: flex;
  align-items: center;
  background: #111;
  box-shadow: var(--shadow-2xl);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.spl_showcase_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}

.spl_featured_tour_container:hover .spl_showcase_bg {
  transform: scale(1.08);
  opacity: 1;
}

.spl_showcase_overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  color: var(--color-white);
  padding: 32px;
  opacity: 0;
  transform: translateY(8px);
  transition: all var(--transition);
}

.spl_featured_tour_container:hover .spl_showcase_overlay {
  opacity: 0;
  visibility: hidden;
}

.spl_showcase_content {
  position: relative;
  z-index: 2;
  padding: 64px;
  max-width: 650px;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  visibility: visible;
}

.spl_showcase_badge {
  display: inline-block;
  padding: var(--space-2) var(--space-5);
  background: var(--color-accent);
  color: var(--color-white);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  margin-bottom: var(--space-8);
  box-shadow: 0 4px 15px rgba(22, 163, 74, 0.2);
}

.spl_featured_tour_container:hover .spl_showcase_content {
  transform: translateX(15px);
  opacity: 0;
  visibility: hidden;
}

.spl_showcase_content h3 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #ffffff !important;
}

.spl_showcase_content p {
  font-size: 18.4px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 40px;
}

.spl_scene_track {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
}

.spl_scene_jump_btn {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.spl_scene_jump_btn:hover {
  opacity: 0.8;
}

.spl_track_bar {
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.spl_scene_jump_btn.spl_active .spl_track_bar {
  background: var(--color-accent);
}

.spl_track_text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--color-text-muted);
  transition: color 0.3s ease;
}

.spl_scene_jump_btn.spl_active .spl_track_text {
  color: var(--color-text);
}

/* Tour Grid & Cards */

.spl_tour_thumb_wrap {
  height: 240px;
  overflow: hidden;
}

.spl_btn_tour {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: black;
  color: white;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  border-top: 1px solid var(--color-border);
  transition: all 0.3s ease;
}

.spl_tour_card:hover .spl_btn_tour {
  background: var(--color-accent);
  color: var(--color-white);
  border-color: var(--color-accent);
}

/* Map Section */
.spl_map_section {
  padding-bottom: 96px;
  padding: 0 !important;
}

.spl_map_container {
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-border);
  width: 100%;
  height: 50vh !important;
  min-height: 450px;
  border-radius: 0;
  overflow: hidden;
}

/* Responsive Contact Page */

/* ===================================
   ABOUT PAGE STYLES
   =================================== */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 48px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-top: 64px;
}

.spl_stat_item {
  text-align: center;
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spl_stat_number {
  display: block;
  font-size: 56px;
  font-weight: 700;
  color: var(--color-text-dark, #0a0a0a);
  margin-bottom: 8px;
  line-height: 1;
}

.spl_stat_label {
  margin-top: 12px;
  display: block;
  font-size: 13.6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-text-muted);
  font-weight: 600;
}

.spl_values_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.spl_value_card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: all var(--transition);
}

.spl_value_card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.spl_value_icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background: var(--color-accent-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-accent);
}

.spl_value_card h3 {
  margin-bottom: 12px;
}

.spl_value_card p {
  font-size: 16px;
}

/* Timeline Styles */
.spl_timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.spl_timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--color-border);
  transform: translateX(-50%);
}

.spl_timeline_item {
  position: relative;
  margin-bottom: 48px;
  width: 50%;
}

.spl_timeline_item:nth-child(odd) {
  left: 0;
  padding-right: 32px;
}

.spl_timeline_item:nth-child(even) {
  left: 50%;
  padding-left: 32px;
}

.spl_timeline_dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--color-accent);
  border-radius: 50%;
  top: 0;
  border: 4px solid var(--color-white);
  box-shadow: 0 0 0 4px var(--color-border);
}

.spl_timeline_item:nth-child(odd) .spl_timeline_dot {
  right: -8px;
}

.spl_timeline_item:nth-child(even) .spl_timeline_dot {
  left: -8px;
}

.spl_timeline_content {
  background: var(--color-white);
  padding: 32px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
}

.spl_timeline_year {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.spl_timeline_content h3 {
  margin: 8px 0 16px 0;
  font-size: 20px;
}

.spl_timeline_content p {
  margin: 0;
  font-size: 14.4px;
  line-height: 1.6;
}

/* Signature Showcase */
.spl_signature_showcase {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
  /* background: var(--color-white); */
  padding: 64px;
}

.spl_signature_portrait_area {
  position: relative;
  padding-left: 20px;
}

.spl_signature_portrait_area img {
  width: 900px !important;
  height: 500px;

  object-fit: fill;
  border-radius: 28.8px;
  display: block;
  box-shadow: var(--shadow-lg);
}

.spl_signature_label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 16px;
}

.spl_signature_name {
  font-size: 48px;
  margin-bottom: 32px;
}

.spl_signature_description .lead-text {
  font-size: 20px;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 500;
}

.spl_signature_description p {
  margin-bottom: 32px;
}

.spl_signature_quote {
  font-family: var(--font-serif);
  font-size: 24px;
  font-style: italic;
  color: var(--color-accent);
  padding-left: 32px;
  border-left: 3px solid var(--color-accent);
  margin: 40px 0;
}

.spl_signature_badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: var(--color-bg-alt);
  border-radius: 100px;
  font-weight: 600;
}

.spl_badge_icon {
  color: var(--color-accent);
}

/* CTA Banner */
.spl_cta_banner {
  padding: 64px 32px;
  background: var(--color-bg-alt);
  border-radius: 32px;
  border: 1px solid var(--color-border);
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.spl_cta_banner h2 {
  margin-bottom: 16px;
}

.spl_cta_banner p {
  font-size: 18px;
  color: var(--color-text-muted);
  margin-bottom: 32px;
}

/* Responsive About Page */

/* ===================================
   SERVICES PAGE STYLES
   =================================== */
.spl_services_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.spl_service_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.spl_service_card:hover::before {
  transform: scaleX(1);
}

/* Methodology & Features */
.spl_methodology_card {
  margin-bottom: 40px;
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  transition: all var(--transition);
}

.spl_methodology_card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.spl_feature_card {
  background: white;
  padding: 48px;
  border-radius: 24px;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-border);
  transition: all var(--transition);
}

.spl_feature_card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-2xl);
}

.spl_icon_box {
  margin-bottom: 24px;
  color: var(--color-accent);
}

.spl_icon_box svg {
  width: 40px;
  height: 40px;
}

/* Process Steps */
.spl_process_steps {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  align-items: start;
  margin-top: 48px;
}

.spl_process_step {
  text-align: center;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spl_process_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  padding-top: 32px;
}

.spl_process_arrow.spl_revealed {
  opacity: 1;
  transform: translateX(0);
}

.spl_shop_cta {
  background-color: #2a3f20 !important;
  padding: 40px;
  margin: 71px 0 0 0;
}

.spl_process_arrow svg {
  width: 100%;
  max-width: 40px;
  height: auto;
}

.spl_process_arrow svg path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}

.spl_process_arrow.spl_revealed svg path {
  animation: drawArrow 1.2s ease forwards;
}

@keyframes drawArrow {
  to {
    stroke-dashoffset: 0;
  }
}

.spl_step_num {
  width: 60px;
  height: 60px;
  background: var(--color-accent);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 24px;
  box-shadow: 0 4px 15px rgba(74, 157, 110, 0.3);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  flex-shrink: 0;
}

.spl_process_step:hover .spl_step_num {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(74, 157, 110, 0.4);
}

.spl_process_step h3 {
  margin-bottom: 16px;
  font-size: 20px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spl_process_step p {
  font-size: 14.4px;
  line-height: 1.6;
}

/* Responsive Services */

/* ===================================
   BLOG PAGE STYLES
   =================================== */
.spl_blog_featured {
  grid-template-columns: 1fr 1fr;
  background: var(--color-white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}

.spl_blog_featured_img {
  height: 400px;
  width: 55%;
  max-width: 620px;
  border-radius: var(--radius-xl);
  object-fit: cover;
  aspect-ratio: 16/10;
}

.spl_blog_featured_content {
  padding: 32px;
  flex: 1;
  min-width: 260px;
}

.spl_blog_cat {
  display: inline-block;
  font-size: 12.48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-accent);
  background: rgba(109, 181, 128, 0.12);
  padding: 5.6px 14.4px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.spl_blog_featured_content h2 {
  font-size: clamp(24px, 3vw, 35.2px);
  margin-bottom: 16px;
  line-height: 1.25;
}

.spl_blog_featured_content p {
  font-size: 18px;
  color: var(--color-text-muted);
  margin-bottom: 16px;
  line-height: 1.7;
}

.spl_blog_thumb {
  height: 200px;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.6s;
}

.spl_blog_card:hover .spl_blog_thumb {
  transform: scale(1.05);
}

.spl_blog_meta {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13.6px;
  flex-wrap: wrap;
}

.spl_blog_content .spl_blog_cat {
  margin-bottom: 0;
}

.spl_blog_content h3 {
  font-size: 17.6px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.35;
}

.spl_blog_content p {
  font-size: 14.4px;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}

.spl_read_more {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  text-decoration: none;
  transition: gap 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 5.6px;
}

.spl_read_more:hover {
  color: var(--color-accent-hover);
  gap: 10.4px;
}

/* Responsive Blog */

/* ===================================
   SHOWCASE PAGE STYLES
   =================================== */
.spl_filter_tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.spl_filter_tab {
  padding: 12px 24px;
  background: transparent;
  border: 2px solid var(--color-border);
  border-radius: 50px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: all var(--transition);
}

.spl_filter_tab:hover,
.spl_filter_tab.spl_active {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-white);
}

.spl_showcase_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.spl_showcase_card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  transition: all var(--transition);
  cursor: pointer;
}

.spl_showcase_card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.spl_showcase_card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

.spl_showcase_img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform var(--transition);
}

.spl_showcase_card.large .spl_showcase_img {
  height: 100%;
}

.spl_showcase_card:hover .spl_showcase_img {
  transform: scale(1.05);
}

.spl_showcase_tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 12px;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 4px;
  z-index: 2;
}

.spl_showcase_card:hover .spl_showcase_overlay {
  opacity: 1;
  transform: translateY(0);
}

.spl_showcase_overlay h3 {
  margin-bottom: 8px;
  font-size: 20px;
  color: var(--color-white);
}

.spl_showcase_overlay p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Ongoing Projects Styles */
.spl_op_card {
  transition: all var(--transition);
}

.spl_op_card:hover {
  transform: translateY(-5px);
}

/* Responsive Showcase */

/* ===================================
   GLASSMORPHISM & PREMIUM UI UTILS
   =================================== */

.spl_glass_dark {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

/* Update Grids for Centering */
.spl_pillars_grid,
.spl_team_grid {
  justify-content: center !important;
}

/* Enhanced Team Card (Interactive Reveal) */
.spl_team_card_compact {
  position: relative;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_team_info_hover {
  overflow: hidden;
  position: relative;
}

.spl_team_degree_revealer {
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 12px;
  color: var(--color-text-muted);
  font-weight: 500;
  margin-top: 0;
}

.spl_team_card_compact:hover .spl_team_degree_revealer {
  max-height: 40px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 8px;
}

.spl_team_card_compact:hover {
  transform: translateY(-15px) scale(1.02);
}

/* Section Labelling */
.spl_section_label {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--color-accent);
  margin-bottom: 8px;
  position: relative;
  padding-left: 0;
}

.spl_section_label::before {
  content: "";
  display: block;
  width: 35px;
  height: 1.5px;
  background: var(--color-accent);
  margin-right: 12px;
}

/* Animations */
.spl_reveal_up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_revealed .spl_reveal_up {
  opacity: 1;
  transform: translateY(0);
}

/* ===================================
   ENHANCED STUDIO HERO
   =================================== */
@keyframes spl_heroZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@keyframes spl_scrollLine {
  0% {
    height: 0;
    opacity: 0;
  }

  50% {
    height: 60px;
    opacity: 1;
  }

  100% {
    height: 0;
    opacity: 0;
    transform: translateY(60px);
  }
}

.spl_hero_enhanced {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: visible;
  color: var(--color-white);
}

.spl_hero_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.spl_hero_bg_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: spl_heroZoom 20s ease-in-out infinite alternate;
}

.spl_hero_enhanced_overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.spl_hero_content_top {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 0 32px;
}

.spl_hero_label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: var(--color-accent);
  margin-bottom: 32px;
  display: inline-block;
}

.spl_hero_enhanced h1 {
  font-size: clamp(var(--text-4xl), 7vw, var(--text-6xl));
  font-weight: 500;
  line-height: var(--leading-tight);
}

.spl_scroll_indicator_wrap {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.spl_scroll_line {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.spl_scroll_line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-accent);
  animation: spl_scrollLine 2s ease-in-out infinite;
}

/* ===================================
   UTILITY CLASSES & FIXES
   =================================== */
.text-center {
  text-align: center;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 16px;
}

.mb-2 {
  margin-bottom: 32px;
}

.mb-3 {
  margin-bottom: 48px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 16px;
}

.mt-2 {
  margin-top: 32px;
}

.mt-3 {
  margin-top: 48px;
}

/* Ensure all images are responsive */

/* Fix any potential layout issues */
* {
  box-sizing: border-box;
}

/* Ensure proper font inheritance */
button,
input,
select,
textarea {
  font-family: inherit;
}

/* ===================================
   FINAL RESPONSIVE FIXES
   =================================== */

/* About Page Stats Bar (Horizontal Layout) */
.spl_stats_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  padding: 32px 0;
  text-align: center;
}

/* Responsive Updates */

/* ===================================
   METHODOLOGY SHOWCASE STYLES
   =================================== */
.spl_methodology_showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}

.spl_methodology_image {
  position: relative;
}

.spl_methodology_content h3 {
  margin-bottom: 16px;
  font-size: 24px;
  color: var(--color-text);
}

.spl_methodology_content > p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
}

.spl_methodology_features {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.spl_feature_item {
  display: flex;
  gap: var(--space-5);
  align-items: flex-start;
}

.spl_feature_icon {
  width: 40px;
  height: 40px;
  background: var(--color-accent-light);
  color: var(--color-accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spl_feature_item h4 {
  margin-bottom: var(--space-1);
  font-size: var(--text-lg);
  color: var(--color-text);
}

.spl_feature_item p {
  margin: 0;
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
}

/* Responsive Methodology */

.spl_faq {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  margin-bottom: 16px;
  overflow: hidden;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.spl_faq_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 32px;
  background: var(--color-white);
  border: none;
  text-align: left;
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 600;
  color: var(--color-text);
  cursor: pointer;
  transition: background 0.2s;
}

.spl_faq_btn:hover {
  background: rgba(109, 181, 128, 0.04);
}

.spl_faq_icon {
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_faq_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_faq_content p {
  padding: 0 32px 24px;
  font-size: 15.8px;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin: 0;
}

/* ===================================
   BACKGROUND UTILITIES
   =================================== */
.spl_bg_alt {
  background: #f8f8f5;
}

.spl_bg_linen {
  background: #faf7f4;
}

.spl_bg_stone {
  background: #f5f3ef;
}

/* ===================================
   SCROLL REVEAL ANIMATIONS
   =================================== */

/* ===================================
   CONTACT & SCHEDULE SECTION
   =================================== */
.spl_schedule_grid {
  align-items: center;
  background: var(--color-white);
  padding: 0 32px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--color-border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
}

/* Reverse the order so calendar is right, text is left on desktop */
.spl_schedule_grid > div:first-child {
  order: 2;
  /* Calendar wrapper */
}

.spl_schedule_grid > div:last-child {
  order: 1;
  /* Text wrapper */
}

.spl_calendly_wrapper {
  /* padding: 16px; */
  box-shadow: var(--shadow-xl);
  /* border: 1px solid var(--color-border); */
  height: 630px;
  /* border-radius: var(--radius-lg); */
  overflow: hidden;
  background: var(--color-bg-soft);
}

/* ===================================
   SHOWCASE FILTERS & MASONRY
   =================================== */

.spl_ongoing_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

/* === SHOWCASE GRID (Projects Archive) === */

.spl_showcase_card.spl_large {
  grid-column: span 2;
  grid-row: span 2;
}

.spl_showcase_card.spl_large .spl_showcase_img {
  height: 100%;
}

/* =================================== 
   CONTACT & SHOP REFINEMENTS 2026 
   =================================== */

/* --- Contact Page Specifics --- */

.spl_booking_features {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.spl_b_feat {
  color: var(--color-text-muted);
  font-size: 16px;
  background: var(--color-bg-soft);
  padding: 16px 24px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.spl_b_feat svg {
  color: var(--color-accent);
  flex-shrink: 0;
}

/* --- Shop Page & Course Cards --- */
.page-template-page-shop .spl_section:first-of-type {
  padding: 165px 0 20px 0;
  /* Offset for fixed navbar */
}

.spl_shop_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
  margin-top: 64px;
}

.spl_course_card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  transition: all var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.spl_course_card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-2xl);
  border-color: var(--color-accent);
}

.spl_course_img_wrap {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  background: var(--color-bg-soft);
}

.spl_course_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--transition);
}

.spl_course_card:hover .spl_course_img_wrap img {
  transform: scale(1.1);
}

.spl_course_content {
  padding: 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.spl_course_title {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1.3;
  color: var(--color-text);
  transition: color 0.3s ease;
}

.spl_course_content p {
  font-size: 16px;
  color: var(--color-text-muted);
  margin-bottom: 32px;
  line-height: 1.7;
}

.spl_course_price::after {
  font-size: 13.6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_course_card:hover .spl_course_price::after {
  opacity: 0.8;
  transform: translateX(0);
}

/* Course Badge */
.spl_course_badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--color-accent);
  color: #fff;
  padding: 4px 9.6px;
  font-size: 10.4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Course Meta Row */

.spl_course_duration svg {
  color: var(--color-accent);
  flex-shrink: 0;
}

/* Course Card Link Reset */
a.spl_course_card {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a.spl_course_card:hover .spl_course_title {
  color: var(--color-accent);
}

/* Image overlay gradient on hover */
.spl_course_img_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.spl_course_card:hover .spl_course_img_wrap::after {
  opacity: 1;
}

/* ── Shop Page: Desktop-Only Enhancements ── */
/* Scoped to .spl_shop_grid to prevent cross-page impact */

/* 1. Date removed as requested */

.spl_shop_grid .spl_course_card:hover .spl_course_price::after {
  opacity: 1;
  background: var(--color-accent) !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 20px rgba(22, 163, 74, 0.2) !important;
}

/* 2. "Enroll Now" button */
.spl_shop_grid .spl_course_enroll_btn {
  display: block;
  width: 100%;
  padding: 13.6px 24px;
  margin-top: 24px;
  background: var(--color-accent);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-size: 13.6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition);
}

.spl_shop_grid .spl_course_enroll_btn:hover {
  background: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* ===================================
   ENROLLMENT MODAL STYLES
   =================================== */
.spl_modal_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.spl_modal_overlay.active {
  display: flex;
}

.spl_modal_content {
  background: #fff;
  width: 100%;
  max-width: 550px;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: spl_modal_in 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes spl_modal_in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.spl_modal_close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  position: absolute;
  top: 32px;
  right: 32px;
  background: none;
  border: none;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  color: #111;
  z-index: 10;
}

.spl_modal_close:hover {
  background: #e5e7eb;
  transform: rotate(90deg);
}

.spl_modal_header {
  margin-bottom: 32px;
}

.spl_modal_title {
  font-size: 28px;
  margin-bottom: 8px;
  color: #111;
}

.spl_modal_subtitle {
  color: #666;
  font-size: 15.2px;
}

.spl_enroll_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.spl_form_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.spl_form_group label {
  font-size: 13.6px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.spl_form_group input,
.spl_form_group textarea {
  padding: 13.6px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  transition: all 0.2s;
  background: #f9fafb;
}

.spl_form_group input:focus,
.spl_form_group textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  background: #fff;
  box-shadow: 0 0 0 4px var(--color-accent-light);
}

.spl_form_submit_btn {
  margin-top: 16px;
  padding: 16px;
  background: var(--color-accent);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.spl_form_submit_btn:hover {
  background: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(22, 163, 74, 0.4);
}

/* Mobile Modal Styles */

/* ===================================
   SHOP LIGHTBOX STYLES
   =================================== */
.spl_shop_lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.spl_shop_lightbox.active {
  display: flex;
}

.spl_shop_lb_img {
  max-width: 92vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  animation: spl_lb_in 0.25s ease;
}

@keyframes spl_lb_in {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.spl_shop_lb_close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  font-size: 22.4px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.spl_shop_lb_close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.spl_course_img_zoomable {
  cursor: zoom-in;
}

/* --- Simulation Projects Grid --- */
.spl_sim_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  padding-bottom: 64px;
  padding: 6% 3%;
}

.spl_sim_card {
  position: relative;
  background: #15181e;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.4s ease;
  /* Ensure <a> card elements look identical to <div> cards */
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.spl_sim_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.spl_sim_img_wrap {
  width: 100%;
  height: 40vh;
  overflow: hidden;
  background: #000;
}

.spl_sim_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition:
    transform 0.8s ease,
    opacity 0.4s ease;
}

/* .spl_sim_card:hover .spl_sim_img_wrap img {
    transform: scale(1.05);
    opacity: 0.5;
} */

.spl_sim_card_archive {
  margin-bottom: 32px;
}

.spl_sim_info_wrapper {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  background: rgba(226, 226, 226, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
  max-width: 380px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.spl_sim_header_group {
  margin-bottom: 0;
  transition: margin-bottom 0.4s ease;
}

.spl_sim_card:hover .spl_sim_header_group {
  margin-bottom: 24px;
}

.spl_sim_title {
  font-size: 25.6px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.spl_sim_meta {
  font-size: 13.6px;
  color: var(--color-accent);
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.spl_sim_hover_only {
  opacity: 0;
  max-height: 0;
  /* overflow: hidden; */
  /* visibility: hidden; */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.spl_sim_card:hover .spl_sim_hover_only {
  opacity: 1;
  max-height: 100px;
  visibility: visible;
  margin-top: 24px;
}

.spl_sim_row_buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  width: 100%;
}

/* --- Project Detail Redesign V2 --- */
.spl_single_proj_v2 {
  background-color: #ffffff;
  padding: 128px 0;
}

.spl_proj_row_v2 {
  display: flex;
  align-items: center;
  gap: 96px;
  margin-bottom: 240px;
}

.spl_proj_row_v2:last-child {
  margin-bottom: 0;
}

.spl_proj_row_v2:nth-child(even) {
  flex-direction: row-reverse;
}

.spl_proj_col_text {
  flex: 1;
}

.spl_proj_col_img {
  flex: 1.2;
}

.spl_proj_col_img img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  display: block;
}

.spl_proj_tag_v2 {
  color: #16a34a;
  font-size: 13.6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  display: block;
}

.spl_proj_h2_v2 {
  font-size: 60.8px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.1;
}

.spl_proj_lead_v2 {
  font-size: 21.6px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
  line-height: 1.5;
}

.spl_proj_p_v2 {
  font-size: 18.4px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.9;
  margin-bottom: 32px;
}

.spl_proj_p_v2:last-child {
  margin-bottom: 0;
}

.spl_back_btn_pill {
  display: inline-flex;
  align-items: center;
  padding: 12.8px 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.spl_back_btn_pill:hover {
  background: rgba(255, 255, 255, 1);
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Glassmorphism Hover Layer */
.spl_sim_glass_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 3;
}

/* Modifier for bottom alignment */
.spl_sim_bottom_align {
  top: auto;
  bottom: 32px;
  /* Floating buttons */
  height: auto;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.spl_sim_card_footer {
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.spl_sim_card:hover .spl_sim_footer_hidden {
  opacity: 0;
  transform: translateY(15px);
}

.spl_sim_card:hover .spl_sim_glass_layer {
  opacity: 1;
  visibility: visible;
}

/* Remove old overlapping logic as we use unified info wrapper now */
.spl_sim_card_footer,
.spl_sim_glass_layer {
  display: none !important;
}

.spl_sim_glass_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(15px);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Modifier for row layout */

.spl_sim_row_buttons .spl_glass_btn {
  padding: 10.4px 22.4px;
  font-size: 12px;
  flex: 0 1 auto;
  min-width: 100px;
  color: #16a34a;
}

.spl_sim_card:hover .spl_sim_glass_content {
  transform: translateY(0);
}

.spl_glass_btn {
  outline: none !important;
  text-align: center;
  display: inline-block !important;
  padding: 12px 28px !important;
  background: #16a34a !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid #16a34a !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  border-radius: 50px !important;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
  text-decoration: none !important;
}

.spl_glass_btn:hover {
  background: #2a3f20 !important;
  border-color: #2a3f20 !important;
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
}

/* --- Details Page Staggered Layout (Light Glassmorphism) --- */
.spl_stagger_card {
  display: flex;
  align-items: center;
  gap: 80px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 64px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  scroll-margin-top: 100px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.spl_stagger_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.spl_stagger_card_rev {
  flex-direction: row-reverse;
}

.spl_stagger_content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.spl_stagger_img_wrap {
  flex: 1;
  position: relative;
  z-index: 2;
}

.spl_stagger_img_wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* --- Responsive Adjustments --- */

/* Methodology Visual Styles */
.spl_methodology_visual {
  flex: 1.1;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.spl_methodology_visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  background: var(--color-bg-soft);
}

/* Feature List Styles */
.spl_features_list {
  margin-top: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.spl_feature_icon_wrap {
  background-color: var(--color-bg-soft);
  color: var(--color-text);
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spl_split_text h3 {
  margin-bottom: var(--space-4);
}

.spl_split_text .spl_btn {
  margin-top: var(--space-10);
}

/* Tool Attribution Styles */
.spl_tool_attribution {
  text-align: center;
  padding: var(--space-6) var(--space-8) 0;
  border-top: 1px solid var(--color-border);
  margin-top: 0;
}

.spl_tool_attribution p {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  letter-spacing: 0.02em;
  margin: 0;
}

.spl_tool_attribution a {
  color: var(--color-text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: var(--font-medium);
}

.spl_tool_attribution a:hover {
  color: var(--color-text);
}

/* Booking Hero Styles */
.spl_booking_hero {
  padding-top: 180px;
  padding-bottom: 80px;
}

.spl_booking_header {
  text-align: center;
  margin-bottom: 64px;
}

.spl_booking_header .spl_subtitle {
  justify-content: center;
}

.spl_booking_header h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: var(--font-semibold);
}

.spl_booking_header p {
  max-width: 600px;
  margin: 0 auto;
}

/* Schedule Grid Styles */

.calendly-inline-widget {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.spl_schedule_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.spl_b_feat div {
  display: flex;
  flex-direction: column;
  gap: 3.2px;
  text-align: left;
}

.spl_b_feat strong {
  color: var(--color-text);
  font-weight: var(--font-semibold);
}

.spl_b_feat span {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

/* Contact Map Styles */
.spl_contact_map {
  padding-top: 0;
  padding-bottom: 0;
}

.spl_contact_map h2 {
  font-size: 36px !important;
  padding: 56px 0 !important;
}

.spl_contact_map .spl_map_container {
  height: 420px !important;
  min-height: 300px !important;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}

.spl_contact_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Form Success Message */
.spl_hf_success {
  display: none;
  margin-top: 24px;
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: 10px;
  padding: 16px 22.4px;
  color: #16a34a;
  font-weight: var(--font-medium);
  font-size: 15.52px;
  text-align: center;
}

/* Full width button */

/* ===================================
   CAREERS PAGE STYLES
   =================================== */

/* Culture Grid */
.spl_culture_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.spl_culture_card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: 40px;
  transition:
    transform 0.4s,
    box-shadow 0.4s;
}

.spl_culture_card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.spl_culture_icon {
  width: 52px;
  height: 52px;
  background: rgba(109, 181, 128, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  margin-bottom: 20px;
}

.spl_culture_card h3 {
  font-size: 19.2px;
  margin-bottom: 12px;
}

/* Benefits Grid */
.spl_benefits_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.spl_benefit {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
}

.spl_benefit_icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(109, 181, 128, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
}

.spl_benefit h4 {
  font-size: 16px;
  margin-bottom: 5.6px;
  color: #1a1a1a !important;
}

.spl_benefit p {
  font-size: 14.4px;
  color: #4a4a4a !important;
}

/* Jobs List */
.spl_jobs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.spl_job {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}

.spl_job:hover {
  border-color: var(--color-accent);
  box-shadow: 0 8px 24px rgba(109, 181, 128, 0.1);
}

.spl_job h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.spl_job_tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.spl_job_tag {
  font-size: 12.8px;
  font-weight: 600;
  padding: 4.8px 13.6px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-text-muted);
}

.spl_job_tag.spl_highlight {
  background: rgba(109, 181, 128, 0.12);
  color: var(--color-accent);
}

/* Apply Modal */
.spl_apply_modal_backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.spl_apply_modal_backdrop.spl_open {
  display: flex;
}

.spl_apply_modal {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: 48px;
  width: 100%;
  max-width: 560px;
  margin: 16px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  animation: spl_modal_in 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes spl_modal_in {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(20px);
  }

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

.spl_apply_modal h3 {
  font-size: 24px;
  margin-bottom: 6.4px;
}

.spl_apply_modal .spl_modal_sub {
  color: var(--color-text-muted);
  font-size: 14.4px;
  margin-bottom: 32px;
}

.spl_modal_field {
  margin-bottom: 20px;
}

.spl_modal_field label {
  display: block;
  font-size: 12.8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  margin-bottom: 7.2px;
}

.spl_modal_field input,
.spl_modal_field textarea {
  width: 100%;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 13.6px 16px;
  font-size: 15.2px;
  font-family: inherit;
  color: var(--color-text);
  background: #fafafa;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
  box-sizing: border-box;
}

.spl_modal_field input:focus,
.spl_modal_field textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(109, 181, 128, 0.15);
}

.spl_modal_field textarea {
  resize: vertical;
  min-height: 110px;
}

.spl_modal_field input[type="file"] {
  padding: 9.6px 16px;
  background: rgba(109, 181, 128, 0.06);
  border-style: dashed;
}

.spl_modal_actions {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

.spl_modal_cancel {
  flex: 1;
  padding: 13.6px;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  background: transparent;
  color: var(--color-text-muted);
  font-size: 14.4px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.spl_modal_cancel:hover {
  border-color: var(--color-text-muted);
}

.spl_modal_submit {
  flex: 2;
  padding: 13.6px;
  background: var(--color-accent);
  border: none;
  border-radius: var(--radius-md);
  color: #fff;
  font-size: 15.2px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}

.spl_modal_submit:hover {
  opacity: 0.88;
}

.spl_modal_close_x {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  font-size: 22.4px;
  cursor: pointer;
  color: var(--color-text-muted);
  line-height: 1;
}

.spl_apply_modal_wrap {
  position: relative;
}

/* Responsive Careers */

/* About Hero Styles */
.spl_about_hero .spl_container {
  text-align: center;
}

.spl_about_hero h1 {
  font-size: clamp(var(--text-4xl), 7vw, var(--text-6xl));
  font-weight: 500;
  line-height: var(--leading-tight);
}

.spl_about_hero p {
  max-width: 800px;
  margin: 0 auto;
  text-transform: none;
}

.spl_hero_cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* Button variant for hero - transparent background with white text on hover */
.spl_about_hero .spl_btn_hero_white:hover,
.spl_about_hero .spl_btn_hero_white:focus,
.spl_hero_cta .spl_btn:hover,
.spl_hero_cta .spl_btn:focus {
  /* background: black !important; */
  color: #ffffff !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Team Section Styles */
.spl_team_section {
  padding: 32px 0;
}

.spl_team_section .spl_section_label {
  justify-content: center;
  margin-bottom: 16px;
}

.spl_team_section .spl_section_heading {
  text-align: center;
  margin: 0 auto 80px;
  width: 100%;
}

.spl_team_section .spl_section_heading h2 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.spl_team_grid_static {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: flex-start !important;
}

.spl_team_card_static {
  flex: 0 1 380px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
  cursor: default;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.spl_team_img_wrap {
  /* aspect-ratio: 1/1; */
  overflow: hidden;
}

.spl_team_img_wrap img {
  width: 100%;
  height: 290px;
  object-fit: contain;
  background: #fdfdfd;
}

.spl_team_content {
  padding: 32px;
  text-align: center;
}

.spl_team_content h4 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}

.spl_team_role {
  font-size: 13.6px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 12px;
}

/* Blog Featured Styles */

.spl_blog_card_img_wrap {
  overflow: hidden;
}

.spl_blog_content h3 a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s;
}

.spl_blog_content h3 a:hover {
  color: var(--color-accent);
}

/* Responsive Blog */

/* Specific 100vh Hero Overrides for Studio, Services, Projects, and Careers */
.spl_about_hero,
.page-template-page-services .spl_page_hero,
.post-type-archive-projects .spl_page_hero,
.page-template-page-careers .spl_page_hero {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
}

/* ============================================================ 
   FINAL UI ENHANCEMENTS - ARCHITECTURAL HERITAGE & COMPACTING
   ============================================================ */

/* --- Marathi Badge for Blog Page --- */
.spl_marathi_badge {
  transform: translateX(-50%);
  line-height: 1;
  position: absolute;
  top: 32px;
  left: 32px;
  padding: 8px 20px;
  background: var(--color-accent);
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
}

/* --- Contact Page Overhaul Refinement (One Screen Frame) --- */
.spl_contact_overhaul {
  padding: 160px 0;
  /* Reduced to fit 100vh */
}

.spl_contact_ultra_grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
}

.spl_gallery_main_title {
  font-size: 35.2px !important;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 600 !important;
  color: var(--color-text);
}

.spl_form_container_card {
  background: var(--color-white);
  padding: 28px 36px !important;
  border-radius: 24px;
  box-shadow: var(--shadow-2xl);
  border: 1px solid var(--color-border);
}

/* ============================================================ 
   CINEMATIC HERO & LIGHT VARIANT UPGRADES
   ============================================================ */

/* --- Light Hero Variant (Homepage Duplicate) --- */
.spl_hero_light {
  position: relative;
}

.spl_hero_light .spl_hero_text h1 {
  font-size: clamp(var(--text-4xl), 7vw, var(--text-6xl));
  font-weight: 500;
  line-height: var(--leading-tight);
}

.spl_hero_light .spl_hero_desc {
  color: rgba(0, 0, 0, 0.7) !important;
}

.spl_hero_light .spl_btn_outline {
  color: #000000 !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.spl_hero_light .spl_btn_outline:hover {
  background: var(--color-accent) !important;
  border-color: var(--color-accent) !important;
  color: #ffffff !important;
}

.spl_hero_light .spl_hero_bg_media {
  opacity: 1 !important;
}

.spl_blog_hero .spl_subtitle {
  letter-spacing: 0.3em !important;
}

/* Ensure Home page sections stack correctly */
.home .spl_hero,
.home .spl_hero_light {
  position: relative;
}

.spl_blog_hero_section .spl_subtitle {
  color: var(--color-accent) !important;
  letter-spacing: 0.25em !important;
}

.spl_blog_hero_section h2 {
  color: #ffffff !important;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4) !important;
}

.spl_blog_hero_section p,
.spl_blog_hero_section .spl_meta_label,
.spl_blog_hero_section .spl_meta_value,
.spl_blog_hero_section li {
  color: rgba(255, 255, 255, 0.95) !important;
}

.spl_blog_hero_section .spl_meta_item {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.spl_blog_hero_section svg {
  stroke: var(--color-accent) !important;
}

.spl_blog_hero_section .spl_project_meta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
}

/* Ensure Home Page Light Hero remains correct */

/* --- Specialized Cinematic Dark Theme (Blog Page) --- */
.spl_blog_dark_bg {
  position: relative;
  background-image: url("images/blog_img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
  overflow: hidden;
}

/* Background Overlay for Text Readability */
.spl_blog_dark_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  /* Deep cinematic overlay */
  z-index: -1;
}

/* Global Interior Text Color Override to White */
.spl_blog_dark_bg h2,
.spl_blog_dark_bg h3,
.spl_blog_dark_bg p,
.spl_blog_dark_bg span,
.spl_blog_dark_bg li,
.spl_blog_dark_bg .spl_meta_label,
.spl_blog_dark_bg .spl_meta_value,
.spl_blog_dark_bg .spl_stat_label {
  color: #ffffff !important;
}

.spl_blog_dark_bg .spl_subtitle {
  color: var(--color-accent) !important;
  /* Keep green branding vibrance */
}

.spl_blog_dark_bg .spl_stat_box {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px);
}

.spl_blog_dark_bg svg {
  stroke: var(--color-accent) !important;
}

.spl_footer h4,
.spl_footer p,
.spl_footer a {
  color: #ffffff !important;
}

.spl_logo_branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
}

.spl_logo_branding .spl_logo_title {
  font-size: 16px;
  font-weight: 500;
  color: #2a3f20;
  line-height: 1;
  /* text-transform: uppercase; */
}

.spl_logo_branding .spl_logo_subtitle {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  line-height: 1.4;
}

/* --- Refined Hero Alignment (Studio to Contact) --- */

/* Specific pinning for navbar alignment */

/* --- Hero Light Mode (Reference Match) --- */

.spl_hero .spl_hero_container {
  padding-top: 0 !important;
}

.spl_hero .spl_hero_bg_media {
  filter: brightness(1) grayscale(0.5);
  object-position: left center !important;
  width: 80% !important;
  height: 149vh !important;
  margin-right: 290px;
}

.spl_hero .spl_hero_overlay {
  /* Light wash instead of dark */
  background: transparent !important;
}

.spl_hero .spl_hero_text h1 {
  color: #111111 !important;
  text-shadow: none !important;
}

.spl_hero .spl_hero_desc {
  margin-left: 153px;
  color: rgb(47 44 44 / 90%) !important;
}

.spl_hero .spl_btn_outline {
  color: #000000 !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}

.spl_hero .spl_btn_outline:hover {
  background: #111111 !important;
  color: #ffffff !important;
}

/* 4. Fine-tuning the 'Studio to Contact' Alignment Width */

/* --- Global Contrast Safety --- */
.spl_bg_white h1,
.spl_bg_white h2,
.spl_bg_white h3,
.spl_bg_white h4,
.spl_bg_white p,
.spl_bg_soft h1,
.spl_bg_soft h2,
.spl_bg_soft h3,
.spl_bg_soft h4,
.spl_bg_soft p,
.spl_bg_alt h1,
.spl_bg_alt h2,
.spl_bg_alt h3,
.spl_bg_alt h4,
.spl_bg_alt p,
.spl_bg_stone h1,
.spl_bg_stone h2,
.spl_bg_stone h3,
.spl_bg_stone h4,
.spl_bg_stone p {
  color: #000000 !important;
}

.spl_bg_white .spl_subtitle,
.spl_bg_soft .spl_subtitle,
.spl_bg_alt .spl_subtitle {
  color: var(--color-accent) !important;
}

/* --- Hero Text Protection Overlay --- */
.spl_page_hero::after {
  content: "";
  position: absolute;
  inset: 0;

  z-index: 1;
}

/* --- Refined Form Contrast --- */

.spl_form_input::placeholder {
  color: #888888 !important;
}

/* --- Hero & Dark Section Heading Safety --- */
.spl_page_hero h1,
.spl_blog_dark_bg h1,
.spl_blog_dark_bg h2,
.spl_blog_dark_bg h3,
.spl_blog_dark_bg p,
.spl_blog_dark_bg li,
.spl_footer_actual h4,
.spl_footer_actual p,
.spl_footer_actual a {
  color: #ffffff !important;
}

/* BUT ensure Home Hero remains black text on white bg */
body.home .spl_hero h1 {
  color: #111111 !important;
}

.spl_btn:not(.spl_btn_outline) {
  /* color: #ffffff !important; */
  /* Ensure white text on green background */
}

.spl_btn_outline:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}

/* --- Forced White Hero Headings (Global) --- */
.spl_hero h1,
.spl_page_hero h1,
.spl_page_hero .spl_subtitle {
  color: #ffffff !important;
}

/* --- Footer CTA Visibility Lock --- */

/* --- Footer CTA Final Dark Correction --- */
.spl_footer_cta {
  color: #ffffff !important;
}

.spl_footer_cta h2 {
  color: #ffffff !important;
  margin-bottom: 32px !important;
  text-align: center !important;
}

.spl_footer_cta p {
  color: rgba(255, 255, 255, 0.8) !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  text-align: center !important;
  margin-bottom: 48px !important;
}

/* --- Visibility Badge for Cultural Context --- */

/* --- Full-Width Pitch Black CTA --- */
.spl_footer_cta_full {
  background: #2a3f20 !important;
  padding: 50px 0 !important;
  text-align: center !important;
}

/* ============================================================ 
   STUDIO PAGE ENHANCEMENTS: IDENTITY & TEAM INTERACTIVITY
   ============================================================ */

/* --- Vision, Mission, Approach Section --- */
.spl_studio_core {
  padding: 128px 0;
  background: #fcfcfc;
}

.spl_core_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}

.spl_core_item {
  position: relative;
  padding-top: 32px;
  transition:
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.6s ease;
  padding: 48px;
  background: #fff !important;
  color: #000000 !important;

  border-radius: 10px !important;
  border: 3px solid #16a34a !important;
}

.spl_core_num {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 24px;
  letter-spacing: 0.2em;
  opacity: 0.6;
}

.spl_core_item h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #111111;
}

.spl_core_item p {
  font-size: 16.8px;
  line-height: 1.8;
  color: #444444;
}

/* --- Left Aligned Team Grid --- */

/* --- Join Us / Recruitment Card --- */
.spl_join_card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff !important;
  text-align: center;
  border: 2px solid var(--color-accent) !important;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05) !important;
}

.spl_join_card:hover {
  transform: translateY(-12px) scale(1.02);
}

.spl_join_content {
  padding: 56px 40px;
  color: #000000;
}

.spl_join_icon {
  margin-bottom: 24px;
  color: #000000;
}

.spl_join_card h3 {
  color: #000000 !important;
  font-size: 25.6px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.spl_join_card p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15.2px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.spl_join_footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.spl_join_footer span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
}

.spl_join_footer a {
  font-size: 17.6px;
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.3s ease;
}

.spl_join_footer a:hover {
  color: var(--color-accent);
}

.spl_team_card_static.spl_border_accent {
  border: 2px solid var(--color-accent) !important;
}

.spl_team_card_static:hover {
  transform: translateY(-10px);
}

/* --- Founder Card (Static Pop-up Style) --- */
.spl_founder_card {
  background: #ffffff;
  width: 100%;
  max-width: 1000px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 0 auto 64px;
  border: 1px solid #eee;
}

/* --- Team Modal (Glassmorphism) --- */
.spl_team_modal_backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_team_modal_backdrop.spl_active {
  opacity: 1;
  visibility: visible;
}

.spl_team_modal_content {
  background: #ffffff;
  width: 90%;
  max-width: 1000px;
  border-radius: 4px;
  position: relative;
  transform: translateY(40px);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.spl_team_modal_backdrop.spl_active .spl_team_modal_content {
  transform: translateY(0);
}

.spl_modal_body {
  display: grid;
  grid-template-columns: 400px 1fr;
  min-height: 600px;
}

.spl_modal_img {
  background: #f5f5f5;
}

.spl_modal_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spl_modal_info {
  padding: 64px;
  display: flex;
  flex-direction: column;
}

.spl_modal_info h2 {
  font-size: 40px;
  margin-bottom: 8px;
  color: #111;
}

.spl_modal_info h5 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-accent);
  margin-bottom: 24px;
}

.spl_modal_degree {
  font-size: 14.4px;
  color: #666;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.spl_modal_bio_wrap h3,
.spl_modal_tags h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #999;
  margin-bottom: 24px;
}

.spl_modal_bio_wrap p {
  font-size: 17.6px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 48px;
}

.spl_tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spl_modal_tag {
  padding: 8px 16px;
  background: #f0f0f0;
  font-size: 12.8px;
  border-radius: 4px;
  color: #444;
}

.spl_core_icon {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #16a34a !important;
  margin-bottom: 40px;
  text-align: left;
}

.spl_core_item:hover {
  transform: scale(1.05) translateY(-10px) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(5px) !important;
}

.spl_core_item:hover .spl_core_icon {
  transform: scale(1.15) rotate(5deg) !important;
}

/* --- Detailed Identity Card Refinement (Green Theme) --- */

.spl_core_item h3,
.spl_core_item p,
.spl_core_num {
  color: #000000 !important;
  text-align: left !important;
}

.spl_footer_col_quick_info {
  text-align: left;
  /* width: 35%; */
}

.spl_core_icon svg {
  width: 56px !important;
  height: 56px !important;
}

/* Hover State: Maintain base green, keep zoom/depth */

/* --- Studio Page: Vision/Mission/Approach Mobile Fixes --- */

.spl_footer_brand p.spl_footer_branding_text {
  font-weight: 500;
  font-size: 28.8px !important;
  letter-spacing: 0.05em;
  color: WHITE !important;
  text-align: left !important;
  margin-bottom: 32px;
}

/* --- Premium Glass Button Refinement --- */

/* Subtle Glow on Project Cards */
/* .spl_sim_card:hover .spl_sim_img_wrap img {
    opacity: 0.7 !important;
    transform: scale(1.08) !important;
} */

/* --- Home Department Gallery: Glassmorphism Refinement --- */
.spl_ongoing_card_glass {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 24px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_ongoing_card_glass:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.spl_ongoing_card_glass .spl_ongoing_img_wrap img {
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_ongoing_card_glass:hover .spl_ongoing_img_wrap img {
  transform: scale(1.1);
}

.spl_ongoing_card_glass .spl_ongoing_info h4 {
  transition: color 0.4s ease;
}

.spl_ongoing_card_glass:hover .spl_ongoing_info h4 {
  color: var(--color-accent) !important;
}

/* Ensure no bleeding of bg-white in unified dark mode */
.spl_bg_black {
  background-color: #000000 !important;
}

/* PROJECT PAGE SPECIFIC UX UPDATES */
/* .spl_sim_grid_focus:hover .spl_sim_card {
    filter: brightness(0.6);
} */

/* .spl_sim_grid_focus .spl_sim_card:hover {
    filter: brightness(1) !important;
} */

/* Correct Hover Color for Buttons */
.spl_sim_card .spl_glass_btn:hover {
  background: #2a3f20 !important;
  border-color: #2a3f20 !important;
  color: #ffffff !important;
}

/* --- SHOP PAGE: COURSE CARD UPDATES --- */
/* Scoped to Shop Page ONLY via .spl_shop_grid parent */

/* Ensure mobile alignment */

/* ===================================
   STUDIO PAGE ENHANCEMENTS
   =================================== */

.spl_workflow_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  position: relative;
  border-radius: var(--radius-xl);
  background: var(--color-white);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
}

.spl_workflow_item {
  position: relative;
  padding: 48px 40px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: transparent;
  transition: background var(--transition-fast);
}

.spl_workflow_item:nth-child(3n) {
  border-right: none;
}

.spl_workflow_item:nth-last-child(-n + 3) {
  border-bottom: none;
}

.spl_workflow_item:hover {
  background: var(--color-bg-alt);
}

/* Arrow linking steps to look like a process */

.spl_workflow_step_watermark {
  position: absolute;
  top: -30px;
  right: -20px;
  font-size: 128px;
  font-weight: 800;
  color: #16a34a;
  /* opacity: 0.05; */
  z-index: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  line-height: 1;
}

.spl_workflow_item:hover .spl_workflow_step_watermark {
  transform: scale(1.05) translate(-10px, 10px);
  opacity: 0.08;
}

.spl_workflow_item > * {
  position: relative;
  z-index: 1;
}

.spl_workflow_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19.2px;
  margin-bottom: 24px;
}

.spl_workflow_icon {
  width: 80px;
  height: 80px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.4s ease;
}

.spl_workflow_icon svg {
  width: 40px;
  height: 40px;
}

.spl_workflow_item:hover .spl_workflow_icon {
  background: var(--color-accent);
  color: var(--color-white);
  border-color: var(--color-accent);
  transform: scale(1.1);
  box-shadow: 0 10px 15px rgba(22, 163, 74, 0.2);
}

.spl_workflow_item h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.spl_workflow_desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
  flex: 1;
}

/* --- Process Section (100vh compact) --- */
.spl_process_viewport {
  height: 100vh;
  min-height: 720px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7% 0;
  box-sizing: border-box;
  overflow: hidden;
}

.spl_process_inner {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  gap: 6vh;
  height: 100%;
  justify-content: center;
}

.spl_process_head {
  text-align: center;
  flex-shrink: 0;
  padding-bottom: 2vh;
}

.spl_process_eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.spl_process_head h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
  color: var(--color-text);
}

.spl_process_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  /* flex: 1; */
  /* min-height: 0; */
  padding: 0 2%;
}

.spl_process_card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-white);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  transition:
    transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.5s;
}

.spl_process_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.spl_process_card_img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--color-bg-soft);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.spl_process_card_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, 0.15));
}

.spl_process_card:hover .spl_process_card_img {
  transform: scale(1.06);
}

.spl_process_card_body {
  padding: 16px 17.6px 19.2px;
  background: #16a34a;
  flex: 1;
  text-align: center;
}

.spl_process_card_num {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #4b4b4b;
  margin-bottom: 6.4px;
}

.spl_process_card h4 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 6.4px;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}

.spl_process_card p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Tablet: 3x2 */

/* Mobile: 2x3 */

/* --- Studio Page: Our Process Section Mobile Refinement --- */

/* --- Studio Page: Philosophy of Silence (Quiet Luxury) Mobile Refinement --- */

/* --- Studio Page: Principal Architect (Founder) Mobile Refinement --- */

/* --- Studio Page: Our Team Section Mobile Refinement --- */

.spl_split_v2 {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 96px;
  align-items: center;
}

.spl_split_v2_img {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-2xl);
}

.spl_split_v2_img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.spl_philosophy_content h2 {
  font-size: 56px;
  margin-bottom: 32px;
  letter-spacing: -0.03em;
}

.spl_philosophy_quote {
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.5;
  color: var(--color-text);
  margin-bottom: 40px;
  padding-left: 32px;
  border-left: 3px solid var(--color-accent);
  font-style: italic;
}

.spl_visit_badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--color-accent-light);
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  border-radius: 99px;
  margin-top: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ═══════════════════════════════════════════════════════════
   CHANDWADKAR RESIDENCE — PROJECT PAGE  (spl_cw_)
═══════════════════════════════════════════════════════════ */

/* ── 1. HERO ── */
.spl_cw_hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.spl_cw_hero_bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 10s ease;
}

.spl_cw_hero:hover .spl_cw_hero_bg {
  transform: scale(1.07);
}

.spl_cw_hero_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0.08) 100%);
  z-index: 1;
}

.spl_cw_hero_content {
  position: relative;
  z-index: 2;
  padding: 0 5vw 80px;
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  margin-left: 0;
}

.spl_cw_hero_meta {
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 16px 0 20px;
}

.spl_cw_hero_title {
  color: #fff;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 auto 20px;
}

.spl_cw_hero_sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17.6px;
  font-weight: 300;
  margin: 0 auto;
  letter-spacing: 0.01em;
  max-width: 600px;
  text-align: left;
}

.spl_cw_scroll_hint {
  position: absolute;
  bottom: 48px;
  right: 5vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.spl_cw_scroll_hint span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 9.92px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.spl_cw_scroll_line {
  width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
  animation: spl_cw_scroll_pulse 2.2s ease-in-out infinite;
}

@keyframes spl_cw_scroll_pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleY(1);
  }

  50% {
    opacity: 1;
    transform: scaleY(0.6);
  }
}

/* ── 2. STATS BAR ── */
.spl_cw_stats_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 28px 32px;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
}

.spl_cw_stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8px;
  padding: 8px 40px;
  text-align: center;
}

.spl_cw_stat_label {
  font-size: 10.88px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-light);
}

.spl_cw_stat_val {
  font-size: 14.4px;
  font-weight: 500;
  color: var(--color-text);
}

.spl_cw_stat_div {
  display: block;
  width: 1px;
  height: 38px;
  background: var(--color-border);
  flex-shrink: 0;
}

/* ── 3. DESIGN NARRATIVE ── */
.spl_cw_narrative .spl_cw_narrative_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}

.spl_cw_narrative_text {
  max-width: 520px;
}

.spl_cw_lead {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 24px;
}

.spl_cw_narrative_img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.11);
}

.spl_cw_narrative_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  min-height: 400px;
  object-fit: cover;
  display: block;
}

/* ── 4. VIDEO ── */
.spl_cw_video_section {
  background: #2a3f20;
  padding: 80px 0 88px;
}

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

.spl_cw_video_header h2 {
  color: #fff;
  font-size: clamp(28.8px, 3.5vw, 44.8px);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 8px;
  margin-bottom: 4%;
}

.spl_cw_video_wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.spl_cw_video_wrap video {
  width: 100%;
  display: block;
  border-radius: var(--radius-lg);
  max-height: 68vh;
  object-fit: cover;
}

.spl_cw_video_badge {
  position: absolute;
  bottom: 24px;
  left: 56px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  padding: 8px 20px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* ── 5. LIVING & DINING (FULL BLEED) ── */
.spl_cw_fullbleed_section {
  width: 100%;
}

.spl_cw_fullbleed_section h2 {
  text-align: center !important;
}

.spl_cw_fullbleed_split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 82vh;
}

.spl_cw_fullbleed_img {
  overflow: hidden;
}

.spl_cw_fullbleed_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s ease;
}

.spl_cw_fullbleed_img:hover img {
  transform: scale(1.04);
}

.spl_cw_fullbleed_text {
  padding: 96px 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafaf8;
}

.spl_cw_narrative_text h2,
.spl_cw_fullbleed_text h2,
.spl_cw_kitchen_text h2,
.spl_cw_bedroom_text h2,
.spl_cw_mandir_text h2,
.spl_cw_details_heading,
.spl_cw_cta_section h2,
.spl_cw_gallery_section h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
  /* margin: 8px 0 24px; */
  color: #2a3f20;
  margin: 10% 0;
}

/* ── 6. KITCHEN (DARK) ── */
.spl_cw_kitchen_section {
  background: #2a3f20;
  color: #fff;
}

.spl_cw_kitchen_split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 76vh;
}

.spl_cw_kitchen_text {
  padding: 96px 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.spl_cw_kitchen_text h2 {
  color: #ffffff !important;
}

.spl_cw_kitchen_text p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 20px;
  text-align: left;
}

.spl_cw_kitchen_img {
  overflow: hidden;
}

.spl_cw_kitchen_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s ease;
}

.spl_cw_kitchen_img:hover img {
  transform: scale(1.04);
}

/* ── SHARED: DETAIL LIST ── */
.spl_cw_detail_list {
  list-style: none;
  padding: 0;
  margin: 32px 0 40px;
  border-top: 1px solid var(--color-border);
}

.spl_cw_detail_list li {
  padding: 11.2px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 14px;
  color: var(--color-text-light);
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.spl_cw_detail_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
  flex-shrink: 0;
}

.spl_cw_list_dark {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.spl_cw_list_dark li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
}

/* ── 7. BEDROOMS ── */
.spl_cw_bedroom_section {
  background: #fff;
}

.spl_cw_bedroom_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.spl_cw_bedroom_imgs {
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px;
}

.spl_cw_bed_main {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  display: block;
}

.spl_cw_bed_secondary {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  display: block;
}

/* ── 8. MANDIR ── */
.spl_cw_mandir_section {
  background: #f7f5f2;
  padding: 112px 0;
}

.spl_cw_mandir_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.spl_cw_mandir_img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.1);
}

.spl_cw_mandir_img img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  display: block;
}

.spl_cw_quote {
  margin-top: 40px;
  padding: 28px 32px;
  background: #fff;
  border-radius: var(--radius);
  border-left: 3px solid var(--color-accent);
}

.spl_cw_quote blockquote {
  font-style: italic;
  font-size: 16.8px;
  line-height: 1.7;
  color: var(--color-text);
  margin: 0 0 12px;
}

.spl_cw_quote cite {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  font-style: normal;
}

/* ── 9. GALLERY ── */
.spl_cw_gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.spl_cw_gi {
  overflow: hidden;
  border-radius: var(--radius);
}

.spl_cw_gi img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.spl_cw_gi:hover img {
  transform: scale(1.05);
}

.spl_cw_gi_wide {
  grid-column: span 2;
}

.spl_cw_gi_wide img {
  height: 370px;
}

/* ── DETAILS STRIP ── */
.spl_cw_details_section {
  background: #f7f5f2;
}

.spl_cw_details_heading {
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.spl_cw_details_sub {
  text-align: center;
  color: var(--color-text-light);
  font-size: 16.8px;
  max-width: 520px;
  margin: 0 auto 48px;
}

.spl_cw_details_strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.spl_cw_detail_item {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.spl_cw_detail_item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.spl_cw_detail_item:hover img {
  transform: scale(1.04);
}

/* ── REVERSE LAYOUT (child's room) ── */
.spl_cw_reverse {
  display: flex !important;
  flex-direction: row-reverse;
}

.spl_cw_reverse > .spl_cw_fullbleed_text {
  flex: 1;
}

.spl_cw_reverse > .spl_cw_fullbleed_img {
  flex: 1;
}

/* ── 10. CTA ── */
.spl_cw_cta_section {
  padding: 112px 0;
  background: #f7f5f2;
  text-align: center;
}

.spl_cw_cta_section h2 {
  letter-spacing: -0.025em;
  letter-spacing: -0.025em;
  margin: 12px 0 16px;
}

.spl_cw_cta_section p {
  color: var(--color-text-light);
  font-size: 17.6px;
  max-width: 480px;
  margin: 0 auto;
}

.spl_cw_cta_btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* Always block horizontal scroll */

.spl_page_hero_project .spl_hero_parallax_bg_project {
  height: 80%;
}

/* Global preloader for HD visual pages */
.spl_preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--color-text);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.55s ease,
    visibility 0.55s ease;
}

body.spl_preloader_active {
  overflow: hidden !important;
}

.spl_preloader_inner {
  width: min(280px, calc(100vw - 48px));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.spl_preloader_logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  animation: spl_preloader_pulse 1.8s ease-in-out infinite;
}

.spl_preloader_text {
  font-size: 12.48px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.spl_preloader_bar {
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: var(--color-border);
  border-radius: var(--radius-full);
}

.spl_preloader_bar span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--color-accent);
  border-radius: inherit;
  transition: width 0.25s ease;
}

.spl_preloader_count {
  min-height: 1em;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-light);
}

.spl_preloader_done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spl_split_text {
    align-items: start;
}

.spl_section_solar_design .spl_container {
    max-width: unset;
    padding: 0 6%;
}

.spl_section_solar_design {
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.spl_methodology_visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.spl_methodology_visual img {
    max-height: 38vh;
    width: auto;
    object-fit: contain;
    border-radius: 8px; /* Optional slight polish */
}

.spl_section_solar_design .spl_split_text h3 {
    font-size: 32px;
    margin-bottom: 40px;
}

.spl_section_solar_design .spl_split_text > p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.5;
}

.spl_section_solar_design .spl_features_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.spl_section_solar_design .spl_feature_item h4 {
    font-size: 18px;
    margin-bottom: 4px;
}

.spl_section_solar_design .spl_feature_item p {
    font-size: 14px;
    line-height: 1.4;
}

.spl_team_bio{
  font-size: 15px;
}



@keyframes spl_preloader_pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .spl_workflow_item:not(:nth-child(3n))::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -19.2px;
    transform: translateY(-50%);
    width: 38.4px;
    height: 38.4px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19.2px;
    color: var(--color-accent);
    z-index: 5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 1200px) {
  .spl_hero_text {
    margin-right: calc(10% - 32px);
    /* Offset to match the navbar end padding */
    max-width: 680px;
    /* Width approximate to 'Studio' through 'Contact' */
  }
}

@media (min-width: 1400px) {
  .spl_hero_text {
    width: 100%;
    margin-right: calc(1400px * 0.02 + 32px);
    /* Pin to the right alignment of navbar */
    max-width: 650px;
    /* Precise width to span Studio to Contact */
    padding-right: 0;
    text-align: right !important;

    margin-bottom: 200px;
  }
}

@media (max-width: 1200px) {
  .spl_hero_text {
    text-align: right;
    margin-right: 10px;
  }
  .spl_hero .spl_hero_bg_media {
    padding: 0 10%;
  }
}

@media (max-width: 1100px) {
  .spl_shop_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spl_process_viewport {
    height: auto;
    min-height: 100vh;
    padding: 6vh 24px;
  }

  .spl_process_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  
  .spl_section_solar_design {
      min-height: auto;
      padding-top: 64px;
      padding-bottom: 64px;
  }
  
  .spl_methodology_visual img {
      max-height: 50vh;
      width: 100%;
  }
  .spl_contact_grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .spl_analysis_visual iframe {
    height: 450px;
  }
  .spl_split {
    grid-template-columns: 1fr;
    flex-direction: column !important;
    gap: 48px !important;
  }

  .spl_footer_grid {
    /* grid-template-columns: 1fr 1fr; */
    gap: 32px;
  }

  .spl_tcard {
    width: calc(50% - 16px);
    min-width: calc(50% - 16px);
  }

  .spl_project_grid,
  .spl_tour_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .signature-showcase {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 48px 32px;
  }

  .signature-name {
    font-size: 40px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .spl_services_grid {
    gap: 32px;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .spl_process_steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .spl_process_arrow {
    display: none;
  }
  .spl_blog_featured {
    grid-template-columns: 1fr;
  }

  .spl_blog_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .spl_showcase_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spl_showcase_card.large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .spl_showcase_card.large .spl_showcase_img {
    height: 300px;
  }
  .spl_culture_grid {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .spl_benefits_grid {
    grid-template-columns: 1fr 1fr;
  }
  .spl_methodology_showcase {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .spl_methodology_image {
    order: -1;
  }

  .spl_showcase_card.spl_large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .spl_showcase_card.spl_large .spl_showcase_img {
    height: 300px;
  }

  .spl_blog_featured_img {
    width: 100%;
    max-width: 100%;
  }
  .spl_contact_ultra_grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .spl_hero_text {
    max-width: 40% !important;
    text-align: right !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .spl_cw_narrative .spl_cw_narrative_inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .spl_cw_narrative_img img {
    height: 420px;
  }

  .spl_cw_fullbleed_split,
  .spl_cw_kitchen_split,
  .spl_cw_bedroom_inner {
    grid-template-columns: 1fr;
  }

  .spl_cw_fullbleed_img img {
    height: 420px;
  }

  .spl_cw_kitchen_img img {
    height: 420px;
  }

  .spl_cw_mandir_inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .spl_cw_mandir_img img {
    height: 420px;
  }

  .spl_cw_gallery_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spl_cw_gi_wide {
    grid-column: span 2;
  }

  /* Shared splits */

  .spl_split > * {
    min-width: unset !important;
  }

  /* Services */

  .spl_analysis_grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  /* About */
  .spl_core_grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px !important;
  }

  /* Shop */
  .spl_shop_grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Contact */
  .spl_schedule_grid {
    grid-template-columns: 1fr !important;
  }

  .spl_booking_features {
    flex-direction: column !important;
  }

  /* Projects archive hero — split: text left 50%, image right 50% */
  .spl_page_hero_project {
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 24px !important;
  }

  .spl_page_hero_project .spl_container {
    margin-right: 0 !important;
    text-align: left !important;
    max-width: 50% !important;
  }

  .spl_hero_parallax_bg_project {
    background-size: 50% auto !important;
    background-position: right center !important;
    opacity: 0.25 !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
  }

  .spl_page_hero_project h1 {
    color: #111 !important;
    font-size: clamp(32px, 5vw, 48px) !important;
    padding-top: 10%;
  }

  .spl_page_hero_project p {
    color: #444 !important;
  }

  /* Single project — generic */
  .spl_proj_row_v2 {
    flex-direction: column !important;
    gap: 40px !important;
  }

  /* ── SINGLE PROJECT: reverse split stacks on tablet ── */
  .spl_cw_reverse {
    flex-direction: column !important;
  }

  .spl_cw_reverse > .spl_cw_fullbleed_text,
  .spl_cw_reverse > .spl_cw_fullbleed_img {
    flex: unset !important;
    width: 100% !important;
  }

  /* ── NAVIGATION: hamburger at tablet ── */
  .spl_menu_btn {
    display: block !important;
  }

  .spl_nav {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 280px !important;
    height: 100vh !important;
    background: var(--color-white) !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 80px 32px 32px !important;
    box-shadow: var(--shadow-lg) !important;
    transition: right var(--transition-fast) !important;
    z-index: 1000 !important;
  }

  .spl_nav.spl_active {
    right: 0 !important;
  }

  .spl_nav ul {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .spl_nav_cta {
    margin-left: 0 !important;
    margin-top: 16px !important;
  }

  /* ── SECTION & CONTAINER spacing at tablet ── */
  .spl_section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .spl_container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* Section headings */
  .spl_section_heading h2 {
    font-size: clamp(32px, 4vw, 44.8px) !important;
  }

  /* Footer CTA and main at tablet */
  .spl_footer_cta_full {
    padding: 80px 0 !important;
  }

  .spl_footer_main {
    padding: 80px 0 40px !important;
  }

  /* ── Front-page hero h1: reduce 78px to fit at 993–1024px (992px breakpoint doesn't fire here) ── */
  .spl_hero_text h1 {
    font-size: clamp(36px, 6vw, 60px) !important;
  }

  /* ── Front-page hero GIF: trim extreme height & margin ── */
  .spl_hero .spl_hero_bg_media {
    height: auto !important;
    width: 65% !important;
    /* margin-right: 0 !important; */
    top: 50% !important;
    transform: translateY(-50%) !important;
    /* opacity: 0.6 !important; */
  }

  .spl_hero_container {
    padding: 32px 32px !important;
  }

  .spl_hero .spl_hero_desc {
    margin-left: 0 !important;
  }

  .spl_hero_btns {
    justify-content: flex-end !important;
  }

  /* ── About: process 3 cols ── */
  .spl_process_grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* ── About: philosophy split ── */
  .spl_split_v2 {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }

  .spl_split_v2_img img {
    height: 380px !important;
  }

  /* ── Team: 2 cols ── */
  .spl_team_grid_static {
    gap: 24px !important;
  }

  .spl_team_card_static {
    flex: 0 1 calc(50% - 12px) !important;
  }

  /* ── Projects archive: remove 700px margin, constrain to left 50% ── */
  [style*="margin-right: 700px"] {
    margin-right: 0 !important;
    max-width: 50% !important;
  }

  /* ── Analysis visual iframe intermediate height ── */
  .spl_analysis_visual,
  .spl_analysis_visual iframe {
    height: 450px !important;
    min-height: 450px !important;
  }

  /* ── Split image: fix hardcoded 800px width ── */
  .spl_split_image > img {
    width: 100% !important;
    height: 420px !important;
    object-fit: cover !important;
  }

  /* ── Ongoing projects: 2 cols on tablet ── */
  .spl_ongoing_grid {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 24px !important;
  }

  /* ── Page hero: reduce 100vh to something scrollable on tablet ── */
  .post-type-archive-projects .spl_page_hero,
  .page-template-page-services .spl_page_hero,
  .page-template-page-careers .spl_page_hero {
    height: 70vh !important;
    min-height: 70vh !important;
  }

  /* Hero: collapse to auto height, stack children vertically */
  .spl_page_hero_project,
  .post-type-archive-projects .spl_page_hero {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 !important;
    background-color: var(--color-bg) !important;
  }

  /* bg image div: back into normal flow as the top image block */
  .spl_page_hero_project .spl_hero_parallax_bg_project {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    opacity: 1 !important;
    z-index: 0 !important;
  }

  /* Text block: full width below the image */
  .spl_page_hero_project .spl_container,
  .post-type-archive-projects .spl_page_hero .spl_container {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 32px 24px 0 24px !important;
    text-align: center !important;
    background-color: var(--color-bg) !important;
    z-index: 1 !important;
  }

  .spl_page_hero_project h1,
  .post-type-archive-projects .spl_page_hero h1 {
    color: var(--color-text) !important;
    font-size: clamp(32px, 5vw, 48px) !important;
  }

  .spl_page_hero_project p,
  .post-type-archive-projects .spl_page_hero p {
    color: var(--color-text-muted) !important;
    max-width: none !important;
    margin-left: 0 !important;
    padding: 0 5%;
  }

  /* Project cards: fix info box — cancel conflicting top/transform, anchor to bottom */
  .spl_sim_info_wrapper {
    top: auto !important;
    transform: none !important;
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
    /* max-width: none !important; */
  }

  /* Always show buttons on touch devices */
  .spl_sim_interaction_group.spl_sim_hover_only {
    opacity: 1 !important;
    max-height: 200px !important;
    visibility: visible !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 992px) {
  .spl_hero_container {
    padding: 48px 32px;
  }

  .spl_hero_text h1 {
    font-size: clamp(var(--text-4xl), 7vw, var(--text-6xl));
    font-weight: 500;
    line-height: var(--leading-tight);
  }

  .spl_split,
  .spl_split_layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .spl_narrative_item,
  .spl_narrative_item.spl_reverse {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .spl_narrative_item.spl_reverse .spl_narrative_image {
    order: 0;
  }

  .spl_narrative_grid {
    gap: 80px;
  }
  .spl_schedule_grid {
    gap: 32px;
  }

  .spl_proj_row_v2,
  .spl_proj_row_v2:nth-child(even) {
    flex-direction: column;
    gap: 48px;
    margin-bottom: 128px;
  }

  .spl_proj_h2_v2 {
    font-size: 44.8px;
  }
  .spl_core_grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .spl_split_v2 {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .spl_philosophy_content h2 {
    font-size: 40px;
  }

  .spl_split_v2_img img {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .spl_workflow_grid {
    grid-template-columns: 1fr;
    gap: 32px;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .spl_workflow_item {
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius-lg);
    background: var(--color-white);
    box-shadow: var(--shadow-sm);
  }
}

@media (max-width: 850px) {
  .spl_modal_body {
    grid-template-columns: 1fr;
  }

  .spl_modal_img {
    height: 400px;
  }

  .spl_modal_info {
    padding: 40px;
  }

  .spl_modal_img img {
    object-fit: contain !important;
  }
}

@media (max-width: 768px) {
  body.home {
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed;
  }

  .spl_footer_col {
    text-align: center !important;
    align-items: center !important;
  }
  .spl_container {
    padding: 0 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .spl_section {
    padding: 48px 0;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  h1 {
    font-size: clamp(var(--text-4xl), 7vw, var(--text-6xl));
    font-weight: 500;
    line-height: var(--leading-tight);
  }

  h2 {
    font-size: clamp(28.8px, 7vw, 35.52px) !important;
  }

  h3 {
    font-size: clamp(22.4px, 5vw, 25.6px) !important;
  }

  .spl_page_hero {
    /* No padding on section — layout handled by container */
    min-height: 52vh !important;
  }
  .spl_hero {
    min-height: 100vh;
    align-items: center;
    height: 100svh !important;
    overflow: hidden !important;
  }

  /* Hide the absolute desktop gif */
  .spl_hero_bg_desktop {
    display: none !important;
  }

  /* Show the inline mobile gif */
  .spl_hero_bg_mobile {
    display: block;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    opacity: 1;
    transform: none !important;
    margin-bottom: 12px;
    pointer-events: none;
  }

  .spl_hero_overlay {
    background: transparent;
  }

  .spl_hero_container {
    padding: 12vh 24px 0;
    flex-direction: column;
    text-align: left;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100svh !important;
  }

  .spl_hero_text {
    width: 100%;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .spl_hero_text h1 {
    font-weight: 500;
    line-height: var(--leading-tight);
    font-size: clamp(35.2px, 9vw, 48px) !important;
  }

  .spl_hero_desc {
    margin: 0 0 32px;
    font-size: 16px;
  }

  .spl_hero_btns {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .spl_split_image img {
    height: auto !important;
    aspect-ratio: 4 / 3;
    width: 100%;
    max-height: 320px;
    object-fit: cover !important;
  }
  .spl_project_meta {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .spl_form_row {
    gap: 24px;
    grid-template-columns: 1fr;
    flex-direction: column !important;
  }

  .spl_mini_stat > div:first-child {
    font-size: 40px;
  }

  .spl_contact_title {
    font-size: 35.2px;
  }

  /* === MOBILE NAVIGATION === */
  .spl_menu_btn {
    display: block;
  }

  .spl_nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    background: var(--color-white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 32px 32px;
    box-shadow: var(--shadow-lg);
    transition: right var(--transition-fast);
    width: 270px !important;
  }

  .spl_nav.spl_active {
    right: 0;
  }

  .spl_nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }

  .spl_nav_cta {
    margin-left: 0;
    margin-top: 16px;
  }

  /* === MOBILE TYPOGRAPHY === */

  p {
    font-size: 15.2px;
  }

  .spl_section_heading span {
    font-size: 11.2px;
    letter-spacing: 0.15em;
  }

  .spl_section_heading p {
    font-size: 14.4px;
    padding: 0 28px 0 28px;
  }

  /* === MOBILE LAYOUT === */

  .spl_nav_container {
    padding: 0 16px;
  }

  /* === MOBILE BUTTONS === */
  .spl_btn {
    padding: 13.6px 24px;
    font-size: 12.8px;
    letter-spacing: 0.04em;
  }

  .spl_btn-lg {
    padding: 16px 32px;
    font-size: 13.6px;
  }

  /* === PAGE HERO (Inner Pages) === */
  .spl_page_hero,
  .spl_hero_enhanced {
    /* background-attachment: scroll; */
    min-height: 60vh;
    padding: 0;
  }

  .spl_page_hero .spl_container {
    padding: 96px 24px 48px !important;
    text-align: center !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .page-template-page-contact .spl_page_hero .spl_container {
    padding: 0 24px !important;
  }

  .spl_page_hero h1 {
    font-weight: 500;
    font-size: clamp(28.8px, 7vw, 41.6px) !important;
    line-height: 1.15 !important;
  }

  .spl_page_hero p {
    font-size: 15.2px !important;
    max-width: 100% !important;
  }

  /* === SPLIT LAYOUTS === */
  .spl_project_grid,
  .spl_tour_grid {
    grid-template-columns: 1fr;
  }

  .spl_split {
    flex-direction: column !important;
    gap: 32px !important;
  }

  .spl_split.reverse {
    direction: ltr;
  }

  .spl_split.reverse > * {
    direction: ltr;
  }

  .spl_split_image {
    order: -1;
    margin-bottom: 24px;
  }

  .spl_split_text {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* === TESTIMONIALS === */
  .spl_tcard {
    width: 100%;
    min-width: 100%;
    padding: 32px 24px;
  }

  .spl_testimonial_text {
    font-size: 15.2px;
  }

  /* === FOOTER === */
  .spl_footer_grid {
    text-align: left;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .spl_footer_brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .spl_footer_logo {
    margin-bottom: 12px !important;
  }

  .spl_footer_logo .spl_logo_img {
    display: block;
    width: auto !important;
    margin: 0 auto !important;
    height: 60px !important;
  }

  .spl_social {
    justify-content: center !important;
    margin-top: 8px !important;
  }

  .spl_footer_bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 16px !important;
  }

  .spl_studio_row {
    flex-direction: column;
    gap: 24px;
  }

  .spl_studio_image_wrapper {
    width: 100% !important;
  }

  .spl_overlap_container {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .spl_overlap_img_main,
  .spl_overlap_img_accent {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border: none;
    transform: none !important;
  }

  /* === TIMELINE - RENAMED === */
  .spl_timeline::before {
    display: none;
    left: 20px;
  }

  .spl_timeline_item {
    flex-direction: column;
    align-items: flex-start;
    border-left: 2px solid var(--color-border);
    margin-bottom: 32px;
    width: 100%;
    left: 0 !important;
    padding-left: 48px !important;
    padding-right: 0 !important;
  }

  .spl_timeline_dot {
    top: 0;
    left: 12px !important;
    right: auto !important;
  }

  /* === SIGNATURE SHOWCASE === */
  .signature-showcase {
    flex-direction: column;
    gap: 32px;
    padding: 32px 16px !important;
  }

  .signature-portrait-area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .signature-name {
    font-size: 28.8px !important;
  }

  /* === SERVICES & METHODOLOGY === */
  .methodology-showcase {
    flex-direction: column;
    gap: 32px;
  }

  .methodology-image img {
    height: auto !important;
    max-height: 250px;
  }

  .spl_process_steps {
    grid-template-columns: 1fr;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }

  .spl_process_arrow {
    display: none;
    transform: rotate(90deg);
    align-self: center;
  }

  .spl_services_grid {
    gap: 24px !important;
    grid-template-columns: 1fr !important;
  }

  .spl_services_grid .spl_animate.spl_revealed{
    text-align: left;
  }

  /* === SHOWCASE & ONGOING PROJECTS === */
  .spl_showcase_grid {
    grid-template-columns: 1fr;
  }

  .spl_showcase_card.large {
    grid-column: span 1;
  }

  .spl_ongoing_projects_grid {
    grid-template-columns: 1fr !important;
    padding: 0 !important;
  }

  .spl_op_card {
    margin-bottom: 16px;
  }

  .spl_op_img {
    height: 280px !important;
  }

  .spl_op_overlay {
    transform: translateY(0) !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%) !important;
  }

  /* === 3D TOUR / FEATURED SHOWCASE === */
  .spl_featured_tour_container {
    border-radius: 16px !important;
    height: 450px;
  }

  .spl_showcase_content {
    padding: 40px;
  }

  .spl_showcase_title {
    font-size: 24px !important;
    margin-bottom: 12px !important;
  }

  .spl_showcase_desc {
    font-size: 13.6px !important;
    margin-bottom: 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    overflow: hidden;
  }

  .spl_scene_track {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  .spl_tour_card {
    height: auto !important;
  }

  .spl_tour_card .spl_tour_thumb {
    height: 180px;
  }

  /* === SCHEDULE/CALENDLY SECTION === */
  .spl_schedule .spl_container > div {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .spl_schedule .spl_container > div > .spl_animate:last-child {
    order: -1;
  }

  .calendly-inline-widget {
    height: 500px !important;
    min-width: 100% !important;
  }

  /* === 3D SHOWCASE === */

  .spl_showcase_content h3 {
    font-size: 35.2px !important;
  }

  .spl_tour_grid {
    grid-template-columns: 1fr;
  }

  /* === CONTACT FORM SECTION === */
  .contact-home .spl_container > div {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  /* === CONTACT PAGE === */

  .spl_map_container {
    border-radius: 32px;
    height: 60vh !important;
  }

  /* === BLOG SECTION === */
  .contact-home ~ .spl_section .spl_blog_grid,
  .spl_blog_grid {
    grid-template-columns: 1fr !important;
  }

  /* === CULTURE/BENEFITS GRIDS === */
  .spl_culture_grid,
  .spl_benefits_grid {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .spl_benefit {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  /* === HERO GIF INLINE (shown on mobile only) === */
  .spl_hero_gif_mobile {
    display: block !important;
  }

  /* === GALLERY === */
  .gallery-masonry {
    columns: 1;
  }

  /* === FAQ === */
  .spl_faq_btn {
    font-size: 15.2px !important;
    padding: 19.2px 24px !important;
  }

  /* === VADA SECTION === */
  .vada-img {
    max-height: 200px !important;
    object-fit: cover !important;
  }

  .spl_gallery_card {
    padding: 16px !important;
  }

  .spl_card_icon_box {
    width: 40px;
    height: 40px;
  }

  .spl_stats_bar {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .spl_signature_showcase {
    padding: 32px 24px;
  }

  .spl_service_card {
    padding: 32px 24px;
  }
  .spl_blog_grid {
    grid-template-columns: 1fr;
  }

  .spl_blog_featured_content {
    padding: 24px;
  }

  .spl_blog_featured_content h2 {
    font-size: 24px;
  }

  .spl_filter_tabs {
    gap: 8px;
  }

  .spl_filter_tab {
    padding: 8px 16px;
    font-size: 12.8px;
  }

  .spl_showcase_overlay {
    padding: 24px;
    transform: translateY(40%);
  }
  .spl_job {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .spl_job_tags {
    gap: 8px;
  }
  .spl_methodology_showcase {
    gap: 24px;
  }

  .spl_methodology_content h3 {
    font-size: 20px;
  }

  .spl_feature_item {
    gap: 8px;
  }

  .spl_feature_icon {
    width: 36px;
    height: 36px;
  }
  .spl_schedule_grid {
    gap: 32px !important;
    grid-template-columns: 1fr !important;
  }

  /* On mobile, text on top, calendar on bottom */
  .spl_schedule_grid > div:first-child {
    order: 2;
  }

  .spl_schedule_grid > div:last-child {
    order: 1;
    text-align: center;
    margin-bottom: 32px;
  }
  .spl_sim_info_wrapper {
    right: 24px;
    top: auto;
    transform: none;
    /* max-width: none; */
    bottom: 16px !important;
    left: 16px !important;
    gap: 8px !important;
  }
  .spl_shop_grid {
    gap: 24px !important;
    grid-template-columns: 1fr !important;
  }

  .spl_course_card {
    margin-bottom: var(--space-6);
  }

  .spl_course_content {
    padding: var(--space-6);
  }

  .spl_course_title {
    font-size: var(--text-lg);
  }

  .spl_course_price {
    font-size: var(--text-xl);
  }

  .spl_cta_box {
    padding: var(--space-12) var(--space-6);
    border-radius: var(--radius-lg);
  }

  .spl_cta_box h2 {
    font-size: var(--text-3xl);
  }

  .spl_sim_grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 10px 45px;
  }

  .spl_sim_card {
    height: 50vh !important;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    margin-bottom: 5%;
  }

  .spl_sim_img_wrap {
    height: 100%;
  }

  .spl_sim_img_wrap img {
    height: 100%;
    object-fit: cover;
  }

  .spl_stagger_card,
  .spl_stagger_card_rev {
    flex-direction: column !important;
    padding: 32px;
    gap: 48px;
  }

  .spl_stagger_img_wrap img {
    height: 300px;
  }

  .spl_apply_modal {
    padding: 32px;
  }

  .spl_blog_featured {
    flex-direction: column;
  }
  /* 1. Card Outer Spacing (Add left & right spacing) */
  .spl_section.spl_studio_core .spl_container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  /* Vertical Layout & Spacing between cards */
  .spl_section.spl_studio_core .spl_core_grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  /* 2, 4 & 6. Card Inner Padding & Consistency (Reduced height layout) */
  .spl_section.spl_studio_core .spl_core_item {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    align-items: center !important;
    gap: 0 15px !important;
    padding: 20px !important; /* Compact padding */
    width: 100% !important;
    box-sizing: border-box !important;
    transform: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05) !important;
  }

  /* 3. Header Layout Adjustment (Icon and heading in one row) */
  .spl_section.spl_studio_core .spl_core_icon {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .spl_section.spl_studio_core .spl_core_icon svg {
    width: 32px !important; /* Smaller icon for compact layout */
    height: 32px !important;
  }

  .spl_section.spl_studio_core .spl_core_item h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-bottom: 0 !important;
    font-size: 20.8px !important; /* Slightly smaller for compactness */
    line-height: 1.2 !important;
    align-self: center !important;
  }

  /* 5. Paragraph Spacing (Paragraph below the icon-heading row) */
  .spl_section.spl_studio_core .spl_core_item p {
    grid-column: 1 / span 2 !important;
    grid-row: 2 !important;
    margin-top: 15px !important;
    font-size: 13.28px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
  }
  /* 1 & 2. Hide Images and Show Only Green Boxes */
  .spl_process_viewport .spl_process_card_img {
    display: none !important;
  }

  /* 4 & 5. Vertical Flow Layout & Spacing */
  .spl_process_viewport .spl_process_grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important; /* Spacing handled by arrow height */
    padding: 0 24px !important;
  }

  .spl_process_viewport .spl_process_card {
    width: 100% !important;
    max-width: 400px !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  .spl_process_viewport .spl_process_card_body {
    background: #16a34a !important;
    border-radius: 12px !important;
    padding: 28px 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  }

  /* 3. Add Flow Indicator (Arrow) */
  .spl_process_viewport .spl_process_card:not(:last-child)::after {
    content: "\2193"; /* Unicode Down Arrow */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 26px !important;
    color: #16a34a !important;
    height: 60px !important; /* Visual spacing between cards */
    font-weight: bold !important;
  }

  /* Spacing & Alignment Fixes */
  .spl_process_viewport .spl_process_card_num {
    display: block !important;
    text-align: center !important;
    color: rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 8px !important;
  }

  .spl_process_viewport .spl_process_card h4 {
    margin: 0 !important;
    text-align: center !important;
    font-size: 20px !important;
  }
  /* 1. Reduce Image Size */
  .spl_split_v2 .spl_split_v2_img img {
    height: 220px !important;
    border-radius: 20px !important;
  }

  /* 2, 3 & 4. Padding, Center Alignment Feel & Spacing Optimization */
  .spl_split_v2 .spl_philosophy_content {
    padding: 0 15px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .spl_split_v2 .spl_philosophy_content span {
    margin-bottom: 12px !important;
    display: block !important;
    letter-spacing: 0.15em !important;
  }

  .spl_split_v2 .spl_philosophy_content h2 {
    font-size: 35.2px !important;
    margin-bottom: 24px !important;
    line-height: 1.2 !important;
  }

  .spl_split_v2 .spl_philosophy_quote {
    padding: 24px 0 0 !important;
    border-left: none !important;
    border-top: 2px solid var(--color-accent) !important;
    margin: 0 auto 32px !important;
    font-size: 20px !important;
    max-width: 90% !important;
    text-align: center !important;
  }

  .spl_split_v2 .spl_philosophy_content p {
    font-size: 15.2px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  /* Vertical Rhythm between Image and Text */
  .spl_split_v2 {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 22px !important;
  }
  /* 1. Container & Card Adjustment (Add padding back) */
  .spl_founder_section .spl_container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .spl_founder_section .spl_founder_card {
    border-radius: 16px !important;
    margin: 0 auto 48px !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #eeeeee !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  .spl_founder_section .spl_modal_body {
    grid-template-columns: 1fr !important;
    display: block !important;
    min-height: auto !important;
  }

  /* 2. Middle Image Alignment & Visibility */
  .spl_founder_section .spl_modal_img {
    height: auto !important;
    max-height: none !important;
    background: #fff !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    padding: 32px 20px 0 !important; /* Frame the image in the middle */
  }

  .spl_founder_section .spl_modal_img img {
    width: 100% !important;
    max-width: 100% !important;
    height: 450px !important;
    max-height: none !important;
    object-fit: contain !important; /* No cropping, full visibility */
    display: block !important;
    margin: 0 auto !important;
    border-radius: 8px !important;
  }

  /* 3. Middle Text Alignment & Padding */
  .spl_founder_section .spl_modal_info {
    padding: 24px 20px 48px !important;
    text-align: center !important;
    background: #fff !important;
  }

  .spl_founder_section .spl_modal_info h2 {
    font-size: 28px !important;
    margin-top: 8px !important;
    margin-bottom: 4px !important;
    text-align: center !important;
    line-height: 1.2 !important;
  }

  .spl_founder_section .spl_modal_info h5 {
    margin-bottom: 24px !important;
    text-align: center !important;
    font-size: 17.6px !important;
    color: var(--color-accent) !important;
  }

  .spl_founder_section .spl_modal_degree {
    text-align: center !important;
    padding-bottom: 20px !important;
    margin-bottom: 28px !important;
  }

  .spl_founder_section .spl_tag_list {
    justify-content: center !important;
  }

  .spl_founder_section .spl_modal_bio_wrap h3,
  .spl_founder_section .spl_modal_tags h3 {
    text-align: center !important;
    font-size: 17.6px !important;
  }

  .spl_founder_section .spl_modal_bio_wrap p {
    text-align: center !important;
    font-size: 15.2px !important;
    line-height: 1.65 !important;
  }
  /* Hide Only the description paragraph text */
  .spl_team_section .spl_team_bio {
    display: none !important;
  }
  .spl_cw_hero_content {
    padding: 0 24px 64px;
  }

  .spl_cw_scroll_hint {
    display: none;
  }

  .spl_cw_stats_bar {
    flex-direction: column;
    gap: 20px;
    padding: 32px 24px;
  }

  .spl_cw_stat_div {
    display: none;
  }

  .spl_cw_stat {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    /* max-width: 320px; */
  }

  .spl_cw_fullbleed_text,
  .spl_cw_kitchen_text {
    padding: 48px 24px;
  }

  .spl_cw_gallery_grid {
    grid-template-columns: 1fr;
  }

  .spl_cw_gi_wide {
    grid-column: span 1;
  }

  .spl_cw_gi img,
  .spl_cw_gi_wide img {
    height: 250px;
  }

  .spl_cw_details_strip {
    grid-template-columns: 1fr;
  }

  .spl_cw_detail_item img {
    height: 280px;
  }

  .spl_cw_reverse {
    flex-direction: column !important;
  }

  /* ── GLOBAL ── */

  /* Section headings */
  .spl_section_heading h2 {
    font-size: 36px !important;
  }

  /* ── HEADER ── */
  .spl_logo_branding {
    display: flex !important;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    padding-left: 10px !important;
    margin-left: 5px;
    gap: 2px;
  }

  .spl_logo_branding .spl_logo_title {
    white-space: nowrap;
    font-size: 10px !important;
    line-height: 1.15 !important;
  }

  .spl_logo_img {
    max-height: 44px !important;
    height: 46px !important;
  }

  /* ── FOOTER ── */
  .spl_footer_cta_full {
    padding: 56px 0 !important;
  }

  .spl_footer_main {
    padding: 48px 0 24px !important;
  }

  /* ── FRONT PAGE HERO ── */

  /* ── INNER PAGE HEROES ── */

  /* ── ABOUT PAGE ── */
  .spl_core_grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .spl_team_grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .spl_process_grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .spl_philosophy_content h2 {
    font-size: 32px !important;
  }

  .spl_split_v2_img img {
    height: 280px !important;
  }

  .spl_about_hero {
    min-height: 60vh !important;
  }

  /* ── SERVICES PAGE ── */

  .spl_methodology_visual {
    width: 100% !important;
  }

  .spl_analysis_grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 30px;
  }

  .spl_analysis_visual,
  .spl_analysis_visual iframe {
    min-height: 280px !important;
    height: 280px !important;
  }

  .spl_mini_stats {
    gap: 32px !important;
  }

  .spl_split > * {
    flex: unset !important;
    min-width: unset !important;
    width: 100% !important;
    padding: 28px;
  }

  /* ── CONTACT PAGE ── */
  .spl_booking_hero {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .spl_booking_header h2 {
    font-size: clamp(25.6px, 5vw, 35.2px) !important;
  }

  .spl_contact_ultra_grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .spl_contact_links_gallery {
    gap: 16px !important;
  }

  .spl_map_container iframe {
    height: 260px !important;
  }

  .spl_contact_map .spl_map_container {
    height: 280px !important;
    min-height: 280px !important;
  }

  .spl_map_header h2,
  .spl_map_header [style*="font-size"] {
    font-size: clamp(25.6px, 6vw, 35.2px) !important;
    padding: 24px 0 !important;
  }

  .spl_b_feat {
    flex-direction: row;
    gap: 12px !important;
  }

  .spl_booking_features {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .spl_booking .spl_container{
    
  }

  /* Contact page hero */
  .page-template-page-contact .spl_page_hero {
    min-height: 50vh !important;
  }

  /* ── BLOG PAGE ── */
  .spl_blog_dark_bg {
    padding-bottom: 32px !important;
    background-attachment: scroll !important;
    padding-top: 96px !important;
  }

  .spl_blog_elev_wrap {
    width: 100% !important;
    margin-left: 0 !important;
    overflow: hidden !important;
  }

  .spl_case_study_stats {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .spl_stat_box {
    padding: 20px !important;
  }

  .spl_stat_number {
    font-size: 35.2px !important;
  }

  /* ── PROJECTS ARCHIVE ── */
  .spl_page_hero_project {
    padding: 0 20px 48px !important;
    background-color: #f0f0e8 !important;
    height: auto !important;
    min-height: 55vh !important;
    align-items: flex-end !important;
    padding-bottom: 48px !important;
  }

  .spl_page_hero_project .spl_container {
    text-align: left !important;
    margin-right: 0 !important;
    padding: 0 20px !important;
  }

  .spl_hero_parallax_bg_project {
    background-size: cover !important;
    background-position: center top !important;
    opacity: 0.18 !important;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
  }

  .spl_page_hero_project h1 {
    color: #111 !important;
    font-size: clamp(28.8px, 7vw, 40px) !important;
  }

  .spl_page_hero_project p {
    font-size: 15.2px !important;
    color: #444 !important;
  }

  .spl_sim_header_group {
    padding: 12px 16px !important;
  }

  .spl_sim_title {
    font-size: 16px !important;
  }

  .spl_sim_meta {
    font-size: 12.48px !important;
  }

  .spl_sim_row_buttons {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .spl_glass_btn {
    padding: 10px 20px !important;
    font-size: 12px !important;
  }

  /* Section above projects grid */
  .spl_bg_white .spl_section_heading {
    margin-bottom: 40px !important;
    padding: 0 16px !important;
  }

  .spl_bg_white .spl_section_heading h2 {
    font-size: clamp(25.6px, 5vw, 35.2px) !important;
  }

  /* ── GALLERY PAGE ── */
  .spl_gallery_masonry {
    column-gap: 16px !important;
    columns: 1 !important;
  }

  /* ── SHOP PAGE ── */

  /* ── SINGLE PROJECT — generic (Chaitanya) ── */
  .spl_single_proj_v2 .spl_proj_row_v2 {
    flex-direction: column !important;
    gap: 32px !important;
  }

  .spl_single_proj_v2 .spl_proj_col_img img {
    max-height: 300px;
    object-fit: cover;
  }

  .spl_proj_h2_v2 {
    font-size: clamp(24px, 5vw, 32px) !important;
  }

  /* Generic project page hero inline font-size override */
  .spl_page_hero h1[style*="60px"] {
    font-size: clamp(32px, 7vw, 48px) !important;
  }

  /* ── CHANDWADKAR PROJECT ── */
  .spl_cw_narrative_text h2,
  .spl_cw_fullbleed_text h2,
  .spl_cw_kitchen_text h2,
  .spl_cw_bedroom_text h2,
  .spl_cw_mandir_text h2,
  .spl_cw_details_heading,
  .spl_cw_cta_section h2,
  .spl_cw_gallery_section h2 {
    font-size: 36px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .spl_cw_video_section {
    padding: 48px 0 56px !important;
  }

  .spl_cw_video_header h2 {
    font-size: 28px !important;
  }

  .spl_cw_mandir_section {
    padding: 64px 0 !important;
  }

  .spl_cw_cta_section {
    padding: 64px 0 !important;
  }

  /* ── HEADER ── */

  /* ── FRONT PAGE HERO ── */

  .spl_hero .spl_hero_bg_media {
    width: 100% !important;
    height: auto !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    margin-right: 0 !important;
    transform: translate(-50%, -50%) !important;
    /* opacity: 0.18 !important; */
    object-position: center !important;
  }

  .spl_hero .spl_hero_desc {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 32px !important;
    text-align: center !important;
    font-size: 16px !important;
  }

  /* ── INNER PAGE HERO ── */

  /* ── ABOUT: core grid ── */

  .spl_core_item {
    padding: 32px !important;
  }

  /* ── ABOUT: process viewport ── */
  .spl_process_viewport {
    height: auto !important;
    min-height: auto !important;
    padding: 56px 16px !important;
    overflow: visible !important;
  }

  .spl_process_inner {
    gap: 32px !important;
    height: auto !important;
  }

  .spl_process_head h2 {
    font-size: 36px !important;
  }

  /* ── ABOUT: philosophy split ── */

  .spl_philosophy_quote {
    font-size: 17.6px !important;
  }

  /* ── ABOUT: founder card ── */
  .spl_modal_body {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .spl_modal_img {
    height: auto !important;
    aspect-ratio: 1/1 !important;
  }

  .spl_modal_img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    background: #fdfdfd !important;
  }

  .spl_modal_info {
    padding: 32px 24px !important;
  }

  .spl_modal_info h2 {
    font-size: 28.8px !important;
  }

  /* ── ABOUT: team ── */
  .spl_team_grid_static {
    flex-direction: column !important;
    gap: 24px !important;
    padding: 0 50px;
  }

  .spl_team_card_static {
    flex: none !important;
    width: 100% !important;
  }

  /* ── SERVICES ── */

  .spl_methodology_visual img {
    max-height: 320px !important;
    width: 100% !important;
    object-fit: contain !important;
  }

  /* ── CONTACT ── */

  .spl_calendly_wrapper {
    height: 680px !important;
    padding: 8px !important;
  }

  /* ── BLOG ── */

  /* ── PROJECTS ARCHIVE ── */

  [style*="margin-right: 700px"] {
    margin-right: 0 !important;
  }

  .spl_sim_interaction_group.spl_sim_hover_only {
    opacity: 1 !important;
    transform: translateY(0) !important;
    margin-top: 12px;
  }

  /* ── GALLERY ── */

  /* ── SHOP ── */

  /* ── FOOTER ── */
  .spl_page_hero_project .spl_hero_parallax_bg_project {
    height: 60vw !important;
  }

  .spl_page_hero_project h1,
  .post-type-archive-projects .spl_page_hero h1 {
    font-size: clamp(28.8px, 6vw, 40px) !important;
  }
}

@media (max-width: 600px) {
  .spl_process_viewport {
    min-height: auto;
    padding: 80px 16px;
  }

  .spl_process_grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 5% 10%;
  }

  .spl_process_card_img {
    aspect-ratio: 1 / 1;
    flex: none;
  }

  .spl_process_card p {
    -webkit-line-clamp: 2;
    font-size: 12px;
  }

  .spl_process_head h2 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .spl_modal_overlay {
    padding: 10px;
    align-items: flex-start;
    padding-top: 20px;
  }

  .spl_modal_content {
    padding: 20px;
    max-height: 90vh;
    overflow-y: auto;
    margin-top: 0;
  }

  .spl_form_row {
    flex-direction: column;
    gap: 16px;
  }

  .spl_modal_title {
    font-size: 22.4px;
    margin-bottom: 4px;
  }

  .spl_modal_header {
    margin-bottom: 24px;
  }

  .spl_enroll_form {
    gap: 16px;
  }

  .spl_form_group input,
  .spl_form_group textarea {
    padding: 12px;
    font-size: 15.2px;
  }

  .spl_form_group textarea {
    min-height: 80px;
  }

  .spl_form_submit_btn {
    margin-top: 8px;
    padding: 13.6px;
    font-size: 15.2px;
  }
}

@media (max-width: 480px) {
  .spl_hero_container {
    padding: 0 20px;
    justify-content: center !important;
  }

  .spl_hero_btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .spl_cw_lead {
    padding: 0 10%;
    text-align: left;
    /* font-size: 12px; */
  }

  .spl_project_para_left {
    text-align: left;
    padding: 0 10%;
  }
  .spl_section {
    padding: 48px 0;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .spl_container {
    padding: 0 16px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .spl_btn {
    width: 100%;
    padding: 16px 24px;
  }

  .spl_logo img {
    height: 55px;
  }

  .spl_nav_container {
    padding: 0 16px;
  }

  .spl_split {
    gap: 32px;
  }

  .spl_tcard,
  .spl_project_card,
  .spl_tour_card,
  .spl_service_card,
  .value-card,
  .spl_blog_card {
    margin-bottom: 16px;
  }

  .spl_footer_grid {
    gap: 32px;
  }

  .spl_page_hero {
    /* No padding on section — layout handled by container */
  }

  .spl_page_hero h1 {
    font-weight: 500;
    line-height: var(--leading-tight);
    font-size: clamp(24px, 8vw, 32px) !important;
  }

  .spl_page_hero p {
    font-size: 14px !important;
  }
  .spl_shop_grid .spl_course_price {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
  }

  /* About */
  .spl_core_grid {
    grid-template-columns: 1fr !important;
  }

  .spl_process_grid {
    grid-template-columns: 1fr !important;
  }

  /* Footer */
  .spl_footer_cta_full {
    padding: 40px 0 !important;
  }

  .spl_footer_main {
    padding: 40px 0 24px !important;
  }

  /* Chandwadkar headings even tighter */
  .spl_cw_narrative_text h2,
  .spl_cw_fullbleed_text h2,
  .spl_cw_kitchen_text h2,
  .spl_cw_bedroom_text h2,
  .spl_cw_mandir_text h2,
  .spl_cw_details_heading,
  .spl_cw_cta_section h2,
  .spl_cw_gallery_section h2 {
    font-size: 36px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .spl_cw_hero_title {
    font-size: 38.4px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .spl_cw_stat {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 8px;
  }

  .spl_cw_details_strip {
    grid-template-columns: 1fr !important;
  }

  .spl_cw_detail_item img {
    height: 240px !important;
  }

  /* Services process */
  .spl_process_step {
    padding: 20px !important;
  }

  /* Blog stats */
  .spl_stat_number {
    font-size: 28.8px !important;
  }

  /* Gallery */
  .spl_gallery_masonry {
    columns: 1 !important;
  }

  /* Shop */
  .spl_shop_grid {
    grid-template-columns: 1fr !important;
  }

  /* Page hero text */

  /* ── NAV ── */
  .spl_logo_branding {
    display: flex !important;
  }

  .spl_logo_img {
    height: 40px !important;
  }

  .spl_nav {
    width: 240px !important;
  }

  /* ── HOME HERO ── */
  .spl_hero_text h1 {
    font-size: clamp(30.4px, 9vw, 41.6px) !important;
  }

  .spl_hero .spl_hero_desc {
    font-size: 14.4px !important;
  }

  /* ── INNER HEROES ── */
  .spl_page_hero .spl_container {
    padding: 80px 16px 40px !important;
  }

  .page-template-page-contact .spl_page_hero .spl_container {
    padding: 0 16px !important;
  }

  /* ── ABOUT ── */
  .spl_core_item {
    padding: 24px !important;
  }

  .spl_process_headp {
    font-size: 36px !important;
  }

  .spl_modal_img {
    height: auto !important;
    aspect-ratio: 1/1 !important;
  }

  .spl_modal_img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    background: #fdfdfd !important;
  }

  .spl_modal_info {
    padding: 24px 16px !important;
  }

  .spl_modal_info h2 {
    font-size: 24px !important;
  }

  .spl_philosophy_content h2 {
    font-size: 28px !important;
  }

  .spl_philosophy_quote {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  /* ── SERVICES ── */
  .spl_service_card {
    padding: 24px !important;
  }

  /* ── CONTACT ── */
  .spl_calendly_wrapper {
    height: 620px !important;
  }

  .spl_b_feat {
    gap: 12px !important;
  }

  /* ── PROJECTS ARCHIVE ── */
  .spl_page_hero_project h1 {
    font-size: clamp(24px, 8vw, 32px) !important;
  }

  .spl_sim_title {
    font-size: 16px !important;
  }

  /* ── CHANDWADKAR PROJECT ── */

  .spl_cw_stats_bar {
    padding: 20px 16px !important;
  }

  .spl_cw_stat_value {
    font-size: 25.6px !important;
  }

  /* ── FOOTER ── */
  .spl_page_hero_project .spl_hero_parallax_bg_project {
    /* height: 48vh !important; */
  }

  .spl_page_hero_project h1,
  .post-type-archive-projects .spl_page_hero h1 {
    font-size: clamp(25.6px, 7vw, 35.2px) !important;
  }

  .spl_sim_info_wrapper {
    padding: 16px !important;
  }

  .spl_team_img_wrap img {
    height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spl_preloader,
  .spl_preloader_bar span,
  .spl_preloader_logo {
    animation: none;
    transition: none;
  }
}
