:root {
  --ink: #1d1714;
  --ink-soft: #52463f;
  --muted: #82756c;
  --paper: #f7efe4;
  --paper-deep: #ead8c3;
  --paper-light: #fffaf3;
  --gold: #b9864f;
  --gold-dark: #825b34;
  --olive: #596041;
  --rose: #9b5f52;
  --line: rgba(29, 23, 20, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(29, 23, 20, 0.12);
  --shadow-soft: 0 14px 38px rgba(29, 23, 20, 0.09);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body {
  margin: 0;
  font-family: "Vazirmatn", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: "ss01" 1;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(185, 134, 79, 0.16), transparent 32rem),
    linear-gradient(180deg, #fff8ee 0%, #f6ecdf 38%, #fffaf3 100%);
  line-height: 1.9;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  background: linear-gradient(135deg, #ead8c3, #fff8ee);
}

main,
header,
footer,
section {
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
span,
strong {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  color: inherit;
}

::selection {
  color: var(--paper-light);
  background: var(--gold-dark);
}

.skip-link {
  position: fixed;
  inset-inline-start: 20px;
  top: -80px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper-light);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 18px;
}

.container {
  width: min(calc(100% - 36px), var(--container));
  max-width: calc(100vw - 36px);
  margin-inline: auto;
}

.section-pad {
  padding: 108px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 14px 0;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(255, 250, 243, 0.74);
  border-bottom: 1px solid rgba(29, 23, 20, 0.08);
}

.nav-shell {
  width: min(calc(100% - 32px), 1240px);
  max-width: calc(100vw - 32px);
  margin-inline: auto;
  min-height: 66px;
  padding: 10px 14px;
  border: 1px solid rgba(29, 23, 20, 0.10);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 8px 30px rgba(29, 23, 20, 0.07);
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 245px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--paper-light);
  background: radial-gradient(circle at 35% 25%, #d6ab73, #725235 78%);
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: 800;
  direction: ltr;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-signature {
  width: 128px;
  max-height: 30px;
  object-fit: contain;
  object-position: right center;
  mix-blend-mode: multiply;
  background: transparent;
}

.brand-copy span {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-links {
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 1px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
  background: var(--gold-dark);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  min-height: 48px;
  padding: 12px 22px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  max-width: 100%;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.nav-cta {
  background: var(--ink);
  color: var(--paper-light);
  font-size: 13px;
  box-shadow: 0 10px 24px rgba(29, 23, 20, 0.12);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(29, 23, 20, 0.10);
  background: rgba(255, 250, 243, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.lang-btn {
  min-width: 54px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--ink-soft);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  direction: ltr;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.flag-img {
  width: 25px;
  height: 18px;
  flex: 0 0 25px;
  object-fit: cover;
  border-radius: 4px;
  background: transparent;
  box-shadow: 0 0 0 1px rgba(29, 23, 20, 0.12), 0 4px 10px rgba(29, 23, 20, 0.10);
}

.lang-btn:hover,
.lang-btn:focus-visible {
  transform: translateY(-1px);
  background: rgba(185, 134, 79, 0.10);
}

.lang-btn.is-active {
  color: var(--paper-light);
  background: linear-gradient(135deg, var(--ink), #3b2b22);
  box-shadow: 0 8px 18px rgba(29, 23, 20, 0.14);
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.ig-icon {
  position: relative;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border: 2px solid currentColor;
  border-radius: 7px;
  opacity: 0.95;
}

.ig-icon::before,
.ig-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ig-icon::before {
  width: 7px;
  height: 7px;
  top: 50%;
  left: 50%;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ig-icon::after {
  width: 4px;
  height: 4px;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  background: currentColor;
}

.whatsapp-link,
.telegram-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.wa-icon,
.tg-icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

.wa-icon {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.wa-icon::before {
  content: "☎";
  font-size: 12px;
  line-height: 1;
  transform: rotate(18deg);
}

.wa-icon::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 0;
  width: 7px;
  height: 7px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 45%, 20% 100%);
  transform: rotate(18deg);
}

.tg-icon {
  border: 2px solid currentColor;
  border-radius: 50%;
}

.tg-icon::before {
  content: "";
  width: 13px;
  height: 11px;
  background: currentColor;
  clip-path: polygon(0 42%, 100% 0, 72% 100%, 48% 65%, 32% 86%);
  transform: translateX(-1px);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  cursor: pointer;
  place-items: center;
  gap: 4px;
  padding: 13px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--paper-light);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: calc(100vh - 96px);
  display: grid;
  align-items: center;
  padding-top: 86px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(29, 23, 20, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 23, 20, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  pointer-events: none;
}

.hero-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.78;
  pointer-events: none;
}

.hero-bg-orb-one {
  width: 430px;
  height: 430px;
  top: 12%;
  right: -140px;
  background: radial-gradient(circle, rgba(185, 134, 79, 0.26), transparent 68%);
}

.hero-bg-orb-two {
  width: 380px;
  height: 380px;
  bottom: 5%;
  left: -130px;
  background: radial-gradient(circle, rgba(89, 96, 65, 0.16), transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 62px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-copy h2,
.section-head h2,
.experience-card h2,
.final-copy h2,
.faq h2 {
  margin: 18px 0 22px;
  font-family: "Vazirmatn", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -0.045em;
  color: var(--ink);
}

.hero h1 {
  max-width: 730px;
  font-size: clamp(44px, 7vw, 82px);
}

.hero-copy p {
  max-width: 620px;
  margin: 0 0 32px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.45vw, 19px);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-primary {
  color: var(--paper-light);
  background: linear-gradient(135deg, var(--ink), #3b2b22);
  box-shadow: 0 18px 34px rgba(29, 23, 20, 0.18);
}

.btn-primary:hover {
  box-shadow: 0 22px 44px rgba(29, 23, 20, 0.23);
}

.btn-ghost {
  color: var(--ink);
  border-color: rgba(29, 23, 20, 0.16);
  background: rgba(255, 250, 243, 0.64);
}

.btn-ghost.light {
  color: var(--paper-light);
  border-color: rgba(255, 250, 243, 0.28);
  background: rgba(255, 250, 243, 0.08);
}

.hero-note {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-note span {
  padding: 8px 13px;
  border: 1px solid rgba(29, 23, 20, 0.10);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.62);
}

.hero-art {
  min-height: 620px;
  display: grid;
  place-items: center;
}

.art-stack {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 0.82;
}

.art-card {
  margin: 0;
  position: absolute;
  border-radius: 34px;
  overflow: hidden;
  background: var(--paper-deep);
  box-shadow: var(--shadow);
  border: 10px solid rgba(255, 250, 243, 0.86);
}

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

.art-card-main {
  inset: 4% 7% 4% 8%;
}

.art-card-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(29, 23, 20, 0.52), transparent 48%);
  pointer-events: none;
}

.art-card-main figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: var(--paper-light);
  display: grid;
  gap: 2px;
  text-align: right;
}

.art-card-main figcaption strong {
  font-size: 15px;
}

.art-card-main figcaption span {
  font-size: 12px;
  opacity: 0.88;
}

.art-card-small {
  width: 170px;
  height: 214px;
  border-width: 8px;
  border-radius: 24px;
  z-index: 3;
}

.art-card-top {
  top: -8px;
  left: -18px;
  transform: rotate(-5deg);
}

.art-card-bottom {
  right: -20px;
  bottom: 38px;
  transform: rotate(4deg);
}

.signature-float {
  position: absolute;
  z-index: 5;
  left: 24px;
  bottom: 6px;
  width: 220px;
  padding: 14px 20px;
  border-radius: 24px;
  background: rgba(255, 250, 243, 0.82);
  border: 1px solid rgba(29, 23, 20, 0.12);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.signature-float img {
  background: transparent;
  mix-blend-mode: multiply;
}

[data-lightbox-trigger] {
  cursor: zoom-in;
}

[data-lightbox-trigger]:focus-visible {
  outline: 3px solid rgba(185, 134, 79, 0.72);
  outline-offset: 5px;
}

.intro-band {
  padding: 34px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stat-card {
  min-height: 128px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 243, 0.68);
  box-shadow: 0 8px 28px rgba(29, 23, 20, 0.045);
  display: grid;
  align-content: center;
  gap: 6px;
}

.stat-card strong {
  color: var(--ink);
  font-size: clamp(20px, 2.3vw, 31px);
  font-weight: 900;
  line-height: 1.25;
}

.stat-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 70px;
  align-items: center;
}

.portrait-card {
  position: relative;
  border-radius: 38px;
  padding: 18px;
  background: rgba(255, 250, 243, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.portrait-card::before {
  content: "";
  position: absolute;
  inset: -24px 34px auto auto;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(185, 134, 79, 0.20);
  z-index: -1;
}

.portrait-photo {
  width: 100%;
  min-height: 540px;
  height: 540px;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
  filter: saturate(0.96) contrast(1.03);
}

.portrait-placeholder {
  min-height: 540px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(29, 23, 20, 0.08), rgba(185, 134, 79, 0.12)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.28) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.28) 75%, transparent 75%, transparent);
  background-size: auto, 26px 26px;
  border: 1px dashed rgba(29, 23, 20, 0.20);
}

.portrait-label {
  display: block;
  color: var(--ink);
  font-size: 26px;
  font-family: "Vazirmatn", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

.portrait-placeholder small {
  display: block;
  max-width: 260px;
  margin-top: 8px;
  font-weight: 600;
}

.portrait-caption {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(29, 23, 20, 0.72);
  color: var(--paper-light);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.portrait-caption span {
  font-size: 12px;
  opacity: 0.72;
}

.portrait-caption strong {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.section-copy h2,
.section-head h2,
.experience-card h2,
.final-copy h2,
.faq h2 {
  font-size: clamp(34px, 4.5vw, 56px);
}

.section-copy p,
.section-head p,
.experience-card p,
.final-copy p,
.faq .section-head p {
  color: var(--ink-soft);
  margin: 0 0 18px;
  font-size: 16px;
}

.signature-line {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 250, 243, 0.70);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.signature-line img {
  width: 170px;
  max-height: 54px;
  object-fit: contain;
  object-position: right center;
  background: transparent;
  mix-blend-mode: multiply;
}

.signature-line span {
  color: var(--gold-dark);
  font-weight: 800;
  font-size: 14px;
}

.classes {
  background:
    linear-gradient(180deg, rgba(29, 23, 20, 0.03), transparent),
    rgba(234, 216, 195, 0.22);
  border-block: 1px solid rgba(29, 23, 20, 0.07);
}

.section-head {
  max-width: 790px;
  margin-bottom: 46px;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.section-head.centered .section-kicker {
  justify-content: center;
}

.course-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
  gap: 18px;
  align-items: stretch;
}

.course-card {
  position: relative;
  min-height: 390px;
  padding: 34px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(29, 23, 20, 0.11);
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 12px 34px rgba(29, 23, 20, 0.065);
  overflow: hidden;
}

.course-card::after {
  content: "";
  position: absolute;
  left: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(185, 134, 79, 0.09);
}

.course-card.feature {
  color: var(--paper-light);
  background:
    linear-gradient(145deg, rgba(29, 23, 20, 0.93), rgba(68, 46, 34, 0.93)),
    url("assets/img/class-bg-31757.jpg") center/cover;
}

.course-card.feature .card-number,
.course-card.feature li,
.course-card.feature h3 {
  color: var(--paper-light);
}

.course-card.feature li {
  border-color: rgba(255, 250, 243, 0.16);
}

.card-number {
  color: rgba(185, 134, 79, 0.72);
  direction: ltr;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.course-card h3,
.tip-card h3 {
  margin: 10px 0 18px;
  font-family: "Vazirmatn", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 26px;
  line-height: 1.3;
}

.course-card ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.course-card li {
  color: var(--ink-soft);
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(29, 23, 20, 0.09);
}

.course-card p {
  position: relative;
  z-index: 1;
  color: var(--ink-soft);
  margin: 0 0 22px;
}

.mini-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.mini-actions a {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(185, 134, 79, 0.12);
  border: 1px solid rgba(185, 134, 79, 0.18);
  direction: ltr;
  text-align: right;
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 245px;
  gap: 16px;
}

.gallery-item {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--paper-deep);
  box-shadow: var(--shadow-soft);
  cursor: zoom-in;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(29, 23, 20, 0.62), transparent 54%);
  opacity: 0.86;
  transition: opacity 0.3s ease;
}

.gallery-item span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: var(--paper-light);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.gallery-item:hover img {
  transform: scale(1.055);
  filter: saturate(1.06) contrast(1.03);
}

.gallery-item:hover::after {
  opacity: 1;
}

.experience {
  padding-top: 70px;
}

.experience-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
  padding: 44px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(29, 23, 20, 0.93), rgba(64, 45, 33, 0.94));
  color: var(--paper-light);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.experience-card .section-kicker,
.experience-card h2,
.experience-card p {
  color: var(--paper-light);
}

.experience-card p {
  opacity: 0.82;
}

.studio-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: 168px 168px 132px;
  gap: 14px;
}

.studio-shot {
  position: relative;
  margin: 0;
  min-height: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 250, 243, 0.10);
  border: 1px solid rgba(255, 250, 243, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.studio-shot-large {
  grid-row: span 2;
}

.studio-shot-wide {
  grid-column: span 2;
}

.studio-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(0.96) contrast(1.02);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.studio-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 12, 10, 0.68), transparent 58%);
  opacity: 0.84;
  pointer-events: none;
}

.studio-shot figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 12px;
  color: var(--paper-light);
  font-size: 13px;
  font-weight: 900;
}

.studio-shot:hover img {
  transform: scale(1.065);
  filter: saturate(1.06) contrast(1.05);
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tip-card {
  min-height: 286px;
  padding: 28px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 243, 0.72);
  border: 1px solid rgba(29, 23, 20, 0.10);
  box-shadow: 0 10px 30px rgba(29, 23, 20, 0.052);
}

.tip-card > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--paper-light);
  background: var(--gold-dark);
  direction: ltr;
  font-size: 12px;
  font-weight: 900;
}

.tip-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.testimonials {
  background: rgba(234, 216, 195, 0.22);
  border-block: 1px solid rgba(29, 23, 20, 0.07);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

blockquote {
  margin: 0;
  padding: 30px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 243, 0.76);
  border: 1px solid rgba(29, 23, 20, 0.09);
  box-shadow: 0 8px 28px rgba(29, 23, 20, 0.05);
}

blockquote p {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 16px;
}

blockquote cite {
  color: var(--gold-dark);
  font-style: normal;
  font-weight: 900;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: start;
}

.accordion {
  display: grid;
  gap: 12px;
}

details {
  border-radius: 22px;
  border: 1px solid rgba(29, 23, 20, 0.10);
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 8px 24px rgba(29, 23, 20, 0.045);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 900;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--paper-light);
  background: var(--ink);
  font-weight: 800;
  line-height: 1;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--ink-soft);
}

.final-cta {
  padding-top: 70px;
}

.final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  gap: 34px;
  align-items: center;
  padding: 50px;
  border-radius: 46px;
  background:
    radial-gradient(circle at top left, rgba(185, 134, 79, 0.32), transparent 24rem),
    linear-gradient(145deg, #1d1714, #3b2a21);
  color: var(--paper-light);
  box-shadow: var(--shadow);
}

.final-copy {
  min-width: 0;
}

.final-copy h2,
.final-copy p,
.final-copy .section-kicker {
  color: var(--paper-light);
}

.final-copy p {
  opacity: 0.82;
  max-width: 620px;
}

.contact-channels {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.channel-link {
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 243, 0.18);
  color: var(--paper-light);
  background: rgba(255, 250, 243, 0.08);
  font-size: 13px;
  font-weight: 900;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.channel-link:hover,
.channel-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 250, 243, 0.13);
  border-color: rgba(255, 250, 243, 0.32);
}

.lead-form {
  min-width: 0;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 250, 243, 0.10);
  border: 1px solid rgba(255, 250, 243, 0.14);
  backdrop-filter: blur(12px);
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 250, 243, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.lead-form input,
.lead-form select {
  width: 100%;
  border: 1px solid rgba(255, 250, 243, 0.16);
  border-radius: 16px;
  min-height: 48px;
  padding: 0 14px;
  color: var(--paper-light);
  background: rgba(255, 250, 243, 0.08);
  outline: none;
}

.lead-form input::placeholder {
  color: rgba(255, 250, 243, 0.42);
}

.lead-form select option {
  color: var(--ink);
}

.btn.full {
  width: 100%;
  border: 0;
}

.form-note {
  margin: 0;
  color: rgba(255, 250, 243, 0.62);
  font-size: 12px;
  line-height: 1.7;
}

.form-note:empty {
  display: none;
}

.form-note.is-done {
  color: #caffd5;
}

.form-note.is-error {
  color: #ffd0c7;
}

.form-note.is-loading {
  color: #f7d9a6;
}

.lead-form button:disabled {
  cursor: not-allowed;
  opacity: 0.68;
  transform: none;
  box-shadow: none;
}

.site-footer {
  padding: 48px 0 110px;
  background: #140f0d;
  color: rgba(255, 250, 243, 0.75);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid strong {
  color: var(--paper-light);
}

.footer-grid a {
  max-width: 100%;
}

.footer-grid .instagram-link,
.footer-grid .whatsapp-link,
.footer-grid .telegram-link {
  justify-content: flex-start;
  direction: ltr;
  text-align: left;
}

.footer-grid a:hover {
  color: #f4c489;
}

.footer-signature {
  width: 180px;
  max-height: 60px;
  object-fit: contain;
  object-position: right center;
  background: transparent;
  filter: invert(1) sepia(0.45) saturate(0.5) brightness(1.7);
  opacity: 0.92;
}

.lightbox {
  position: fixed;
  z-index: 300;
  inset: 0;
  padding: 72px 22px 32px;
  display: none;
  place-items: center;
  background: rgba(12, 9, 8, 0.86);
  backdrop-filter: blur(14px);
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-width: min(100%, 1050px);
  max-height: 78vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.lightbox p {
  margin: 18px 0 0;
  color: var(--paper-light);
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.10);
  color: var(--paper-light);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.floating-contact {
  position: fixed;
  z-index: 95;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 0;
  padding: 12px 18px;
  border-radius: 22px;
  color: var(--paper-light);
  background: linear-gradient(135deg, var(--gold-dark), #4a3425);
  box-shadow: 0 18px 40px rgba(29, 23, 20, 0.24);
}

.floating-contact span {
  font-size: 11px;
  opacity: 0.78;
}

.floating-contact strong {
  direction: ltr;
  font-size: 14px;
}

main,
.site-footer {
  transition: opacity 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

body.is-switching main,
body.is-switching .site-footer {
  opacity: 0.18;
  transform: translateY(10px);
  filter: blur(4px);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


html[dir="ltr"] body {
  text-align: left;
}

html[dir="ltr"] .brand-signature,
html[dir="ltr"] .footer-signature {
  object-position: left center;
}

html[dir="ltr"] .nav-links a::after {
  transform-origin: left;
}

html[dir="ltr"] .art-card-main figcaption,
html[dir="ltr"] .gallery-item span {
  text-align: left;
}

html[dir="ltr"] .portrait-card::before {
  inset: -24px auto auto 34px;
}

html[dir="ltr"] .signature-line img {
  object-position: left center;
}

html[dir="ltr"] .mini-actions a {
  text-align: left;
}

html[dir="ltr"] .lightbox-close {
  left: auto;
  right: 22px;
}

html[dir="ltr"] .floating-contact {
  right: auto;
  left: 18px;
}

@media (max-width: 860px) {
  html[dir="ltr"] .floating-contact {
    right: 12px;
    left: 12px;
  }
}


/* Language-specific typography: Persian keeps Vazirmatn; English and Turkish use their own Latin UI fonts. */
html[lang="fa"] body {
  font-family: "Vazirmatn", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html[lang="en"] body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: normal;
  letter-spacing: -0.01em;
}

html[lang="tr"] body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-feature-settings: normal;
  letter-spacing: -0.012em;
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] .portrait-label,
html[lang="tr"] h1,
html[lang="tr"] h2,
html[lang="tr"] h3,
html[lang="tr"] .portrait-label {
  font-family: inherit;
}

html[lang="en"] .hero h1 {
  letter-spacing: -0.065em;
  font-weight: 900;
}

html[lang="tr"] .hero h1 {
  letter-spacing: -0.055em;
  font-weight: 800;
}

html[lang="en"] .section-copy h2,
html[lang="en"] .section-head h2,
html[lang="en"] .experience-card h2,
html[lang="en"] .final-copy h2,
html[lang="en"] .faq h2 {
  letter-spacing: -0.055em;
  font-weight: 800;
}

html[lang="tr"] .section-copy h2,
html[lang="tr"] .section-head h2,
html[lang="tr"] .experience-card h2,
html[lang="tr"] .final-copy h2,
html[lang="tr"] .faq h2 {
  letter-spacing: -0.045em;
  font-weight: 800;
}

html[lang="en"] .course-card h3,
html[lang="en"] .tip-card h3 {
  letter-spacing: -0.035em;
  font-weight: 800;
}

html[lang="tr"] .course-card h3,
html[lang="tr"] .tip-card h3 {
  letter-spacing: -0.028em;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .site-header {
    padding: 10px 0;
  }

  .nav-shell {
    border-radius: 28px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .language-switcher {
    order: 2;
  }

  .menu-toggle {
    order: 3;
  }

  .nav-links {
    order: 4;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    display: none;
    flex-basis: 100%;
    width: 100%;
    margin: 0;
    padding: 10px 4px 6px;
    border-top: 1px solid rgba(29, 23, 20, 0.08);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 10px 14px;
    border-radius: 14px;
  }

  .nav-links a:hover {
    background: rgba(185, 134, 79, 0.10);
  }
}

@media (max-width: 1080px) {
  .nav-links {
    gap: 16px;
  }

  .hero-grid,
  .split-grid,
  .experience-card,
  .faq-grid,
  .final-card {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 560px;
  }

  .stats-grid,
  .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .course-layout {
    grid-template-columns: 1fr;
  }

  .course-card {
    min-height: auto;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .final-card {
    padding: 34px;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding: 10px 0;
  }

  .nav-shell {
    border-radius: 28px;
    flex-wrap: wrap;
  }

  .brand {
    min-width: 0;
    flex: 1;
  }

  .brand-signature {
    width: 112px;
  }

  .brand-copy span {
    font-size: 11px;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    display: none;
    flex-basis: 100%;
    width: 100%;
    margin: 0;
    padding: 10px 4px 6px;
    border-top: 1px solid rgba(29, 23, 20, 0.08);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 10px 14px;
    border-radius: 14px;
  }

  .nav-links a:hover {
    background: rgba(185, 134, 79, 0.10);
  }

  .hero {
    padding-top: 60px;
  }

  .section-pad {
    padding: 78px 0;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero-art {
    min-height: 470px;
  }

  .art-card-small {
    width: 132px;
    height: 166px;
  }

  .signature-float {
    width: 174px;
  }

  .portrait-photo,
  .portrait-placeholder {
    min-height: 430px;
    height: 430px;
  }

  .signature-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }

  .gallery-item.wide {
    grid-column: span 1;
  }

  .studio-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 190px);
  }

  .studio-shot-large,
  .studio-shot-wide {
    grid-row: span 1;
    grid-column: span 1;
  }

  .floating-contact {
    right: 12px;
    left: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 18px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
    max-width: calc(100vw - 24px);
  }

  .nav-shell {
    width: min(calc(100% - 20px), 1240px);
    max-width: calc(100vw - 20px);
    padding: 8px;
  }

  .language-switcher {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
  }

  .lang-btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .nav-links {
    order: 5;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-copy span {
    display: none;
  }

  .hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .hero-actions,
  .hero-actions .btn,
  .contact-channels,
  .contact-channels .channel-link {
    width: 100%;
  }

  .hero-note {
    gap: 8px;
  }

  .hero-art {
    min-height: 390px;
  }

  .art-stack {
    width: 100%;
  }

  .art-card {
    border-width: 7px;
    border-radius: 26px;
  }

  .art-card-small {
    display: none;
  }

  .signature-float {
    left: 12px;
    bottom: 0;
  }

  .stats-grid,
  .tips-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 280px;
  }

  .gallery-item.tall {
    grid-row: span 1;
  }

  .section-copy h2,
  .section-head h2,
  .experience-card h2,
  .final-copy h2,
  .faq h2 {
    font-size: clamp(31px, 10vw, 44px);
  }

  .portrait-card,
  .course-card,
  .experience-card,
  .final-card,
  .tip-card,
  blockquote {
    border-radius: 24px;
  }

  .portrait-photo,
  .portrait-placeholder {
    min-height: 360px;
    height: 360px;
  }

  .course-card,
  .experience-card,
  .final-card {
    padding: 24px;
  }

  .lead-form {
    padding: 18px;
  }

  .lightbox {
    padding-top: 86px;
  }
}

@media (max-width: 420px) {
  .container {
    width: calc(100% - 18px);
    max-width: calc(100vw - 18px);
  }

  .nav-shell {
    width: calc(100% - 12px);
    max-width: calc(100vw - 12px);
    gap: 8px;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }

  .brand-signature {
    width: 94px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .section-pad {
    padding: 62px 0;
  }

  .hero {
    padding-top: 44px;
  }

  .hero h1 {
    font-size: clamp(34px, 12vw, 46px);
  }

  .hero-copy p,
  .section-copy p,
  .section-head p,
  .experience-card p,
  .final-copy p {
    font-size: 14px;
  }

  .hero-art {
    min-height: 330px;
  }

  .signature-float {
    width: 150px;
    padding: 10px 14px;
  }

  .gallery-grid {
    grid-auto-rows: 235px;
  }

  .studio-gallery {
    grid-template-rows: repeat(4, 168px);
  }

  .course-card,
  .experience-card,
  .final-card,
  .tip-card,
  blockquote {
    padding: 20px;
  }

  .portrait-photo,
  .portrait-placeholder {
    min-height: 320px;
    height: 320px;
  }

  .floating-contact {
    padding: 10px 12px;
  }
}
