.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-52 .elementor-element.elementor-element-5337864 .elementor-heading-title{font-family:"Arial", Sans-serif;font-weight:600;color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-4d53c44 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base Page Setup Matching Pitch-Dark Outer Background */
body {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Centered Hero Section */
.artist-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 60px) 20px;
  background-color: #000000;
}

/* Main Dark Slate Rounded Card */
.artist-card {
  width: 100%;
  max-width: 1120px;
  background-color: #121417;
  border-radius: 24px;
  border: 1px solid #1a1c21;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.9);
  padding: clamp(32px, 4.5vw, 56px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(28px, 4vw, 50px);
}

/* Left Content Area */
.artist-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub-greeting {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ff521d;
  margin-bottom: 20px;
}

/* Serif Header Stack */
.artist-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}

.artist-title span {
  display: block;
}

.title-white {
  color: #ffffff;
}

.title-orange {
  color: #ff521d;
}

/* Body Text */
.artist-bio {
  font-size: clamp(0.82rem, 1.1vw, 0.88rem);
  line-height: 1.7;
  color: #898d96;
  margin-bottom: 16px;
  max-width: 530px;
}

.artist-bio strong {
  color: #ffffff;
  font-weight: 600;
}

/* Studio Meta Info */
.meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.78rem;
  color: #d1d4dc;
  margin-top: 14px;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.meta-item i {
  color: #ff521d;
  font-size: 0.88rem;
}

.meta-divider {
  color: #2e3138;
}

/* Right Column: Framed Image Card */
.artist-visual-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.image-box {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 4 / 4.7;
  border-radius: 20px;
  overflow: hidden;
  background-color: #a3aab3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.image-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Gradient Vignette so Text & Buttons Stand Out Cleanly */
.image-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(18, 20, 23, 0) 0%,
    rgba(18, 20, 23, 0.25) 50%,
    rgba(18, 20, 23, 0.88) 80%,
    rgba(18, 20, 23, 0.98) 100%
  );
  pointer-events: none;
}

/* CTA Layer Overlay */
.cta-overlay-content {
  position: relative;
  z-index: 2;
  padding: 22px;
}

.cta-heading {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 14px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

/* Action Buttons */
.action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Button 1: Solid Orange Pill/Rectangle */
.btn-orange {
  background-color: #ff521d;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 11px 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #ff521d;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-orange:hover {
  background-color: #e34310;
  border-color: #e34310;
  transform: translateY(-1px);
}

/* Button 2: Dark Outlined Pill */
.btn-dark {
  background-color: rgba(18, 20, 23, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 11px 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-dark:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(30, 32, 38, 0.95);
  transform: translateY(-1px);
}

/* Responsive Styles */
@media (max-width: 960px) {
  .artist-card {
    grid-template-columns: 1fr;
    border-radius: 20px;
    padding: 34px 22px;
    gap: 32px;
  }

  .artist-visual-wrap {
    max-width: 100%;
  }

  .image-box {
    max-width: 480px;
    aspect-ratio: 4 / 4.8;
  }
}

@media (max-width: 480px) {
  .artist-section {
    padding: 12px 10px;
  }

  .artist-card {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .cta-overlay-content {
    padding: 16px;
  }

  .meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .meta-divider {
    display: none;
  }

  .action-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn-orange,
  .btn-dark {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c46fc77 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #060607;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Portfolio Section Wrapper */
.portfolio-section {
  width: 100%;
  background-color: #070708;
  padding: clamp(40px, 6vw, 70px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Section Title */
.section-title {
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: clamp(24px, 4vw, 42px);
}

/* Outer Slider Wrapper */
.portfolio-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  display: flex;
  align-items: center;
}

/* Scrollable Horizontal Track */
.portfolio-track {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 10px clamp(16px, 4vw, 36px);
  width: 100%;
  cursor: grab;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE / Edge */
}

.portfolio-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.portfolio-track.grabbing {
  cursor: grabbing;
  scroll-behavior: auto;
}

/* Individual Portfolio Card */
.portfolio-item {
  flex: 0 0 230px;
  height: 380px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #121316;
  border: 1px solid rgba(255, 255, 255, 0.08);
  scroll-snap-align: start;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  user-select: none;
}

/* First/Active item with Orange Glowing Outline */
.portfolio-item.active {
  border: 2px solid #ff501a;
  box-shadow: 0 0 16px rgba(255, 80, 26, 0.25);
}

.portfolio-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 80, 26, 0.6);
}

/* Artwork Image */
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* Bottom Watermark Tag */
.watermark {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  pointer-events: none;
  opacity: 0.75;
}

.watermark span {
  font-size: 0.62rem;
  color: #c4c4c8;
  font-weight: 500;
}

.watermark strong {
  font-size: 0.74rem;
  color: #ffffff;
  font-weight: 700;
}

/* Navigation Arrow Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(14, 15, 18, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: pointer;
  z-index: 10;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.slider-btn:hover {
  background: #ff501a;
  border-color: #ff501a;
  transform: translateY(-50%) scale(1.08);
}

.prev-btn {
  left: 16px;
}

.next-btn {
  right: 16px;
}

/* Responsive Scaling */
@media (max-width: 768px) {
  .portfolio-item {
    flex: 0 0 190px;
    height: 320px;
  }

  .slider-btn {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
  }

  .prev-btn {
    left: 8px;
  }

  .next-btn {
    right: 8px;
  }
}

@media (max-width: 480px) {
  .portfolio-item {
    flex: 0 0 160px;
    height: 270px;
    border-radius: 10px;
  }

  .portfolio-track {
    gap: 12px;
    padding: 8px 16px;
  }
}/* End custom CSS */