/*
Theme Name: Crea8veArtist Final Bilingual
Theme URI: https://crea8veartist.com
Author: Crea8veArtist
Description: Lightweight bilingual English/Arabic editorial WordPress theme for Crea8veArtist, Kuwait.
Version: 7.6.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: crea8veartist
*/

:root {
  --ink: #1b1815;
  --body: #514c47;
  --muted: #8b837b;
  --paper: #fffdf9;
  --cream: #f7f1e9;
  --cream-2: #efe6db;
  --gold: #a8793e;
  --gold-dark: #7d572d;
  --line: #ded5ca;
  --dark: #211b18;
  --white: #fff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --wrap: 1180px;
  --gutter: clamp(20px, 4.5vw, 68px);
  --nav-h: 84px;
}

* {
  box-sizing: border-box;
}

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

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--body);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

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

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

a:hover {
  color: var(--gold-dark);
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.wrap {
  width: min(calc(100% - (var(--gutter) * 2)), var(--wrap));
  margin-inline: auto;
}

.wrap--narrow {
  max-width: 820px;
}

.c8-measure {
  max-width: 64ch;
}

.ta-c {
  text-align: center;
}

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

.mb-4 {
  margin-bottom: 34px;
}

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

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

.rule {
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
}


/* Typography */
.t-display,
.t-hero,
.t-h2,
.t-h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.t-display {
  font-size: clamp(48px, 6.6vw, 92px);
}

.t-hero {
  font-size: clamp(42px, 5.5vw, 76px);
}

.t-h2 {
  font-size: clamp(36px, 4.4vw, 60px);
}

.t-h3 {
  font-size: clamp(25px, 2.6vw, 34px);
}

.t-display em,
.t-hero em,
.t-h2 em {
  color: var(--gold);
  font-weight: 400;
}

.t-body {
  margin: 0;
  color: var(--body);
}

.t-lead {
  color: var(--body);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
}

.eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.section-rule {
  width: 56px;
  margin: 28px 0;
  border-top: 1px solid var(--gold);
}

.section-heading {
  margin-bottom: 48px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  gap: 56px;
  align-items: end;
}

/* Buttons and links */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 23px;
  gap: 10px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: background .2s, color .2s, border-color .2s;
}

.btn--gold {
  background: var(--gold);
  color: #fff;
}

.btn--gold:hover {
  background: var(--gold-dark);
  color: #fff;
}

.btn--dark {
  background: var(--dark);
  color: #fff;
}

.btn--dark:hover {
  background: #000;
  color: #fff;
}

.btn--outline {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  gap: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.arr {
  transition: transform .2s;
}

.link-arrow:hover .arr {
  transform: translateX(4px);
}

/* Header */
.skip-link {
  position: fixed;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  z-index: 99999;
  padding: 10px 16px;
  transform: translateY(-180%);
  background: var(--gold);
  color: #fff;
}

.skip-link:focus {
  transform: translateY(0);
}

#site-header {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: var(--nav-h);
  border-bottom: 1px solid #e6ddd3;
  background: #fffdf9;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  gap: 22px;
}

.nav-logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-logo img {
  display: block;
  width: 160px;
  max-height: none;
  height: auto;
  object-fit: contain;
}

.nav-logo:hover {
  color: var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin-inline-start: auto;
  gap: clamp(19px, 1.7vw, 27px);
}

.nav-links > a,
.nav-services-link {
  position: relative;
  padding: 10px 0;
  color: var(--body);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .085em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links > a:not(.nav-cta)::after,
.nav-services-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .25s ease;
}

.nav-links > a:not(.nav-cta):hover::after,
.nav-services-link:hover::after {
  width: 100%;
}

.nav-has-mega {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-services-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-chevron {
  color: var(--gold-dark);
  font-size: 10px;
  transform: translateY(-1px);
}

.mega-drop {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: 300;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 680px;
  max-width: min(680px, calc(100vw - 40px));
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold);
  background: var(--paper);
  box-shadow: 0 16px 42px rgba(36, 27, 20, .10);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.nav-has-mega:hover .mega-drop,
.nav-has-mega:focus-within .mega-drop {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nav-has-mega.is-dismissed .mega-drop {
  opacity: 0;
  visibility: hidden;
}

.mega-col {
  padding: 27px 24px 23px;
  border-inline-end: 1px solid var(--line);
}

.mega-col:last-child {
  border-inline-end: 0;
}

.mega-col-head {
  display: block;
  margin-bottom: 9px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
}

.mega-col-head:hover {
  color: var(--gold-dark);
}

.mega-sub {
  display: flex;
  flex-direction: column;
}

.mega-sub a {
  padding: 7px 0;
  color: var(--body);
  font-size: 13px;
  transition: color .15s, padding-inline-start .2s;
}

.mega-sub a:hover {
  padding-inline-start: 5px;
  color: var(--gold-dark);
}

.mega-sub a::before {
  content: '—';
  margin-inline-end: 8px;
  color: var(--gold);
  font-size: 10px;
  opacity: .7;
}

.nav-links .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  border: 1px solid #b88a55;
  background: transparent;
  color: #6f4b25;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .11em;
  transition: background .2s, color .2s;
}

.nav-links .nav-cta::after {
  display: none;
}

.nav-links .nav-cta:hover {
  background: #b88a55;
  color: #fff;
}

.nav-lang-divider {
  width: 1px;
  height: 18px;
  flex: 0 0 auto;
  background: var(--line);
}

.lang-switcher {
  display: flex;
  align-items: center;
}

.lang-switcher--alternate {
  font-size: 11.5px;
  font-weight: 650;
}

.lang-switcher--alternate a {
  padding: 8px 0;
  color: var(--body);
  white-space: nowrap;
}

.lang-switcher--alternate a:hover {
  color: var(--gold-dark);
}

.lang-switcher--full {
  gap: 12px;
  font-size: 14px;
  font-weight: 650;
}

.lang-switcher .is-active {
  color: var(--gold-dark);
}

.lang-sep {
  color: #b9aea4;
}

.nav-burger {
  display: none;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 10px;
  gap: 6px;
  border: 0;
  background: transparent;
}

.nav-burger span {
  display: block;
  width: 25px;
  height: 1.5px;
  background: var(--ink);
  transition: transform .25s, opacity .25s;
}

.nav-burger.open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.nav-burger.open span:nth-child(2) {
  opacity: 0;
}

.nav-burger.open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* Mobile navigation */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  max-width: 100vw;
  padding: 76px var(--gutter) 42px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--paper);
}

.mobile-nav.open {
  display: block;
}

.mobile-nav__scroll {
  width: min(100%, 760px);
  margin: 0 auto;
  padding-bottom: 20px;
}

.mobile-nav__close {
  position: fixed;
  top: 17px;
  right: 20px;
  z-index: 10000;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.mobile-nav__top {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 6vw, 42px);
  font-weight: 700;
  line-height: 1.12;
}

.mobile-nav__top:hover {
  color: var(--gold-dark);
}

.mobile-nav-group {
  margin: 0;
}

.mobile-nav-group-label {
  display: block;
  padding: 20px 0 8px;
  border-bottom: 1px solid var(--line);
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.mobile-nav-group a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.mobile-nav-group a.sub {
  padding-inline-start: 17px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.mobile-nav-group a.sub::before {
  content: '›';
  margin-inline-end: 8px;
  color: var(--gold);
}

.mobile-nav__booking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mobile-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 22px;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.mobile-language__label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mobile-social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 20px;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.mobile-social .social-icon {
  width: 42px;
  height: 42px;
  border-color: var(--line);
  color: var(--ink);
}

body.nav-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

#main,
#site-footer {
  width: 100%;
  max-width: 100%;
}

/* Inner-page hero */
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  min-height: clamp(500px, 58vh, 650px);
  background: var(--cream);
}

.page-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-block: clamp(56px, 6vw, 84px);
  padding-inline-start: max(var(--gutter), calc((100vw - var(--wrap)) / 2));
  padding-inline-end: clamp(34px, 4vw, 64px);
}

.page-hero .t-hero {
  max-width: 12ch;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.04;
}

.page-hero__lead {
  max-width: 50ch;
  margin-top: 28px;
}

.page-hero__media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

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

.page-hero--text {
  grid-template-columns: 1fr;
  min-height: auto;
}

.page-hero--text .page-hero__copy {
  max-width: 920px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.page-hero--text .page-hero__media {
  display: none;
}

/* Final homepage hero */
.home-hero--final {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  width: 100%;
  max-width: 100%;
  min-height: 610px;
  overflow: hidden;
  border-bottom: 1px solid #e3d8cc;
  background: var(--cream);
}

.home-hero--final .home-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-block: clamp(68px, 7vw, 96px);
  padding-inline-start: max(var(--gutter), calc((100vw - 1240px) / 2));
  padding-inline-end: clamp(34px, 4vw, 58px);
  background: var(--cream);
}

.home-hero--final .eyebrow {
  margin-bottom: 22px;
  color: #9d6e36;
  font-size: 10px;
  letter-spacing: .22em;
}

.home-hero--final .home-hero__title {
  max-width: 570px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(46px, 4vw, 60px);
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.04em;
}

.home-hero--final .hero-title__line {
  display: block;
}

.home-hero--final .hero-title__wide {
  font-size: .74em;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.home-hero--final .hero-title__accent {
  display: block;
  margin-top: 7px;
  color: #b27c3f;
  font-size: .78em;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.home-hero--final .t-lead {
  max-width: 43ch;
  margin-top: 26px;
  color: #5f5851;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.72;
}

.home-hero--final .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  gap: 24px;
}

.home-hero--final .home-hero__primary {
  width: auto;
  min-height: 46px;
  padding: 12px 20px;
  background: #201b18;
  color: #fff;
}

.home-hero--final .home-hero__secondary {
  width: auto;
  margin-top: 0;
  padding: 10px 0;
  font-size: 10px;
}

.home-hero--final .home-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #e9dfd3;
}

.home-hero--final .home-hero__visual::before {
  content: '';
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 2;
  width: 15%;
  pointer-events: none;
  background: linear-gradient(90deg, #f7f1e9 0%, rgba(247, 241, 233, .68) 28%, rgba(247, 241, 233, 0) 100%);
}

.home-hero--final .home-hero__visual img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Live-event strip */
.trust-strip {
  position: relative;
  z-index: 3;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  background: #fffdf9;
}

.trust-strip p {
  margin: 0;
  color: #6c6258;
  font-size: 9.5px;
  line-height: 1.6;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

/* Homepage content */
.c8-sec {
  padding: clamp(76px, 7vw, 104px) 0;
}

.c8-sec--soft {
  background: var(--cream);
}

.c8-sec--tint {
  background: #f4ece3;
}

.c8-sec--dark {
  background: var(--dark);
  color: #e9dfd5;
}

.c8-sec--dark .t-h2,
.c8-sec--dark .t-h3 {
  color: #fff;
}

.c8-sec--dark .t-body {
  color: #d5c9bd;
}

.c8-sec--dark .eyebrow {
  color: #d9b27f;
}

.experience-band,
.artist-band {
  display: grid;
  min-width: 0;
  overflow: hidden;
}

.experience-band {
  position: relative;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  min-height: 520px;
  border-bottom: 1px solid #e4d9cd;
  isolation: isolate;
}

.experience-band__media,
.artist-band__media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--cream-2);
}

.experience-band__media {
  position: relative;
  z-index: 1;
}

.experience-band__media::after {
  content: '';
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  z-index: 2;
  width: 18%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 253, 249, 0), rgba(255, 253, 249, .72), #fffdf9);
}

.experience-band__media img,
.artist-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-band__copy,
.artist-band__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(58px, 6vw, 86px);
}

.experience-band__copy {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fffdf9;
  isolation: isolate;
}

.experience-band__copy > * {
  position: relative;
  z-index: 2;
}

.experience-band__copy::after {
  content: '';
  position: absolute;
  inset-block-start: 7%;
  right: -18px;
  left: auto;
  z-index: 1;
  width: min(43%, 300px);
  height: 86%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 520'%3E%3Cg fill='none' stroke='%23b88a55' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M155 510c-7-88 0-178 28-264 12-37 25-72 31-110'/%3E%3Cpath d='M181 338c-50-18-79-52-90-104 50 17 80 52 90 104Z'/%3E%3Cpath d='M197 279c38-16 62-43 73-82-39 15-62 42-73 82Z'/%3E%3Cpath d='M211 206c-39-11-65-35-79-71 39 10 65 34 79 71Z'/%3E%3Cpath d='M218 154c30-15 48-38 54-70-30 14-48 38-54 70Z'/%3E%3Cpath d='M215 115c-25-10-42-28-51-53 26 9 43 27 51 53Z'/%3E%3Cpath d='M166 374c-29-7-52-24-68-50 31 5 54 22 68 50Z'/%3E%3Cpath d='M184 244c-24-38-25-77-3-117 25 37 26 76 3 117Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .28;
  pointer-events: none;
}

.experience-band__copy .t-h2,
.artist-band__copy .t-h2 {
  max-width: 12ch;
  font-size: clamp(38px, 3.7vw, 54px);
}

.experience-band__copy .t-body,
.artist-band__copy .t-body {
  max-width: 45ch;
  color: #5f5851;
  font-size: 15px;
  line-height: 1.82;
}

.experience-band__copy .section-rule {
  width: 42px;
  margin: 27px 0 25px;
}

.discipline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.2vw, 34px);
}

.discipline-card {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(108px, .82fr);
  align-items: center;
  min-width: 0;
  gap: 16px;
}

.discipline-card__image {
  display: block;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--cream-2);
}

.discipline-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.discipline-card:hover img {
  transform: scale(1.018);
}

.discipline-card__copy {
  display: block;
  padding: 0;
}

.discipline-card__num {
  display: block;
  margin-bottom: 11px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .14em;
}

.discipline-card h3 {
  margin: 0;
  color: var(--ink);
  font: 400 clamp(19px, 1.65vw, 24px) / 1.08 var(--serif);
}

.discipline-card p {
  margin: 11px 0 0;
  color: #746b63;
  font-size: 11px;
  line-height: 1.65;
}

/* Selected work */
.selected-work {
  overflow: hidden;
  background: var(--cream);
}

.selected-work__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: 36px;
  gap: 40px;
}

.selected-work__intro {
  max-width: 640px;
}

.selected-work__intro .t-h2 {
  font-size: clamp(36px, 3.5vw, 52px);
}

.selected-work__note {
  max-width: 52ch;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.75;
}

.selected-work__link {
  align-self: end;
  margin-top: 0;
}

.home-work-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-width: 0;
  gap: 10px;
}

.home-work-item {
  min-width: 0;
  margin: 0;
}

.home-work-item__media {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e8ddd2;
}

.home-work-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.home-work-item:hover img {
  transform: scale(1.018);
}

.home-work-item figcaption {
  display: grid;
  grid-template-columns: 24px 1fr;
  padding-top: 9px;
  gap: 6px;
  color: #6d645c;
  font-size: 9.5px;
  line-height: 1.45;
}

.home-work-item__index {
  color: var(--gold);
  letter-spacing: .08em;
}

/* Occasion index */
.c8-index {
  border-top: 1px solid var(--line);
}

.c8-index__row {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  padding: 25px 0;
  gap: 44px;
  border-bottom: 1px solid var(--line);
}

.c8-index__row h3 {
  margin: 0;
  color: var(--ink);
  font: 400 25px / 1.15 var(--serif);
}

.c8-index__row p {
  max-width: 58ch;
  margin: 0;
  color: #6b635c;
}

/* Artist */
.artist-band {
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  min-height: 540px;
  border-top: 1px solid #e0d5c9;
}

.artist-band__copy {
  background: #fffdf9;
}

.artist-band--text {
  grid-template-columns: 1fr;
  min-height: auto;
  background: #fffdf9;
}

.artist-band--text .artist-band__copy {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.artist-band--text .link-arrow {
  align-self: center;
}

/* Final CTA */
.page-home .c8-sec--dark {
  padding: clamp(78px, 7vw, 104px) 0;
  background: #201b18;
}

.page-home .c8-sec--dark .t-h2 {
  max-width: 13ch;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(38px, 3.7vw, 54px);
}

.page-home .c8-sec--dark .t-body {
  max-width: 48ch;
  margin-inline: auto;
  color: #d8cdc3;
}

/* Inner content */
.c8-split,
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: clamp(42px, 6vw, 84px);
}

.c8-split--wide {
  grid-template-columns: 1.15fr .85fr;
}

.c8-split--narrow {
  grid-template-columns: .9fr 1.1fr;
}

.c8-split--flip > *:first-child {
  order: 2;
}

.three-col,
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.card__num {
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .12em;
}

.card__title {
  margin: 0 0 12px;
  color: var(--ink);
  font: 400 27px / 1.15 var(--serif);
}

.card__body {
  margin: 0;
}

.steps {
  border-top: 1px solid var(--line);
}

.step {
  display: grid;
  grid-template-columns: 52px .7fr 1.3fr;
  padding: 27px 0;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}

.step__num {
  color: var(--gold);
  font-size: 12px;
}

.step__title {
  margin: 0;
  color: var(--ink);
  font: 400 24px / 1.2 var(--serif);
}

.step__body {
  margin: 0;
}

.rates-box,
.c8-spec,
.c8-aside {
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.rates-box__head {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font: 400 25px / 1.2 var(--serif);
}

.rate-line {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.rate-line:last-child {
  border-bottom: 0;
}

.rate-line__label {
  color: var(--muted);
}

.rate-line__value {
  color: var(--ink);
  text-align: end;
}

.c8-spec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  gap: 0;
}

.c8-spec > * {
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.c8-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 34px;
  gap: 9px;
}

.c8-filters button {
  padding: 9px 13px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 12px;
}

.c8-filters button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.c8-empty {
  padding: 30px;
  border: 1px dashed var(--line);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 20px;
}

.portfolio-card {
  margin: 0;
}

.portfolio-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* FAQ */
.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 0;
  gap: 25px;
  border: 0;
  background: none;
  color: var(--ink);
  font: 400 21px / 1.3 var(--serif);
  text-align: start;
}

.faq-icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background: var(--ink);
}

.faq-icon::after {
  transform: rotate(90deg);
  transition: transform .2s;
}

.faq-btn[aria-expanded='true'] .faq-icon::after {
  transform: rotate(0);
}

.faq-body {
  display: none;
  max-width: 70ch;
  padding: 0 45px 22px 0;
}

.faq-body.is-open {
  display: block;
}

.faq-body p {
  margin: 0;
}

/* Forms */
.c8-form {
  display: grid;
  gap: 22px;
}

.c8-form__row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.c8-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.c8-field input,
.c8-field textarea,
.c8-field select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  background: #fff;
  color: var(--ink);
}

.c8-field textarea {
  min-height: 165px;
  resize: vertical;
}

.c8-field input:focus,
.c8-field textarea:focus,
.c8-field select:focus {
  border-color: var(--gold);
}

.c8-form__status {
  min-height: 1.4em;
  margin: 0;
  font-size: 14px;
}

.c8-form__status.is-error {
  color: #9d2f27;
}

.c8-form__status.is-success {
  color: #356a3d;
}

.c8-form__note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

/* Footer */
#site-footer {
  width: 100%;
  max-width: 100%;
  padding: 64px 0 24px;
  border-top: 1px solid #dfd4c8;
  background: var(--cream);
  color: #655d55;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr .8fr 1fr;
  gap: 56px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font: 700 24px / 1 var(--serif);
}

.footer-logo img {
  width: auto;
  max-height: 52px;
}

.footer-tagline {
  max-width: 34ch;
  margin: 20px 0 24px;
  color: #655d55;
}

.footer-col-label {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin: 8px 0;
}

.footer-menu a,
.footer-contact a,
.footer-legal a {
  color: #655d55;
}

.footer-menu a:hover,
.footer-contact a:hover,
.footer-legal a:hover {
  color: var(--gold-dark);
}

.footer-contact {
  display: grid;
  margin-bottom: 20px;
  gap: 8px;
}

.footer-cta {
  margin-top: 12px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #cdbfaf;
  color: var(--ink);
}

.social-icon:hover {
  border-color: var(--gold);
  background: #fffaf4;
  color: var(--gold-dark);
}

.social-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.footer-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 58px;
  padding-top: 22px;
  gap: 30px;
  border-top: 1px solid #d9cdbf;
  color: #82786e;
  font-size: 12px;
}

.footer-legal {
  display: flex;
  gap: 18px;
}

/* WhatsApp */
.c8-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1f8f4b;
  color: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
}

.c8-whatsapp-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

.c8-whatsapp-float svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.c8-whatsapp-inline {
  margin-top: 20px;
}

/* RTL */
html[dir='rtl'] body {
  overflow-x: hidden;
  text-align: right;
}

.rtl .nav-wrap {
  direction: ltr;
}

.rtl .nav-links {
  direction: rtl;
  margin-inline-start: auto;
}

.rtl .mega-drop {
  right: 50%;
  left: auto;
  transform: translateX(50%) translateY(8px);
}

.rtl .nav-has-mega:hover .mega-drop,
.rtl .nav-has-mega:focus-within .mega-drop {
  transform: translateX(50%) translateY(0);
}

.rtl .mobile-nav__close {
  right: auto;
  left: 20px;
}

.rtl .mobile-nav__booking span {
  transform: scaleX(-1);
}

.rtl .mobile-nav-group a.sub::before {
  content: '‹';
}

html[dir='rtl'] .page-hero {
  direction: ltr;
}

html[dir='rtl'] .page-hero__copy {
  direction: rtl;
  padding-left: max(var(--gutter), calc((100vw - var(--wrap)) / 2));
  padding-right: clamp(34px, 4vw, 64px);
  text-align: right;
}

.rtl .link-arrow .arr {
  transform: scaleX(-1);
}

.rtl .link-arrow:hover .arr {
  transform: scaleX(-1) translateX(4px);
}

.rtl .faq-body {
  padding-right: 0;
  padding-left: 45px;
}

.rtl .c8-whatsapp-float {
  right: auto;
  left: 22px;
}

.rtl .rate-line__value {
  text-align: left;
}

html[dir='rtl'] .home-hero--final {
  direction: ltr;
}

html[dir='rtl'] .home-hero--final .home-hero__copy {
  direction: rtl;
  padding-left: max(var(--gutter), calc((100vw - 1240px) / 2));
  padding-right: clamp(34px, 4vw, 58px);
  text-align: right;
}

html[dir='rtl'] .home-hero--final .home-hero__title {
  max-width: 610px;
  font-size: clamp(44px, 3.8vw, 58px);
  line-height: 1.08;
  letter-spacing: -.02em;
}

html[dir='rtl'] .home-hero--final .hero-title__wide {
  font-size: .88em;
  white-space: normal;
}

html[dir='rtl'] .home-hero--final .hero-title__accent {
  margin-top: 10px;
  font-size: .82em;
}

html[dir='rtl'] .home-hero--final .t-lead {
  max-width: 46ch;
  line-height: 1.9;
}

html[dir='rtl'] .home-hero--final .home-hero__visual::before {
  inset-inline-start: 0;
  inset-inline-end: auto;
  background: linear-gradient(90deg, #f7f1e9 0%, rgba(247, 241, 233, .68) 28%, rgba(247, 241, 233, 0) 100%);
}

html[dir='rtl'] .experience-band {
  direction: ltr;
}

html[dir='rtl'] .experience-band__media::after {
  background: linear-gradient(90deg, rgba(255, 253, 249, 0), rgba(255, 253, 249, .72), #fffdf9);
}

html[dir='rtl'] .experience-band__copy::after {
  right: auto;
  left: -18px;
}

html[dir='rtl'] .c8-split,
html[dir='rtl'] .two-col,
html[dir='rtl'] .three-col,
html[dir='rtl'] .services-grid,
html[dir='rtl'] .c8-form__row--2,
html[dir='rtl'] .c8-spec,
html[dir='rtl'] .step,
html[dir='rtl'] .footer-grid,
html[dir='rtl'] .footer-base {
  direction: ltr;
}

html[dir='rtl'] .c8-split > *,
html[dir='rtl'] .two-col > *,
html[dir='rtl'] .three-col > *,
html[dir='rtl'] .services-grid > *,
html[dir='rtl'] .c8-form__row--2 > *,
html[dir='rtl'] .c8-spec > *,
html[dir='rtl'] .step > *,
html[dir='rtl'] .footer-grid > *,
html[dir='rtl'] .footer-base > * {
  direction: rtl;
  text-align: right;
}

html[dir='rtl'] .discipline-grid,
html[dir='rtl'] .discipline-card,
html[dir='rtl'] .home-work-grid,
html[dir='rtl'] .selected-work__head,
html[dir='rtl'] .section-heading--split,
html[dir='rtl'] .c8-index__row,
html[dir='rtl'] .artist-band {
  direction: ltr;
}

html[dir='rtl'] .discipline-card__copy,
html[dir='rtl'] .home-work-item figcaption,
html[dir='rtl'] .selected-work__intro,
html[dir='rtl'] .selected-work__link,
html[dir='rtl'] .section-heading--split > *,
html[dir='rtl'] .c8-index__row > *,
html[dir='rtl'] .experience-band__copy,
html[dir='rtl'] .artist-band__copy {
  direction: rtl;
  text-align: right;
}

html[dir='rtl'] .selected-work__link {
  justify-self: start;
}

html[dir='rtl'] body.page-home #main,
html[dir='rtl'] body.page-home #main > section {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

html[dir='rtl'] body.page-home #main {
  overflow-x: clip;
}

html[dir='rtl'] body.page-home .home-hero--final > *,
html[dir='rtl'] body.page-home .experience-band > *,
html[dir='rtl'] body.page-home .artist-band > *,
html[dir='rtl'] body.page-home .selected-work,
html[dir='rtl'] body.page-home .selected-work .wrap,
html[dir='rtl'] body.page-home .home-work-grid {
  min-width: 0;
  max-width: 100%;
}

html[dir='rtl'] .t-display,
html[dir='rtl'] .t-hero,
html[dir='rtl'] .t-h2,
html[dir='rtl'] .t-h3,
html[dir='rtl'] .discipline-card h3,
html[dir='rtl'] .card__title,
html[dir='rtl'] .step__title,
html[dir='rtl'] .faq-btn {
  font-family: 'Arabic Typesetting', 'Traditional Arabic', 'Geeza Pro', Tahoma, Arial, sans-serif;
}

/* Responsive */
@media (max-width: 1120px) {
  :root {
    --nav-h: 76px;
  }

  .nav-logo img {
    width: 145px;
  }

  .nav-links {
    display: none;
  }

  .nav-burger {
    display: flex;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .home-hero--final {
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    min-height: 570px;
  }

  .home-hero--final .home-hero__visual {
    min-height: 570px;
  }

  .home-hero--final .home-hero__title {
    font-size: clamp(44px, 5vw, 58px);
  }

  .home-hero--final .hero-title__wide {
    white-space: normal;
  }

  .discipline-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .discipline-card__image {
    aspect-ratio: 5 / 4;
  }

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

@media (max-width: 860px) {
  :root {
    --nav-h: 74px;
  }

  .page-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .page-hero__copy,
  html[dir='rtl'] .page-hero__copy {
    padding: 64px var(--gutter) 54px;
  }

  .page-hero__media {
    height: min(78vw, 590px);
  }

  .page-hero__media img {
    object-position: center;
  }

  .page-hero--text .page-hero__copy {
    padding: 64px var(--gutter);
  }

  .home-hero--final {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-hero--final .home-hero__copy,
  html[dir='rtl'] .home-hero--final .home-hero__copy {
    padding: 58px var(--gutter) 48px;
  }

  .home-hero--final .home-hero__title,
  html[dir='rtl'] .home-hero--final .home-hero__title {
    max-width: 650px;
    font-size: clamp(41px, 8vw, 54px);
  }

  .home-hero--final .home-hero__visual {
    min-height: 0;
    height: min(74vw, 560px);
  }

  .home-hero--final .home-hero__visual::before,
  html[dir='rtl'] .home-hero--final .home-hero__visual::before {
    inset-inline: 0;
    inset-block-start: 0;
    inset-block-end: auto;
    width: 100%;
    height: 13%;
    background: linear-gradient(180deg, var(--cream) 0%, rgba(247, 241, 233, 0) 100%);
  }

  .experience-band,
  .artist-band {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .experience-band__media,
  .artist-band__media {
    height: min(78vw, 560px);
  }

  .experience-band__media::after,
  html[dir='rtl'] .experience-band__media::after {
    inset-inline: 0;
    inset-block-start: auto;
    inset-block-end: 0;
    width: 100%;
    height: 18%;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0), #fffdf9);
  }

  .experience-band__copy,
  .artist-band__copy {
    padding: 52px var(--gutter);
  }

  .experience-band__copy::after {
    inset-block-start: 12%;
    right: -30px;
    left: auto;
    width: 190px;
    height: 72%;
    opacity: .20;
  }

  html[dir='rtl'] .experience-band__copy::after {
    right: auto;
    left: -30px;
  }

  .discipline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
  }

  .selected-work__head,
  .section-heading--split,
  .c8-split,
  .two-col,
  .c8-split--wide,
  .c8-split--narrow {
    grid-template-columns: 1fr;
  }

  .selected-work__head {
    gap: 18px;
  }

  .selected-work__link {
    justify-self: start;
  }

  .c8-split--flip > *:first-child {
    order: 0;
  }

  .c8-index__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .step {
    grid-template-columns: 42px 1fr;
  }

  .step__body {
    grid-column: 2;
  }

  .footer-base {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
  }
}

@media (max-width: 560px) {
  :root {
    --nav-h: 72px;
  }

  .nav-wrap {
    padding: 0 20px;
  }

  .nav-logo img {
    width: 138px;
  }

  .mobile-nav {
    padding-inline: 20px;
  }

  .mobile-language {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .lang-switcher--full {
    gap: 11px;
    font-size: 14px;
  }

  .t-display {
    font-size: clamp(44px, 14vw, 64px);
  }

  .t-hero {
    font-size: clamp(39px, 12vw, 56px);
  }

  .t-h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .home-hero--final .home-hero__copy,
  html[dir='rtl'] .home-hero--final .home-hero__copy {
    padding: 46px 22px 40px;
  }

  .home-hero--final .eyebrow {
    margin-bottom: 17px;
    font-size: 9.5px;
  }

  .home-hero--final .home-hero__title,
  html[dir='rtl'] .home-hero--final .home-hero__title {
    font-size: clamp(36px, 10.5vw, 46px);
    line-height: 1.08;
  }

  .home-hero--final .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 26px;
    gap: 8px;
  }

  .home-hero--final .hero-actions .btn {
    width: auto;
    min-width: 205px;
  }

  .home-hero--final .home-hero__visual {
    min-height: 300px;
    height: 74vw;
  }

  .trust-strip {
    padding: 14px 0;
  }

  .trust-strip p {
    font-size: 8.8px;
    letter-spacing: .12em;
  }

  .c8-sec {
    padding: 66px 0;
  }

  .experience-band__copy,
  .artist-band__copy {
    padding: 46px 22px;
  }

  .experience-band__copy::after {
    width: 150px;
    opacity: .14;
  }

  .experience-band__media,
  .artist-band__media {
    height: 88vw;
  }

  .discipline-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .discipline-card {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    gap: 16px;
  }

  .discipline-card__image {
    aspect-ratio: 1 / 1;
  }

  .discipline-card h3 {
    font-size: 21px;
  }

  .discipline-card p {
    font-size: 11.5px;
  }

  .home-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .home-work-item figcaption {
    grid-template-columns: 20px 1fr;
    font-size: 9px;
  }

  .c8-form__row--2,
  .three-col,
  .services-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 36px;
  }

  .footer-base {
    margin-top: 42px;
  }

  .c8-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }

  .rtl .c8-whatsapp-float {
    right: auto;
    left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.nav-burger:focus-visible,
.mobile-nav__close:focus-visible,
.mobile-nav a:focus-visible,
.nav-links a:focus-visible,
.lang-switcher a:focus-visible,
.nav-cta:focus-visible,
.home-work-item a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
