.elementor-7 .elementor-element.elementor-element-6579af1{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-5af099f{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-5928708{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-7 .elementor-element.elementor-element-ae532a9{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-556d8de{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-0ee2680{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-d18b1ff{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-7 .elementor-element.elementor-element-d657c70{width:100%;max-width:100%;}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-6579af1{width:var( --container-widget-width, 491.988px );max-width:491.988px;--container-widget-width:491.988px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-6579af1 */:root {
  --bg-page: #050505;
  --bg-container: #0c0c0c;
  --border-container: #202020;
  --border-subtle: #2a2a2a;
  --text-white: #ffffff;
  --text-body: #a3a3a3;
  --accent-orange: #e04403;
  --accent-orange-hover: #f04e0a;
  --badge-bg: #141414;
  --badge-border: #262626;
  --font-serif: 'DM Serif Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

a, 
a:link, 
a:visited, 
a:hover, 
a:active, 
a:focus,
a:focus-visible {
  color: inherit;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

body {
  background-color: var(--bg-page);
  color: var(--text-white);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

/* Reduced page margins & removed forced 100vh */
.page-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  width: 100%;
}

/* Tightened master container */
.tattoo-hero-card {
  width: 100%;
  max-width: 1100px;
  background-color: var(--bg-container);
  border: 1px solid var(--border-container);
  border-radius: 20px;
  padding: 32px 36px;
  overflow: hidden;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: stretch; /* Aligns left & right sides evenly */
}

/* Left Details Column */
.hero-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Evenly distributes content */
  width: 100%;
}

.pill-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  background-color: var(--badge-bg);
  border: 1px solid var(--badge-border);
  padding: 5px 12px;
  border-radius: 9999px;
  max-width: 100%;
  width: fit-content;
  margin-bottom: 16px;
}

.rating-stars {
  color: var(--accent-orange);
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  display: inline-flex;
}

h1.badge-label {
  color: #cccccc;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  display: inline;
}

.hero-headline {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  color: var(--text-white);
  word-break: break-word;
}

.hero-headline .text-accent {
  color: var(--accent-orange);
}

.hero-summary {
  color: var(--text-body);
  font-size: 14px;
  line-height: 1.55;
  max-width: 480px;
  margin-bottom: 18px;
  word-break: break-word;
}

.hero-summary strong {
  color: #dedede;
  font-weight: 600;
}

/* Feature Row */
.feature-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: #f1f1f1;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.feature-icon {
  width: 16px;
  height: 16px;
  stroke: var(--accent-orange);
  flex-shrink: 0;
}

.separator-v {
  width: 1px;
  height: 14px;
  background-color: var(--border-subtle);
  flex-shrink: 0;
}

.separator-h {
  width: 100%;
  max-width: 480px;
  height: 1px;
  background-color: #1e1e1e;
  margin: 16px 0 12px 0;
}

.footer-meta {
  display: flex;
  align-items: center;
  font-size: 13.5px;
}

.business-hours {
  color: var(--text-body);
}

/* Right Visual Card - Scaled down height */
.visual-card {
  position: relative;
  min-height: 380px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.visual-card:hover {
  border-color: rgba(224, 68, 3, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(224, 68, 3, 0.25), 0 12px 24px rgba(0, 0, 0, 0.7);
}

.card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}

.visual-card:hover .card-bg {
  transform: scale(1.05);
  filter: brightness(1.08) contrast(1.04);
}

.card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.05) 0%, rgba(12, 12, 12, 0.88) 60%, #0c0c0c 100%);
  z-index: 2;
  transition: opacity 0.4s ease;
}

.visual-card:hover .card-scrim {
  opacity: 0.9;
}

.card-bottom-group {
  position: relative;
  z-index: 3;
  width: 100%;
}

.card-heading {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  font-weight: 400;
  margin-bottom: 14px;
  color: var(--text-white);
}

.action-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
}

/* Action Buttons */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  flex: 1;
  white-space: nowrap;
  cursor: pointer;
  color: var(--text-white) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.cta-primary {
  background-color: var(--accent-orange);
  border: 1px solid var(--accent-orange);
  box-shadow: 0 4px 12px rgba(224, 68, 3, 0.25);
}

.cta-primary:hover {
  background-color: var(--accent-orange-hover);
  border-color: var(--accent-orange-hover);
  transform: translateY(-1px);
  box-shadow: 0 0 16px rgba(224, 68, 3, 0.6);
}

.cta-secondary {
  background-color: rgba(18, 18, 18, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid #383838;
}

.cta-secondary:hover {
  background-color: rgba(30, 30, 30, 0.95);
  border-color: #777777;
  transform: translateY(-1px);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.15);
}

.cta-icon {
  width: 14px;
  height: 14px;
}

/* Tablet Layout (<= 980px) */
@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tattoo-hero-card {
    padding: 28px 20px;
  }

  .visual-card {
    min-height: 340px;
  }
}

/* Mobile Layout (<= 600px) */
@media (max-width: 600px) {
  .page-wrapper {
    padding: 12px 8px;
  }

  .tattoo-hero-card {
    padding: 20px 14px;
    border-radius: 14px;
  }

  .pill-badge {
    border-radius: 10px;
    padding: 5px 8px;
    margin-bottom: 14px;
  }

  h1.badge-label {
    font-size: 11px;
  }

  .hero-headline {
    font-size: 1.95rem;
    margin-bottom: 12px;
  }

  .hero-summary {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .feature-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .separator-v {
    display: none;
  }

  .separator-h {
    margin: 14px 0 10px 0;
  }

  .card-heading {
    font-size: 1.45rem;
    margin-bottom: 12px;
  }

  .visual-card {
    min-height: 300px;
    padding: 16px 12px;
  }

  .action-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .cta-btn {
    width: 100%;
    padding: 11px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5af099f *//* ==========================================================================
   Base Styles & Reset
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #0b0b0d;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

/* ==========================================================================
   Stats Section Layout
   ========================================================================== */
.stats-section {
  width: 100%;
  background-color: #121214;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 0;
}

.stats-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

/* ==========================================================================
   Stat Card
   ========================================================================== */
.stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  background-color: #121214;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  overflow: hidden;
  cursor: default;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

.stat-card:last-child {
  border-right: none;
}

/* ==========================================================================
   Dynamic Glow Effect
   ========================================================================== */
.glow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: radial-gradient(
    400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(226, 142, 70, 0.15),
    transparent 70%
  );
  z-index: 1;
}

.stat-card:hover .glow-overlay {
  opacity: 1;
}

.stat-card:hover {
  background-color: #161619;
  box-shadow: inset 0 0 20px rgba(226, 142, 70, 0.05);
}

/* ==========================================================================
   Card Content & Typography
   ========================================================================== */
.icon-wrapper,
.stat-number,
.stat-label {
  position: relative;
  z-index: 2;
}

.icon-wrapper {
  width: 32px;
  height: 32px;
  color: #e08a47;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.icon-wrapper svg {
  width: 100%;
  height: 100%;
}

.stat-number {
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  font-weight: 600;
  color: #e08a47;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 16px;
  transition: text-shadow 0.3s ease, transform 0.3s ease;
}

.stat-number .star {
  font-size: 2.2rem;
  margin-left: 4px;
  vertical-align: middle;
}

.stat-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #8c8c93;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Hover Accent animations */
.stat-card:hover .icon-wrapper {
  transform: translateY(-3px);
  filter: drop-shadow(0 0 8px rgba(224, 138, 71, 0.6));
}

.stat-card:hover .stat-number {
  text-shadow: 0 0 15px rgba(224, 138, 71, 0.4);
}

/* ==========================================================================
   Responsive Breakpoints (Tablet & Mobile)
   ========================================================================== */

/* Tablet Optimization (2x2 Grid) */
@media (max-width: 992px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 20px;
  }

  /* Adjust borders for 2-column layout */
  .stat-card:nth-child(2n) {
    border-right: none;
  }

  .stat-card:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

/* Mobile Optimization (1 Column Grid) */
@media (max-width: 576px) {
  .stats-container {
    grid-template-columns: 1fr;
  }

  .stat-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 35px 15px;
  }

  .stat-card:last-child {
    border-bottom: none;
  }

  .stat-number {
    font-size: 2.4rem;
  }

  .stat-label {
    font-size: 0.75rem;
    letter-spacing: 2px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5928708 *//* ==========================================================================
   Full Bleed Reset (Eliminates White Margins completely)
   ========================================================================== */
html, body {
  width: 100%;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #000000 !important;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ==========================================================================
   Full Width Wrapper & Section Layout
   ========================================================================== */
.portfolio-section {
  width: 100%;
  min-height: 100vh;
  background-color: #000000;
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* ==========================================================================
   Header Typography
   ========================================================================== */
.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.category-tag {
  color: #d87635;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.accent-line {
  width: 40px;
  height: 2px;
  background-color: #d87635;
  margin: 12px auto 24px auto;
}

.main-heading {
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  font-weight: 500;
  color: #f5f3ef;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.sub-heading {
  color: #8e8e93;
  font-size: 0.92rem;
  line-height: 1.6;
  font-weight: 400;
}

/* ==========================================================================
   Staggered Masonry Grid Layout
   ========================================================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  align-items: start;
}

.gallery-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Card Heights to match the exact proportions in image */
.height-medium {
  height: 280px;
}

.height-large {
  height: 380px;
}

.height-extra-large {
  height: 480px;
}

/* ==========================================================================
   Gallery Card & Pop Hover Animation
   ========================================================================== */
.gallery-card {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #111216;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.05);
  
  /* Smooth transform transition for POP effect */
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
              box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
              border-color 0.4s ease;
  z-index: 1;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s ease;
}

/* Dark Bottom Gradient Overlay */
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 40%, transparent 100%);
  pointer-events: none;
  opacity: 0.8;
  transition: opacity 0.4s ease;
}

.card-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #d87635;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* --------------------------------------------------
   HOVER POP ANIMATION EFFECT
   -------------------------------------------------- */
.gallery-card:hover,
.gallery-card.active-touch {
  /* Pop out and lift card */
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(216, 118, 53, 0.2);
  border-color: rgba(216, 118, 53, 0.6);
  z-index: 10;
}

.gallery-card:hover .gallery-img,
.gallery-card.active-touch .gallery-img {
  /* Inner zoom effect */
  transform: scale(1.08);
  filter: brightness(1.1);
}

.gallery-card:hover .card-overlay,
.gallery-card.active-touch .card-overlay {
  opacity: 0.95;
}

.gallery-card:hover .card-tag,
.gallery-card.active-touch .card-tag {
  color: #ff9854;
  transform: translateX(3px);
}

/* ==========================================================================
   Device Optimization Breakpoints (Tablet & Mobile)
   ========================================================================== */

/* Tablet Optimization (2 Columns) */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .main-heading {
    font-size: 2.3rem;
  }

  .desktop-only {
    display: none;
  }

  /* Adjust heights for 2-column layout balance */
  .height-extra-large {
    height: 380px;
  }
}

/* Mobile Optimization (Single Column) */
@media (max-width: 576px) {
  .portfolio-section {
    padding: 50px 16px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-col {
    gap: 16px;
  }

  .main-heading {
    font-size: 1.85rem;
  }

  .sub-heading {
    font-size: 0.88rem;
  }

  .height-medium,
  .height-large,
  .height-extra-large {
    height: 320px; /* Uniform mobile height for consistent touch targets */
  }

  .card-tag {
    bottom: 16px;
    left: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae532a9 *//* ==========================================================================
   Base Styles & Variables
   ========================================================================== */
:root {
  --bg-color: #0b0b0b;
  --card-bg: #121212;
  --accent-orange: #e05326;
  --text-white: #ffffff;
  --text-gray: #a1a1a1;
  --border-color: #1f1f1f;
  --font-serif: 'Cinzel', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-color);
  color: var(--text-white);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Section Container & Layout
   ========================================================================== */
.artist-section {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.sub-heading {
  color: var(--accent-orange);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}

.sub-heading::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: var(--accent-orange);
  margin: 8px auto 0 auto;
}

.main-heading {
  font-family: var(--font-serif);
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--text-white);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.description {
  color: var(--text-gray);
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 580px;
  margin: 0 auto;
  font-weight: 300;
}

/* ==========================================================================
   Artist Grid & Cards
   ========================================================================== */
.artist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-content: center;
}

.artist-card {
  position: relative;
  background-color: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  cursor: pointer;
  aspect-ratio: 3 / 4.2;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.artist-card:hover {
  transform: translateY(-6px);
  border-color: rgba(224, 83, 38, 0.4);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.card-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.artist-card:hover .card-image-wrapper img {
  filter: grayscale(20%);
  transform: scale(1.03);
}

.card-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(10, 10, 10, 0.95) 0%,
    rgba(10, 10, 10, 0.6) 30%,
    rgba(10, 10, 10, 0) 70%
  );
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 20px;
  z-index: 2;
}

.artist-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-white);
  margin-bottom: 6px;
}

.artist-specialty {
  color: var(--accent-orange);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */
@media (max-width: 768px) {
  .artist-section {
    padding: 60px 16px;
  }

  .main-heading {
    font-size: 1.75rem;
  }

  .description {
    font-size: 0.85rem;
  }

  .artist-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-556d8de *//* ==========================================================================
   Base & Root Variables
   ========================================================================== */
:root {
  --bg-color: #09090b;
  --card-bg: #111215;
  --card-border: #1f2128;
  --accent-orange: #d85227;
  --accent-glow: rgba(216, 82, 39, 0.25);
  --text-primary: #ffffff;
  --text-muted: #9e9ea7;
  --font-serif: 'Cinzel', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-color);
  color: var(--text-primary);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Section & Grid Layout
   ========================================================================== */
.promo-section {
  min-height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.promo-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 960px;
  width: 100%;
}

/* ==========================================================================
   Card Styling
   ========================================================================== */
.promo-card {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Orange Glow Effect (Active on Card 1 as per design) */
.promo-card.card-glow {
  border-color: rgba(216, 82, 39, 0.5);
  box-shadow: 0 10px 30px -10px var(--accent-glow);
}

.promo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 82, 39, 0.6);
  box-shadow: 0 12px 35px -8px var(--accent-glow);
}

/* Circular Icon Badge */
.icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(216, 82, 39, 0.3);
  background-color: rgba(216, 82, 39, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.card-icon {
  width: 20px;
  height: 20px;
  stroke: var(--accent-orange);
}

/* Typography Inside Cards */
.sub-title {
  color: var(--accent-orange);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.card-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.card-description {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 32px;
  flex-grow: 1; /* Pushes button to bottom evenly */
}

/* Link / Button Action Row */
.card-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-orange);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.card-link .arrow {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.promo-card:hover .card-link .arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   Responsive Design (Mobile & Tablets)
   ========================================================================== */
@media (max-width: 820px) {
  .promo-container {
    grid-template-columns: 1fr; /* Stack vertically on smaller screens */
    max-width: 480px;
  }

  .promo-card {
    padding: 28px 24px;
  }

  .card-title {
    font-size: 1.35rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ee2680 *//* ==========================================================================
   Base Styles & Variables
   ========================================================================== */
:root {
  --bg-color: #0b0b0d;
  --card-bg: #111215;
  --card-border: #1a1b20;
  --accent-orange: #d85227;
  --text-white: #ffffff;
  --text-gray: #a1a1aa;
  --font-serif: 'Cinzel', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-color);
  color: var(--text-white);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Section Container & Layout
   ========================================================================== */
.reviews-section {
  min-height: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 30px;
}

.reviews-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.sub-heading {
  color: var(--accent-orange);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.sub-heading::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background-color: var(--accent-orange);
  margin: 8px auto 0 auto;
}

.main-heading {
  font-family: var(--font-serif);
  font-size: 2.25rem;
  font-weight: 400;
  color: var(--text-white);
  letter-spacing: -0.5px;
}

/* ==========================================================================
   Reviews Grid & Card Styles
   ========================================================================== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 32px 28px 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 82, 39, 0.4);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Stars */
.star-rating {
  color: var(--accent-orange);
  font-size: 0.85rem;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

/* Review Text */
.review-text {
  color: var(--text-white);
  font-size: 0.85rem;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 28px;
  flex-grow: 1;
}

/* ==========================================================================
   Client Info with Circular Avatar Image
   ========================================================================== */
.client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.avatar-wrapper {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--accent-orange);
  flex-shrink: 0;
}

.avatar-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.client-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-white);
  letter-spacing: 0.2px;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */
@media (max-width: 960px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .reviews-section {
    padding: 60px 16px;
  }

  .main-heading {
    font-size: 1.65rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .review-card {
    padding: 24px 20px 20px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d18b1ff */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
  --primary-coral: #ff5e3a;
  --bg-dark: #0d0e12;
  --card-bg: #16181f;
  --card-border: #232733;
  --text-white: #ffffff;
  --text-muted: #9da3af;
  --glow-shadow: 0 6px 20px -3px rgba(255, 94, 58, 0.3);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent !important;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-dark);
  color: var(--text-white);
  -webkit-font-smoothing: antialiased;
}

/* FAQ Container Section */
.faq-section {
  padding: 2.5rem 1.25rem 2rem;
  max-width: 820px;
  margin: 0 auto;
}

/* Header Area */
.faq-header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.faq-badge-container {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.faq-line {
  width: 24px;
  height: 2px;
  background-color: var(--primary-coral);
  display: inline-block;
}

.faq-badge {
  font-size: 0.725rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-coral);
}

.faq-title {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 500;
  color: var(--text-white);
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
}

.faq-subtitle {
  font-size: clamp(0.9rem, 2vw, 0.975rem);
  color: var(--text-muted);
  font-weight: 400;
}

/* FAQ Stack */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Base State */
.faq-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  transition: var(--transition);
  overflow: hidden;
}

/* Hover Effect */
.faq-item:hover {
  border-color: var(--primary-coral);
  box-shadow: var(--glow-shadow);
  transform: translateY(-1px);
}

/* Active State */
.faq-item.active {
  border-color: var(--primary-coral) !important;
  box-shadow: var(--glow-shadow);
  transform: none;
}

/* Question Trigger Button */
.faq-heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.faq-button {
  width: 100%;
  padding: 1rem 1.25rem;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: left;
  cursor: pointer;
}

.faq-button:focus,
.faq-button:active,
.faq-button:focus-visible {
  outline: none !important;
  background: transparent !important;
}

/* Default Question Typography */
.faq-question-text {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-white);
  transition: var(--transition);
}

/* Hover Question Text */
.faq-item:hover .faq-question-text {
  color: var(--primary-coral);
}

/* Active Question Text */
.faq-item.active .faq-question-text {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--primary-coral);
}

/* Icon */
.faq-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}

.faq-item:hover .faq-icon {
  color: var(--primary-coral);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: var(--primary-coral);
}

/* Expandable Answer Panel */
.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer {
  padding: 0 1.25rem 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-muted);
}

/* Footer / CTA */
.faq-footer {
  margin-top: 1.75rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.faq-footer a {
  color: var(--primary-coral);
  text-decoration: none;
  font-weight: 500;
}

.faq-footer a:hover {
  text-decoration: underline;
}

/* Mobile Optimizations */
@media (max-width: 640px) {
  .faq-section {
    padding: 1.75rem 1rem;
  }
  
  .faq-header {
    margin-bottom: 1.25rem;
  }

  .faq-button {
    padding: 0.9rem 1rem;
  }
  
  .faq-question-text {
    font-size: 0.875rem;
  }
  
  .faq-item.active .faq-question-text {
    font-size: 0.95rem;
  }
  
  .faq-answer {
    padding: 0 1rem 0.9rem;
    font-size: 0.825rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d657c70 *//* ==========================================================================
   Base Styles & Variables
   ========================================================================== */
:root {
  --bg-color: #08080a;
  --card-bg: #111216;
  --card-border: #1d1f25;
  --accent-orange: #f2551d;
  --text-white: #ffffff;
  --text-gray: #a1a1aa;
  --font-serif: 'Cinzel', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-color);
  color: var(--text-white);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Section Layout & Container
   ========================================================================== */
.find-us-section {
  padding: 2.5rem 1.25rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.find-us-container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
.section-header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.sub-heading {
  color: var(--accent-orange);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 6px;
}

.sub-heading::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: var(--accent-orange);
  margin: 6px auto 0 auto;
}

.main-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  font-weight: 400;
  color: var(--text-white);
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.description {
  color: var(--text-gray);
  font-size: 0.85rem;
  line-height: 1.5;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 300;
}

/* ==========================================================================
   Main Grid Layout
   ========================================================================== */
.studio-content-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 16px;
  align-items: stretch;
}

/* Map Wrapper */
.map-wrapper {
  background-color: #1a1a1e;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--card-border);
  min-height: 310px;
}

/* Information Card Wrapper */
.info-card {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

/* Info Details Row */
.info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  flex-shrink: 0;
}

.info-icon {
  width: 16px;
  height: 16px;
  stroke: var(--accent-orange);
}

.info-details {
  display: flex;
  flex-direction: column;
}

.info-label {
  color: var(--text-white);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.info-text {
  color: var(--text-gray);
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 300;
}

/* ==========================================================================
   Action Buttons
   ========================================================================== */
.action-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-icon {
  width: 14px;
  height: 14px;
}

/* Primary Filled Button */
.btn-primary {
  background-color: var(--accent-orange);
  color: var(--text-white);
  border: 1px solid var(--accent-orange);
}

.btn-primary:hover {
  background-color: #d84510;
  border-color: #d84510;
  box-shadow: 0 4px 14px rgba(242, 85, 29, 0.3);
}

/* Secondary Outlined Button */
.btn-secondary {
  background-color: transparent;
  color: var(--accent-orange);
  border: 1px solid rgba(242, 85, 29, 0.4);
}

.btn-secondary:hover {
  border-color: var(--accent-orange);
  background-color: rgba(242, 85, 29, 0.08);
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */
@media (max-width: 880px) {
  .studio-content-grid {
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    min-height: 260px;
  }

  .info-card {
    padding: 18px 16px;
  }
}

@media (max-width: 480px) {
  .find-us-section {
    padding: 1.75rem 1rem;
  }

  .action-buttons {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */