html:has(body.photographer-showcase-active),
html body.subject-portal-active.photographer-showcase-active {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: auto;
}

html body.subject-portal-active.photographer-showcase-active .app,
html body.subject-portal-active.photographer-showcase-active #app {
  height: auto !important;
  min-height: 100dvh !important;
  overflow: visible !important;
}

html body.photographer-showcase-active,
html body.photographer-showcase-active .app,
html body.photographer-showcase-active #app {
  min-height: 100dvh;
  background-color: #078bb8 !important;
  background-image: linear-gradient(rgba(0, 55, 102, .12), rgba(0, 38, 82, .2)), url("/assets/showcase-smile-texture-imagegen-s2003.png") !important;
  background-size: auto, clamp(520px, 76vw, 860px) auto !important;
  background-position: center top !important;
  background-repeat: repeat, repeat !important;
  background-color: #078bb8 !important;
}

body.photographer-showcase-active.public-photographer-showcase .hero {
  display: none !important;
}

html body.subject-portal-active.photographer-showcase-active.public-photographer-showcase .app-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1200 !important;
  background: var(--home-slider-blue, #078fc0) !important;
  border-bottom: 0 !important;
  box-shadow: 0 4px 16px rgba(0, 56, 82, .14) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.photographer-showcase-active .app-header .app-header-logo {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.photographer-showcase-active .app-header .app-header-logo img {
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
}

body.photographer-showcase-active.public-photographer-showcase .photographer-showcase-page {
  padding-top: var(--subject-header-height, 74px) !important;
}

body.photographer-showcase-active .photographer-showcase-page {
  min-height: calc(100dvh - 90px);
  display: block;
  padding: 0 0 max(28px, env(safe-area-inset-bottom));
  background: transparent !important;
  color: #fff;
  overflow: hidden;
}

body.photographer-showcase-active .photographer-showcase-main {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

body.photographer-showcase-active .photographer-showcase-back {
  width: min(calc(100% - 28px), 920px);
  min-height: 46px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 16px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
  font: 900 .8rem/1 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-stage {
  display: grid;
  gap: 12px;
  padding: 0 0 12px;
}

body.photographer-showcase-active .photographer-showcase-profile {
  display: grid;
  grid-template-columns: clamp(132px, 27vw, 214px) minmax(0, 1fr);
  grid-template-areas: "avatar copy";
  align-items: center;
  gap: clamp(14px, 4vw, 30px);
  width: min(calc(100% - 32px), 850px);
  margin: 0 auto;
  padding: 12px 0 4px;
  direction: ltr;
}

body.photographer-showcase-active .photographer-showcase-profile-copy {
  grid-area: copy;
  min-width: 0;
  display: grid;
  justify-items: start;
  align-content: center;
  text-align: right;
  direction: rtl;
}

body.photographer-showcase-active .photographer-showcase-profile-line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  box-sizing: border-box;
}

body.photographer-showcase-active .photographer-showcase-info-icon {
  width: clamp(18px, 4.5vw, 24px);
  height: clamp(18px, 4.5vw, 24px);
  flex: 0 0 auto;
  object-fit: contain;
  opacity: .94;
  filter: grayscale(1) brightness(0) invert(1);
}

body.photographer-showcase-active .photographer-showcase-profile-kicker {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font: 800 clamp(.68rem, 2.4vw, .86rem)/1.7 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-profile-name {
  margin: 0;
  color: #fff;
  font: 950 clamp(1.2rem, 4.7vw, 1.85rem)/1.45 Vazirmatn, Tahoma, Arial, sans-serif;
  text-align: right;
  text-shadow: 0 3px 14px rgba(0, 43, 68, .24);
}

body.photographer-showcase-active .photographer-showcase-rating-line {
  margin-top: 3px;
}

body.photographer-showcase-active .photographer-showcase-rating {
  display: flex;
  direction: ltr;
  gap: 4px;
  margin-top: 4px;
}

body.photographer-showcase-active .photographer-showcase-rating-star {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #ffd454 0 var(--star-fill), rgba(255,255,255,.32) var(--star-fill) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: .35px rgba(255, 255, 255, .48);
  font: 900 clamp(1rem, 4.2vw, 1.42rem)/1 Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-project-count {
  margin: 7px 0 0;
  color: rgba(255,255,255,.9);
  font: 850 clamp(.68rem, 2.5vw, .86rem)/1.75 Vazirmatn, Tahoma, Arial, sans-serif;
  text-align: right;
}

body.photographer-showcase-active .photographer-showcase-reviews-trigger {
  min-height: 34px;
  margin: 3px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: 850 clamp(.72rem, 2.6vw, .9rem)/1.65 Vazirmatn, Tahoma, Arial, sans-serif;
  text-align: right;
  cursor: pointer;
}

body.photographer-showcase-active .photographer-showcase-reviews-trigger b {
  color: #fff2a8;
  font-weight: 950;
}

body.photographer-showcase-active .photographer-showcase-project-count strong {
  color: #fff2a8;
  font-weight: 950;
}

body.photographer-showcase-active .photographer-showcase-avatar {
  grid-area: avatar;
  width: clamp(132px, 27vw, 214px);
  height: clamp(132px, 27vw, 214px);
  margin: 0;
  border: clamp(7px, 1.2vw, 11px) solid rgba(255, 255, 255, .96);
  border-radius: 50%;
  background: #dff5fd;
  box-shadow: 0 18px 48px rgba(1, 47, 72, .28);
  overflow: hidden;
  display: grid;
  place-items: center;
  justify-self: end !important;
  align-self: center !important;
}

body.photographer-showcase-active .photographer-showcase-avatar img,
body.photographer-showcase-active .photographer-showcase-avatar svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.photographer-showcase-active .photographer-showcase-carousel {
  width: 100%;
  display: grid;
  gap: 14px;
  direction: ltr;
}

body.photographer-showcase-active .photographer-showcase-viewport {
  --showcase-slide-width: min(66vw, 292px);
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  direction: rtl;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: calc((min(100vw, 1080px) - var(--showcase-slide-width)) / 2);
  touch-action: auto !important;
  -ms-touch-action: auto !important;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

body.photographer-showcase-active .photographer-showcase-viewport::-webkit-scrollbar { display: none; }

body.photographer-showcase-active .photographer-showcase-track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  padding-inline: calc((min(100vw, 1080px) - var(--showcase-slide-width)) / 2);
  transform: none !important;
  will-change: auto;
  pointer-events: auto;
}

body.photographer-showcase-active .photographer-showcase-slide,
body.photographer-showcase-active .photographer-showcase-slide * {
  -webkit-user-drag: none;
}

body.photographer-showcase-active .photographer-showcase-track.is-animating {
  transition: none;
}

body.photographer-showcase-active .photographer-showcase-slide {
  width: var(--showcase-slide-width);
  aspect-ratio: 9 / 16;
  flex: 0 0 var(--showcase-slide-width);
  scroll-snap-align: center;
  scroll-snap-stop: always;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: 14px 14px 66px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 26px;
  background: linear-gradient(155deg, #30373b 0%, #242a2e 52%, #1d2226 100%);
  box-shadow: 0 20px 52px rgba(0, 25, 38, .36), inset 0 1px 0 rgba(255, 255, 255, .07);
  overflow: hidden;
}

body.photographer-showcase-active .photographer-showcase-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='64' viewBox='0 0 88 64'%3E%3Cg fill='none' stroke='%237fd9ea' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 17h8l3-5h13l3 5h8v20H8z'/%3E%3Ccircle cx='25.5' cy='27' r='6.5'/%3E%3Cpath d='M58 37h20v14H58zM63 37l2-4h7l2 4'/%3E%3Ccircle cx='68' cy='44' r='4'/%3E%3C/g%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.15' opacity='.72'%3E%3Cpath d='M51 8h18l3 4h8v14H51z'/%3E%3Ccircle cx='64.5' cy='17' r='4.5'/%3E%3Cpath d='M3 50h23l3 4h7v8H3z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 88px 64px;
  background-position: center;
}

body.photographer-showcase-active .photographer-showcase-slide::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 14px;
  width: 38px;
  height: 44px;
  transform: translateX(-50%);
  background: url("/assets/smile-logo-transparent.png?v=S1114G") center / contain no-repeat;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .96;
  pointer-events: none;
}

body.photographer-showcase-active .photographer-showcase-slide > * {
  position: relative;
  z-index: 2;
}

body.photographer-showcase-active .photographer-showcase-media-frame {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(10, 15, 18, .54);
  color: #d8e7eb;
  text-align: center;
}

body.photographer-showcase-active .photographer-showcase-media-frame.is-portrait {
  width: 76%;
  aspect-ratio: 9 / 16;
}

body.photographer-showcase-active .photographer-showcase-media-frame.is-landscape {
  width: 94%;
  aspect-ratio: 16 / 9;
}

body.photographer-showcase-active .photographer-showcase-media-frame > .subject-gallery-photo-frame {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

body.photographer-showcase-active .photographer-showcase-media-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: inherit;
}

body.photographer-showcase-active .photographer-showcase-camera-icon {
  width: clamp(54px, 11vw, 82px);
  height: auto;
  fill: none;
  stroke: #82d8e8;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .86;
}

body.photographer-showcase-active .photographer-showcase-media-frame strong {
  color: #f4f8fa;
  font: 950 clamp(.82rem, 2.7vw, 1.05rem)/1.5 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-media-frame small {
  color: #aebfc6;
  font: 750 clamp(.61rem, 2vw, .76rem)/1.7 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-dots {
  min-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

body.photographer-showcase-active .photographer-showcase-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  transition: width .22s ease, background-color .22s ease;
}

body.photographer-showcase-active .photographer-showcase-dots button.is-active {
  width: 24px;
  background: #fff;
}

body.photographer-showcase-active .photographer-showcase-packages {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 14px 12px;
  box-sizing: border-box;
  direction: rtl;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 14px;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.photographer-showcase-active .photographer-showcase-packages::-webkit-scrollbar { display: none; }

body.photographer-showcase-active .photographer-showcase-packages-track {
  width: max-content;
  min-width: 100%;
  display: flex;
  justify-content: center;
  gap: 14px;
}

body.photographer-showcase-active .photographer-showcase-package-card {
  --card-color: #148fca;
  width: min(29vw, 278px);
  min-width: 230px;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 25px;
  background: linear-gradient(145deg, #25a5da, var(--card-color));
  box-shadow: 0 16px 34px rgba(0, 43, 69, .2), inset 0 1px 0 rgba(255,255,255,.18);
  color: #fff;
  text-align: center;
}

body.photographer-showcase-active .photographer-showcase-package-card.is-premium {
  --card-color: #e45d9a;
  background: linear-gradient(145deg, #ef75ad, var(--card-color));
}
body.photographer-showcase-active .photographer-showcase-package-card.is-vip {
  --card-color: #7750bb;
  background: linear-gradient(145deg, #8f6bc9, var(--card-color));
}

body.photographer-showcase-active .photographer-showcase-package-card h3 {
  margin: 5px 0 0;
  color: #fff;
  font: 950 clamp(1rem, 3.4vw, 1.35rem)/1.5 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-package-card p {
  margin: 0;
  color: rgba(255,255,255,.94);
  font: 850 clamp(.78rem, 2.6vw, .94rem)/1.7 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-package-card strong {
  color: #fff;
  font: 950 clamp(.9rem, 3vw, 1.12rem)/1.6 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-package-art {
  display: block;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 8px 12px rgba(34, 17, 60, .2));
}

body.photographer-showcase-active .photographer-package-art.is-standard {
  transform: scale(1.05);
}

body.photographer-showcase-active .photographer-showcase-package-reserve {
  width: 100%;
  min-height: 42px;
  margin: auto 0 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: inset 0 1px 0 #fff, 0 8px 16px rgba(22, 26, 67, .12);
  color: var(--card-color);
  font: 950 .92rem/1.4 Vazirmatn, Tahoma, Arial, sans-serif;
  text-align: center;
  cursor: default;
  opacity: .82;
}

body.photographer-showcase-active .photographer-showcase-package-reserve:disabled {
  pointer-events: none;
}

body.photographer-showcase-active .photographer-showcase-back-bottom {
  margin-top: 2px;
  margin-bottom: 8px;
}

body.photographer-showcase-reviews-open {
  overflow: hidden !important;
}

body.photographer-showcase-active .photographer-showcase-reviews-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  box-sizing: border-box;
  padding: max(84px, calc(env(safe-area-inset-top) + 70px)) 18px max(28px, env(safe-area-inset-bottom));
  overflow: auto;
  background: rgba(7, 126, 170, .88);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  backdrop-filter: blur(20px) saturate(130%);
  color: #fff;
  direction: rtl;
}

body.photographer-showcase-active .photographer-showcase-reviews-modal[hidden] {
  display: none !important;
}

body.photographer-showcase-active .photographer-showcase-reviews-modal > h2 {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
  font: 950 clamp(1.3rem, 5vw, 2rem)/1.5 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-reviews-close {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  left: 18px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  padding: 0 0 6px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(0,42,67,.2);
  color: #087ba7;
  font: 500 2.6rem/1 Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-reviews-empty {
  min-height: calc(100dvh - 210px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
}

body.photographer-showcase-active .photographer-showcase-reviews-empty .photographer-showcase-info-icon {
  width: clamp(112px, 30vw, 180px);
  height: clamp(112px, 30vw, 180px);
  opacity: .32;
  filter: grayscale(1);
}

body.photographer-showcase-active .photographer-showcase-reviews-empty p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font: 900 clamp(1rem, 4.2vw, 1.5rem)/1.7 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-review-list {
  width: min(100%, 760px);
  margin: 24px auto 0;
  display: grid;
  gap: 12px;
}

body.photographer-showcase-active .photographer-showcase-review-card {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 20px;
  background: rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}

body.photographer-showcase-active .photographer-showcase-review-card strong {
  font: 950 1rem/1.6 Vazirmatn, Tahoma, Arial, sans-serif;
}

body.photographer-showcase-active .photographer-showcase-review-card p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.88);
  font: 750 .92rem/1.9 Vazirmatn, Tahoma, Arial, sans-serif;
}

@media (max-width: 520px) {
  body.photographer-showcase-active .photographer-showcase-page { min-height: calc(100dvh - 74px); }
  body.photographer-showcase-active .photographer-showcase-main { gap: 10px; }
  body.photographer-showcase-active .photographer-showcase-stage { gap: 8px; }
  body.photographer-showcase-active .photographer-showcase-profile { grid-template-columns:132px minmax(0,1fr);gap:14px;width:calc(100% - 28px);padding-top:10px }
  body.photographer-showcase-active .photographer-showcase-avatar { width:132px;height:132px;border-width:7px }
  body.photographer-showcase-active .photographer-showcase-viewport { --showcase-slide-width: min(68vw, 280px); }
  body.photographer-showcase-active .photographer-showcase-track { gap: 13px; }
  body.photographer-showcase-active .photographer-showcase-slide { padding: 12px 12px 62px; border-radius: 24px; }
  body.photographer-showcase-active .photographer-showcase-package-card { width: 72vw; min-width: 236px; max-width: 285px; }
  body.photographer-showcase-active .photographer-showcase-packages-track { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  body.photographer-showcase-active .photographer-showcase-track.is-animating { transition-duration: .01ms; }
}
